﻿/*头部样式*/
header{
    padding:15px 0;
}
.container{
    width: 94%;
    max-width: 1200px;
    margin: 0 auto;
}
.logo{
    float: left;
}
.tel1{
    float:right;
    background: url(../images/ico_tel.png) left center no-repeat;
    line-height: 22px;
    overflow: hidden;
    padding: 0px 10px 0 20px;
    margin-top: 45px;
}
.tel1 strong {
    font-size: 18px;
    color: #172a88;
}

.nav{

}
.nav li{
    float: left;
    width: 12.5%;
    position: relative;
}
.nav li a{
    display: block;
    font-size: 16px;
    color: #333;
    text-align: center;
    line-height: 55px;
}
.nav li a.on{
    background:#172a88;
    color: #fff;
}
.nav li .b_nav{
    display: none;
    position: absolute;
    top:55px;
    left:0px;
    z-index: 999;
    background-color: #23379a;
    width: 100%;
}
.nav li .b_nav a{
    font-size: 14px;
    color: #fff;  
    line-height: 35px;  
}
.nav li:hover a{
    background:#172a88;
    color: #fff;
}
.nav li:hover .b_nav a{
    background:none;
    color: #fff;
}
.nav li .b_nav a:hover{
    background:#172a88;
}
.menu-button{
    display: none;
    position: absolute;
    top: 20px;
    right: 10px;
/*    padding: 7px;*/
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s;
/*    background-color: #c52b31;*/
    z-index: 99999;
}
.menu-button .bar {
    display: block;
    height: 2px;
    background: #ccc;
    margin: 9px 0;
    opacity: 1;
    transition: all .5s ease;
    width: 35px;
    transform-origin: left center;
}

.mnav .bar:nth-child(1){
    transform:rotate(45deg);
    /*width: 40px;*/
}
.mnav .bar:nth-child(2){
    opacity: 0;
}
.mnav .bar:nth-child(3){
    transform:rotate(-45deg);
    position: relative;
    top: 2px;
    /*width: 40px;*/
}

.mobileNav{
    display: none;
    background-color: #c52b31;
    text-align: center;
    position: absolute;
    left:0;
    top:72px;
    z-index: 99999;
    width: 100%;
/*    height: 100vh;*/
}
.mobileNav li {
    line-height: 2em;
    padding:1em 0;
}
.mobileNav li a{
    font-size: 1rem;
    color: #fff;
}

@media(max-width: 1600px){

}
@media(max-width: 1440px){
    
}
@media(max-width: 1259px){
    .container{
        width: 96%;
    }
}
@media(max-width: 1024px){

}
@media(max-width: 768px){
    /*.menu-button{*/
    /*    display: block;*/
    /*}*/
    /*.nav{*/
    /*    display: none;*/
    /*}*/
    .nav.container{
        width:100%;
    }
    .nav li .b_nav{
        display:none!important;
    }
}
@media(max-width: 640px){
    .logo{
        width: 100%;
        float: none;
        text-align:center;
        float:none;
    }
    .tel1{
        text-align:center;
        padding: 0px 0px 0 0px;
        max-width: 300px;
        margin: 10px auto 0;
        width:100%;
        float:none;
    }
    .menu-button{
        top:25px;
    }
    .nav li{
        width:100%;
        width:25%;
    }
    .nav li a{
        line-height:45px;
    }
}




h2.tit1{
    font-size: 32px;
    text-align: center;
    padding-top: 30px;
    margin-bottom: 50px;
    position: relative;
    line-height: 78px;
    color: #0e3650;
    font-weight: normal;
}
h2.tit1::after{
    content: '';
    width: 60px;
    height: 2px;
    background: #8ec31f;
    position: absolute;
    left: 50%;
    margin-left: -30px;
    bottom: 0;
}

.index_about {
    padding-bottom: 60px;
}
.index_about_l{
    width: 50%;
    float:left;
    min-height: 332px;
    padding: 0px 50px 0 10px;
    line-height: 28px;
    background: url(../images/map-bj.png) no-repeat center center;
}
.index_about_l h4{
    font-size: 20px;
}
.index_about_l .text{
    height: 230px;
    overflow: hidden;
    padding-top: 12px;
}
.index_about_l a{
    display: inline-block;
    padding: 0 20px;
    height: 30px;
    color: #fff;
    text-decoration: none;
    font-weight: normal;
    line-height: 30px;
    margin-top: 30px;
    background-color: #8ec31f;
}
.index_about_l a:hover{
    background: #a0d432;
}
.index_about_r{
    float:right;
    width: 45%;
    padding: 5px;
    border:1px solid #e5e5e5;
}
.index_about_r img{
    width: 100%;
    height: 100%;
}
.index_about .infotext{
    color: #c11e2b;
    margin-bottom: 30px;
}

