﻿body,div,ul,li,a,img,p,dl,dt,dd,h1,h2,h3,h4,span,strong,input{ margin:0; padding:0;list-style:none;text-decoration:none;border:0; list-style:none;}
body{ font-size:12px;font-family:' '; color:#666;}
a{color:#666;transition: 0.5s;}
a:hover{ color:#f60; text-decoration:none;cursor: pointer;}
p{line-height:1.8em; padding:5px 0;}
.clear{ margin:0; padding:0; font-size:0; clear:both; }
.wapper{ width:100%; margin:0 auto;padding: 0 10px;box-sizing: border-box;max-width:1460px;}




.header{ position:relative;top: 0;left: 0;width: 100%;z-index: 999;transition: ease 0.3s;}
.headList{display: flex;justify-content: space-between;align-items: center;height: 100px;padding: 0 4%;box-sizing: border-box;background: #fff;}
.headList .logo{display: block;}
.headList .logo img{max-height: 55px;width: auto;}


.header.fixed{background: #fff;position: fixed;height: 80px;box-shadow: 0 10px 10px -10px rgb(0 0 0 / 35%);animation: .95s ease forwards;top: 0;box-shadow: 5px 5px 5px rgb(0 0 0 / 30%);}
.header.fixed .headList{height: 80px;}



.menu{height:40px;line-height:40px;}
.menu ul li{ float:left; position:relative;}
.menu ul li dl{ background:#fff; width:100%; position:absolute; left:0px; top:40px; box-shadow:2px 2px 5px rgba(0,0,0,0.2);display:none;z-index: 9;}
.menu ul li dl dd{ line-height:35px;border-bottom:#ddd dotted 1px;}
.menu ul li dl dd a{ font-size:14px; color:#333;display:block; padding:0;text-align:center;}
.menu a{ font-size:16px;color:#000;display:block;text-align:center;padding: 0 30px;position: relative;}

.menu ul li span{display: block;position: relative;}
.menu ul li span:after{position: absolute;top: 50%;transform: translateY(-50%);height: 10px;width: 1px;background: #999;content: "";right: 0;}
.menu ul li:last-child span:after{display: none;}
.menu ul li span a:after{position: absolute;bottom: 0;left: 50%;transform: translateX(-50%);width: 60%;height: 1px;background: #1a428a;content: "";opacity: 0;}
.menu ul li a:hover:after{opacity: 1;}

.menu a:hover{color:#1a428a;}
.menu a:hover:after{opacity: 1;}
a.menu_hover{color:#1a428a;}
a.menu_hover:after{opacity: 1 !important;}
.menu ul li.on span a{color:#1a428a;}
.menu ul li.on span a:after{opacity: 1;}

.hRight{display: flex;align-items: center;height: 102px;}

.hSearch{margin-right: 20px;}
.hSearch .searchBtn{font-size: 20px;color: #333;opacity: 0.8;}
.hSearch .searchBtn:hover{opacity: 1;}

.tcSearch {
	position: fixed;
	z-index: 999;
	background-color: #1a4899;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	-webkit-transform-origin: bottom center;
	-ms-transform-origin: bottom center;
	transform-origin: bottom center;
	-webkit-transform: scaleY(0);
	-ms-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transition: -webkit-transform .3s .5s;
	transition: transform .3s .5s;
}

.tcSearch.active {
	-webkit-transform-origin: top center;
	-ms-transform-origin: top center;
	transform-origin: top center;
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transform: scaleY(1);
	-webkit-transition: -webkit-transform .3s;
	transition: transform .3s;
}

.tcSearch .Warp{position: relative;width: 100%;height: 100%;display: flex;justify-content: center;align-items: center;padding: 45px;box-sizing: border-box;flex-direction: column;}
.searchClose{position: absolute;top: 45px;right: 45px;color: #fff;font-size: 50px;}
.tcSearch .panel{height: 80px;border-bottom: 1px solid rgba(255,255,255,0.3);opacity: 0;
    -webkit-transform: translate(0, 40px);
    -ms-transform: translate(0, 40px);
    transform: translate(0, 40px);
    -webkit-transition: all .5s;
    transition: all .5s;position: relative;width: 100%;}
.tcSearch.active .panel{opacity: 1;}
.tcSearch .panel form{display: flex;justify-content: space-between;align-items: center;height: 80px;width: 100%;}
.tcSearch .panel .icon{display: block;width: 15%;color: #fff;font-size: 20px;}
.tcSearch .panel input{width: 60%;height: 46px;border: none;background: none;text-align: center;font-size: 36px;outline: none;line-height: 46px;color: #fff;}
.tcSearch .sBtn{display: block;width: 15%;text-align: right;}
.tcSearch .sBtn button{width: 100%;color: #fff;font-size: 36px;background: none;border: none;text-align: right;}
.tcSearch .tit{text-align: center;color: #fff;font-weight: bold;font-size: 4em;}


.m_header{width: 100%;display: none;position: relative;z-index: 998;}
.sp_nav{width:50px;float:right;position:relative;cursor:pointer;height:30px;margin-top:10px;display: none;}
.sp_nav span{display:block;background:#333;width:30px;height:2px;position:absolute;left:10px;transition:all ease 0.35s}
.sp_nav span:nth-of-type(1){top:0px}
.sp_nav span:nth-of-type(2){top:10px}
.sp_nav span:nth-of-type(3){top:20px}
.sp_nav_se span:nth-of-type(1){top:10px;transform:rotate(45deg)}
.sp_nav_se span:nth-of-type(2){width:0}
.sp_nav_se span:nth-of-type(3){top:10px;transform:rotate(-45deg)}
.sjj_nav{position:fixed;z-index:9;background:#fff;width:100%;height:calc(100% - 60px);font-size:14px;line-height:40px;top:-100%;left:0;overflow:auto;overflow-x:hidden;transition:top ease 0.35s;}
.nav_show{top:60px;}
.sjj_nav ul{padding: 5%;box-sizing: border-box;}
.sjj_nav ul li i{position:absolute;top:5px;right:0px;height:30px;padding:0px 7px 0 7px;}
.sjj_nav ul li i svg{transform:rotate(-90deg);transition:all ease 0.35s}
.sjj_nav ul li .sjj_nav_i_se svg{transform:rotate(0deg)}
.sjj_nav ul li{border-top:1px #e4e8eb solid;position:relative;line-height:45px;font-size:16px}
.sjj_nav>ul >li:last-child{border-bottom:1px #ddd solid;}
.sjj_nav ul li ul{display:none}
.sjj_nav ul li a{color:#333;width:100%;padding: 0 20px;display: block;box-sizing: border-box;}
.sjj_nav ul li a:hover{color: #0188FB;}
.sjj_nav ul li ul li a{color:#333;display:block;text-align:left;}
.sjj_nav ul li i svg{width:25px;height:25px;fill:#333;}
.sjj_nav ul li .sjj_nav_i_se svg{fill:#333}
.sjj_nav ul li ul li>ul{margin-left:10px}
.sjj_nav ul li ul li{border-top: none;}
.sjj_nav ul li ul li a{padding: 0 30px;}




.swiper {width: 100%;height: 100%;}
.swiper-slide {background: #fff;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;}
.swiper-slide img { display: block;width: 100%;height: 100%;object-fit: cover;}


.banner{width: 100%;width: 100%;overflow: hidden;}

.bannerSwiper .part{width: 100%;height: 100%;position: relative;overflow: hidden;}
.bannerSwiper .part .imgTop{position: absolute;top: 0;width: 100%;height: 100%;z-index: 9;padding: 5%;box-sizing: border-box;text-align: center;display: flex;justify-content: center;align-items: center;flex-direction: column;}
.bannerSwiper .part .t1{color: #fff;font-size: 48px;font-weight: 500;text-align: center;font-style: italic;}
.bannerSwiper .part .t2{color: #fff;font-size: 86px;font-weight: bold;text-align: center;}
.bannerSwiper .swiper-slide .img{width: 100%;height: 100%;overflow: hidden;font-size: 0px;}
.bannerSwiper .swiper-button-next,.bannerSwiper .swiper-button-prev{width: 50px;height: 50px;background: rgba(0, 0, 0, 0.3);border-radius: 50%;color: #fff;}
.bannerSwiper .swiper-button-next:after,.bannerSwiper .swiper-button-prev:after{font-size:20px;}
.bannerSwiper .swiper-button-next{right: 5%;}
.bannerSwiper .swiper-button-prev{left: 5%;}

.bannerSwiper .swiper-pagination-bullet{opacity: 0.5;background: #fff;transition: width 0.6s ease-in-out;border-radius: 0;width: 30px;height: 6px;}
.bannerSwiper .swiper-pagination-bullet-active{background: #1A428A;width: 60px;opacity: 1;}



.iComTitle{text-align: center;margin-bottom: 40px;}
.iComTitle .titEn{font-size: 44px;color: #333333;font-weight: 600;text-transform: uppercase;}
.iComTitle .titCn{font-size: 28px;color: #333333;margin-top: 10px;}
.iComTitle .line{display: inline-block;width: 14px;height: 4px;background: #1A428A;margin-top: 15px;}

.disFlex{display: flex;flex-wrap: wrap;}
.jusBet{justify-content: space-between;}
.aliCet{align-items: center;}
.alista{align-items: flex-start;}
.bgfff{background: #fff;}
.jusEnd{justify-content: flex-end;}


.iNews{width: 100%;margin: 110px 0;}
.iNewWarp{width: 100%;}
.iNewWarp .left{width: 66.6%;padding-right: 45px;box-sizing: border-box;}
.iNewWarp .right{width: 33.3%;}
.iNewTit{width: 100%;display: flex;justify-content: space-between;align-items: center;height: 46px;line-height: 46px;border-bottom: 1px solid #ececec;margin-bottom: 30px;}
.iNewTit .tit{border-bottom: 2px solid #115fad;font-size: 22px;color: #000;}
.iNewTit .tit .icon img{vertical-align: middle;padding-right: 5px;}
.iNewMore{display: block;width: 88px;height: 28px;line-height: 28px;background: #eeeeee;border-radius: 15px;color: #115fad;text-align: center;}
.iNewMore:hover{background: #115fad;color: #fff;}

.iNewList1{width: 100%;display: flex;justify-content: space-between;flex-wrap: wrap;}
.iNewList1 .item{width: calc(50% - 12px);}
.iNewList1 .item:nth-child(1),
.iNewList1 .item:nth-child(2){margin-bottom: 25px;}
.iNewList1 .part{display: block;width: 100%;border-radius: 3px;overflow: hidden;position: relative;}
.iNewList1 .part .img{width: 100%;font-size: 0px;overflow: hidden;}
.iNewList1 .part .img img{width: 100%;transition: 0.5s;}
.iNewList1 .part:hover .img img{transform: scale(1.2);}
.iNewList1 .part .imgTop{position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: linear-gradient(135deg, rgba(56, 172, 142, 0.9), rgba(47, 89, 187, 0.9));padding: 20px;box-sizing: border-box;transition: all .3s ease;display: flex;justify-content: center;align-items: center;flex-direction: column;opacity: 0;visibility: hidden;}
.iNewList1 .part .tit{width: 100%;font-size: 22px;color: #fff;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;}
.iNewList1 .part .txt{font-size: 16px;line-height: 30px;color: #fff;height: 90px;overflow: hidden;margin-top: 10px;text-align: justify;}
.iNewList1 .part:hover .imgTop{opacity: 1;visibility: visible;}

.iNewList2{height: calc(100% - 77px);background-color: #f5f5f5;padding: 24px;width: 100%;box-sizing: border-box;overflow: hidden;}
.iNewList2 ul li{line-height: 45px;border-bottom: 1px dashed #babcbc;display: flex;justify-content: space-between;align-items: center;}
.iNewList2 .tit{font-size: 16px;display: block;width: calc(100% - 80px); white-space: nowrap;overflow: hidden; text-overflow: ellipsis;position: relative;padding-left: 10px;box-sizing: border-box;}
.iNewList2 .tit:before{content: '';width: 4px; height: 4px;background-color: #3c4648;border-radius: 50%;display: inline-block;vertical-align: middle;left: 0;position: absolute;top: calc(50% - 2px);}
.iNewList2 .down{font-size: 15px;color: #3c4648;transition: color .3s ease;}
.iNewList2 .down:hover{color: #115fad;}

.iAbout{width: 100%;padding: 100px 0;position: relative;}
.iAbout:after{content: '';position: absolute;right: 0;top: 0;bottom: 0;width: 50%;background-color: #fafafa;z-index: -1;}

.iAboWarp{width: 100%;}
.iAboWarp .img{width: 55%;font-size: 0px;overflow: hidden;}
.iAboWarp .img img{width: 100%;}
.iAboWarp .desc{width: 40%;}
.iAboWarp .desc .t1{font-size: 60px;color: #1a4899;font-weight: bold;}
.iAboWarp .desc .t2{font-size: 20px;color: #1a4899;text-transform: uppercase;display: block;margin-top: 10px;}
.iAboWarp .desc .info{font-size: 18px;line-height: 2;color: #666666;margin-top: 20px;}
.iAboWarp .desc .info p{padding: 0;line-height: 2;}

.iAbout2{width: 100%;margin: 110px 0;}
.iAboList{width: 100%;display: flex;justify-content: space-around;padding: 0 6.25vw;box-sizing: border-box;}
.iAboList .item{display: flex;align-items: center;white-space: nowrap;}
.iAboList .item .icon{width: 88px;height: 88px;flex: 1 0 88px;font-size: 0px;}
.iAboList .item .icon img{width: 100%;height: 100%;object-fit: cover;}
.iAboList .item .desc{width: 100%;padding-left: 30px;}
.iAboList .item .num{font-size: 16px;color: #999;}
.iAboList .item .num span{font-size: 60px;color: #333;font-weight: bold;}
.iAboList .item .num em{display: inline-block;font-style: normal;}
.iAboList .item .txt{font-size: 16px;color: #666666;}

.iService{width: 100%;margin: 90px 0;}
.iSerList{width: 100%;margin-top: 60px;}
.iSerList ul{display: flex;flex-wrap: wrap;}
.iSerList ul li{width: 33.3%;padding: 0 15px;box-sizing: border-box;}
.iSerList .part{display: block;width: 100%;position: relative;overflow: hidden;}
.iSerList .part .img{width: 100%;font-size: 0px;overflow: hidden;position: relative;}
.iSerList .part .img:before{content: '';position: absolute;top: 0;left: 0;right: 0; bottom: 0;opacity: 0;background-image: linear-gradient(135deg, #38ac8e, 30%, #2f59bb);transition: all .3s ease;}
.iSerList .part .img img{width: 100%;opacity: 0.2;}
.iSerList .part .imgTop{position: absolute;top: 0;left: 0;width: 100%;height: 100%;padding: 30px;box-sizing: border-box;display: flex;justify-content: center;align-items: center;flex-direction: column;text-align: center;}
.iSerList .part .icon{font-size: 0px;}
.iSerList .part .icon img{width: 60px;}
.iSerList .part .t1{font-size: 22px;color: #333;margin-top: 40px;}
.iSerList .part .txt{font-size: 16px; line-height: 24px; color: #777777;height: 48px;overflow: hidden;margin-top: 15px; transition: color .3s ease;}
.iSerList .part .num {display: block;margin: 15px auto 0;width: 42px;height: 38px;line-height: 30px;background-position: center;background-repeat: no-repeat;background-size: contain;background-image: url(404.png);font-size: 12px;color: #115fad;transition: all .3s ease;}
.iSerList .part .more {display: block;margin: 0 auto;width: 160px;font-size: 14px;line-height: 40px;color: #fff;background-color: #115fad;border-radius: 24px;opacity: 0;visibility: hidden;transition: all .3s ease;}

.iSerList .part:hover .img:before{opacity: 1;}
.iSerList .part:hover .icon img{filter: brightness(0%) contrast(200%) invert(100%) opacity(100%);}
.iSerList .part:hover .t1{color: #fff;}
.iSerList .part:hover .txt{color: #fff;}
.iSerList .part:hover .num{opacity: 0;}
.iSerList .part:hover .more{opacity: 1;visibility: visible;}

.iHonor{width: 100%;padding: 90px 0;background: #f5f5f5;}
.iHonorList{width: 100%;box-sizing: border-box;}
.iHonorSwiper{width: 100%;}
.iHonorSwiper .img{width: 100%;height: 100%;padding: 30px;box-sizing: border-box;}


.iCase{width: 100%;padding: 90px 0;}
.iCaseList{width: 100%;}
.iCaseList ul{display: flex;flex-wrap: wrap;}
.iCaseList ul li{width: 33.33%;padding: 0 13px;box-sizing: border-box;margin-bottom: 26px;}
.iCaseList .part{display: block;width: 100%;position: relative;overflow: hidden;}
.iCaseList .part .img{width: 100%;font-size: 0px;overflow: hidden;position: relative;}
.iCaseList .part .img img{width: 100%;transition: 0.5s;}
.iCaseList .part .imgTop{position: absolute;top: 0;left: 0;width: 100%;height: 100%;padding: 30px;box-sizing: border-box;display: flex;justify-content: center;flex-direction: column;background: linear-gradient(135deg, rgba(56, 172, 142, 0.9), rgba(47, 89, 187, 0.9));transition: 0.3s;opacity: 0;visibility: hidden;}
.iCaseList .part .icon{font-size: 0px;}
.iCaseList .part .icon img{width: 50px;}
.iCaseList .part .t1{font-size: 22px;color: #fff;margin-top: 20px;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;width: 100%;display: block;}
.iCaseList .part .txt{font-size: 16px;color: #fff;margin-top: 10px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.iCaseList .part .more {display: block;width: 110px;line-height: 28px;border-radius: 12px;text-align: center;font-size: 12px;color: #115fad;background-color: #fff;margin-top: 24px;}
.iCaseList .part:hover .img img{transform: scale(1.1);}
.iCaseList .part:hover .imgTop{opacity: 1;visibility: visible;}

.iCaseMore{width: 100%;text-align: center; margin: 3.125vw auto 0;}
.iCaseMore a{display: inline-block;width: 180px;font-size: 16px;line-height: 48px;text-align: center;color: #fff; border-radius: 24px;background-color: #115fad;transition: all .3s ease;}
.iCaseMore a:hover{transform: translateY(-5px);box-shadow: 0 0 30px rgb(17 95 173 / 37%);}

.iPartner{width: 100%;padding: 90px 0;background: #f5f5f5;}
.iPartList{width: 100%;}
.iPartList ul{display: flex;flex-wrap: wrap;}
.iPartList ul li{width: 16.666%;padding: 10px;box-sizing: border-box;}
.iPartList .img{background: #fff;height: 120px;display: flex;justify-content: center;align-items: center;}
.iPartList .img img{width: auto;height: auto;max-height: 100%;max-width: 100%;}
.iPartList .img{background: #fff;height: 120px;display: flex;justify-content: center;align-items: center;}
.iPartList .img:hover{box-shadow: 0 0 3.125vw rgb(17 95 173 / 37%);}


.fMenu{width: 100%;padding: 20px 0;}
.fMenu dl{width: 16.6%;position: relative;}
.fMenu dl:before{position: absolute;bottom: 0;left: 10px;width: 1px;height: calc(100% - 50px);border-left: 1px dashed #000;content: "";}
.fMenu dl dt{margin-bottom: 10px;}
.fMenu dl dt .icon img{vertical-align: middle;padding-right: 5px;}
.fMenu dl dt a{font-size: 18px;color: #212121;}
.fMenu dl dd{margin: 5px 0;}
.fMenu dl dd a{display: block;line-height: 25px;color: #212121;font-size: 15px;padding-left: 25px;}
.fMenu dl:last-child:before{display: none;}
.fMenu .desc{font-size: 13px;color: #000;text-align: center;}
.fMenu .desc img{width: 100%;max-width: 150px;}

.footer{width: 100%;padding: 20px 0;background: #333333;font-size: 16px;color: #a8a8a8;}
.fTop {display: flex;flex-wrap: wrap;justify-content: center;}
.fTop .item{display: inline-block;width: 28%;}
.footer  p{padding: 0;}
.footer .desc{text-align: center;margin-top: 20px;}



.tongtu{width: 100%;font-size: 0px;overflow: hidden;}
.tongtu img{width: 100%;}




.news{width: 100%;padding: 90px 0;}
.newList{width: 100%;}
.newList ul{display: flex;flex-wrap: wrap;}
.newList ul li{width: 33.3%;padding: 15px;box-sizing: border-box;}
.newList .part{display: block;width: 100%;box-shadow: 0 0 30px rgb(0 0 0 / 10%);transition: transform .3s ease;}
.newList .part .img{width: 100%;font-size: 0px;overflow: hidden;}
.newList .part .img img{width: 100%;transition: 0.5s;}
.newList .part:hover .img img{transform: scale(1.1);}
.newList .part .desc{padding: 2vw;box-sizing: border-box;position: relative;}
.newList .part .desc:before {content: '';position: absolute;top: 0;left: 0;right: 0;bottom: 0;background-image: linear-gradient(135deg, #38ac8e, #2f59bb);z-index: 1;opacity: 0;transition: opacity .3s ease;}
.newList .part .time {font-size: 16px;color: #cccccc;line-height: 1;transition: color .3s ease;position: relative;z-index: 2;}
.newList .part .tit {font-size: 18px;line-height: 24px;color: #333333;height: 48px;overflow: hidden;margin-top: 15px;transition: color .3s ease;position: relative;z-index: 2;}
.newList .part .more {display: inline-block;font-size: 14px;line-height: 36px;color: #555555;margin-top: 15px;border-radius: 18px;transition: all .3s ease;position: relative;z-index: 2;}
.newList .part .more i{padding-left: 5px;}
.newList .part:hover .desc:before{opacity: 1;}
.newList .part:hover .time{color: #fff;}
.newList .part:hover .tit{color: #fff;}
.newList .part:hover .more{color: #2f59bb; background-color: #fff; padding: 0 18px;}


.mMenu{width: 100%;border: 1px solid #DDDDDD;box-shadow: 0px 10px 20px -14px #999999;margin-bottom: 30px;border-radius: 5px 5px 0 0;overflow: hidden;}
.mMenu ul li{line-height: 50px;overflow: hidden;height: 50px;text-align: center;background: #fff;border-bottom: 1px solid #DDDDDD;}
.mMenu ul li a{font-size: 18px;color: #333;}
.mMenu ul li.on{background: #5c5c5c;}
.mMenu ul li.on a{font-size: 16px;color: #fff;}

.mMes{width: 100%;border: 1px solid #DDDDDD;box-shadow: 0px 10px 20px -14px #999999;margin-bottom: 30px;border-radius: 5px 5px 0 0;overflow: hidden;}
.mMes .tit{width: 100%;padding: 15px;background: #115fad;text-align: center;color: #fff;box-sizing: border-box;}
.mMes .titEn{font-size: 28px;}
.mMes .titCn{font-size: 16px;}
.mMes .desc{padding: 5%;box-sizing: border-box;font-size: 14px;color: #333333;}
.mMes .desc p{padding: 0;}


.columnBox{height: 65px;line-height: 65px;border-bottom: 1px solid #ddd;display: flex;justify-content: space-between;align-items: center;margin-bottom: 35px;}
.columnBox h3{font-size: 22px;color: #000;font-weight: normal;text-transform: capitalize;}
.current{font-size: 14px;color: #666;}
.current a{color: #666;text-transform: capitalize;}

.newdetail{width: 100%;padding: 60px 0;}
.newdetail .left{width: 22%;}
.newdetail .right{width: 75%;}
.newdWarp{width: 100%;}
.newdTit{text-align: center;font-size: 24px;color: #000;}
.newdTxt{text-align: center;margin: 10px 0 30px;font-size: 14px;color: #999;}
.newdTxt span{display: inline-block;padding: 0 5px;}
.newdInfo{font-size: 16px;color: #000;padding: 20px 0;border-bottom: 1px solid #000;min-height: 300px;}
.newdInfo img{max-width: 100%;}


.update_detail {
	max-width: 1200px;
	margin: 0 auto;
	padding-bottom: 60px;
}

.update_detail_top {
	padding: 20px 0px;
}

.update_detail_top h1 {
	font-weight: normal;
	color: #000;
	font-size: 24px;
}

.update_detail_top h2 {
	font-weight: normal;
	color: #999;
	font-size: 14px;
	margin-top: 10px;
}

.update_detail_top h2 font {
	padding-left: 22px;
	margin-right: 20px;
}

.update_detail_top h2 .time {
	background: url(../image/time.png) left center no-repeat;
}

.update_detail_top h2 .eye {
	background: url(../image/eye.png) left center no-repeat;
}

.update_detail_top h2 .admin {
	background: url(../image/admin.png) left center no-repeat;
}

.update_detail_con {
	min-height: 400px;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	padding: 20px 0px;
}

.update_detail_con img {
	max-width: 60%;
}

.update_detail_bot {
	margin-top: 30px;
	overflow: hidden;
}

.update_detail_bot a {
	display: inline-block;
	font-size: 14px;
	border-radius: 2px;
	border: 1px solid #999;
	padding: 10px 15px;
}

.update_detail_bot .prev {
	float: left;
}

.update_detail_bot .next {
	float: right;
}
.update_detail_con img{max-width: 100%;}


.about1{width: 100%;margin: 90px 0;}
.about1 .desc{font-size: 16px;color: #333333;}
.about1 .video{width: 100%;margin: 30px 0;overflow: hidden;}
.about1 .video video{width: 100%;}
.about1 .list{margin: 30px 0;justify-content: center;}
.about1 .list .item{width: 20%;padding: 0 30px;box-sizing: border-box;position: relative;text-align: center;}
.about1 .list .item:after{position: absolute;top: 50%;width: 1px;height: 34px; background-color: #eaeaea;content: "";right: 0;}
.about1 .list .item:last-child:after{display: none;}
.about1 .list .t1{font-size: 64px;color: #1a428a;}
.about1 .list .txt{width: 100%; font-size: 14px;color: #999;margin-top: 10px;}
.about1 .slide{width: 100%;margin-top: 60px;padding: 0 5%;box-sizing: border-box;position: relative;}
.abo1Swiper{width: 100%;}
.abo1Swiper .img{width: 100%;height: 100%;font-size: 0px;overflow: hidden;}
.abo1Swiper .img img{transition: 0.5s;}
.abo1Swiper .img:hover img{transform: scale(1.1);}
.about1 .slide .swiper-button-next,.about1 .slide .swiper-button-prev{width: 50px;height: 50px;background: #1A428A;color: #fff;}
.about1 .slide .swiper-button-next:after,.about1 .slide .swiper-button-prev:after{font-size: 30px;}


.about2{width: 100%;margin: 90px 0;}
.abo2Slide{width: 100%;padding: 0 5%;box-sizing: border-box;position: relative;}
.abo2Slide .swiper-button-next,.abo2Slide .swiper-button-prev{width: 50px;height: 50px;background: #1A428A;color: #fff;}
.abo2Slide .swiper-button-next:after,.abo2Slide .swiper-button-prev:after{font-size: 30px;}
.abo2Slide .part{display: block;width: 100%;}
.abo2Slide .part .img{width: 100%;height: 228px;border: 1px solid #E6E6E6;box-sizing: border-box;font-size: 0px;overflow: hidden;margin-bottom: 10px;}
.abo2Slide .part .img img{transition: 0.5s;}
.abo2Slide .part:hover .img img{transform: scale(1.1);}
.abo2Slide .part .desc{width: 100%; height: 106px;padding: 10px 18px;border: 1px solid #E6E6E6; background-color: #f6f6f6;margin-top: 10px;display: flex;justify-content: space-between;align-items: center;transition: all 0.3s;box-sizing: border-box;}
.abo2Slide .part .left{width: calc(100% - 40px);text-align: center;}

.abo2Slide .part .icon{width: 36px;font-size: 0px;}
.abo2Slide .part .icon img{width: 100%;height: auto;}
.abo2Slide .part .t1{font-size: 20px;color: #333333;}
.abo2Slide .part .txt{font-size: 14px;color: #666;margin-top: 10px;}

.abo2Slide .part:hover .desc{background: #1A428A;}
.abo2Slide .part:hover .t1{color: #fff;}
.abo2Slide .part:hover .txt{color: #fff;}


.about3{width: 100%;margin: 90px 0;}
.abo3Slide{width: 100%;position: relative;}
.abo3Slide:after{position: absolute;width: 100%;height: 1px; background-color: #ccc;top: 95px;z-index: -1;content: "";}
.abo3Slide .part {
	height: 220px;
	text-align: center;
	padding-top: 50px;
	transition: all 0.3s;
	cursor: grab;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
}

.abo3Slide .part .year {
	width: 100%;
	height: 30px;
	line-height: 30px;
	font-size: 22px;
	color: #666;
	transition: all 0.3s;
}

.abo3Slide .part .dot {
	width: 10px;
	height: 10px;
	border: 2px solid #fff;
	border-radius: 50%;
	background-color: #999;
	transition: all 0.3s;
	display: block;
	margin: 10px auto;
	position: relative;
	z-index: 2;
}

.abo3Slide .part .col {
	width: 100%;
	height: 1px;
	background: #ccc;
	position: absolute;
	top: 95px;
	left: 0;
	z-index: 1;
	transition: all 0.3s;
}

.abo3Slide .part .line {
	width: 1px;
	height: 38px;
	background-color: #ccc;
	transition: all 0.3s;
	display: block;
	margin: 10px auto;
}

.abo3Slide .part .txt {
	width: 100%;
	padding: 0 40px;
	font-size: 14px;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	box-sizing: border-box;
}

.abo3Slide .part:hover {
	background: #1A428A;
}

.abo3Slide .part:hover .year {
	color: #fff;
	font-size: 30px;
}

.abo3Slide .part:hover .dot {
	background-color: #1a428a;
	border-color: #fff;
}

.abo3Slide .part:hover .col {
	background-color: #fff;
}

.abo3Slide .part:hover .line {
	height: 1px;
}

.abo3Slide .part:hover .txt {
	color: #fff;
}

.abo3Swiper{width: 100%;max-width: 1440px;margin: 0 auto;}
.abo3Swiper .swiper-button-next,.abo3Swiper .swiper-button-prev{width: 36px;height: 36px;background: #ccc;border-radius: 50%;color: #fff;z-index: 99;}
.abo3Swiper .swiper-button-next:after,.abo3Swiper .swiper-button-prev:after{font-size: 20px;}
.abo3Swiper .swiper-button-next:hover,.abo3Swiper .swiper-button-prev:hover{background: #1A428A;}

.product{width: 100%;padding: 30px 0 90px 0;background: #f7f9fc;}
.proList{width: 100%;}
.proList ul li{margin-bottom: 30px;}
.proList .part{display: block;width: 100%;background: #fff;box-shadow: 0 0 3.125vw rgb(0 0 0 / 5%);display: flex;justify-content: space-between;align-items: center;position: relative;}
.proList .part:after{content: '';position: absolute;bottom: 0;left: 0;right: 0;height: 2px;background-color: #006e35;transform-origin: left top;transform: scaleX(0);}
.proList .part:hover:after{transform: scaleX(1);transition: transform .6s ease;}
.proList .part .img{width: 30%;font-size: 0px;overflow: hidden;}
.proList .part .img img{width: 100%;transition: 0.5s;}
.proList .part:hover .img img{transform: scale(1.1);}

.proList .part .desc{width: 70%;padding: 0 3.5vw;box-sizing: border-box;}
.proList .part .t1{font-size: 24px;color: #1a1a1a;font-weight: bold;}
.proList .part .txt{font-size: 16px; color: #777777;line-height: 2;max-height: 96px;overflow: hidden;margin-top: 15px;}

.prodetail{width: 100%;padding: 60px 0;}

.case{width: 100%;padding: 30px 0 90px 0;background: #f7f9fc;}

.inside{width: 100%;padding: 60px 0;}
.insideWarp{width: 100%;overflow: hidden;min-height: 300px;}



.partner{width: 100%;padding: 60px 0;}
.partner .wapper{max-width: 1200px;}
.partner ul li{margin-bottom: 30px;padding: 30px;box-sizing: border-box;border: 1px solid #eeeeee;}
.partner .part{display: flex;justify-content: space-between;align-items: center;}
.partner .part .img{display: block;width: 30%;font-size: 0px;overflow: hidden;margin-right: 25px;border: 1px solid #eeeeee;box-sizing: border-box;}
.partner .part .img img{width: 100%;}
.partner .part .desc{flex: 1;width: 100%;}
.partner .part .t1{display: block;font-size: 18px;color: #333333;font-weight: bold;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;width: 100%;display: block;}
.partner .part .t1:hover{color: #005bad;}
.partner .part .info{padding-top: 15px;margin-top: 15px;font-size: 14px;color: #888;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;border-top: 1px solid #eee;margin-bottom: 25px;}
.partner .part .more{color: #005bad;font-size: 14px;text-decoration: underline;}
.partner ul li:hover{border-color: #005bad;background: #f9f9f9;}


.contact{width: 100%;padding: 60px 0;}
.contWarp{width: 100%;margin-bottom: 60px;}
.contWarp .item{width: 45.8%;}
.contTit{margin-bottom: 20px;font-size: 22px;color: #fff;}
.contTit span{display: inline-block;padding: 0 30px;line-height: 38px;background: #005bad;}
.contWarp .titCn{font-size: 24px;	color: #1a428a; margin-top: 40px;}
.contWarp .titEn{font-size: 16px;color: #999;}
.contList{width: 100%;font-size: 16px;color: #333;}
.contList li{margin-top: 20px;line-height: 21px;font-size: 16px;display: flex;}
.contList li .label{width: 160px;margin-right: 5px;}
.contList li .icon{padding-right: 20px;display: inline-block;}
.contList li .icon img{vertical-align: middle;}
.contList li .right{flex: 1;}


.contForm{width: 100%;}
.contForm ul li{margin-bottom: 20px;display: flex;}
.contForm input,
.contForm textarea{width: 100%;height: 60px;padding: 5px 10px;box-sizing: border-box;border: 1px solid #eee;font-size: 16px;outline: none;}
.contForm textarea{padding: 10px;height: 170px;}
.contForm .yzm{width: 33%;}
.contForm .yzmImg{display: block;width: 37%;height: 60px;overflow: hidden;}
.contForm .yzmImg img{width: 100%;height: 100%;object-fit: cover;}
.contForm button{width: 30%;height: 60px;background: #1A428A;font-size: 18px;color: #fff;border: none;}

.map{width: 100%;height: 450px;overflow: hidden;}
.map img{width: 100%;height: 100%;object-fit: cover;}

.iNews .wapper,
.iAbout .wapper,
.iAbout2 .wapper,
.iService .wapper,
.iHonor .wapper,
.iCase .wapper,
.iPartner .wapper,
.fMenu .wapper,
.about1 .wapper,
.about2 .wapper,
.about3 .wapper{max-width: none;padding: 0 12%;box-sizing: border-box;}

.pMenu{width: 100%;}
.pMenu .wapper{height: 110px;position: relative; top: -60px; z-index: 11;box-shadow: 0 10px 20px 0 rgb(77 77 77 / 10%);background: #fff;padding: 0 3%; box-sizing:border-box;}
.pMenuWarp ul{display: flex;}
.pMenuWarp ul li{height: 100%;margin-left: 40px;font-size: 16px;cursor: pointer;}
.pMenuWarp ul li a{display: block;box-sizing: border-box;line-height: 100px;}
.pMenuWarp ul li a.active{color: #1a428a;border-bottom: 7px solid #1a428a;}
.pMenuWarp ul li.on a{color: #1a428a;border-bottom: 7px solid #1a428a;}
.pMenu .current{padding-right:20px;}





@media only screen and (max-width: 1460px) {
.wapper{ width:100%;}
.iNews .wapper,
.iAbout .wapper,
.iAbout2 .wapper,
.iService .wapper,
.iHonor .wapper,
.iCase .wapper,
.iPartner .wapper,
.fMenu .wapper,
.about1 .wapper,
.about2 .wapper,
.about3 .wapper{max-width: none;padding: 0 8%;box-sizing: border-box;}
.headList{padding: 0 2%;}
.menu a{padding: 0 20px;}
.bannerSwiper .part .t1{font-size: 38px;}
.bannerSwiper .part .t2{font-size: 52px;}
.iAboWarp .desc .t1{font-size: 52px;}
.iAboList .item .num span{font-size: 52px;}
.pMenu .wapper{max-width: 96%;}

}

@media only screen and (max-width: 1200px) {
.headList{padding: 0 10px;}
.headList .logo img{max-height: 45px;}
.menu a{padding: 0 15px;font-size: 14px;}
.bannerSwiper .part .t1{font-size: 38px;}
.bannerSwiper .part .t2{font-size: 58px;}
.iNewList1 .part .tit{font-size: 18px;}
.iNewList1 .part .txt{font-size: 14px;}
.iAboWarp .desc .t1{font-size: 48px;}
.iAboWarp .desc .t2{font-size: 18px;}
.iAboWarp .desc .info{font-size: 16px;}
.iAboList .item .num span{font-size: 48px;}
.iAbout2{margin: 90px 0;}
.iCaseList .part .imgTop{padding: 20px;}
.iCaseList .part .t1{font-size: 18px;}
.iCaseList .part .txt{font-size: 14px;}
.iPartList ul li{width: 33.3%;}
.tcSearch .tit{font-size: 38px;}
.tcSearch .panel input{font-size: 26px;}
.tcSearch .sBtn button{font-size: 26px;}

.iAbout .wapper,
.iAbout2 .wapper,
.iService .wapper,
.iHonor .wapper,
.iCase .wapper,
.iPartner .wapper,
.fMenu .wapper,
.about1 .wapper,
.about2 .wapper,
.about3 .wapper{max-width: none;padding: 0 5%;box-sizing: border-box;}


}


@media only screen and (max-width: 980px) {
.menu{ display:none}
.m_header{ display:block;}
.sp_nav{display: block;}
.headList{height: 60px;}
.bannerSwiper .part .t1{font-size: 28px;}
.bannerSwiper .part .t2{font-size: 48px;}
.iComTitle .titEn{font-size: 32px;}
.iComTitle .titCn{font-size: 26px;margin-top: 5px;}
.iComTitle .line{margin-top: 10px;}
.iNews{margin: 90px 0;}
.iAboWarp .desc .t1{font-size: 28px;}
.iAboWarp .desc .t2{font-size: 16px;}
.iAboWarp .desc .info{font-size: 14px;}
.iAboList .item .num span{font-size: 28px;}
.iAboList .item .icon{width: 65px;height: 65px;flex: 1 0 65px;}
.iAbout2{margin: 60px 0;}
.iSerList ul li{padding: 0 10px;}
.iSerList .part .imgTop{padding: 20px;}
.iCaseList ul li{width: 50%;}
.fMenu .desc img{max-width: 120px;}
.footer{font-size: 15px;}
.fMenu dl{width: 33.3%;margin-bottom: 20px;}
.fMenu .desc{text-align: left;}
.mMes .titEn{font-size: 18px;}
.update_detail_bot .next{float: none;}
.update_detail_bot .prev{float: none;margin-bottom: 10px;}
.about1 .list .item{width: 33.3%;padding: 0 20px;}
.about1 .list .t1{font-size: 58px;}
.proList .part .t1{font-size: 18px;}
.proList .part .txt{font-size: 14px;}
.tcSearch .tit{font-size: 26px;}
.tcSearch .panel input{font-size: 18px;}
.tcSearch .sBtn button{font-size: 18px;}

.contList{font-size: 14px;}
.pMenu .wapper{padding: 0 2%;}
.pMenuWarp ul li{margin-left:30px;}


}

@media only screen and (max-width: 780px) {
.bannerSwiper .swiper-slide .img img{height: 380px;}
.bannerSwiper .part .t1{font-size: 18px;}
.bannerSwiper .part .t2{font-size: 28px;}
.iNews{margin: 60px 0;}
.iNewWarp .left{width: 100%;padding: 0;margin-bottom: 30px;}
.iNewWarp .right{width: 100%;}
.iAboWarp .img{width: 100%;order: 1;}
.iAboWarp .desc{width: 100%;order: 0;margin-bottom: 20px;}
.iAbout{padding: 60px 0;}
.iAbout:after{width: 100%;height: 50%;bottom: 0;top: auto;left: 0;right: auto;}
.iAboList{flex-wrap: wrap;}
.iAboList .item{width: 100%;margin-bottom: 20px;}
.iAbout2{margin: 40px 0;}
.iAboList .item .icon{width: 88px;height: 88px;flex: 1 0 88px;}
.iSerList ul li{width: 100%;margin-bottom: 20px;}
.iService{margin: 60px 0;}
.iHonor{padding: 60px 0;}
.iPartList ul li{width: 50%;}
.fTop{display: block;}
.fTop .item{width: 100%;text-align: center;}
.newList ul li{width: 50%;}
.newdetail .left{width: 100%;order: 1;}
.newdetail .right{width: 100%;order: 0;margin-bottom: 30px;}
.about1 .list .t1{font-size: 48px;}
.proList .part{display: block;}
.proList .part .img{width: 100%;}
.proList .part .desc{width: 100%;padding: 15px;}
.columnBox h3{font-size: 18px;}
.current{font-size: 12px;}
.update_detail_top h1{font-size: 18px;}

.contWarp .item{width: 100%;margin-bottom: 50px;}


.iAbout .wapper,
.iAbout2 .wapper,
.iService .wapper,
.iHonor .wapper,
.iCase .wapper,
.iPartner .wapper,
.fMenu .wapper,
.about1 .wapper,
.about2 .wapper,
.about3 .wapper{max-width: none;padding: 0 3%;box-sizing: border-box;}
.pMenuWarp ul li{margin-left:15px; font-size:14px;}


}

@media only screen and (max-width: 580px) {
.bannerSwiper .swiper-slide .img img{height: 280px;}
.iNewList1 .item{width: calc(50% - 2px);margin-bottom: 20px;}
.iNewList1 .item:nth-child(1), .iNewList1 .item:nth-child(2){margin-bottom: 5px;}
.iNewList1 .part .imgTop{padding: 5px;}
.iNewList1 .part .tit{font-size: 14px;}
.iNewList1 .part .txt{display: none;}
.iAbout{padding: 40px 0;}
.iService{margin: 40px 0;}
.iHonor{padding: 40px 0;}
.iCaseList ul li{padding: 0 2px;margin-bottom: 5px;}
.iCaseList .part .icon img{width: 30px;}
.iCaseList .part .t1{font-size: 16px;margin-top: 15px;}
.iCaseList .part .txt{display: none;}
.iCaseList .part .more{margin-top: 15px;width: 80px;line-height: 25px;}
.iCaseList .part .imgTop{padding: 10px;}
.iCaseMore{margin-top: 20px;}
.iCase{padding: 40px 0;}
.iPartList .img{height: 70px;}
.iPartner{padding: 40px 0;}
.iComTitle{margin-bottom: 20px;}
.iComTitle .titEn{font-size: 26px;}
.iComTitle .titCn{font-size: 20px;}
.fMenu{display: none;}
.footer{font-size: 14px;}
.newList ul li{width: 100%;}
.news{padding: 40px 0;}
.newdetail{padding: 40px 0;}
.about1 .list .t1{font-size: 28px;}
.about1 .list .item{padding: 0 10px;}
.about1 .list .txt{font-size: 12px;}
.about1{margin: 40px 0;}
.about1 .desc{font-size: 14px;}
.about1 .slide{padding: 0;}
.about2{margin: 40px 0;}
.abo2Slide{padding: 0;}
.about3{margin: 40px 0;}
.product{padding: 40px 0;}
.prodetail{padding: 40px 0;}
.tongtu img{height: 180px;object-fit: cover;}
.case{padding: 40px 0;}
.inside{padding: 40px 0;}
.tcSearch .tit{font-size: 18px;}
.tcSearch .panel input{font-size: 16px;}
.tcSearch .sBtn button{font-size: 16px;}
.tcSearch .Warp{padding: 20px;}
.tcSearch .sBtn{width: 25%;}
.searchClose{right: 20px;}

.partner ul li{padding: 20px;}
.partner .part{flex-wrap: wrap;}
.partner .part .img{width: 100%;margin: 0;margin-bottom: 20px;}


.contWarp .titCn{font-size: 18px;}
.contWarp .titEn{font-size: 14px;}
.contList li{font-size: 14px;}
.contForm input, .contForm textarea{height: 50px;font-size: 14px;}
.contForm .yzmImg{height: 50px;}
.contForm button{height: 50px;font-size: 14px;}
.contWarp{margin-bottom: 30px;}
.map{height: 380px;}


.iAbout .wapper,
.iAbout2 .wapper,
.iService .wapper,
.iHonor .wapper,
.iCase .wapper,
.iPartner .wapper,
.fMenu .wapper,
.about1 .wapper,
.about2 .wapper,
.about3 .wapper{padding: 0 10px;}
.pMenu .wapper{height:auto; top:0;box-shadow: none;display: block;margin: 20px auto;}
.pMenuWarp ul{max-width: 580px;overflow-x: auto;}
.pMenuWarp ul li a{line-height: 40px;word-break: normal;white-space: nowrap;}
.pMenuWarp ul li.on a {border-bottom: 3px solid #1a428a;}
.pMenuWarp ul li{margin-left:0; margin-right:15px;}

}