﻿/*公共样式*/
.clearfix:after{content:""; height:0; line-height:0; display:block;
 visibility:hidden; clear:both;}
.clearfix{zoom:1;/* 为了兼容IE */}
.box:after{content:""; height:0; line-height:0; display:block;
visibility:hidden; clear:both;}
.box{zoom:1;/* 为了兼容IE */}
*{margin: 0;padding: 0;color: #000;font-family: 思源黑体,Microsoft Yahei,Source Han Sans CN,noto sans;}
div,span,p,h1,h2,h3,h4,h5,h6,td,li,lable{
        font-family: 思源黑体,Microsoft Yahei,Source Han Sans CN,noto sans;
}
li{list-style:none;}
a{text-decoration:none;}
.center{margin:0 auto;}
.left{float:left;}
.right{float:right;}
.title{color:#013a6d;text-transform:uppercase;}
.title span{color:#013a6d;font-size:2.5rem;text-transform:uppercase;width:100%;float:left;text-align:center;}
.title label{color:#013a6d;font-size:1.3rem;text-transform:uppercase;width:100%;float:left;text-align:center;}
#index_body{width:100%;background-image:url("../images/be6a1c525f01b1fbdaefb0aba118bd5.jpg");background-color:#F8F8F8;background-repeat:no-repeat;background-size:100%;}
.advertising-image{width:100%;}
.advertising-image img{width:100%}
/*轮播按钮*/
.btn{top:50%;position:absolute;cursor: pointer}
.btn i{font-size:3rem;color:#0f407e;}
/*左按钮*/
.btn-left{background:transparent;left:-5%;}
/*右按钮*/
.btn-right{background:transparent;right:-5%;}
/*导航头*/
#header{
    background-color: #fff;
}
#header .header-logo{
    float:left;
    margin-left:10%;
    margin-top:7px;
    height: 70px;

}
#header .header-logo img{
    height: 90%;
    margin:5% 0;
}
#header .nav{
    float:right;
    width:70%;
}
#header .nav >div{
    width:14.28%;
    float: left;
    position: relative;;
}
#header .nav a{
    line-height:80px;
    height: 90px;
    display: block;
    text-align:center;
    font-size:20px;
    background-color:#fff;
    transition: background-color .6s,color .5s;
    -webkit-transition:  background-color .6s,color .5s;
    -moz-transition:  background-color .6s,color .5s;
    -ms-transition:  background-color .6s,color .5s;
    -o-transition:  background-color .6s,color .5s;
    position: relative;
}
#header .nav >div >ul{
    position: absolute;
    z-index: 99999;
    display: block;
    top: 90px;
    left: 0;
    width: 100%;
    height: 0;
    overflow: hidden;
    /*opacity: 0;*/
    /*display: none;*/
    transition: height .5s;
}
#header .nav >div:hover >ul{
    /*display: block;*/
    /*opacity: 1;*/
    height: 270px;
}
#header .nav a i{
    position: absolute;
    width: 0%;
    height: 3px;
    top: 0;
    opacity: 0;
    background: #c7161e;
    left: 50%;
    transition: width .5s,left .5s;
    -webkit-transition: width .5s,left .5s;
    -moz-transition: width .5s,left .5s;
    -ms-transition: width .5s,left .5s;
    -o-transition: width .5s,left .5s;
}
#header .nav a:hover{
    background-color:#c7161e;
    left: 0;
    color: #fff;
}
#header .nav a:hover i{
    width: 100%;
    opacity: 1;
    left: 0;
}
#header .nav a.active{
    background-color:#c7161e;
    color: #fff;
    /*border-top: 2px solid #ff8100;*/
}
#header .nav a.active i{
    width: 100%;
    left: 0;
    opacity: 1;
}
/*底部*/
.footer{
    background-image:url("../images/footer.jpg");
    background-repeat:no-repeat;
    padding-bottom:30px;
    background-size: 100% 100%;
}
.footer .kuang{
    width:80%;
}
.footer .title{
    padding-top:60px;
    padding-bottom:20px;
}
.footer .title span{
    text-align:left;
    margin: 0;
    color:#fff;
    margin-bottom:10px;
}
.footer .title label{
    text-align:left;
    color:#fff;
}
.footer .box{
    float:left;
}
.footer .box div{
    color:#fff;
    line-height:3rem;
}
.footer .box > div > img{
    width: 22px;
    height: 22px;
    margin-right: 15px;
}
.footer .box a{
    display: block;
    color:#fff;
    line-height:3rem;
}
.footer .box > a > img{
    width: 22px;
    height: 22px;
    margin-right: 15px;
}
.footer .box1{
    width:40%;
    padding-top: 0;
    font-size:1.2rem;
}
.footer .box2{
    padding-top: 0;
    width:20%;
}
.footer .box2 .image{
    width:220px;
    height: 220px;
    margin:0 auto;
}
.footer .box2 .image img{
    width:190px;
    height: 190px;
    background:#fff;
    margin: auto;
    padding:10px;
display:block;
}
.footer .box2 .text{
    text-align:center;
    font-size:1.5rem;
    line-height:4rem;
}
#body-top{
    width: 50px;
    height: 50px;
    background-image: url("../images/5d9201cc5c5ca7a206e090afc6c3ece.png");
    background-repeat: no-repeat;
    background-size: 100%;
    position: fixed;
    bottom: 50px;
    right: 50px;
    cursor: pointer;
    z-index: 99999999999999999999999999;
}
#body-top:hover{
    background-image: url("../images/7648dcc32212fca3e51d6a27afc50e9.png");
}
#bah{
    height: 50px;
    background: #23282d;
    line-height: 50px;
    overflow: hidden;
    color: #fff;
}
#bah .center{
    width: 80%;
    margin: auto;
}
#bah .footer_content{
    color: #fff;
    float: left;
}
#bah .code{
    float: right;
    color: #fff;
}
#bah .code a{
    color: #fff;
    margin-left: 10px;
}

.main{width:1150px;margin:0 auto;position: relative;}
.contentz{padding: 30px 5px; line-height: 220%; font-size: 18px;}
.contentz img{max-width: 100%; width: auto!important;}

/*page圆形*/
.page{text-align:center; padding:20px 0}
.page .page_list{}
.page .page_list a{display:inline-block; margin:0 2px; width:32px; height:32px; border-radius:50%; overflow:hidden; text-align:center; line-height:32px; border:1px solid #e1e1e1; behavior:url(pie.htc); position:relative; font-family:Arial;}
.page .page_list a:hover{background:#fafafa; border:1px solid #e1e1e1; color:#555}
.page .page_list a.Current,
.page .page_list a.on{background:#c7161e; border:1px solid #c7161e; color:#fff}