@media(max-width: 1440px){

}
@media(max-width: 1199px){
   
}
@media(max-width: 1024px){
    .index_about_l{
        padding:0px 0px 0 10px;
    }    
}
@media(max-width: 768px){
    .index_about{
        padding-bottom:40px;
    }
    h2.tit1 {
        font-size: 24px;
        padding-top: 30px;
        margin-bottom: 30px;
        line-height: 65px;
    } 
}
@media(max-width: 640px){
    .index_about{
        padding-bottom:30px;
    } 
    .index_about_l{
        width:100%;
    }
    .index_about_r{
        width:100%;
    }
    h2.tit1 {
        font-size:20px;
    }
}




.index_hy{
    padding-bottom: 60px;
    background-color: #f5f5f5;
}
.index_hy ol{
    text-align: center;
    margin-bottom: 50px;
    margin-top: -20px;
}
.index_hy ol li{
    display: inline-block;
    width: 110px;
    height: 37px;
    line-height: 37px;
    margin: 0 23px;
    border: 1px solid #eeeeee;
    overflow: hidden;
}
.index_hy ol li.cur{
    background-color: #8ec31f;
}
.index_hy ol li.cur a{
    color: #fff;
}
.index_hy ul{
    display: none;
}
.index_hy ul.cur{
    display: block;
}
.index_hy ul li {
    float: left;
    width: 22%;
    margin-right: 4%;
    margin-bottom: 40px;
}
.index_hy ul li:nth-child(4n+4){
    margin-right: 0;
}
.index_hy ul li a{
    display: block;
    max-height: 100%;
}
.index_hy ul li a img{
    width: 100%;
    height: 210px;
}
.index_hy ul li a h4{
    width: 100%;
    line-height: 45px;
    text-indent: 10px;
    top: 0;
    border: 1px solid #dcdcdc;
    margin-top: 6px;
    font-weight: normal;
}
.index_hy ul li a h4 span{
    display: block;
}
.index_hy ul li a h4 p{
    font-size: 12px;
}
.index_hy .more {
    display: block;
    width: 180px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    margin: 50px auto 0;
    border: 3px solid #717171;
}

@media(max-width: 1440px){

}
@media(max-width: 1199px){
    .index_hy ol{
        margin-top:0;
        margin-bottom: 30px;
    }
    .index_hy ul li{
        width:23.5%;
        margin-right:2%;
        margin-bottom:20px;
    }
    .index_hy ul li a h4{
        line-height:35px;
    }
}
@media(max-width: 1024px){
    
}
@media(max-width: 768px){
    .index_hy{
        padding-bottom:40px;
    }
    .index_hy ul li{
        width:32%;
        margin-bottom:15px;
    }  
    .index_hy ul li:nth-child(4n+4) {
        margin-right: 2%;
    }
    .index_hy ul li:nth-child(3n+3) {
        margin-right: 0%;
    }
}
@media(max-width: 640px){
    .index_hy{
        padding-bottom:30px;
    }
    .index_hy ul li{
        width:49%;
        margin-bottom:15px;
    }  
    .index_hy ul li:nth-child(3n+3) {
        margin-right: 2%;
    }
    .index_hy ul li:nth-child(2n+2) {
        margin-right: 0%;
    }    
}




.bg1{
    background-color: #172a88;
}
.bg1 .l{
    width: 22%;
/*    background-color: #f02427;*/
    height: 100%;
    text-align: center;
    height: 288px;
    float:left;
}
.bg1 .l img{
    display: block;
    padding-top: 80px;
    margin: 0 auto 29px;
}
.bg1 .l a{
    display: block;
    width: 110px;
    height: 35px;
    background: #fd8900;
    line-height: 35px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    border-radius: 3px;
    display: inline-block;
}
.bg1 .r{
    width: 78%;
    height: 288px;
    background:url(../images/make.png) no-repeat 0 36px;
    float:right;
}
.bg1 .r p{
    color: #fff;
    font-size: 14px;
    margin-top: 92px;
}
.bg1 .r .b {
    margin-top: 118px;
}
.bg1 .r  span {
    display: inline-block;
    width: 166px;
    text-align: center;
    margin-left: 14px;
}



