﻿.container{max-width:1230px;}
td, th {border: 1px solid #ccc;padding: 2px;}

/*网站公共样式*/
.clear{clear:both;overflow:hidden;}
.info-content{font-size:15px;line-height:2;margin:0 auto;}
a{color:#000;text-decoration:none;}                                            
a:hover{color:#0062d0;}
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;}
html{ overflow-y:scroll; min-height:101%;}
html{ overflow:-moz-scrollbars-vertical;}
.text-lineThrough{text-decoration:line-through;}
.text-blue{color:#0062d1;}

/*遮罩层*/
.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;}



/*自定义导航动画，也可以用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端*/
{
.header{height: 100px;line-height:100px;}
.header .col-md-9{padding-left: 0;}
.float-head{background: rgb(67, 67, 67);transition:0.6s linear;}
.logo img{max-height:85px;}
.logoTop{padding:10px 0 15px;min-height:100px;}

.nav{width:100%}
.nav>ul{position: absolute;right: 0;margin-top: 32px;}
.nav>ul>li{float:left;text-align:center;height:40px;line-height:40px;padding-bottom: 70px;}
.nav>ul>li>ul{position:absolute}
.nav>ul>li>a{display: block;position: relative;padding: 5px 33px;font-size:15px;}
/*.nav > ul > li > a::after{content:"";width:0;height:3px;background:orangered;position:absolute;bottom:0;left:0;transition:all 0.5s ease 0s}
.nav >ul>li.current >a::after,.nav >ul>li:hover> a::after{width: 100%}*/
.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;}

/*.nav >ul>li.current >a,*/.nav >ul>li:hover> a{background-color: #0062d0;color: #fff;font-weight: bold;}
.nav li:hover> ul{display:block;}
.nav ul li ul li a{display:block;width:100%;text-align:center;font-size:13px;line-height:45px;color:#fff} 
.nav ul li ul li a:hover{text-decoration:none;background-color:#2d4a8e;}

.nav ul li{position:relative;}
.nav ul li .arrow{display:none}
.nav ul li ul{background-color:#0062d0;display:none;position:absolute;left:0;top:50px;z-index:2;width:100%;} /*二级ul样式*/
.nav ul li ul li ul{left:100%;top:0px; display:none;}/*三级以后ul样式*/
}
@media (max-width:1000px) /*手机端*/
{
.header{box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.09);}
.logoTop{ height: 70px;}
.logo-box {padding: 14px 0;}
.logo-box .logo img{max-height:50px;}
.header .nav-toggle{position:absolute;right:0px;top:0px;font-size:25px;min-width:70px;height:70px;line-height:70px;text-align:center;cursor:pointer;z-index:1;}
.header .nav-toggle.active{color:#ccc;}

.nav{position:fixed;z-index:999;top:0px;right:0px;width:0px;background:#fff;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:#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:#0062d1;}
.nav ul li.active > ul{display:block}
.nav ul li.active > .arrow{transform:rotate(90deg)}
}


/*TOP*/
.header-top{background-color:#f0f0f0;font-size:12px;line-height:35px;}
.header-top .bmarks{padding-left:20px;}


/*FOOTER*/
@media (min-width:1000px){
footer{margin-top:70px;}
footer .left .col-md-3{border-left: 1px solid #696969;padding: 26px 0 0;min-height: 290px;position:relative;} 
footer .left .col-md-3::after{content:"";width:3px;height:50px;background-color:#0062d2;position:absolute;left:-2px;top:32px;}
footer .left .col-md-3:last-child{border-right: 1px solid #696969;position:relative;}
footer .left .col-md-3:last-child::before{content:"";width:3px;height:50px;background-color:#0062d2;position:absolute;right:-2px;top:32px;}
footer .right{border-right: 1px solid #696969;padding: 26px 0 0 10px;min-height: 290px;} 

}
@media (max-width:1000px){
footer{padding-top:20px;margin-top:30px;}
.copyright-bg{margin-top:16px;}
}
@media (max-width:415px){
footer .ewmUs,footer .morefoot{text-align:center;}
}

footer{background-color:#434343;color:#fff;line-height:1.8;}
footer a{color:#fff;}
footer a:hover{color:#eb002e;}
footer .ewmBoxs img{max-height:126px;border-radius: 6px;}
footer .cn{font-size: 16px;padding-bottom:14px;}
footer .en li a{color: #bbb;padding-bottom:10px;display:block;}
footer .en li ul li{display:none;}
footer .en li:not(:nth-child(-n+6)){display:none;}
footer .en li a:hover{color:#fff;}
footer .morefoot a{border: 1px solid #999;color: #999;padding: 3px 20px;font-size: 13px;margin-top: 6px;display: inline-block;}
footer .morefoot a:hover{color:#fff;border-color:#fff;}
.copyright-bg{background-color:#222;}


#gotoptop_icon{position: fixed;z-index: 10;right: 45px;bottom: 100px;width: 40px;height: 40px;background: url(../images/top.png) no-repeat;background-position: -503px 0;cursor: pointer;}
#gotoptop_icon:hover{background: url(../images/top.png) no-repeat;background-position:  -503px -42px;}
@media (max-width:1000px){#gotoptop_icon{display:none !important;}}


/*在线客服*/
.zaixian{position:fixed;top:200px;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;}}



/*移动端固定栏目按钮*/
.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:98;-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:40px;}}



/*公共样式*/
@media (min-width:1000px) {
.breadcrumb{padding:14px 0;}
}
@media (max-width:1000px) {
.breadcrumb{padding:8px 0;}
}
.breadcrumb-line .breadcrumb{color:#5a5a5a;font-size: 14px;border-bottom: 1px solid #f4f4f4;}
.breadcrumb > li + li::before {content: "∷";color:  rgb(67, 67, 67); padding: 0 5px 0 2px;}
.breadcrumb a{color: rgb(67, 67, 67);}
.breadcrumb a:hover,.breadcrumb a:hover span{text-decoration:underline;}
.pagination > li > a, .pagination > li > span{padding: 6px 10px;}
.breadcrumb-bg{background-color:#eee;}

.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: 48px;}
.card3{overflow: hidden;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;word-break: break-all;height: 66px;}
.card4{overflow: hidden;display: -webkit-box;-webkit-line-clamp: 4;-webkit-box-orient: vertical;word-break: break-all;height: 80px;}


.page ul li .fa{padding-right: 10px;}
.page ul li:hover a,.page ul li:hover,.page ul li:hover .fa{color: #0062d1 !important;}

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




.sub-nav-box {clear: both;position: relative;border: 2px solid #0062d1;}
.sub-nav-box .sub-nav-title{padding: 22px 0;text-align: center;background: #0062d1;color: #fff;}
.sub-nav-box .sub-nav-title .cn{font-size: 24px;}

.sub-nav-box .sub-nav{clear:both;text-align:left;width:100%;overflow:visible;padding:20px;}
.sub-nav-box .sub-nav li{width:100%;padding:0px;text-align:left;position:relative;display:block;border: 1px dashed #a9a9a9;}
.sub-nav-box .sub-nav li ul li:not(:last-child){margin-bottom: 15px;}
.sub-nav-box .sub-nav li a{display:block;font-size:15px;text-align:center;}
.sub-nav-box .sub-nav>ul>li{border:1px dashed #a9a9a9;margin-bottom:20px;position: relative;}
.sub-nav-box .sub-nav>ul>li:last-child{margin-bottom:10px;}
.sub-nav-box .sub-nav>ul>li>a{line-height:45px;}
.sub-nav-box .sub-nav li ul li a{line-height:45px;background-color: #fff;}
.sub-nav-box .sub-nav li ul{display:none}
/*.sub-nav-box .sub-nav li ul li a{padding-left:40px;}
.sub-nav-box .sub-nav li ul li ul li a{padding-left:45px}*/

.sub-nav-box li .arrow{position:absolute;right:0px;top:0px;width:54px;height:45px;line-height:45px; text-align:center;transition-duration:0.1s;cursor:pointer;color:#ccc;display: none;}
.sub-nav-box li .arrow:after{font-family:FontAwesome;content:"\f105";display:block;font-weight:bold;font-size:18px}

.sub-nav-box .sub-nav>ul>li.current > a,.sub-nav-box .sub-nav>ul>li>a:hover{color:#fff;background-color: #0062d1;}
 .sub-nav ul li:hover{border: 1px solid #0062d1;background-color: #0062d1}
 .sub-nav>ul>li:hover>a{color:#fff;}
.sub-nav-box .sub-nav li ul li.current a{color:#0062d1;}
.sub-nav-box .sub-nav li > ul{position: absolute;left: 97%;width: 100%;z-index: 100;top: 0;padding-left: 50px;}
.sub-nav-box .sub-nav li.active > ul{display:block}
.sub-nav-box .sub-nav li.active > .arrow{transform:rotate(90deg)}
.sub-nav-box .sub-nav > ul > li:hover ul{display:block;} 
.sub-nav-box .sub-nav li ul li a:hover{background-color: #0062d1;color: #fff;}

.sub-nav-box > ul > li:hover > a{background-color: #0062d1;color: #fff;}

.sub-nav-box2{margin-top: 14px;text-align:center;}
.sub-nav-box2 .sub-nav>ul>li{display:inline-block;padding:0 50px;margin-top: -20px;}
.sub-nav-box2 .sub-nav>ul>li>a{font-weight:bold;width: 100%;display: inline-block;line-height: 46px;}
.sub-nav-box2 .sub-nav ul li:hover{border: none;background-color: transparent;}
.sub-nav-box2 .sub-nav > ul > li:hover > a{color: #0062d1;}
.sub-nav-box2 .sub-nav>ul>li:first-child > a,.sub-nav-box2 .sub-nav>ul>li:first-child>a:hover{color: #0062d1;}
.sub-nav-box2 .sub-nav ul li ul{display:none}


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

/*分页公共样式*/
@media (min-width:1000px){
.same-padding .col-md-3{position:sticky;top:0;z-index: 10;}
.same-padding{margin-top:40px;}
.sameBoxs{padding:30px;}
}
@media (max-width:1000px){
.same-padding{margin-top:20px;}
.sameBoxs{padding:15px;}

}
.account{padding: 5px;line-height: 1.7em;color: #868686;background-color: #F5F5F5;border: #E5E5E5 1px solid;margin-bottom: 10px;}
.account2{background-color:#fff;}
.sameBoxs{border:1px solid rgb(221, 221, 221);}
.sameTitle{border-bottom:1px solid rgb(221, 221, 221);margin-bottom:20px;padding-bottom:20px;text-align:center;}

/*分页-技术服务*/
@media (min-width:1000px){
.feedbackForm .boxs{margin-top:20px;}
.serviceboxs{margin: 20px 0 -100px;}
}
@media (max-width:1000px){
.serviceboxs{margin: 20px 0 -80px;}
}
.serviceboxs{text-align:center;color:#fff;}
.serviceboxs i{content:"";width:50px;height:2px;background-color:#fff;display:inline-block;margin-bottom:4px;}
.serviceboxs .boxs{background-color:#0062d2;margin: 0 14%;padding: 30px 0;position: relative;bottom: 80px;}
.serviceboxs .boxs a{display:block;color:#fff;}

/*文件下载*/
@media (min-width:1000px){
.down-list .boxs{padding:16px 20px;margin-bottom:30px;padding-right: 80px;font-size: 16px;}
.down-list .boxs .more{top: 15px;right: 20px;}
.down-list .boxs .more a{padding:6px 20px;}
}
@media (max-width:1000px){
.down-list .boxs{padding:10px 10px;margin-bottom:20px;padding-right: 80px;}
.down-list .boxs .more{top: 10px;right: 10px;}
.down-list .boxs .more a{padding:4px 10px;}

}
.down-list .boxs{position: relative;border: 1px solid rgb(221, 221, 221);}
.down-list .boxs .title{white-space: nowrap;text-overflow: ellipsis;overflow: hidden;}
.down-list .boxs .more{position: absolute;color: #999;}
.down-list .boxs .more a{background-color: rgba(240,240,240,1);font-size: 12px;color: rgba(67,67,67,1);}
.down-list .boxs .more a:hover{background-color: rgba(0,98,210,1);color:#fff;}


/*发展历程*/
.milestone-wrap li .boxs .step-content .step-content-time{font-size: 14px;}
.milestone-wrap:before{content:"";position:absolute;top:50%;left:50%;-webkit-transform:translate(0,-50%);transform:translate(0,-50%);width:3px;height:100%;background-color:#ebebeb}
.milestone-wrap {margin-top:60px;margin-bottom:120px;position:relative;}
.milestone-wrap li{overflow:hidden}
.milestone-wrap li .boxs .step-title{min-height: 45px;display: flex;align-items: center;}
.milestone-wrap li .boxs .step-title .step-title-text{width: 100%;}

.milestone-wrap li:nth-child(2n-1) .boxs{float:right;width:50%;text-align:left}
.milestone-wrap li:nth-child(2n-1) .boxs .step-title{position:relative;}
.milestone-wrap li:nth-child(2n-1) .boxs .step-title .step-title-icon{position:absolute;top:50%;left:0;-webkit-transform:translate(-50%,-51%);transform:translate(-50%,-51%);width:45px;height:45px;border-radius:100%;background-color:#999;z-index: 10;}
.milestone-wrap li:nth-child(2n-1) .boxs .step-title .step-title-icon .step-title-icon-center{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);background:url(../images/default.png);width: 24px;height: 24px;}
.milestone-wrap li:nth-child(2n-1) .boxs .step-title:hover .step-title-icon{background-color:#0062d1;}
.milestone-wrap li:nth-child(2n-1) .boxs .step-title:hover .step-title-text:before{background-color:#0062d1;}
.milestone-wrap li:nth-child(2n-1) .boxs .step-title .step-title-text{color:#666666;position:relative;font-weight: bold;}
.milestone-wrap li:nth-child(2n-1) .boxs .step-content .step-content-text{line-height:20px;font-size:18px;color:#6b6b6b;font-weight: bold;}

.milestone-wrap li:nth-child(2n) .boxs{float:left;width:50%;text-align:right}
.milestone-wrap li:nth-child(2n) .boxs .step-title{position:relative;}
.milestone-wrap li:nth-child(2n) .boxs .step-title .step-title-icon{position:absolute;top:50%;right:0;-webkit-transform:translate(50%,-50%);transform:translate(50%,-50%);width:45px;height:45px;border-radius:100%;background-color:#999;z-index: 10;}
.milestone-wrap li:nth-child(2n) .boxs .step-title .step-title-icon .step-title-icon-center{position:absolute;top:50%;right:50%;-webkit-transform:translate(50%,-50%);transform:translate(50%,-50%);background:url(../images/default.png);width: 24px;height: 24px;}
.milestone-wrap li:nth-child(2n) .boxs .step-title:hover .step-title-icon{background-color:#0062d1;}
.milestone-wrap li:nth-child(2n) .boxs .step-title:hover .step-title-text:before{background-color:#0062d1;}
.milestone-wrap li:nth-child(2n) .boxs .step-title .step-title-text{color:#666666;position:relative;font-weight: bold;}
.milestone-wrap li:nth-child(2n) .boxs .step-content .step-content-text{line-height:20px;font-size:18px;color:#6b6b6b;font-weight: bold;}
.milestone-wrap li:last-child{position:relative;}
.milestone-wrap li:last-child::after{font-family: FontAwesome;content:"\f017";position:absolute;bottom:-7px;left:49%;font-size: 20px;color: #b6b6b6;}
@media (min-width:1000px) {
.milestone-wrap li:nth-child(2n-1) .boxs .step-title .step-title-text{font-size:20px;padding-left:60px;}
.milestone-wrap li:nth-child(2n-1) .boxs .step-title .step-title-text:before{content:"";background-color: #cdcdcd;height: 1px;top: 50%;width: 52px;left: 0;position:absolute;}
.milestone-wrap li:nth-child(2n-1) .boxs .step-content{padding:5px 0 8px 60px}
.milestone-wrap li:nth-child(2n) .boxs .step-title .step-title-text{font-size:20px;padding-right:60px;}
.milestone-wrap li:nth-child(2n) .boxs .step-title .step-title-text:before{content:"";background-color: #cdcdcd;height: 1px;top: 50%;width: 52px;right: 0;position:absolute;}
.milestone-wrap li:nth-child(2n) .boxs .step-content{padding:5px 60px 8px 0px}

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

.milestone-wrap li:nth-child(2n-1) .boxs .step-title .step-title-text{font-size: 15px;padding-left:30px;}
.milestone-wrap li:nth-child(2n-1) .boxs .step-content{padding:5px 0px 8px 30px}
.milestone-wrap li:nth-child(2n) .boxs .step-title .step-title-text{font-size: 15px;padding-right:30px;}
.milestone-wrap li:nth-child(2n) .boxs .step-content{padding:5px 30px 8px 0px}
}

/*分页-产品中心*/
.product-box li .boxs{text-align: center;}
.product-box li .boxs img:hover{opacity:0.8;}
@media (min-width:1000px){
.product-box li{margin-bottom:30px;}
.product-box .row{margin: 0 -10px;}
.product-box2{margin:0 -5px;}
.product-box2 .boxs{padding:20px;}

.ine02{margin-bottom:24px;}
}
@media (max-width:1000px){
.product-box li{padding-left:5px;padding-right:5px;margin-bottom:10px;}
.product-box2{margin: 0 10px;}
.product-box2 .boxs{padding:15px;}
.product-box2 .product-box li{margin-bottom: 15px;}
.ine02{margin:16px 0 0;}
}
.product-box2 .boxs{border:1px solid #ddd;text-align:left!important;}
.product-box2 .boxs:hover{border:1px solid #0062d1;}
.ine02{background:url(../images/ine02.png) repeat-x center;background-size: contain;height:5px;width: 100%;}

/*内页-新闻中心*/
.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;}
.pa_textlist_1 .item .columnlink{color: #2f4d93;}
.pa_textlist_1 .item .boxsMax{border:1px solid rgba(221,221,221,1);overflow: hidden;}
.pa_textlist_1 .item .date{color: #929292;}
.pa_textlist_1 .item .intro{color: #888;}
@media(min-width:992px){
.pa_textlist_1 .item{padding-bottom: 30px;}
.pa_textlist_1 .item .title,.pa_textlist_1 .item .columnlink{font-size: 18px;}
.pa_textlist_1 .item .boxsMax{padding: 30px;}
.pa_textlist_1 .item .intro{overflow: hidden;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;word-break: break-all;height:50px;}
.pa_textlist_1 .item .date{padding:10px 0;font-size:15px;}
.pa_textlist_1 .item .intro{line-height: 1.8;}
.pa_textlist_1 .item .contentbox{padding-left:30px;}
}
@media(max-width:992px){
.pa_textlist_1 .item{padding-bottom: 15px;}
.pa_textlist_1 .item .title{font-size:14px;}
.pa_textlist_1 .contentbox{padding-left:8px;}
.pa_textlist_1 .item .columnlink{display:none;}
.pa_textlist_1 .contentbox{padding-right:0;}
.pa_textlist_1 .item .boxsMax{padding: 15px;}
.pa_textlist_1 .item .intro{overflow: hidden;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;word-break: break-all;height:34px;}
.pa_textlist_1 .item .title{white-space: nowrap;text-overflow: ellipsis;overflow: hidden;display: block;}
.pa_textlist_1 .item .date{font-size:13px;}

}


/*新闻中心*/
.news-list .row{overflow: hidden;margin-bottom: 10px;padding-bottom: 10px;}
.news-list .row .title{transition: all .5s ease;}
.news-list .row .date{background: #2f4d93;text-align: center;color: #fff;transition: all .1s ease;}
.news-list .row .date li:first-child{font-weight: bold;}
.news-list .row .title p{padding-top: 2px;font-size: 13px;color: #999;line-height:22px;}
@media(min-width:1000px) {
.news-list .row .date{width: 74px;height: 80px;}
.news-list .row .title a{font-size:16px;}
.news-list .title .time{font-size:15px;}
.news-list .row .date li:first-child{font-size: 24px;line-height:46px;}
.news-list .row .date li:last-child{font-size: 13px;}
.proNewsBoxs{padding:20px 5px 0;margin-bottom:-20px;}
}
@media(max-width:1000px) {
.news-list .row{margin: 0;padding: 10px 0 24px;}
.news-list .row .title{    padding: 0;}
.news-list .row .date{width: 60px;height: 60px;}
.news-list .row .date li:first-child{font-size: 24px;height: 38px;line-height: 38px;}
.news-list .row .date li:last-child{font-size: 13px;}
.proNewsBoxs{padding:15px 10px 0;}
.proTitle{margin-top:20px;}
}
.proNewsBoxs{border:1px solid #ddd;}







/*首页公共样式*/
@media (min-width:1000px) {
.home-headline{margin:50px 0;}
.home-headline span{font-size: 28px;}
}
@media (max-width:1000px) {
.home-headline{margin:30px 0;}
.home-headline span{font-size: 20px;}
}
.home-headline{text-align:center;font-weight:bold;}
.home-headline i{background-color:#0062d2;height:3px;width:30px;display:block;margin:15px auto;}
/*首页-安全*/
@media (min-width:1000px){
.secureHome{margin: 50px 0;}
.secureHome p{padding-top:20px;}
}
@media (max-width:1000px){
.secureHome{margin: 30px 0 16px;}
.secureHome p{padding-top:10px;}
}
.secureHome p{font-size: 18px;}
.hover-img img{
  width: 120px; /* 或者你需要的宽度 */
  transition: transform 0.3s ease; /* 动画持续时间和效果 */
}
.hover-img img:hover {
  transform: translateY(-20px); /* 向上移动的距离 */
}
.grayHomme-bg .hover-img img:hover {
  transform: translateY(-10px); /* 向上移动的距离 */
}

/*首页-产品中心*/
@media (min-width:1000px){
.product-bg{padding-bottom: 70px;}
}
@media (max-width:1000px){
.product-bg{padding-bottom: 30px;}

}
.product-bg{background-color:#f6f6f6;}

/*产品栏目样式*/
.navHome{text-align:center;border-top:1px solid rgb(204, 204, 204);border-bottom:1px solid rgb(204, 204, 204);}
.navHome>ul>li{text-align:center;line-height:70px;display: inline-block;}
.navHome>ul>li>ul{position:absolute;}
.navHome>ul>li>a{background-color: #f4f4f4;}
.navHome >ul>li:hover>a{background-color: #0062d0;color: #fff;}
.navHome li:hover> ul{display:block;}
.navHome> 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;}
.navHome ul li ul li a{display:block;width:100%;text-align:center;color:#fff;line-height:50px} 
.navHome ul li ul li a:hover{text-decoration:none;color:#fff;background:rgba(0, 0, 0, 0.1);}

.navHome ul li{position:relative;}
.navHome ul li .arrow{display:none}
.navHome ul li ul{background-color:#0062d0;display:none;position:absolute;left:0;top: 64px;z-index:9999;width:100%;} /*二级ul样式*/
.navHome ul li ul li ul{left:100%;top:0px; display:none;}/*三级以后ul样式*/

@media screen and (min-width:1000px){
.navHome{margin-bottom: 30px;}
.navHome>ul>li>a{padding:20px 40px;font-size:16px;}
.navHome >ul>li.active >a{font-weight:bold;}
}
@media screen and (max-width:1000px){
.navHome{padding-top:20px;display:none;}
.navHome>ul>li{margin-right: 10px;}
.navHome>ul>li>a{width: 100%;height: 34px;display: inline-block;font-size: 13px;overflow: hidden;}
.navHome ul li{width:46%;line-height: 34px;}
.navHome ul li ul li,.navHome ul li ul::before{display:none;}
}

/*首页-工程业绩*/
@media (min-width:1000px){
.cases-bg{padding-bottom: 70px;}
}
@media (max-width:1000px){
.cases-bg{padding-bottom: 30px;}

}
.cases-bg{background:url(../images/cases-bg.png) no-repeat bottom center;background-size:contain;}
/*更多*/
@media (min-width:1000px) {
.homemore{margin-top:70px;}
.homemore a{padding: 10px 30px;}
}
@media (max-width:1000px) {
.homemore{margin-top:40px;}
.homemore a{padding: 8px 30px;}
}
.homemore{text-align:center;}
.homemore a{text-align: center;border:1px solid rgba(0,98,210,1);-moz-border-radius: 30px 30px 30px 30px;-webkit-border-radius: 30px 30px 30px 30px;border-radius: 30px 30px 30px 30px;color:rgba(0,98,210,1);}
.homemore a:hover{background-color:rgba(0,98,210,1);color:#fff;border-color:rgba(0,98,210,1);}

/*首页-优势*/
@media (min-width:1000px){
.numboxs{margin: 70px 0;}
.numboxs img{margin:0 auto;display: block;}
.numboxs .boxs .date{position:absolute;width: 100%;text-align: center;right: 15.5%;top: 46.5%;color: #fff;}
.numboxs .boxs .titboxs{width: 45%;position: absolute;right: 9%;top: 18%;}
.numboxs .boxs .titboxs .tit{font-size: 32px;letter-spacing:4px;}
.numboxs .boxs .titboxs .tit span{font-size: 44px;}
.numboxs .boxs .titboxs p{font-size: 16px;line-height:2;padding-top:10px;}

.advantage-bg{background:url(../images/advantage-bg.png) no-repeat center top;background-size:cover;}
.advantage-bg .pcadd{margin-bottom:60px;}
.advantage-bg .col-xs-2{padding-left:0;}
.advantage-bg .titBoxs{margin-top:20px;padding-bottom:10px;}
.advantage-bg .titBoxs .en{font-size: 20px;}
.advantage-bg .titBoxs .cn{color: rgb(102, 102, 102);padding-left:6px;font-size: 20px;}
.advantage-bg .title p{margin-top:10px;}

}
@media (max-width:1000px){
.numboxs{margin: 30px 0;}
.numboxs img,.numboxs .boxs .date{display:none;}
.numboxs .boxs .titboxs{text-align:center;}
.numboxs .boxs .titboxs .tit{font-size: 20px;}
.numboxs .boxs .titboxs p{padding-top:4px;}

.advantage-bg .pcadd:not(:last-child){border-bottom:1px dashed #ccc;margin-bottom:20px;}
.advantage-bg .col-xs-2{padding-left:0;padding-right:0;}
.advantage-bg .titBoxs{margin-top:10px;}
.advantage-bg .titBoxs .en{font-size: 18px;}
.advantage-bg .titBoxs .cn{font-size: 13px;}
.advantage-bg .title p{margin-top:6px;}

}
.numboxs .boxs .date{font-size: 18px;}

.advantage-bg .titBoxs .en{color:#1d7fd8;font-weight:bold;}
.advantage-bg .titBoxs .cn{text-transform: uppercase;}
.advantage-bg .title p{background:url(../images/canvas.png) no-repeat left top;padding-left:20px;line-height:2;background-position-y: 8px;}

/*首页-联系我们*/
@media (min-width:1000px){
.about-bg{padding: 70px 0 300px;}
.about-bg .titBoxs .cn{font-size: 24px;}
.about-bg .titBoxs p{padding:20px 0;}
.about-bg .titBoxs .tel .number{font-size: 24px;}

.grayHomme-bg{background-color:#eee;min-height:400px;}
.grayHomme-bg .boxs{background-color:#fff;padding: 1px 40px 40px;position: relative;top: -200px;margin-bottom: -140px;}
}
@media (max-width:1000px){
.about-bg{padding:40px 0;}
.about-bg .titBoxs p{padding:10px 0;}
.about-bg .titBoxs .cn{font-size: 20px;}
.about-bg .titBoxs .tel .number{font-size: 20px;}

}
.about-bg{background:url(../images/about-bg.jpg) no-repeat fixed center;background-size:cover;}
.about-bg .titBoxs p,.about-bg .titBoxs .tel{color: #ebebeb;}
.about-bg .titBoxs .tel img{max-height:24px;}

/*首页-关于我们*/
@media (min-width:1000px){
.grayHomme-bg .words p{line-height:2.5;}
.grayHomme-list{margin-top:20px;}
}
@media (max-width:1000px){

}
.grayHomme-list .col-md-avg-5{padding-left:5px;padding-right:5px;}
.grayHomme-list img{max-width:56px;}
.grayHomme-list p{color: rgba(102,102,102,1);margin-top:10px;display:inline-block;padding:4px 15px;transition:0.3s linear;border-radius:15px;}
.grayHomme-list p:hover{background-color:rgba(0,98,210,1);color:#fff;}

.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:260px;height:auto;overflow:hidden;text-align:center;}
.marqueelefts li .pic{display:block;width:260px;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;}


/*首页-技术服务*/
@media (min-width:1000px){
section .serviceboxs{margin: 0 0 -100px;}
}
@media (max-width:1000px){  

}

/*首页-新闻资讯*/
@media (min-width:1000px){
.newsHome-bg{margin-top:70px;padding-bottom:50px;}
.newsHome-bg .tnewsHome-list{padding: 30px;}
.newsHome-bg .rights{padding-left: 40px;}
.newsHome-bg .proNewsBoxs{padding: 28px 20px 10px;margin-right: -20px;}
.newsHome-bg .news-list .row .title{padding-left: 40px;}
.newsHome-bg .news-list .row .date li:first-child{font-size: 42px;}
.newsHome-bg .news-list .row:not(:last-child){margin-bottom: 20px;padding-bottom: 20px;}
}
@media (max-width:1000px){
.newsHome-bg{margin-top:20px;padding-bottom:20px;}
.newsHome-bg .tnewsHome-list{padding: 15px;}
.newsHome-bg .proNewsBoxs{margin: 0 -15px;}
}
.newsHome-bg{background-color:#f4f4f4;}
.newsHome-bg .tnewsHome-list{background:url(../images/tnewsHome.png) no-repeat center;background-size:cover;}
.newsHome-bg .news-list .row .date{background: transparent;color: #0062d0;}
.newsHome-bg .proNewsBoxs{background-color: #fff;}

/*首页-合作伙伴*/
@media (min-width:1000px){
.huoban .sy_mk{margin-bottom: -40px;padding-top: 20px;}
}
@media (max-width:1000px){
.huoban .sy_mk{margin-bottom:-30px;}
}
.huoban .marqueelefts li{width:200px;}
.huoban .marqueelefts li .pic{width:200px;}