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

/*网站公共样式*/
.info-content{line-height:2;}
a{color:#333;text-decoration:none;}                                            
a:hover{color:#2559cc;}
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低版*/
.text-blue{color:#2559cc;}
.text-lineThrough{text-decoration: line-through;}

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



/*自定义导航动画，也可以用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端*/
{
.bannerphone{display:none!important;}
.header{height: 76px;line-height: 76px;background-color: #fff;}
.logo img{max-height:34px;}
.header .col-md-7{padding-left:0;}
.logo-box{text-align:left;}

.nav{position: relative;}
.nav>ul>li{float:left;text-align:center;width: 20%;}
.nav>ul>li>ul{position:absolute;}
.nav>ul>li>a{font-size:15px;display: block;width: 100%;color: #232323;position:relative;font-weight: bold;}
.nav >ul>li.current >a,.nav >ul>li> a:hover{color:#2559cc;font-weight: bold;}
.nav li:hover> ul{display:block;}
.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 ul li a{display:block;width:100%;text-align:center;font-size:15px;line-height:50px} 
.nav ul li ul li a:hover{text-decoration:none;color:#fff;background:#2559cc;}

.nav ul li{position:relative;}
.nav ul li .arrow{display:none}
.nav ul li ul{background-color:#fff;display:none;position:absolute;left:0;top:76px;z-index:10;width:100%;} /*二级ul样式*/
.nav ul li ul li ul{left:100%;top:0px; display:none;}/*三级以后ul样式*/

.nav > ul > li .pc-arrow{color: #000;position:absolute;top:30px;right:20px;-moz-transition:all 0.5s ease;-webkit-transition:all 0.5s ease;-o-transition:all 0.5s ease;}
.nav > ul > li:hover .pc-arrow{color:#000;-webkit-transform: rotateX(180deg);-moz-transform: rotateX(180deg);transform: rotateX(180deg);}
.nav > ul > li.current .pc-arrow{color:#2559cc;}
.nav-toggle{display:none;}
}

@media (max-width:1000px) /*手机端*/
{
.bannerpc{display:none!important;}
.header{box-shadow: 1px 1px 10px 1px rgba(68, 68, 68, 0.12);}
.header .logo-box{height: 70px;padding-right: 70px;line-height: 70px;}
.header .logo-box .logo img{max-height:36px;max-width: 80%;}
.header .nav-toggle{position:absolute;right:0px;top:0px;font-size:25px;color:#999;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:#2559cc;}
.nav ul li.active > ul{display:block}
.nav ul li.active > .arrow{transform:rotate(90deg)}
}

/*TOP*/
.header-top{line-height:40px;background-color:rgb(34, 34, 34);font-size: 13px;}
.header-top a{color:rgb(149, 149, 149);}
.header-top .float-lg-left,.header-top .float-lg-right{color: rgb(149, 149, 149);}





/*bootom*/
@media (min-width:1000px) {
footer{margin-top:40px;padding: 50px 0 20px;}
footer .list{line-height:2.5;}
}
@media (max-width:1000px) {
footer{margin-top:40px;padding: 20px 0 10px;}
footer .left{text-align:center;}
footer .left img{max-height:46px;}
}
footer{width:100%;min-height:95px;background:#222;line-height:2;color:rgb(153, 153, 153);}
footer a{color:rgb(153, 153, 153);}
footer a:hover{color:#4f92ff;}
footer .tit{color:rgb(204, 204, 204);font-size: 15px;padding-bottom:6px;}
footer .ewmImg img{max-height:110px;background-color:#fff;padding:8px;}


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



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

.right-content-ewm{padding:20px;background-color:#fff;border:1px solid #ccc;-webkit-box-shadow:0 3px 8px rgba(0,0,0,.15);-moz-box-shadow:0 3px 8px rgba(0,0,0,.15);box-shadow:0 3px 8px rgba(0,0,0,.15);position:relative;display:flex;flex-direction:row;width:max-content;}
.right-content-ewm .ewm div{width:130px;height:130px;margin:0 auto;border-radius:50%; margin-bottom:10px}
.right-content-ewm .ewm div img{width:100px;height:100px;margin-top:15px;margin-left:15px;background:#fff;}
.right-content-ewm .ewm p{text-align:center;font-size:16px;}
.fkf-item-right-ewm{top:initial;bottom:-15px;}
.right-content-ewm .arrow{top:initial;bottom:23px;}



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



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




/*内容页公共用*/
@media (min-width:1000px){
.breadcrumb{text-align: center;padding: 40px 0;}
.breadcrumb-bg{background-color:#fff;position: relative;top: -59px;box-shadow: 1px 1px 10px 1px rgba(68, 68, 68, 0.12);}
.detail-breadcrumb .breadcrumb{text-align: left;padding: 14px 0;}
.same-padding{padding-top:80px;}
}
@media (max-width:1000px){
.breadcrumb-bg{margin-top: 10px;}
.breadcrumb{margin-bottom: 10px;padding:0;}
.same-padding{padding-top:30px;}

}
.breadcrumb,.breadcrumb a{color: rgb(153, 153, 153);}
.breadcrumb a:hover{color: #08348b;}
.breadcrumb li .fa{color: #999;}
.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;}
.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: 44px;}
.card3{overflow: hidden;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;word-break: break-all;height: 60px;}

.page ul li .fa{padding-right: 10px;}
.page ul li:hover a,.page ul li:hover{color: #00c0ff;}
.news-page ul li{color: #0f89dd;}
.news-page ul li a:hover,.news-page ul li:hover{color:#000;}

.pagedetail{background:#f5f5f5;border:#E5E5E5 1px solid;padding:5px;margin:40px 0 20px;color: #868686;text-indent: 24px;font-size:13px;}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus{
background-color: #000; border-color: #000;}
.subBg .breadcrumb-bg{background-color: rgba(255, 255, 255, 0.73);}
.detail-breadcrumb{background-color: rgb(250, 250, 250);}
.pdfDown img{max-height:40px;}



/*hover360转动*/
@media (min-width:1000px){
.rotate-image {max-height: 130px;}
}
@media (max-width:1000px){
.rotate-image {max-height: 80px;}
}
.rotate-image {transition: transform 0.5s ease; /* 平滑过渡效果 */}
.rotate-image:hover {animation: spin 0.5s linear infinite; /* 应用动画 */}
@keyframes spin {
    from {
        transform: rotateY(0deg); /* 开始状态 */
    }

    to {
        transform: rotateY(180deg); /* 结束状态 */
    }
}


/*子栏目样式*/
.sub-nav-box .sub-nav>ul>li{text-align:center;line-height:100px;display: inline-block;}
.sub-nav-box .sub-nav>ul>li>ul{position:absolute;}
.sub-nav-box .sub-nav >ul>li.active >a{color: #1e5abb;}
.sub-nav-box .sub-nav li:hover> ul{display:block;}
.sub-nav-box .sub-nav> ul > li > ul::before {display:block;margin:0px auto;text-align: center;position:absolute;top:-8px;left: 45%;content: "";width: 0;height: 0;border-left:8px solid transparent;border-right:8px solid transparent;border-bottom: 8px solid #ed8e82;}
.sub-nav-box .sub-nav> ul > li > ul li ul::before{display:block;margin:0px auto;text-align: center;position:absolute;top:20px;left:-10px;content: "";width: 0;height: 0;border-bottom:5px solid transparent;border-right:5px solid transparent;border-top: 5px solid transparent;border-left: 5px solid #fff;}
.sub-nav-box .sub-nav ul li ul li a{display:block;width:100%;text-align:center;color:#fff;line-height:50px} 
.sub-nav-box .sub-nav ul li ul li a:hover{text-decoration:none;color:#fff;background:rgba(0, 0, 0, 0.1);}

.sub-nav-box .sub-nav ul li{position:relative;}
.sub-nav-box .sub-nav ul li .arrow{display:none}
.sub-nav-box .sub-nav ul li ul{background-color:#ed8e82;display:none;position:absolute;left:0;z-index:2;width:100%;} /*二级ul样式*/
.sub-nav-box .sub-nav ul li ul li ul{left:100%;top:0px; display:none;}/*三级以后ul样式*/

@media screen and (min-width:1000px){
.sub-nav-box{margin:0 auto;text-align:center;}
.sub-nav-box .sub-nav>ul>li>a{padding:0px 40px;display: block;font-size: 18px;border-bottom: 1px solid #fff;overflow: hidden;}
.sub-nav-box .sub-nav >ul>li.active >a{color:#2559cc;font-weight:bold;}
}
@media screen and (max-width:1000px){
.sub-nav-box{margin-top:20px;}
.sub-nav-box .sub-nav>ul>li{margin-right: 10px;}
.sub-nav-box .sub-nav>ul>li>a{width: 100%;height: 34px;display: inline-block;font-size: 13px;overflow: hidden;background-color: #f4f4f4;}
.sub-nav-box .sub-nav ul li{width:29%;line-height: 34px;}
.sub-nav-box .sub-nav ul li ul li,.sub-nav-box .sub-nav ul li ul::before{display:none;}
}



/*内页公共样式*/
@media (min-width:1000px) {
.white-bg{background-color:#fff;}
.gray-bg{background-color:#f4f4f4;padding-top:60px;margin-bottom:-40px;}

.headTit{margin:70px 0;}
.headTit .tit{font-size: 36px;}
.headTit p{font-size: 16px;padding:10px 110px 0;line-height:2;}
}
@media(max-width:1000px){
.headTit{margin:30px 0;}
.headTit .tit{font-size: 20px;}
}
.headTit{text-align:center;}
.headTit .tit{color:rgb(0, 0, 0);font-weight:bold;}
.headTit .tit span{color: rgb(37, 89, 204);}




/*分页-关于我们*/
@media (min-width:1000px){
.hezuo-bg{padding-bottom: 80px;margin: 40px 0 -40px;}

.service-bg{padding-bottom: 60px;margin: 0px 0 -40px;}
.service-bg .row{margin-bottom: 30px;}
.service-bg .boxs{padding: 60px;}
.service-bg .boxs .tit{font-size: 24px;}
.service-bg .boxs .tetxt{font-size: 16px;line-height:2;}
.service-bg .boxs i{margin: 20px 0;}
}
@media(max-width:1000px){
.hezuo-bg{padding-bottom: 30px;margin: 20px 0 -40px;}

.service-bg{margin: 0px 0 -40px;}
.service-bg .boxs{padding:15px;}
.service-bg .row{margin-bottom: 15px;margin-left: 0;margin-right: 0;}
.service-bg .boxs .tit{font-size: 20px;}
.service-bg .boxs i{margin: 6px 0;}

}
.hezuo-bg{background-color: #f4f4f4;}

.service-bg{background-color: #f4f4f4;}
.service-bg .row{background-color: #fff;}
.service-bg img{width:100%;}
.service-bg .boxs .tit{font-weight:bold;color: rgb(37, 89, 204);}
.service-bg .boxs i{display:inline-block;width:26px;height:3px;background-color:#373737;}
.service-bg2 .service-bg .row{background-color: transparent;}
.service-bg2 .news-list li .boxs2 .introbox{background-color: #fff;border-bottom: 6px solid #2559cc;padding:20px 10px 10px;}

/*左移动*/
.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:240px;height:auto;overflow:hidden;text-align:center;}
.marqueelefts li .pic{display:block;width:240px;height:auto;padding:10px;overflow:hidden;}
.marqueelefts li .pic img{max-height:150px;max-width:100%;}
.marqueelefts li .txt{text-align:center;height:auto;line-height:240px;}
.marqueelefts .marquee1_1>li>p{text-align:center;margin: 0 auto;display:inline-block;}


.tetxt-tit-about.active{text-align:right;}
.tetxt-tips-about.active{text-align:right;}
.team-bg{background-color: rgb(244, 244, 244);}
.team-bg img{transition: all .5s;}
.team-bg .img{overflow: hidden;border-radius: 5px;}
.team-bg .img:hover img{transform: scale(1.1);}
.team-bg .col-md-3{border-radius: 5px;overflow: hidden;}
.team-bg .box{position: absolute;bottom: 0;padding: 0 15px;left: 0;}
.team-bg .box>div{background:#fff;border-radius: 0 0 4px 4px;}
.team-bg .box>a{background:#fff;display: block !important;}

@media(min-width:1000px){
.team-bg{padding:0 0 100px;}
.team-bg .box>a{padding:20px 20px 10px;font-size: 18px;}
.team-bg .box>div{padding:0 20px 20px;}
}
@media(max-width:1000px){
.team-bg .img img{width:100%;}
.team-bg{margin-top:30px;padding:30px 0;}
.team-bg .box>a{padding:20px 20px 10px;font-size: 18px;}
.team-bg .box>div{padding:0 20px 20px;}
.team-bg .col-md-3{margin-bottom:20px;}
}


/*内页-发展历程*/
@media(min-width:1000px){
#swiperPartner::after{position: absolute;bottom: 16px;left: 0;content: "";display: inline-block;width: 100%;height: 4px;background-color: #2559cc;}
#swiperPartner.swiper-container .swiper-slide .title-wen .title::before{position: absolute;bottom: -21px;left: 47%;content: "";display: inline-block;width: 20px;height: 20px;border-radius: 30px;background-color: #2559cc;}
#swiperPartner .swiper-slide img{height: 270px;}
}
@media(max-width:1000px){
#swiperPartner .swiper-slide img{height: 180px;}
}
#swiperPartner{width: 100%;height: 100%;padding:0 50px;position:relative;margin-bottom:30px;}
#swiperPartner .swiper-slide{text-align: center;font-size: 18px;/* Center slide text vertically*/display: -webkit-box;display: -ms-flexbox;display: -webkit-flex;display: flex;-webkit-box-pack: center;-ms-flex-pack: center;-webkit-justify-content: center;justify-content: center;-webkit-box-align: center;-ms-flex-align: center;-webkit-align-items: center;align-items: center;}
#swiperPartner .swiper-button-next, #swiperPartner .swiper-button-prev{position: absolute;top: 0;width: 40px;height: 100%;z-index: 2;margin-top: 0;cursor: pointer;background-size: 27px 44px;background-position: center;background-repeat: no-repeat;background-color: #f4f4f4;background-image:none;display:flex;align-items:center;}
#swiperPartner .swiper-button-next img, #swiperPartner .swiper-button-prev img{opacity:0.4;}
#swiperPartner .swiper-button-next:hover img, #swiperPartner .swiper-button-prev:hover img{opacity:1;}
#swiperPartner .swiper-button-prev{left: 0;justify-content:flex-start;}
#swiperPartner .swiper-button-next{right: 0;justify-content:flex-end;}
#swiperPartner.swiper-container .swiper-slide{position:relative!important;display: block;}
#swiperPartner.swiper-container .swiper-slide .title-wen{overflow: hidden;display: block;width: 100%;padding-bottom: 30px;padding-top: 20px;}
#swiperPartner.swiper-container .swiper-slide .title-wen .title{font-size:32px;white-space: nowrap;text-overflow: ellipsis;font-weight:bold;position:relative;}


/*内页-新闻中心*/
@media (min-width:1000px){
.news-list li .title{font-size: 18px;}
}
@media (max-width:1000px){
.news-list{padding-top:10px;}
.news-list li{padding-bottom:10px !important;}
.news-list li .introduct{height:38px;}
.news-list li a.font-size-18{font-size:16px;}
}
.news-list li{padding-bottom:30px;}/*产品*/
.news-list li .title{line-height:1.5;}
.news-list li .show{overflow: hidden;}
.show{ position:relative;}/*鼠标触发下拉遮罩样式*/
.show img{display:block;width:100%;}
.show .mask{width:100%;height:100%;background:rgba(0, 91, 235, 0.85);position:absolute;bottom:0;
    left:0;transition:0.3s linear;overflow:hidden;display:flex;justify-content:center;align-items:center;opacity:0;}
.show:hover .mask{opacity:1;}
.show .mask img{max-width:45px;max-height:45px;}



/*内页-联系我们*/
@media(min-width:1000px){
.contactus-bg{margin-bottom:-40px;padding-bottom:80px;}
.call-me-boxs{padding:40px 0;}
.call-me-list{margin-bottom:20px;}
.call-me-icon{width: 43px;text-align: center;margin-right: 20px;}
.call-me-list .fa{font-size:43px;}
.call-me-tit{font-size:38px !important;}
.call-me-message-tips{font-size: 14px;color: rgb(90, 90, 90);}
.headtit .tit{font-size: 24px;padding-bottom:20px;}
}
@media(max-width:1000px){
.contactus-bg{margin-bottom:-40px;padding-bottom:40px;}
.call-me-boxs{padding:20px 0;}
.call-me-list{margin-bottom:15px;}
.call-me-icon{width: 30px;text-align: center;margin-right: 10px;}
.call-me-list .fa{font-size:30px;}
.call-me-tit{font-size:30px !important;}
.call-me-message-tips{font-size: 14px;color: rgb(90, 90, 90);}
.headtit .tit{font-size: 20px;}

}
.call-me-list{overflow: hidden;}
.call-me-icon{float:left;color:#013581;}
.call-me-tips{float:left;}
.call-me-tips p{line-height:25px;font-weight: bold;}

.contactus-bg{background-color: #f4f4f4;}
.headtit .tit{font-weight:bold;color: rgb(0, 0, 0);}
.headtit p{color: rgb(153, 153, 153);}


/*首页公共样式*/
@media(min-width:1000px){


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


}


/*首页-公司简介*/
@media(min-width:1000px){
.contacthome-bg{padding:90px 0;}
.contacthome-bg .left,.contacthome-bg .right{height:438px;overflow:hidden;}
.contacthome-bg .left{padding-right:0;}
.contacthome-bg .right{padding-left: 0px;}
.contacthome-bg .left .boxs{background-color: #fff;}
.contacthome-bg .headTit{margin: 50px 0 30px;}
.contacthome-bg .headTit p{font-size: 16px;padding: 0;}
.contacthome-bg .headTit .tit{font-size: 24px;}
.contacthome-bg .intro{line-height: 2;margin-bottom:40px;}
.contacthome-bg .left .boxs .col-md-7{padding: 0 50px;}
 }
@media(max-width:1000px){
.contacthome-bg{padding:0 0 30px;}
.contacthome-bg .intro{margin-bottom:10px;}
.contacthome-bg .more{margin-bottom:20px;}
.contacthome-bg .left .boxs .col-md-7{padding-left: 0px;padding-right:0;}

}
.contacthome-bg{background:url(../images/contacthome-bg.jpg) no-repeat center;background-size:cover;}
.contacthome-bg img{width:100%;}
.contacthome-bg .headTit{text-align: left;}
.contacthome-bg .headTit p{font-weight: bold;}


/*首页-新闻中心*/
@media(min-width:1000px){
.newsHome li .tit{font-size: 20px;}
.newsHome li .boxs{padding: 30px;}
}
@media(max-width:1000px){
.newsHome li .tit{font-size: 16px;}
.newsHome li .boxs{padding: 15px;}
}
.newsHome li img{width:100%!important;transition:0.3s linear;}
.newsHome li img:hover{transform: translateY(-5%)}
.newsHome li .tit{padding-bottom:8px;font-weight:bold;}
.newsHome li .tit:hover{color: #123e94;}
.newsHome li .intro{line-height:1.7;color: #434343;}
.newsHome li .boxs{background-color: #f4f4f4;}
.newsHome li .imgboxs{background-color:#2559cc;}



/*首页-方案咨询*/
@media(min-width:1000px){
.cases-bg{padding:50px 0 130px;margin-top:80px;}
.cases-bg .headTit .tit{font-size: 60px;}
.cases-bg .headTit p{font-size: 20px;letter-spacing: 2px;}
.cases-bg .more{padding:15px 40px;font-size: 16px;}
}
@media(max-width:1000px){
.cases-bg{padding:30px 0;margin-top:30px;}
.cases-bg .more{padding:8px 30px;}

}
.cases-bg{background-color: #061a2f;color:#fff;text-align:center;}
.cases-bg .headTit .tit{color: #fff;}
.cases-bg .more{color:#fff;border:1px solid #fff;transition:0.3s linear;display:inline-block;}
.cases-bg .more:hover{border-color:#2559cc;background-color:#2559cc;}


/*首页-tab切换*/
@media(min-width:1000px) {
.quality-list{background-color:#f4f4f4;}
.tabbox .tab-title ul li{padding: 10px 40px;font-size: 24px;width: 33.1%;text-align: center;}
.tabbox .tab-title ul li img{max-height:54px;}
.tabbox .tab-content .tabct img{height:450px;}
.tabbox .tab-content .titbox{position:absolute;top:20%;left:10%;color:#fff;}
.tabbox .tab-content .titbox .tit{font-size:34px;padding-bottom:10px;}
.tabbox .tab-content .titbox p{font-size:16px;letter-spacing:2px;}
.tabbox .tab-content .tab-more{margin-top:60px;}
.tabbox .tab-content .tab-more a{padding:15px 30px;font-size: 16px;}
}

@media(max-width:1000px) {
.quality-list{margin-top:30px;}
.tabbox .tab-title ul li{padding: 10px 4px;}
.tabbox .tab-title ul li img{max-height:16px;}
.tabbox .tab-content .tabct img{padding-top:15px;}
.tabbox .tab-content .tab-more{font-size:13px;}
.tabbox .tab-content .titbox .tit{font-size:18px;padding-top:10px;}
.tabbox .tab-content .tab-more{margin-top:10px;}
.tabbox .tab-content .tab-more a{padding:8px 30px;color:#000!important;border:1px solid #000!important;}

}
.display-block{display:block;}
.display-none{display:none;}
.tabbox{position: relative;}
.tabbox .tab-title{background-color: #f5f5f5;}
.tabbox .tab-title ul li{display:inline-block;font-weight:bold;cursor: pointer;}
.tabbox .tab-title ul li.select{background-color:#2559cc;color:#fff;}
.tabbox .tab-title ul li.select a {color: #fff;}
.tabbox .tab-content .tabct{position:relative;}
.tabbox .tab-content .tabct img{width:100%;}
.tabbox .tab-content .titbox .tit{font-weight:bold;}
.tabbox .tab-content .tab-more a{color:#fff;border:1px solid #fff;transition:0.3s linear;display:inline-block;}
.tabbox .tab-content .tab-more a:hover{border-color:#2559cc;background-color:#2559cc;}


/*首页-专业化服务*/
@media (min-width:1000px){
.servicesHome .rotate{margin-bottom: 80px;}
.servicesHome .rotate li{position:relative;}
.servicesHome .rotate li:not(:last-child)::after{content:"";display:inline-block;height:160px;width:1px;background-color:#e6e6e6;position:absolute;right:0;top:0px;}

.services-box{margin-bottom:50px;}
.services-box li{padding-bottom:0px;overflow:hidden;}
.services-box .circle-box{padding: 10px;}
.services-box li .tit{font-size: 36px;}
.services-box li .introduct{font-size: 20px;margin: 16px 0;height: 36px;}
.services-box li .more{font-size: 16px;padding: 12px 30px;}
}
@media (max-width:1000px){
.servicesHome .rotate{margin-bottom: 30px;}

.services-box li{padding-bottom:10px;}
.services-box li .tit{font-size: 20px;}
.services-box li .introduct{font-size: 16px;}
.services-box li .more{font-size: 13px;padding: 8px 20px;}
.services-box .show2 .mask{width:100% !important;background: rgba(0, 97, 255, 0.4)!important;}

}
.services-box .show2{ position:relative;}/*鼠标触发左拉遮罩样式*/
.services-box .show2 img{display:block;width:100%;}
.services-box .show2 .mask{width:0;height:100%;background:rgba(0, 97, 255, 0.71);position:absolute;bottom:0;left:0;overflow:hidden;text-align: left;color:#fff;transition: all .5s;}
.services-box .show2:hover .mask{width:100%;}
.services-box .show2 .mask img{max-width:45px;max-height:45px;}
.services-box .circle-box{background-color:#fff;}
.services-box li{text-align: center;}
.services-box li .tit{font-weight: bold;}
.services-box li .boxs{position:absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);z-index:10;width: 100%;}
.services-box li .introduct{padding-bottom:6px;color: #fff;}
.services-box li .price{font-size: 16px;color: #d5a353;font-weight: bold;padding-bottom:6px;}
.services-box li .more{display: inline-block;background-color: #fff;color:#000;transition:0.3s linear;}
.services-box li .more:hover{background-color:#fff;color:#5087ff;}
.services-box .row .item a:hover img{transform: scale(1,1);}


