@charset "utf-8";
/* CSS Document */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td { margin:0; padding:0; }
h1,h2,h3,h4,h5,h6{font-weight: normal;}
BODY {FONT: "Microsoft YaHei", arial,sans-serif;  overflow-x: hidden;  background: #fff;}
A {COLOR: #666; TEXT-DECORATION: none}
P{COLOR: #333;}
A:hover {TEXT-DECORATION: none}
A IMG {BORDER-BOTTOM-STYLE: none; BORDER-RIGHT-STYLE: none; BORDER-TOP-STYLE: none; BORDER-LEFT-STYLE: none}
DIV {PADDING-BOTTOM: 0px; LIST-STYLE-TYPE: none; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px}
UL {PADDING-BOTTOM: 0px; LIST-STYLE-TYPE: none; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px}
LI {PADDING-BOTTOM: 0px; LIST-STYLE-TYPE: none; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px}
P {PADDING-BOTTOM: 0px; LIST-STYLE-TYPE: none; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px}
FORM {PADDING-BOTTOM: 0px; LIST-STYLE-TYPE: none; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px}
EM {FONT-STYLE: normal; FONT-WEIGHT: normal}
TABLE {PADDING-BOTTOM: 0px; LIST-STYLE-TYPE: none; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px}
DT {PADDING-BOTTOM: 0px; LIST-STYLE-TYPE: none; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px}
DL {PADDING-BOTTOM: 0px; LIST-STYLE-TYPE: none; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px}
DD {PADDING-BOTTOM: 0px; LIST-STYLE-TYPE: none; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px}
FORM {PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px}
TR {PADDING-BOTTOM: 0px; LIST-STYLE-TYPE: none; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px}
.cl{HEIGHT: 0px; CLEAR: both;}
.jz{margin:0 auto;}
.fl{FLOAT: left}
.fr{FLOAT: right}
img { image-rendering: -webkit-optimize-contrast;}
.container{width:1500px; margin:0 auto}
.container12{width:1200px; margin:0 auto}
.container145{width:1450px; margin:0 auto}
.container16{width:1600px; margin:0 auto}
.containers{width:96%; margin:0 auto}
.c{*zoom:1;}
.c:after{content: ""; display: block; height: 0; clear: both;}
.txt-c{text-align: center;}
.txt-r{text-align: right;}
.col-white{color: #fff;}
.clearfix:after{ content:""; display:block; clear:both; height:0; visibility:hidden;}
.clearfix{ zoom:1;}
/* 下滑头部 */
.navfixed {position: fixed; top: 0; width: 100%; z-index: 99999; transition: .5s;}
/* 多行省略 */
.omit {display: -webkit-box;overflow: hidden;  	-webkit-line-clamp: 2;-webkit-box-orient: vertical; }
/* 绝对定位居中 */
.jddwjz { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%)}
/* 滚动条样式 */
::-webkit-scrollbar {/*滚动条整体样式*/width: 4px;/*高宽分别对应横竖滚动条的尺寸*/ height: 4px;scrollbar-arrow-color:red;}
::-webkit-scrollbar-thumb {/*滚动条里面小方块*/ border-radius: 5px;-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);background: rgba(0,0,0,0.2);scrollbar-arrow-color:red;}
::-webkit-scrollbar-track {/*滚动条里面轨道*/ -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2); border-radius: 0; background: rgba(0,0,0,0.1);}
/* 图标变黑色 */
.icon-black {  filter: brightness(0);}
/* 图标变白色 */
.icon-white {filter: brightness(100);}
/* 图标变灰色色 */
.icon-gray {filter: grayscale(100%);  }

/*字体引入*/
@font-face {
  /* font-family: "futura"; */
  font-family: "Noto Sans SC";
  /* src: url("../font/Futura\ Md\ BT\ Bold.ttf"); */
}

@font-face {
  font-family: "mavenBold";
  src: url("../font/MavenPro-Bold.ttf");
}

/* CSS Document */
/* 头部 */
.header {position: fixed; top: 0; z-index: 99; width: 100%; transition: .5s;}
.header .container {width: 1800px;}
.header .box {height: 6.94rem;display: flex; justify-content: space-between; align-items: center; transition: .5s;}
.header .box > ul {display: flex;  justify-content: space-between;margin-left: 20%;}
.header .box > ul > li {position: relative;}
.header .box > ul > li > a {font-size: 1rem; padding: 0 2.2rem; font-weight: 400;color: #ffffff;display: block; line-height: 6.94rem;position: relative;}
.header .box > ul > li > a::before {position: absolute; top: 0; content: ''; left: 0; width: 100%; height: 0%; background: #d99024; transition: .5s; z-index: -1;}
.header .box > ul > li > a::after {position: absolute; bottom: 0; width:0;content: ''; left: 0; background: #d99024;border-radius: 0.13rem;height: 0.19rem;}
.header .box > ul > li.on > a::after {position: absolute; bottom: 0; width:80%;content: ''; left: 10%; background: #d99024;border-radius: 0.13rem;height: 0.19rem;}
.header .box > ul > li:hover > a::before  {height: 100%;}
.header .box > ul > li > dl {position: absolute; width: 100%; text-align: center; display: none;}
.header .box > ul > li > dl > dd { background: rgba(0, 0, 0,.23); transition: .5s;}
.header .box > ul > li > dl > dd a {font-size: 0.94rem;font-weight: 400;color: #ffffff; padding: 1rem 0; display: block; margin-bottom: 1px;}
.header .box > ul > li > dl > dd:hover {background: #d99024;}
.header .box .heSearch img {display: block;filter: brightness(100); width: auto;}
.header .box .heSearch img:hover {filter: none;}
.header .box .heLuange .luange {display: flex; align-items: center;} 
.header .box .heLuange .luange span {font-size: 1.13rem;font-weight: 400;color: #ffffff; margin: 0 0.5rem;}
.header .box .heLuange {position: relative; line-height: 6.94rem;}
.header .box .heLuange dl {position: absolute; line-height: initial; width: 150%; left: -20%;   z-index: 2;-webkit-border-radius: 10px; -moz-border-radius: 10px;border-radius: 10px; background-color: rgba(255,255,255,1); padding: 10px 10px; box-sizing: border-box;position: absolute;bottom: -110px; opacity: 0; transform: translateY(50px); transition: all .5s ease; -webkit-box-shadow: 0 0 15px rgb(29 56 75 / 40%);-moz-box-shadow: 0 0 15px rgba(29,56,75,.4); box-shadow: 0 0 15px rgb(29 56 75 / 40%); pointer-events: none;}
.header .box .heLuange dl::after {z-index: 2;content: ''; display: block; width: 18px;height: 18px;transform: rotate(45deg); top: -8px; right: 55px; background-color: #fff; position: absolute;}
.header .box .heLuange:hover dl {opacity: 1;transform: translateY(0); pointer-events: auto;}
.header .box .heLuange dl dd a {display: block;font-size: 0.9rem;line-height: 35px;border-bottom: 1px dashed #ccc;text-align: center;color: #666;}
.header .box .heLuange dl dd:hover a {color: #d99024;}
.headerFixed {background: rgba(0, 0, 0, 0.5);}
.headerFixed.header .box {height: 5.5rem;}
.headerFixed.header .box > ul > li > a  {line-height: 5.5rem;}
/* .headerFixed.header .box .heLuange {line-height: 5.5rem;} */

/* 搜索页面 */
.search-page .box {margin-top: 18vh;}
.search-page form {width: 60%;margin: auto; margin-bottom: 60px; border: 1px solid #333; border-radius: 50px; padding:5px 20px; box-sizing: border-box; display: flex;     align-items: center; justify-content: space-between; }
.search-page form .search-text {padding: 5px 0; width: 95%; line-height: 35px; outline: none; border: none; box-sizing: border-box; font-size: 16px;}
.search-page form .sub {width: 23px;  height: 23px; display: block; cursor: pointer; background: url(../images/searchIcon.png) no-repeat center; outline: none; border: none; background-size: 100%; filter: brightness(0);}
.search-page ul {width: 100%;}
.search-page li {width: 100%; padding: 30px; margin-top: 20px; box-sizing: border-box; background: #f5f5f5;}
.search-page li span {background: #d99024; color: #fff; font-size: 12px; padding: 2px 5px; }
.search-page li h3 {font-size: 18px; margin: 10px 0; color: #000000; font-weight: 700;}
.search-page li p {font-size: 16px; color: #666; line-height: 20px;}
.search-page li .le {width: 95%;}
.search-page li a {display: flex; align-items: flex-end; justify-content: space-between;}
.search-page li img {transition: .5s; margin-right: 20px;}
.search-page li:hover img {transform: translateX(20px);}
@media screen and (min-width: 200px) and (max-width: 640px){
.search-page form {
    width: 90%;
    margin-bottom: 40px;
}
}
/* 分页 */
.fy { padding: 60px 0; display: flex;justify-content: center;align-items: center; flex-wrap: wrap;}
.fy a { border: 0.06rem solid #d7dde4; display: flex; align-items: center; justify-content: center; color: #707070; font-size: 14px; transition: .4s; margin:5px;  padding: 5px 13px;}
.fy a:hover {color: #fff; background: #1b1b1b;}
.fy .layui-laypage-curr {color: #fff; background: #1b1b1b; font-size: 14px;  margin: 0 5px; padding: 5px 13px;}

/* 首页 */
.indexiner {width: 1720px; margin: auto;}
.banner {height: 100vh; position: relative;}
.bannerSwiper {height: 100%; position: relative; overflow: hidden;}
.banner .swiper-slide {height: 100%;}
.banner .swiper-slide .box {width: 1650px; margin: auto; display: flex; flex-direction: column; justify-content: center; height: 100%;}
.banner .swiper-slide strong {font-size: 4.5rem;font-weight: 700;color: #ffffff; display: block;}
.banner .swiper-slide .smallTle {display: flex; align-items: flex-start;margin-top: 1rem;}
.banner .swiper-slide h3 {font-size: 2.5rem;font-weight: 400;color: #ffffff; margin-right: 1rem;}
.banner .swiper-slide h4{color: #ffffff;font-size:  2.5rem;}
.banner .swiper-slide i {display: inline-block;width: 1.19rem;height: 1.19rem;background: #ffffff;border-radius: 50%;position: relative; margin: 3rem 0; margin-bottom: 5rem;}
.banner .swiper-slide i::after {position: absolute;content: '';right: -65%; border-radius: 50%; width: 1.19rem;height: 1.19rem;background: #d99024;}
.banner .swiper-slide small {font-size: 1.06rem;font-weight: normal;color: #ffffff; text-transform: uppercase;display: block;}
.banner .swiper-pagination {bottom: 15%; left: 7%; text-align: left;}
.banner .swiper-pagination-bullet {width: 1.25rem;height: 1.25rem; background: none; opacity: 1; box-sizing: border-box; position: relative;}
.banner .swiper-pagination-bullet::after {width: 0.38rem; height: 0.38rem;background: #ffffff; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); content: ""; border-radius: 50%;}
.banner .swiper-pagination-bullet-active {border: 1px solid #fff;position: relative;}
.scrollDown {position: absolute; z-index: 11; left: 2.5%; bottom: -8px; text-align: center; }
/* .scrollDown span {font-size: 1rem;color: #ffffff;writing-mode:vertical-lr; text-transform: uppercase; transform: translateY(0); font-weight: 100; display: block;animation: scroll 2s cubic-bezier(0.445, 0.145, 0.355, 1) infinite;} */
.scrollDown span {font-size: 1rem;color: #ffffff;writing-mode:vertical-lr; text-transform: uppercase; transform: translateY(0); font-weight: 100; display: block;     margin-bottom: 10rem;}

.scrollDown i {width: 1px; height: 8rem; top: 135px; display: inline-block; background: #ffffff;  text-align: center;margin-top: 2rem; animation: scroll 2s cubic-bezier(0.445, 0.145, 0.355, 1) infinite; position: absolute;}

@keyframes scroll{0%{height: 0;} 100% {height:8rem;}}

.indexOne .tle {margin: 6.5rem 0; display: flex; justify-content: space-between; align-items: center;}
.indexOne .tle strong {display: block;font-size: 2.25rem;color: #333333;font-weight: 700;}
.indexOne .tle strong span {color: #185C97;}
.indexOne .tle i {display: inline-block; width: 5.5rem; height: 0.25rem; background: #185C97; margin-top: 1rem;}
.indexOne .tle .re a {width: 11.25rem;  height: 4.06rem;background: #0e54a0; border-radius: 2.06rem; display: flex; justify-content: center; align-items: center;font-size: 1.25rem;color: #ffffff;}
.indexOne .tle .re a img {transition: .5s; margin-left: 1rem;}
.indexOne .tle .re a:hover img {margin-left: 2rem;}
.indexOne ul {display: flex; justify-content: space-between;}
.indexOne li {height: 37.5rem; width: 10%; position: relative; transition: .5s;}
.indexOne li .show {height: 100%; transition: .5s; position: absolute; width: 100%; left: 0; top: 0; background: rgba(0, 0, 0,.5); display: flex; flex-direction: column; justify-content: space-between;    padding: 30% 5% 20% 15%;box-sizing: border-box;}
.indexOne li .show h3 {writing-mode:vertical-lr; font-size: 1.63rem;color: #ffffff;}
.indexOne li .show span {font-size: 0.88rem;color: #ffffff; font-weight: 100;writing-mode:vertical-lr;}
.indexOne li .hide {background: rgba(14, 84, 160,.8); opacity: 0; transition: .5s; height: 100%; padding: 2%;box-sizing: border-box; position: absolute; left: 0; top: 0; display: flex; flex-direction: column; justify-content: center;align-items: center;}
.indexOne li .hide h4 {font-size: 1.88rem;font-weight: 400;color: #ffffff;}
.indexOne li .hide em {font-size: 1rem;color: #ffffff;display: block;}
.indexOne li .hide i {display: inline-block;width: 4.44rem; height: 0.13rem; background: #ffffff; margin-top: 2rem;}
.indexOne li .hide p {margin: 10% 0; font-size:0.95rem;color: #ffffff;line-height: 1.48rem; width: 80%;text-align: center;}
.indexOne li .hide .more {width: 10.31rem;height: 3.13rem; background: #d99024;border-radius: 1.56rem; text-align: center; line-height: 3.13rem;font-size: 1rem;color: #ffffff;}
.indexOne li.on {width: 29%;}
.indexOne li.on .show {opacity: 0;}
.indexOne li.on .hide {opacity: 1;}

.indexTle {text-align: center;}
.indexTle h3 {font-size: 2.25rem;font-weight: 700;color: #333333;}
.indexTle i {display: inline-block;width: 5.5rem;height: 0.25rem; background: #1f62a1;border-radius: 0.13rem;}
.indexTwo {margin: 5rem 0;}
.indexTwo .hd { border-bottom: 1px solid #EEEEEE; margin-bottom: 2.5rem;}
.indexTwo .hd ul {display: flex; justify-content: center;}
.indexTwo .hd ul li {text-align: center; margin-left: 10rem; position: relative; padding: 3.5rem 0 2.5rem 0; cursor: pointer;}
.indexTwo .hd ul li::after {content: ""; position: absolute; width: 0; bottom: 0; left: 50%;height: 0.13rem; background: #0e54a0; transition: .5s;}
.indexTwo .hd ul li:nth-child(1) {margin-left: 0;}
.indexTwo .hd ul li span {display: block;font-size: 1.13rem;color: #333333; margin-top: 1rem;}
.indexTwo .hd ul li img {filter: grayscale(100%);display: inline-block;}
.indexTwo .hd ul li.on img {filter: none;}
.indexTwo .hd ul li.on span {color: #054a9d; font-weight: 700;}
.indexTwo .hd ul li.on::after {content: ""; position: absolute; width: 100%; left: 0;height: 0.13rem; background: #0e54a0;}
.indexTwo .bd .bdOne {display: grid; grid-template-columns: 29% 38% 29%; gap: 2rem;}
.indexTwo .bd .bdOne li {background: red; position: relative; overflow: hidden;}
.indexTwo .bd .bdOne li h4 {font-size: 1.88rem;font-weight: 400; color: #000000;}
.indexTwo .bd .bdOne li em {font-size:0.9rem;color: #999999;}
.indexTwo .bd .bdOne li .more {font-size: 2.5rem;color: #333333;  position: absolute; bottom: 10%; transition: .5s;}
.indexTwo .bd .bdOne li:hover .more {transform: rotate(180deg); color: #054a9d;}
.indexTwo .bd .bdOne li:nth-child(1) {grid-row-start: 1;  grid-row-end: 5; background: url(../images/indexTwo-bj.jpg) no-repeat center; background-size: cover;}
.indexTwo .bd .bdOne li:nth-child(2) {grid-row-start: 1;  grid-row-end: 3;}
.indexTwo .bd .bdOne li:nth-child(3) {grid-row-start: 3;  grid-row-end: 5;}
.indexTwo .bd .bdOne li:nth-child(4) {grid-row-start: 1;  grid-row-end: 4;}
.indexTwo .bd .bdOne li:nth-child(5) {grid-row-start: 4;  grid-row-end: 5;}
.indexTwo .bd .bdOne li:nth-child(1) {text-align: center; padding: 3.5rem 1.5rem; box-sizing: border-box;}
.indexTwo .bd .bdOne li:nth-child(1) .oneMore {display: none;}
.indexTwo .bd .bdOne li:nth-child(1) p {width: 70%; margin: 3rem auto;font-size: 1rem;color: #ffffff;line-height: 1.63rem;}
.indexTwo .bd .bdOne li:nth-child(1) h4 {color: #fff;}
.indexTwo .bd .bdOne li:nth-child(1) em {color: #fff; display: block;}
.indexTwo .bd .bdOne li:nth-child(1) a {display: inline-block;font-size: 1rem;color: #ffffff; width: 8.81rem;height: 2.69rem; border-radius: 1.5rem; text-align: center; line-height: 2.69rem; background: url(../images/indexTwo-more-bj.png) no-repeat center; background-size: contain; position: relative; overflow: hidden; z-index: 1; transition: .8s;}
.indexTwo .bd .bdOne li:nth-child(1) a::after {position: absolute; content: ""; width: 0; height: 100%;background: #fff; transition: .5s; left: 0; z-index: -1;}
.indexTwo .bd .bdOne li:nth-child(1) a:hover::after { color: #054a9d; width: 100%;}
.indexTwo .bd .bdOne li:nth-child(1) a:hover {color: #054a9d;}
.indexTwo .bd .bdOne li:nth-child(1) img {width: 100%; display: inline-block; margin-top: 3.8rem;}
.indexTwo .bd .bdOne li:nth-child(2) ,.indexTwo .bd .bdOne li:nth-child(3) ,.indexTwo .bd .bdOne li:nth-child(4)  {padding: 1.5rem; box-sizing: border-box; background: #f6f6f6;}
.indexTwo .bd .bdOne li:nth-child(2) h4 ,.indexTwo .bd .bdOne li:nth-child(3) h4 ,.indexTwo .bd .bdOne li:nth-child(4) h4 {margin-top: 2rem;}
.indexTwo .bd .bdOne li:nth-child(2) .imgBox  ,.indexTwo .bd .bdOne li:nth-child(3) .imgBox {text-align: right; position: absolute;width: 100%;left: 0; padding: 1.5rem; box-sizing: border-box;  padding-top: 0;}
.indexTwo .bd .bdOne li:nth-child(2) .imgBox img ,.indexTwo .bd .bdOne li:nth-child(3) .imgBox img {width:72%;}
.indexTwo .bd .bdOne li:nth-child(2) .imgBox{bottom:0}
.indexTwo .bd .bdOne li:nth-child(3) .imgBox{top:48px}
.indexTwo .bd .bdOne li:nth-child(3) .imgBox img{width: 66%;}
.indexTwo .bd .bdOne li:nth-child(4) .imgBox img {width: 100%;}
.indexTwo .bd .bdOne li:nth-child(5) {background: url(../images/indexTwo-bj2.jpg) no-repeat center; background-size: cover; padding: 1.5rem; box-sizing: border-box; text-align: center;}
.indexTwo .bd .bdOne li:nth-child(5) a {display: flex; flex-direction: column; justify-content: center; align-items: center; height: 100%;}
.indexTwo .bd .bdOne li:nth-child(5) span {font-size: 1.63rem;font-weight: 400;color: #ffffff; margin-top: 2rem;}
.indexTwo .bd .bdOne li:nth-child(5) img {transition: .5s;}
.indexTwo .bd .bdOne li:nth-child(5):hover img {transform: rotate(180deg);}
.indexTwo .bd .bdTwo {display: flex; flex-wrap: wrap; justify-content: space-between;}
.indexTwo .bd .bdTwo li {padding: 1.5rem; box-sizing: border-box; background: #f6f6f6; width: 32%; margin-bottom: 2rem;}
.indexTwo .bd .bdTwo li h4 {font-size: 1.88rem;font-weight: 400; color: #000000;}
.indexTwo .bd .bdTwo li em {font-size: 0.9rem;color: #999999;}
.indexTwo .bd .bdTwo li .imgBox img {display: block; width: 100%;}
.indexTwo .bd .bdTwo li .more {font-size: 2.5rem;color: #333333;  transition: .5s; display: inline-block;    margin-top: 7rem;}
.indexTwo .bd .bdTwo li .bdtwoLe{margin-left:1rem;}
.indexTwo .bd .bdTwo li:hover .more {transform: rotate(180deg); color: #054a9d;}

.indexThree {background: url(../images/indexThree-bj.jpg) no-repeat center; background-size: cover; padding: 8.5rem 0; margin-top: 5rem;}
.indexThree .indexTle {text-align: left;}
.indexThree .indexTle h3 {color: #fff;}
.indexThree .indexTle i {width: 9.25rem; height: 0.19rem;background: #ffffff;}
.indexThree .leCOn {width: 50%;}
.indexThree .leCOn p {font-size: 1rem;font-weight: 400;color: #ffffff;line-height: 2.25rem; margin: 3.5rem 0 9rem 0;}
.indexThree .leCOn ul {display: flex; justify-content: space-between;}
.indexThree .leCOn ul li {text-align: center; width: calc(100% / 4); padding: 0 4rem; position: relative;}
.indexThree .leCOn ul li:nth-child(1) {padding-left: 0;}
.indexThree .leCOn ul li:nth-child(4) {padding-right: 0;}
.indexThree .leCOn ul li:nth-child(4)::after {display: none;}
.indexThree .leCOn ul li::after {width: 1px; content: ""; height: 100%; position: absolute; right: 0;opacity: 0.15; top: 0; background: #dddddd;}
.indexThree .leCOn ul li span {font-size: 1.13rem;color: #fff;line-height: 2rem; display: block; margin-top: 0.5rem;}
.indexThree .leCOn ul li em {font-size: 0.88rem;font-family: Arial, Arial-Regular;color: #fff; display: block;}
.indexThree .leCOn ul li img {transition: .5s;}
.indexThree .leCOn ul li:hover img {transform: rotateY(180deg);}

.indexFour {margin: 5rem 0;}
.indexFour .indexTle {text-align: left;}
.indexFour .indexTle i {width: 9.25rem;}
.indexFour .inFourSlide .hd {display: flex; justify-content: space-between;}
.indexFour .inFourSlide .hd ul {display: flex;}
.indexFour .inFourSlide .hd ul li {width: 11.25rem;height: 4.06rem; overflow: hidden; cursor: pointer;  border: 0.06rem solid #0e54a0;  border-radius: 2.13rem; text-align: center; line-height: 4.06rem;color: #084d9e;font-size: 1.25rem; margin-left: 1.38rem;}
.indexFour .inFourSlide .hd ul li a {color: #333; display: block;transition: .5s;}
.indexFour .inFourSlide .hd ul li:first-child {margin-left: 0;}
.indexFour .inFourSlide .hd ul li.on a {background: #0e54a0; color: #ffff;}
.indexFour .inFourSlide .hd ul li:hover a {background: #0e54a0; color: #ffff;}
.inFourSwiperOne {overflow: hidden; position: relative; padding: 3.88rem 0;}
.inFourSwiperOne .swiper-slide a {padding: 1.5rem; box-sizing: border-box; background: #e9eff4; display: block;}
.inFourSwiperOne .swiper-slide .con {padding: 1rem; box-sizing: border-box;}
.inFourSwiperOne .swiper-slide .imgBox {overflow: hidden;}
.inFourSwiperOne .swiper-slide .imgBox img {width: 100%; display: block; transition: .5s;}
.inFourSwiperOne .swiper-slide em {font-size: 1.06rem;color: #888888; margin: 1rem 0; display: block;}
.inFourSwiperOne .swiper-slide h4 {font-size: 1.25rem;color: #333333;font-weight: 500;line-height: 1.88rem;}
.inFourSwiperOne .swiper-slide .more {margin-top: 4rem; display: flex; align-items: center;}
.inFourSwiperOne .swiper-slide .more img {margin-left: 0.5rem; transition: .5s;}
.inFourSwiperOne .swiper-slide:hover .imgBox img {transform: scale(1.1);}
.inFourSwiperOne .swiper-slide:hover .more img {margin-left: 1.5rem;}
.inFourSwiperOne .swiper-pagination-bullet {width: 0.88rem;height: 0.88rem; background: #dfe2e8; opacity: 1; box-sizing: border-box; margin:0 10px !important;}
.inFourSwiperOne .swiper-pagination-bullet-active {background: #064a9d;}
.inFourSwiperOne .swiper-pagination {bottom: 0;}
.inFourSwiperOne .swiper-button-prev { top: auto; bottom: 0; left: 40%; width: 0.63rem; height: 1rem; background: url(../images/inFourSwiperOne-jt2.png) no-repeat center; background-size: contain;}
.inFourSwiperOne .swiper-button-next { top: auto; bottom: 0; right: 40%; width: 0.63rem; height: 1rem; background: url(../images/inFourSwiperOne-jt2.png) no-repeat center; background-size: contain; transform: rotate(180deg);}

.indexFive {background: url(../images/indexFive-bj.jpg) no-repeat center; background-size: cover; padding: 5rem 0 6.5rem 0; background-attachment: fixed;}
.indexFive .indexTle {display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid rgba(255, 255, 255,.26); padding-bottom: 3.5rem;}
.indexFive .indexTle h3 {color: #fff;}
.indexFive .reMore a {display: block; width: 12.19rem; transition: .5s; height: 4.06rem;border: 0.13rem solid #ffffff; border-radius: 2.19rem; text-align: center; line-height: 4.06rem; font-size: 1.25rem; color: #fff;}
.indexFive .reMore a img {margin-left: 0.5rem; filter: brightness(100);}
.indexFive .reMore a:hover {background: #fff; color: #054a9d;}
.indexFive .reMore a:hover img {filter: none;}
.indexFive .inFiveCon {display: flex; justify-content: space-between; margin-top: 3rem; align-items: center;box-sizing: border-box;}
.indexFive .inFiveCon .leCon {width: 52%;}
.indexFive .inFiveCon .leCon dl {display: flex; align-items: center; justify-content: space-between; margin-bottom: 1.5rem;}
.indexFive .inFiveCon .leCon dl:nth-child(3) {margin-top: 6rem;}
.indexFive .inFiveCon .leCon dl:last-child {margin-bottom: 0;}
.indexFive .inFiveCon .leCon dl dt {font-size: 1.38rem;font-weight: 400;color: #ffffff;    width: 177px;}
.indexFive .inFiveCon .leCon dl dd {color: #ffffff; }
.indexFive .inFiveCon .leCon dl dd em {  font-size: 1.13rem;  width: 5rem;  display: inline-block;}
.indexFive .inFiveCon .leCon dl dd span {background: rgba(160, 160, 160,.16);font-size: 1rem; border: 0.06rem solid rgba(245, 245, 245,.16); display: inline-block; padding: 0.5rem 1rem; box-sizing: border-box; width: 16rem;    white-space: nowrap;}
.indexFive .inFiveCon .reCon img {display: block; width: 100%;}

.copy {background: #2a2a2a; padding: 1rem 0;}
.copy .con {display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap;}
.copy .con p {margin-top: 0.5rem;}
.copy .con p , .copy .con p a {font-size: 0.88rem;color: rgba(255, 255, 255,.34);}
.copy .con p a:hover {color: #fff;}

/* ==================================内页======================================== */
.ny-banner {height: 42rem; position: relative;}
.ny-banner .container {height: 100%;}
.ny-banner .tle {height: 100%; display: flex; flex-direction: column; justify-content: center;}
.ny-banner .tle h2 {font-size: 4rem;color: #ffffff;}
.ny-banner .tle span {font-size: 1.48rem;color: #ffffff;}
.ny-banner .bannerNav {position: absolute; bottom: 0; left: 0; width: 100%;background: rgba(6, 38, 73,.75);height: 5.3rem;}
.ny-banner .bannerNav ul {display: flex; width: 100%;}
.ny-banner .bannerNav li {width: 14%; }
.ny-banner .bannerNav li a {display: block; line-height: 5.3rem;font-size: 1.13rem;color: #ffffff; text-align: center; transition: .5s;}
.ny-banner .bannerNav li.on a {background: #d99024;}
.ny-banner .bannerNav li:hover a {background: #d99024;}

.warp-banner { margin: 3rem 0; display: none;}
.warp-banner ul {display: flex; flex-wrap: wrap;}
.warp-banner ul li {width: 48%;margin-right: 2%;box-sizing: border-box; border: 1px solid #ccc; margin-bottom: 2%; padding: 0;}
.warp-banner ul li a {    display: block;text-align: center;line-height: 3rem; color: #333; font-size: 1rem;}
.warp-banner ul li.on {border-color: #d99024;}
.warp-banner ul li.on a {background: #d99024; color: #fff;}

/* 关于我们 */
.aboutTle h3 {font-size: 2.38rem;font-weight: 400;color: #333333;}
.aboutTle strong {font-size: 2.25rem;font-family: Arial, Arial-Bold;font-weight: 700;color: #f6f6f6; text-transform: uppercase;display: block;}
.aboutTle i {display: inline-block; margin-top: 1.5rem; width: 4.13rem;height: 0.31rem;background: #155ea2;}
.aboutOne {padding: 6rem 0 6.5rem 0; position: relative;}
.aboutOne .le {width: 60%;}
.aboutOne .leCon {margin-top: 4rem;}
.aboutOne .leCon p {margin-top: 1.5rem;font-size: 1rem;color: #666666;line-height: 2rem;}
.aboutOne .re {position: absolute; right: 0;bottom: 0; z-index: -1; width: 48%;}
.aboutOne .re img {width: 100%; display: block;}
.aboutTwo {background: url(../images/aboutTwo-bj.jpg) no-repeat center; background-size: cover;}
.aboutTwo ul {display: flex; justify-content: center; padding: 5rem 0;}
.aboutTwo ul li {width: 30%; text-align: center; position: relative; padding: 0 1rem; box-sizing: border-box;}
.aboutTwo ul li::before {content: ""; width: 1px; height: 100%; top: 0;opacity: 0.2; background: #000000; position: absolute; right: 0;}
.aboutTwo ul li::after {content: ""; width: 1px; height: 100%; top: 0;opacity: 0.2; background: #e9e9e9; position: absolute; right: -1px;}
.aboutTwo ul li:last-child::before {display: none;}
.aboutTwo ul li:last-child::after {display: none;}
.aboutTwo ul li h5 {font-size: 2rem;color: #ffffff; margin-top: 2rem;}
.aboutTwo ul li i {display: inline-block; width: 2.88rem;height: 0.19rem; background: #fafafa; margin: 1rem 0 2rem 0;}
.aboutTwo ul li span {display: block;font-size: 1.13rem;color: #ffffff;}

.aboutThree {padding-bottom: 8rem;}
.aboutThree .aboutTle {text-align: center; padding: 4.5rem 0;}
.aboutThree .container {width: 1700px;}
.aboutThree .swiperBox {position: relative;}
.abThswiper {width: 1500px; margin: auto;overflow: hidden;}
.abThswiper .swiper-pagination {display: none;}
.abThswiper .swiper-pagination-bullet {background: #0b3072;}
.abThswiper .swiper-slide {background: #DEE0E3; height: auto; padding:2rem 1rem; padding-bottom: 5rem; box-sizing: border-box;}
.abThswiper .imgBox {overflow: hidden;}
.abThswiper .imgBox img {display: block; transition: .5s; width: 100%;}
.abThswiper .con {display: flex; flex-direction: column; justify-content: center; align-items: center; height: 100%;}
.abThswiper .con span {position: absolute; bottom: 1.5rem;color: #333333;font-size: 1.19rem; padding: 0 1rem;box-sizing: border-box;}
.abThswiper .con::after {content: ""; position: absolute; width: 100%; height: 0.31rem;background: #155ea2;left: 0; bottom: 0;}
.abThswiper .con:hover img {transform: scale(1.05);}
.abThswiper .swiper-button-prev {width: 4.5rem; height: 4.5rem; background: #fafafa; border-radius: 50%; left: 0; transform: rotate(180deg); transition: .5s;}
.abThswiper .swiper-button-next {width: 4.5rem; height: 4.5rem; background: #fafafa; border-radius: 50%;  right: 0;transition: .5s;}
.abThswiper .swiper-button-prev:hover , .abThswiper .swiper-button-next:hover { background: #064a9d;}
.abThswiper .swiper-button-prev:hover img ,.abThswiper .swiper-button-next:hover img { filter: brightness(100);}

.abouFour {background: url(../images/abouFour-bj.jpg) no-repeat center; background-size: cover; padding-bottom: 3rem;}
.abouFour .aboutTle {text-align: center; padding: 4.5rem 0 3rem 0;}
.abouFour .aboutTle h3 {color: #fff;}
.abouFour .aboutTle i {background: #fff;}
.abouFour .container {width: 1600px;}
.abouFour .swiperBox {position: relative;}
.abFoSwiper1 {width: 1500px; overflow: hidden; margin: auto;}
.abFoSwiper1 .swiper-slide .conBox {height: 36rem;}
.abFoSwiper1 .swiper-slide .con {padding: 1rem; box-sizing: border-box; transition: .5s;   height: 100%;   display: flex; flex-direction: column;  justify-content: center;}
.abFoSwiper1 .swiper-slide .imgBox {border-radius: 1.25rem; overflow: hidden;}
.abFoSwiper1 .swiper-slide .imgBox img {width: 100%; display: block;}
.abFoSwiper1 .swiper-slide strong {font-size: 2rem;color: #ffffff;font-weight: 700; position: relative;display: inline-block; margin: 2rem 0;}
.abFoSwiper1 .swiper-slide strong::after {content: ""; width: 50%; position: absolute; bottom: 0; background: #fff; height: 2px; left: 0;}
.abFoSwiper1 .swiper-slide p {font-size: 1rem; color: #fff;}
.abFoSwiper1 .swiper-slide p span {font-weight: bold;}
.abFoSwiper1 .swiper-button-next {width: 1.25rem; height: 2.25rem; background: url(../images/banner-jt2.png) no-repeat center; background-size: 100%; right: 0;}
.abFoSwiper1 .swiper-button-prev {width: 1.25rem; height: 2.25rem; background: url(../images/banner-jt2.png) no-repeat center; background-size: 100%; left: 0; transform: rotate(180deg);}
.abFoSwiper2 {position: relative; overflow: hidden; width: 1500px;margin: auto;margin-top: 3rem;}
.abFoSwiper2 .swiper-slide {cursor: pointer;}
.abFoSwiper2 .swiper-slide small {font-size: 1.69rem;font-weight: 700;color: #ffffff;font-family: Arial, Arial-Bold; text-align: center; display: block; margin-bottom: 1rem;}
.abFoSwiper2 .swiper-slide .shuxian {display: flex; justify-content: space-between; position: relative; padding: 0 0.8rem; box-sizing: border-box;}
.abFoSwiper2 .swiper-slide .shuxian::after {content: ""; width: 0.19rem; height: 2.25rem; background: #ffffff; position: absolute; bottom: 0; right: -1px;}
.abFoSwiper2 .swiper-slide:first-child  .shuxian::before{content: ""; width: 0.19rem; height: 2.25rem; background: #ffffff; position: absolute; bottom: 0;}
.abFoSwiper2 .swiper-slide .shuxian i {width: 1px;height: 1.13rem;opacity: 0.24; background: #ffffff; display: inline-block;}

.abouFive {margin-bottom: 5rem;}
.abouFive .aboutTle {text-align: center; padding: 4.5rem 0 3rem 0;}

.serve {background: url(../images/serve-bj.jpg) no-repeat center; background-size: cover; padding: 3.2rem 0;}
.serve .con {display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap;}
.serve .con strong {font-size: 1.75rem;font-weight: 400;color: #333333; margin-top: 1rem;}
.serve .con a {margin-top: 1rem; display: block;}
.serve .con .icon {display: flex; align-items: center;}
.serve .con em {font-size: 1rem;color: #333333; padding-bottom: 1rem; border-bottom: 1px solid #262626;}
.serve .con i {display: inline-block;width: 2.94rem; height: 2.94rem; background: #155ea2; border-radius: 50%; margin-left: 1rem; position: relative; overflow: hidden;}
.serve .con i::before {content: "";position: absolute;left: 0;top: 0;width: 100%;height: 100%; background: 50% 50% no-repeat;background-size: contain;transition: all 1s;background: url(../images/more-jt3.png) no-repeat center;}
/* .serve .con i::after {content: "";position: absolute;left: -100%;transform: rotate(45deg);top: 0;width: 100%;height: 100%;background: 50% 50% no-repeat;background-size: contain;transition: 1s;background: url(../images/more-jt3.png) no-repeat center;} */
.serve .con .icon:hover i::before { transform: rotate(45deg); }
/* .serve .con .icon:hover i::after {left: 0;} */

footer {background: #0d477c; padding: 3rem 0 0.5rem 0;}
footer .boxTom {display: flex; justify-content: space-between; align-items: center; padding-bottom: 3rem; border-bottom: 1px solid rgba(221, 221, 221,.24);}
footer .yqlj {width: 14.69rem; height: 3.13rem; padding: 0 1.5rem; position: relative; box-sizing: border-box; border: 0.06rem solid rgba(255,255,255,.15); margin-left: 5.8rem; display: flex; justify-content: space-between; align-items: center;}
footer .yqlj span {font-size: 1rem;color: #ebf3fa; position: relative;}
footer .yqlj span::after {content: ""; position: absolute; width: 1px; height: 110%; background: rgba(235,243,250,.15);     right: -135%;}
footer .yqlj .box {position: absolute; visibility: hidden; pointer-events: none; top: 200%; width: 100%; left: 0; transform: translateY(0); background: #fff; transition: .55s; transition-timing-function: var(--ease-in-out-b); opacity: 0 ; z-index: 10;}
footer .yqlj .box:after { content: ''; position: absolute; z-index: -1; width: 0; height: 0; top: 15%; border: 10px solid #fff; left: 50%; transform: translate(-50%, -60%) rotate(45deg);}
footer .yqlj .box::before {content: ""; width: 100%; height: 20px; top: -48%; position: absolute;}
footer .yqlj .box ol li a { display: block; background: #fff; height: 40px; line-height: 40px; padding: 0 15px; font-size: 14px; box-sizing: border-box; color: #999; transition: .4s;}
footer .yqlj .box ol li:hover a {color: #d99024;}
footer .yqlj:hover .box {transform: translateY(-30px); opacity: 1; visibility: visible; pointer-events:auto;}
footer .nav {display: flex; justify-content: space-between; padding: 4.3rem 0 3.5rem 0;}
footer .nav .dlNav {display: flex; width: 70%; justify-content: space-between;}
footer .nav .dlNav dt {font-size: 1.13rem;color: #ffffff; margin-bottom: 2rem;}
footer .nav .dlNav dd a {font-size: 0.94rem;font-weight: 400;color: #9ebdda; margin-top: 0.5rem; display: block;}
footer .nav .dlNav dd:hover a {color: #fff;}
footer .nav .codeRe span {display: block; text-align: center; font-size: 1rem; color: #fff; margin-top: 1.5rem;}
footer .boxcopy {display: flex; justify-content: space-between; flex-wrap: wrap; padding: 2rem 0; padding-top: 1rem; border-top: 1px solid rgba(129, 129, 129,.18);}
footer .boxcopy p {padding-top: 0.5rem;}
footer .boxcopy p , footer .boxcopy p a {font-size: 0.88rem;color: rgba(255, 255, 255,.34);}


/* 产品列表 */
.product {margin-bottom: 10rem;}
.product .proTle {text-align: center; padding: 6rem 0;}
.product .proTle h3 {font-size: 2.38rem;color: #333333;}
.product .proTle i {display: inline-block; width: 4.13rem; height: 0.25rem; background: #155ea2;}
.product ul {display: flex; justify-content: space-between; flex-wrap: wrap;}
.product ul::after {content: ""; width: 31%;}
.product ul li {width: 31%; background: #f6f6f6;  border: 0.06rem solid #eeeeee; margin-bottom: 3rem;}
.product ul li .imgBox {padding: 5% 10%; box-sizing: border-box; display: flex; justify-content: center; overflow: hidden;}
.product ul li .imgBox img {display: block; width: 100%; transition: .5s;}
.product ul li:hover .imgBox img {transform: scale(1.05);}
.product ul li .con {padding: 2rem; box-sizing: border-box; border-top: 1px solid #DDDDDD; margin-top: 2rem; display: flex; justify-content: space-between; align-items: center;}
.product ul li span {font-size: 1.38rem;color: #333333;font-weight: 400; width: 85%;} 
.product ul li i {display: inline-block; width: 2.56rem;height: 2.56rem;  border: 0.09rem solid #0f5291; border-radius: 50%; position: relative; overflow: hidden;}
.product ul li i::before {content: "";position: absolute;left: 0;top: 0;width: 100%;height: 100%; background: 50% 50% no-repeat;background-size: contain;transition: all 1s;background: url(../images/more-jt4.png) no-repeat center;}
/* .product ul li i::after {content: "";position: absolute;left: -100%;transform: rotate(45deg);top: 0;width: 100%;height: 100%;background: 50% 50% no-repeat;background-size: contain;transition: 1s;background: url(../images/more-jt4.png) no-repeat center;} */
.product ul li:hover i::before { transform: rotate(45deg);}
/* .product ul li:hover i::after {left: 0;} */
.product ul li:hover span {color: #054a9d;}


/* 产品详情 */
.detailHeader {background: #fff; box-shadow: 5.248px 6.038px 17.22px 3.78px rgb(158 158 158 / 7%);}

.detailHeader .box > ul > li > a {color: #333; transition: .5s;}
.detailHeader .box > ul > li:hover > a {color: #fff;}
.detailHeader .box .heSearch img {filter: brightness(0);}
.detailHeader .box .heLuange .luange {filter: brightness(0);}
.detailHeader .wap-click span {background: #333;}

/* 面包屑 */
.mbx {padding: 3rem 0;}
.mbx ul {display: flex; background: url(../images/mbx-home.png) no-repeat 0 center;padding-left: 2.5rem; flex-wrap: wrap;}
.mbx ul li a {padding-right: 20px;margin-right: 10px; position: relative;font-size: 1rem;color: #666666;}
.mbx ul li:first-child {background: url();}
.mbx ul li a::after {content: ">"; position: absolute; right: 0; width: 10%; height: 100%;}
.mbx ul li:last-child a::after {display: none;}
.mbx ul li:hover a {color: #054a9d;}
.mbx ul li:hover a::after {color: #666;}
.mbx ul li.on a {color: #054a9d;}
.mbx ul li.on a::after {color: #666;}

.proDetals {background: #f5f5f5; padding: 7rem 0 5rem 0;}
.proDetals .proCon {display: flex; justify-content: space-between; margin-top: 3rem; align-items: center;}
.proDetals .proCon .leCon {width: 50%;}
.proDetals .proCon .leCon em {  font-size: 1.25rem;color: #185c97;}
.proDetals .proCon .leCon h3 {font-size: 3.5rem;color: #333333; margin: 1rem 0;}
.proDetals .proCon .leCon i {display: block; width: 100%; height: 1px; background: #cecece; margin: 2rem 0;}
.proDetals .proCon .leCon p {font-size: 1rem;color: #666666;line-height: 1.88rem;}
.proDetals .proCon .leCon a {display: block;width: 15.69rem; height: 4.06rem;background: #155ea2; text-align: center; line-height: 4.06rem; color: #ffff; transition: .5s; margin-top: 5rem;}
.proDetals .proCon .reCon {width: 40%;}
.ProSwiper {overflow: hidden; position: relative;}
.ProSwiper .swiper-slide img {display: block; width: 100%;}
.ProSwiper .swiper-pagination {display: none;}

.parameter {margin: 6rem 0;}
.parameter .box {display: flex; justify-content: space-between; align-items: flex-start;}
.parameter .box .le .tle {margin-bottom: 2rem;}
.parameter .box .le .tle h3 {font-size: 2.5rem;color: #333333;}
.parameter .box .le .tle i {display: inline-block; width: 4.13rem;height: 0.31rem; background: #155ea2;}
.parameter .box .le .item {margin-bottom: 4rem;}
.parameter .box .le .con {background: #f5f5f5;}

@media screen and (min-width: 200px) and (max-width: 640px) {
	.parameter .box .le .con {background: #f5f5f5;overflow-x: auto;}
	.parameter .box .le .con table{width: 800px;}
	
}
.parameter .box .le {width: 72%;}
.parameter .box .re {width: 20%;     position: sticky;top:7rem;}
.parameter .box .re li {background: #f5f5f5;height: 3.44rem; line-height: 3.44rem; text-align: center; margin-bottom: 1rem;}
.parameter .box .re li a {font-size: 1.06rem;color: #333333;}
.parameter .box .re li.on {background: #155ea2;}
.parameter .box .re li.on a {color: #fff; font-weight: 700;}
.parameter .box .re .imgBox img {width: 100%; display: block;}
.parameter .box .re .reBom {background: #f5f5f5; padding: 2rem 1.5rem; box-sizing: border-box;}
.parameter .box .re strong {font-size: 1.38rem;color: #333333;font-weight: 700;}
.parameter .box .re dl {margin-top: 2rem;}
.parameter .box .re dt {font-size: 1.13rem;font-weight: 700;color: #333333;}
.parameter .box .re dd {font-size: 0.94rem;color: #666666; margin-top: 0.5rem;}

/* 解决方案 */
.solution {margin-bottom: 0rem;}
.solution .solutionTle {text-align: center; padding: 6rem 0;}
.solution .solutionTle h3 {font-size: 2.38rem;color: #333333;}
.solution .solutionTle i {display: inline-block; width: 4.13rem; height: 0.25rem; background: #155ea2;}
.solution ul {display: flex; flex-wrap: wrap; justify-content: space-between;}
.solution ul li {width: 49%; margin-bottom: 1rem; background: #f5f5f5;}
.solution ul li .imgBox {overflow: hidden;height:25.625rem;}
.solution ul li .imgBox img {transition: .5s; width: 100%;}
.solution ul li .con {padding:3.5rem 3rem; box-sizing: border-box; display: flex; justify-content: space-between; align-items: center;}
.solution ul li span {font-size: 1.88rem; color: #333333;font-weight: 700; width: 85%;} 
.solution ul li i {display: inline-block; width: 2.56rem;height: 2.56rem;  border: 0.09rem solid #0f5291; border-radius: 50%; position: relative; overflow: hidden;}
.solution ul li i::before {content: "";position: absolute;left: 0;top: 0;width: 100%;height: 100%; background: 50% 50% no-repeat;background-size: contain;transition: all 1s;background: url(../images/more-jt4.png) no-repeat center;}
/* .solution ul li i::after {content: "";position: absolute;left: -100%;transform: rotate(45deg);top: 0;width: 100%;height: 100%;background: 50% 50% no-repeat;background-size: contain;transition: 1s;background: url(../images/more-jt4.png) no-repeat center;} */
.solution ul li:hover .imgBox img {transform: scale(1.1);}
.solution ul li:hover i::before { transform: rotate(45deg); }
/* .solution ul li:hover i::after {left: 0;} */
.solution ul li:hover span {color: #054a9d;}

/* 联系我们 */
.conTle {text-align: center; padding: 7rem 0;}
.conTle h3 {font-size: 2.38rem;color: #333333;}
.conTle strong {font-size: 2.25rem;color: #f6f6f6;font-family: Arial, Arial-Bold; text-transform: uppercase;  font-weight: 700; display: block;}
.conTle i {display: inline-block; width: 4.13rem;height: 0.31rem; background: #155ea2;}
.contactOne {margin-bottom: 3rem;}
.contactOne ul {display: flex; justify-content:space-between;}
.contactOne ul li {width: 49%;background: #ffffff;box-shadow: 0rem 0rem 1.25rem 0rem rgba(24,25,25,0.05); padding: 4rem 2rem; box-sizing: border-box; display: flex; justify-content: space-between;}
.contactOne ul li .le {width: 36%;}
.contactOne ul li .le img {display: block; }
.contactOne ul li .re {width: 60%;}
.contactOne ul li dt {font-size: 1.88rem;color: #333333; margin-bottom: 2rem;}
.contactOne ul li dd {font-size: 1.13rem;color: #666666;font-weight: 400; margin-top: 1rem;}
.contactOne ul li dd a {color: #155EA2;}

.contactTwo {margin-bottom: 6rem;}
.contactTwo  .container {width: 1800px;}
.contactTwo .swiperBox {position: relative;}
.contaSwiper2 {overflow: hidden; width: 1500px; margin: auto;}
.contaSwiper2 .swiper-slide {background: #f5f5f5; padding: 3rem 1.8rem; text-align: center; box-sizing: border-box; transition: .5s; cursor: pointer;}
.contaSwiper2 .swiper-slide span {font-size: 1.38rem;font-weight: 700;color: #333333; display: block;}
.contaSwiper2 .swiper-slide .icon {width: 1.88rem; height: 1.88rem;border: 0.13rem solid #cccccc; border-radius: 50%; display: inline-block; margin-top: 2.5rem; position: relative;}
.contaSwiper2 .swiper-slide .icon i::before {content: "+"; width: 100%; height: 100%; position: absolute; left: 0; top: 0; font-style: normal; font-size: 1.38rem;color: #888888;font-family: Arial, Arial-Regular; line-height: 1.88rem;}
.contaSwiper2 .swiper-slide .icon i::after {content: "-"; width: 100%; height: 100%; position: absolute; left: 0; top: 0; font-style: normal; font-size: 1.38rem;color: #888888;font-family: Arial, Arial-Regular; line-height: 1.88rem; opacity: 0;}
.contaSwiper2 .swiper-slide-thumb-active {background: #155ea2;}
.contaSwiper2 .swiper-slide-thumb-active .icon {border-color: #fff;}
.contaSwiper2 .swiper-slide-thumb-active .icon i::before {opacity: 0; }
.contaSwiper2 .swiper-slide-thumb-active .icon i::after {opacity: 1; color: #fff;}
.contaSwiper2 .swiper-slide-thumb-active span {color: #fff;}
.contaSwiper2 .swiper-button-next {width: 3.56rem;height: 3.56rem;border: 0.06rem solid #cccccc; background: url(../images/banner-jt.png) no-repeat center; border-radius: 50%; right: 0;}
.contaSwiper2 .swiper-button-prev {width: 3.56rem;height: 3.56rem;border: 0.06rem solid #cccccc; background: url(../images/banner-jt.png) no-repeat center; border-radius: 50%; transform: rotate(180deg); left: 0;}
.contaSwiper1 {overflow: hidden; position: relative; width: 1500px; margin: auto; margin-top: 3rem;}
.contaSwiper1 .swiper-slide .info {display: flex; justify-content: space-between; align-items: flex-start;}
.contaSwiper1 .swiper-slide h3 {display: block;font-size: 1.88rem; color: #333; font-weight: bold; border-bottom: 1px solid #ddd; padding-bottom: 2rem; text-indent: 2rem; margin-bottom: 3rem;}
.contaSwiper1 .swiper-slide .joinMore {display: flex;justify-content: space-between; margin-top: 3rem;}
.contaSwiper1 .swiper-slide .joinMore .join-more1 {width: 9.81rem;height: 3.13rem;background: #155ea2; border-radius: 1.56rem; text-align: center; line-height: 3.13rem; font-size: 1rem;color: #ffffff; transition: .5s;}
.contaSwiper1 .swiper-slide .joinMore .join-more2 {width: 17rem;height: 3.13rem;background: #dcedf9; border-radius: 1.56rem;text-align: center; line-height: 3.13rem;font-size: 1rem;color: #333333; transition: .5s;}
.contaSwiper1 .swiper-slide .joinMore a:hover {background: #d99024; color: #fff;}
.contaSwiper1 .swiper-slide .text {width: 48%;}
.contaSwiper1 .swiper-slide .info .pic {border-radius: 0rem 5rem 0rem 5rem; width: 47%; overflow: hidden;}
.contaSwiper1 .swiper-slide .info .pic img {display: block; width: 100%;}

/* 新闻列表 */
.newsList {margin: 5.75rem 0;}
.newsList ul {display: flex; justify-content: space-between; flex-wrap: wrap;}
.newsList ul::after {content: ""; width: 31.5%;}
.newsList ul li {width: 31.5%; background: #ffffff; border: 0.06rem solid #dcdcdc; margin-bottom: 2.5rem;}
.newsList ul li .pic {overflow: hidden;}
.newsList ul li .pic img {display: block; width: 100%; transition: .5s;}
.newsList ul li .con {padding: 2rem; box-sizing: border-box;}
.newsList ul li em {display: block;font-size: 1.06rem;color: #888888; margin-bottom: 0.5rem;}
.newsList ul li h5 {font-size: 1.25rem;color: #333333;font-weight: 500;}
.newsList ul li .more {background: #f5f5f5; display: flex; justify-content: space-between; padding: 1rem 2rem; box-sizing: border-box; align-items: center;}
.newsList ul li .more span {font-size: 1.06rem;color: #333333;}
.newsList ul li  i {display: inline-block; width: 2.56rem;height: 2.56rem;  border: 0.09rem solid #0f5291; border-radius: 50%; position: relative; overflow: hidden;}
.newsList ul li  i::before {content: "";position: absolute;left: 0;top: 0;width: 100%;height: 100%; background: 50% 50% no-repeat;background-size: contain;transition: all 1s;background: url(../images/more-jt4.png) no-repeat center;}
/* .newsList ul li i::after {content: "";position: absolute;left: -100%;transform: rotate(45deg);top: 0;width: 100%;height: 100%;background: 50% 50% no-repeat;background-size: contain;transition: 1s;background: url(../images/more-jt4.png) no-repeat center;} */
.newsList ul li :hover .pic img {transform: scale(1.1);}
.newsList ul li :hover i::before { transform: rotate(45deg);}
/* .newsList ul li :hover i::after {left: 0;} */
.newsList ul li :hover .more span {color: #054a9d;}
.newsList .fy {padding: 0; padding-top: 3rem; display: flex;justify-content: center;align-items: center; flex-wrap: wrap;}
.newsList .fy a { background: #f5f5f5; border: none; display: flex; align-items: center; border-radius: 1.38rem; justify-content: center; color: #333; font-size: 0.9rem; transition: .4s;  padding: 8px 15px;}
.newsList .fy a:hover {color: #fff; background: #06528E;}
.newsList .fy .layui-laypage-curr {color: #fff; background: #06528E; font-size: 14px;  margin: 0 5px; padding: 8px 15px; border-radius: 1.38rem;}

/* 新闻详情 */
.newsDeta-banner {height: 25rem;}
.proclass {margin: 6rem 0;}
.news-con{max-width: 1500px; margin: 0 auto}
.news-left{width: 63.4%}
.newsxq-title{border-bottom: 1px solid #06528e; padding-bottom: 46px; margin-bottom: 60px;}
.newsxq-title h3{display: block; font-size: 30px; color: #333;}
.newsxq-title span{display: block; font-size: 16px; color: #666; }
.news-arrow{border-top: 1px solid #eee;padding-top: 36px; margin-top: 60px; }
.news-arrow em{display: block; font-size: 16px; color: #333; margin-bottom: 7px;}
.news-arrow em>a{color: #666;}
.news-arrow em>a:hover{color: #06528e}
.news-back a{transition:0.6s; display: block; width: 155px; background: url(../images/news-back.png) no-repeat left 33px center #06528e; border-radius: 25px; font-size: 16px; line-height: 50px; color: #fff; text-indent: 62px;}
.news-back a:hover{background: url(../images/news-back.png) no-repeat left 33px center #f0a819;}
.news-right{width: 30%}
.news-recom,.news-pro{background: #f9f9f9; box-sizing:border-box;}
.news-recom h3,.news-pro h3{display: block; font-size: 28px; color: #333333; }
.news-recom{padding: 37px 8.4% 53px; margin-bottom: 31px;}
.news-recom h3{margin-bottom: 13px;}
.recom-list{height: 300px; overflow-y: auto; overflow-x: hidden; padding: 18px 0 0; box-sizing:border-box;}
.recom-list::-webkit-scrollbar{  width: 3px; }  
.recom-list::-webkit-scrollbar-track{ background-color: #ddd; }   
.recom-list::-webkit-scrollbar-thumb{ background-color: #f1971d;}
.recom-list ul{width: 95%}
.recom-list ul li{position: relative; border-bottom: 1px solid #eeeeee; padding-bottom: 11px; margin-bottom: 18px;}
.recom-list ul li:after{position: absolute; content: ''; width: 0; height: 1px; left: 0; background: #06528e; bottom: -1px; transition:0.6s;}
.recom-list ul li:hover:after{width: 100%;}
.recom-list ul li span{display: block; font-size: 16px; line-height: 12px; color: #888; font-family: arial; margin-bottom: 3px;}
.recom-list ul li em{font-size: 16px; color: #333; }
.recom-list ul li:hover span,.recom-list ul li:hover em{color: #06528e}
