@font-face {
    font-family: 'DINBold';
    src: url('../font/DINBold.eot');
    src:
    url('../font/DINBold.eot?#font-spider') format('embedded-opentype'),
    url('../font/DINBold.woff') format('woff'),
    url('../font/DINBold.ttf') format('truetype'),
    url('../font/DINBold.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@charset "utf-8";
/* 初始化CSS */
*{margin:0; padding:0;}
h1, h2, h3, h4, h5, h6{font-size:100%; font-weight:bold;}
fieldset, img{border:none; vertical-align:middle;}
address, caption, cite, code, dfn, th, var{font-style:normal; font-weight:normal;}
ul, ol{list-style:none;}
li{list-style-type:none;}
input{padding-top:0; padding-bottom:0; font-family: "Microsoft Yahei","SimSun",Arial,sans-serif;}
select, input{vertical-align:middle;}
select, input, textarea{ margin:0; font-size:12px;}
input[type="text"], input[type="password"], textarea{outline-style:none;}
textarea{font-family: "Microsoft Yahei","SimSun",Arial,sans-serif; resize:none;}
body{font:12px 'PingFang SC', "Microsoft Yahei","SimSun",Arial,sans-serif; color:#333; background:#fff;-webkit-font-smoothing: antialiased;}
a{text-decoration:none; color:inherit;}
i, em{ font-style:normal;}
.clearfix:after{ display:block; visibility:hidden; clear:both; height:0; content:"";}
.clearfix{zoom:1;}
.fl{ float:left;}
.fr{ float:right;}
.auto{ margin-left:auto; margin-right:auto;}

/*html5*/
article,aside,footer,header,section,footer,nav,figure,main{display:block}

/*小号文字  scale以12号字体为基准 需写实际字号大小*/
.font_adjust{-webkit-text-size-adjust:none;}
.font_scale8{ -webkit-transform: scale(0.66);}
.font_scale10{ -webkit-transform: scale(0.83);}
.font_lc{-webkit-transform-origin:left center;}
.font_rc{-webkit-transform-origin:right center;}
.font_up{text-transform:uppercase;}

/*文字截断*/
.TXTovehid{display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.TXTovehid-two{overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.TXTovehid-three{overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical;}

/*transition*/
.tran200{-webkit-transition:all 0.2s linear; -moz-transition:all 0.2s linear; -ms-transition:all 0.2s linear; transition:all 0.2s linear;}
.tran300{-webkit-transition:all 0.3s linear; -moz-transition:all 0.3s linear; -ms-transition:all 0.3s linear; transition:all 0.3s linear;}
.tran400{-webkit-transition:all 0.4s linear; -moz-transition:all 0.4s linear; -ms-transition:all 0.4s linear; transition:all 0.4s linear;}
.tran500{-webkit-transition:all 0.5s linear; -moz-transition:all 0.5s linear; -ms-transition:all 0.5s linear; transition:all 0.5s linear;}
.tran1000{-webkit-transition:all 1s linear; -moz-transition:all 1s linear; -ms-transition:all 1s linear; transition:all 1s linear;}

.scaleimg:hover .pic img,
.scaleimg:hover .pic em{ -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1);}
.rotateY:hover{ -webkit-transform: rotateY(180deg); -moz-transform: rotateY(180deg); -ms-transform: rotateY(180deg); transform: rotateY(180deg); }
.translateX:hover{-webkit-transform:translateX(-6px); -moz-transform: translateX(-6px); -ms-transform:translateX(-6px); transform:translateX(-6px);}

/*网页限定宽度*/
.w1200{width: 1200px;margin: 0 auto;}
.w1400{width: 90%;margin: 0 auto;max-width: 1400px;}

input[type="submit"],input[type="reset"],select,button{-webkit-appearance:none;appearance:none; }

*:before,*:after{-webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;}

*:focus{-webkit-tap-highlight-color:rgba(0,0,0,0); }

/*解决chrome浏览器 input,textarea 获得焦点时会有一个边框的问题*/
input,textarea{outline: none;}
/*清除ios端 input,textarea 默认内阴影 默认圆角,radio和checkbox需要还原值为normal*/
input,textarea{appearance: none;-webkit-appearance: none;border-radius: 0;}


.cd-popup { position: fixed; left: 0; top: 0;right: 0;bottom: 0; height: 100%; width: 100%;background: url(../images/grayBg.png) repeat;visibility: hidden; -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s; transition: opacity 0.3s 0s, visibility 0s 0.3s; z-index: 9999;  opacity: 0;}
.cd-popup.is-visible { opacity: 1; visibility: visible; -webkit-transition: opacity 0.3s 0s, visibility 0s 0s; transition: opacity 0.3s 0s, visibility 0s 0s; }
.cd-popup-container { position: relative; height: 36px; padding: 40px; background: #fff; width: 60%; margin: 0 auto; top: 50%; margin-top: -58px; background: #FFF; border-radius: .4rem .4rem .4rem .4rem; text-align: center; box-shadow: 0 0 20px rgba(0, 0, 0, 0.2); -webkit-transform: scale(1.2); -ms-transform: scale(1.2); transform: scale(1.2); -webkit-backface-visibility: hidden; -webkit-transition-property: -webkit-transform; transition-property: transform; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; }
.is-visible .cd-popup-container { -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); }

.hidden_search .text { width: 100%; height: 20px; padding: 8px 0; font-size: 14px; color: #444;background: none;border:none;font-family: "Microsoft Yahei";}
.hidden_search .btn { display: block; background: url(../images/search_icon.jpg) no-repeat center center; position: absolute; right: 0; top: 0; height: 36px; width: 36px; text-indent: -999em;border:none;cursor: pointer;}
.hidden_search .search_wrap { border: 1px solid #e4eaec; border-radius: 20px; position: relative; padding-right: 56px; padding-left: 20px; height: 36px; }
.hidden_search .close_btn { position: absolute; right: 0; top: 0; padding: 10px; width: 22px; height: 22px; -webkit-transition: 0.5s; transition: 0.5s; }
.hidden_search .close_btn:after, .hidden_search .close_btn:before { background: #cccccc; width: 20px; height: 3px; display: block; -webkit-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; content: ""; position: absolute; left: 10px; top: 11px; }
.hidden_search .close_btn:before { -webkit-transform-origin: left bottom; -ms-transform-origin: left bottom; transform-origin: left bottom; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); }
.hidden_search .close_btn:after { -webkit-transform-origin: left top; -ms-transform-origin: left top; transform-origin: left top; -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); top: 26px; }
.hidden_search .close_btn:hover:after, .hidden_search .close_btn:hover:before { background: #19408c;}

.header .menuIcon{width: 28px;cursor: pointer;display: none;position: absolute;right: 5%;top:50%;
-webkit-transform:translateY(-50%); -moz-transform: translateY(-50%); -ms-transform:translateY(-50%); transform:translateY(-50%);}
.header .menuIcon img{width: 100%;}

.navForm{background: #fff;border-radius: 3px;}
.navForm .text{width: 80%;height: 32px;border:none;background: none;font-size: 14px;color: #555;line-height: 32px;text-indent: 8px;}
.navForm .subm{width: 20%;height: 32px;border:none;background: url(../images/search_icon.jpg) no-repeat center;cursor: pointer;}
.mm-listview > li.nBorder:not(.mm-divider):after{display:none;}

.bgStyle{position: absolute;left: 0;top:0;width: 100%;height: 100%;background-repeat: no-repeat;background-position: center;background-size: cover;}


.fz60{font-size: 60px;}
.fz45{font-size: 45px;}
.fz40{font-size: 40px;}
.fz36{font-size: 36px;}
.fz30{font-size: 30px;}
.fz28{font-size: 28px;}
.fz26{font-size: 26px;}
.fz25{font-size: 25px;}
.fz24{font-size: 24px;}
.fz22{font-size: 22px;}
.fz21{font-size: 21px;}
.fz20{font-size: 20px;}
.fz18{font-size: 18px;}
.fz16{font-size: 16px;}
.fz15{font-size: 15px;}
.fz14{font-size: 14px;}
.fz12{font-size: 12px;}

.header{line-height: 120px;position: relative;z-index: 2;}
.header > .w1400,.header .right,.header .searchBtn{display: flex;align-items: center;justify-content: space-between;}
.header .searchBtn{margin-left: 12px;width: 50px;height: 50px;box-sizing: border-box;border: 1px solid rgba(102,102,102,0.38);border-radius: 50%;justify-content: center;cursor: pointer;}
.header .searchBtn img{filter: brightness(0) invert(0.6);}
.header .searchBtn:hover{border-color: #2C54A1;background: #2C54A1;}
.header .searchBtn:hover img{filter: brightness(0) invert(1);}
.header .nav .nLi{padding: 0 15px;position: relative;}
.header .nav .nLi h3 a{display: block;position: relative;color: #111111;font-weight: normal;}
.header .nav .nLi h3 a:before{content: "";width: 100%;height: 4px;background: #2C54A1;position: absolute;left: 0;bottom: 22px;transform: scale(0,1);opacity: 0;}
.header .nav .nLi.on h3 a,.header .nav .nLi:hover h3 a{color: #2C54A1;}
.header .nav .nLi.on h3 a{font-weight: bold;}
.header .nav .nLi.on h3 a:before,.header .nav .nLi:hover h3 a:before{transform: scale(1);opacity: 1;}
.header .nav .nLi .navSub{position: absolute;left: 50%;top:120px;width: 150px;margin-left: -75px;background: #fff;box-shadow: 0 0 10px rgba(0,0,0,0.1);display: none;}
.header .nav .nLi .navSub ul li{padding: 12px 0;}
.header .nav .nLi .navSub a{display: block;line-height: 24px;text-align: center;padding: 0 4px;position: relative;}
.header .nav .nLi .navSub a:hover{color: #2C54A1;}
.header .nav .nLi .navSub a:before{content: "";width: 2px;height: 100%;background: #2C54A1;position: absolute;left: 0;top:0;-webkit-transform: scale(1,0);transform: scale(1,0);}
.header .nav .nLi .navSub a:hover:before{-webkit-transform: scale(1);transform: scale(1);}

.banner{width: 100%;position: relative;overflow: hidden;}
.banner a{display: block;padding-bottom: 810px;position: relative;overflow: hidden;}
.banner a em{position: absolute;left: 0;top:0;width: 100%;height: 100%;background-repeat: no-repeat;background-position: center;background-size: cover;}
.banner .swiper-pagination{height: 40px;line-height: 40px;bottom: 48px;}
.banner .swiper-pagination .swiper-pagination-bullet{width: 40px;height: 40px;position: relative;background: none;opacity: 1;}
.banner .swiper-pagination .swiper-pagination-bullet:before{content: '';width: 10px;height: 10px;background: #FEFEFE;border-radius: 50%;position: absolute;left: 50%;top: 50%;margin: -5px 0 0 -5px;}
.banner .swiper-pagination .swiper-pagination-bullet:after{content: "";width: 100%;height: 100%;position: absolute;left: 0;top: 0;box-sizing: border-box;border: 1px solid #fff;border-radius: 50%;opacity: 0;transform: scale(0);}
.banner .swiper-pagination .swiper-pagination-bullet i{position: absolute;left: 0;top:0;width: 100%;height: 100%;text-align: center;line-height: 40px;color: #fff;font-family: "DINBold";font-size: 18px;opacity: 0;}
.banner .swiper-pagination .swiper-pagination-bullet svg{position: absolute;left: 0;top: 0;width: 100%;height: 100%;fill: transparent;stroke-width: 2px;stroke: #fff;stroke-dasharray: 120;stroke-dashoffset: -120;transform: rotate(12deg);transition: 0.3s;}
.banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active svg{animation: loopSvg 5.5s forwards;}
@keyframes loopSvg{to{stroke-dashoffset: 0;}}
.banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before{opacity: 0;transform: scale(0);}
.banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active i{opacity: 1;}

.iTitle{margin-bottom: 70px;padding-bottom: 40px;position: relative;text-align: center;}
.iTitle.left{text-align: left;}
.iTitle .ch{color: #111111;font-weight: normal;line-height: 1;position: relative;z-index: 2;}
.iTitle .en{position: absolute;left: 0;bottom: 0;width: 100%;line-height: 60px;color: #EAEAEA;font-weight: normal;text-transform: uppercase;font-family: "PingFangSC-Regular";opacity: 0.44;white-space: nowrap;}
.iTitle.white .ch{color: #FFFFFF;}
.iTitle.white .en{color: #fff;opacity: 0.1;}

.moreBtn{display: flex;align-items: center;justify-content: center;width: 140px;height: 45px;margin: 0 auto;position: relative;overflow: hidden;line-height: 43px;color: #fff;text-align: center;box-sizing: border-box;border: 1px solid rgba(255,255,255,0.35);border-radius: 28px;}
.moreBtn span{padding-right: 16px;position: relative;z-index: 2;}
.moreBtn span::before{content: '';width: 8px;height: 8px;border-left: 1px solid #fff;border-bottom: 1px solid #fff;position: absolute;right: 0;top:50%;margin-top: -5px;transform: rotateZ(-135deg);}
.moreBtn:before{width: 238px;height: 238px;border-radius: 100%;background: #fff;content: '';
position: absolute;left: -20%;top: -80%;-webkit-transition: all 0.8s ease 0s;transition: all 0.8s ease 0s;-webkit-transform: scale(0);transform: scale(0);}
.moreBtn:hover:before{-webkit-transform: scale(1.1);transform: scale(1.1);}
.moreBtn:hover{border-color: #fff;color: #2C54A1;}
.moreBtn:hover span:before{border-color: #2C54A1;}

/* a:hover .moreBtn:before{-webkit-transform: scale(1.1);transform: scale(1.1);}
a:hover .moreBtn{border-color: #fff;color: #2C54A1;}
a:hover .moreBtn span:before{border-color: #2C54A1;} */

.moreBtn.grey{border-color: #EEEEEE;color: #999999;}
.moreBtn.grey:before{background: #2C54A1;}
.moreBtn.grey span:before{border-color: #999999;}
.moreBtn.grey:hover{border-color: #2C54A1;color: #fff;}
.moreBtn.grey:hover span:before{border-color: #fff;}

.isect1{margin: 74px auto 68px;}
.isect1 .tabs{max-width: 1210px;margin: 0 auto 44px;display: flex;align-items: center;justify-content: center;border-bottom: 4px solid #EDEDED;}
.isect1 .tabs li{margin: 0 15px;}
.isect1 .tabs li a{display: block;position: relative;color: #333333;line-height: 1;padding: 0 58px 20px;}
.isect1 .tabs li a:before{content: "";width: 100%;height: 4px;background: #2C54A1;position: absolute;left: 0;bottom: -4px;transform: scale(0,1);opacity: 0;}
.isect1 .tabs li.active a{color: #2C54A1;font-weight: bold;}
.isect1 .tabs li.active a:before{transform: scale(1);opacity: 1;}
.isect1 .container{overflow: hidden;width: 100%;padding: 20px;margin-left: -20px;}
.isect1 dl dt{width: 30%;}
.isect1 dt a{display: block;padding-bottom: 620px;position: relative;overflow: hidden;}
.isect1 dt a:before{content: "";width: 100%;height: 100%;position: absolute;left: 0;bottom: 0;z-index: 2;background-image: linear-gradient(180deg, rgba(9,80,165,0), #000D27);}
.isect1 dt .text{position: absolute;left: 0;bottom: 36px;z-index: 3;width: 100%;box-sizing: border-box;padding: 0 30px;color: #FFFFFF;}
.isect1 dt .text h5 span{display: inline-block;margin-bottom: 16px;padding-bottom: 20px;position: relative;font-weight: normal;line-height: 1;}
.isect1 dt .text h5 span:before{content: "";width: 100%;height: 4px;background: #fff;position: absolute;left: 0;bottom: 0;}
.isect1 dt .text p{line-height: 24px;max-height: 48px;overflow: hidden;}
.isect1 dd{width: 70%;box-shadow: 0 0 20px rgba(11,47,116,0.17);}
.isect1 dd li{width: 33.3%;border: 1px solid #EDEDED;margin: -1px 0 0 -1px;box-sizing: border-box;}
.isect1 dd li:nth-child(3n){border-right: none;width: calc(33.4% + 3px);}
.isect1 dd li a{display: block;height: 310px;position: relative;text-align: center;overflow: hidden;}
.isect1 dd li .pic{height: 264px;line-height: 264px;}
.isect1 dd li .pic img{max-width: 80%;max-height: 80%;}
.isect1 dd li .tit{position: absolute;left: 0;bottom: 30px;width: 100%;box-sizing: border-box;padding: 0 20px;line-height: 24px;color: #111111;font-weight: normal;}
.hoverStyle{position: absolute;left: 0;top: 0;width: 100%;height: 100%;z-index: 2;box-sizing: border-box;padding: 0 25px 0 32px;display: flex;align-items: center;background-image: linear-gradient(45deg, #19408C, #3F95D5 80%, #5DC1EE 100%);color: #fff;transform: translateY(100%);text-align: center;}
.hoverStyle > div{width: 100%;}
.hoverStyle h5{font-weight: normal;line-height: 24px;color: #fff;padding-bottom: 20px;position: relative;margin-bottom: 26px;}
.hoverStyle h5:before{content: "";width: 46px;height: 4px;background: #fff;position: absolute;left: 50%;transform: translateX(-50%);bottom: 0;}
.hoverStyle p{line-height: 24px;max-height: 72px;overflow: hidden;margin-bottom: 40px;text-align: left;}
.isect1 dd li:hover .pic{transform: translateY(-80px);opacity: 0;}
.isect1 dd li:hover .tit{transform: translateY(-80px);opacity: 0;}
li:hover .hoverStyle{transform: translateY(0);transition:all 0.36s linear 0.26s;}

.isect2{padding: 107px 0 84px;position: relative;}
.isect2:before{content: "";width: 1280px;height: 100%;position: absolute;top: 0;right: 50%;margin-right: -320px;z-index: 2;background: url(../images/mask.svg) no-repeat right center;background-size: cover;}
.isect2 .bgScroll{position: absolute;left: 0;top:0;width: 100%;height: 100%;}
.isect2 .bgScroll .swiper-slide{height: 100%;position: relative;}
.isect2 > .w1400{position: relative;z-index: 3;}
.isect2 .container{width: 43.57%;position: relative;overflow: hidden;color: #fff;margin-bottom: 40px;}
.isect2 .container .pageSate{position: absolute;right: 0;top: 0;color: rgba(255,255,255,0.2);line-height: 28px;font-family: 'PingFangSC-Regular';}
.isect2 .container .pageSate span{color: #fff;font-weight: bold;}
.isect2 .container .tit{border-bottom: 1px solid rgba(255,255,255,0.2);position: relative;padding-right: 90px;margin-bottom: 20px;}
.isect2 .container .tit:before{content: "";width: 88px;height: 4px;background: #fff;position: absolute;left: 0;bottom: -1px;transition:all 1s linear;}
.isect2 .container .tit h5{line-height: 26px;padding-bottom: 20px;}
.isect2 .container p{line-height: 32px;height: 128px;overflow: hidden;margin-bottom: 72px;}
.isect2 .container .moreBtn{margin-left: 0;}
.isect2 .tabs{position: relative;overflow: hidden;padding: 20px 0;}
.isect2 .tabs a{display: block;background: rgba(255,255,255,0.9);height: 133px;box-sizing: border-box;padding: 27px 10px 0;text-align: center;}
.isect2 .tabs a::before{content: "";width: 1px;height: 88px;background: #DFDFDF;position: absolute;left: 0;top:50%;margin-top: -44px;}
.isect2 .tabs a::after{content: "";width: 100%;height: calc(100% + 40px);position: absolute;left: 0;top:-20px;background-image: linear-gradient(180deg, #5ABCEB, #3F95D5 20%, #19408C 100%);transform: scale(1,0);}
.isect2 .tabs a .wrap{position: relative;z-index: 2;}
.isect2 .tabs a h5{line-height: 20px;font-weight: normal;color: #111111;margin-top: 16px;}
.isect2 .tabs .active a::before{opacity: 0;}
.isect2 .tabs .active a::after{transform: scale(1);}
.isect2 .tabs .active a .icon{filter: brightness(0) invert(1);}
.isect2 .tabs .active a h5{color: #fff;}

.isect3{padding: 90px 0 66px;background: #F4F4F4;}
.isect3 .container{position: relative;overflow: hidden;padding-bottom: 58px;}
.isect3 ul li{width: 29.78%;margin-right: 1.4%;}
.isect3 ul li a{display: block;position: relative;overflow: hidden;padding-bottom: 255px;}
.isect3 ul li a:before{content: "";position: absolute;left: 0;top: calc(100% - 70px);width: 100%;height: 100%;background: #022569;opacity: 0.5;z-index: 2;}
.isect3 ul li a .tit{position: absolute;left: 0;bottom: 0;z-index: 3;width: 100%;box-sizing: border-box;padding: 0 12px;text-align: center;line-height: 70px;color: #FFFFFF;font-weight: normal;transition-delay: 0.3s;}
.isect3 ul li a .hover{position: absolute;left: 0;top:0;width: 100%;height: 100%;z-index: 4;box-sizing: border-box;padding: 0 60px;display: flex;align-items: center;color: #fff;transform: translateY(100%);}
.isect3 ul li a .hover h5{line-height: 22px;font-weight: normal;padding-bottom: 28px;position: relative;text-align: center;padding-bottom: 18px;}
.isect3 ul li a .hover h5:before{content: "";width: 40px;height: 4px;background: #FFFFFF;position: absolute;left: 50%;bottom: 0;transform: translateX(-50%);}
.isect3 ul li a .hover p{line-height: 24px;overflow: hidden;margin: 20px auto 40px;max-height: 48px;}
/* .isect3 ul li a .hover .moreBtn{border-color: #5DC1EE;color: #fff;}
.isect3 ul li a .hover .moreBtn span:before{border-color: #fff;} */
.isect3 ul li a .hover .moreBtn:before{background: #5DC1EE;}
.isect3 ul li a .hover .moreBtn:hover{border-color: #5DC1EE;color: #fff;}
.isect3 ul li a .hover .moreBtn:hover span:before{border-color: #fff;}
.isect3 ul li a:hover:before{top: 0;opacity: 0.7;}
.isect3 ul li a:hover .tit{transform: translateY(70px);transition-delay: 0s;}
.isect3 ul li a:hover .hover{transform: translateY(0);transition-delay: 0.3s;}
.isect3 ul li:first-child a{padding-bottom: 530px;}
.isect3 ul li:first-child a .hover h5{padding-bottom: 28px;}
.isect3 ul li:first-child a .hover p{margin: 36px auto 126px;max-height: 72px;}
.isect3 ul li:nth-child(3),.isect3 ul li:nth-child(5){margin-right: 0;}
.isect3 ul li:nth-child(2),.isect3 ul li:nth-child(3){margin-bottom: 20px;}
.isect3 ul li:nth-child(3),.isect3 ul li:nth-child(4){width: 37.57%;}
.isect3 .container .swiper-pagination{bottom: 2px;height: 8px;line-height: 8px;}
.isect3 .container .swiper-pagination .swiper-pagination-bullet{width: 8px;height: 8px;margin: 0 2px;background: #D9D9D9;transition:all 0.3s linear;border-radius: 4px;opacity: 1;}
.isect3 .container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{width: 20px;background: #2C54A1;}

.isect4{padding-top: 102px;}
.isect4 .title{display: flex;justify-content: space-between;align-items: flex-start;margin-bottom: 32px;}
.isect4 .title .iTitle{margin-bottom: 0;}
.isect4 .tabs{padding-top: 27px;flex-shrink: 0;}
.isect4 .tabs li{margin-left: 47px;}
.isect4 .tabs li:first-child{margin-left: 0;}
.isect4 .tabs a{display: block;color: #666666;line-height: 1;padding-bottom: 23px;position: relative;}
.isect4 .tabs a::before{content: "";width: 100%;height: 4px;position: absolute;left: 0;bottom: 0;background-image: linear-gradient(-90deg, #5DC1EE, #3F95D5 20%, #19408C);transform: scale(0,1);opacity: 0;}
.isect4 .tabs .active a{color: #2C54A1;font-weight: bold;}
.isect4 .tabs .active a:before{transform: scale(1);opacity: 1;}
.isect4 .container{position: relative;overflow: hidden;width: 100%;padding: 20px 20px 100px;margin-left: -20px;}
.isect4 .container .left{width: 68%;}
.isect4 .container .left li{width: 50%;box-sizing: border-box;padding-right: 26px;}
.isect4 .container .left li a{display: block;background: #F8F8F8;}
.isect4 .container .left li .pic{padding-bottom: 292px;position: relative;overflow: hidden;}
.isect4 .container .left li .text{padding: 25px 20px 30px;}
.isect4 .container .left li .text h5{line-height: 24px;color: #111111;font-weight: normal;}
.isect4 .container .left li .text p{line-height: 24px;color: #333333;height: 72px;margin: 24px auto 50px;}
.isect4 .container .left li .text .btm{display: flex;align-items: center;justify-content: space-between;}
.isect4 .container .left li .text .date span{display: block;line-height: 38px;color: #333333;font-family: "PingFangSC-Regular";font-weight: bold;}
.isect4 .container .left li .text .date em{display: block;line-height: 22px;color: #999999;font-family: "PingFangSC-Regular";}
.isect4 .container .left li .text .arr{width: 51px;height: 51px;box-sizing: border-box;border: 1px solid #EAEAEA;border-radius: 50%;display: flex;align-items: center;justify-content: center;}
.isect4 .container .left li .text .arr img{filter: brightness(0) invert(0.5);opacity: 0.3;}
.isect4 .container .left li a:hover{background: #FFFFFF;box-shadow: 0 0 20px rgba(11,47,116,0.17);}
.isect4 .container .left li a:hover .text h5,
.isect4 .container .left li a:hover .text .date span{color: #2C54A1;}
.isect4 .container .left li a:hover .text .arr{border-color: #2C54A1;background: #2C54A1;}
.isect4 .container .left li a:hover .text .arr img{filter: brightness(0) invert(1);opacity: 1;transform: rotateZ(45deg);}
.isect4 .container .right{width: 31.42%;}
.isect4 .container .right li a{display: block;padding: 16px 12px 18px 20px;border-bottom: 1px solid #EBEBEB;}
.isect4 .container .right li:last-child a{border-top: 1px solid #EBEBEB;}
.isect4 .container .right li a h5{color: #111110;font-weight: normal;line-height: 25px;height: 50px;overflow: hidden;margin-bottom: 8px;}
.isect4 .container .right li a span{display: block;line-height: 22px;color: #999999;font-family: "PingFangSC-Regular";}
.isect4 .container .right li a:hover{border-color: #fff;box-shadow: 0 0 20px rgba(11,47,116,0.17);}
.isect4 .container .right li a:hover h5{color: #2C54A1;}

.footer{padding: 47px 0 44px;background: url(../images/footerBg.jpg) no-repeat center top;background-size: cover;}
.footer a:hover{opacity: 0.7;}
.footer .top{padding-bottom: 30px;border-bottom: 1px solid rgba(216,216,216,0.2);display: flex;align-items: center;justify-content: space-between;}
.footer .top .logo img{filter: brightness(0) invert(1);height: 65px;}
.footer .top ul li{margin-left: 26px;}
.footer .top ul li:first-child{margin-left: 0;}
.footer .top ul a{display: block;color: #FFFFFF;line-height: 24px;}
.footer .btm{padding-top: 24px;display: flex;justify-content: space-between;align-items: center;}
.footer .btm .text{color: #FFFFFF;line-height: 28px;}
.footer .btm .text p{margin-top: 15px;}
.footer .btm .text p:first-child{margin-top: 0;}
.footer .btm .text span{margin-right: 28px;}
.footer .btm .text span:last-child{margin-right: 0;}
.footer .btm .text img{margin-right: 10px;}
.footer .btm .text a:hover{text-decoration: underline;}
.footer .btm .qrcode{flex-shrink: 0;margin-left: 20px;text-align: center;width: 100px;color: rgba(255,255,255,0.67);line-height: 1;}
.footer .btm .qrcode img{width: 100%;margin-bottom: 15px;}

.nyBanner{height: 450px;background-repeat: no-repeat;background-position: center;background-size: cover;}
.nyBanner > .w1400{padding-top: 124px;color: #FFFFFF;}
.nyBanner .ch{line-height: 38px;}
.nyBanner .en{margin: 6px auto 15px;line-height: 24px;font-family: "Arial";text-transform: uppercase;font-weight: normal;}
.nyBanner i{display: block;margin-bottom: 22px;width: 44px;height: 4px;background: #FFFFFF;opacity: 0.4;}
.nyBanner .path{line-height: 20px;color: rgba(255,255,255,0.7);}
.nyBanner .path span{margin: 0 5px;}
.nyBanner .path a:hover{color: #fff;}

.bread{background: #FFFFFF;box-shadow: 0 2px 4px rgba(0,0,0,0.11);position: relative;z-index: 2;}
.bread li{position: relative;}
.bread li:before{content: "";width: 100%;height: 100%;position: absolute;left: 0;top:0;background: #2C54A1;opacity: 0;transform: scale(0,1);}
.bread li a{display: block;padding: 0 43px;line-height: 70px;color: #333333;position: relative;z-index: 2;}
.bread li.on a,.bread li:hover a{color: #fff;}
.bread li.on:before,.bread li:hover:before{transform: scale(1);opacity: 1;}


.nyWrap{padding: 70px 0 52px;min-height: 350px;}
.nyWrap.greyBg{background: #F5F5F5;}
.prodList li{width: 31.1%;margin: 0 3.35% 70px 0;}
.prodList li:nth-child(3n){margin-right: 0;}
.prodList li a{display: block;border: 1px solid #D8D8D8;position: relative;overflow: hidden;}
.prodList li .pic{height: 290px;border-bottom: 1px solid #D8D8D8;background: #F5F5F5;display: flex;align-items: center;justify-content: center;}
.prodList li .pic img{max-width: 90%;max-height: 90%;}
.prodList li .tit{padding: 0 40px;line-height: 90px;color: #111111;font-weight: normal;}
.prodList li a:hover{box-shadow: 0 0 20px rgba(0,0,0,0.1);}
.prodList .hoverStyle p{margin-bottom: 55px;}

.page{display: flex;align-items: center;justify-content: center;}
.page a{display: block;margin: 0 6px;border: 1px solid #D4D4D4;box-sizing: border-box;min-width: 50px;height: 50px;text-align: center;line-height: 48px;color: #7F7F7F;position: relative;}
.page .btn:before{content: "";width: 6px;height: 6px;border-left: 2px solid rgba(49,49,49,0.6);border-bottom: 2px solid rgba(49,49,49,0.6);position: absolute;left: 50%;top: 50%;margin: -4px 0 0 -4px;}
.page .btn.prev:before{transform: rotateZ(45deg);}
.page .btn.next:before{transform: rotateZ(-135deg);}
.page a.on,.page a:hover{border-color: #2C54A1;background: #2C54A1;color: #fff;}
.page a:hover:before{border-color: #fff;}
.page a.disable{opacity: 0.5;pointer-events: none;}

.mrgBtm60{margin-bottom: 60px;}

.scrollStyle::-webkit-scrollbar{width: 6px;height: 4px;background: #eee;border-radius: 2px;}
.scrollStyle::-webkit-scrollbar-thumb{background: #2C54A1;border-radius: 2px;}

.pageStyle{color: #333333;line-height: 32px;}
.pageStyle *{max-width: 100% !important;}
.pageStyle img{height: auto !important;max-width: 100% !important;}
.pageStyle ul,.pageStyle ul li{list-style: disc inside;}

.contProd{box-sizing: border-box;padding: 60px 60px 50px;background: #FFFFFF;min-height: 350px;}
.contProd .item1{display: flex;justify-content: space-between;}
.contProd .item1 .left{width: 46.875%;box-sizing: border-box;border: 1px solid #D8D8D8;}
.contProd .item1 .contScroll{border-bottom: 1px solid #D8D8D8;background: #F5F5F5;position: relative;overflow: hidden;}
.contProd .item1 .contScroll .pic{height: 350px;display: flex;align-items: center;justify-content: center;}
.contProd .item1 .contScroll .pic img{max-width: 90%;max-height: 90%;}
.contProd .item1 .contScroll .btn{position: absolute;top: 50%;transform: translateY(-50%);z-index: 2;cursor: pointer;}
.contProd .item1 .contScroll .prev{left: 32px;}
.contProd .item1 .contScroll .next{right: 32px;}
.contProd .item1 .contScroll .btn img{filter: brightness(0) invert(0.6);}
.contProd .item1 .contScroll .btn:hover img{filter: brightness(1) invert(0);}
.contProd .item1 .contScroll .btn.disable{opacity: 0.5;pointer-events: none;}
.contProd .item1 .tabScroll{position: relative;overflow: hidden;}
.contProd .item1 .tabScroll .pic{height: 100px;display: flex;align-items: center;justify-content: center;cursor: pointer;border-left: 1px solid #D8D8D8;}
.contProd .item1 .tabScroll .swiper-slide:first-child .pic{border: none;}
.contProd .item1 .tabScroll .pic img{max-height: 80%;max-width: 80%;}
.contProd .item1 .tabScroll .on .pic{background: #D8D8D8;}
.contProd .item1 .right{width: 48.2%;padding-top: 32px;}
.contProd .item1 .right .title{border-bottom: 1px solid #D8D8D8;margin-bottom: 42px;}
.contProd .item1 .right .title span{color: #2C54A1;line-height: 1;padding-bottom: 37px;position: relative;}
.contProd .item1 .right .title span:before{content: "";width: 100%;height: 4px;background: #2C54A1;position: absolute;left: 0;bottom: -1px;}
.contProd .item1 .right .dl{margin-bottom: 64px;}
.contProd .item1 .right .dl:last-child{margin-bottom: 0;}
.contProd .item1 .right .dt{line-height: 1;color: #111111;margin-bottom: 16px;}
.contProd .item1 .right .dd{line-height: 24px;color: #333333;}

.tableStyle table{width: 100%;border-collapse:collapse;text-align: center;}
.tableStyle table td{border: 1px solid #AFD5FF;padding: 10px;color: #187FF2;line-height: 24px;}
.tableStyle table tr:first-child{background: #9CCBFF;}
.tableStyle table tr:first-child td{border-color: #FFFFFF;color: #FFFFFF;font-weight: bold;line-height: 40px;}
.tableStyle table tr td:last-child{text-align: left;padding-left: 126px;}
.tableStyle table tr.bg{background: rgba(175,213,255,0.08);}
.tableStyle table tr:first-child td:last-child{text-align: center;padding: 10px;}

.contProd .pTitle{margin-bottom: 18px;background: #F5F9FF;}
.contProd .pTitle span{padding: 0 60px 0 40px;background: url(../images/icon_tx.svg) no-repeat right center;color: #FFFFFF;line-height: 70px;position: relative;min-width: 110px;}
.contProd .pTitle span:before{content: "";width: 4px;height: 15px;background: #FFFFFF;position: absolute;left: 24px;top:50%;margin-top: -7px;}

.downloadList li{margin-bottom: 15px;}
.downloadList li:last-child{margin-bottom: 0;}
.downloadList a{display: block;padding: 0 160px 0 38px;background: #F9F9F9;position: relative;line-height: 70px;color: #333;}
.downloadList a:before{content: "";width: 6px;height: 6px;background: #DEDEDE;border-radius: 50%;position: absolute;left: 22px;top: 50%;transform: translateY(-50%);}
.downloadList a span{position: absolute;top:0;right: 47px;padding-left: 45px;color: #666666;}
.downloadList a span img{position: absolute;left: 0;top:50%;transform: translateY(-50%);filter: brightness(0) invert(0.6);}
.downloadList a h5{font-weight: normal;}
.downloadList a:hover{color: #2C54A1;background: #FFFFFF;box-shadow: 0 0 20px rgba(11,47,116,0.17);}
.downloadList a:hover::before{background-color: #2C54A1;}
.downloadList a:hover span{color: #2C54A1;}
.downloadList a:hover span img{filter: brightness(1) invert(0);}

.solution li{margin-bottom: 30px;}
.solution li:last-child{margin-bottom: 0;}
.solution a{display: flex;align-items: flex-start;width: 100%;box-sizing: border-box;padding: 50px 60px 40px 50px;background: #FFFFFF;}
.solution .pic{flex-shrink: 0;width: 443px;padding-bottom: 236px;position: relative;overflow: hidden;margin-right: 50px;}
.solution .text{flex: 1;overflow: hidden;}
.solution .text h5{line-height: 40px;color: #111111;font-weight: normal;padding-bottom: 12px;position: relative;margin-bottom: 20px;}
.solution .text h5:before{content: "";width: 40px;height: 4px;background: #999999;position: absolute;left: 0;bottom: 0;}
.solution .text p{line-height: 24px;color: #333333;height: 72px;overflow: hidden;margin-bottom: 30px;}
.solution .text .moreBtn{margin-left: 0;}
.solution a:hover{box-shadow: 0 0 20px rgba(44,84,161,0.17);}
.solution a:hover .text h5{color: #2C54A1;}
.solution a:hover .text h5:before{background: #2C54A1;}
.solution a:hover .moreBtn{border-color: #2C54A1;color: #fff;}
.solution a:hover .moreBtn:before{transform: scale(1);}
.solution a:hover .moreBtn span:before{border-color: #fff;}
.solution li:nth-child(2n) a{flex-direction: row-reverse;}
.solution li:nth-child(2n) .pic{margin-right: 0;margin-left: 50px;}

.picList li{width: 31%;margin: 0 3.5% 60px 0;}
.picList li:nth-child(3n){margin-right: 0;}
.picList a{display: block;}
.picList .pic{padding-bottom: 66.66%;position: relative;overflow: hidden;}
.picList .text{padding: 0 24px;border: 1px solid #D8D8D8;border-top: none;color: #111111;line-height: 90px;}
.picList .text h5{font-weight: normal;}
.picList a:hover{box-shadow: 0 0 20px rgba(44,84,161,0.17);}
.picList a:hover .text{border-color: #fff;color: #2C54A1;/* font-weight: bold; */}
.picList.picList1 .text{padding: 17px 20px;line-height: 28px;}
.picList.picList1 h5{padding: 0;height: 56px;overflow: hidden;}

.nyTitle{color: #111111;font-weight: normal;line-height: 1;padding-bottom: 23px;position: relative;margin-bottom: 30px;}
.nyTitle:before{content: "";width: 45px;height: 4px;background: #D8D8D8;position: absolute;left: 0;bottom: 0;}
.nyTitle.center{text-align: center;}
.nyTitle.center:before{left: 50%;transform: translateX(-50%);}
.nyTitleDesc{color: #666666;line-height: 1;}
.nyTitleDesc.center{text-align: center;}

.aboutWrap .item1{margin: 70px auto 77px;display: flex;justify-content: space-between;align-items: center;}
.aboutWrap .item1 .pic{flex-shrink: 0;width: 42.875%;padding-bottom: 334px;position: relative;margin-left: 8%;cursor: pointer;}
.aboutWrap .item1 .pic:before{content: "";width: 100%;height: 100%;position: absolute;right: 28px;top:28px;background: #F6F5F5;}
.aboutWrap .item1 .pic span{position: absolute;left: 0;top:0;width: 100%;height: 100%;overflow: hidden;}
.aboutWrap .item1 .pic em{z-index: 2;}
.aboutWrap .item1 .pic i{width: 60px;height: 60px;position: absolute;left: 50%;top:50%;z-index: 3;transform: translate(-50%, -50%);background: url(../images/videoIcon.svg) no-repeat center;background-size: 100%;}
.aboutWrap .item1 .pic:hover em{transform: scale(1.05);}
.aboutWrap .item1 .pic:hover i{transform: translate(-50%, -50%) scale(0.9);}
.aboutWrap .item1 .text{flex: 1;overflow: hidden;max-height: 334px;overflow: auto;}

.aboutWrap .item2{background: url(../images/aboutBg1.jpg) no-repeat center top;background-size: cover;}
.aboutWrap .item2 ul{display: flex;justify-content: space-between;}
.aboutWrap .item2 ul li{width: 33.33%;}
.aboutWrap .item2 a{display: block;height: 540px;box-sizing: border-box;padding: 82px 50px 70px;color: #FFFFFF;text-align: center;padding-top: 178px;}
.aboutWrap .item2 .tit{margin: 35px auto  18px;padding-bottom: 14px;}
.aboutWrap .item2 .line{display: block;width: 32px;height: 2px;background: #FFFFFF;margin: 0 auto 18px;opacity: 0;transform: scale(0,1);}
.aboutWrap .item2 .desc{line-height: 32px;height: 0;overflow: hidden;margin-bottom: 46px;}
.aboutWrap .item2 .moreBtn{opacity: 0;}
.aboutWrap .item2 a:hover{background: rgba(44,84,161,0.7);padding-top: 82px;}
.aboutWrap .item2 a:hover .tit{padding-top: 10px;}
.aboutWrap .item2 a:hover .line{opacity: 0.5;transform: scale(1);}
.aboutWrap .item2 a:hover .desc{height: 128px;}
.aboutWrap .item2 a:hover .moreBtn{opacity: 1;}

.aboutWrap .item3{padding: 100px 0;background: #F9FBFD;}
.aboutWrap .item3 > .w1400{background: #FFFFFF;display: flex;max-width: 1340px;}
.aboutWrap .item3 .pic{flex-shrink: 0;width: 46.26%;padding-bottom: 404px;position: relative;overflow: hidden;}
.aboutWrap .item3 .text{flex: 1;box-sizing: border-box;padding: 77px 92px 40px 55px;height: 404px;overflow: auto;}

.aboutWrap .item4{padding-bottom: 86px;background: #F9FBFD;}
.aboutWrap .item4 dt{width: 22.85%;}
.aboutWrap .item4 dt .nyTitle{margin-bottom: 20px;}
.aboutWrap .item4 dd{width: 77.15%;}
.aboutWrap .item4 ul{display: flex;justify-content: space-between;}
.aboutWrap .item4 li{width: 31.48%;box-sizing: border-box;border: 1px solid rgba(44,84,161,0.1);padding: 0 30px 0 21px;position: relative;color: #333333;}
.aboutWrap .item4 li:before{content: "";width: 6px;height: 20px;background: #2C54A1;position: absolute;left: -1px;top:50%;transform: translateY(-50%);}
.aboutWrap .item4 li .wrap{width: 100%;height: 108px;display: flex;justify-content: space-between;align-items: center;}
.aboutWrap .item4 li h5{flex: 1;font-weight: normal;line-height: 22px;}
.aboutWrap .item4 li .icon{flex-shrink: 0;margin-left: 12px;opacity: 0.1;}
.aboutWrap .item4 li:hover{border-color: #fff;background: #fff;box-shadow: 0 0 20px rgba(44,84,161,0.17);color: #2C54A1;}
.aboutWrap .item4 li:hover .icon{opacity: 1;}
/* .aboutWrap .item4 li:hover h5{font-weight: bold;} */

.orgWrap{background: url(../images/orgBg.jpg) no-repeat center bottom;background-size: cover;padding: 70px 0 158px;}
.orgWrap .nyTitle{margin-bottom: 47px;}

.partner .title{margin-bottom: 70px;}
.partner .nyTitle{margin-bottom: 20px;}
.partner .item{padding-bottom: 80px;}
.partner .item:last-child{padding-bottom: 0;}
.partner .tit{margin-bottom: 30px;padding-left: 20px;position: relative;color: #2C54A1;line-height: 24px;font-weight: normal;}
.partner .tit:before{content: "";width: 6px;height: 20px;background: #2C54A1;position: absolute;left: 0;top:50%;transform: translateY(-50%);}
.partner ul li{width: 23.57%;margin: 0 1.9% 60px 0;}
.partner ul li:nth-child(4n){margin-right: 0;}
.partner ul a{display: block;}
.partner .pic{height: 110px;box-sizing: border-box;border: 1px solid #DCDCDC;background: #FCFCFC;display: flex;align-items: center;justify-content: center;margin-bottom: 15px;}
.partner .pic img{max-width: 80%;max-height: 80%;}
.partner li h5{color: #333333;line-height: 24px;color: #333333;font-weight: normal;}
.partner li:hover h5{color: #2C54A1;}
.partner li:hover .pic{box-shadow: 0 0 20px rgba(44,84,161,0.17);}

.newsList{padding-bottom: 12px;}
.newsList li{padding-bottom: 40px;border-bottom: 1px solid #ECECEC;margin-bottom: 40px;}
.newsList a{display: flex;align-items: center;}
.newsList .pic{flex-shrink: 0;width: 315px;padding-bottom: 190px;position: relative;overflow: hidden;margin-right: 44px;}
.newsList .date{flex-shrink: 0;padding: 25px 50px 25px 40px;border-left: 1px solid #E9E9E9;margin-left: 64px;text-align: center;color: #636363;line-height: 1;}
.newsList .date em{display: block;margin-bottom: 30px;color: #717171;font-size: 50px;}
.newsList .text{flex: 1;overflow: hidden;}
.newsList .tit{color: #111111;font-weight: normal;line-height: 24px;padding-bottom: 24px;border-bottom: 1px solid #DDDDDD;margin-bottom: 28px;position: relative;}
.newsList .tit:before{content: "";width: 45px;height: 3px;position: absolute;left: 0;bottom: -1px;background: url(../images/line.svg) no-repeat left center;filter: brightness(0) invert(0.6);}
.newsList .tit h5{font-weight: normal;}
.newsList .text p{line-height: 32px;color: #5F5F5F;height: 64px;overflow: hidden;}
.newsList a:hover .tit:before{filter: brightness(1) invert(0);}
.newsList a:hover .tit h5{color: #2C54A1;font-weight: bold;}
.newsList a:hover .date em{color: #2C54A1;}

.passage{box-sizing: border-box;padding: 44px 60px 50px;background: #FFFFFF;}
.passage .psgTitle{margin-bottom: 14px;}
.passage .psgTitle h5{margin-bottom: 35px;color: #111111;line-height: 28px;font-weight: normal;text-align: center;}
.passage .psgTitle .info{padding: 21px 0;border-top: 1px solid #E5E5E5;border-bottom: 1px solid #E5E5E5;display: flex;align-items: center;justify-content: space-between;line-height: 20px;color: #999999;}
.passage .psgTitle .info .left span{margin-right: 40px;display: flex;align-items: center;}
.passage .psgTitle .info .left span:last-child{margin-right: 0;}
.passage .psgTitle .info .left span img{margin-right: 10px;}
.passage .psgTitle .share{display: flex;align-items: center;}
.passage .psgTitle .share .item{margin-right: 10px;}
.passage .psgTitle .share .item:last-child{margin-right: 0;}
.passage .psgTitle .share .item img{filter: brightness(0) invert(0.5);opacity: 0.6;}
.passage .psgTitle .share .item:hover img{filter: brightness(1) invert(0);opacity: 1;}
.passage .psgCont{margin-bottom: 37px;min-height: 300px;}
.passage .psgLink{padding-top: 30px;border-top: 1px solid #E5E5E5;}
.passage .psgLink li{margin-top: 7px;}
.passage .psgLink li a{line-height: 30px;color: #5F5F5F;}
.passage .psgLink li a:hover{color: #2C54A1;}

.jobList{padding-bottom: 22px;}
.jobList .nLi{margin-bottom: 30px;}
.jobList .nLi .dt{background: #F8F8F8;padding-left: 60px;color: #251A18;line-height: 80px;cursor: pointer;}
.jobList .nLi .dt span{height: 80px;box-sizing: border-box;padding-right: 20px;}
.jobList .nLi .dt .item1{width: 25.8%;}
.jobList .nLi .dt .item2{width: 48.5%;}
.jobList .nLi .dt .item2 em{margin-right: 34px;}
.jobList .nLi .dt .item2 em:last-child{margin-right: 0;}
.jobList .nLi .dt .item3{width: 19.36%;}
.jobList .nLi .dt .item4{width: 6.34%;padding-right: 0;position: relative;display: flex;align-items: center;}
.jobList .nLi .dt .item4 i{display: block;width: 31px;height: 31px;box-sizing: border-box;border: 1px solid #A2A2A2;border-radius: 50%;position: relative;}
.jobList .nLi .dt .item4 i:before,
.jobList .nLi .dt .item4 i:after{content: "";background: #717171;position: absolute;left: 50%;top:50%;transform: translate(-50%, -50%);}
.jobList .nLi .dt .item4 i:before{width: 1px;height: 15px;}
.jobList .nLi .dt .item4 i:after{width: 15px;height: 1px;}
.jobList .nLi .dd{display: none;}
.jobList .nLi .dd .wrap{padding: 57px 60px 72px;box-shadow: 0 0 20px rgba(168,168,168,0.3);}
.jobList .nLi .dd .wap{display: none;}
.jobList .nLi .dd .tit{line-height: 22px;color: #111111;margin-bottom: 18px;}
.jobList .nLi .dd .cont{margin-bottom: 62px;}
.jobList .nLi .dd .btn{display: block;width: 164px;background: #2C54A1;border: 1px solid #2C54A1;margin-top: -6px;text-align: center;line-height: 48px;color: #fff;}
.jobList .nLi .dd .btn:hover{background: #fff;color: #2C54A1;}
.jobList .nLi.on .dt{background: #2C54A1;color: #fff;}
.jobList .nLi.on .dt .item4 i{border-color: #FFFFFF;background: #FFFFFF;}
.jobList .nLi.on .dt .item4 i:before,.jobList .nLi.on .dt .item4 i:after{background: #2C54A1;transform: translate(-50%, -50%) rotateZ(90deg);}
.jobList .nLi.on .dt .item4 i:after{opacity: 0;}

.contactUs{box-sizing: border-box;background: #FFFFFF;display: flex;}
.contactUs .mapWrap{width: 57.15%;}
.contactUs .text{width: 42.85%;box-sizing: border-box;padding: 50px 60px 60px;}
.contactUs .text .nyTitle{margin-bottom: 49px;}
.contactUs .text dl{margin-bottom: 30px;display: flex;align-items: center;}
.contactUs .text dl dt{flex-shrink: 0;width: 60px;height: 60px;background: #EFEFEF;border-radius: 5px;display: flex;align-items: center;justify-content: center;margin-right: 20px;}
.contactUs .text dl dd{flex: 1;line-height: 20px;color: #666666;overflow: hidden;}
.contactUs .text dl dd h5{font-weight: normal;color: #111111;margin-bottom: 6px;line-height: 1;}
.contactUs .text dl:hover dt{background: #2C54A1;}
.contactUs .text dl:hover dt img{filter: brightness(0) invert(1);}
.contactUs .text dl:hover dd h5,
.contactUs .text dl:hover dd p{color: #2C54A1;}
.contactUs .text ul{padding-top: 200px;}
.contactUs .text ul li{width: 104px;margin-right: 52px;text-align: center;color: #111111;line-height: 18px;}
.contactUs .text ul li:last-child{margin-right: 0;}
.contactUs .text ul li .pic{height: 104px;background: #FFFFFF;box-shadow: 0 0 20px rgba(1,33,88,0.15);margin-bottom: 18px;display: flex;align-items: center;justify-content: center;}
.contactUs .text ul li .pic img{max-width: 100%;max-height: 100%;}

.msgWrap{background:  #F6F7FA url(../images/msgBg.jpg) no-repeat center top;background-size: cover;}
.msgWrap .formItem{width: 48.9%;box-sizing: border-box;padding: 0 24px;background: #FFFFFF;border-radius: 5px;margin-bottom: 20px;}
.msgWrap .formItem.mini{width: 23.6%;}
.msgWrap .formItem.mrgRight{margin-right: 1.64%;}
.msgWrap .formItem .text,
.msgWrap .formItem textarea{width: 100%;height: 65px;border: none;background: none;color: #333;line-height: 65px;}
.msgWrap .formItem textarea{height: 235px;}
.msgWrap .formItem.codeItem{padding-right: 180px;position: relative;}
.msgWrap .formItem.codeItem .pic{width: 180px;height: 100%;position: absolute;right: 0;top: 0;cursor: pointer;}
.msgWrap .btnwrap{padding-top: 60px;display: flex;align-items: center;justify-content: center;}
.msgWrap .btnwrap .btn{width: 145px;height: 45px;margin: 0 10px;box-sizing: border-box;border: 1px solid #2C54A1;text-align: center;line-height: 43px;cursor: pointer;}
.msgWrap .btnwrap .reset,
.msgWrap .btnwrap .subm:hover{background: none;color: #2C54A1;}
.msgWrap .btnwrap .subm,
.msgWrap .btnwrap .reset:hover{background: #2C54A1;color: #fff;}

@media screen and (max-width: 1480px){
.header{line-height: 100px;}
.header .logo img{height: 72px;}
.header .nav .nLi{padding: 0 12px;}

.banner a{padding-bottom: 42%;}
.isect1{margin: 60px auto 50px;}
.isect1 .tabs{margin-bottom: 30px;}
.isect1 .tabs li a{padding: 0 32px 20px;}
.isect1 dt a{padding-bottom: 540px;}
.isect1 dd li a{height: 270px;}
.isect1 dd li .pic{height: 220px;line-height: 220px;}
.hoverStyle p{max-height: 48px;-webkit-line-clamp: 2;margin-bottom: 30px;}
.hoverStyle h5{margin-bottom: 20px;}

.moreBtn{width: 130px;height: 40px;line-height: 38px;}

.iTitle{margin-bottom: 50px;}

.isect2{padding: 80px 0 60px;}
.isect2 .container p{margin-bottom: 60px;}
.isect3{padding: 78px 0 58px;}
.isect3 ul li a:before{top: calc(100% - 60px);}
.isect3 ul li a .tit{line-height: 60px;}
.isect3 ul li a .hover{padding: 0 40px;}
.isect3 ul li a .hover p{margin: 12px auto 30px;}
.isect3 ul li a .hover .moreBtn:before{-webkit-transform: scale(1.1);transform: scale(1.1);}

.isect4{padding-top: 80px;}
.isect4 .container{padding: 20px 20px 80px;}

.prodList li .pic{height: 270px;}
.prodList li .tit{padding: 0 28px;line-height: 78px;}
.prodList .hoverStyle p{margin-bottom: 40px;}

.nyBanner{height: 400px;}

.mrgBtm60{margin-bottom: 40px;}

.contProd .item1 .contScroll .pic{height: 320px;}
.contProd .item1 .right{padding-top: 10px;}
.contProd .item1 .right .title{margin-bottom: 30px;}
.contProd .item1 .right .title span{padding-bottom: 24px;}
.contProd .item1 .right .dl{margin-bottom: 40px;}
.contProd .pTitle span{line-height: 54px;}
.downloadList a{line-height: 60px;}

.solution a{padding: 40px;}
.solution .pic{margin-right: 40px;}
.solution li:nth-child(2n) .pic{margin-left: 40px;}

.picList li{margin-bottom: 40px;}
.picList .text{line-height: 70px;}

.aboutWrap .item1{margin: 50px auto;}
.aboutWrap .item2 a{padding: 178px 40px 60px;height: 520px;}
.aboutWrap .item2 .tit{margin: 20px auto 10px;}
.aboutWrap .item2 .desc{line-height: 24px;margin-bottom: 30px;}
.aboutWrap .item2 a:hover{padding-top: 60px;}
.aboutWrap .item2 a:hover .desc{height: 96px;}
.aboutWrap .item3{padding: 70px 0;}
.aboutWrap .item3 .pic{padding-bottom: 360px;}
.aboutWrap .item3 .text{height: 360px;}
.aboutWrap .item4{padding-bottom: 60px;}

.orgWrap{padding: 50px 0 120px;}
.orgWrap .nyTitle{margin-bottom: 30px;}

.partner .title{margin-bottom: 50px;}
.partner .item{padding-bottom: 50px;}
.partner ul li{margin-bottom: 40px;}

.newsList li{padding-bottom: 30px;margin-bottom: 30px;}
.newsList .pic{margin-right: 30px;}
.newsList .date{padding: 20px 30px;margin-left: 40px;}
.newsList .date em{margin-bottom: 15px;}

.passage{padding: 40px;}
.passage .psgTitle h5{margin-bottom: 25px;}
.passage .psgCont{margin-bottom: 30px;}
.passage .psgLink{padding-top: 20px;}

.jobList .nLi{margin-bottom: 20px;}
.jobList .nLi .dt{padding-left: 40px;line-height: 72px;}
.jobList .nLi .dt span{height: 72px;}
.jobList .nLi .dt .item2 em{margin-right: 20px;}
.jobList .nLi .dt .item4 i{width: 27px;height: 27px;}
.jobList .nLi .dt .item4 i:before{height: 11px;}
.jobList .nLi .dt .item4 i:after{width: 11px;}
.jobList .nLi .dd .wrap{padding: 40px 40px 60px;}

.contactUs .text{padding: 40px;}
.contactUs .text ul{padding-top: 160px;}
.contactUs .text ul li{margin-right: 30px;}

.msgWrap .btnwrap{padding-top: 40px;}
.msgWrap .formItem .text{height: 50px;line-height: 50px;}
.msgWrap .formItem textarea{height: 190px;line-height: 50px;}
}

@media screen and (max-width: 1200px){
.fz60{font-size: 40px;}
.fz45{font-size: 36px;}
.fz40{font-size: 34px;}
.fz36{font-size: 30px;}
.fz30{font-size: 28px;}
.fz28{font-size: 26px;}
.fz26{font-size: 20px;}
.fz25{font-size: 18px;}
.fz24{font-size: 17px;}
.fz22{font-size: 17px;}
.fz21{font-size: 17px;}
.fz20{font-size: 16px;}
.fz18{font-size: 16px;}
.fz16{font-size: 15px;}
.fz15{font-size: 14px;}
.fz14{font-size: 13px;}

.header{line-height: 88px;}
.header .logo img{height: 60px;}
.header .right{display: none;}
.header .menuIcon{display: block;}

.banner a{padding-bottom: 56%;}
.banner .swiper-pagination{bottom: 24px;}

.iTitle{margin-bottom: 24px;padding-bottom: 20px;}
.iTitle .en{line-height: 1;}

.isect1{margin: 30px auto;}
.isect1 .tabs{margin-bottom: 20px;}
.isect1 .tabs li{margin: 0;}
.isect1 dt a{padding-bottom: 460px;}
.isect1 dd li a{height: 230px;}
.isect1 dd li .pic{height: 180px;line-height: 180px;}
.isect1 dd li .tit{bottom: 18px;}

.isect2{padding: 40px 0 40px;}
.isect2 .container p{line-height: 24px;height: 72px;margin-bottom: 30px;}

.isect3{padding: 30px 0;}
.isect3 .container{padding-bottom: 38px;}
.isect3 ul li a{padding-bottom: 200px;}
.isect3 ul li:first-child a{padding-bottom: 420px;}

.isect4{padding-top: 30px;}
.isect4 .title{margin-bottom: 10px;}
.isect4 .tabs{padding-top: 16px;}
.isect4 .tabs li{margin-left: 24px;}
.isect4 .tabs a{padding-bottom: 16px;}
.isect4 .container{padding: 20px 0;box-sizing: border-box;margin-left: 0;}
.isect4 .container .left,.isect4 .container .right{width: 100%;}
.isect4 .container .left li .pic{padding-bottom: 64.88%;}
.isect4 .container .left li .text p{margin: 10px auto 24px;padding: 0;}
.isect4 .container .right li a:hover{box-shadow: none;}
.isect4 .container .left li a:hover{box-shadow: none;}

.footer{padding: 30px 0;}
.footer .top ul li{margin-left: 20px;}
.footer .btm .text span{margin-right: 18px;}

.bread{display: none;}
.nyBanner{height: 0;padding-bottom: 32%;position: relative;}
.nyBanner .w1400{position: absolute;left: 50%;top:50%;transform: translate(-50%, -50%);padding-top: 0;}
.nyBanner .ch{line-height: 1;}
.nyBanner .en{margin-bottom: 10px;}
.nyBanner i{width: 30px;height: 2px;margin-bottom: 12px;}

.contactUs .text .nyTitle{margin-bottom: 30px;}
.contactUs .text ul::after{display: none;}
.contactUs .text ul{display: flex;justify-content: space-between;}
.contactUs .text ul li{margin: 0;}
}


@media screen and (max-width: 1024px){
.isect1 dt a{padding-bottom: 360px;}
.isect1 dt .text{padding: 0 18px;bottom: 20px;}
.isect1 dd li a{height: 180px;}
.isect1 dd li .pic{height: 150px;line-height: 150px;}
.hoverStyle{padding: 0 12px;}
.hoverStyle p{display: none;}

.footer .top{display: none;}
.footer .btm{padding: 0;display: block;}
.footer .btm .text{text-align: center;font-size: 13px;}
.footer .btm .text span{margin: 0 4px;}
.footer .btm .text p{margin-top: 8px;}
.footer .btm .qrcode{margin: 20px auto 0;}

.prodList li .pic{height: 240px;}
.prodList li .tit{padding: 0 20px;line-height: 54px;}
.prodList .hoverStyle p{display: block;}

.contProd{padding: 40px;}

.solution li{margin-bottom: 20px;}
.solution a{padding: 30px;}
.solution .pic{width: 300px;padding-bottom: 160px;margin-right: 30px;}
.solution li:nth-child(2n) .pic{margin-left: 30px;}
.solution .text h5{line-height: 30px;margin-bottom: 12px;}
.solution .text p{height: 48px;margin-bottom: 20px;}

.nyTitle{margin-bottom: 20px;padding-bottom: 20px;}

.pageStyle{line-height: 26px;}

.aboutWrap .item1 .pic{padding-bottom: 260px;}
.aboutWrap .item1 .text{max-height: 260px;}
.aboutWrap .item3 .pic{padding-bottom: 240px;}
.aboutWrap .item3 .text{padding: 30px;height: 240px;}

.orgWrap{padding: 30px 0 60px;}
.orgWrap .nyTitle{margin-bottom: 20px;}

.partner ul li{width: 32%;margin: 0 2% 30px 0;}
.partner ul li:nth-child(4n){margin-right: 2%;}
.partner ul li:nth-child(3n){margin-right: 0;}

.newsList .pic{width: 260px;padding-bottom: 156px;margin-right: 20px;}
.newsList .tit{margin-bottom: 18px;padding-bottom: 16px;}
.newsList .date{padding: 15px;margin-left: 20px;}

.jobList .nLi .dt .item1{width: 20.8%;}
.jobList .nLi .dt .item3{width: 24%;}

.contactUs{display: block;}
.contactUs .text,.contactUs .mapWrap{width: 100%;}
.contactUs .mapWrap{height: 350px;}
.contactUs .text ul{padding-top: 30px;}

.msgWrap .formItem{width: 100%;}
.msgWrap .formItem.mini{width: 49%;}
.msgWrap .formItem.mrgRight{margin-right: 2%;}
.msgWrap .btnwrap{padding-top: 20px;}
}

@media screen and (max-width: 760px){
.fz60{font-size: 30px;}
.fz30{font-size: 20px;}
.fz26{font-size: 18px;}
.fz24{font-size: 18px;}
.fz18{font-size: 15px;}

.header{line-height: 66px;}
.header .logo img{height: 40px;}

.banner .swiper-pagination{bottom: 8px;}
.banner .swiper-pagination .swiper-pagination-bullet{transform: scale(0.6);}


.isect1 .tabs{margin-bottom: 0;}
.isect1 .tabs li{flex: 1;text-align: center;}
.isect1 .tabs li a{padding: 0 0 16px;}
.isect1 dl dt,.isect1 dl dd{width: 100%;}

.isect2:before{right: 0;margin-right: 0;background: #2574BF;opacity: 0.8;}
.isect2 .container{width: 100%;}
.isect3 .container{padding-bottom: 20px;}
.isect3 ul li{width: 49% !important;margin: 0 0 12px 0 !important;}
.isect3 ul li:first-child{width: 100% !important;}
.isect3 ul li:nth-child(3),.isect3 ul li:nth-child(5){float: right;}
.isect3 ul li a{padding-bottom: 60%;}
.isect3 ul li:first-child a{padding-bottom: 127%;padding-bottom: 110%;}
.isect3 ul li a .hover,.isect3 ul li a:before{display: none;}
.isect3 ul li a .tit{line-height: 40px;background: rgba(2,37,105,0.5);}

.isect4 .title{display: block;margin-bottom: 0;}
.isect4 .title .iTitle{text-align: center;}
.isect4 .tabs{display: flex;align-items: center;width: 100%;justify-content: center;}
.isect4 .tabs:after{display: none;}
.isect4 .tabs li{float: none;}
.isect4 .container .left li{width: 49%;margin-right: 0;padding-right: 0;}
.isect4 .container .left li:nth-child(2n){float: right;}
.isect4 .container .left li .text{padding: 12px;}
.isect4 .container .left li .text p{height: 48px;-webkit-line-clamp:2;margin: 6px auto 12px;}
.isect4 .container .left li .text .date span{line-height: 30px;}
.isect4 .container .left li .text .arr{width: 42px;height: 42px;}
.isect4 .container .right li a{padding: 12px;}

.nyWrap{padding: 40px 0 30px;}
.prodList li{width: 49%;margin: 0 0 20px;}
.prodList li:nth-child(2n){float: right;}
.prodList li .pic{height: 160px;}
.prodList li .tit{padding: 0 12px;line-height: 40px;}
.prodList .hoverStyle p{margin-bottom: 20px;}
.prodList .hoverStyle{display: none;}

.page a{margin: 0 3px;min-width: 40px;height: 40px;line-height: 40px;}

.nyBanner .en,.nyBanner i{display: none;}
.nyBanner .path{font-size: 12px;margin-top: 10px;}

.mrgBtm60{margin-bottom: 30px;}
.contProd{padding: 20px;}
.contProd .item1{flex-wrap: wrap;}
.contProd .item1 .left,.contProd .item1 .right{width: 100%;}
.contProd .item1 .left{margin-bottom: 20px;}
.contProd .item1 .contScroll .next{right: 20px;}
.contProd .item1 .contScroll .prev{left: 20px;}
.contProd .item1 .contScroll .btn img{height: 26px;}
.contProd .item1 .contScroll .pic{height: 300px;}
.contProd .item1 .right .title{margin-bottom: 20px;}
.contProd .item1 .right .title span{padding-bottom: 16px;}
.contProd .item1 .right .dl{margin-bottom: 20px;}
.contProd .item1 .right .dt{margin-bottom: 10px;}

.pageStyle{line-height: 24px;}

.contProd .pTitle{margin-bottom: 12px;}
.contProd .pTitle span{line-height: 44px;min-width: auto;}
.contProd .item1 .tabScroll .pic{height: 80px;}
.tableWrap{overflow: auto;}
.tableWrap .tableStyle{min-width: 700px;}
.tableStyle table td{padding: 5px;}
.tableStyle table tr td:last-child{padding-left: 30px;}
.tableStyle table tr:first-child td{line-height: 30px;}

.downloadList li{margin-bottom: 10px;}
.downloadList a{padding: 0 90px 0 16px;line-height: 54px;}
.downloadList a::before{left: 6px;}
.downloadList a span{right: 10px;padding-left: 22px;}
.downloadList a span img{width: 18px;}

.moreBtn{width: 110px;height: 32px;line-height: 30px;}

.solution a{display: block;padding: 20px;}
.solution a .pic{width: 100%;margin: 0 0 12px !important;padding-bottom: 53.27%;}
.solution .text p{height: auto;max-height: 72px;margin-bottom: 12px;}
.solution .text h5{margin-bottom: 8px;padding-bottom: 8px;}

.picList li{width: 48%;margin-right: 0;margin-bottom: 4%;}
.picList li:nth-child(2n){float: right;}
.picList .text{padding: 0 10px;line-height: 50px;}
.picList.picList1 .text{line-height: 22px;padding: 10px;}
.picList.picList1 .text h5{height: 44px;}

.aboutWrap .item1{margin: 30px auto;display: block;}
.aboutWrap .item1 .text,.aboutWrap .item1 .pic{width: 100%;}
.aboutWrap .item1 .pic{margin-left: 0;margin-top: 20px;padding-bottom: 55.66%;}
.aboutWrap .item1 .pic:before{right: 10px;top:10px;}
.aboutWrap .item2 a{height: auto;padding: 40px 20px;}
.aboutWrap .item2 .desc,.aboutWrap .item2 .moreBtn{display: none;}
.aboutWrap .item2 .line{transform: scale(1);opacity: .5;margin-bottom: 0;display: none;}
.aboutWrap .item2 .icon{height: 40px;}
.aboutWrap .item2 .tit{margin: 20px auto 10px;padding: 0;}
.aboutWrap .item3{padding: 30px 0;}
.aboutWrap .item3 > .w1400{display: block;}
.aboutWrap .item3 .text,.aboutWrap .item3 .pic{width: 100%;}
.aboutWrap .item3 .text{height: auto;padding: 20px;}
.aboutWrap .item3 .pic{padding-bottom: 65.16%;}
.aboutWrap .item4 dt,.aboutWrap .item4 dd{width: 100%;}
.aboutWrap .item4 dt{margin-bottom: 20px;display: flex;justify-content: space-between;align-items: center;}
.aboutWrap .item4 dt .nyTitle{margin-bottom: 0;}
.aboutWrap .item4 ul{display: block;}
.aboutWrap .item4 ul li{width: 100%;margin-bottom: 10px;}
.aboutWrap .item4 ul li:last-child{margin-bottom: 0;}
.aboutWrap .item4 li .wrap{height: 68px;}
.aboutWrap .item4 li .icon{height: 30px;}

.partner .title{margin-bottom: 20px;}
.partner .item{padding-bottom: 30px;}
.partner .tit{margin-bottom: 16px;}
.partner ul li{width: 49%;margin-right: 0;margin-bottom: 20px;}
.partner ul li:nth-child(4n){margin-right: 0;}
.partner ul li:nth-child(2n){float: right;}
.partner .pic{margin-bottom: 10px;height: 70px;}

.newsList li{margin-bottom: 20px;border: none;padding-bottom: 0;}
.newsList li:last-child{margin-bottom: 10px;}
.newsList a{display: block;}
.newsList a .pic{width: 100%;padding-bottom: 60.3%;margin-bottom: 12px;}
.newsList .date{display: none;}
.newsList .tit{padding-bottom: 10px;margin-bottom: 14px;}
.newsList .text p{line-height: 24px;height: auto;max-height: 48px;}

.passage{padding: 20px;}
.passage .psgTitle h5{line-height: 24px;margin-bottom: 15px;}
.passage .psgTitle .info{justify-content: center;padding: 10px 0;}
.passage .psgTitle .info .left span,.passage .psgTitle .info .left span:last-child{margin: 0;width: 100%;justify-content: center;}
.passage .psgTitle .info .left span img{height: 12px;margin-right: 6px;}
.passage .psgTitle .share{display: none;}
.passage .psgCont{margin-bottom: 20px;}
.passage .psgLink{padding-top: 16px;}
.passage .psgLink li{margin-top: 0;}

.jobList .nLi{margin-bottom: 12px;}
.jobList .nLi:last-child{margin-bottom: 0;}
.jobList .nLi .dt{line-height: 48px;}
.jobList .nLi .dt span{height: 48px;}
.jobList .nLi .dt .item2,.jobList .nLi .dt .item3{display: none;}
.jobList .nLi .dt{padding: 0 40px 0 20px;position: relative;}
.jobList .nLi .dt .item4{width: auto;position: absolute;right: 20px;top:0;}
.jobList .nLi .dt .item1{width: 100%;}
.jobList .nLi .dt .item4 i{width: 23px;height: 23px;}
.jobList .nLi .dt .item4 i:before{height: 7px;}
.jobList .nLi .dt .item4 i:after{width: 7px;}
.jobList .nLi .dd .wrap{padding: 20px;}
.jobList .nLi .dd .wap{display: block;}
.jobList .nLi .dd .tit{margin-bottom: 10px;}
.jobList .nLi .dd .cont{margin-bottom: 24px;}
.jobList .nLi .dd .btn{margin-top: 0;width: 132px;line-height: 38px;}

.contactUs .text{padding: 20px;}
.contactUs .text .nyTitle{margin-bottom: 20px;}
.contactUs .text dl{margin-bottom: 15px;}
.contactUs .text dl dt{width: 48px;height: 48px;margin-right: 12px;}
.contactUs .text dl dt img{height: 20px;}
.contactUs .text dl dd p{font-size: 13px;}
.contactUs .text ul li{width: 90px;}
.contactUs .text ul li .pic{height: 90px;margin-bottom: 12px;}

.msgWrap .formItem{margin-bottom: 10px;padding: 0 12px;}
.msgWrap .formItem.mini{width: 100%;}
.msgWrap .formItem.mrgRight{margin-right: 0;}
.msgWrap .formItem .text{height: 40px;line-height: 40px;}
.msgWrap .formItem textarea{line-height: 40px;height: 160px;}
.msgWrap .formItem.codeItem{padding-right: 120px;}
.msgWrap .formItem.codeItem .pic{width: 120px;}
.msgWrap .btnwrap .btn{width: 120px;height: 40px;line-height: 38px;margin: 0 3px;}

}

@media screen and (max-width: 468px){
.fz18{font-size: 14px;}
.isect1 .container{padding: 20px 0 0;margin-left: 0;}	
.isect1 dt a{padding-bottom: 147.6%;padding-bottom: 120%;}
.isect1 dd{display: none;}
.isect2 .tabs{padding: 16px 0;}
.isect2 .tabs a{height: 92px;padding: 16px 10px 0;}
.isect2 .tabs a::before{height: 60px;margin-top: -30px;}
.isect2 .tabs a::after{height: calc(100% + 32px);top: -16px;}
.isect2 .tabs a .icon{height: 26px;}
.isect2 .tabs a h5{margin-top: 12px;}
.isect4 .container .left li{width: 100%;margin-bottom: 12px;}
.footer .btm .text span{display: block;margin: 0;}

.partner ul li{width: 100%;}
}