@media(max-width: 1440px){

}
@media(max-width: 1199px){
    .bg1{
        display:none;
    }
}
@media(max-width: 1024px){
    
}
@media(max-width: 768px){
    
}
@media(max-width: 640px){
    
}


.liucheng{
    overflow: hidden; 
    background: #172a88; 
    padding-bottom: 30px;
    display: none;
}
.liucheng h2{ color: #FFF; text-align: center; font-size: 22px; margin: 30px 0 20px 0;}
.liucheng h2 em{display: block; font-weight: normal; font-size: 12px; text-transform: uppercase;}
.liucheng ul{}
.liucheng ul li{float: left; text-align: center; width: 25%; margin-bottom: 20px;}
.liucheng ul li span{color: #FFF;font-size: 12px;}
.liucheng ul li i{
	display: block; 
	margin: 0 auto;
	width: 50px; 
	height: 50px; 
	background: url(../images/lc.png) no-repeat; 
	background-size: 50px;
	text-align: center; 
	color: #222; 
	font-size: 18px; 
	font-weight: bold;
	padding-top: 10px;
	
}

@media(max-width:1199px){
    .liucheng{
        display:block;
    }
}

.index_advantage{
    width: 100%;
    padding: 0px 0 65px;
    }
    .index_advantage h3{
        background: #172a88;
    }
.index_advantage .container>img{width: 100%;display: block;margin:0 auto;}
.index_advantage .container ul li{
    width: 32%;
    margin-right: 2%;
    float: left;
    padding: 68px 15px 118px;
    text-align: center;
    border: 1px solid rgba(216, 216, 216, 1);
    margin-bottom: 15px;
    border-radius: 5px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}
.index_advantage .container ul li:nth-child(3n){
    margin-right: 0;
}
.index_advantage .container ul li .mask{
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: -164px;
    left:0;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -moz-transition: 0.5s all;
    padding:0 10px;
}
.index_advantage .container ul li h4{
    font-size: 20px;
    font-weight: 700;
    line-height: 2em;
    margin-top:15px;
}
.index_advantage .container ul li .mask > .text{
    line-height: 24px;
    visibility: hidden;
    display: none;
}
.index_advantage .container ul li:hover .mask{
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
}
.index_advantage .container ul li:hover .mask > .text{
    visibility: visible;
    display: block;
}



@media(max-width: 1440px){

}
@media(max-width: 1199px){
    
}
@media(max-width: 1024px){
    
}
@media(max-width: 768px){
    .index_advantage{
        padding-bottom:25px;
    }
    .index_advantage .container ul li{
        width: 49%;
    }
    .index_advantage .container ul li:nth-child(3n){
        margin-right: 2%;
    }
    .index_advantage .container ul li:nth-child(2n){
        margin-right: 0;
    }
}
@media(max-width: 640px){
    .index_advantage{
        padding-bottom:15px;
    } 
    .index_advantage .container ul li{
        width: 100%;
        margin-right:0!important;
    }
    
}


.index_news{
    padding: 50px 0;
}
.index_news .more{
    text-align: center;
    border-bottom:1px solid #ededed;
    padding-bottom: 20px;
    position: relative;
}
.index_news .more>a{
    position: absolute;
    right: 0;
    color: #00ccac;
}
.index_news .l{
    width: 63%;
    background: #fff;
    float:left;
}
.index_news .r{
    width: 35%;
    padding-bottom: 20px;
    background: #fff;
    float:right;
}
.index_news .con {
    min-height: 240px;
    overflow: hidden;
}
.index_news .r .con p{
    background: url(../images/fa.jpg) no-repeat left top;
    padding-left: 35px;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.index_news .l h4 span{
    color: #999;
    font-weight: 400;
    font-size: 12px;
}
.index_news h3{
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 20px;
    overflow: hidden;
}
.index_news h3 span{
    float: left;
    margin-right: 30px;
    border-bottom: 2px solid #fff;
    color: #333;
    font-size: 18px;
    padding-bottom: 10px;
    cursor: pointer;
}
.index_news h3 span.cur {
    border-color: #8ec31f;
    color: #333;
}
.index_news h3 a{
    display: block;
    text-transform: uppercase;
    padding-right: 15px;
    line-height: 45px;
}
.index_news .l .pic{
    margin-right: 20px;
    width: 38%;
    float:left;
}
.index_news .l .pic img{
    
}
.index_news .c{margin: 0 36px;}
.index_news .l ul{
    display: block;
    width: calc(60% - 20px);
    float:right;
}
.index_news .l ul li{
    height: 39px;
    line-height: 39px;
    border-bottom: 1px dashed #eaeaea;
    background: url(../images/n_icon.jpg) no-repeat left center;
    padding-left: 15px;
}
.index_news .l ul li.first{
    border-bottom: none;
    background-image: none;
    padding-left: 0;
    height: 150px;
    overflow: hidden;
}
.index_news .l ul li.first .pic{
    display: inline-block;
    width: 234px;
    height: 144px;
    margin-right: 20px;
    vertical-align: top;
    overflow: hidden;
}
.index_news .l ul li.first .pic img{
    width: 100%;
}
.index_news .l ul li.first .text{
    width: 385px;
    display: inline-block;
}
.index_news .l ul li.first .text h4{
    line-height: 50px;
    font-size: 18px;
}
.index_news .l ul li p{
    line-height: 20px;
    color: #999999;    
}
.index_news .r ul li{background: none;padding-left: 0;}
.index_news .r ul li h4{
     background: url(../images/fq.jpg) no-repeat left center;
    padding-left: 35px;
    height: 50px;
    line-height: 50px;
}


@media(max-width: 1440px){

}
@media(max-width: 1199px){
    
}
@media(max-width: 1024px){
    
}
@media(max-width: 768px){
    .index_news .l{
        width:100%;
    }
    .index_news .r{
        width:100%;
        margin-top:15px;
        padding-bottom:0;
    }
    .index_news .con{
        min-height:auto;
    }
}
@media(max-width: 640px){
    .index_news{
        padding:30px 0;
    }
    .index_news .l .pic{
        display:none;
    }
    .index_news .l ul{
        width:100%;
        float:none;
    }
    
}


.index_partner{
    padding-bottom: 40px;
    background-color: #f5f5f5;
}
.index_partner .container{
    overflow: hidden;
    position: relative;
}



@media(max-width: 1440px){

}
@media(max-width: 1199px){
    
}
@media(max-width: 1024px){
    
}
@media(max-width: 768px){
    
}
@media(max-width: 640px){
    
}


footer{
    background: #172a88;
    width: 100%;
    color: #fff;
    line-height: 24px;
    text-align: center;
}

footer .ftop > a{
    color: #fff;
    padding: 0 18px;
}
.ftop{
   display: block;
   text-align: left;
   padding: 35px 0 30px;
}
.ftop .ftlink{
    border-right:2px solid #eee;
}
.ftop .ftlink dl{
    float: left;
    width: 165px;
}
.ftop .ftlink dl dt{
    color: #fff;
}
.ftop .ftlink dl dt span{
    padding-bottom: 4px;
    display: inline-block;
    font-size: 18px;
}
.ftop .ftlink dl dd{
    margin-top: 10px;
}
.ftop .ftlink dl dd a{
    display: block;
    line-height: 32px;
    color: #fff;
}
.ftop .ftlink dl dd a:hover{
    text-decoration: underline;
}
footer .r{
    position: relative;
    width: 368px;
    text-align: center;
}
footer .r h3{
    text-align: center;
    font-size: 16px;
    margin-bottom: 24px;
}
footer .r .img{
    display: inline-block;
    margin: 0 10px;
}
footer .r .text{
    padding-left: 170px;
}
footer .r .p1{
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    line-height: 1;
    padding: 14px 0 4px;
}
footer .fbtm{
    text-align: left;
    color: #fff;
    line-height: 30px;
    padding:10px 0;
}
footer .fbtm .container{
    border-top: 1px solid #eee;
}
footer a{
    color: #fff;
}
footer .fbtm a{
    color: #fff;
}
@media(max-width: 1440px){

}
@media(max-width: 1199px){
    
}
@media(max-width: 1024px){
    
}
@media(max-width: 768px){
    .ftop{
        display:none;
    }
    footer .fbtm{
        
        padding:10px 0;
        line-height:2em;
    }
    footer .fbtm .container{
        border:none;
    }
}
@media(max-width: 640px){
    
}





#container{
    padding:20px 0;
}
/*product_list*/
.product_list{

}
.product_list li{
    float: left;
    width: 23.5%;
    margin-right:2%;
    margin-bottom: 30px;
}
.product_list li:nth-child(4n){
    margin-right: 0;
}
.product_list li a.img{
    display: block;
    width: 100%;
    overflow: hidden;

}
.product_list li img{
    width: 100%;
    transition: all 0.5s ease-out;
}
.product_list li a.img:hover img{
    transform: scale(1.1);
}
.product_list li h3 a{
    font-size: 16px;
    color: #333;
    font-weight: normal;
    line-height: 2em;
    text-align: center;
    display: block;
}


.p_detail1{
    
}
.p_detail1 .img{
    width: 40%;
    float: left;
    padding:10px;
    border:1px solid #ccc;
}
.p_detail1 .list_p{
    width: 60%;
    float: right;
    padding-left: 20px;
}
.p_detail1 .list_p li{
    border-bottom: 1px dashed #e0e1dc;
    line-height: 40px;
    height: 40px;
}
.p_detail1 .list_p li h2{
    font-size: 14px;
    font-weight: normal;
}
.p_detail1 .list_p li.inquiry{
    border:none;
    margin-top:10px;
}
.p_detail1 .list_p li.inquiry a{background:url("../images/xunjia.gif") center center no-repeat;display:block;width:112px;height:32px;text-indent:-99999px;}
.p_detail1 .list_p li.inquiry a:hover{background-image:url("../images/xunjia_hover.gif");}
.p_detail2{
    margin-top:40px;
}
.p_detail2 h2{
    border-bottom: 1px solid #34456A;
    font-size: 14px;
    margin-bottom: 20px;
    line-height: 30px;
}

@media(max-width:1440px){
    
}
@media(max-width:1259px){
    .product_list li{
        width:32%;
        margin-bottom:20px;
    }
    .product_list li:nth-child(3n){
        margin-right: 0;
    }    
}
@media(max-width:1024px){
    
}
@media(max-width:768px){
    .product_list li{
        width:49%;
        margin-bottom:15px;
    }
    .product_list li:nth-child(2n){
        margin-right: 0;
    } 

}
@media(max-width:640px){
    /*.p_detail1{*/
    /*    margin-top:20px;*/
    /*}*/
    .p_detail1 .img{
        padding:5px;
        width:100%;
    }
    .p_detail1 .list_p{
        width:100%;
        padding-left:0;
    } 
    .p_detail2 h2{
        margin-bottom:10px;
    }
}


.news_list li h3 a{
    font-size: 16px;
    font-weight: bold;
    color: #333;
}


/*----- Common css ------*/

.fl {
    float: left;
}

.fr {
    float: right;
}

.di {
    _display: inline;
}

.fwn {
    font-weight: normal;
}

.dib {
    *display: inline;
    _zoom: 1;
    _display: inline;
    _font-size: 0px;
}
.f_none{
    display: none;
}



/*------------内页-------------------*/
.n_banner {
    width: 100%;
    margin: 0 auto;
}

.n_banner img {
    width: 100%;
    margin: 0 auto
}

.left {
    width: 225px;
    float: left;
}
.left .box {
    margin-bottom: 10px;
}

.left .box h3 {
    line-height: 31px;
    padding-left: 15px;
    font-weight: bold;
    font-family: "微软雅黑";
    background: url(../images/nav.png) no-repeat 0% 100%;
    font-size: 14px;
    color: #000;
}

.left .box .content {
    padding: 5px 0px;
}

.prodescription {
    border: 1px solid #e5e5e5;
    background: #f9f9f9;
    line-height: 24px;
    padding: 10px;
    margin-bottom: 15px;
    text-indent: 20px;
}

.sort_menu h3 {
    background-color: #ececec;
    line-height: 28px;
    padding-left: 15px;
    font-weight: bold;
}

.sort_product {
    margin-top: 10px;
}

.sort_product h3 {
    background-color: #ececec;
    line-height: 28px;
    padding-left: 15px;
    font-weight: bold;
}

.n_contact {
    margin-top: 10px;
}

.n_contact h3 {
    background-color: #ececec;
    line-height: 28px;
    padding-left: 15px;
    font-weight: bold;
}

.n_contact .content {
    padding: 5px;
    line-height: 24px;
}

.right {
    width: 950px;
    float: right;
    padding-bottom: 10px;
}

.sitemp {
    line-height: 31px;
    height: 31px;
    overflow: hidden;
    padding-right: 10px;
    background: url(../images/nav.png) no-repeat 0% 100%;
}

.sitemp h2 {
    width: 340px;
    float: left;
    line-height: 31px;
    text-align: center;
    text-align: left;
    text-indent: 15px;
    font-size: 14px;
}

.sitemp .site {
    width: 380px;
    float: right;
    text-align: right;
    line-height: 30px;
}

.right .content {
    padding: 10px 0;
    padding-top: 15px;
    overflow: hidden;
    line-height: 24px;
}

.sort_album {
    margin-top: 15px;
}



@media(max-width: 1199px){
    #container {
        padding: 15px 0;
    }
    .left{
        width: 25%;
    }
    .right{
        width: 73%;
    }

}
@media(max-width: 768px){
    .sitemp h2{
        width: 100%;
    }
    .sitemp .site{
        display: none;
    }    
}
@media(max-width: 767px){
    .left{
        display: none;
        float: none;
    }
    .right{
        width: 100%;
        float: none;
    }

}


.message{padding-left:30px;padding-top:10px;z-index:100;position:relative;}
.message input{vertical-align:middle;}
.message #name{display:block;height:26px;line-height:26px;padding:0;padding-left:6px;border:1px solid #dedede;width:200px;}
.message #ptitle{display:block;height:26px;line-height:26px;padding:0;padding-left:6px;border:1px solid #dedede;width:200px;}
.message #contact{display:block;height:26px;line-height:26px;padding:0;padding-left:6px;border:1px solid #dedede;width:200px;}
.message #email{display:block;height:26px;line-height:26px;padding:0;padding-left:6px;border:1px solid #dedede;width:200px;}
.message #address{display:block;height:26px;line-height:26px;padding:0;padding-left:6px;border:1px solid #dedede;width:200px;}
.message #content{display:block;width:460px;height:120px;padding:6px;font-size:12px;border:1px solid #dedede;margin-top:6px;}
.message .msgbtn{background:#172a88;cursor:pointer;width:90px;height:30px;line-height:30px;text-align:center;border:none;color:#fff;font-size:14px;
border-radius:3px;margin-top:15px;font-family:"Microsoft YaHei";-moz-border-radius:3px;-webkit-border-radius:3px;}
#code{padding-top:10px;line-height:26px;}
#checkcode{height:32px;line-height:32px;width:120px;border:1px solid #dedede;}
#message_main tr{position:relative;}
#message_main tr th{font-weight:normal;text-align:right;height:42px;line-height:42px;color:#666;}
.m_label{position:absolute;width:160px;text-align:left;line-height:26px;padding-left:8px;color:#ccc;z-index:1;cursor:text;}
.c_label{line-height:18px;padding-top:12px;}

@media(max-width: 1440px){

}
@media(max-width: 1199px){
    
}
@media(max-width: 1024px){
    .message{
        padding-left:15px;
    }
    .message #content{
        width:100%;
    }
}
@media(max-width: 768px){
    .message th{
        display:none;
    }
    /*.message th input{*/
    /*    width:100%;*/
    /*}*/
}
@media(max-width: 767px){
    .message{
        padding-left:0px;
    }    
}


h1.title{
    font-size: 22px;
    color: #333;
    text-align: center;
    padding:1em 0 0.5em 0;
    font-weight: normal;
}
.info_title{
    text-align: center;
    font-size: 14px;
    color: #666;
    padding-bottom: 1em;
    border-bottom:1px dashed #dcdcdc;
    margin-bottom: 10px;
}
h3.tag{
    font-size: 14px;
    color: #666;
    font-weight: normal;
    display: none;
}
.page{
    font-size: 14px;
    color: #666;  
    padding-top: 15px;
    border-top:1px dashed #ccc;
    margin-top:15px;
}
.page a{
    font-size: 14px;
    color: #666;    
}

@media(max-width: 768px){
    h1.title{
        font-size: 18px;
    }
    .info_title{
        padding-bottom: 10px;
        margin-bottom: 0px;
    }
}

.pageController{
    text-align: center;
    color:#505050;margin:0 auto;
    margin:2em 0;
    line-height:24px;
}
.pageController a{background-color:#FFF;vertical-align:middle; border:#efefef 1px solid; 
    color:#505050;padding:5px 8px; margin-right:3px;margin-left:3px;
}
.pageController a:hover{background-color:#2b70bb;color:#fff; text-decoration:none;border:#efefef 1px solid;}
.pageController .currPage {background-color: #2b70bb;color:#ff0000;border:#efefef 1px solid;}
.pageController .t1{
    float:left;margin-right:5px;height:24px;line-height:22px;white-space:nowrap;
    display: none;
}
.pageController .t2{vertical-align:middle;line-height:39px;}
.pageController .t2 #current{
    line-height: 39px;
    background-color: #ef8200;
    vertical-align: middle;
    border: 1px solid #ef8200; 
    color: #fff;padding: 5px 8px;
    margin-right: 3px;
    margin-left: 3px;
    width: 39px;
}
.pageController .t1 span{
    /*padding-left:4px;
    padding-right:4px;*/
    width: 39px;
}
.pageController select{height:24px;vertical-align:middle;text-align:center;line-height:24px;
    display: none;
}
.pageController select option{vertical-align:middle;}


.m_f_fixed{
    position: fixed;
    bottom:0;
    left:0;
    background: #172a88;
    color: #fff;
    z-index:9999;
    justify-content: center;
    width: 100%;
    display:none;

}
.m_f_fixed a{
    flex:1;
    font-size: 16px;
    color: #fff;
    display: block;
    text-align: center;
    padding:10px 0;
}
.m_f_fixed a img{
    width: 25px;
    display: block;
    margin:0 auto 0px;
}
#gotop{
    position: fixed;
    right: 0;
    bottom: 30px;
    cursor: pointer;
}
@media(max-width: 1199px){
    #gotop{
        display: none;
    }
}
@media(max-width:640px){
    .m_f_fixed{
        display: flex;
    }
    footer{
        margin-bottom:70px;
    }
}


