*{
    margin: 0;
    padding: 0;
}
a,
a:hover,
a:focus,
input,
button,
textarea,
button:hover,
button:focus {
    outline: none;
    text-decoration: none!important;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}
button {
    background-color: transparent;
    border: none;
    cursor: pointer;
}
li{list-style: none;}
img {
    max-width: 100%;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
}

ul {
    margin: 0;
    padding: 0;
}

ul li {
    list-style: none;
}
ol, ul,dl{
    margin: 0;
}
p{
    line-height: 1;
    margin: 0;
}
/*HEADER*/
img{
    max-width:100%;
}
*:focus {outline: none;}
body{
    position:relative;
}
.clear{
    clear: both;
}
.pt50{
    padding: 50px 0;
}
/*导航*/
.header{
    width: 100%;
    position: fixed;
    z-index:9;
    top: 0;
    height:96px;
}
.header .active3{
    background:rgba(255,255,255,0.9);
}
.header .active3 ul li a{
    color:#000000;
}
.header .active3 .header-setting-option .search-wrap button{
    color:#000000;
}
.header .active3 .dropdown a{
    color:#000000
}
.header .active .dropdown a{
    color:#000000
}
.header .active .dropdown1 a{
    color:#000000
}
.header .active3 .popper__arrow1{
    border-top: 5px solid #000;
}
.header .active3 .logo .logo1,.header .active .logo .logo1{
    display: none;
}
.header .active3 .logo .logo2,.header .active .logo .logo2{
    display: block;
}
.NavTop .logo .logo1{
    display: block;
}
.NavTop .logo .logo2{
    display: none;
}
.NavTop{
    height: 106px;
    padding: 10px 5% 0;

    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.NavTop.active{
    background:#ffffff;}

.xuanfu .NavTop{
    background:#ffffff;
    -webkit-box-shadow: 2px 0px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 2px 0px 10px rgba(0, 0, 0, 0.2);
}
.NavTop.active ul li a{
    color:#000000;}
.xuanfu .NavTop ul li a{
    color:#000000;
}
.NavTop.active .selectLanguage {
    color: #000;
}
.xuanfu .NavTop .selectLanguage{
    color: #000;
}
.xuanfu .NavTop .logo2{
    display: block;
}
.xuanfu .NavTop .logo1{
    display: none;
}
.NavTop ul{
    height: 100%;
    width:1060px;
    position: absolute;
    right: 15%;

}
.NavTop ul li {
    float:left;
    color:#fff;
    line-height:86px;
    font-size:18px;
    width:12.5%;
    font-weight: 700;

    text-align: center;
}

.NavTop ul li a{
    color: #fff;
}

.NavTop ul li span{
    display:block;
    width:0px;
    height:3px;
    background:#fff;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    margin-left:30px;
    margin-top:-20px
}
.NavTop.active ul li span{
    background-color: #2d5391
}
.xuanfu .NavTop ul li span{
    background-color: #2d5391
;
}
.NavTop ul li :hover span{
    width:86px;
    margin-left:23px
}
.NavTop ul .active span{
    width:86px;
    margin-left:23px
}
/*.NavTop ul a:first-of-type li:hover m{
	margin-left:-15px
	}
.NavTop ul a:first-of-type li.active m{
	margin-left:-15px
	}*/
.dropdown1{
    position: relative;
}
.dropdown1 .active{
    display: block;
}
 .dropdown1 .xiala{
    padding: 15px 0;
    position: absolute;
    left: 0;
    top: 86px;
    background: #fff;
    width: 100%;
    display: none;
}
.dropdown1 .xiala a{
    display: block;
    font-size: 12px;
    color:#2d5391;
    font-weight: 400;
    line-height: 40px;
    text-align: center;
    padding: 0 5px;
    transition: 0.5s;
}
.dropdown1 .xiala a:hover{
    background-color: #2d5391;
    color: #fff;
}
.dropdown_menu{
    width: 100%;
    margin-left: 0%;
    display: none;
    font-size: 14px;
    margin-top: 27px;
    background:rgba(241,241,241,0.94) ;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.menu2{
    width: 100%;
    margin-left: 0%;
    transition: 0.5s;
}
.dropdown_menu a{
    display: block;
    color: #000;
    font-weight: 400;
    line-height: 40px;
}
.menu2 a{
    text-align: left;
    padding: 0 15px;
    transition: 0.5s;
}
.menu2 a:hover{
    background-color: #2d5391;
    color: #fff!important;
}
.NavTop .dropdown1 .dropdown_menu a:hover{
    color: #2d5391;
}
.NavTop .logo{

    float: left;
    margin-top:15px;
    margin-right: 80px;
}
.NavTop .logo1.active{
    display:none
}

.NavTop .logo img{
    display: block;
    height: 100%;
    cursor: pointer;
}
.NavTop .logo .logo_over{
    display:none
}
.navBtn{
    display: none;
    width: 50px;
    height: 60px;
    margin-right: 20px;
    position: relative;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    cursor: pointer;
    margin-top:15px;
    position:fixed;
    top:0px;
    right:260px;
    z-index:33333

}
.navBtn:hover{
    background: #ffffff;
    background: rgba(255,255,255,0.2);
    filter: alpha(opacity=20);
}

.navBtn span{
    display: block;
    width: 58%;
    height: 2px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 20%;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.xuanfu .navBtn span{
    background: #000;
}
.header .active4 span{
    background: #000;
}
.navBtn span.active{
    background: #555;
}
.navBtn span:nth-of-type(1){
    margin-top: -10px;
}
.navBtn span:first-child{margin-top: -10px;}
.navBtn span:first-child+span+span{margin-top: 10px;}
.navBtn span:nth-of-type(3){
    margin-top: 10px;
}
.navBtn.active{
    background: #ffffff;
    background: rgba(255,255,255,0.2);
    filter: alpha(opacity=20);
}
.navBtn.active span{
    background:#333;}
.navBtn.active span:nth-of-type(2){
    opacity: 0;
}
.navBtn.active span:nth-of-type(1){
    margin-top: 0;
    -webkit-transform:rotate(-45deg);
    transform:rotate(-45deg);
}
.navBtn.active span:nth-of-type(3){
    margin-top: 0;
    -webkit-transform:rotate(45deg);
    transform:rotate(45deg);
}
.header .active .search-wrap button{
    color: #000;
}
.selectLanguage{
    float: right;
    /*margin-top:15px*/
}
.selectLanguage span{
    line-height: 60px;
    color: #333;
    font-size: 14px;
    margin-left: 14px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.selectLanguage span.active{
    color: #2d5391;
}
.selectLanguage span:hover{
    color: #2d5391;
    text-decoration: underline;
}

.NavBox{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    z-index:338;
    box-sizing: border-box;
    /*padding:80px 5%;*/
    padding-bottom: 0;
    display: none;


}
.Nav{

    background-size:cover;
    margin:0px auto;
    height:100%;
}
.Nav a{ color: #333;}
.Nav dl:nth-child(2):after,.Nav dl:nth-child(3):after,.Nav dl:nth-child(4):after {
    content: "+";
    position: absolute;
    top: 0;
    line-height: 53px;
    right: 26px;
    font-size: 20px;
}
.Nav dl::after {
    content: "";
    position: absolute;
    top: 0;
    line-height: 53px;
    right: 26px;
    font-size: 20px;
}
.Nav dl{
    position: relative;
    width: 25%;
    float: left;
    text-align:center;
    border-right:1px solid #eee;
    height:100%;
    -webkit-transition:all 0.4s linear;
    transition:all 0.4s linear;
    background:#fff;
    padding: 10px;
}
.Nav dl:hover{
    background:none;
}
.Nav dl dt h1{
    font-size: 22px;
    line-height: 32px;
    letter-spacing: 2px;
    cursor: pointer;
    display: inline-block;
    position: relative;
    margin-bottom:15px;
    padding-top:64%;
    color:#333;
}
.Nav dl:hover h1{
    color:#fff;}
.Nav dl dt h1:before{
    content: "";
    display: block;
    width: 0;
    height: 1px;
    background: #fff;
    position: absolute;
    top: 50%;
    margin-top: -1px;
    left: 50%;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.Nav dl:hover dt h1:before{
    margin-left:-100px;
    width: 200px;
}
.Nav dl dd h2{
    font-size: 15px;
    margin-top: 15px;
    letter-spacing: 1px;
    display: inline-block;
    cursor: pointer;
    -webkit-transition:all 0.4s;
    transition:all 0.4s;
}
.Nav dl:hover h2{
    color: #ffffff;
    color: rgba(255,255,255,0.8);
    filter: alpha(opacity=80);}
.Nav dl dd h2:hover{
    text-decoration: underline;
}
.Nav dl p{
    font-size: 14px;
    color: #ccc;
    letter-spacing: 1px;
    margin-top: 6px;
    white-space: nowrap;
}
.Nav dl p:first-of-type(3){
    margin-top: 30px;
}
@media(max-width: 1280px){
    .NavTop ul{
        width: 730px;
    }
    .NavTop ul li :hover span{

        margin-left:15px
    }
    .NavTop ul .active span{

        margin-left:15px
    }
}
@media(max-width: 1440px){

    .NavTop ul{
        right: 5%;
    }
    .navBtn {
        right: 180px;}
    .NavTop {
        height: 86px;
        padding: 0px 3%;}
    .industryBox {
        width: 90%;}
    .indexContactBigBox .box {
        width: 74%;}
    .indexContactBigBox .box li .right {
        width: 40%;
        left: 40%;}
    .indexContactBigBox .btn_n {
        width: 74%;}
    .a1_ban {
        height: 680px;}
    .w_all {
        width: 82%;}
    .xq .close {
        top: 3%;
        right:8%;}
    .p_bar2 .box .right{
        width:45%;}
}
.dropdown .dropdown-toggle::after{
    display: none;
}
button:focus{
    outline:none!important;
}
.dropdown{ width: 100px; text-align: center;   font-size: 16px; color: #fff; line-height: 86px; position: relative;}
.dropdown a{ color: #fff; cursor: pointer;}
.dropdown a:hover ,.footer a:hover{
    color: #2d5391;
}
.dropdown-menu1{
    border-radius: 4px;
    display: none;
    -webkit-box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
    box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
    top: 70px; left: 0;
    position: absolute;
    width: 90px;
    background: #fff;
    z-index: 11;
}
.dropdown-menu1 a{ font-size: 14px;  color: #333; display: block; text-align: center; line-height: 35px;padding: 10px 0 !important;}
.dropdown-menu1 a:hover{ background: #ecf5ff; color: #2d5391;}

.header-top-dropdown{
    float: right;
}
.header-setting-option{
    float: left;
}
.header-setting-option .search-wrap button {
    width: 40px;
    height: 40px;
    color: #000;
    font-size: 28px;
    line-height: 86px;
    text-align: center;

}
i:focus{
    outline: none;
}
.header-setting-option.white-text .search-wrap button {
    color: #ffffff;
}

.header-setting-option.white-text .mini-cart-btn {
    color: #ffffff;
}
@media(max-width: 1200px){
    .NavTop ul{
        right: 2%;
    }
}
@media(max-width: 992px){
    .header-setting-option .search-wrap button{
        line-height: 60px;
    }
    .dropdown{ line-height: 60px;}
    .active .dropdown a{ color: #333;}

    .header {
        height: 62px;
    }
    .NavTop{
        padding:0 4%;
        height:62px;
    }
    .NavTop .logo {
        height: 46px;
        margin-top:8px;
        position:relative;
        z-index:1;
        margin-right:0;}
    .NavTop ul{
        display:none;}
    .selectLanguage{
        margin-top:4px;
        margin-right:30px;}
    .selectLanguage span{
        margin-left:5px;}
    .navBtn{
        display: block;
        right:1%;
        margin-right:0;
        margin-top:2px;}
    .navBtn:hover {
        background: rgba(255,255,255,0);
    }
    .navBtn.active{
        background:#111;
        right:0;
        margin-top:0px;
        width:60%;
        height:62px;}
    .navBtn.active span {
        background: #fff;
        width:30px;
        height:2px;
        margin-left: 60%;
        -webkit-transition: all 0s;
        transition: all 0s;
    }
    .NavBox{
        background:rgba(0,0,0,0.5);
        right:-100%;
        overflow: auto;
    }
    .Nav {
        padding: 20% 0 90% 0;
        width: 60%;
        float: right;
        background: rgba(255,255,255,0.96);
        height: auto;

    }
    .Nav dl dt h1 {
        font-size: 15px;
        letter-spacing:0;
        padding-top:0;
        margin:auto;
        margin-bottom:0;
        width:85%;
        display:block;}
    .Nav dl:hover h1 {
        color:#333;}
    .Nav dl dd h2 {
        font-size: 13px;
        letter-spacing:0px;
        padding-left:8%;}
    .Nav dl:hover h2 {
        color:#666;
    }
    .about ul li h3 {
        margin-top: 10px;
        font-size:14px;}
    .Nav dl {
        width: 100%;
        margin-left: 0%;
        float: none;
        height: auto;
        margin: auto;
        text-align: left;
        border:none;
        border-bottom: 1px solid #eee;

    }
    .Nav dl dd{
        display:none;
        color:#333;}
    .Nav dl:hover {
        background:none;
    }
    .Nav dl dt h1:before {
        display:none;
    }
    .Nav dl dt h1:after {
        content:"";
        position:absolute;
        right:3%;
        top:10px;
        width:15px;
        height:9px;
        -webkit-transform:rotate(-90deg);
        transform:rotate(-90deg);
        opacity:0.6;
    }
}
.footer{ width: 100%;

    background-color: #3b3c42;}
.foot_nav{ padding: 15px 0;}
.foot_nav a{ color: #fff; margin-right: 50px; text-transform: uppercase;}
.foot_clear{padding: 20px 0; position: relative; border-bottom:1px solid rgba(255,255,255,.5);border-top:1px solid rgba(255,255,255,.5);}
.foot_addre{color: #fff; line-height: 24px;  float: left;}
.foot_addre ul{display: inline-block;
}
.foot_addre ul p{
    line-height: 1.6;
}
.foot_addre ul li{
    font-size: 18px;
    line-height: 2;
    font-weight: 600;
    margin-bottom: 24px;
}
.foot_addre li span{ color: #fff;}
.foot_addre a{color: #fff;}
.foot-left{ float: left;}
.foot_code{ margin-left: auto; float: right; text-align: center; color: #fff; text-align: right;}
.foot_code span{font-size: 14px; line-height: 24px;  color: #b8b8b8; text-align:center; display: block;}
.foot_code img{ width: 110px; display: inline-block;}
.foot_code .right{ margin-left: 15px;
    float: right;}
.foot_copy{ padding:15px 0; color: #fff;}
.foot_copy a{ color: #fff; float: left; padding-right: 15px; font-size: 12px;}
#cnzz_stat_icon_1279622033 a{
    float: none;
    margin-left: 5px;
}
.foot-logo{
    margin-top: 10px; margin-bottom: 20px;display: block}
.foot-mid{ text-align: center; color: #fff; float: left; width: 100%; padding-top: 80px; position: absolute;}
.footer .foot_code p{font-family: "Arial"; font-size: 25px; padding: 10px 0; margin-bottom: 20px;}
.foot_copy a.jszc{ float: right;}
.foot_code h2{
    font-size: 25px;
}
.footer p{
    margin-bottom: 5px;

}
.footer  .foot_copy p{
    float: left;
   line-height: 1.5;
}
.footer i {
    font-size: 15px;
    text-align: center;
    width: 20px;
    padding-right: 25px;
}
.footright{ position: fixed; width: 55px;right: 0px; top: 60%; margin-top: -133px; background: #272c31; z-index: 10; padding: 12px 0 5px 0;
    -moz-border-top-left-radius:12px;
    -webkit-border-top-left-radius:12px;
    -khtml-border-top-left-radius:12px;
    border-top-left-radius:12px;
    -moz-border-bottom-left-radius:12px;
    -webkit-border-bottom-left-radius:12px;
    -khtml-border-bottom-left-radius:12px;
    border-bottom-left-radius:12px;}
.footright ul{ float: left; width:100%;}
.footright ul li{ float: right; width: 55px; height: 50px; /*overflow: hidden;*/ position: relative;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    -moz-border-top-left-radius:5px;
    -webkit-border-top-left-radius:5px;
    -khtml-border-top-left-radius:5px;
    border-top-left-radius:5px;
    -moz-border-bottom-left-radius:5px;
    -webkit-border-bottom-left-radius:5px;
    -khtml-border-bottom-left-radius:5px;
    border-bottom-left-radius:5px;}
.footright ul li .zbox{ position: absolute; left: 0; top: 0; width:200px;}
.footright ul li .zbox.zbox img{ width: 55px; height: 50px; float: left;}
.footright ul li .zbox .text{ float: left; width:140px; padding: 8px 0 11px 0;}
.footright ul li .zbox .text h5{
    margin: 0;width:100%; float: left; font-size: 14px; color: white; line-height: 17px;}
.footright ul li .zbox .text h6 p{
    padding: 0;
    text-align: left;
    font-size: 14px;
}
.footright ul li .zbox .text h6{
    padding: 0;
    margin: 0;
    width:100%; float: left; font-size: 14px; color: white; line-height: 14px; font-family: Arial;}
.footright ul li .zbox .text h6 a{ color: white;}
.footright ul li .zbox .ewm{ position: absolute; width: 105px; height: 105px; right: -120px; top: -18px; padding: 5px; background:rgba(230,0,18,0.8); z-index: -1;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    -moz-border-top-left-radius:5px;
    -webkit-border-top-left-radius:5px;
    -khtml-border-top-left-radius:5px;
    border-top-left-radius:5px;
    -moz-border-bottom-left-radius:5px;
    -webkit-border-bottom-left-radius:5px;
    -khtml-border-bottom-left-radius:5px;
    border-bottom-left-radius:5px;
}
.footright ul li .zbox .ewm img{width:100%;  height:100%;}
.footright ul li:hover .ewm{ right: 200px;}
.footright ul li:hover{ width: 200px; background:rgba(230,0,18,0.8);}
.footright ul li.last .zbox .text h5{ line-height: 31px;}
.footright ul li.wx:hover{width:55px;}
@media screen and (max-width: 1024px) {
    .footright{ display: none;}
}
#cnzz_stat_icon_1279239494{
    float: right;
    padding-left: 15px;
}
/*首页产品分类*/
.pros{

}
.pro_title{

}
.pro_title h2{
    font-size: 34px;
    line-height: 1.5;
    font-weight: bold;
}
.pro_title p{
    font-size:26px;
    color: #676767;
    line-height: 1.5;
}
.leibie{
    width: 20%;
    float: left;

}
.leibie p{
    font-size: 20px;
    padding: 15px 0;
    color: #333;
    position: relative;
}
.leibie p:after{
    position: absolute;
    content: "";
    height: 3px;
    width: 0;
    background-color: #2d5391;
    transition: 0.5s;
    bottom: 0;
    left: 0;
}
.leibie:hover p:after{
    width: 80px;
}
/*首页关于我们*/
.abt{
    overflow: hidden;
    background:url(../images/abtbg.jpg) no-repeat center;
}
.abt .abttitle{
    text-align: center;
    color: #fff;
    margin-bottom: 30px;
}
.abt .abttitle h3{
    font-size: 34px;
    color: #fff;
    position: relative;
    font-weight: bold;
    z-index: 1;
    margin-bottom: 10px;
}
.abt .abttitle h4{
    font-size: 16px;
    color: #fff;
    position: relative;
    z-index: 1;
}
.abt .abttitle p{
    width: 100%;
    font-size: 44px;
    color: rgb(59, 74, 95);
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 0;
    font-weight: bold;
}
.abt .abtjs .xingqing p{
    color: #fff;
    font-size: 14px;
    line-height: 2;
    text-align: justify;
    text-indent: 2em;
}
/*首页厂房*/
.changfang .qyhjtitle{
    text-align: center;
    margin-bottom: 30px;
}
.changfang .qyhjtitle h3{
    font-size: 34px;
    color: #000;
    position: relative;
    font-weight: bold;
    z-index: 1;
    margin-bottom: 10px;
}
.changfang .qyhjtitle h4{
    font-size: 16px;
    color: #666;
    position: relative;
    z-index: 1;
}
.changfang .qyhjtitle p{
    width: 100%;
    font-size: 44px;
    color: #e1e6f0;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 0;
    font-weight: bold;
}
.propic{
    overflow: hidden;
}
.my-foto{
    transition: 0.5s;
}
.my-foto:hover{
    transform: scale(1.05);
}
.changfangbiaoti{
    position: relative;
    text-align: center;
    margin-top: 36px;
    padding-bottom: 15px;
}
.changfangbiaoti p{
    font-size: 24px;

}
.changfangbiaoti:after{
    content: "";
    width: 40px;
    height: 2px;
    background-color: #2d5391;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
    /*首页新闻*/
.news{
    background-color: #f4f6f9;

}
.news .newstitle{
    text-align: center;
    margin-bottom: 30px;
}
.news .newstitle h3{
    font-size: 34px;
    color: #000;
    position: relative;
    font-weight: bold;
    z-index: 1;
    margin-bottom: 10px;
}
.news .newstitle h4{
    font-size: 16px;
    color: #666;
    position: relative;
    z-index: 1;
}
.news .newstitle p{
    width: 100%;
    font-size: 44px;
    color: #e1e6f0;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 0;
    font-weight: bold;
}
.news .index_news_list .newlist a>div:nth-child(1){
    margin-bottom: 20px;

}
.news .index_news_list .newlist .date{
    float: left;
    padding-right: 10px;
    border-right: 1px solid #bbb;
    text-align: center;

}
.news .index_news_list .newlist .news_content{
    float: left;
    padding-left: 10px;

}
.news .index_news_list .newlist .date p:nth-child(1){
    color: #2d5391;
    font-size: 50px;
}
.news .index_news_list .newlist .date p:nth-child(2){
    font-size: 14px;
    color: #666;
}
.news .index_news_list .newlist .news_content h3{
    color: #090909;
    font-size: 26px;
    margin-bottom: 15px;
}
.news .index_news_list .newlist .news_content p{
    font-size: 14px;
    color: #333;
}
.news .index_news_list2 .newlist{
    margin-bottom: 20px;
}
.news .index_news_list2 .newlist a>div:nth-child(1){
    margin-bottom: 20px;
}
.news .index_news_list2 .newlist .date{
    text-align: center;
    float: left;
    padding-right: 10px;
    border-right: 1px solid #bbb;

}
.news .index_news_list2 .newlist .news_content{
    float: left;
    padding-left: 10px;
    max-width: 240px;
}
.news .index_news_list2 .newlist .date p:nth-child(1){
    color: #2d5391;
    font-size: 50px;
}
.news .index_news_list2 .newlist .date p:nth-child(2){
    font-size: 14px;
    color: #666;
}
.news .index_news_list2 .newlist .news_content h3{
    color: #090909;
    font-size: 22px;
    margin-bottom: 15px;
}
.news .index_news_list2 .newlist .news_content p{
    font-size: 14px;
    color: #333;
}
.bottom{
    width: 184px;
    height: 44px;
    line-height: 44px;
    border: 1px solid #333;
    padding: 0 15px;
    margin-top: 30px;
    cursor: pointer;
    transition: 0.5s;
}
.bottom a{
    line-height: 44px;
    font-size: 16px;
    color:#000 ;
}
.bottom a  .b{
    float: right;
    font-weight: bold;
    line-height: 40px;
    font-size: 20px;
    color: #2d5391;
}
.bottom:hover{
    background-color: #2d5391;
}
.bottom:hover a{

    color: #fff;
}
.bottom:hover a  .b{
    color: #fff;
}
/*内页头部*/
.lianjie{
    padding: 10px 15px;
}
.lianjie-item{
    display: inline-block;

}
.lianjie-item a{
    color: #666;
}
.ggdi{
    background-color: #fff;
    -webkit-box-shadow: 2px 0px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 2px 0px 10px rgba(0, 0, 0, 0.2);
}
.ggdi a:hover, .ggdi a.on {
    color: #2d5391;
}
.ggdi a:after{
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    content: '';
    background-color: #2d5391;
    height: 0.15em;
    width: 0%;
}
.ggdi a:hover:after, .ggdi a.on:after {
    left: 0;
    width: 100%;
}
.nybanner {
    position: relative;
}
.nybanner_mid{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    color: #fff;
}
.cell_mid {
    display: table;
    height: 100%;
    width: 100%;
}
.cell_h {
    height: 100%;
    display: table-cell;
    vertical-align: middle;
}
.div1280 {
    margin: 0 auto;
    padding: 0 1em;
    max-width: 80em;
}
.nybanner_mid_1 {
    font-size: 3.75em;
}
.nybanner_mid_2 {
    margin-top: 0.1em;

    font-size: 3.125em;
}
.nybanner_mid_3 {
    font-size: 1.5em;
    margin-top: 1em;
}
.nytitle{
    text-align: center;
    margin-bottom: 30px;
}
.nytitle h3{
    margin-bottom: 10px;
    font-size: 26px;
    font-weight: bold;
}
.nytitle h4{
    color: #8f9396;
    font-size: 16px;
}
/*关于我们*/
.abtpic{
    margin-bottom: 15px;}
.abtjs p{
    text-indent: 2em;
    line-height: 2;
}
.abtjs h5{
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
}
.abtjs h6{
    font-size: 16px;
    color: #8f9396 ;
    margin-bottom: 10px;
}
.abtjs div{
    position: relative;
    padding-left: 10px;
}
.abtjs div:nth-child(1):after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 3px;
    background-color: #2d5391;
}
/*企业环境*/
.p_qyhj .piclist{

}
.cover {
    text-align: center;
}
.cover p{
    padding: 10px 0;
}
.my-foto2{
    display: none;
}
.cover .fixon, .fixon{
    margin: 0;position: fixed; left:0; top:0; width:100%!important;
    height: 100vh;z-index:10000!important;background-color: rgba(0,0,0,0.8)}
.cover .fixcenter,.fixcenter{
    display: block;
    position:fixed; text-align:center; z-index:10001;
    top: 50%; max-width: 100%;
    left: 50%;
    transform: translate(-50%, -50%); /*向左向上分别平移自身的一半*/
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);

}
/*新闻*/
.news_fenlei{
    text-align: center;
}
.news_fenlei div{
    padding: 0;
}
.news_fenlei div.active{
      background-color: #2d5391;
}
.news_fenlei div.active a{
color:#fff;}
.news_fenlei a{
    position: relative;
    border-left: 1px #d1d1d1 solid;
    font-size: 16px;
    display: block;
    text-align: center;
    color: #333333;
    line-height: 3.85em;
}
.news_fenlei div:nth-child(5n) a{
    border-right: 1px #d1d1d1 solid;
}
.shop-product-wrapper img{ min-height:186px;}
.newtitle {
    padding-top: 30px;
    text-align: center;
    font-size: 24px;
}
.blog-wrapper1{
    text-align: center;
    font-size: 14px;
    color: #999999;
    margin: 15px 0;
}
.news-body p{
    text-align: justify;
    text-indent: 2em;
    line-height: 2;
}
.xinwentiao{
    margin-bottom: 20px;

}

.xinwentiao>div{
    background-color: #efefef;
    overflow: hidden;
}
.xinwen{
    padding-top: 50px;
}
.xinwen h3{
    font-size: 22px;
    line-height: 26px;
    color: #333333;
}
.xinwen .data{
    padding-top: 10px;
    padding-bottom: 15px;
    color: #888;
}
.xinwen p{
    color: #888;
    font-size: 16px;
    line-height: 2;
}
.xinwentiao .img{
    overflow: hidden;
    float: left;
}
.xinwentiao:hover .xinwen h3{
    color:#2d5391 ;
}
.xinwentiao:hover .img img{
    transform: scale(1.1);
}
/*企业特色*/
.abt_con .fazl{
    margin-top: 50px;
}
.fazlt{
    margin-bottom: 15px;
}

.fazl img{
    margin-top: 50px;
}
.fazlt h4{
    color: #2d5391;
    font-weight: bold;
    padding: 10px 0;
}
.fazlt p{
    color: #666;
    line-height: 1.5;
    text-align: justify;
}
.fazlt::after{
    content: "";
    display: block;
    width: 100%;
    border-bottom: 1px dashed #cccccc;
}
/*留言板*/
.form-control {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #ddd;
    border-radius: 2px;
    box-shadow: none;
    color: #333;
    height: 50px;
    transition: all 0.3s ease 0s;
}
.description textarea {
    height: 220px;
}
.btn-contact-bg {
    background: #333 none repeat scroll 0 0;
    border-radius: 0 !important;
    box-shadow: 0 5px 8px rgba(0, 0, 0, 0.15);
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.3s ease 0s;
    width: 150px;
}
.btn-contact-bg:hover, .btn-contact-bg:focus {
    background: #2d5391;
    color: #fff;
}
/*联系我们*/
.contjs{
    width: 20%;
    float: left;
    position: relative;
    text-align: center;
    padding: 0 10px;
}
.contjs:nth-child(1){
    padding-left: 0;
}
.contjs:nth-child(5){
    padding-right: 0;
}
.contjs div{
    padding: 30px 0;
    border: 1px #dce0e3 solid;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}
.contjs i{
   font-size: 55px;
    color: #2d5391;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}
.contjs h3{
    font-size: 24px;
    margin: 10px 0;
}
.contjs p{
    font-size: 14px;
}
.contjs:hover div{
    -webkit-box-shadow: 18px 18px 26px rgba(0,0,0,0.2);
    box-shadow: 18px 18px 26px rgba(0,0,0,0.2);
}
.contjs:hover i{
    transform: rotateY(180deg);
}
.contmap{
    height: 500px;
    margin-top: 50px;
}
/*产品*/
.propro{
    width: 20%;
    float: left;
    position: relative;
}
.p_about .cover p{
    color: #262626;
    font-size: 16px;
    font-weight: 600;
    padding: 15px 0;
    transition: 0.5s;
}
.p_about .piclist:hover .cover img{
    transform: scale(1.1);
}
.p_about .piclist .cover div{
    height: 205px;
    overflow: hidden;
}
.p_about .piclist:hover .cover p{
    color: #2d5391;
}
/*页*/

.prev-next {
    padding: 30px 0;
}
.styled-pagination{
    margin: 30px 0 0;
    position:relative;
    display: block;
    width: 100%;
    float: left;
}

.styled-pagination ul{
    position:relative;
    width: 100%;
    text-align: center;
}

.styled-pagination li{
    position:relative;
    display: inline-block;
    margin: 0 5px 8px;
}

.styled-pagination li a{
    position:relative;
    display: block;
    padding: 0 15px;
    text-align: center;
    line-height:36px;
    font-weight:400;
    font-size:14px;
    background:#ffffff;
    color:#bbbbbb;
    border:1px solid #ddd;
    -webkit-transition:all 300ms ease;
    -ms-transition:all 300ms ease;
    -o-transition:all 300ms ease;
    -moz-transition:all 300ms ease;
    transition:all 300ms ease;
}


.styled-pagination li a:hover,
.styled-pagination li.active a{
    color:#2d5391;
    border-color:#2d5391;
}

.styled-pagination li.next-post a,
.styled-pagination li.prev-post a{
    width: auto;
    padding: 0 20px;
}

.styled-pagination li.next-post a:hover,
.styled-pagination li.prev-post a:hover{
    color: #2d5391;
    border-color: #2d5391;
}
.cpxingaiqng .canshu,.cpxingaiqng .xingneng,.cpxingaiqng .cailiao,.cpxingaiqng .xiazai{
    display: none;
}
.cpxingaiqng .show1{
    display: block;
}
.cpxingaiqng .show1 h4{
    padding: 10px 0;
    font-weight: bold;
    line-height: 1.5;
    font-size: 16px;
}
.cpxingaiqng .show1 p{
    line-height: 1.5;
}
.cpxingaiqng .canshu div,.cpxingaiqng .xingneng div,.cpxingaiqng .cailiao  div,.cpxingaiqng .xiazai div{
    margin: 20px 0;
}
.cpxingaiqng{
    margin-top: 50px;
    border: 2px solid #eeeeee;
}
.xqan{
    border-bottom: 2px solid #2d5391;
    position: relative;
    z-index: 1;
}
.xqan li{
    float: left;
    padding: 15px ;
    font-size: 14px;
    position: relative;
    cursor: pointer;
    border-right: 2px solid #eeeeee ;
    z-index: 2;

}
.xqan li.show2{
    color: #2d5391;
    font-weight: bold;
}
.xqan li.show2:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0;
    top: 0;
    background-color:  #2d5391;
}
.xqan li.show2:after{
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0;
    bottom: -2px;
    background-color: #eee;

}
.cpmc p{
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
}
.cpms p{
    line-height: 1.8;
}
.lins{
    padding-top: 20px;
}
.lins p{
    line-height: 2;
}
.lins span{
    line-height: 2;

}
.fazl2 img{
    margin-top: 0;
}
/*适配*/
@media (min-width:1400px){

    .container{
        width:1370px ;
    }
}

@media (max-width:768px){
    .news_fenlei a{
        font-size: 14px;
    }
    .propro{
        width: 25%;
        font-size: 14px;
    }
    .contjs:nth-child(1){
        padding-left: 10px;
    }
    .contjs:nth-child(5){
        padding-right: 10px;
    }
    .contjs{
        width: 100%;
    }
    .news_fenlei a{
        border-right: 1px #d1d1d1 solid;;
        border-bottom: 1px #d1d1d1 solid;;
    }
    .fazlt {
        margin-left: 0!important;
    }
    .fazl img{
        margin-top: 0;
        margin-bottom: 20px;
    }
    .navBtn span{
        background:  #000;
    }
    .NavTop .logo .logo1 {
        display: none;
    }
    .NavTop .logo .logo2 {
        display: block;
    }
    #swiper2{
        margin-top: 62px;
    }
    .nybanner{
        margin-top: 62px;
    }
    .nybanner_mid_1 {
        font-size: 20px;
    }
    .nybanner_mid_2 {
        margin-top: 5px;

        font-size: 16px;
    }
    .nybanner_mid_3 {
        display: none;
    }
    .news  .bottom{
        display: none;
    }
    .news .newstitle p{
        font-size: 33px;
    }
    .news .newstitle h3{
        font-size: 30px;
    }
    .abt .abttitle h3{
        font-size: 30px;
    }
    .abt .abttitle p{
        font-size: 33px;
    }
    .news .index_news_list{
        margin-bottom: 20px;
    }
    .news .index_news_list2 .newlist .date{
        padding-right: 5px;
        width: 16.66666667%;
    }
    .news .index_news_list2 .newlist .news_content{
        padding-left: 5px;
        width: 83.33333333%;
    }
    .news .index_news_list2 .newlist .date p:nth-child(1){

        font-size: 38px;
    }
    .news .index_news_list2 .newlist .date p:nth-child(2){
        font-size: 14px;
    }
    .news .index_news_list2 .newlist .news_content h3{
        font-size: 16px;
    }
    .news .index_news_list2 .newlist .news_content p{
        font-size: 14px;
    }
    .news .index_news_list .newlist .date{
        padding-right: 5px;
        width: 16.66666667%;
    }
    .news .index_news_list .newlist .news_content{
        padding-left: 5px;
        width: 83.33333333%;
    }
    .news .index_news_list .newlist .date p:nth-child(1){

        font-size: 38px;
    }
    .news .index_news_list .newlist .date p:nth-child(2){
        font-size: 14px;
    }
    .news .index_news_list .newlist .news_content h3{
        font-size: 16px;
    }
    .news .index_news_list .newlist .news_content p{
        font-size: 14px;

    }
    .pro_title h2{
        font-size: 28px;
    }
    .pro_title p{
        font-size: 18px;
    }
    .leibie{
        width: 50%;
    }
    .abt .abtjs .xingqing p{
        line-height: 1.5;
    }
    .header_mid_right{
        display: block;
    }
    .pcnav .header_mid,.pcnav .header_right{
        display: none;
    }
    .foot_nav{
        display: none;
    }
    .foot_code{
        width: 100%;
        float: none;
        text-align: center;
        float: none;
    }
    .foot_addre ul{
        display: none;
    }
    .foot-left{
        float: none;
    }
    .foot_addre{
        float: none;
        text-align: center;
    }
    .foot-logo{
        display: inline-block;
    }
    .foot_code .right{
        float: none;
        display: inline-block;
    }
    .foot_copy a{
        float: none;
    }
    #cnzz_stat_icon_1279239494{
        float: none;
    }
    .foot_copy a:nth-child(2){
        float: none!important;
        display: block;
    }
}
.footright{ position: fixed; width: 55px;right: 0px; top: 60%; margin-top: -133px; background: #272c31; z-index: 10; padding: 12px 0 5px 0;
    -moz-border-top-left-radius:12px;
    -webkit-border-top-left-radius:12px;
    -khtml-border-top-left-radius:12px;
    border-top-left-radius:12px;
    -moz-border-bottom-left-radius:12px;
    -webkit-border-bottom-left-radius:12px;
    -khtml-border-bottom-left-radius:12px;
    border-bottom-left-radius:12px;}
.footright ul{ float: left; width:100%;}
.footright ul li{ float: right; width: 55px; height: 50px; /*overflow: hidden;*/ position: relative;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    -moz-border-top-left-radius:5px;
    -webkit-border-top-left-radius:5px;
    -khtml-border-top-left-radius:5px;
    border-top-left-radius:5px;
    -moz-border-bottom-left-radius:5px;
    -webkit-border-bottom-left-radius:5px;
    -khtml-border-bottom-left-radius:5px;
    border-bottom-left-radius:5px;}
.footright ul li .zbox{ position: absolute; left: 0; top: 0; width:200px;}
.footright ul li .zbox.zbox img{ width: 55px; height: 50px; float: left;}
.footright ul li .zbox .text{ float: left; width:140px; padding: 8px 0 11px 0;}
.footright ul li .zbox .text h5{ width:100%; float: left; font-size: 14px; color: white; line-height: 17px;}
.footright ul li .zbox .text h6{ width:100%; float: left; font-size: 14px; color: white; line-height: 14px; font-family: Arial;}
.footright ul li .zbox .text h6 a{ color: white;}
.footright ul li .zbox .ewm{ position: absolute; width: 105px; height: 105px; right: -120px; top: -18px; padding: 5px; background:rgba(46,84,145,0.8); z-index: -1;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    -moz-border-top-left-radius:5px;
    -webkit-border-top-left-radius:5px;
    -khtml-border-top-left-radius:5px;
    border-top-left-radius:5px;
    -moz-border-bottom-left-radius:5px;
    -webkit-border-bottom-left-radius:5px;
    -khtml-border-bottom-left-radius:5px;
    border-bottom-left-radius:5px;
}
.footright ul li .zbox .ewm img{width:100%;  height:100%;}
.footright ul li:hover .ewm{ right: 200px;}
.footright ul li:hover{ width: 200px; background:rgba(46,84,145,0.8);}
.footright ul li.last .zbox .text h5{ line-height: 31px;}


.footright ul li.wx:hover{width:55px;}


@media screen and (max-width: 1024px) {
    .footright{ display: none;}
}