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

/*网站公共样式*/
.info-content{line-height:2;padding-bottom:30px;}
a{color:#333;text-decoration:none;}                                            
a:hover{color:rgb(239, 114, 23);}
a:focus{color:#666;}
a.btn-more{display:inline-block;width:140px;height:40px;line-height:40px;border:1px #000 solid;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 */
            font-size:13px;text-align:center;margin:0px auto;margin-top:40px;border-radius: 6px;}
a.btn-more:hover{border-color:#780001;color:#780001;}
.banner{height:500px\9!important;overflow:hidden\9!important;overflow:hidden;} /*兼容ie低版*/
.text-orange{color: rgb(239, 114, 23);}

/*遮罩层*/
.mask-bg{position:fixed;width: 100%;height:100%;display:none;height:100vh;background-color: rgba(0, 0, 0, .7);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中修改*/
.header2 .nav .animated,.sub-nav .animated{animation-duration:0.4s;-webkit-animation-duration:0.4s;-webkit-animation-fill-mode:both;animation-fill-mode:both;}
.header2 .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端*/
{
.header-top{line-height:36px;background-color:#293f8f;}
.header-top .float-lg-left{padding-left:15px;}
.header-top .float-lg-right{padding-right:15px;}
.header .logo img{height:60px;}
.logo-box{text-align:left;}

.header1{height: 120px;}
.header1 .homelogo-bg{background-color:#162089;display: inline-block;height: 120px;width: 247px;padding: 28px 0 0 20px;}
.header1 .nav{position:relative;z-index:100;text-align: left;background-color: #293f8f;display: inline-block;height: 580px;padding-top: 20px;}
.header1 .nav > ul > li > a{color:#fff;width: 240px;display: inline-block;padding: 15px 0 15px 100px;font-size:15px;}
.header1 .nav > ul > li > a::before{left:80px;}
.header1 .nav >ul>li{border-left:7px solid transparent;}
.header1 .nav >ul>li.current > a{color: #666;background-color:#fff;}
.header1 .nav >ul>li.current{border-left:7px solid #e07f21;}
.header1 .nav img{width:98px;}
.header1 .nav ul li ul{display:none!important;}


.header2{height: 90px;}
.header2 .logo img{position: relative;top: 14px;}
.header2 .nav{position: relative;top: 20px;}
.header2 .nav>ul>li{float:left;text-align:center;line-height:45px;width: 14.2%;}
.header2 .nav>ul>li>ul{position:absolute;}
.header2 .nav>ul>li>a{font-size:16px;display: block;width: 100%;color:#fff;}
.header2 .nav >ul>li.current > a{color: #f90;}
.header2 .nav >ul>li:hover> a{font-size: 17px;}
.header2 .nav li:hover> ul{display:block;}
.header2 .nav ul li ul li a{display:block;width:100%;text-align:center;color:#fff;font-size:15px;line-height:50px} 
.header2 .nav ul li ul li a:hover{text-decoration:none;color:#fff;background:#89584B;}
.header2 .nav ul li ul li{display:none!important;}
.header2 .nav ul li{position:relative;}
.header2 .nav ul li .arrow{display:none}
.header2 .nav ul li ul{background-color:#ad7669;display:none;position:absolute;left:-18%;z-index:2;width:150px} /*二级ul样式*/
.header2 .nav ul li ul li ul{left:100%;top:0px; display:none;}/*三级以后ul样式*/

.nav > ul > li > a{position:relative;}
.nav > ul > li > a::before{content:"◇";position:absolute;left:6px;}
.nav-toggle{display:none;}
.breadcrumb-box{background-color: #f4f4f4;margin-bottom:30px;}
.breadcrumb{padding: 15px 0;}

/*bootom*/
footer{text-align:left;padding-top:30px;margin-top:50px;}
.ewmboxs{padding:20px 0;}
.ewmboxs .ewmimg{text-align:right;}


}

@media (max-width:1000px) /*手机端*/
{
.header-top{line-height:35px;font-size: 13px;background-color:#293f8f;}
.header{background-color: #293f8f;}
.header .container .row{margin: 4px 0;}
.header .logo a {display: block;max-width: 80%;}
.header .logo img{height:52px;}
.header .nav-toggle{color: #fff;position:absolute;right:0;top:-4px;font-size:25px;min-width:60px;height:60px;line-height:60px;text-align:center;cursor:pointer;z-index:1;}
.header .nav-toggle.active{color:#ccc;}

.nav-toggle{position: absolute;top: 24px;right: 20px;}
.nav-toggle .fa{font-size: 24px;}
.logo-box{text-align:left;padding-left: 0;}

.nav{position:fixed;z-index:998;top:0px;right:0px;width:0px;background:#fff;height:100%;height:100vh;opacity:0;transition: all 0.2s linear;overflow-y:auto;padding:0;}
.nav.active{opacity:1;width:300px;max-width:60%;padding-left:0;padding-right:0;}
.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)}

.display-die{display:none!important;}
.breadcrumb{padding-left:0;}


/*bootom*/
footer{text-align: center;padding-top:20px;margin-top:30px;}
.ewmboxs .ewmimg{padding:10px 0;}
.ewmboxs .right .tel{margin:10px 0;}
}

/*Top*/
.header2{background-color: #293f8f;}
.topqq{height: 120px;}
.topqq ul{margin-top: 40px;}
.topqq li a{background-color:rgb(239,114,23);display:inline-block;border-radius:30px;height:40px;width:40px;line-height:42px}
.topqq li a:hover{background-color:#666;}
.topqqleft{border-left: 1px solid #e6e6e6;border-right: 1px solid #e6e6e6;}

/*bootom*/
footer{width:100%;min-height:95px;background:#162089;color:#adb2c8;}
footer a{color:#adb2c8;}
.footer-wen{padding-top: 20px;}
.footer-nav{padding-bottom:6px;}
.footer-nav ul li{display:inline-block;}
.footer-nav ul li:not(:last-child) a{border-right: 1px solid #adb2c8;}
.footer-nav ul li a{color: #adb2c8;padding:0 19px;}
.footer-nav ul li a:hover{color:#fff;}
.ewmboxs .ewmimg img{max-height:86px;max-width:86px;}
.ewmboxs .right .tel{display:inline-block;border:1px solid #adb2c8;min-height: 84px;padding: 10px;}


.beian-bg{background-color: rgba(0, 0, 0, 0.21);padding-top:10px;}
.relation i.line{background-color:#f1c232;display:inline-block;width:40px;height:2px;}
.relation .font2{color:#f1c232;}

/*左移动*/
.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:200px;height:auto;overflow:hidden;text-align:center;}
.marqueelefts li .pic{display:block;width:200px;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;}
.marquee1-bg{border: 1px solid rgb(238, 238, 238);padding: 20px 15px 0;}


/*子栏目样式*/
.sub-nav-box {clear: both;position: relative;width: 90%;top: -150px}
.sub-nav-box .sub-nav-title{text-align: center;background: #e07f21;font-size: 22px;color: white;padding: 18px 0;font-weight: bold;}
.sub-nav-box .sub-nav-title .en-tit{text-transform: uppercase;font-weight: normal;font-size: 16px;color: rgb(122, 171, 248);}
.sub-nav-box .sub-nav li{width:100%;padding:0px;text-align:center;position:relative;display:block;}
.sub-nav-box .sub-nav li a{display:block;line-height:52px;font-size:15px;background-color:#f2f2f2;}
.sub-nav-box > .sub-nav > ul > li > a:hover,.sub-nav-box > .sub-nav > ul > li.active > a{background-color:#434343;color: #fff;}
.sub-nav-box li:hover .arrow{color: #fff;}
.sub-nav-box li .arrow:hover{color: #000;}

.sub-nav-box .sub-nav li ul{display:none}
.sub-nav-box li .arrow{position:absolute;right:40px;top:0px;width:54px;height:54px;line-height:54px; text-align:center;transition-duration:0.1s;cursor:pointer}
.sub-nav-box li .arrow:after{font-family:FontAwesome;display:block;font-weight:bold;font-size:18px}
/*.sub-nav-box li .arrow{background:url(../images/arrow-right.png) no-repeat center;background-size: 25px;}*/
.sub-nav-box li .arrow{position: absolute;
right: 0px;
top: 0px;
width: 54px;
height: 54px;
line-height: 54px;
text-align: center;
transition-duration: 0.1s;
cursor: pointer;}

.sub-nav-box li .arrow::after {
  font-family: FontAwesome;
  content: "\f105";
  display: block;
  font-weight: bold;
  font-size: 18px;
}
.sub-nav-box .sub-nav li.active > ul{display:block}
.sub-nav-box .sub-nav li.active > .arrow{transform:rotate(90deg);color: #fff;}
.sub-nav-box > a >img{width:100%;padding-bottom:20px;}

.sub-nav-box > .sub-nav > ul{margin: 6px 0;}
.sub-nav-box > .sub-nav > ul > li > ul,.sub-nav-box > .sub-nav > ul > li > ul > li >ul {margin: 4px 0 6px}
.sub-nav-box > .sub-nav > ul > li > ul > li > a{border-bottom:1px solid #fff;}
.sub-nav-box > .sub-nav > ul > li > ul > li > ul > li > a{border-bottom:1px solid #fff;background-color: #6e93de;}  
.sub-nav-box > .sub-nav > ul > li > a{margin-bottom: 6px;padding-right: 10px;}


.sub-nav-box .sub-tel{text-align:center;padding-bottom: 20px;}
.sub-nav-box .sub-tel ul{line-height: 1.4;position: relative;top: 18px}
.sub-nav-box .sub-tel img{max-width: 52px;}
.sub-nav-box .sub-tel li:first-child{color: #fff;font-size: 18px;}
.sub-nav-box .sub-tel li:last-child{font-size: 24px;color: rgb(9, 165, 80);}
.sub-nav-box .imgbox{background-color: #f2f2f2;}
.sub-nav-box .imgbox img{max-height:98px;width:98px;}

/*转动*/
.trans{display:inline-block;width:100rpx;height:100rpx;border:1px solid red;border-radius:50%;overflow:hidden;/*animation:rotate 4s linear infinite;*/}
@keyframes rotate{from{transform: rotate(0deg)}to{transform: rotate(360deg)}}
.col-md-3{position:relative;}




/*图片列表*/
.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.3,1.3);}*/



/*固定TOP*/
#toTop{position: fixed;bottom: 12px;right: 12px;width: 40px;height: 40px;text-indent: -999em;z-index: 999;background: url(../images/top.png) no-repeat;background-position: -505px 0;transition: all 0.2s linear;}
#toTop:hover{background-position:-505px -42px;}


/*在线客服*/
.zaixian{position:fixed;bottom:440px;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:#fa8312 url(../images/box-kefu2.png) no-repeat 5px center;color:#FFF;border-radius:4px;}
@media(max-width:1000px){.zaixian{display:none;}}


/*移动端固定栏目按钮*/
.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: 99;}
@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{margin-bottom:50px;}}



/*内容页公共用*/
.breadcrumb > li + li::before {content: ">>";padding: 0 5px;color: rgb(102, 102, 102);}
.breadcrumb li:first-child a span:hover,.breadcrumb li:last-child a:hover{text-decoration:underline;}
.breadcrumb li .fa{font-weight:bold;padding-right:6px;}
.breadcrumb li{font-weight:bold;}
.breadcrumb li a{font-weight:normal;position:relative;padding-left: 10px;}
.breadcrumb li a::before{display:inline-block;content:"◇";position:absolute;left:0;width:4px;height:4px;}

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

.pagination > li > a, .pagination > li > span{padding: 4px 10px;}
.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: 41px;}



/*内页样式*/
@media (min-width:1000px){
.boxborder{border:1px solid rgb(238, 238, 238);padding:20px;}
.gray-bg{background-color:#f6f6f6;margin:60px 0 -50px;padding:40px 0 60px;}

}
@media (max-width:1000px){

}

/*内页-产品中心*/
.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: #e07f21;box-shadow: 2px 2px 8px 2px rgba(0, 0, 0, 0.06);}
.font-size-13{font-size:13px!important;}
.text-red{color:#e07f21;}
.div-img{ position:relative;}
.div-img img{display:block;width:100%;}
.div-img .mask{width:100%;height:100%;background:rgba(227, 127, 21, 0.75);position:absolute;top:0;
    left:0;transition:0.3s linear;overflow:hidden;display:flex;justify-content:center;align-items:center; opacity:0;}
.div-img:hover .mask{opacity:1;}
.div-img .mask img{max-height:40px;max-width:40px;}
@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 {padding-left:5px;padding-right:5px;}
.product-box .row .item .border-box{padding:10px;}
.product-box .row .item .border-box .title a{font-weight:bold;}
}


/*内页-新闻中心*/
.pa_textlist_1 .item{border-bottom:1px dashed #ddd;padding:16px 0;}
.pa_textlist_1 .item .picbox{display:block;overflow:hidden;}
.pa_textlist_1 .item .picbox img{transition:all 0.3s ease-in-out;}
.pa_textlist_1 .item .picbox:hover img{transform:scale(1.08,1.08);}
.pa_textlist_1 .item .title{line-height:1.4;text-align:left;font-size:16px;}
.pa_textlist_1 .item .date{font-size:13px;}
.pa_textlist_1 .item .intro{overflow: hidden;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;word-break: break-all;height:46px;}
.pa_textlist_1 .item .boxs{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.pa_textlist_1 .item .columnlink{color: #e07f21;}
.pa_textlist_1 .contentbox{padding-right: 0;}
@media(min-width:1000px){
.pa_textlist_1 .item .date{padding:10px 0;}
.pa_textlist_1 .item .boxs{margin-top: 15px;}
}
@media(max-width:1000px){
.pa_textlist_1 .item{padding:12px 0;}
.pa_textlist_1 .item .title{font-size:14px;}
.pa_textlist_1 .contentbox{padding-left:8px;}
}


/*内页-联系我们*/
.touch{text-align:center;}
.touch p{padding-bottom:18px;}
.advantage-bg{background:url(../images/2vh9.jpg) no-repeat center;background-size:cover;}

.touch li .boxs{width:164px;height:157px;line-height:157px;margin:auto;position:relative;margin-bottom:10px;}
.touch li:first-child .boxs{background:url(../images/touch1.png) no-repeat center;background-size:cover;}
.touch li:nth-child(2) .boxs{background:url(../images/touch2.png) no-repeat center;background-size:cover;}
.touch li:nth-child(3) .boxs{background:url(../images/touch3.png) no-repeat center;background-size:cover;}

.touch li .boxs .comimg{position:relative;z-index: 1;}
.touch li .boxs:hover{}
.box-mask-img{transform:scale(0.0);transition:all .7s;position:absolute;top:0%;left:0%;width:100%;height:100%;z-index:0}
.touch li .boxs:hover .box-mask-img{transform:scale(0.99,0.99)}
/*180°旋转*/
.zhuan{-webkit-animation: logoRotate 0.8s ease-in-out 0.8s alternate none 1;animation: logoRotate 0.8s ease-in-out 0.8s alternate none 1;}
@-webkit-keyframes logoRotate {
    0% {-webkit-transform: rotateY(0deg);}
    100% {-webkit-transform: rotateY(-180deg);}
    0% {-webkit-transform: rotateY(-180deg);}
    100% {-webkit-transform: rotateY(0deg);}
}
@keyframes logoRotate {
    0% {transform: rotateY(0deg);}
    100% {transform: rotateY(-180deg);}
    0% {-webkit-transform: rotateY(-180deg);}
    100% {-webkit-transform: rotateY(0deg);}
}
   


/*首页样式*/
@media (min-width:1000px){
.container .require .requireInfo .list .infoKind span{font-size:16px;}

.homekeywords{padding-left:260px;}
.move-bg{height: 58px;background-color: #fafafa;}
.move-bg .right{padding-left:0;padding-right:0;}

.homeLtft{margin:0 0 40px;}
.homeLtft .title{background-color: rgb(85, 91, 107);padding: 20px 0 30px 50px;font-weight:bold;color:#fff;}
.homeLtft .title .en{font-size:30px;}
.homeLtft .title .cn{font-size:18px;}
.hotproduct{margin-bottom: 20px;}
.homeList .product-box .row .item .border-box .title{text-align: left;}
}
@media (max-width:1000px){
.container .require .requireInfo .list .infoKind span{font-size:12px;}

.homeLtft{margin:30px 0;}
.homeLtft .title{text-align:center;font-size:16px;}

}
/*首页样式*/
.homekeywords img{animation: myAnimation 1s infinite}
@keyframes myAnimation {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}

/*首页-热销产品*/
.homeLtft .leftNav{background-color: #6b707e;}
.homeLtft .leftNav li a{color: #fff;display: inline-block;width: 100%;height: 54px;line-height: 54px;text-align: center;}
.homeLtft .leftNav li a:hover{color:#e07f21;}
.homeLtft .leftNav li:first-child a{border-left: 7px solid #e07f21;background-color:#fff;color:#000;}

.hotproduct{border-bottom: 1px solid #d0d0d0;position:relative;padding-bottom: 20px;}
.hotproduct .more{position:absolute;right:0;top:10px;}
.hotproduct .more a{color:#fff;background-color:#666;border-radius:30px;padding: 2px 10px;border:1px solid #666;transition:.3s linear;}
.hotproduct .more a:hover{color:#666;background-color:#fff;border-color:#666;}
.hotproduct .title{color: rgb(239, 114, 23);font-size: 18px;border-left: 2px solid #000;padding-left: 10px;}

.homeList .product-box .row .item .border-box{padding: 0;}
.homeList .product-box .row .item .border-box:hover{border-color: transparent;box-shadow: 2px 2px 8px 2px rgba(0, 0, 0, 0);}
.homeList .product-box .row .item .border-box{border: 1px solid rgba(238, 238, 238, 0);}
.homeList .product-box .row .item .border-box .title{border-bottom: 1px solid #ccc;}

.homecase a{border:1px solid rgba(239,114,23,1);background:rgba(239,114,23,1);color:#fff;border-radius:5px;width:117px;display:block;margin:auto;height:40px;line-height:40px;transition:border-color 0.4s ease 0s,background-color 0.4s ease 0s}
.homecase a:hover{background-color:transparent;color:rgba(239,114,23,1)}

/*成功案例*/
.container .require .requireInfo{width:100%;margin:0 auto;text-align:center}
.container .require .requireInfo .headline{font-size:40px;color:#fff;font-weight:normal}
.container .require .requireInfo>p{margin-top:25px;margin-bottom:50px;color:#fff;font-size:18px}
.container .require .requireInfo .list .infoKind{position:relative;display: flex;justify-content: flex-start;flex-wrap: wrap;overflow:hidden;border-bottom:1px solid #d0d0d0}
.container .require .requireInfo .list .infoKind span{color:#000;display:inline-block;text-align:center;width:20%;height:45px;line-height:45px;cursor:pointer;background: #fff;}
.container .require .requireInfo .list .infoKind .active{color:#fff;background-color: #293f8f;}
.container .require .requireInfo .box{overflow:hidden;background: #fff;}
.container .require .requireInfo .ulCon{width:900%;position:relative}
.container .require .requireInfo .kindList{position:relative;float:left;width:11.1%;padding:20px 0}
.container .require .requireInfo .kindList .kindList-item{margin-bottom:20px;}

/*公司优势*/
.CompanyAdvantage{border:1px solid rgb(208, 208, 208);border-left:0px;overflow:hidden;display:flex;align-items:center;}
.CompanyAdvantage .CompanyAdvantage-img{padding:0px;}
.CompanyAdvantage .CompanyAdvantage-img img{width:100%;}
.CompanyAdvantage-title{font-size: 20px;color: rgb(85, 85, 85);}
.CompanyAdvantage-heng{background: #ef7217;height:3px;width:32px;margin:10px 0;}
.CompanyAdvantage-content{font-size: 14px;color: rgb(85, 85, 85);line-height: 1.5;}
.CompanyAdvantage-hrefOne{border:1px solid rgba(239,114,23,1);background:rgba(239,114,23,1);color:#fff;border-radius:5px;width:117px;display:block;margin:auto;text-align:center;height:40px;line-height:40px;font-size: 16px;margin-bottom:10px;transition: border-color 0.4s ease 0s,background-color 0.4s ease 0s;}
.CompanyAdvantage-hrefTwo{border:1px solid rgba(239,114,23,1);background:#fff;color:rgba(239,114,23,1);border-radius:5px;width:117px;display:block;margin:auto;text-align:center;height:40px;line-height:40px;font-size: 16px;margin-bottom:10px;transition: border-color 0.4s ease 0s,background-color 0.4s ease 0s;}
.CompanyAdvantage-hrefOne:hover{background-color:#fff;color:rgba(239,114,23,1)}
.CompanyAdvantage-hrefTwo:hover{background-color:rgba(239,114,23,1);color:#fff}

@media(min-width:1000px){
/*首页间距*/
.index-marginLi{margin-top:40px;margin-bottom:40px;}

/*产品推荐*/
.index-all-title{text-align:center;margin-bottom:30px;}
.index-all-cn:before{content: "";width: 110px; display: inline-block;margin-bottom: 9px;height: 1px;background-color: #d0d0d0;}
.index-all-cn:after{content: "";width: 110px; display: inline-block;margin-bottom: 9px;height: 1px;background-color: #d0d0d0;}
.index-all-boder{background:#e07f21;width:5px;height:16px;display:inline-block;margin:0 10px;}
.index-all-txt{font-size:24px;color: rgb(34, 34, 34);font-weight:bold;min-width:150px;display: inline-block;}
.index-Product{border:1px solid #d0d0d0;border-left:0px;border-right:0px;overflow:hidden;}
.index-Product-title{position:absolute;top:10px;left:10px;z-index:1;}
.index-Product a{position:relative;display: block;overflow:hidden;}
.index-Product-cn{color: rgba(34,34,34,1);font-size: 18px;font-weight:bold;}
.index-Product-cn.active{color: rgba(239,114,23,1)}
.index-Product-en{color: rgb(153, 153, 153);}
.index-Product-left{border-right:1px solid #d0d0d0;float:left;width:35.9%;padding:0 15px;overflow:hidden;}
.index-Product-right{float:right;width:64%;padding:0 15px;overflow:hidden;}
.index-Product-bottom{border-bottom:1px solid #d0d0d0;margin: 0 -15px;overflow:hidden;}
.index-Product-bottom a{padding-left:15px;}
.index-Product-bottom img{width:100%;}
.index-Product-botItem{overflow:hidden;}
.index-Product-title.top-Left{left:25px;}
.index-ProBot-right{border-right:1px solid #d0d0d0;}
.index-Product-botItem a img{transform: scale(1);transition: 0.6s;}
.index-Product-left a img{transform: scale(1);transition: 0.6s;}
.index-Product-bottom a img{transform: scale(1);transition: 0.6s;}
.index-Product-botItem a:hover img{transform: scale(1.1,1.1);}
.index-Product-left a:hover img{transform: scale(1.1,1.1);}
.index-Product-bottom a:hover img{transform: scale(1.1,1.1);}

/*成功案例*/
.SuccessCaseBg{padding:60px 0 40px;margin:20px 0;width:100%;}

/*新闻*/
.index-news-box .news-box-Item{border:1px solid rgb(221, 221, 221);min-height: 490px;}
.index-news-box .news-box-Item .news-box-ItemTit{font-size: 18px;color: rgb(48, 51, 61);margin:10px 0 10px 10px;font-weight:bold;}
.index-news-box .news-box-Item img{width:100%;}
.index-news-box .news-box-Item ul{padding:24px;}
.index-news-box .news-box-Item ul li{margin-bottom:20px;}
.index-news-box .news-box-Item ul li:last-child{margin-bottom:0px;}
.index-news-box .news-box-Item ul .news-box-title{font-size: 14px;color: #000000;line-height:1.5;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;display: block;}
.index-news-box .news-box-Item ul .news-box-title a:hover {color: #ef7217;}
.index-news-box .news-box-Item ul .news-box-date{font-size: 12px;color: #929292;line-height:1.5;margin:5px 0;}
.index-news-box .news-box-Item ul .news-box-text{font-size: 12px;color: #999999;line-height:1.5;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;}
.news-index-href{text-align:right;}
.news-index-href a{border-radius:30px;border:1px solid rgba(239,114,23,1);background:#fff;color:rgba(239,114,23,1);font-size:12px;padding:4px 10px;transition: border-color 0.4s ease 0s,background-color 0.4s ease 0s;}
.news-index-href a.active,.news-index-href a:hover{background:rgba(239,114,23,1);color:#fff;}
.news-index-href a.active:hover{background:#fff;color:rgba(239,114,23,1);}
.news-index{position:relative;}
.news-index-bg{position:absolute;width:100%;background-color: rgb(235, 235, 235);height:162px;top: 136px;}
}

@media(max-width:1000px){
/*首页手机端间距*/
.phone-all-title{margin-top:20px;margin-bottom:20px;}

/*公司简介*/
.phone-choose{background: rgb(246, 246, 246);padding:20px 0;}
.phone-all-title{text-align:center;color: rgb(0, 0, 0);line-height:1.5;}
.phone-choose-cn{font-size:12px;}
.phone-all-en{font-size: 18px;}
.phone-all-cn{font-size: 16px;}
.choosePhone-icon{overflow:hidden;margin-top:20px;}
.choosePhone-icon p{font-size: 14px;color: rgb(34, 34, 34);line-height:25px;}
.choosePhone-icon div{text-align:center;}

/*成功案例*/
.SuccessCaseBg{padding:40px 0 20px;margin:20px 0;width:100%;}

/*关于我们*/
.phone-about .phone-all-title{color:#fff;}
.phone-about .phone-about-text{color:#fff;text-align:center;}
.phone-about .phone-about-text p{font-size: 16px;line-height:2;}
.phone-about .phone-about-more{margin:30px 0;}
.phone-about .phone-about-more a{background-color: rgba(224,127,33,0.6);display:block;width: 98px;height: 34px;line-height: 34px;font-size:16px;color:#fff;text-align:center;border-radius:30px;margin:auto;}

/*新闻中心*/
.index-news-box .news-box-Item ul li{border-bottom: 1px dashed #e2e2e2;padding-bottom:10px;margin-bottom:10px;}
.index-news-box .news-box-Item ul li .news-box-title{font-size: 14px;color: #5a5a5a;font-weight: bold;}
.index-news-box .news-box-Item ul li .news-box-date{font-size: 12px;color: #929292;}
.index-news-box .news-box-Item ul li .news-box-text{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;font-size:12px;line-height:1.5;color: #5A5A5A;}
.index-news-box .news-more-href a{background-color: rgba(246,246,246,1);display:block;margin:5px 0;width:100%;height:36px;line-height:36px;font-size:14px;color:#5a5a5a;text-align:center;}
}

/*成功案例*/
.SuccessCaseBg{background:url(../images/SucceCaseBg.jpg) no-repeat;background-size: cover;}
/*关于我们*/
.phone-about{background:url(../images/AboutBg.jpg) no-repeat;background-size: cover;}

/*地图*/
.index-map{margin-top:20px;margin-bottom:20px;}
.index-map-content{text-align:center;padding:0 15px;}
.index-map-content .index-map-ConItem{padding:20px 0;}
.index-map-content .index-map-ConItem p{color: rgb(34, 34, 34);font-size:16px;font-weight:bold;margin:10px 0;}
.index-map-content .index-map-ConItem div{line-height: 1.5; font-size: 16px;color: rgb(119, 119, 119);}
.index-map-content .index-map-ConItem.index-map-ConItemOne{border-bottom:1px dashed #d9d9d9;}

.homeLtft .leftNav li ul{display:none;}