.client-2 {
    position: fixed;
    right: -170px;
    top: 50%;
    z-index: 900;
}

.client-2 li a {
    text-decoration: none;
}
.client-2 li {
    margin-top: 1px;
    clear: both;
    height: 71px;
    position: relative;
    background: #222;
}

.client-2 li i {
    background: url(../images/fx.png) no-repeat;
    display: block;
    width: 30px;
    height: 27px;
    margin: 0px auto;
    text-align: center;
}

.client-2 li p {
    height: 20px;
    font-size: 14px;
    line-height: 20px;
    overflow: hidden;
    text-align: center;
    color: #fff;
}

.client-2 .my-kefu-qq i {
    background-position: 4px 5px;
}

.client-2 .my-kefu-tel i {
    background-position: 0 -21px;
}

.client-2 .my-kefu-liuyan i {
    background-position: 4px -53px;
}

.client-2 .my-kefu-weixin i {
    background-position: -34px 4px;
}

.client-2 .my-kefu-weibo i {
    background-position: -30px -22px;
}

.client-2 .my-kefu-ftop {
    display: none;
}

.client-2 .my-kefu-ftop i {
    width: 33px;
    height: 35px;
    background-position: -27px -51px;
}

.client-2 .my-kefu-left {
    float: left;
    width: 77px;
    height: 47px;
    position: relative;
}

