﻿.container{max-width:1300px;}
body{background: #1f2331;}
/*网站公共样式*/
.info-content{font-size:15px;line-height:2.5;color: #fff;}
a{color:#fff;text-decoration:none;}                                            
a:hover{color:#2bddd9}
a:focus{color:#2bddd9}
a.btn-more{transition:all 0.3s ease;-moz-transition:all 0.3s ease; /* Firefox 4 */-webkit-transition:all 0.3s ease; /* Safari and Chrome */-o-transition:all 0.3s ease; /* Opera */}
.banner{height:500px\9!important;overflow:hidden\9!important;overflow:hidden;} /*兼容ie低版*/
.text-green{color:#0c3c8e;}
/*.info-content,.info-content p,.info-content p span,.info-content span{color: #fff !important;}*/
html{ overflow-y:scroll; min-height:101%;}
html{ overflow:-moz-scrollbars-vertical;}

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



/*首页模块样式*/
.product-module-box {position:relative;}
.module-title{clear:both;text-align:center;margin:30px 0px 30px 0px;}
.module-title .cn-title{display:block;color:#333;line-height:48px;font-family: SimSun;font-weight: bold;}
.module-title span{font-size: 18px;background:url(../images/24tel.png) no-repeat center left;background-size: 34px;padding: 20px 0 20px 50px;}



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



/*主菜单*/
@media (min-width:1000px) /*pc端*/
{
.top-logo{padding-top:10px;}
.header{height: 100px;}
.header .nav-toggle{display:none}
.header .logo{line-height:100px;}
.header .logo img{height:60px;}
.top-cheek{background-color: rgb(4, 32, 56);/*position: sticky;top: 0;z-index: 12;*/}
.top-cheek .text-center{padding-right:0}

.nav>ul>li{text-align:center;line-height:58px;width: 11%;display: inline-block;}
.nav>ul>li>a{font-size:16px;color: #fff;width: 100%;display: block;}
.nav>ul>li>ul{display:none;}
.nav > ul > li.current,.nav > ul > li:hover{background-color:#fff;}
.nav > ul > li.current a,.nav > ul > li:hover a{color:#000;}
.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:#000;}

.nav ul li:nth-child(3) ul li{display:none!important;}
.nav ul li{position:relative;}
.nav ul li .arrow{display:none}
.nav ul li ul{background-color:#fff;display:none;position:absolute;left:0;z-index:2;width:100%;} /*二级ul样式*/
.nav ul li ul li ul{left:100%;top:0px; display:none;}/*三级以后ul样式*/
.breadcrumb{position:absolute;bottom:10%;padding-left: 15px;}
.breadcrumb li a{color:#fff;}
.pagebanner{position:relative;}
.pagebanner img{width:100%;}

.addruiBox{margin: 50px 50px 0;}
}

@media (max-width:1000px) /*手机端*/
{
.header{position:relative;z-index: 5;background-color:#fff;box-shadow: 0px 1px 4px rgba(216, 216, 233, 0.9);background-color: #000;}
.header .logo {line-height: 66px;}
.header .logo img{height:50px;}
.header .nav-toggle{background-color: #042038;border-radius:5px;color:#fff; position:absolute;right:0;top:10%;font-size:25px;min-width:52px;height:52px;line-height:52px;text-align:center;cursor:pointer;z-index:1;}
.header .nav-toggle.active{color:#ccc;}

.nav{position:fixed;z-index:100;top:0px;right:0px;width:0px;background:rgb(0, 0, 0);height:100%;height:100vh;opacity:0;transition: all 0.2s linear;overflow-y:auto}
.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:#fff;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:#042038}
.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{color:#fff; font-family:FontAwesome;content:"\f105";display:block;font-weight:bold;font-size:18px}

.nav ul li.current > a{font-weight:bold;color: #2bddd9;}
.nav ul li.active > ul{display:block}
.nav ul li.active > .arrow{transform:rotate(90deg)}

.contact li span{display:inline-block;}
}


/*TOP*/
.header .top-center{font-size: 15px;margin-top: 30px;border-left: 1px dashed #fff;padding-left: 20px;color:#fff}
.header .top-center span{font-size: 15px;display: block;font-weight: normal;}
.header .top-right{text-align: right;margin-top: 6px;}
.header .top-right .fa{color: #2bddd9;font-size: 40px;position: relative;top: 15px;right: 4px;}    
.header .top-right img{max-width: 54px;padding-top: 10px;}
.header .top-right ul{text-align: left;line-height: 1.2;position: relative;top: 18px;display: inline-block;}
.header .top-right ul li:last-child{color: #fff;font-weight: bold;font-size: 24px;}



/*FOOTER*/
.bg-black{background-color: rgb(4, 32, 56);padding-top:34px;}
footer{width:100%;min-height:95px;line-height:2.5;}
.footernav>ul>li>a{color:#bbbbbb;}
.footernav>ul>li>ul>li{display:none!important;}
.ulli ul li{line-height: 1.9;}
.ulli ul li:not(:nth-child(-n+7)){display:none;}
.ulli ul li a{color: #fff;font-size: 15px;}
.ulli ul li a:hover{color:#eb9b2a;}
.ulli ul li ul li{display:none;}
.foottitle span i{display: block;border-bottom: 2px solid #fff;width: 30px;margin-bottom: 10px;}

.weixin .top ul{text-align: left;line-height: 1.2;position: relative;top: 14px;display: inline-block;color: rgb(110, 124, 139);}
.weixin .top ul li:first-child{font-size: 28px;color: #14b5f0;font-weight:bold;}
.weixin .top ul li:last-child{color: rgb(255, 255, 255);font-size: 13px;}

.contact li:not(:first-child){line-height:2;font-size:15px;}
.contact li:first-child img{width: 50px;}
.contact li:first-child b{font-size: 27px;letter-spacing: 1px;color: rgb(20, 181, 240);padding-left:10px;}

.copyright-bg{background-color: rgb(4, 32, 56);}
.copyright-bg .box a:hover{text-decoration:underline;}
.copyright a:hover{text-decoration:underline;color:#fff;}



/*Pc端 在线客服*/
.zaixian{position:fixed;bottom:220px;right:0px;z-index:9;}
.zaixian .zaixian_com{position:relative;width:50px;height:80px;}
.zaixian_com .zxzx_pic1{position:absolute;right:0px;top:0px;}
.zaixian_com .zxzx_pic2{position:absolute;right:-190px;top:-70px;z-index:10;width:170px;height:300px;}
.zaixian_com .zxzx_pic1 p{position: absolute;top: 50px;left: 18px;font-size: 13px;color: #fff;}
.zaixian_com .zxzx_pic2 p{position: absolute;top: 118px;left: 24px;font-size: 13px;color: #fff;}
.kf-lf-lj{position:absolute;width:100px;right:10px;top:70px;}
.kf-lf-lj a{display:block;line-height:30px;padding-left:10px;margin:5px 0;color:#848484;font-size:13px;}
.kf-lf-lj a .fa{padding-right:4px;}
.kf-lf-lj a:hover{background:#1298fa url(../images/box-kefu2.png) no-repeat 5px center;color:#FFF;border-radius:4px;}
@media(max-width:1000px){.zaixian{display:none;}}



/*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:-503px 0;;}
#ToTop:hover {width: 40px;height: 40px;background: url(../images/top2.png) no-repeat -503px -42px;;text-indent: -999em;filter: alpha(opacity=100);opacity: 1;z-index: 20000;}
@media (max-width:1000px) /*手机端*/
{.gotoptop_icon{display:none!important;}}



/*移动端固定栏目按钮*/
.float-nav-toggle{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;z-index: 4;}
@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:4;-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;color: #000;}
.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{margin-bottom:50px;}}
  

/*公共样式*/
.breadcrumb li img{width: 26px;position: relative;top: -2px;margin: 26px 0;}
.breadcrumb > li + li::before {
    content: "≡";
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus{border-color: #fff;}
.card1{white-space: nowrap;text-overflow: ellipsis;overflow: hidden;display: block;}
.card2{overflow: hidden;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;word-break: break-all;height: 36px;}
.card2s{overflow: hidden;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;word-break: break-all;height: 44px;}
.page ul li .fa{padding-right: 10px;}
.page ul li:hover a,.page ul li:hover{color: #2bddd9;}
.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.08,1.08);}



/*子栏目样式*/
.nav-fenye {height:auto;width:100%;}
.nav-content{width:100%;height:100%; overflow-wrap: break-word;padding: 0px;background-color: transparent;border-style: solid;}
.nav-header{width:100%;height:auto;background-color: rgb(43, 65, 164);}
.header-wenzi{padding-top: 20px;width:100%;display: block; font-family: "Microsoft YaHei";font-size: 30px;color: rgb(255, 255, 255);text-align:center;}
.header-wenzi1{padding-bottom: 20px;font-family: "Microsoft YaHei";font-size: 22px;color: rgb(255, 255, 255);width:100%;display: block;text-align: center; }
.header-top {left: 8px;top: 17px;position: absolute;width: 34px;height: 34px;transform: rotate(31deg);transform-origin: 0px 0px;}
.top-content{margin: 15px 0; border: none;border-top-color: currentcolor;border-top-style: none;border-top-width: medium;border-top: 2px solid #ffffff;height: 0;}
.footer-content{margin: 15px 0; border: none;border-top-color: currentcolor;border-top-style: none;border-top-width: medium;border-top: 2px solid #ffffff;height: 0;}
.header-footer {right: -11px;top: 117px;position: absolute;z-index: 137;transform: rotate(31deg);transform-origin: 0px 0px;padding: 0px;border-color: transparent;border-width: 0px;overflow: hidden;width: 34px;height: 34px;}
.nav-footer{padding: 10px;clear: both;overflow: hidden;overflow-wrap: break-word;border-color: transparent;border-width: 0px;height: auto;background-color: #f7f7f7;width: 100%;border-style: solid;}

.footer-img{ overflow: hidden;height: auto;border-width: 0px;border-style: solid;padding: 6px 10px 0px;}
.footer-img img{width:100%;height:auto;}
.footer-title {font-size: 14px;font-family: "Microsoft YaHei";color: #868686;}
.footer-wenzi{float:left;}
.footer-wenzi p{color: #868686;line-height:2;}
.footer-wenzi strong{font-size: 20px;font-family: "Microsoft YaHei";color: rgb(4, 32, 56);line-height:2;text-align:center;width:100%;display:block;}
.footer-wenzi span{overflow: hidden;text-align:center;width:100%;display:block;color: #868686;line-height:2}

.nav-message{z-index: 101;width: 80%;margin:auto;padding-top:20px;}
.nav-message ul{width:100%;}
.nav-message ul li{width:100%;margin-bottom:20px;padding:10px 0;transition:all .7s ;background:url(../images/title1.png)no-repeat 20% 9px  #2b41a4;padding-left:30%;}
.nav-message ul li a{color:#fff;width:100%;display:block;font-size: 16px;padding-left:3%;}
.nav-message ul li a img{width:25px;height:25px;margin:0 15px;}
.nav-message ul li:hover {background-color: #eb9b2a;}
.nav-message ul li.current{background-color:#eb9b2a;}

.nav-box{clear:both;text-align:left;margin-bottom:20px;width:100%;overflow:visible;}
.nav-box li{width:100%;padding:0px;text-align:left;position:relative;display:block;}
.nav-box li a{display:block;text-align:center;line-height:50px;color:#000;font-family:"Microsoft YaHei",Tahoma,Verdana,"Simsun";font-size:16px;background-color: #f7f7f7;}
.nav-box li ul{display:none}
.nav-box li ul li a{padding-left:55px;}
.nav-box li ul li ul li a{padding-left:85px}
.nav-box li .arrow{color: #b0b0b0;position: absolute;right: 30px;top: 10px;width: 30px;height: 30px;line-height: 30px;text-align: center;transition-duration: 0.1s;cursor: pointer;background-color: #fff;border-radius: 30px;}
.nav-box li .arrow:after{font-family:FontAwesome;content:"\f105";display:block;font-weight:bold;font-size:18px}
.nav-box li.active > ul{display:block}
.nav-box li.active > .arrow{transform:rotate(90deg);}
.nav-box li.active{border-left: 3px solid #2bddd9;}
.nav-box li.active a{background-color:#1e374c;color:#fff;}
.nav-box li{border-bottom:1px solid #eee;}
.nav-box li:last-child{border:0px;}

/*---------------------------------------------------add---------------------------------------------------------------------*/
/*分页公共样式*/
.detailbox{font-size:12px;padding:2px 10px;color: #868686;margin-top:10px;}
.zaixian-text{color:#fff;}

/*分页样式*/
@media (min-width:1000px){
    .pagetel li .en{font-size:22px;}
    .images-x li{margin-bottom:30px;}
    .images-x li .box{padding: 15px;}

    .wordsmax{margin:40px 0 20px;}
    .wordsmax:after{width:12%;}

    .images-list li{padding-left:5px;padding-right:5px;}
    .product-list .images-x li{margin-bottom: 10px;}
    .cases-list .images-x li{margin-bottom:14px;}
}
@media (max-width:1000px){
    .pagetel li .en{font-size:18px;}
    .images-x li{margin-bottom:10px;padding-left:5px;padding-right:5px;}
    .images-x li .box{padding: 6px;}
    .images-x li .box .title{font-size:13px;}

    .wordsmax{margin:-24px 0 30px;}
    .wordsmax:after{width:30%;}
    .wordsmax .fontsize{font-size:18px!important;}
    .wordsmax .text{font-size:14px!important;}
    .footer-wenzi span{font-size: 13px;}

}
/*分页公共样式*/
.phone-pro{overflow: hidden;margin: -14px 0 20px;}
.phone-pro li{margin-bottom:4px;}
.phone-pro li a{width: 46%;float: left;text-align: center;background-color: #042038;color: #fff;margin: 2px 2px 6px;padding: 6px 0;border-radius: 4px;}
.phone-pro li ul li{display:none!important;}
.phone-news li a{width: 31%;}

/*分页顶部标题*/
.wordsmax{position: relative;left: 0;z-index: 1;top: 0;width:100%;border-bottom:1px solid #d9d9d9;}
.wordsmax .fontsize{border-left:2px solid #2b41a4;padding-left:10px;}
.wordsmax:after{content:"";height:3px;background-color:#2b41a4;display:block;}

/*分页-产品中心*/
.images-x li .box:hover{border-color:#2b41a4;}
.images-x li .box .box-img{width:42px;height:42px;position:absolute;top: 47%;left: 42%;opacity:0;transition:all .7s ;transform:scale(0.0);}
.images-x li .box .box-img img{width:100%!important;height:100%!important;}
.images-x li .box .box-mask{top: 0;left: 0;background: rgba(43,65,164,0.3)none repeat scroll 0% 0%;width: 100%;height: 100%;transform:scale(0.0);display:block;position:absolute;opacity:0;transition:all .7s ;}
.images-list .row{text-align:center;}
.images-list .row .item a:hover .box-img{opacity:1;transform:scale(1.1)}
.images-list .row .item a:hover img {transform: scale(1.08,1.08);}
.images-list .row .item a:hover .box-mask {opacity:1;transform:scale(1.1)}
.images-list .row .item a:hover .box{border-color: #2b41a4;}
.images-list .row .item a{position:relative;color:#fff;}
.images-list .row .item a:hover{color:#2bddd9;}
.cases-list{text-align:center;}
.cases-list .images-x li .box {border: 1px solid #fff;padding: 0 !important;}
.cases-list li .title{padding-top:10px;}

/*分页-联系我们*/
.pagetel{text-align:center;margin-bottom:40px;}



/*首页样式*/
@media (min-width:1000px){
.title-bg{padding-bottom: 30px;}
.home-title{padding: 50px 0 60px;}
.home-title .en{font-size: 30px;}
.home-title .cn{font-size: 24px;}
.home-title .cn i{border-bottom: 2px solid #fff;width: 45%;}
.home-title .cn i.left{top:18px;}
.home-title .cn i.right{top: 18px;}
.home-more a{height: 70px;width: 70px;line-height: 70px;}
.home-text .home-title .cn i{width: 42%;}
.home-newstitle .home-title .cn i{width: 45%;}





.home-chooseus{margin-bottom: 90px;}
.home-chooseus .box{padding: 30px 10px;min-height: 306px;overflow: hidden;}

.home-pro{padding-bottom: 50px;}
.home-pro .images-list li{padding-left: 5px;padding-right: 5px;margin-bottom: 10px;}
.home-pro .nav-box{margin-bottom: 118px;}

.phone-border{overflow:hidden;padding:20px 15px 40px;}
.home-aboutus .aboutus-img img{transform:translate(50px, 50px);}
}
@media (max-width:1000px){
.title-bg{padding-bottom: 20px;}
.home-title{padding: 30px 0;}
.home-title .en{font-size: 18px;}
.home-title .cn{font-size: 14px;}
.home-title .cn i{border-bottom: 1px solid #fff;width: 35%;}
.home-title .cn i.left{top:10px;}
.home-title .cn i.right{top: 10px;}
.home-more a{height: 60px;width: 60px;line-height: 60px;font-size:13px;}
.home-text .home-title .cn i{width: 30%;}
.home-newstitle .home-title .cn i{width: 35%;}


.marqueeleft li{width:200px;}
.marqueeleft li .pic{width:200px;}
.marqueeleft li .pic img{height:100%;width:100%;}

.home-aboutus .box .title{font-size: 20px;}
.home-chooseus{margin-bottom: 60px;}
.home-chooseus .box img{max-width: 60px;}
.home-chooseus .box p{font-size:12px;}
.home-chooseus .box{padding: 10px 10px;min-height: 240px;overflow: hidden;}

.home-pro{padding-bottom: 30px;}
.home-pro .nav-message{width:100%;}
.home-pro .header-wenzi{font-size: 22px;}
.home-pro .header-wenzi1{font-size: 20px;}
.home-pro .nav-fenye{margin-top: 10px;}
.home-pro .nav-message ul li{width: 47%;float: left;background: #2b41a4;padding: 4px;margin: 0 4px 16px;text-align: center;}
.home-pro .header-footer{top: 80px;}
.home-pro .nav-message ul li ul li{display:none!important;}
.home-pro .nav-message ul li a{font-size:14px;}
.home-pro .header-top{top: 0px;}

}

/*首页公共样式*/

.home-title{text-align:center;}
.home-title .en{color: rgb(235, 155, 42);text-transform: uppercase;}
.home-title .cn{color: rgb(255, 255, 255);position:relative;}
.home-title .cn i{display: block;}
.home-title .cn i.left{position:absolute;left:0;}
.home-title .cn i.right{position: absolute;right: 0;}
.home-text .home-title .cn{color:#000;}
.home-text .home-title .cn i{border-bottom: 2px solid #cccccc;}

.home-more{border: 4px solid #405cdc;display: inline-block;border-radius: 50px;transition:0.3s linear;margin:30px 0;}
.home-more a{color: #fff;margin: 1px;border-radius: 50px;display: inline-block;background: #2b41a4 url(../images/circlebg.png);transition: 0.3s linear;}
.home-more:hover{border-color:#eb9b2a;}
.home-more a:hover{background:#eb9b2a url(../images/circlebg.png);}

.home-newstitle .home-title .cn i{border-bottom: 1px solid #ccc;}

/*首页-产品中心*/
.home-pro .wordsmax .promore{position: absolute;right: 0;top: 16px;}
.home-pro .wordsmax .promore a{padding: 10px 20px;background-color: #2b41a4;color: #fff;}
.home-pro .wordsmax .promore a:hover{background-color:#eb9b2a;}


/*首页-关于我们*/
.home-aboutus .row{padding-bottom:20px;}

.years-box ul{text-align:center;color:#fff;position: relative;}
.years-box li .en{font-weight:bold;margin-bottom: -6px;}
@media (min-width:1000px){
    .years-box li{padding-left: 0;}
    .years-box li .en{font-size: 45px;}
    .years-box li .cn{font-size: 14px;}
    .years-box li .linebox{padding-right: 10px;}
}
@media (max-width:999px) and (min-width:415px)
{ 
    .years-box li{padding-left: 0;padding-right:5px;}
    .years-box li .en{font-size: 26px;}
    .years-box li .cn{font-size: 12px;}
    .years-box li:first-child span{position: absolute;right: 24px;top: 12px;}
    .years-box li:nth-child(2) span{position: absolute;right: 16px;bottom: 10px;}
    .years-box li:nth-child(3) span{position: absolute;right: 8px;bottom: 10px;}
}
@media (max-width:414px)
{   
    .years-box li{padding-left: 0;padding-right:0;}
    .years-box li .en{font-size: 14px;display: inline-block;}
    .years-box li .cn{font-size: 10px;}
    .years-box li .linebox {border: 1px solid #d0d0d0;display: inline-block;width: 60%;margin-bottom: 20px;}
}

/*首页-选择我们*/
.home-chooseus{text-align:center;}
.home-chooseus .box{border: 1px solid #3e52ac;}
.home-chooseus .box p{line-height:2;}

/*首页-工程案例 滚动*/
.marqueeleft {height: auto;max-width: 1270px;overflow: hidden;margin: 0px auto;}
.marqueeleft ul{float:left;}
.marqueeleft li{float:left;margin:0 5px;display:inline;height:auto;overflow:hidden;text-align:center;}
.marqueeleft li .pic{display:block;height:auto;padding:10px;overflow:hidden;}
.marqueeleft li .txt{text-align:center;height:auto;line-height:300px;}
.marqueeleft ul li p{text-align:center;margin: 0 auto;display:inline-block;color:white;padding-top:10px;}
.marqueeleft li a:hover{color:#fff;text-decoration:underline;}
/*首页-新闻资讯*/

.addnews li .box{border-bottom: 1px solid #eeeeee;padding-bottom: 18px;margin-bottom: 16px;}

/*add*/

/*底部*/
@media (min-width:1000px){
.bg-black .foottitle ul li:not(:last-child){padding-right:4.5%;}
.addnews .box a{padding-left:10px;}
.addnews .box div{padding-right:10px;}
}
@media (max-width:1000px)
{   
.bg-black .foottitle ul li{padding:0 2%;}
}
.bg-black .foottitle ul{overflow:hidden;}
.bg-black .foottitle ul li{float:left;color:#fff;}
.bg-black .foottitle ul li a{color:#fff;font-weight:bold;}
.bg-black .foottitle ul li ul{display:none;}
.bg-black .foottitle .footer-text{clear:both;margin-top:20px;}
.bg-black .foottitle .footer-text li{float:none;color:rgb(217, 217, 217);font-size: 13px;font-family: 微软雅黑;}
.bg-black .weixin .number div strong{font-size: 24px;color: #2bddd9;line-height:2;}
.bg-black .container{padding-bottom:10px;border-bottom:1px solid #133049;}
.bg-black .weixin .number div{padding-top:13%;}
.bg-black .foottitle ul li a:hover{color:rgb(217, 217, 217);}

/*查看更多*/
.lookmore:hover{background:rgba(251, 192, 33,0);}
.lookmore:hover a{color:#2bddd9;}
.lookmore{width:13%;height:48px;border:1px solid #2bddd9;transition: border-color 0.4s ease 0s,background-color 0.4s ease 0s;}
.lookmore a{width:100%;height:100%;display:block;color:#2bddd9;text-align:center;line-height:3.5;transition: border-color 0.4s ease 0s,background-color 0.4s ease 0s;}
.lookmore a:hover{color:#fff;background-color: #2bddd9;}

/*首页-产品中心*/
.wordtext {margin-bottom:20px;}
.wordtext p{text-align:center;}
.wordtext p:after{content:'';background-color:#2bddd9;height:3px;width:30px;display:block;margin:auto;margin-top:20px;}
.wordtext p span.fontsize{font-weight:bold; width:100%;display:block; line-height: 1.5;font-size: 24px;color: #fff;font-family: 微软雅黑;letter-spacing: 4px;}
.wordtext p span.text{font-family: 微软雅黑;font-size: 14px;color: rgb(204, 204, 204);line-height:1.5;display:block;width:100%;}
.marqueeleft li .pic{max-width: 280px;width:100%;}
.marqueeleft li .pic a{text-decoration: none;line-height: 1.5;padding-left: 1px;font-family: Microsoft YaHei;font-size: 14px;color: #fff;font-weight: normal;text-align: center;font-style: normal;}
.word-content ul li p{font-weight; line-height: 1.5;color: #2bddd9;font-size: 18px;margin-top:10px}
.word-content ul li a{color: #fff;width:100%;display:block;line-height:1.5;font-weight:bold;}
.word-content ul li span{font-family: 微软雅黑;color: rgb(204, 204, 204);line-height:1.5;margin-bottom:10px}
.word-content ul li{text-align:center;padding-bottom:20px;}

/*首页-关于我们*/
.title-bg{background: #f7f7f7;}
.home-aboutus .box .title{color: #fff;margin-bottom:10px;}
.home-aboutus .box .title p{display:inline-block;color:#2bddd9}
.home-aboutus .box .title{font-size: 22px;font-weight:bold;}
.years-box li .cn{padding-bottom: 12px;}
.years-box li .cn p{font-size: 15px;color:#2bddd9;width:100%;display:block;text-align:center;line-height:2.5}
.years-box li .cn span{font-family: 微软雅黑;color: rgb(204, 204, 204);font-size: 12px;line-height:1.5;width:100%;text-align:center;}
.years-box li a .phfront{display:inline;}
.years-box li a .phback{display:none;}
.years-box li a:hover .phfront{display:none;}
.years-box li a:hover .phback{display:inline;}
.home-aboutus .aboutus-img .about-back{background-color:#042038;width:100%;height:320px;max-width:320px;max-height:320px;}
.home-aboutus .aboutus-img img{max-height:447px;position: absolute;top: 0;max-width: 296px;}

/*首页-在线咨询*/
.call-back{background:url(../images/2-1.jpg)}
.call-back .text{font-family: 微软雅黑;color: rgb(255, 255, 255);font-size: 24px;line-height: 2;margin:40px 0;}
.call-back .text strong span{color: #2bddd9;}
.call-back .button{margin-top:50px;}
.call-back .button a{display:block;width:55%;border:2px solid #2bddd9;margin:auto;padding:18px 0;text-align:center;color:#fff;font-weight:bold;transition: border-color 0.4s ease 0s,background-color 0.4s ease 0s;}
.call-back .button a:hover{background-color:#2bddd9;}

/*首页-选择我们*/
.home-chooseus{margin-top:20px;position:relative;}
.home-chooseus .wordtext p span.fontsize{text-align:left;}
.home-chooseus .wordtext p span.text{text-align:left;}

.home-chooseus .chooseus-content{font-family: 微软雅黑;color: rgb(204, 204, 204);font-size: 13px;}
.home-chooseus .chooseus-content p{text-align:left;margin-bottom:50px;}
.home-chooseus .chooseus-content .chooseus-text{margin-top:20px;border-bottom:1px dashed rgb(204, 204, 204);overflow:hidden;padding-bottom: 10px;}
.home-chooseus .chooseus-content .chooseus-text:last-child{border-bottom:0px;}
.home-chooseus .chooseus-content .chooseus-text img{float:left;}
.home-chooseus .chooseus-content .chooseus-text div strong{line-height:1.8;color:#fff;text-align:left;width: 100%;display: block;font-size: 18px;}
.home-chooseus .chooseus-content .chooseus-text div p{font-family: 微软雅黑;font-size: 14px;margin-bottom:0px;}
.home-chooseus .chooseus-img{border:2px solid #cccccc;position:absolute;right:0;}
.home-chooseus .chooseus-img div{transform:translate(50px, 50px);border:2px solid #2bddd9;}
.home-chooseus .chooseus-img div img{transform:translate(-50px, -30px);}

/*首页-项目案例*/
.title-bg{background:url(../images/bg2.png);padding-top:20px;}
.title-bg .product-list .images-x li .box{border:0px;background-color:#fff;}
.title-bg .product-list .images-x li .box .box-mask{background:rgba(4,32,56,0.7) none repeat scroll 0% 0%;}
.title-bg .product-list .images-x li .box a.title{font-family: Microsoft YaHei;font-size: 15px;color: #434343;font-weight: bold !important;display: block;text-align: center;line-height: 1.5;}
.title-bg .product-list .images-x li .box span{color: #2bddd9;font: 12px/140% Arial,"宋体",Helvetica, sans-serif,Verdana;}
.title-bg .product-list .images-x li .box p{line-height:1.5;margin-top: 12px; font-size: 13px;color: #999999;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;}
.title-bg .lookmore{margin:auto;margin-top:20px;}
.title-bg .product-list .images-x li .box .box-mask{transform: scale(1.1);}

/*首页-新闻资讯*/
.home-newstitle{padding-top:20px;}
.home-newstitle .news-list{overflow:hidden;padding-bottom:20px;border-bottom:1px solid #eeeeee;}
.home-newstitle .news-list .left{float:left;width:50%;padding:2%;}
.home-newstitle .news-list .left img{width:100%;}
.home-newstitle .news-list .right{float:right;width:50%;padding:2%;}
.home-newstitle .news-list .right strong{font-size: 16px;color: #fff;overflow: hidden;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;word-break: break-all;height: 50px;}
.home-newstitle .news-list .right strong:hover{color: #2bddd9;}
.home-newstitle .news-list .right p{font-size: 13px;color: #7D7D7D;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}
.home-newstitle .news-list .right a.xiang{color: #2bddd9;}
.home-newstitle .news-list .right a.xiang:hover{color:#ff0000;}
.home-newstitle .news-hang{overflow:hidden;margin:20px 0;}
.home-newstitle .news-hang li{overflow:hidden;}
.home-newstitle .news-hang li{line-height:2;}
.home-newstitle .news-hang li a{font-weight:400; float:left;width:70%;font-size: 14px;color: #fff;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
.home-newstitle .news-hang li a:hover{color: #2bddd9;}
.home-newstitle .news-hang li div{float:right;width:20%;color: #9F9F9F;}
.home-newstitle .news-right .home-newslist .box-img{float:left;width:30%;padding:1% 3%;}
.home-newstitle .news-right .home-newslist .box{float:left;width:70%;}
.home-newstitle .news-list .right a:hover{color: #042038;}
.home-newslist li .box a:hover{color: #2bddd9;}
.home-newslist li .box{padding-bottom: 10px;margin-bottom: 6px;}
.home-newslist li .box .columnlink{color:#2bddd9}
.home-newslist li .box .columnlink:hover{color: #2c90ff;}
.home-newslist li .box .box-text{padding-top: 6px;font-size: 12px;line-height: 20px;color: #cccccc;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;}

/*首页轮播*/
.logo-shang{padding:49px;}

/*关于我们*/
.addphone {position:relative;}
.addphone .about-bg{border:7px solid #eee;padding:0;min-height:233px;max-height:423px;}
.addphone .about-bg img{transform:translate(-27px, 28px);}
.addphone .wordsmax .fontsize{font-weight:bold;}

.years-bg .years-box{margin-top:0px;}
.years-box ul{text-align:center;color:#dcb861;position: relative;}
.years-box li ul li:first-child{color:#fff;}
.years-box li ul li:last-child{color:rgb(204, 204, 204);}
.years-box li:first-child ul li:first-child{color:#2bddd9}
.years-box li ul:hover li:first-child{color:#2bddd9}
.history{min-width: 1200px;padding: 60px 0 150px;}
.history ul{float: left;}
.history li{position: relative;float: left;height: 40px;line-height: 40px;margin-bottom: 12px;}
.history .year span{color: #fff;background-color: #2bddd9;font-size: 12px;height: 40px;width: 40px;display: block;border-radius: 30px;text-align: center;float: left;}
.history .year .line{background-color: #ebebeb;margin-top: 19px;height: 3px;width: 105px;float: left;}
.history .month .date{font-size: 12px;position: absolute;top: -20px;left: -8px;color: #fff;}
.history .month .line{background-color: #ebebeb;margin-top: 19px;height: 3px;width: 118px;float: left;}
.history .month .circle{background-color: #fff;border-color: #dcb861;top: 11px;border-width: 3px;height: 16px;width: 16px;position: absolute;left: 0;border: 3px solid #042038;color: #fff;display: inline-block;-webkit-border-radius: 50%;-moz-border-radius: 50%;-o-border-radius: 50%;border-radius: 50%;cursor: pointer;}
.history .month .details{position: absolute;top: -146px;left: -22px;padding: 0 8px 8px;z-index: 10;color: #fff;background-color: #2bddd9;}
.history .month .details .details-box{width: 166px;min-height: 120px;overflow: hidden;}
.history .month .details .arrowdn{border-top-color: #dcb861;display: inline-block;width: 0;height: 0;position: absolute;left: 25px;bottom: -5px;border-left: 6px solid transparent;border-right: 6px solid transparent;border-top: 6px solid #2bddd9;}
.history .month .details .fa{padding-right: 4px;font-size: 6px;position: relative;top: -2px;}
.history .month .details p{line-height: 1.6;font-size: 12px;padding-left: 10px;}
.history li:last-child .fa{color: #d9d7d5;padding-left: 4px;font-size: 20px;}
.history .month:hover .date{color:#2bddd9;}
.history .month:hover .circle{border-color:#2bddd9;}
.history .month .details{display:none;}
.history .month:hover .details{display:block;}

.home-newslist-title{color: #fff;}
.home-newslist-title:hover{color:#2bddd9;}

/*产品中心*/
.card-columnlink{font-size:12px;color: #2bddd9;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;display: block;height: 20px;}
.phone-border .phone-text .title{font-weight:400;border-bottom:1px solid #ccc;color:#fff;font-size: 20px;line-height:2;}
.phone-border .phone-text .content{line-height:1.5;color:#fff;font-family: 'Microsoft YaHei';margin:10px 0;}
.phone-border .phone-text .wp-new-prodcuts-market-price{color: #fff;font-size: 14px;text-decoration: line-through;}
.phone-border .phone-text .wp-new-prodcuts-sale-price{color: #fff;}
.phone-border .phone-text .wp-new-prodcuts-sale-price span{font-size: 20px;color: #ff5022;font-weight: bold;}
.phone-border .phone-content{color: #fff;border-bottom: 1px solid #fff;}
.phone-border .phone-content span{display: inline-block;background-color: #2bddd9;padding: 0 20px;}

/*项目案例*/
.cases-list .images-x li .box .box-mask{background:rgba(4,32,56,0.7) none repeat scroll 0% 0%;}
.cases-list .images-x li .box .cases-text{color: #999999;font-size: 13px;line-height:1.5;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;}
.nav-box li.active a{border-left:3px solid #2bddd9}

/*新闻资讯*/
.addnews .box {overflow:hidden;padding-bottom:0px!important;}
.addnews .box a:hover{color:#868686;}
.addnews .box a{width:77%;display:block;float:left;line-height:3;font-weight:400;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
.addnews .box div{width:23%;float:right;line-height:2;text-align:right;color:#fff;}
.addnews .box a i.fa{transform: rotate(-90deg);margin-right: 10px;}
.news-Intru{border:1px solid #fff;color:#fff;}

/*在线留言*/
.home-gallery-thumbs{width:207px;height:42px;padding:5px 27px;position:absolute;bottom:5px;right:25px;background:url(images/transparent_bg.png) repeat;}
.home-gallery-thumbs img{width:69px;height:32px;border: #666 solid 3px;}
.home-gallery-thumbs .swiper-button-prev{background:url(../images/arrow-l.png) no-repeat left center;width:22px;height:30px;top:5px;left:5px;margin-top:0px;text-align:center;}
.home-gallery-thumbs .swiper-button-next{background:url(../images/arrow-r.png) no-repeat left center;width:22px;height:30px;top:5px;right:-2px;margin-top:0px;text-align:center;}
.home-gallery-thumbs .swiper-slide-thumb-active img{border:#A8A8A8 solid 3px;}
.home-jdan-wz{background-color: rgb(39, 62, 79);padding:15px 25px;}
.home-jdan-title{border-bottom:4px #f93939 solid;margin-bottom:15px;}
.home-jdan-title h4 {color:white;font-size:26px;}
.home-jdan-title p {color:white;font-size: 14px;text-transform:uppercase;margin-bottom:25px;}
.home-news li{line-height:45px;border-bottom:1px dashed #4d6c81;}
.home-news li a{color:white;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;display:block;}
.home-news li a:hover{color:red;}
.home-news-more{line-height:25px;display:block;color:white;margin-top:8px;font-size:12px;}
.home-news-more:hover{color:red;}

@media (min-width:1200px) {
    .home-jdan .col-lg-8{padding:0px;}
    .home-jdan .col-lg-4{padding:0px;}
}
@media (max-width:1200px) {
    .home-jdan .col-lg-8{max-width:880px;margin:0px auto 30px auto;}
}



@media (min-width:1000px) {
    .years-box li ul li:first-child{font-size: 32px;}
    .years-box li ul li:last-child{font-size: 14px;}
}
@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: 30px 0;margin:20px 0;}
    .years-box li ul li:first-child{font-size: 20px;}
    .years-box li ul li:last-child{font-size: 10px;}
}
.honour .honour-title,.develop .develop-title{font-weight:bold; padding-left: 0px;border: 0px;width: 100%;display: block;font-size: 16px;color: #2bddd9;}
.honour .honour-tit{;font-size: 28px;color: rgb(217, 217, 217);font-weight: bold;}
.develop .develop-tit{font-size: 28px;color: rgb(217, 217, 217);font-weight: bold;}

/*联系我们*/
@media (min-width:1000px) {
.content-textcon div{margin-bottom:10px;}
}
@media (max-width:414px)
{   
.content-textcon div{margin-bottom:10px;}
}
.sou-bg{margin-top:20px;}
.sou-bg .wp-title_content span{color:#fff;}
.wp-title_content{line-height:4}
.wordsmax::after{border:0px;height:0px;}
.wordsmax{border-bottom:0px;}
.wordsmax .fontsize{font-weight:bold; padding-left:0px; border:0px;width:100%;display:block;font-family: 微软雅黑;font-size: 16px;color: #2bddd9;}
.wordsmax .text{font-family: 微软雅黑;font-size: 28px;color: rgb(217, 217, 217);font-weight:bold;}
.call-text p{font-family: 微软雅黑;font-size: 14px;line-height: 220%;color: #fff;}
.content-textcon div p{color: #fff;font-size: 15px;margin-left: 30px;}
.content-textcon div img{float:left;}
.content-textcon div{clear:both;overflow:hidden;}

/*滚动*/
.marqueelefts {height: auto;max-width: 1200px;overflow: hidden;margin: 0px auto;}
.marqueelefts ul{float:left;}
.marqueelefts li{float:left;margin:0 5px;display:inline;width:250px;height:auto;text-align:center;}
.marqueelefts li .pic{display:block;width:250px;height:auto;padding:10px;overflow:hidden;}
.marqueelefts li .pic img{height:100%;width:100%;}
.marqueelefts li .txt{text-align:center;height:auto;line-height:260px;}
.marqueelefts .marquee1_1>li>p{text-align:center;margin: 0 auto;display:inline-block;}

/*搜索*/
.sousuo{border:1px solid #f67f19;border-radius:34px;height:40px;margin:10px 0;clear:both;overflow:hidden;}
.shurukuang{height:40px;margin-left:5%;float:left;width:75%;}
.shurukuang input{height:40px;width:100%;border:none;}
.queren{float:left;width:20%;}
.queren .s-btn{height:40px;background:url(images/ssbg.png) no-repeat center center #f67f19;width:100%; border:none;}
.topsousuo{margin:10px 0 0 0;}
.topsousuo .xiala{float:left;width:16%;height:30px;border:1px solid #fff;}
.topsousuo .zhi{float:left;margin:4px;}
.topsousuo .shurukuang{float:left;width:59%;margin-left:0px;height:30px;}
.topsousuo .shurukuang input{height:30px;}
.topsousuo .queren{float:left;width:20%;}
.topsousuo .queren .s-btns{height:30px;width:100%; border:none;background-color:#2bddd9;color:#fff;}
@media screen and (max-width:1000px){
    .topss{overflow:hidden}
    .topsousuo .xiala{float:left;width:17%;height:30px;border:1px solid #DDD;margin-bottom:10px;}
    .topsousuo .shurukuang{float:left;width:57%;margin-left:0px;height:30px;}
    .topsousuo .shurukuang input{height:30px;}
    .topsousuo .queren{float:left;width:20%;}
}

@media (min-width:1000px){/*pc端*/
.lookmore{margin-top:40px;}
.home-aboutus {padding-top:40px;}
.home-chooseus .chooseus-img{width: 470px;height: 275px;}
.home-chooseus .chooseus-img div{width: 470px;height: 275px;}
.home-chooseus .chooseus-img div img{width: 470px;height: 275px;}
.home-chooseus .chooseus-img div .chooseus-tu{border: 0px;width: 60px;height: 60px;display: block;position:absolute;top: 10%;left: 21%;bottom: 0;right: 0;}
.home-chooseus .chooseus-img div .chooseus-tu img{width:60px;height:60px;transform: translate(0px, 0px);}
.home-aboutus .aboutus-img img{height: 365px;width: 296px;}
.home-chooseus .wordtext p::after{margin-left:1px;}
.home-chooseus .chooseus-content .chooseus-text div{margin-left:11%;}
.copyright-bg .box a,.copyright-bg .box{color:#fff;font-size:13px;}
.honour{margin-top:120px;}
.develop{margin-top:40px;}
.phone-border .phone-img{padding-top:50px;}
.home-newstitle{margin-bottom:40px;}
.zaixian-text{margin-bottom:20px;font-family: 微软雅黑;font-size: 14px;line-height: 2;}
.home-jdan{margin-top:14%;}
}
@media (max-width:1000px) and (min-width:768px){
    .home-aboutus .box{padding-left:12%;}
}

@media (max-width:1000px){/*手机端*/
.wordsmax{text-align:center;margin-bottom:0px;margin-top:20px;}
.wordsmax .fontsize{font-family: 微软雅黑;font-size: 16px;color: rgb(34, 34, 34);}
.wordsmax .text{font-family: 微软雅黑;font-size: 28px;color: rgb(217, 217, 217);}
.call-text p{color: rgb(204, 204, 204);font-size: 12px;font-family: 微软雅黑;}
.home-aboutus .aboutus-img img{width:100%;height:88%;}
.call-back .text{font-size:16px;}
.home-chooseus .wordtext p span.fontsize{text-align:center;}
.home-chooseus .wordtext p span.text{text-align:center}
.home-chooseus .chooseus-content .chooseus-text div{margin-left:15%;}
.home-chooseus .chooseus-content .chooseus-text div strong{font-size:16px;}
.lookmore{width:25%;}
.copyright-bg .box a,.copyright-bg .box{color:rgb(217, 217, 217);font-size:13px;}
.title-bg .product-list .images-x li .box p{display:none;}
.addphone .about-bg img{transform: translate(-15px, 15px);height: 100%;max-height: 400px;}
.wordsmax .text {font-size: 28px!important;}
.honour .honour-title{text-align:center}
.honour .honour-tit{width:100%;text-align:center;display:block;}
.home-newstitle{margin-bottom:20px;}
.home-newstitle .news-list .right strong{font-size:15px;}
.home-newstitle .news-hang li div{font-size:12px;}
.honour{background-color: rgb(247, 247, 247);padding:20px 0;}
.zaixian-text{font-size: 12px;color: rgb(204, 204, 204);text-align:center;}
}

.content-textcon .fa{color: #2bddd9;font-size: 20px;float: left;}
.addrui{border-bottom: 1px dashed #fff;margin-bottom: 40px;}
.addhezuo li a:hover{cursor: inherit;}