﻿.container {
    max-width: 1230px;
}

/*网站公共样式*/
.clear{clear:both;overflow:hidden;}
.info-content{font-size:15px;line-height:2;margin:0 auto;padding: 15px;}
a{color:#000;text-decoration:none;}                                            
a:hover{color:#0152a7;}
a:focus{color:#000;}
a.btn-more{transition:all 0.5s ease;-moz-transition:all 0.5s ease; /* Firefox 4 */-webkit-transition:all 0.5s ease; /* Safari and Chrome */-o-transition:all 0.5s ease; /* Opera */}
.banner{height:500px\9!important;overflow:hidden\9!important;overflow:hidden;} /*兼容ie低版*/.banner{height:500px\9!important;overflow:hidden\9!important;overflow:hidden;} /*兼容ie低版*/
.clearfix{clear:both;}
.header1{background-color: #000;}
.clearfix .top-left a{color:#d9d9d9;line-height: 3;font-size: 12px;}
.clearfix .top-right{padding-top:7px;}

.clearfix .top-right .child{float: left;height:22px;width:22px;background:url(../images/icon_wb_on.png)no-repeat left -22px;display:block;transition: all 0.2s linear;margin: 0 2px;}
.clearfix .top-right .child:hover{background-position: left 0;}

.clearfix .top-right .child2{float: left;height:22px;width:22px;background:url(../images/icon_wx_on.png)no-repeat left -22px;display:block;transition: all 0.2s linear;margin: 0 2px;}
.clearfix .top-right .child2:hover{background-position: left 0;}

.clearfix .top-right .child3{float: left;height:22px;width:22px;background:url(../images/icon_qq_on.png)no-repeat left -22px;display:block;transition: all 0.2s linear;margin: 0 2px;}
.clearfix .top-right .child3:hover{background-position: left 0;}

.clearfix .top-right .child4{float: left;height:22px;width:22px;background:url(../images/icon_baidu_on.png)no-repeat left -22px;display:block;transition: all 0.2s linear;margin: 0 2px;}
.clearfix .top-right .child4:hover{background-position: left 0;}

.clearfix .top-right a img{height:22px;width:22px;}
.clearfix .top-right .child5{background:url(../images/icon_tb.png)no-repeat center;display: block;width: 22px;height: 22px;float: left;margin:0 2px 0 5px;}
.clearfix .top-right .child6{background:url(../images/icon_al.png)no-repeat center;display: block;width: 22px;height: 22px;float: left;margin: 0 2px;}




/*遮罩层*/
.mask-bg{position:fixed;width: 100%;height:100%;display:none;height:100vh;background-color: rgba(0, 0, 0, .7);overflow:hidden;z-index:99;top: 0;left: 0;}
.mask-bg.active{display:block;}

.back {transform: rotateY(-180deg);transform-style: preserve-3d;transition: ease-in-out 600ms;}
.ycxs{display:none;}
.logo img{max-width:100%;width:auto;}

/*自定义导航动画，也可以用animater.css中的动画，需要在script.js中修改*/
.nav .animated,.sub-nav .animated{-webkit-animation-duration:0.4s;animation-duration:0.4s;-webkit-animation-fill-mode:both;animation-fill-mode:both;}
.navSlide{-webkit-animation-name:navSlide;animation-name:navSlide}
@keyframes navSlide{0%{-webkit-transform:translateY(100%);transform:translateY(100%);opacity:0;visibility:visible}100%{-webkit-transform:translateY(0);opacity:1;transform:translateY(0)}}

/*主菜单*/
@media (min-width:1000px) /*pc端*/
{
.document-flow{position: absolute;z-index: 999;right: 0;left: 0;top:2px;height: 84px;}
.header1 .logo{margin:15px 0;display:block}
.header1 .nav-toggle{display:none}
.logo img{height: auto;width: auto;max-width: 300px;max-height: 70px;margin-top: -6px;}
.logo .invest{font-size: 24px;line-height:1.5;}
.nav > ul{float:right;}

.nav>ul>li{float:left;text-align:center;line-height:84px;margin: 0 10px;}
.nav>ul>li>ul{position:absolute;}
.nav>ul>li>a{padding: 14px 20px;color: #000;text-align: center;font-family: arial;font-size: 16px;font-weight: normal;font-style: normal;font-family: Microsoft YaHei;}
.nav >ul>li.current >a,.nav >ul>li:hover > a{color: #28468e;}
.nav{position: absolute;right: 0;top: 0;}
.nav li:hover> ul{display:block;}
.nav ul li ul li a{display:block;width:100%;text-align:center;color:#fff;font-size:15px;line-height:50px} 
.nav ul li ul li a:hover{text-decoration:none;color:#fff;background:#89584B;}
.nav ul li ul li{display:none!important;}
.nav ul li{position:relative;}
.nav ul li .arrow{display:none}
.nav ul li ul{background-color:#ad7669;display:none;position:absolute;left:-18%;z-index:2;width:150px} /*二级ul样式*/
.nav ul li ul li ul{left:100%;top:0px; display:none;}/*三级以后ul样式*/

/*FOOTER*/
.footernav ul{margin-bottom: 8px;}
.footernav ul li a,.footernav>ul{font-size: 14px;}
.address{padding-left:20px;}
.beian{padding:10px 0;}
.prd-bg3 .title{line-height: 140%;}
.prd-bg3 .xx p{line-height:1.8;}
.breadcrumb{padding: 16px;}

.addheadline{margin-top: 0px !important;}
}

@media (max-width:1000px) /*手机端*/
{
.header1 {padding:0px 0;}
.header1 .logo{line-height:60px;text-align:left;}
.header1 .logo img{height:auto;width:auto;max-width:250px;max-height:40px;}
.header1 .nav-toggle {position: absolute;right: 25px;top: 5px;font-size: 25px;color: white;min-width: 50px;height: 50px;line-height: 50px;text-align: center;cursor: pointer;z-index: 1;background-color: #28468e;border-radius: 10px;}
.header1 .nav-toggle.active{color:#ccc;}
.topcoms .col-xs-12{padding:0 0;}
.document-flow{background-color: #fff;}
.logo .invest{font-size: 18px;line-height: 1.5;}
.nav{position:fixed;z-index:100;top:0px;right:0px;width:0px;background:#fff;height:100%;height:100vh;opacity:0;transition: all 0.2s linear;overflow-y:auto;padding-left: 0;padding-right: 0;}
.nav.active{opacity:1;width:300px;max-width:60%}
.nav ul li{line-height: 45px;text-align:left}
.nav ul li ul{display:none;} /*二级ul样式*/
.nav ul li a{padding-left:30px;display:block;color:#999;font-size:15px;line-height:3.5;border-bottom: 1px solid #dcdcdc}
.nav ul li ul li a{padding-left:60px;font-size:14px;background-color:#eeeeee}
.nav ul li ul li ul li a{padding-left:90px;}
.nav ul li ul li ul li li a{padding-left:120px;}
.nav ul li{position:relative;}
.nav ul li .arrow{position:absolute;right:0px;top:0px;width:50px;height:50px;line-height:50px; text-align:center;transition-duration:0s}
.nav ul li .arrow:after{font-family:FontAwesome;content:"\f105";display:block;font-weight:bold;font-size:18px}

.nav ul li.current > a{color:#5a342b;}
.nav ul li.active > ul{display:block}
.nav ul li.active > .arrow{transform:rotate(90deg)}

.gotoptop_icon{display:none!important;}


/*BOTTOM*/

.footernav{text-align:left;}
.footernav ul li:first-child a{padding-left:0;}
.bot-bg{margin-top: -50px;padding-bottom: 40px;}
.foot-contact .center .box p{padding-bottom: 10px;}
.beian{padding-top:20px;}
.address{text-align: left;padding-left: 15px;margin-top:10px;}
.lianjie{text-align: left;line-height: 1.5;}

.breadcrumb{padding: 16px 0;}
}
/*小手机*/
@media (max-width: 767px){
/*FOOTER*/
.foot-menu li:nth-child(5),.foot-menu li:nth-child(6){display:none;}
}




/*FOOTER*/
.bot-bg{background-color:#000;}
footer{width:100%;min-height:95px;line-height:2.5;}
.footerback{background:url(../images/footer-bg.jpg);}
.footernav>ul>li{display:inline;}
.footernav>ul>li:not(:last-child){border-right: 2px solid #fff;}
.footernav ul{margin-left: 0px;}
.footernav ul li a{padding: 0px 10px;color: #fff;font-weight: bold;position: relative;top: -1px;}
.footernav ul li a:hover{text-decoration:underline;}
.footernav>ul>li>ul{display:none;}
.beian a:hover,.copyright a:hover{color:#fff;text-decoration:underline;}
.address ul,.lianjie,.lianjie a{font-size: 13px;color: rgb(151, 159, 174);}
.address ul li img{max-width: 19px;margin-right: 10px;}
.wechat p{color: rgb(187, 203, 234);}
.beian a,.beian{font-size:13px;}
.lianjie{margin-top:10px;}
.lianjie li{display:inline-block;padding-right: 10px;}
.lianjie li a:hover{color:#fff;}


/*移动端固定栏目按钮*/
.float-nav-toggle{z-index: 10;display: block;text-align: center;position: fixed;left: 6px;bottom: 60px;color: #fff;font-size: 18px;width: 40px;height: 40px;line-height: 40px;background-color: rgba(13, 13, 13, 0.6);border-radius: 20px;}
@media (max-width: 767px) {.display-xs-block {display: block !important;}}


/*移动端固定导航栏*/
.footer-fixed{position:fixed;left:0;bottom:0;overflow:hidden;width:100%;padding:6px 0px 2px;color:#fff;z-index:9;-webkit-transition:all 0.3s ease-in-out;-o-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out;border-top: 0.2rem solid #000;background: #fff;}
.footer-fixed ul{display:flex;flex-direction:row;justify-content:space-evenly;align-items:center;text-align: center;}
.footer-fixed ul li a{width:100%;text-align:center;display:flex;flex-direction:column;justify-content:center;align-items:center;font-size: 13px;}
.footer-fixed ul li p{font-size:1.3rem;}
.footer-fixed.active{transform:translateX(2.8rem);z-index:9;}
.footer-fixed2{font-size: 2.8rem;padding-top: 0.6rem;}
.footer-fixed i{display:block;}
.footer-fixed .fa{font-size:22px;}
@media (min-width:1000px){.footer-fixed{display:none!important;}}
@media (max-width:1000px){footer{padding-bottom:50px;}}



/*PC端置顶*/
#ToTop {position: fixed;bottom: 80px;right: 40px;width: 40px;height: 40px;text-indent: -999em;z-index: 20000;background-image: url(../images/top2.png); background-repeat: no-repeat;background-position:0 0;}
#ToTop:hover {width: 40px;height: 40px;background: url(../images/top2.png) no-repeat 0 -42px;text-indent: -999em;filter: alpha(opacity=100);opacity: 1;z-index: 20000;}


/*公共样式*/
.breadcrumb-line .breadcrumb{color:#5a5a5a;font-size: 14px;border-bottom: 1px solid #f4f4f4;}
.breadcrumb > li + li::before {content: " ->";color:#5a5a5a}
.pagination > li > a, .pagination > li > span{padding: 6px 10px;}

.card1{white-space: nowrap;text-overflow: ellipsis;overflow: hidden;display: block;font-size: 15px;}
.card2{overflow: hidden;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;word-break: break-all;height: 44px;margin: 120px auto;}

.html5zoo-arrow-left-0{background:url(../images/left.png) no-repeat scroll left top!important;margin-left:30px;background-size: cover !important;}
.html5zoo-arrow-right-0{background:url(../images/left2.png) no-repeat scroll left top!important;margin-right:30px;background-size: cover !important;}

.page ul li .fa{padding-right: 10px;}
.page ul li:hover a,.page ul li:hover{color: #0488CD;}

.font-size-13{font-size:13px;}



/*图片列表*/
.images-list .row .item a{display:block;overflow:hidden;}
.images-list .row .item img{display:block;width:100%;height:auto;transition: all 0.3s ease-out 0s;}
/*.images-list .row .item a:hover img{transform:scale(1.1,1.1);}*/

/*子栏目样式*/
.ss-bg{background-color: #f0f0f0;margin: 0;}
.contactus{background-color:rgb(240, 240, 240);height: 50px;margin-bottom: 50px;}
.sub-nav{text-align:left;background:url(../images/isch_bg.png)no-repeat right;height:50px;}
.sub-nav > ul > li{text-align: center;display: inline-block;margin: 0 5px;}
.sub-nav > ul > li > ul{position: absolute;}
.sub-nav li:hover > ul{display: block;}
.sub-nav > ul > li > ul::before{display: block;margin: 0px auto;text-align: center;position: absolute;top: -8px;left: 45%;content: "";width: 0;height: 0;border-left: 8px solid transparent;border-right: 8px solid transparent;border-bottom: 8px solid #21984b;}
.sub-nav > ul > li > ul li ul::before{display: block;margin: 0px auto;text-align: center;position: absolute;top: 20px;left: -10px;content: "";width: 0;height: 0;border-bottom: 5px solid transparent;border-right: 5px solid transparent;border-top: 5px solid transparent;border-left: 5px solid #fff;}
.sub-nav ul li ul li a{display: block;width: 100%;text-align: center;color: #fff;line-height: 50px}
.sub-nav ul li ul li a:hover{text-decoration: none;color: #fff;background: rgba(0, 0, 0, 0.1);}
.sub-nav ul li{position: relative;}
.sub-nav ul li .arrow{display: none}
.sub-nav ul li ul{background-color: #000;display: none;position: absolute;left: 0;z-index: 2;width: 100%;}
/*二级ul样式*/
.sub-nav ul li ul li ul{left: 100%;top: 0px;display: none;}
/*三级以后ul样式*/
@media (min-width:1000px){.sub-nav{}
.sub-nav > ul > li > a{height: 50px;line-height: 50px;width: 130px;}} 
@media(max-width:1000px){.sub-nav{margin-bottom: 30px;}
.sub-nav > ul > li{width: 29%;}
.sub-nav > ul > li > a{height: 40px;line-height: 40px;width: 100%;font-size: 12px;}}


/*搜素*/
.sub-nav .sst-box {position: absolute;top: 8px;right: 110px;}  
.sub-nav .sst-box .btn{background:url(../images/y_sch.png)no-repeat center;position: absolute;right: -50px;width: 50px;height: 32px;}  
.sub-nav .sst-box .s-input{background-color: #fff;border: none;width: 260px;height: 32px;padding-left: 10px;}  
.search{background:url(../images/isch_bgs.png)no-repeat right;background-color: #f0f0f0;height: 60px;position: relative;top:-30px;min-width: 1270px;}
.search2{position: absolute;top: -5px;right: -35px;}
.search .font{font-size:15px;}
.search .font .rs{color:#888;}
.ss-box .s-input{font-size: 13px;width: 297px;line-height: 32px;height: 32px;color: #666;border: transparent 1px solid;padding-left:10px;background-color: #fff;}
.ss-box .s-btn{background:url(../images/y_sch.png)no-repeat left;line-height: 32px;height: 32px;border: none;overflow: hidden;}
.ss-box .box-ss{padding-top:13px;}



/*分页样式*/
@media (min-width:1000px) {  
.div-img{ position:relative;}/*鼠标触发下拉遮罩样式*/
.div-img .mask{width:0;height:100%;background:rgba(0, 0, 0, 0.56);position:absolute;top:0;left:0;transition:0.3s linear;overflow:hidden;display:flex;justify-content:center;align-items:center;flex-direction: column;}
.div-img .mask p{color:#fff;}
.div-img:hover .mask p{color:#fff;}
.div-img .mask .fa{font-size:36px;color:#fff;}
.div-img .mask p.font1{font-size:16px;padding-bottom:4px;}
.HonourList .div-img .mask p.font{position: absolute;bottom: 0;z-index: 2;text-align: center;background-color: #27c940;width: 100%;}
}
@media (max-width:1000px) {
.div-img .mask{text-align:center;padding-top:10px;}
.div-img .mask p.font2{overflow: hidden;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;word-break: break-all;height: 44px;}

}
/*产品公共样式*/
.account{text-align: center;}



/*/*分页-产品中心*/
/*.product-box .row .item{text-align: center;margin-bottom: 20px;}
.product-box .row .item .border-box{}
.product-box .row .item .border-box:hover{}*/
@media (min-width:1000px){
.product-box .row .item .border-box{}
.product-box .row .item .border-box .title{text-align:center;position: absolute;left: 0;bottom: 0px;background-color: #dddddd;color: #5a5a5a;width: 92.9%;line-height: 26px;margin: 0 15px;}
.product-box .row .item .border-box .title a{font-size: 14px;}
.product-box .row .item .border-box .title:hover a{background-color:#0152a7;color:#fff;}
}
@media (max-width:1000px){
.product-box{padding-top:20px;}
.product-box .row .item .border-box{padding:10px;}

}


/*分页>新闻中心*/
.pa_piclist_6 .gray-product{background-color:#f8f8f8;padding-bottom:30px;}
.pa_piclist_6 li{text-align: center;padding-bottom:30px;}
.pa_piclist_6 li .title{line-height:1.5;color: #5a5a5a;padding:10px;font-size:15px;text-align:left;}
.pa_piclist_6 li a.title:hover{color:#27c940;}
.pa_piclist_6 .mi{color: #acacac;padding:0 10px;text-align:left;}
.pa_piclist_6 .introduct{text-align:left;font-size: 13px;overflow: hidden;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;word-break: break-all;height: 46px;}
.pa_piclist_6 .introduct{color: #999999;padding:10px 10px 0;}

.pa_piclist_6 .div-imgs{ position:relative;}
.pa_piclist_6 .div-imgs img{display:block;width:100%;}
.pa_piclist_6 .div-imgs .mask{width:100%;height:100%;background:rgba(0, 0, 0, 0.55);position:absolute;top:0;left:0;transition:0.3s linear;overflow:hidden;display:flex;justify-content:center;align-items:center; opacity:0;}
.pa_piclist_6 .div-imgs:hover .mask{opacity:1;}
.pa_piclist_6 .div-imgs .mask img{width:40px!important;height:40px!important;}

.pa_piclist_6 .div-imgs .mask .fa{color:#fff;font-size:40px;}
.pa_piclist_6 .row .item a{display:block;overflow:hidden;}
.pa_piclist_6 .row .item img{display:block;width:100%;height:auto;}
.pa_piclist_6 .row .item a:hover img{transform:scale(1.1,1.1);transition: all 0.3s ease-out 0s;}








/*首页样式*/
@media (min-width:1000px) {
.home-headline{margin:50px 0 60px;}
.home-headline span{font-size: 32px;color: #0152a7;width: 1207px;display: block;}

.homecontact .boxs{border: 4px solid rgb(39, 201, 64);padding: 30px 20px 50px 210px;min-height: 390px;}
.homecontact .boxs .more{margin-top:30px;}
.homecontact .boxs .more a{padding: 12px 40px;}
.homecontact .homecontactbox{position: absolute;right: 0;top: 60px;}
.homecontact img{position: relative;z-index: 1;}

.pro-bg{padding:100px 0;background-color: rgb(249, 249, 249);}
.natural-bg{}
.natural-bg .font1{font-size: 28px;color: rgb(255, 255, 255);letter-spacing: 1px;}
.natural-bg .font2{font-size: 24px;color: rgb(255, 255, 255);}   
.home-headline2 b{font-size:28px;text-transform: uppercase;color:rgb(40, 70, 142);min-width: 1207px;display: block;line-height: 140%;font-family:fangsong;}
.home-headline b{font-size:15px;letter-spacing: 0px;text-transform: uppercase;color:rgb(153, 153, 153);min-width: 1207px;display: block;font-weight: normal;}

}
@media (max-width:1000px) {
.home-headline{margin:30px 0;}
.home-headline2{}
.home-headline span{font-size: 20px;}
.home-headline2 span{font-size: 28px;color: rgb(40, 70, 142);display: block;line-height: 140%;}


.homecontact .boxs .more{margin-top:20px;text-align:center;}
.homecontact .boxs .more a{padding: 8px 30px;}

.pro-bg{background-color: rgb(249, 249, 249);padding-top: 30px;padding-bottom: 30px;text-align:center;}

.natural-bg{padding:45px 0;}
.natural-bg .font1{font-size: 16px;padding-bottom:8px;}
.natural-bg .font2{font-size: 13px;}
.home-headline b{font-size:15px;color:rgb(153, 153, 153);display: block;font-weight: normal;}

}

/*首页-查看更多*/
a.btn-more{transition:all 0.5s ease;-moz-transition:all 0.5s ease; /* Firefox 4 */-webkit-transition:all 0.5s ease; /* Safari and Chrome */-o-transition:all 0.5s ease; /* Opera */}
@media (min-width:1000px) {
.homemore{padding:30px 0;}
.homemore2{padding:30px 0;}
.homemore a{padding:40px 120px;}
.homemore2 a{padding:40px 120px;}
}
@media (max-width:1000px) {
.homemore{text-align:center;}
.homemore2{text-align:center;}
.homemore a{padding: 8px 30px;}
.homemore2 a{padding: 8px 30px;}
}
.homemore a:hover{background-color:rgb(17, 45, 112);color: white;}
.homemore2 a:hover{background-color:rgba(193,153,18,1);color: white;}

/*首页公共样式*/
.home-headline{text-align:center;font-weight:bold;}
.home-headline2{text-align:center;font-weight:bold;}
    
/*首页-关于我们*/
.about .major{font-size: 14px;color: rgb(255, 153, 0);}
.about strong{font-size: 23px;color: rgb(67, 67, 67);}
.about .pt{font-size: 15px;line-height: 180%;color: rgb(119, 119, 119);padding: 10px 0;}
.about .js{padding: 10px 35px;background-color: #f9f9f9;}
.about .js p{font-size: 15px;color: rgba(102,102,102,1);padding: 5px;}
.iradio4{background-color: #f2f2f2;height: 240px;width: 240px;border-radius: 50%;z-index: -1;position: absolute;right: 29px;top: -40px;}



/*首页-产品展示*/
.pro-bg .product-bg{background-color: rgb(1, 82, 167);}
.pro-bg .product-bg .product{font-size: 20px;text-transform: uppercase;color: rgb(255, 255, 255);letter-spacing: 2px;padding-top: 15px;font-weight:600;}

.table-bg ul li{font-size: 16px;text-align: center;line-height: 3.5;display: inline-block;font-weight: normal;}
.table-bg ul li a:hover{color: #fff;background-color: #28468e;}
.table-bg ul li a{padding:0px 30px;display: block;}

.prd-bg{background-color:rgb(246, 246, 246);}
.qw{border-bottom: 1px dashed #d9d9d9;}
.prd-bg strong{color:rgb(255, 153, 0);font-size: 24px;}
.prd-bg2 strong{color:rgb(255, 153, 0);font-size: 24px;}
.prd-bg3 strong{color:rgb(255, 153, 0);font-size: 24px;}
.prd-title{border-bottom: 1px dashed #d9d9d9;}
.prd-title p{font-size: 12px;line-height: 180%;color: rgb(102, 102, 102);}

.car:hover img{-webkit-transform: scale(1.1,1.1);}
.tp-bg .title:hover{background-color:#0152a7;color: #fff;}

@media(min-width:1000px){
.tp-bg .title{position: absolute;left: 0;bottom: 20px;background-color:#dddddd;color: #5a5a5a;width:95%;line-height:30px;-webkit-transition: all 0.3s ease;margin: 0 15px;}
.car img{width: 100%;height:225px; -webkit-transition: all 0.3s ease;}

}
@media(max-width:1000px){
.car img{width: 100%;-webkit-transition: all 0.3s ease;}

}





/*首页-专注高精密度*/
.natural-bg .calling2 span{color: rgb(255, 255, 0);display: block;font-weight:600;}

/*首页-新闻资讯*/
.news{padding:5px;}
.news .title{font-size: 16px;padding-top: 1px;color: #333333;text-decoration: none;display: block;line-height: 140%;}
.news .time{font-size: 14px;padding-top: 5px;color: #999999;font-weight: normal;text-decoration: none;display: block;line-height: 140%;}
.news .synopsis{font-size: 13px;line-height: 22px !important;padding-top: 10px;color: #999999;text-decoration: none;}
.photo img{width: 100%;-webkit-transition: all 0.3s ease;}
.photo:hover img{-webkit-transform: scale(1.1,1.1);}
.introduct{text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}




@media (max-width:1000px) {
    .natural-bg .calling2{background:url(../images/wtel.png)no-repeat 10px;background-size:24px; border: 1px solid #fff;font-size: 16px;color: rgb(255, 255, 0);height: 38px;line-height: 38px;display: block;width: 238px;margin: 0 auto;}
    .natural-bg .zz{padding:20px;}
    .xw{padding-right: 15px;padding-bottom: 50px;}
}



/*------------------------add---------------------------------------*/
/*联系我们*/
.headquartersp{ font-size: 28px;line-height: 200%;}
.headquartersp .kk{border: 1px solid rgb(238, 238, 238);padding: 40px 0;}
.headquartersp .img{border-right: 1px solid rgb(238, 238, 238);}

@media (min-width:1000px){
.feedform {margin: 0 140px;}
.headquartersp li p{line-height: 1.8;}
.boxx{border:1px solid #000;width: 220px;height: 40px;margin:-20px auto;}
.td-line{border-bottom:1px solid #000;width:160px;margin-left: 20px;margin-top: 15px;}
.addteam{padding: 110px 0 20px;}
.headquartersp .kk .dd{font-size: 15px;color: rgb(136, 136, 136);line-height: 200%;text-align: left;padding-left: 10px;}

}
@media (max-width:1000px){
.headquarters{ font-size:16px;line-height: 200%;}
.headquartersp p{font-size:12px;line-height: 1.5em;}
.headquartersp li{line-height: 1.5em;}
.boxx{border:1px solid #000;width: 220px;height: 40px;margin:-15px -10px;}
.td-line{border-bottom: 1px solid #000;width: 80px;margin-left: 93px;margin-top: 15px;margin: 20px auto;}
.lx-title{font-size:20px;font-weight:bold;}
.feedform {margin: 0 auto;}
.addteam{padding-top:40px;}
.headquartersp li img{max-width:50px;}
.headquartersp .kk .dd{font-size: 13px;color: rgb(136, 136, 136);line-height: 200%;text-align: center;padding-left: 10px;}

}



@media (max-width:1000px){
.nunberrow2{font-size: 12px;color: #ccc;text-align:center;}
.nunberrow3{font-size: 20px;color: rgb(255, 255, 255);text-align: center;}
}

/*footer*/
.fy ul li::before{content: "-";}
.ab strong{font-size: 16px;letter-spacing: 1px;color: rgb(85, 85, 85);}
.ewm-img img{width:100%;}
.dp{background-color: rgb(32, 78, 125);}

.footernav li{display:inline-block;margin-top:10px;}
.footernav li a{color: #cccccc;font-size:10px;}



/*在线留言*/
.zxly{font-size: 20px;color: #0152a7;}
.jy{font-size: 15px;color: rgb(187, 187, 187);padding-top:15px;}

.div-img{position: relative;}
.div-img img{display: block;width: 100%;}
.pk{position: absolute;right:10px;}
.yl{margin-top:65px;}

.div-img .mask{width: 100%;height: 100%;background: rgba(17, 17, 17, 0.6);position: absolute;top: 0;left: 0;transition: 0.3s linear;overflow: hidden;display: flex;justify-content: center;align-items: center;opacity: 0;}
.div-img .mask2{width: 53%;height: 94%;background: rgba(17, 17, 17, 0.6);position: absolute;top: 10px;left: -10px;transition: 0.3s linear;overflow: hidden;display: flex;justify-content: center;align-items: center;opacity: 0;}
.div-img .mask3{width: 85%;height: 77%;background: rgba(17, 17, 17, 0.6);position: absolute;top: 109px;left: 56px;transition: 0.3s linear;overflow: hidden;display: flex;justify-content: center;align-items: center;opacity: 0;}

.div-img:hover .mask{opacity: 1;}
.div-img:hover .mask2{opacity: 1;}
.div-img:hover .mask3{opacity: 1;}

.div-img .mask .fa{color: #fff;font-size: 20px;}
.div-img .mask2 .fa{color: #fff;font-size: 20px;}
.div-img .mask3 .fa{color: #fff;font-size: 20px;}



 /*新闻栏目模板*/
 .pa_textlist_2 .picbox{width:100%;position:relative;}
.pa_textlist_2 .item{padding:20px 0px 0px 0px;}
.pa_textlist_2 .picbox img{width:100%;}
.pa_textlist_2 .title{font-size:18px;margin-bottom:8px;}
@media(max-width:768px){
.pa_textlist_2 .title{font-size:16px;}
}
@media(max-width:468px){
.pa_textlist_2 .title{font-size:16px;}
.pa_textlist_2 .introduct{display:none;}
}



/*Pc端固定客服*/.wpsidebar-fkf{position: fixed;right: 10px;top: 50%;transform: translate(0,-50%);z-index: 9999;}
.fkf-item{position: relative;width: 50px;height: 50px;border: 1px solid #ccc;padding: 10px;background-color: #fff;margin-bottom: 6px;box-sizing: border-box;cursor: pointer;}
.fkf-item img{width: 30px;height: 30px;}
.fkf-item img.hover{display: none;}
.fkf-item:hover > img{display: none;}
.fkf-item:hover img.hover{display: block;}
.fkf-cart > span{position: absolute;display: block;width: 24px;height: 24px;border-radius: 50%;background-color: #ff6600;color: #fff;left: -12px;top: -12px;text-align: center;line-height: 24px;}
.fkf-item-right{position: absolute;right: 35px;padding-right: 25px;top: -15px;display: none;}
.fkf-item:hover .fkf-item-right{display: block;}
.fkf-item-right-content{width: 430px;border: 1px solid #ccc;border-top: 4px solid #000;padding: 20px;padding-top: 15px;background-color: #fff;-webkit-box-shadow: 0 3px 8px rgba(0,0,0,.15);-moz-box-shadow: 0 3px 8px rgba(0,0,0,.15);box-shadow: 0 3px 8px rgba(0,0,0,.15);position: relative;font-family: 宋体;}
.fkf-item-right-content .arrow, .right-content-ewm .arrow{position: absolute;width: 20px;height: 20px;right: -15px;top: 23px;z-index: 20;}
.fkf-item-right-content-top{padding-bottom: 10px;padding-top: 10px;padding-left: 70px;border-bottom: 1px solid #ccc;position: relative;white-space: nowrap;overflow: hidden;}
.fkf-item-right-content-top img{position: absolute;left: 0;top: 20px;width: 40px;height: 40px;}
.fkf-item-right-content-top h2{font-size: 22px;font-weight: bold;}
.fkf-item-right-content-bottom p{padding-top: 15px;padding-bottom: 15px;}
.fkf-item-right-content-bottom .content-bottom-item{display: inline-block;width: 32%;margin-bottom: 8px;overflow: hidden;text-overflow: ellipsis;word-wrap: break-word;}
.content-bottom-item img{width: 25px;height: 25px;margin-right: 5px;background-color: #333;vertical-align: top;}
.content-bottom-item span{display: inline-block;line-height: 25px;}
.content-bottom-item:hover img{background-color: #ff6800;}
.content-bottom-item:hover span{color: #ff6800}
.right-content-tele{width: 300px;}
.right-content-tele .fkf-item-right-content-top:last-child{border-bottom: 0;padding-bottom: 0;padding-top: 10px;}
.right-content-ewm{padding: 20px;background-color: #fff;border: 1px solid #ccc;-webkit-box-shadow: 0 3px 8px rgba(0,0,0,.15);-moz-box-shadow: 0 3px 8px rgba(0,0,0,.15);box-shadow: 0 3px 8px rgba(0,0,0,.15);position: relative;display: flex;flex-direction: row;width: max-content;}
.right-content-ewm .ewm div{width: 130px;height: 130px;margin: 0 auto;border-radius: 50%;margin-bottom: 10px}
.right-content-ewm .ewm div img{width: 100px;height: 100px;margin-top: 15px;margin-left: 15px;background: #fff;}
.right-content-ewm .ewm p{text-align: center;font-size: 16px;}
.fkf-item-right-ewm{top: initial;bottom: -15px;}
.right-content-ewm .arrow{top: initial;bottom: 23px;}


/*滚动数字*/
    .years-bg{}
    .years-box ul{text-align:center;color:#333;position: relative;}
    .years-box ul:hover{color:#28468e;}
    .years-box li ul li:first-child{font-weight:normal;}
    .years-box li ul li:last-child{color:#000;}
    @media (min-width:1000px){
        .years-bg{padding: 50px 0 70px;margin:30px 0;}
        .years-box li ul li:first-child{font-size: 50px;border-bottom: 1px solid rgb(232, 232, 232);width: 200px;margin: 0 auto;}
        .years-box li ul li:last-child{font-size: 14px;padding: 15px 0;}
    }
    @media (max-width:999px) and (min-width:415px)
    { 
        .years-bg{padding: 40px 0;margin:30px 0;}
        .years-box li ul li:first-child{font-size: 40px;}
        .years-box li ul li:last-child{font-size: 16px;}
    }
    @media (max-width:414px)
    {   
        .years-bg{padding: 25px 0;}
        .years-box li ul li:first-child{font-size: 20px;}
        .years-box li ul li:last-child{font-size: 10px;}
    }

/*分页-产品中心 框框*/
.product-box .row .item{text-align: center;padding-bottom:20px;}
.product-box .row .item .border-box{border: 1px solid rgb(238, 238, 238);}
.product-box .row .item .border-box:hover{border-color: #cf2124;}
.font-size-13{font-size:13px!important;}
.text-red{color:#b40013;}
@media (min-width:1000px){
.product-box .row .item .border-box{padding:20px;}
.product-box .row .item .border-box .title{text-align:center;}
.product-box .row .item .border-box .title a{font-size: 18px;}
}
@media (max-width:1000px){
.product-box{padding-top:20px;}
.product-box .row .item .border-box{padding:10px;}
}

/*遮罩层缩小*/
.pa_piclist_2 .item{margin-bottom: 20px;}
.pa_piclist_2 .item .title{margin-top: 10px;}
.pa_piclist_2 .mask::after{content: '';background: url("../images/m7wn.png") no-repeat center center;position: absolute;top: 50%;left: 50%;color: #fff;width: 60px;height: 60px;background-size: 100% 100%;margin-left: -30px;margin-top: -30px;}
.pa_piclist_2 .picbox:hover .mask{opacity: 0.8;}
.pa_piclist_2 .picbox img{transition: all 0.3s ease;}
.pa_piclist_2 .picbox:hover img{transform: scale(0.9,0.9);}
@media(max-width:992px){.pa_piclist_2{padding: 5px;}
.pa_piclist_2 .item{margin-bottom: 10px;}}


html{ overflow-y:scroll; min-height:101%;}
html{ overflow:-moz-scrollbars-vertical;}


/*add*/


/*联系我们*/
.bg-contact{background-color:white;padding:20px;overflow:hidden;margin-top:20px;}
.bg-contact .contact-left .contact-title{line-height:2;margin-bottom:20px;color: rgb(40, 70, 142); font-weight: bold;}
.bg-contact .contact-left .contact-body .body-title{font-family: 'Microsoft YaHei';font-size: 14px;color: rgb(51, 51, 51);line-height: 220%;}
.bg-contact .contact-left .contact-body .body-tel{font-family: 'Microsoft YaHei';font-size: 26px;color: rgb(244, 193, 23);line-height: 220%;}
.bg-contact .contact-left .contact-body .body-iteml{font-family: 'Microsoft YaHei';font-size: 14px;color: rgb(51, 51, 51);line-height: 220%;}
.bg-contact .contact-left .contact-body .body-img{margin-top:40px;}
.bg-contact .contact-left .contact-body .body-img img{width:auto;height:106px;}
.bg-contact .contact-right .contact-right-title{font-size:28px; line-height:2;color: rgb(51, 51, 51);margin:auto;color: rgb(40, 70, 142); font-weight: bold;}


/*新闻中心*/

.News-center{margin-top:20px;}
.News-center .News-title{color: #28468e;font-family: 'Microsoft YaHei';font-size: 28px;line-height:2;font-weight: bold;margin-bottom:20px;}
.News-center .sub-nav{text-align:center;}

.News-center .sub-nav > ul > li > a{background-color:transparent;}
.News-center .sub-nav > ul > li:hover > a{background-color:#28468e;color:white;}
.pa_textlist_2 .picbox img{max-width:100%;}

.News-list-img .News-list-mask{z-index:10;width:100%;position: absolute;height: 100%;top: 0;left: 0;display:none;transition: all 0.5s ease;}
.News-list-img img{transform: scale(1);transition: all 0.7s ease;}
.News-list-img:hover  .News-list-mask{background-color:#28468e;opacity:0.8;display:block;}
.News-list-img:hover img{transform: scale(0.9,0.9);}

/*新闻中心-内容页*/
.bdshare-button-style0-16 .bds_more{float:none!important;clear:both;}
.bdshare-button-style0-16 .bds_qzone{float:none!important;}
.bdshare-button-style0-16 .bds_tsina{float:none!important;}
.bdshare-button-style0-16 .bds_tqq{float:none!important;}
.bdshare-button-style0-16 .bds_renren{float:none!important;}
.bdshare-button-style0-16 .bds_weixin{float:none!important;}
 .account{padding: 5px;line-height: 1.7em;color: #868686;background-color: #F5F5F5;border: #E5E5E5 1px solid;margin-bottom: 10px;}
.News-info{font-family: Microsoft YaHei;color: #28468e;font-weight: bold;text-decoration: none;}

/*产品中心*/
.product .product-case{background-color:white;padding:10px;border: 1px solid rgb(238, 238, 238);}
.product:hover .product-case{border-color:black;}
.product-list-mask{display:none;background-color:#28468e;position:absolute;width:100%;height:100%;transition: all 0.5s ease;top:0;left:0;}
.product .product-case .product-img{position:relative;}
.product .product-case .product-img img{transform: scale(1);transition: all 0.7s ease;}
.product .product-case .product-img:hover img{transform: scale(0.9,0.9);}
.product .product-case .product-img:hover .product-list-mask{display:block;opacity:0.8;}
.product .product-case .product-img .product-list-mas{line-height:4;}
.product .product-case .product-img .product-list-mask .product-pel{font-size:12px;position: absolute;top: 54%;left: 20%;}
.product .product-case .product-img .product-list-mask .product-img-title{font-size: 16px;position: absolute;top: 30%;left: 37%;}

/*产品中心-内容页*/
.product-item-text .account{text-align:left;}
.product-item-text .info-content{padding:0px;}
.text-lineThrough{text-decoration: line-through;}

 /*3行隐藏*/
 .display-tree-none{display: -webkit-box;text-overflow: ellipsis;overflow: hidden;-webkit-box-orient: vertical;-webkit-line-clamp: 3;}

@media (max-width:1000px){/*ipad / iphone*/
.product-content{padding:0px;}
.product-content .product-images{padding-top:0px;}
/*新闻中心*/
.pa_textlist_2 .title .News-list-title{font-size: 14px;color: #333333;font-weight: normal;text-decoration: none;line-height: 140%;}
.pa_textlist_2  .News-list-date{font-size: 14px;color: #666666;font-weight: normal;text-decoration: none;}
.News-info{font-size: 20px;}
.bdshare-button-style0-16{display:block;}
.bg-contact .contact-left .contact-title{font-size:24px;}
.pa_textlist_2 .item{padding-bottom:20px;border-bottom:1px dashed #999;}
.bg-contact .contact-right{margin-top:20px;}
.News-center .sub-nav > ul > li > a{background-color:#28468e;color:white;}
.piclist-title{font-size:14px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.table-bg{margin-top:10px;}
.All-body-contant{padding-bottom:10px;}
.cpfl{text-align:left;}
.table-bg ul li{font-size: 14px;display: inline-block;font-weight: normal;}
.table-bg ul li a{padding:0px 15px;display: block;background-color: #28468e;color: #fff;margin:5px 5px;}
.news-bg{padding-bottom:15px;}
.button-border{border: 1px solid rgb(240, 240, 240);border-radius: 30px 0px 30px 0px;width: 206px;height: 52px;line-height: 52px;margin: 0 auto;padding: 15px;}

}


@media (min-width:1000px){/*pc端*/
.All-body-contant{background-color:#f9f9f9;width:100%;padding-top:20px;padding-bottom:20px;}
.bg-white{background-color:white;}
.pa_textlist_2 .title .News-list-title{font-size: 26px;padding-top: 25px;color: #333333;font-weight: bold;text-decoration: none;line-height: 140%;}
.pa_textlist_2  .News-list-date{font-size: 18px;padding-top: 28px;color: #333333;font-weight: normal;text-decoration: none;line-height: 140%;}
.News-info{font-size: 26px;}
.bg-contact .contact-right{border-left:1px dashed;}
.bg-contact .contact-right .contact-right-title{width:80%;}
.bg-contact .contact-left .contact-title{font-size:28px;}
.imgae-same-size{margin-top:20px;}
.pa_textlist_2 .News-list-introduct{ font-size: 14px;line-height: 28px;padding-top: 28px;color: #666666;display: -webkit-box!important;text-overflow: ellipsis;overflow: hidden;-webkit-box-orient: vertical;-webkit-line-clamp: 3;}
.News-center .sub-nav > ul > li > a{font-size:16px;}
.piclist-title{font-size:16px;}
.News-height{margin-top:30px}
.News-Detailt{padding-top:30px;}
.table-bg{margin-top:20px;margin-bottom:20px;}
}
@media (min-width: 768px) and (max-width:1000px){/*ipad */
.pa_textlist_2 .News-list-introduct{ font-size: 14px;line-height: 28px;padding-top: 20px;color: #666666;display: -webkit-box!important;text-overflow: ellipsis;overflow: hidden;-webkit-box-orient: vertical;-webkit-line-clamp: 3;}
}