.client-2 .my-kefu-tel-right {
    font-size: 16px;
    color: #fff;
    float: left;
    height: 24px;
    line-height: 22px;
    padding: 0 15px;
    border-left: 1px solid #fff;
    margin-top: 14px;
}

.client-2 .my-kefu-right {
    width: 20px;
}

.client-2 .my-kefu-tel-main {
    background: #222;
    color: #fff;
    height: 56px;
    width: 247px;
    padding:9px 0 6px;
    float: left;
}

.client-2 .my-kefu-main {
    background: #222;
    width: 97px;
    height: 56px;
    position: relative;
    padding:9px 0 6px;
    float: left;
}

.client-2 .my-kefu-weixin-pic {
    position: absolute;
    left: -140px;
    top: -24px;
    display: none;
    z-index: 333;
}

.my-kefu-weixin-pic img {
    width: 140px;
    height: 140px;
}

@media(max-width: 1199px){
    .client-2{
        display: none;
    }
}


/* 右侧浮窗 */

#c-right-fixed {
    display: none;
    position: fixed;
    top: 50%;
    right: 5px;
    z-index: 905;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

#c-right-fixed a {
    position: relative;
    right: 0;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    width: 70px;
    height: 70px;
    text-align: center;
    color: #777;
    background: #fff;
}

