﻿/*基本样式*/


body {
    margin: 0;
    line-height: 20px;
    font-size: 14px;
    font-family: 微软雅黑;
    color: #333;
    /*overflow-x:hidden;*/
}
body {
    width: 100%;
    height: 100%;
        min-width: 1290px;
}
img {
    border: 0;
}

a:link, a:visited {
    color: #333;
    text-decoration: none;
}

a:hover {
    color: #AA1F24;
    text-decoration: none;
}


hr {
    height: 1px;
    border: none;
    border-top: 1px solid #ccc;
}

div, ul, dl, dd, h1, h2, h3, h4, h5, h6, form, p, tr, td {
    padding: 0px;
    margin: 0px;
}

ul {
    list-style: none;
}

li {
    list-style: none;
}

img {
    border: 0px;
}

.bgc {
    background-color: #ccc;
}

.clear {
    clear: both;
}

.hide {
    display: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.mid {
    margin: 0 auto;
}

.tc {
    text-align: center;
}

.mr0 {
    margin: 0px;
}

.mr10 {
    margin-right: 10px;
}

.mr20 {
    margin-right: 20px;
}

.ml0 {
    margin-left: 0px;
}

.ml10 {
    margin-left: 10px;
}

.ml20 {
    margin-left: 20px;
}

.ml30 {
    margin-left: 30px;
}

.mt10 {
    margin-top: 10px;
}
.mt20 {
    margin-top: 20px;
}

.mt30 {
    margin-top: 30px;
}

.mt50 {
    margin-top: 50px;
}
.mt100 {
    margin-top: 100px;
}

.pd30 {
    padding: 20px;
}

.fs24 {
    font-size: 24px;
}

.fs30 {
    font-size: 30px;
}

.fs35 {
    font-size: 35px;
}

.fs20 {
    font-size: 20px;
}

.fs18 {
    font-size: 18px;
}

.fs16 {
    font-size: 16px;
}

.fs14 {
    font-size: 14px;
}

.fs12 {
    font-size: 12px;
}

.fcc {
    color: #ccc;
}

.fc6 {
    color: #666;
}

.fc9 {
    color: #999;
}
.fwb{
    font-weight:bold;
}
.bdred {
    border: solid 1px red;
}

.bdccc {
    border: solid 1px #ccc;
}

.bd999 {
    border: solid 1px #999;
}

.pr {
    position: relative;
}

.pa {
    position: absolute;
}
/*通用布局*/
.inbox {
    width: 1280px;
    margin: 0 auto;
}

/*头部*/
.top {
    width: 100%;
    height: 80px;
    line-height: 80px;
    background-color: #9898b3;
    background-color: rgba(50,50,105,0.5);
    position: fixed;
    z-index: 1000;
    top:0;
}

    .top .inbox {
        width: 1350px;
        opacity: 1;
        height: 80px;
        overflow:hidden;
    }

    .top .logo {
        float: left;
        height:60px;
        margin-left:80px;
        margin-top:10px;
    }
    .top .logo img{
        float: left;
        height:60px;
    }
    .top .nav {
        width: 800px;
        height: 80px;
        float: left;
        overflow:hidden;
        margin-left:50px;
        /*margin-left:272px;*/
    }

        .top .nav li {
            width: 130px;
            height: 80px;
            line-height: 80px;
            float: left;
        }

            .top .nav li a, .top .nav li a:visited {
                width: 133px;
                height: 80px;
                line-height: 80px;
                text-align: center;
                font-size: 18px;
                color: #fff;
                padding: 0;
            }

                .top .nav li a:hover {
                    color: #000;
                }

    .top .tel {
        float: left;
    }

/*底部*/
.foot {
    height: 210px;
    background: #eee;
    background: #fff url(../img/bg-1.png) repeat;
    color:#666;
    font-weight:bold;
}
.foot a{
    color:#666;
}
    .foot .inbox {
        width:1111px;
        height:200px;
    }

    .foot .logo {
        float: right;
    }
    .foot .info {
        float: left;
        width:300px;
        margin-top:46px;
        margin-left:30px;
    }
    .foot .tel {
        float: left;
        width:220px;
        margin-left:165px;
        margin-top:46px;
    }
    .foot .box2d {
        float: right;
        width:240px;
        font-size:16px;
        line-height:30px;
        color:#666;
        margin-top:46px;
    }
/*首页*/
@-webkit-keyframes slidearr {
    0% {
        top: 88%;
    }

    50% {
        top: 89%;
    }

    100% {
        top: 88%;
    }
}
.slidearr {
    transition: ease-in-out 1s;
    -webkit-animation: slidearr 1s infinite linear;
    -webkit-transform: scale(1,1);
}

.indexbox1 {
    height: 200px;
    background: #fff;
    text-align: center;
    overflow: hidden;
}

.indexnavbox {
    width: 80%;
    height: 200px;
    text-align: center;
    margin: 0 auto;
    margin-top: 50px;
}

.indexbox2 {
    height: 300px;
    background: #f3f3f3;
    text-align: center;
}

.indexnewsimg {
    width: 120px;
    margin-top:20px;
}
.indexnewsbox{
    margin-top: 30px;
    height:185px;
    background:#fff;
    padding:10px;
    width:430px;
    float:left;
    border:solid 1px #eee;
        text-align: left;

}
.indexnewsbox:hover{
    background:#ccc;
}
.indexnewsbox a{
    width:100%;
    height:100%;
    display:block;
}
.indexmore {
    top: 25%;
    width: 100%;
    text-align: center;
}

.indexbox3 {
    height: 950px;
    background: #fff;
    text-align: center;
    overflow: hidden;
}

.indexbox4 {
    height: 230px;
    background: #fff url(../img/bg-1.png) repeat;
    text-align: center;
}

.indexlinkbox {
    height: 50px;
    line-height: 50px;
    margin-top: 90px;
    float: left;
    width: 1080px;
    overflow: hidden;
}

.indexlinklist li {
    min-width: 100px;
    float: left;
    margin: 0 10px;
    height: 35px;
    line-height: 35px;
    margin-top: 8px;
}

    .indexlinklist li a {
        background: #9a9a9a;
        display: block;
        width: 100%;
        height: 100%;
        color: #fff;
        font-size: 12px;
    }

        .indexlinklist li a:hover {
            background: #ccc;
        }

.indexlogolist {
    margin: 50px 0;
}
    .indexlogolist li {
        width: 160px;
        height: 160px;
        float: left;
        margin-top: 25px;
        border-right: 1px solid #efefef;
    }
        .indexlogolist li .simg {
            width: 120px;
            height: 120px;
            margin-top: 25px;
        }

        .indexlogolist li .himg {
            width: 148px;
            height: 148px;
            z-index: 10000;
        }

.newscontent{
    font-size:16px;
    line-height:35px;
    margin:0 auto;
    width:80%;
}
.newscontent img{
    max-width:100%;
}
.pimg{
    width:100%;
    height:180px;
    cursor:pointer;
}
.carousel-control.right,.carousel-control.left{
    background-image:none;
}

#area{
    width:100%;
    text-align:center;
    overflow:hidden;
}
#area ul{
    float:left;
    position:relative;
    left:50%;
}
#area ul li{
    float:left;
    margin:10px 30px;
    padding:0 10px;
    position:relative;
    right:50%;
}
    #area ul li .clickread {
        background: #000;
        color: #fff;
        opacity: 0.5;
        top: 50px;
        left: 0;
        height: 40px;
        line-height: 40px;
        width: 100%;
    }
        #area ul li:hover .clickread {
        opacity: 1;
    }

        .carousel-control .arrleft,
