/* CSS Document */

/* index */
.i-engineering{ padding-top:80px;}
.i-tit{ text-align:center;font-weight:bold;}
.i-tit h4{ font-size:34px; font-weight:bold; letter-spacing:3px;}
.i-tit span{ color:#999; text-transform:uppercase; font-size:16px;}
.i-eng-class{ text-align:center; margin-top:40px; font-size:16px;}
.i-eng-class a{ color:#666; margin:0px 15px; position:relative; padding-bottom:10px;}
.i-eng-class a:after{ position:absolute; bottom:0px; content:""; left:50%; height:1px; width:0%;background:#0c53b7;transition: 0.5s all;-webkit-transition: 0.5s all;-o-transition: 0.5s all;-moz-transition: 0.5s all;-ms-transition: 0.5s all;}
.i-eng-class a:hover,.i-eng-class a.active{ color:#0c53b7;}
.i-eng-class a:hover:after{  left:0px; width:100%;}
.i-eng-list{ margin-top:50px;height:660px; background:#f6f6f6; overflow:hidden;}
.i-eng-list .i-eng-info{ display:none;}
.i-eng-list .i-eng-info-flex{display:flex;}
.i-eng-list .i-eng-info:first-child{ display:block;}
.i-eng-list .i-eng-info .i-eng-para{ width:calc(50% - 320px); padding:140px 160px;}
.i-eng-list .i-eng-info .i-eng-para h4{ font-size:30px; font-weight:bold; margin-bottom:40px;}
.i-eng-list .i-eng-info .i-eng-para p{ color:#666; font-size:16px; margin-bottom:40px;}
.i-eng-list .i-eng-info .i-eng-para .more a{ box-shadow:#bbb 0px 10px 20px;}
.i-eng-list .i-eng-info .i-eng-img{ width:50%; height:660px; overflow:hidden;}
.i-eng-list .i-eng-info .i-eng-img a img{transform: scale(1, 1); height:auto; transition: 0.8s all;-webkit-transition: 0.8s all;-o-transition: 0.8s all;-moz-transition: 0.8s all;-ms-transition: 0.8s all;width:100%; height:100%;-o-object-fit: cover; object-fit: cover;}
.i-eng-list .i-eng-info .i-eng-img a:hover img{ transform: scale(1.05, 1.05);}


.i-about{ padding:80px 0px;}
.i-about-list{ margin-top:50px; display:flex;}
.i-about-infos{ padding-right:90px; width:calc(50% - 90px);}
.i-about-infos h4{ font-weight:bold; font-size:18px; margin-bottom:40px;}
.i-about-infos p{ margin-bottom:40px; color:#666;}
.i-about-honor{margin-bottom:50px;}
.i-about-img{ width:50%;}
.i-about-infos .more a{ box-shadow:#bbb 0px 10px 20px;}

.i-about-para{margin-top:50px; border-top:1px solid #eee; border-bottom:1px solid #eee; padding:35px 0px;}
.i-about-para ul{ display:flex; gap:60px; flex-wrap:wrap;justify-content: space-between;}
.i-about-para ul li{}
.i-about-para ul li h4{ }
.i-about-para ul li h4 span{font-weight:bold; color:#0c53b7; font-size:40px;}
.i-about-para ul li i{ font-style:normal; color:#666;}

.i-case{ background-image:url(../images/i-case.jpg); background-size:cover;padding:80px 0px 60px 0px;}
.i-case-top{ padding-top:60px}
.i-case-tinfos{ display:flex; gap:80px;}
.i-case-tpara{}
.i-case-tpara .more a{ box-shadow:#bbb 0px 10px 20px;}
.i-case-tclass{ margin-top:30px; font-weight:bold; font-size:18px; padding-bottom:20px;}
.i-case-tclass a{ color:#0c53b7; position:relative; padding-bottom:5px;}
.i-case-tclass a:after{ position:absolute; content:""; left:50%; bottom:0px; height:2px; width:0%; background:#0c53b7;transition: 0.5s all;-webkit-transition: 0.5s all;-o-transition: 0.5s all;-moz-transition: 0.5s all;-ms-transition: 0.5s all;}
.i-case-tclass a:hover:after{ left:0px; width:100%;}
.i-case-tpara h4{ font-weight:bold; font-size:28px; padding-bottom:40px;}
.i-case-tpara p{ padding-bottom:40px; color:#666;}
.i-case-timg{ height:445px;}
.i-case-timg{ width:100%; height:450px; overflow:hidden; border-radius:0px 0px 0px 150px;}
.i-case-timg a img{transform: scale(1, 1); height:auto; transition: 0.8s all;-webkit-transition: 0.8s all;-o-transition: 0.8s all;-moz-transition: 0.8s all;-ms-transition: 0.8s all;width:100%; height:100%;-o-object-fit: cover; object-fit: cover;}
.i-case-timg a:hover img{ transform: scale(1.05, 1.05);}


.i-case-list{ display:flex; gap:40px; flex-wrap:wrap; margin-top:30px;}
.i-case-list .i-case-info{ width:calc(25% - 30px); overflow:hidden;}
.i-case-list .i-case-info .i-case-img{ height:210px; overflow:hidden; width:100%;}
.i-case-list .i-case-info .i-case-img img{ height:100%; width:100%;-o-object-fit: cover; object-fit: cover}
.i-case-list .i-case-info a .i-case-img img{transform: scale(1, 1); transition: 0.8s all;-webkit-transition: 0.8s all;-o-transition: 0.8s all;-moz-transition: 0.8s all;-ms-transition: 0.8s all;}
.i-case-list .i-case-info a:hover .i-case-img img{ transform: scale(1.05, 1.05);}
.i-case-list .i-case-info .i-case-tit{ padding-top:15px; line-height:24px; font-weight:bold;}


.i-news{ padding:80px 0px; border-bottom:1px solid #eee;}
.i-news-list{ padding-top:50px;}
.i-news-list .swiper{ padding:20px;}
.i-news-item a{ display:block; box-shadow:#eee 0px 0px 20px; padding:30px; border-bottom:4px solid #0c53b7;}
.i-news-item a .i-news-img{ height:200px; overflow:hidden; width:100%; background:#f7f7f7;}
.i-news-item a .i-news-img img{width:100%; height:auto;transform: scale(1, 1); transition: 0.8s all;-webkit-transition: 0.8s all;-o-transition: 0.8s all;-moz-transition: 0.8s all;-ms-transition: 0.8s all;}
.i-news-item a:hover .i-news-img img{transform: scale(1.05, 1.05);}
.i-news-item h4{ font-weight:bold; margin-bottom:10px; height:24px; overflow:hidden;}
.i-news-time{ color:#666; padding:10px 0px;}
.i-news-para p{ line-height:24px; height:48px; overflow:hidden; color:#666;}
.i-news-more{ margin-top:10px;}

.i-news-list .swiper-button-prev3, .i-news-list .swiper-button-next3{
	position: absolute;
    top: 50%;
    z-index: 10;
    cursor: pointer;
    opacity: 0.8;
}
.i-news-list .swiper-button-next3{ right:-30px;}
.i-news-list .swiper-button-prev3{ left:-30px;}

.i-partner{padding:80px 0px;}
.i-partner-list{ padding-top:40px;}
.i-partner-list .swiper{ padding:0px 18px;}
.i-partner-list .swiper-button-prev2, .i-partner-list .swiper-button-next2{
	position: absolute;
    top: 50%;
    z-index: 10;
    cursor: pointer;
    opacity: 0.8;
}
.i-partner-list .swiper-button-next2{ right:-30px;}
.i-partner-list .swiper-button-prev2{ left:-30px;}
.i-partner-list .swiper-pagination2{ text-align:center; padding-top:20px;}
.i-partner-list .swiper-pagination2 .swiper-pagination-bullet{ width:12px; height:12px;}
.i-partner-list .i-partner-img{ height:80px; box-shadow:#eee 0px 0px 20px; padding:15px; margin:20px 0px;}
.i-partner-list .i-partner-img img{ width:100%; height:100%;-o-object-fit: cover; object-fit: cover}

/* index */

@keyframes fd1 {
	0% {transform: scale(1.05, 1.05);}
	100% {transform: scale(1, 1);}
}
.banner-node{ margin-top:90px; height:500px; overflow:hidden;position:relative;}
.banner-node .banner-img{ height:100%;animation-name: fd1;animation-duration:3s;}
.banner-txt{ position:absolute; left:0px; top:0px; height:100%; width:100%;}
.banner-node .w1400{ position:relative; height:100%;}
.banner-node h2{ font-size:60px; padding-top:200px; text-align:center; font-weight:bold; position:relative;color:#fff; letter-spacing:5px;}
.banner-node .location { position:absolute; left:0px; bottom:0px; width:100%; line-height:80px; font-weight:bold;background:linear-gradient(0deg,rgba(0,0,0,.5),transparent);}
.banner-node .location a{ display:inline-block; color:#fff; position:relative; margin-right:10px; padding-right:30px;}
.banner-node .location .w1400:before{ content:""; position:absolute; left:0px; bottom:0px; height:5px; width:30px; background:#0c53b7;}
.banner-node .location a:after{font-family: "iconfont" !important; position:absolute; right:0px; top:0px; font-size:16px; content:"\eb8a";}
.banner-node .location a:last-child{ margin:0px; padding:0px;}
.banner-node .location a:last-child:after{ display:none;}
.banner-node .location a:hover{ color:#4974dc;}


.banner-node1{ margin-top:90px; padding:90px 0px; background:url(../images/location_bg.jpg) no-repeat;}
.banner-node1 h2{ font-size:44px; font-weight:bold; line-height:1.6; position:relative;color:#fff;}
.banner-node1 .location {}
.banner-node1 .location a{ display:inline-block; color:#ccc; position:relative; margin-right:5px; padding-right:17px;}
.banner-node1 .location a:after{font-family: "iconfont" !important; position:absolute; right:0px; top:0px; font-size:16px; content:"\eb8a";}
.banner-node1 .location a:last-child{ margin:0px; padding:0px;}
.banner-node1 .location a:last-child:after{ display:none;}
.banner-node1 .location a:hover{ color:#fff;}


.page-banner{ padding-top:70px}
.page-banner-info{ background:#666; padding:100px 0px 80px 0px;}
.page-banner-info h2{font-weight:bold; color:#fff; font-size:36px; display:block; padding-bottom:20px; line-height:1em;}
.page-banner-info div.location a{ display:inline-block; color:#fff; position:relative; margin-right:15px; padding-right:25px;}
.page-banner-info div.location a:hover{ color:#999;}
.page-banner-info div.location a:after{font-family: "iconfont" !important; position:absolute; right:0px; top:0px; font-size:16px; content:"\eb8a";}
.page-banner-info div.location a:last-child{ margin:0px; padding:0px;}
.page-banner-info div.location a:last-child:after{ display:none;}



.searchlist-tit{ background:#4974dc; color:#fff; padding-bottom:100px;}
.page-tit{ padding-top:190px; text-align:center;}
.page-tit h2{ font-weight:bold; font-size:36px; display:block; padding-bottom:30px;}
.page-tit div{ padding-bottom:40px;}
.page-tit div a{ display:inline-block; color:#999; position:relative; margin-right:15px; padding-right:25px;}
.page-tit div a:hover{ color:#0c53b7;}
.page-tit div a:after{font-family: "iconfont" !important; position:absolute; right:0px; top:0px; font-size:16px; content:"\eb8a";}
.page-tit div a:last-child{ margin:0px; padding:0px;}
.page-tit div a:last-child:after{ display:none;}

.pro-class{ background:#f0f4fa; text-align:center; padding:40px 0px;}
.pro-class a{ display:inline-block; margin:0px 8px; padding:13px 38px 13px 25px; border:1px solid #707070; border-radius:3px; position:relative;}
.pro-class a:after{font-family: "iconfont" !important; position:absolute; right:13px; top:14px; font-size:24px; content:"\eb8a";transition: 0.5s all;-webkit-transition: 0.5s all;-o-transition: 0.5s all;-moz-transition: 0.5s all;-ms-transition: 0.5s all;}
.pro-class a:hover{ border:1px solid #0c53b7; color:#0c53b7;}
.pro-class a:hover:after{transform:rotate(90deg);}
.pro-class a.active{ display:inline-block; margin:0px 8px; padding:13px 38px 13px 25px; border:1px solid #0c53b7; background:#0c53b7; color:#fff; border-radius:3px; position:relative;}
.pro-class a.active:after{font-family: "iconfont" !important; position:absolute; right:13px; top:14px; font-size:24px; content:"\eb8a";transform:rotate(90deg);}


.pro-sclass{ text-align:center; }
.pro-sclass-list{padding-top:40px; padding-bottom:20px;}
.pro-sclass a{ display:inline-block; margin:0px 20px;position:relative; padding-left:25px;}
.pro-sclass a:after{position:absolute; left:0px; top:4px; content:""; border:1px solid #666; height:12px; line-height:12px; width:12px;}
.pro-sclass a:hover{  color:#0c53b7;}
.pro-sclass a:hover:after{border:1px solid #0c53b7;}
.pro-sclass a.active{color:#0c53b7; }
.pro-sclass a.active:after{background:#0c53b7;border:1px solid #0c53b7; font-size:12px; color:#fff;font-family: "iconfont" !important; content:"\e628";}

.product{ padding:60px 0px;}
.pro-filter{ float:left; width:235px; background:#fff; box-shadow:0px 0px 10px 0px rgb(178 178 240 / 34%);}
.pro-filter-tit{ padding:30px 0px 0px 20px; font-weight:bold; font-size:20px;}
.pro-filter-list{ padding:20px;}
.para-item{}
.para-item h4{ font-weight:bold; padding:20px 0px 15px 0px; font-size:14px;}
.para-item div p{ font-size:18px; padding-bottom:10px;}
.para-item div p input{ margin-right:6px;}
.para-item div p label{ cursor:pointer;}
/*.pro-filter-list .para-item:last-child p{ display:inline-block; width:50%;}*/

.page{}
.prolist{}
.pro-list{ margin-bottom:30px; display:flex;flex-wrap:wrap; gap:30px;}
.pro-list .prolist-info{ box-shadow:#f3f3f3 0px 0px 10px; width:calc(50% - 75px); overflow:hidden; position:relative; display:flex; gap:30px; padding:30px;}
.pro-list .prolist-img{ width:55%; height:320px;overflow:hidden;}
.pro-list .prolist-para{ width:calc(45% - 20px); margin-left:10px;}
.pro-list .prolist-info .prolist-img a img{ width:100%;transform: scale(0.95, 0.95); height:auto; transition: 0.5s all;-webkit-transition: 0.5s all;-o-transition: 0.5s all;-moz-transition: 0.5s all;-ms-transition: 0.5s all;width:100%; height:100%;-o-object-fit: cover; object-fit: cover;}
.pro-list .prolist-info .prolist-img a:hover img{ transform: scale(1, 1);}
.pro-list .prolist-info h4{font-size:24px; font-weight:bold; line-height:1.2em; margin-top:30px;}
.pro-list .prolist-info p{ color:#666; margin-top:20px; line-height:22px; height:132px; overflow:hidden;}
.pro-list .prolist-info .more{ margin-top:30px;}


.spro-class{ margin-top:90px;}
.sp-location{ margin-bottom:10px;}
.sp-location a{ display:inline-block; color:#999; position:relative; margin-right:6px; padding-right:15px;}
.sp-location a:after{font-family: "iconfont" !important; position:absolute; right:0px; top:0px; font-size:16px; content:"\eb8a";}
.sp-location a:last-child{ margin:0px; padding:0px;}
.sp-location a:last-child:after{ display:none;}
.sp-location a:hover{ color:#0c53b7;}
.proshow_con{ margin-top:50px;}
.sp-loading{ position:absolute; left:0px; top:160px;}
.p-show .page .sp-wrap{ float:left; width:590px;  text-align:center;border:1px solid #eee; overflow:hidden;}
.p-show .page .sp-wrap img{}
.sp-large{ width:500px !important; height:500px !important; overflow:hidden; border:3px solid #eee; float:right;text-align:center;}
.sp-large a{ width:100%; height:100%; display:block; position:relative;text-align:center;}
.sp-large img{ position:absolute; left:50%; top:50%; transform:translate(-50%, -50%);}
.sp-thumbs{ width:84px; overflow:hidden; float:left; display:flex; flex-direction: column;}
.sp-thumbs a{ border:2px solid #eee; width:76px; height:76px; overflow:hidden; margin-bottom:5px;}
.sp-thumbs a.sp-current{border:2px solid #0c53b7;}
.p-show{padding-top:100px; padding-bottom:100px; position:relative;}
.sp-list{ float:right; width:700px; }
.sp-tit{font-size:54px;font-weight:bold; line-height:1.4em;}
.sp-stit{font-size:30px; font-weight:bold; line-height:1.4em; margin-top:20px;}
.sp-phone-tit{ display:none;}
.sp-small{ margin-top:30px; color:#666; font-size:16px; line-height:1.6em;}
.sp-share{ margin-top:30px; color:#333;}
.sp-share i{ font-size:16px; padding-right:10px; color:#0c53b7;}
.sp-share a i{ color:#666;}
.sp-share a:hover i{ color:#0c53b7;}
.sp-tags{ color:#666; margin-top:15px;}
.sp-tags a{ margin-right:10px;}
.sp-share span,.sp-tags span{ padding-right:10px;}
.sp-inquiry{ margin-top:30px;}
.sp-contact{ background:#f7f7f7; padding:20px; margin-top:40px;}
.sp-contact h4{ font-weight:bold; color:#0c53b7; padding-bottom:15px;}
.sp-contact-list{ display:flex; flex-wrap:wrap; gap:30px;}
.sp-contact-list p i{ padding-right:10px;}
.sp-contact-list p#sp-tel span{ font-weight:bold; font-size:20px; color:#0c53b7;}
.bdshare-button-style0-24 a, .bdshare-button-style0-24 .bds_more{ float:none !important; position:relative; font-style:normal;}
.bdshare-button-style0-24 a, .bdshare-button-style0-24 .bds_more{ background:none !important;}
.bds_weixin:after{ content:"\e736"; position:absolute;font-family: "iconfont" !important; left:0px; top:0px; font-size:18px;}
.bds_tsina:after{ content:"\e610"; position:absolute;font-family: "iconfont" !important; left:0px; top:0px; font-size:18px;}
.bds_sqq:after{ content:"\e883"; position:absolute;font-family: "iconfont" !important; left:0px; top:0px; font-size:18px;}


.sp-btn{ margin-top:30px;}
.sp-btn a.sendinquiry{ display:inline-block; margin-right:20px; width:140px; height:44px; line-height:44px; text-align:center; background:#0c53b7; color:#fff; border:1px solid #4974dc;}
.sp-btn a.sendinquiry:hover{ background:#3b7de6;}
.sp-btn a.download{ display:inline-block;width:140px; height:44px; line-height:44px; text-align:center; border:1px solid #ddd; color:#333; }
.sp-btn a.download:hover{ border:1px solid #0c53b7; color:#0c53b7;}
.sp-content{ padding-top:50px;}
.sp-con-tit{ border-bottom:1px solid #4974dc;}
.sp-con-tit span,.sp-con-tit a{ display:inline-block; padding:15px 45px; background:#f3f3f3; color:#333; font-weight:bold; font-size:16px; margin-right:3px; cursor:pointer; border-radius:5px 5px 0px 0px;}
.sp-con-tit span:hover,.sp-con-tit a:hover{ color:#4974dc;}
.sp-con-tit span.active{background:#4974dc; color:#fff;}
.sp-con-list{ padding-top:40px;}
.sp-con-list-box{ display:none;}
.sp-con-list-box#info2 table tr td{ padding:10px;}
.sp-con-list-box#info2 table tr td:nth-child(1){ width:130px !important; font-weight:bold; border-right:1px solid #ddd;}
.sp-con-list-box#info2 table{ border-spacing:0px; border:1px solid #ddd; width:100%;}
.sp-con-list-box#info2 table tr:nth-child(even){ background:#f7f7f7;}



/**********新闻************/
.news{ padding:100px 0px;}
.news-show{ padding:100px 0px; background:#f6f6f6;}
.news-list{ display:flex;gap:40px;justify-content: space-between; flex-wrap:wrap;}
.news-list .item{ width:calc(50% - 20px); position:relative;}
.news-list .item a{ display:block; border-radius:10px; background:#f6f6f6;}
.news-list .item a:hover{ background:#d6e5fa;}
.news-list .item .news-more{ position:absolute; top:377px; left:50%; margin-left:-23px;}
.news-list .item .news-more a{ position:relative; display:block; height:40px; line-height:40px; width:40px; text-align:center; color:#fff; cursor:pointer; z-index:20;}
.news-list .item .news-more a:before{ content:""; position:absolute; left:0px; top:0px;  height:40px; width:40px; border-radius:50%; background:#4974dc; z-index:20; z-index:18;transition: 0.3s all;-webkit-transition: 0.3s all;-o-transition: 0.3s all;-moz-transition: 0.3s all;-ms-transition: 0.3s all;}
.news-list .item .news-more a:after{ content:""; position:absolute; left:-5px; top:-5px;border:3px solid #4974dc; height:44px; width:44px; border-radius:50%; background:rgba(255,255,255,0);}
.news-list .item .news-more a i{ font-size:26px; position:absolute; left:0px; top:0px; z-index:100; width:40px; height:40px; line-height:40px; text-align:center;}
.news-list .item .news-more a:hover:before{ background:#4974dc;height:46px; width:46px; left:-3px; top:-3px;}
.news-list .item .news-share{ text-align:right; padding-top:20px;}
.news-list .item .news-share a{ display:inline-block; padding-left:15px;}

.news-list .item .pic{ width:100%; height:400px; overflow:hidden;}
.news-list .item .pic img{ width:100%; height:100%;-o-object-fit: cover; object-fit: cover;transition: 0.8s all;-webkit-transition: 0.8s all;-o-transition: 0.8s all;-moz-transition: 0.8s all;-ms-transition: 0.8s all;}
.news-list .item .pic a:hover img{ transform: scale(1.05, 1.05);}
.news-list .item .para{ padding:40px; padding-bottom:140px;}
/*.news-list .item a .para:after{ position:absolute; left:50%; bottom:-1px; background:#0c53b7; width:0px; height:1px; content:"";transition: 0.5s all;-webkit-transition: 0.5s all;-o-transition: 0.5s all;-moz-transition: 0.5s all;-ms-transition: 0.5s all;}
.news-list .item a:hover .para:after{ width:100%; left:0;}*/
.news-list .item .para h3{ font-size:24px; font-weight:bold; line-height:30px; height:30px; margin-bottom:30px; overflow:hidden;}
.news-list .item .para .smallcon{ margin-top:20px; color:#666; text-align:justify; line-height:22px; max-height:66px; overflow:hidden;}
.news-list .item .datetime{ position:absolute; right:40px; bottom:40px; text-align:right;color:#999;}
.news-list .item .datetime i{ font-size:34px; font-style:normal; display:block; color:#666; line-height:1em;}
.news-list .item .datetime span{ display:block; padding-top:5px; }

.news-show-list{ }
.news-show-time{ color:#999; font-weight:bold; padding:0px 60px; padding-bottom:20px;}
.news-show-tit{font-weight:bold; font-size:40px; line-height:1.6em; padding:0px 60px; position:relative; padding-bottom:20px;}
.news-share{padding:0px 60px;color:#333;}
.news-share i{ font-size:16px; padding-right:10px; color:#0c53b7;}
.news-share span{ padding-right:10px;}
.news-share a{ color:#0c53b7;}
.news-show-share{ margin-top:10px; color:#999;font-size:16px; position:relative;}
.news-show-share a{ color:#0c53b7; margin-left:15px;}
.news-show-share a:hover{ color:#0c53b7;}
.show-share-list{ position:absolute; right:0px; text-align:right; top:0px;}
.show-share-list span{ font-size:14px;}
.news-show-tags{ font-size:14px; color:#999; width:870px;}
.news-show-tags a{ color:#999; margin-left:5px;}
.news-show-tags i,.news-show-tags span{ padding-right:10px;}
.news-show-tags a:hover{ color:#4974dc;}
.news-show-info{ color:#0c53b7; font-size:16px;}
.news-show-info span{ padding:0px 8px;}
.news-show-info span:first-child{ padding-left:0px;}
.news-show-con{ margin-top:40px; background:#fff; border-radius:10px; box-shadow:#f2f2f2 0px 0px 10px; padding:60px;}
.news-show-con img{ max-width:100%;}
.news-show-other{ margin:30px 60px 0px 60px; display:flex;}
.news-show-other a{ color:#999; font-weight:bold; }
.news-show-other a:hover{ color:#4974dc;}
.news-show-back,.news-show-prev,.news-show-next{ width:33.3%;}
.news-show-back{ text-align:center; line-height:60px;}
.news-show-prev a,.news-show-next a{ position:relative; display:block;  height:60px; line-height:60px; text-align:center;}
.news-show-prev a{ padding-left:80px; text-align:left;transition: 0.5s all;-webkit-transition: 0.5s all;-o-transition: 0.5s all;-moz-transition: 0.5s all;-ms-transition: 0.5s all;}
.news-show-prev a:after{ content:""; position:absolute; left:0px; top:30px; width:60px; height:1px; background:#999;transition: 0.5s all;-webkit-transition: 0.5s all;-o-transition: 0.5s all;-moz-transition: 0.5s all;-ms-transition: 0.5s all;}
.news-show-prev a:hover:after{ background:#4974dc; width:70px;}
.news-show-prev a:hover{ padding-left:90px;}

.news-show-next a{padding-right:80px; text-align:right;transition: 0.5s all;-webkit-transition: 0.5s all;-o-transition: 0.5s all;-moz-transition: 0.5s all;-ms-transition: 0.5s all;}
.news-show-next a:after{ content:""; position:absolute; right:0px; top:30px; width:60px; height:1px; background:#999;transition: 0.5s all;-webkit-transition: 0.5s all;-o-transition: 0.5s all;-moz-transition: 0.5s all;-ms-transition: 0.5s all;}
.news-show-next a:hover:after{ background:#4974dc; width:70px;}
.news-show-next a:hover{ padding-right:90px;}

/**********partner************/
.partner-list{ display:flex;gap:40px;justify-content: space-between; flex-wrap:wrap;}
.partner-list .item{ width:calc(33.33% - 40px); border-radius:10px; background:#fff; box-shadow:#f3f3f3 0px 0px 20px; position:relative;}
.partner-list .item .partner-img{ width:100%; height:auto; overflow:hidden;}
.partner-list .item .partner-img img{ width:100%; height:auto;-o-object-fit: cover; object-fit: cover;transition: 0.8s all;-webkit-transition: 0.8s all;-o-transition: 0.8s all;-moz-transition: 0.8s all;-ms-transition: 0.8s all;}
.partner-list .item .partner-img:hover img{ transform: scale(1.05, 1.05);}
.partner-list .item .para{ padding:40px; }
.partner-list .item .para h3{ font-size:24px; font-weight:bold; line-height:30px; margin-bottom:30px; overflow:hidden;}



/************about************/
.about{}
.about{ position:relative; padding:80px 0px;}
.about-video{ position:absolute; left:0px; top:135px; z-index:20; width:40%; overflow:hidden;}
.about-bg{}
.about-infos{background:#f7f7f7; height:100%; width:55%; float:right; padding-top:50px; padding-bottom:50px; padding-left:15%; z-index:10;}
.about-logo{}
.about-content{ margin:50px 0px; padding-right:100px;}
.about-more{}
.about-items{  height:auto; background:#317be4 url(../images/about-img.jpg) no-repeat left top; margin-top:80px; padding-bottom:40px;}
.about-items .w1400{display:flex; flex-wrap:wrap;}
.about-items .about-item{ width:25%; text-align:center; color:#fff; padding-top:190px;}
.about-items .about-item em{ font-size:50px;}
.about-items .about-item h4{ font-size:22px; padding:30px 0px;}
.about-items .about-item p{ display:block; padding:0px 60px; color:#ccc; }

.company-items{ display:flex; gap:60px; flex-wrap:wrap;justify-content: space-between;}
.company-item{ display:flex; gap:60px;justify-content: space-between;}
.company-info{ font-size:18px; line-height:1.8; padding-top:20px;}

.culture-list{ display:flex; gap:60px; flex-wrap:wrap;justify-content: space-between;}
.culture-img{ padding:60px 0px;}
.culture-item{ width:calc(33.3% - 100px); padding:30px; box-shadow:#eee 0px 0px 20px;}
.culture-item em{ font-size:40px; color:#0c53b7; padding:20px; text-align:center; display:block;}
.culture-item h4{ text-align:center; font-weight:bold; padding-bottom:20px;}
.culture-info{padding:0px 30px;}
.culture-info p{ position:relative; padding-left:16px;}
.culture-info p:after{ content:""; position:absolute; left:0px; top:9px; width:5px; height:5px; border-radius:50%; background:#666;}


/**********解决方案***********/
.case{ padding:100px 0px;}
.case-list{display:flex;gap:40px; flex-wrap:wrap; justify-content: space-between;}
.case-list .item{ width:calc(50% - 20px); position:relative; border-bottom:1px solid #ddd;}
.case-list .item .more1{ position:absolute; bottom:42px; right:0px;}
.case-list .item h3{ display:block; width:calc(100% - 160px); line-height:30px; font-size:24px; padding:40px 0px; font-weight:bold;}
.case-list .item .smallcon{ position:absolute; left:0px; bottom:0px; z-index:10; width:calc(100% - 40px); font-size:16px; line-height:1.6; background:rgba(0,0,0,0.4); padding:20px; color:#fff;}
.case-list .item .pic{ position:relative; width:100%; height:484px; overflow:hidden;}
.case-list .item .pic img{ width:100%; height:100%;-o-object-fit: cover; object-fit: cover;transition: 0.8s all;-webkit-transition: 0.8s all;-o-transition: 0.8s all;-moz-transition: 0.8s all;-ms-transition: 0.8s all;}
.case-list .item .pic a:hover img{ transform: scale(1.05, 1.05);}
.case-tit{ font-size:30px; font-weight:bold; background:url(../images/ico.png) no-repeat left top; padding-left:40px;}
.case-content{ margin-top:40px;}
.case-list-tit{margin-top:80px;font-size:30px; font-weight:bold; background:url(../images/ico.png) no-repeat left top; padding-left:40px;}


/***************contact ***************/
.contact{ padding:100px 0px;}
.contact-child{ display:flex; gap:40px;flex-wrap:wrap;justify-content: space-between;}
.contact-small{ font-size:24px; line-height:1.6;}
.contact-bg{margin-top:50px;}
.contact-infos{ }
.contact-parent .contact-infos-item{ position:relative; padding:30px; border:1px solid #eee; margin-bottom:30px;}
.contact-parent .contact-infos-item div{ display:flex;flex-wrap:wrap;justify-content: space-between;}
.contact-parent .contact-infos-item div p{ width:46%;}
.contact-child .contact-infos-item{ position:relative; padding:30px; border:1px solid #eee; width:calc(33.33% - 90px);}
.contact-infos-item h4{ font-weight:bold; padding-bottom:15px;}
.contact-infos-item i{ font-size:20px; color:#4974dc; padding-right:15px;}
.contact-infos-item p{ padding-left:35px; font-size:16px; line-height:30px;}

.contact-msg{ padding:50px; background:#f6f6f6; margin-top:60px;}
.contact-tit{font-size:36px; font-weight:bold; line-height:1.4;}
.contact-form{ margin-top:40px;}
.msg-rows{display:flex; gap:40px;flex-wrap:wrap; margin-bottom:30px;justify-content: space-between;}
.msg-rows .msg-row{width:calc(33.33% - 40px);margin-top:30px; position:relative;}
.msg-row .txt{ border-bottom:1px solid #000; height:20px; padding:15px 0px; line-height:20px; width:100%; background:none;}
.msg-row .txt::placeholder{color:#000; font-size:16px;}
.msg-row .text::placeholder{color:#000; font-size:16px;}
.msg-row .text{ width:100%;border-bottom:1px solid #000; height:50px; line-height:20px; padding:15px 0px;background:none;}
.msg-txt-wrong{ position:absolute; top:-10px; left:0px; color:red;}

.msg-code{ margin-top:30px; position:relative;}
.msg-code .txt{border-bottom:1px solid #000; background:none;}
.msg-btn{ margin-top:60px; text-align:center;}


.search-form{}
.search-list{ margin-bottom:60px;}
.search-form-list{border:1px solid #ddd; border-radius:5px; overflow:hidden; width:60%; margin:0 auto; padding:0px; margin-top:80px; margin-bottom:60px; height:60px; line-height:60px; display:flex;}
.search-form-txt{ width:calc(100% - 70px); margin-left:15px;}
.search-form-txt input{ width:100%; height:50px; line-height:50px; margin-top:5px;}
.search-form-btn{background:#4974dc; width:70px; text-align:center; cursor:pointer; height:60px; margin-left:15px;position:relative; color:#fff;}
.search-form-btn i{ font-size:22px; width:70px; }
.search-form-btn i:before{}
.search-list-tit{ font-size:30px; font-weight:bold; margin-top:30px;}
.search-list-tit i{ color:#4974dc; font-style:normal;}
.searchlist{ padding-top:40px;}
.searchlist ul li{ padding:20px 0px; border-bottom:1px solid #eee; font-size:16px;}
.searchlist ul li a{ font-weight:bold; word-break:break-all;}
.searchlist ul li p{ margin-top:15px; color:#666; padding:0px 15px;}
.searchlist ul li div{ margin-top:15px; color:#666; padding:0px 15px;}

.search-txt{ color:#666;}
.search-contact{ margin-top:30px;}


.pagination{ padding:50px 0px;}
.pagination a{ display:inline-block; width:30px; height:30px; line-height:30px; overflow:hidden; margin-right:3px; text-align:center; border:1px solid #ddd; position:relative;}
.pagination a.active{ background:#0c53b7; border:1px solid #0c53b7; color:#fff;}
.pagination a.active:hover{ background:#0c53b7; border:1px solid #0c53b7; color:#fff;}
.pagination a:hover{ background:#eee;}
.pagination a.p_prev:after{content: "\eb95"; font-size:22px;font-family: "iconfont" !important;}
.pagination a.p_next:after{content: "\eb8a"; font-size:22px;font-family: "iconfont" !important;}
.pagination a.p_home:after{content: "\e6c5"; font-size:18px;font-family: "iconfont" !important;}
.pagination a.p_last:after{content: "\e6c4"; font-size:18px;font-family: "iconfont" !important;}


@media only screen and (max-width: 1440px){
	
}
@media only screen and (max-width: 1300px){
	
}
@media only screen and (max-width: 1000px){
	
}
@media only screen and (max-width:860px){
	
	
}

@media only screen and (max-width:780px){
}
@media only screen and (max-width:700px){
}
@media only screen and (max-width:440px){
}