#c-right-fixed a:last-child {
    margin-bottom: 0;
}

#c-right-fixed a:nth-child(3) {
    z-index: 2;
}

#c-right-fixed .c-wrap {
    border: 1px solid #fff;
    padding: 11px 0;
    width: 70px;
    height: 70px;
    flex: 0 0 70px;
    transition: all .5s;
}

#c-right-fixed .c-wrap img {
    height: 28px;
}

#c-right-fixed .c-wrap img:nth-child(2),
#c-right-fixed a:hover .c-wrap img:nth-child(1) {
    display: none;
}

#c-right-fixed a:hover .c-wrap img:nth-child(2) {
    display: inline-block;
}

#c-right-fixed .c-title {
    padding-top: 5px;
    font-size: 12px;
    line-height: 1;
}

#c-right-fixed a:last-child .c-title {
    font-family: "Arial";
    font-weight: bold;
}

#c-right-fixed .c-text {
    flex: 0 0 auto;
    width: 170px;
    font-weight: bold;
    font-size: 20px;
    line-height: 40px;
    border-left: 1px solid #fff;
    color: #fff;
    transition: all .5s;
}

#c-right-fixed .c-img {
    position: absolute;
    right: -300px;
    top: -1px;
    z-index: -1;
    padding: 5px;
    width: 148px;
    border: 1px solid #eff1f5;
    background: #fff;
    transition: .5s;
    box-shadow: 0 0 50px rgba(0, 0, 0, .1);
}