.carousel-control .arrright {
  position: absolute;
  top: 45%;
  z-index: 5;
  display: inline-block;
  font-size:3em;
}
.carousel-control .icon-prev,
.carousel-control .arrleft {
  left: 50%;
  margin-left: -10px;
  width:27px;
  height:50px;
}
.carousel-control .icon-next,
.carousel-control .arrright {
  right: 50%;
  margin-right: -10px;
  width:27px;
  height:50px;
}
.sub-nav  {
margin-bottom: 45px;
font-size:14px;
/*line-height:55px;*/
width:230px;
margin-left:18px;
margin-top:30px;
word-wrap: break-word;
word-break: normal; 
}
.sub-nav li  {
border-bottom:1px dashed #ccc;
padding:15px 0;

}

.indexnewsbox .tit{
text-transform: uppercase;
font-weight: bold;
background: url("../img/bg-banner.jpg") no-repeat scroll 0 0 transparent;
padding-top: 4px;
margin-top:15px;
}

.form-control {
  border: 1px solid #ccc;
  border-radius: 0px;
}
.blackbtn{
    background:#000;
    color:#fff;
}
.bookcenter div{
    margin:0 auto;
}
.gv_panel img{
    max-height:100%;
    max-width:100%;
    top:0;
    margin:0 auto;
    position:relative;
}
.gv_panel{
    text-align:center;
}
.slider-for img {
    margin:0 auto;
    max-height:420px;
    max-width:100%;
}
.slider-nav img{
    margin:0 auto;
    max-height:60px;
    max-width:100%;
}