#c-right-fixed .c-img::before {
    content: "";
    position: absolute;
    top: 34px;
    right: -8px;
    border-left: 8px solid #fff;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
}

#c-right-fixed .c-img img {
    width: 100%;
}

#c-right-fixed .c-img .c-text2 {
    padding: 5px;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    color: #777;
}

#c-right-fixed a .c-box {
    position: absolute;
    top: 0;
    left: 0;
    padding: 11px 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    background: #fff;
    transition: all .5s;
    overflow: hidden;
}

#c-right-fixed a:hover .c-wrap {
    color: #fff;
    border-color: #172a88;
    background: #172a88;
}

#c-right-fixed a:last-child .c-wrap {
    color: #fff;
    border-color: #172a88;
    background: #172a88;
}

#c-right-fixed a:first-child:hover .c-box {
    width: 250px;
    height: 70px;
    -webkit-transform: translateX(-180px);
    transform: translateX(-180px);
    overflow: none;
    background: #172a88;
}

#c-right-fixed a:hover .c-img {
    right: 84px;
}


@media(max-width: 1259px){
    #c-right-fixed{
        display: none!important;
    }
}



/*内页左侧分类通用样式*/
.sort li{position:relative;z-index: 999;}
.sort li .about_b{position:absolute;left:210px;top:0px;width:210px;padding:10px 20px;background:#f5f6f6;
	border-bottom:2px solid #3a78c1;z-index:9999;}
.sort li .layer2{position:absolute;left:210px;top:0px;width:210px;padding:10px 20px;background:#f5f6f6;
	border-bottom:2px solid #3a78c1;z-index:9999;}
.sort li .layer2 li{overflow:hidden;}
.sort li .layer2 li a{font-weight:bold;background:url(../images/ico1.gif) no-repeat 0% 50%;}
.sort li .layer2 li a:hover{text-decoration:none;color:#3a78c1;}
.sort li .layer2 li .layer3 li{margin:6px 0px;line-height: 24px;padding-left: 10px;}
.sort li .layer2 li .layer3 li a{font:normal 12px/24px "微软雅黑";background:none;}
.sort li .layer2 li .layer3 li .layer4 li{margin:6px 0px;line-height: 24px;padding-left: 15px;}
.sort li .layer2 li .layer3 li .layer4 li a{font:normal 12px/24px "微软雅黑";background:none;}

.sort li a{background:url(../images/dot4.png) no-repeat 5px -41px;color:#666;display:block;line-height:30px;font-family: "微软雅黑";border-bottom:1px solid #dddddd;padding-left:25px;}
.sort li a:hover{color:#3a78c1;text-decoration: none;background:url(../images/dot4.png) no-repeat 5px -41px #f5f6f6;}
.sort li.change a{background:url(../images/dot4.png) no-repeat 5px -41px #f5f6f6;}



.news_list1 li a{   
    display: block;
    padding-left: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-bottom: 1px solid rgb(221, 221, 221);
    background: url(../images/li.png) no-repeat 5px 11px;
}

