@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:14px/1.75 "Microsoft YaHei", arial,sans-serif; overflow-x: hidden;}
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:1720px; margin:0 auto}
.container12{width:1200px; 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;     box-shadow: 1px 1px 10px rgb(0 0 0 / 10%);}
/* 多行省略 */
.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";
  src: url("../fonts/ bold.ttf");
}

/***********************************************************/
.header .box h1{ display:block;}
.header .box h1 a{ display:block; float:left; width:170px; padding-top:12px;}
.header .box h1 .top_aa{  float:left; padding-left:10px; border-left:2px solid #dfdfdf; margin-left:10px; margin-top:10px; font-weight:bold;}
.header .box h1 a img{ width:170px;}
.top_aa01{ font-size:18px; color:#000; line-height:26px;}
.top_aa02{ font-size:14px;color:#666;}
.banner .swiper-slide .box h2.ani.aniaaa{ color:#104391;}
.banner .swiper-slide .box h3.ani.anibbb{ color:#f36d00;}
/* CSS Document */
/*===============公用头部===============*/
.header {position: fixed; top: 0; width: 100%; z-index: 99; background-color: #fff;     box-shadow: 1px 1px 10px rgb(0 0 0 / 10%);}
.header .box h1 img {display: block;}
.header .box {display: flex;justify-content: space-between; align-items: center; height: 7.2rem;}
.header .box .headerNav {width: 56%; margin-left: 4%;}
.header .box .headerNav ul {display: flex; width: 100%; justify-content: space-between;}
.header .box .headerNav li {line-height: 7.2rem;  transition: .5s; width: calc(100%/8); text-align: center; position: relative;}
.header .box .headerNav li a {display: block; font-size: 1rem;font-weight: 400;color: #333; }
.header .box .headerNav li dd a{font-size:0.9rem}
.header .box .headerNav li:hover {background: #00459c;}
.header .box .headerNav li.active {background: #00459c;}
.header .box .headerNav li.active a {color: #fff;}
.header .box .headerNav li:hover a {color: #fff;}
.header .box .headerNav li.on {background: #e37e12;}
.header .box .headerNav li.on a {color: #fff;}
.header .box .searchIcon img {display: none; filter: brightness(0);}
.header .box .searchIcon a:hover img {filter: none;}
.header .box .headerEl {display: flex; align-items: center; gap: 10px;}
.header .box .headerEl span {font-size: 1.25rem;font-weight: 700;color: #333333;}
/* 二级导航 */
.header .box ul li dl {position: absolute; width: 100%; left: 0; display: none;}
.header .box ul li > dl > dd {color: #333;width: 100%; transition: .5s;  text-align: center; background: rgba(0,0,0,.35); border-bottom: 2px solid rgba(255, 255, 255, 0.09);position: relative; line-height: initial;}
.header .box ul li > dl > dd a {color: #fff; font-size: 0.8rem;padding: 1rem 0; display: block;}
.header .box ul li > dl > dd:hover {background: #e37e12;}

.header .box ul li dl.navaa_a{ width:160%;}
.header .box ul li > dl.navaa_a > dd a{ padding:10px 0;}
/* 搜索页面 */
.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/search-icon.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: #e37e12; 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);}
.fy { padding: 60px 0; display: flex;justify-content: center;align-items: center; flex-wrap: wrap; gap: 1rem;}
.fy a { background: #E6E6E6; display: flex; align-items: center; justify-content: center; color: #707070; font-size: 14px; transition: .4s;  padding: 5px 15px;}
.fy a:hover {color: #fff; background: #e37e12;}
.fy .layui-laypage-curr {color: #fff; background: #e37e12; font-size: 14px;  margin: 0 5px; padding: 5px 15px;}
@media screen and (min-width: 200px) and (max-width: 640px){
.search-page form {
    width: 90%;
    margin-bottom: 40px;
}
}

/******产品分页*******/
.ny_news_page {
	margin: 40px auto 60px;
	clear: both;
	padding-top: 10px;
	width: 100%;
}
.ny_news_page a, .ny_news_page span {
	display: block;
	float: left;
	line-height: 40px;
	text-align: center;
	font-size: 12px;
	width: 70px;
	height: 40px;
	color: #333;
	background-color: #f8f8f8;
	margin-right: 10px
}
.ny_news_page a:hover, .ny_news_page span {
	background-color:#00459c;
	color: #fff;
}
.ny_news_page a.page_aa {
	background-color: #00459c;
	color: #fff;
}
/****************/
/* 首页banner */
.banner {position: relative; overflow: hidden;}
.banner img {display: block; width: 100%;}
.banner .swiper-slide .box {width: 1600px; position: absolute; left: 50%; top: 55%; transform: translate(-50%, -50%);}
.banner .swiper-slide .box h2 {font-size: 4.88rem;font-weight: 700;color: #ffffff;}
.banner .swiper-slide .box h3 {font-size: 2.5rem;font-weight: 500;color: #ffffff;line-height: 2.5rem; text-shadow: -0.06rem 0rem 0.37rem 0rem #000000; }
.banner .swiper-slide .box span {font-size: 1.5rem;margin-top: 2.4rem; display: inline-block; font-weight: 400;color: #000000; background: #ffffff; padding: 0.6rem 3.4rem;}
.banner .swiper-slide .box a {width: 5.63rem; margin-top: 4.2rem;  height: 5.63rem;  display: block; background: #272727; font-size: 2.63rem;color: #ffffff; line-height: 5.5rem; text-align: center;}
.banner .swiper-slide .box a em {display: block; transition: .5s;}
.banner .swiper-slide .box a:hover em {transform: rotate(360deg);}
.banner .swiper-button-prev {width: 1.25rem;  height: 2.13rem;  background: url(../images/banner-jt.png) no-repeat center; left: 2%; filter: brightness(100);     background-size: 100%;}
.banner .swiper-button-next {width: 1.25rem;  height: 2.13rem;  background: url(../images/banner-jt.png) no-repeat center; right: 2%; filter: brightness(100);    background-size: 100%;  transform: rotate(180deg);}
.banner .swiper-button-prev:hover ,.banner .swiper-button-next:hover {filter: none;}


.index-title {display: flex; gap: 2rem; flex-wrap: wrap; justify-content: space-between; align-items: flex-end; padding: 5.5rem 0 4.5rem 0;}
.index-title h3 {font-size: 1.5rem;font-weight: 400;color: #333333; position: relative; display: inline-block;}
.index-title h3::after {position: absolute; content: ""; width: 1.44rem;height: 0.31rem;background: #e37e12; top: 18px; right: -30px;}
.index-title h4 {font-size: 2.5rem;font-weight: 400;color: #000000;}
.index-title a {width: 10rem; height: 3.13rem; display: block; background: #e37e12; border-radius: 1.56rem;font-size: 0.94rem;color: #ffffff; text-align: center; line-height: 3.13rem;}
.indexOne {margin-bottom: 7.25rem;}
.indexOne ul {display: grid;  gap: 1rem; grid-template-columns: 31% 22.5% 22.5% 21%; box-sizing: border-box;  grid-template-rows: repeat(2 , 350px); grid-auto-flow: row dense;}
.indexOne ul li {position: relative; overflow: hidden;}
.indexOne ul li a::after {content: "";width: 100%; height: 100%; background-image: linear-gradient(to bottom , rgba(255, 255, 255, 0.01) 50% , rgba(0, 0, 0, 0.4)); bottom: 0;  position: absolute; left: 0;}
.indexOne ul li:nth-child(2) {grid-column-start:2; grid-column-end:4;}
.indexOne ul li:nth-child(3) {width: 100%; grid-column-start:4; grid-column-end:4; grid-row-start:1; grid-row-end:3;}
.indexOne ul li:nth-child(8) {grid-column-start:2; grid-column-end:4;}
.indexOne ul img {width: 100%; display: block; height: 100%; object-fit: cover;}
.indexOne ul .tle {position: absolute; bottom: 0; width: 100%; padding: 2.3rem; box-sizing: border-box; z-index: 1; opacity: 1; transition: .5s;}
.indexOne ul .tle h3 {font-size: 0.88rem;font-weight: 400;color: #ffffff;}
.indexOne ul .tle h4 {font-size: 1.25rem;font-weight: 700;color: #ffffff;}
.indexOne ul li .hide {position: absolute;  display: flex; flex-direction: column; justify-content: center; background: rgba(243,109,0,.9); top: 100%; transition: .5s; padding: 3.75rem 2.3rem 3.13rem 2.3rem; box-sizing: border-box; width: 100%; height: 100%; z-index: 2;}
.indexOne ul li .hide em {font-size: 0.88rem;font-weight: 400;color: #ffffff;}
.indexOne ul li .hide h6 {font-size: 1.25rem;font-weight: 700;color: #ffffff;}
.indexOne ul li .hide p {font-size: 0.88rem;font-weight: 400;color: #ffffff;opacity: 0.72; margin: 3.5rem 0 2.7rem 0; display: -webkit-box;overflow: hidden;  	-webkit-line-clamp: 3;-webkit-box-orient: vertical;}
.indexOne ul li .hide span {width: 5.81rem; height: 1.94rem; display: block; border: 0.06rem solid #ffffff; text-align: center; line-height: 1.9rem; font-size: 0.88rem; color: #fff;}
.indexOne ul li:hover .tle {opacity: 0;}
.indexOne ul li:hover .hide {top: 0;}



.indexTwo {position: relative; padding-bottom: 200px; background: #f5f5f5;}
.indexTwoSlide .bd .box {display: flex;}
.indexTwoSlide .bd .le {width: 15%; margin-left: 6%; position: relative;}
.indexTwoSlide .bd .le .swiper-slide::after {content: ""; width: 4px; height: 118%;  background: #DDDDDD; position: absolute ;     left: 5px; top: 30px; z-index: 0;}
.indexTwoSlide .bd .le strong {font-size: 1.13rem; font-weight: 700;color: #333333;  position: absolute;   top: 0; left: 0;}
.indexTwoSlide .bd .le .tle {padding-left: 2rem;     position: relative; top: 30px;}
.indexTwoSlide .bd .le .tle img {display: block;}
.indexTwoSlide .bd .le .tle span {font-size: 1.88rem;display: block; font-weight: 400;color: #e37e12; margin-top: 1rem;}
.indexTwoSlide .bd .le dl {height: 12rem; overflow-y: scroll;  direction: rtl; padding-left: 2rem; left: 5px;    margin: 4rem 0; position: relative; z-index: 1;width: 80%;}
.indexTwoSlide .bd .le dd a {font-size: 1rem;font-weight: 400;display: block; color: #666666; margin-top: 1rem; transition: .5s;}
.indexTwoSlide .bd .le dd a:hover {color: #e37e12;}
.indexTwoSlide .bd .le dl::-webkit-scrollbar {width: 4px;      height: 4px;background: #ffffff;}
.indexTwoSlide .bd .le dl::-webkit-scrollbar-thumb {border-radius: 5px;background: #e37e12;}
.indexTwoSlide .bd .le dl::-webkit-scrollbar-track {border-radius: 0; background: #ffffff;}
.indexTwoSwiper {overflow: hidden; width: 80%; position: relative;}
.indexTwoSwiper .swiper-slide { width: 77% !important;}
.indexTwoSwiper .swiper-slide img {width: 88%; display: block;}
.indexTwoSwiper .swiper-slide .conBox {position: absolute; right: 0;  padding:4rem 2.5rem 5rem 2.5rem; box-sizing: border-box; bottom: 5%; width: 38%;  background: #e37e12;}
.indexTwoSwiper .swiper-slide h5 {font-size: 1.63rem;font-weight: 400;color: #ffffff;}
.indexTwoSwiper .swiper-slide p {font-size: 0.94rem;font-weight: 400;color: #fff4e8; margin: 0.5rem 0 3.5rem 0;}
.indexTwoSwiper .swiper-slide a {font-size: 0.94rem;font-weight: 400;color: #ffffff; position: relative;}
.indexTwoSwiper .swiper-slide a::after {content: ""; position: absolute; bottom: -5px; width: 50%; left: 30%; transition: .5s; background: #fff; height: 0.19rem;}
.indexTwoSwiper .swiper-slide a:hover::after {width: 100%; left: 0;}
.indexTwoSwiper .swiper-button-prev {width: 1.88rem; height: 1.88rem; left: 68%; opacity: .5; top: 88%; background: url(../images/indextwoswiper-jt.png) no-repeat center;transform: rotate(180deg); background-size: 100%;}
.indexTwoSwiper .swiper-button-next {width: 1.88rem; height: 1.88rem;  left: 71%; opacity: .5; top: 88%; background: url(../images/indextwoswiper-jt.png) no-repeat center; background-size: 100%;}
.indexTwoSwiper .swiper-button-prev:hover , .indexTwoSwiper .swiper-button-next:hover {opacity: 1;}
.indexTwoSlide .hd {position: absolute; bottom: 0; height: 20.06rem; background: #272727; width: 100%; display: flex; align-items: flex-end;}
.indexTwoSlide .hd ul {width: 56%;     margin: 0 auto 4.8rem auto; display: flex; justify-content: space-between; align-items: center;}
.indexTwoSlide .hd ul li { position: relative; z-index: 1; cursor: pointer; transition: .5s;}
.indexTwoSlide .hd ul li a {font-size: 1rem;color: #ffffff; transition: .5s; display: block;}
.indexTwoSlide .hd ul li:hover a {font-size: 1.5rem;font-weight: 700;}
.indexTwoSlide .hd ul li:hover::after {position: absolute; content: ""; width: 100%; height: 0.31rem;left: 0; bottom: 5px; background: #e37e12; z-index: -1;}
.indexTwoSlide .hd ul li.on a {font-size: 1.5rem;font-weight: 700;}
.indexTwoSlide .hd ul li.on::after {position: absolute; content: ""; width: 100%; height: 0.31rem;left: 0; bottom: 5px; background: #e37e12; z-index: -1;}
.indexTwoSlide .hd ul li:nth-child(6) {margin-right: 5%;}

/* 首页==关于 */
.indexThree {position: relative;}
.indexThree .box {display: flex;  justify-content: space-between; align-items: center;}
.indexThree .box .le {position: relative; width: 50%;}
.indexThree .box .le:after {content: "";     height: 72%; width: 18%; background: #272727; position: absolute; left: -18%; top: 15%; z-index: -1;}
.indexThree .box .le img {width: 100%; display: block;}
.indexThree .box .le a {position: absolute;left: 50%; top: 50%; animation: rota360 2s linear infinite; width: 3rem;height: 3rem; background: url(../images/indexthree-videobtn.png) no-repeat center; background-size: 100%;}
@keyframes rota360 {
  to {
    transform: translate(-50%, -50%) rotate(0);
  }
  from {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.indexThree .box .re {width: 47%;}
.indexThree .box .re p {font-size: 1rem;font-weight: 400;color: #666666; width:98%; margin-top: 0.5rem;}
.inThreeList {position: relative; bottom: 0; height: 8rem; width:100%; right: 0; bottom: 0; margin-top: 3rem;}
.inThreeList ul {display: flex; align-items: center; height: 100%; gap: 0.5rem;}
.inThreeList li {width:17.5%;transition: all .3s; text-align: center; margin:0 1%;position: relative; height: 100%; background: #f5f5f5; display: flex; align-items: center; justify-content: center;}
/* .inThreeList li::after {content: ""; position: absolute; right: 0; top: 0; opacity: 0.33;width: 1px; height: 100%; background: #c54444;}
.inThreeList li:last-child::after {display: none;} */
.inThreeList li img {display: block; margin: auto; transition: .5s;}
.inThreeList li:hover{ background: #e3e3e3;}
.inThreeList li h6 {font-size: 1.06rem;font-weight: 400;color: #333; margin-top: 1rem;}
.inThreeList li:hover img { transform: rotateY(180deg);}
.video-hide {background-color: #fff;}
.video-hide {display: none; background-color: #fff; padding: 50px; box-sizing: border-box; width: 160%;}
.video-hide .box-title {display: flex; justify-content: space-between; align-items: center; padding-bottom: 30px; border-bottom: 1px solid #ececec; }
.video-hide .box-title h3 {font-size: 32px; color: #000; font-weight: bold;}
.video-hide .box-title span {font-size: 50px; cursor: pointer;}
.inThreeList li:last-child{background: #e37e12;}
.inThreeList li:last-child h6{color:#fff}
.video-hide .video-content {margin-top: 2rem; width: 100%;}
.video-hide .video-content video {width: 100%;}
img.footer-logo{ width:170px;}
.top_aa.top_aabb{
	margin-left:15px;
	padding-left:15px;
	border-left:1px solid #333;}
.top_aa.top_aabb .top_aa01 {
    font-size: 18px;
    color: #333;
    line-height: 26px;
}
.top_aa.top_aabb .top_aa02 {
    font-size: 14px;
    color: #333;
}






.inFourSlide {display: flex;justify-content: space-between; border: 0.06rem solid #dddddd;}
.inFourSlide .hd {width: 52%; padding: 1.5rem; box-sizing: border-box; position: relative;}
.inFourSlide .hd::after {content: ""; position: absolute; top: 0; right: 57px; width: 10px; height: 100%; background: #fff; z-index: 3;}
.inFourSlide .hd ul {display: grid; display: -ms-grid;  -ms-grid-template-columns: repeat(3,1fr); grid-template-columns: repeat(3,1fr); position: relative;     height: 36rem;overflow-y: auto;overflow-x: hidden;padding-right: 2rem;}
.inFourSlide .hd ul::-webkit-scrollbar {width: 5px; height: 5px;background: #DDDDDD; border-radius: 5px;}
.inFourSlide .hd ul::-webkit-scrollbar-thumb {border-radius: 5px;background: #e37e12;}
.inFourSlide .hd ul::-webkit-scrollbar-track { background: #DDDDDD; border-radius: 5px;}
.inFourSlide .hd ul li {text-align: center; height: 9rem; display: flex; position: relative; justify-content: center;  align-items: center; border-bottom: 1px solid rgba(204,204,204,.61); border-right: 1px solid rgba(204,204,204,.61);}
.inFourSlide .hd ul li:before { content: "."; position: absolute; z-index: 3; font-weight: 700; width: 3rem; height: 3rem; right: -24px; bottom: -25px; background: #fff; text-align: center; line-height: 2rem; color: rgba(204,204,204,1);font-size: 1.5rem;}
.inFourSlide .hd ul li img {display: block;      filter: grayscale(100%); transition: .5s;}
.inFourSlide .hd ul li:hover img {filter: grayscale(0%);}
.inFourSlide .hd ul li.on img {filter: grayscale(0%);}

.inFourSlide .bd { width: 48%;}
.indexFourSlideOne {overflow: hidden; width: 100%; }
.indexFourSlideOne .swiper-slide::after {    content: "";width: 100%;height: 100%;background-image: linear-gradient(to bottom , rgba(255, 255, 255, 0.01) 40% , rgba(0, 0, 0, 0.8));bottom: 0; position: absolute;left: 0;}
.indexFourSlideOne .swiper-slide img {width: 100%;display: block;}
.indexFourSlideOne .swiper-slide .box {position: absolute;  position: absolute; bottom: 0; width: 100%; padding: 3rem 3rem 4rem 3rem; box-sizing: border-box;  z-index: 1;}
.indexFourSlideOne .swiper-slide .box h4 {font-size: 1.5rem;font-weight: 700;color: #ffffff;}
.indexFourSlideOne .swiper-slide .box i {width: 2.44rem;height: 0.19rem; background: #ffffff; display: block; margin: 1.5rem 0;}
.indexFourSlideOne .swiper-slide .box p {font-size: 0.94rem;font-weight: 400;color: #ffffff;}

/* 首页==新闻资讯 */
.indexFive {position: relative;background: #f5f5f5; padding-bottom: 6.8rem;margin-top:5rem}
.indexFiveSwiper {overflow: hidden; }
.indexFiveSwiper .swiper-slide { padding-bottom: 2rem; box-sizing: border-box;  position: relative;}
.indexFiveSwiper .swiper-slide::after {content: ""; position: absolute; right: -32px; top: 0; height: 100%; width: 1px; background: #dddddd;}
.indexFiveSwiper .swiper-slide img {width: 100%; display: block; height: 100%;}
.indexFiveSwiper .swiper-slide h3 {font-size: 1.25rem;font-weight: 700;color: #333333; margin-top: 2rem; /*height: 5rem;*/}
.indexFiveSwiper .swiper-slide p {font-size: 0.88rem;margin-top: 1.2rem; font-weight: 400;color: #666666; display: -webkit-box;overflow: hidden;  	-webkit-line-clamp: 2;-webkit-box-orient: vertical; height: 4rem;}
.indexFiveSwiper .swiper-slide em {font-size: 0.94rem;font-weight: 400;color: #333333; display: inline-block; margin-top: 2rem; border-bottom: 3px solid #e37e12;}
.indexFiveSwiper .swiper-slide .hide {position: absolute; width: 100%; height: 100%; top: 0; left: 0; opacity: 0; transition: .5s;}
.indexFiveSwiper .swiper-slide .hide::after {    content: ""; width: 100%; height: 100%; background-image: linear-gradient(to bottom , rgba(255, 255, 255, 0.01) 0% , rgba(0, 0, 0, 0.8)); bottom: 0; position: absolute; left: 0;}
.indexFiveSwiper .swiper-slide .hide .tle {position: absolute; width: 100%; bottom: 0; padding: 0 2rem 4.5rem 2rem; box-sizing: border-box; z-index: 1;}
.indexFiveSwiper .swiper-slide .hide .tle span {color: #fff; font-size: 0.88rem;}
.indexFiveSwiper .swiper-slide .hide .tle h4 {font-size: 1.25rem;font-weight: 700;color: #ffffff;}
.indexFiveSwiper .swiper-slide .hide .tle em {color: #fff;}
.indexFiveSwiper .swiper-slide:hover .hide {opacity: 1;}
.indexFiveSwiper .swiper-button-prev {width: 0.81rem; height: 1.44rem; left: 2%;top: 58%; background: url(../images/indexfiveswiper-jt.png) no-repeat center; background-size: 100%; filter: grayscale(100%);}
.indexFiveSwiper .swiper-button-next {width: 0.81rem; height: 1.44rem; right: 2%;top: 58%; transform: rotate(180deg); background: url(../images/indexfiveswiper-jt.png) no-repeat center; background-size: 100%; filter: grayscale(100%);}
.indexFiveSwiper .swiper-button-prev:hover ,.indexFiveSwiper .swiper-button-next:hover {filter: none;}

/* 公用底部 */
.footer {background: #b9b9b9; clear:both; /*overflow:hidden;*/}
.footer .container {position: relative;}
.footer .backTop a {position: absolute; z-index: 88; right: 0; top: -35px; text-align: center; width: 6.25rem; height: 4.5rem; background: #2e2e2e; border-radius: 0rem 1.25rem 0rem 0rem;}
.footer .backTop img {text-align: center; margin-top: 1rem; transform: rotate(180deg);}
.footer .footerTop {padding: 90px 0 20px 0; display: flex; justify-content: space-between;}
.footer .footerTop .le .link {display: flex; align-items: center;}
.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;  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:hover .box {transform: translateY(-30px); opacity: 1; visibility: visible;}
.footer .footerTop .le {width: 59%;}
.footer .footerTop .le .leNav {margin:20px 0; width:75%;}
.footer .footerTop .le .leNav ul {display: flex; justify-content: space-between;}
.footer .footerTop .le .leNav ul li a {font-size: 1rem;color: #f5f5f5;}
.footer .footerTop .le .leNav ul li:hover a {color: #e37e12;}
.footer .footerTop .le .leNav ul li.on a {color: #e37e12;}
.footer .footerTop .le .lecopy p , .footer .footerTop .le .lecopy p a{font-size: 15px;color: #333;}
.footer .footerTop .le .lecopy p a:hover {color: #e37e12;}
.footer .footerTop .re {width: 35%; display: flex; justify-content: space-around;}
.footer .footerTop .re dt {font-size: 1.13rem;font-weight: 400;color: #dedede; margin-bottom:1.5rem;}
.footer .footerTop .re dd {display: flex; align-items: center; margin-top: 0.5rem; font-size: 0.8rem !important; font-weight: normal !important;}
.footer .footerTop .re dd img {margin-right: 1rem; width: 8%;}
.footer .footerTop .re dd:nth-child(2) {font-size: 1.88rem;font-weight: 700;color: #ffffff;}
.footer .footerTop .re dd:nth-child(3) {font-size: 1rem !important;font-weight: 700;color: #ffffff;}
.footer .footerTop .re dd:nth-child(4) {font-size: 1rem;font-weight: 400;color: #fff;font-weight: bold;}
.footer-zw {height: 6.44rem; display: none;}
.footerBom {width: 100%; height: 6.44rem; background: url(../images/footerbom-bj.jpg) no-repeat center; position: fixed; bottom: -40%; z-index: 88; transition: 2s; display: none;}
.footerBom.on {bottom: 0;}
.footerBom .box {display: flex; justify-content: space-between;}
.footerBom .le dl {display: flex; height: 100%; align-items: center;height: 6.44rem;}
.footerBom .le dl dd {display: flex; align-items: center; padding: 0 2.2rem; position: relative; }
.footerBom .le dl dd a {display: flex; align-items: center;}
.footerBom .le dl dd::after {content: ""; position: absolute; right: 0;  width: 0.06rem; height: 2.94rem; background: rgba(255,255,255,.2);}
.footerBom .le dl dd:nth-child(1) {padding-left: 0;}
.footerBom .le dl dd img {margin-right: 1rem;}
.footerBom .le dl dd strong {font-size: 1.13rem;font-weight: 700;color: #ffffff;display: block;}
.footerBom .le dl dd .tle span {font-size: 0.94rem;color: #fff;}
.footerBom .le dl dd .tle strong {font-size: 1.5rem; line-height: 1.5rem;}
.footerBom .re ul {display: flex;height: 6.44rem; align-items: center; gap: 0.8rem;}
.footerBom .re li {width: 7.19rem;height: 2.31rem; transition: .5s; border: 0.06rem solid #ffffff; border-radius: 1.25rem;font-size: 0.88rem;color: #ffffff; text-align: center; line-height: 2.31rem;}
.footerBom .re li a {color: #fff; display: block;}
.footerBom .re li:hover {background-color: #fff;}
.footerBom .re li:hover a {color: #e37e12;}

/* ==========================================================================内页================================================================== */
/* 内页公用banner部分 */
.nyBanner {overflow: hidden;}
.nyBanner .zwBanner {height: 7.2rem;}
.nyBanner .box {position: relative;}
.nyBanner img {display: block; width: 100%;}
.nyBanner .nyTitle { position: absolute; left: 50%; top: 45%; transform: translate(-50%, -50%)}
.nyBanner .nyTitle h3 {display: inline-block; font-size: 3.75rem;font-weight: 700;color: #ffffff; position: relative;}
.nyBanner .nyTitle h3::after {content: "";width: 1rem;height: 1rem; background: #e37e12; position: absolute; right: -35px; bottom: 20px;}
.nyBanner .nyTitle span {display: block; font-size: 1.75rem;font-weight: 400;color: #ffffff;}
.nyBanner .bannerMbx {display: flex; position: absolute; bottom: 3.5rem;}
.nyBanner .bannerMbx li a {font-size: 1rem;color: #ffffff;}
.nyBanner .bannerMbx li:hover a {color: #e37e12;}





.schoolTitle {text-align: center; padding: 5rem 0;}
.schoolTitle h3 {font-size: 3.13rem;color: #000000;font-weight: 700; line-height: 3rem; text-align:left;}
.schoolTitle h4 {font-size: 2.38rem;color: #e4e4e4;}

.schoolBanner {height: 100vh; position: relative; background: url(../images/school-banner.jpg) no-repeat center; background-size: cover;}
.schoolBanner .tle {position: absolute; width: 100%; left: 50%; top: 55%; transform: translate(-50%, -50%); text-align: center;}
.schoolBanner .tle h3 {font-size: 4.38rem;color: #ffffff;font-weight: 700;position: relative; display: inline-block;}
.schoolBanner .tle h3::before {content: ""; position: absolute; bottom: 0; height: 0.38rem; width: 50%; background: #ffffff;left: 0;}
.schoolBanner .tle h3::after {content: ""; position: absolute; bottom: 0; height: 0.38rem; width: 50%; background: #e37e12; right: 0;}
.schoolBanner .tle p { margin:2.5rem auto 4rem auto; font-size: 1.4rem;color: #ffffff;text-shadow: -0.06rem 0rem 0.37rem 0rem #000000;max-width:65%; }
.schoolBanner .tle ul {display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap;}
.schoolBanner .tle li {padding: 1rem 2rem; border-radius: 1.75rem; box-sizing: border-box; font-size: 1.06rem;color: #ffffff;background: #e37e12;}
.schoolBanner .tle li a{color: #ffffff;}
.schoolBanner .schScroll {position: absolute; text-align: center; bottom: 0.5rem; left: 50%;  transform: translate(-50%, -50%);}
.schoolBanner .schScroll img {display: inline-block;animation: banner-scroll 1s infinite linear .65s;}
.schoolBanner .schScroll span {font-size: 0.88rem;color: #ffffff;display: block;}

.schoolOne {background: #e37e12;}
.schoolOne ul {height: 15.63rem; display: flex; gap: 6rem; align-items: center; justify-content: space-between;}
.schoolOne ul li {display: flex; align-items: center;}
.schoolOne ul li .iconBox img {margin-right: 1rem; transition: .5s;}
.schoolOne ul li h5 {font-size: 1.25rem;color: #ffffff;font-weight: 700;}
.schoolOne ul li span {font-size: 0.94rem;color: #e2b4b4;font-weight: 400;}

.schoolTwoSwiper {overflow: hidden; position: relative;}
.schoolTwoSwiper .box {display: flex; background: #f5f5f5;}
.schoolTwoSwiper .box .le {width: 50%; height: 500px;}
.schoolTwoSwiper .box .le img {width: 100%; display: block;display: none;}
.schoolTwoSwiper .box .re {width: 50%; padding-left: 4.5rem;}
.schoolTwoSwiper .box .re h4 {font-size: 1.75rem;color: #00459c;margin-top: 5rem;}
.schoolTwoSwiper .box .re p { width: 80%; font-size: 1rem;color: #7d7d7d; margin-top: 1.5rem; /*display: -webkit-box;overflow: hidden;  	-webkit-line-clamp: 2;-webkit-box-orient: vertical;*/}
.schoolTwoSwiper .box .re a { display: block; margin-top: 4rem; width: 10.06rem; height: 2.81rem;  font-size: 1rem; color: #ffffff; background: #00459c;border-radius: 1.44rem; text-align: center; line-height: 2.81rem;}
.schoolTwoSwiper .swiper-pagination {bottom: 4rem; left: 13rem;}
.schoolTwoSwiper .swiper-pagination-bullet {width: 0.81rem;height: 0.81rem; margin: 0 4px !important; opacity: 1;  border: 0.13rem solid #d2d2d2; box-sizing: border-box; background: none;}
.schoolTwoSwiper .swiper-pagination-bullet-active {border-color: #00459c;}

.schoolThree {margin-top: 0rem; padding-bottom: 7rem;}
.schoolThree ul {display: grid; display: -ms-grid;  -ms-grid-template-columns: repeat(4,1fr); grid-template-columns: repeat(4,1fr); gap: 0.8rem;}
.schoolThree li .imgBox {overflow: hidden;}
.schoolThree li .imgBox img {transition: .5s; display: block; width: 100%}
.schoolThree li:hover img {transform: scale(1.1);}
.schoolThree li .con {border: 0.06rem solid #eeeeee; height: 6.88rem; position: relative; text-align: center; border-top: none; padding: 1rem 0 1.9rem 0; box-sizing: border-box;}
.schoolThree li .con h6 {font-size: 1.13rem;font-weight: 700;color: #333333; margin-bottom: 0.5rem; position: relative; z-index: 1;}
.schoolThree li .con a {font-size: 0.94rem;color: #888888;  position: relative; z-index: 1;}
.schoolThree li .con::after {content: ''; position: absolute; bottom: 0;left: 0;width: 100%; height: 100%; background: #00459c; transition: .8s; z-index: 0;opacity: 0;clip-path: polygon(20% 0%, 80% 0%, 100% 100%, 0% 100%);}
.schoolThree li:hover .con::after { opacity: 1;clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);}
.schoolThree li:hover h6 , .schoolThree li:hover a {color: #fff;}
.schoolThree .fy a {background: none; border-radius: 50%; box-sizing: border-box;}
.schoolThree .fy .layui-laypage-curr {border-radius: 50%; background: #e37e12;}
.schoolThree .fy a:hover {color: #e60012;}

.schoolFour {background: #f5f5f5; padding-bottom: 5rem;}
.schoolFour ul {display: flex; justify-content: space-between;}
.schoolFour ul li {text-align: center;  position: relative; padding-bottom: 3rem;}
.schoolFour ul li .iconBox {width: 8.13rem; height: 8.13rem; margin: auto; background: #e37e12; display: flex; align-items: center; justify-content: center; border-radius: 50%;}
.schoolFour ul li .iconBox img {transition: .5s;}
.schoolFour ul li h5 {font-size: 1.25rem;color: #333333;font-weight: 700; margin: 1.5rem 0 1rem 0;}
.schoolFour ul li p {font-size: 0.94rem;color: #666666;line-height: 1.88rem;  margin: auto;}
.schoolFour ul li .num {position: absolute;  left: 50%; top: 100%;  transform: translate(-50%, -50%); }
.schoolFour ul li .num strong {font-size: 2.56rem;color: #b4b4b4;font-weight: 700; position: relative;}
.schoolFour ul li .num strong::after {content: ""; position: absolute; bottom: 8px; left: 0; width: 100%; height: 0.44rem; background: #e37e12;}
.schoolFour ul li:nth-child(odd) {width: 15%;}
.schoolFour ul li:nth-child(even) {margin-top: 4rem;}
.schoolFour ul li:nth-child(odd):hover img {transform: rotateY(180deg);}



.aboutTitle {text-align: center; padding: 6rem 0 4.6rem 0;}
.aboutTitle h3 {font-size: 3.13rem;font-weight: 700;color: #000000; line-height: 4rem;}
.aboutTitle h4 {font-size: 2.38rem;color: #e4e4e4; font-family: Arial, Helvetica, sans-serif;}

.aboutBanner {overflow: hidden; position: relative;}
.aboutBanner img {width: 100%; display: block;}
.aboutBanner .swiper-slide {height:600px;}
.aboutBanner .box {width: 100%; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%);text-align: center;}
.aboutBanner .box h3 {font-size: 4.88rem;color: #ffffff;font-weight: 700;}
.aboutBanner .box h4 {font-size: 2.5rem;color: #ffffff;text-shadow: -0.06rem 0rem 0.37rem 0rem #000000; }
.aboutBanner .swiper-pagination {bottom: 5%;}
.aboutBanner .swiper-pagination-bullet {width: 1rem; height: 1rem;opacity: 0.33; margin: 0 1rem !important; background: #ffffff; border: 0.19rem solid #ffffff; box-sizing: border-box;}
.aboutBanner .swiper-pagination-bullet-active {border: 0.19rem solid #ffffff;opacity: 1; background: none;}

.aboutTwo {position: relative; background: #fafafa; padding: 5rem 0 7rem 0;}
.aboutTwo .box {display: flex;justify-content: space-between; align-items: center;}
.aboutTwo .box .le .leTle {position: absolute;width: 22.94rem; height: 67.06rem; top: -47%;  z-index: 2; background: #00459c; transition: 1s;}
.aboutTwo .box .le .leTle.on {height: 51.06rem; top: -15%;}
.aboutTwo .box .le .leTle h3 {font-size: 3rem;color: #ffffff;text-align: center; margin-top: 4rem;}
.aboutTwo .box .le .leTle ul {display: flex;justify-content: center;}
.aboutTwo .box .le .leTle ul li a {font-size: 1rem;color: #ffffff;}
.aboutTwo .box .le .leTle .leScroll {display: flex; flex-direction: column; align-items: center; margin-top: 7.5rem;     }
.aboutTwo .box .le .leTle .leScroll img {animation: banner-scroll 1s infinite linear .65s;}
.aboutTwo .box .le .leTle .leScroll span {font-size: 0.88rem;color: #ffffff;margin-top: 0.5rem;}
.aboutTwo .box .le {width: 23%;}
.aboutTwo .box .le .leImg { position: relative; z-index: 3; left: 30%; overflow: hidden; }
.aboutTwo .box .le .leImg .leTleHide {display: none; padding-bottom: 2rem;}
.aboutTwo .box .le .leImg .leTleHide h3 {font-size: 2rem;color: #333;text-align: center; margin-top: 0rem;}
.aboutTwo .box .le .leImg .leTleHide ul {display: flex;justify-content: center;}
.aboutTwo .box .le .leImg .leTleHide ul li a {font-size: 1rem;color: #333;}

.aboutTwo .box .le .leImg img {display: block; width: 100%; image-rendering: pixelated;}
.aboutTwo .box .re {width: 60%; margin-right: 5%;}
.aboutTwo .box .re p {font-size: 1rem;color: #666666; margin-top: 2rem;}
.aboutTwo .box .re dl {display: flex; justify-content: space-between; margin-top: 7rem;}
.aboutTwo .box .re dd {text-align: center;}
.aboutTwo .box .re dd strong {font-size: 4.38rem;font-weight: 700;color: #00459c; line-height: 6rem;}
.aboutTwo .box .re dd small {font-size: 4.38rem;font-weight: 700;color: #00459c; line-height: 6rem;}
.aboutTwo .box .re dd em , .aboutTwo .box .re dd span {font-size: 1.13rem;color: #666666;}

.aboutThree ul {display: flex; justify-content: space-between;}
.aboutThree ul li {width: calc(100%/4); display: flex; flex-direction: column;}
.aboutThree ul li .con {height: 15.94rem; width: 100%; display: flex; flex-direction: column; align-items: center; justify-content: center; background: #fafafa;}
.aboutThree ul li strong {font-family:'楷体';font-weight: 700;font-size: 3rem; margin-right: 1rem; color: #e37e12;}
.aboutThree ul li span {font-size: 1.25rem;color: #333333;font-weight: 700;}
.aboutThree ul li .imgBox {overflow: hidden;}
.aboutThree ul li .imgBox img { transition: .5s; display: block; width: 100%; image-rendering: pixelated;}
.aboutThree ul li:nth-child(even) .con {order: 1; background:#00459c;}
.aboutThree ul li:nth-child(even) strong ,.aboutThree ul li:nth-child(even) span {color: #fff;}
.aboutThree ul li:hover img {transform: scale(1.1);}

.aboufour {overflow: hidden;}
.aboufour .aboutTitle {text-align: left; padding-top: 11rem; margin-left: 5%;}
.aboutFourSwiperBox { position: relative;}
.aboutFourSwiperBox::after {content: ""; position: absolute; left: 0; top: 0; height: 100%; width: 10%; background: #fafafa;} 
.aboutFourSwiperBox .container16 {width: 83%;}
.aboutFourSwiperBox .box {display: flex; justify-content: space-between;}
.aboutFourSwiperBox .box .le {height: 36.44rem; width: 44%; margin-left: 5%;}
.aboutFourSwiperBox .box .le .tle {margin-top: 8rem; padding-bottom: 1rem; border-bottom: 1px solid #ddd;}
.aboutFourSwiperBox .box .le .tle strong {font-size: 1.88rem;font-weight: 700;color: #000000;}
.aboutFourSwiperBox .box .le .tle span {font-size: 1rem;font-weight: 400;color: #666666; margin-left: 1rem;}
.aboutFourSwiperBox .box .le p {font-size: 1rem;color: #666666;margin-top: 3rem; line-height: 2.5rem;}
.aboutFourSwiperBox .box .re {position: absolute; right: 0; top: -36%; }
.aboutFourSwiperBox .box .re:after { content: ""; color: rgba(255,255,255,.42); position: absolute; right: -28%;bottom: 0; width: 28%; height: 72%; background: #e37e12;}
.aboutFourSwiperBox .box .re img {width: 100%; display: block; image-rendering: pixelated;}
.aboufourSwiper {position: relative; background: #fafafa;}
.aboufourSwiper .swiper-pagination {left: 5%; width: auto; bottom: 20%;}
.aboufourSwiper .swiper-pagination-bullet {width: 0.63rem;height: 0.63rem; margin: 0 0.5rem !important; background: #d5d5d5; opacity: 1; box-sizing: border-box;}
.aboufourSwiper .swiper-pagination-bullet-active {width: 0.75rem; height: 0.75rem; border: 0.13rem solid #e37e12; background: none;}
.aboufourSwiper .swiper-button-prev {width: 1.13rem; height: 2.38rem; background: url(../images/aboufourswiper-jt.png) no-repeat center;  left: auto;right: -88px; top: 180px; background-size: 100%; }
.aboufourSwiper .swiper-button-next {width: 1.13rem; height: 2.38rem; background: url(../images/aboufourswiper-jt.png) no-repeat center;  transform: rotate(180deg);right: -88px; top: 300px; background-size: 100%; }
.aboufourSwiper .swiper-button-prev::after {content: "——"; position: absolute; bottom: -70%; width: 1.88rem; height: 0.06rem; color: rgba(255,255,255,.42);}

.aboutfive .fiveTle {display: flex; align-items: center; justify-content: space-between;}
.aboutfive .fiveTle ul {display: flex; gap: 7rem; align-items: center; margin-top: 3rem;}
.aboutfive .aboutTitle {margin-left: 5%; text-align: left;}
.aboutfive .fiveTle ul li {font-size: 1.13rem;font-weight: 400;color: #666666; transition: .5s; cursor: pointer; position: relative;}
.aboutfive .fiveTle ul li.on {font-size: 1.5rem;font-weight: 700;color: #e37e12;}
.aboutfive .fiveTle ul li::after {content: ""; position: absolute; bottom: 0; width: 0; left: 50%; height: 1px; background: #e37e12; transition: .5s;}
.aboutfive .fiveTle ul li.on::after {width: 90%; left: 5%;}
.aboutfiveSlide {position: relative;}
.aboutfiveSlide .bd {margin-left: 5%; margin-top: 4rem; background: #f5f5f5;}
.aboutfiveSlide .bd ul li {display: flex; position: relative; height: 34rem;}
.aboutfiveSlide .bd ul li::after {content: ""; position: absolute; left: -70px; z-index:-1; top: 0; width: 7.44rem; height: 24.69rem; background: #e37e12;}
.aboutfiveSlide .bd ul li .le {width: 52%;}
.aboutfiveSlide .bd ul li .le .imgBox {position: relative;bottom: 73px; right: 2px;background: url(../images/aboutfive-img.jpg) no-repeat center; height: 31.25rem;}
.aboutfiveSlide .bd ul li .le  img {display: none; width: 100%;  image-rendering: pixelated; }
.aboutfiveSlide .bd ul li .re {width: 48%; position: relative;}
.aboutfiveSlide .bd ul li .re .reCon {padding: 6rem 4.25rem 0 4.25rem; box-sizing: border-box; }
.aboutfiveSlide .bd ul li .re .reCon .reIcon img {display: block;animation:changeright 6s linear infinite;}
.aboutfiveSlide .bd ul li .re h5 {font-size: 1.88rem;font-weight: 700;color: #333333;margin: 2rem 0;}
.aboutfiveSlide .bd ul li .re p {font-size: 1rem;color: #666666;font-weight: 400;line-height: 2.25rem; padding-bottom: 6rem;}
.aboutfiveSlide .bd ul li .re .more {display: flex; position: absolute; bottom: 0; width: 100%;}
.aboutfiveSlide .bd ul li .re a {height: 7.38rem;width: 50%; font-size: 1.25rem;font-weight: 400;color: #fff; background: #e37e12; display: flex; align-items: center; justify-content: center;}
.aboutfiveSlide .bd ul li .re a:nth-child(2) {background: #104391;}
.aboutfiveSlide .bd ul li .re a img {transition: .5s; margin-right: 1rem;}
.aboutfiveSlide .bd ul li .re a:hover img {transform: rotateY(180deg);}
.aboutfiveSlide .hd .arrow {position: absolute; left: 15%;bottom: 5%; z-index: 2;}
.aboutfiveSlide .hd .arrow a {cursor: pointer; display: block;}
.aboutfiveSlide .hd .arrow .prev {display: block; width: 5.44rem;height: 1.13rem;background: url(../images/aboutfiveslide-jt.png) no-repeat center; background-size: 100%;}
.aboutfiveSlide .hd .arrow .next {display: block; position: absolute;right: -200px; width: 5.44rem;height: 1.13rem;background: url(../images/aboutfiveslide-jt.png) no-repeat center; transform: rotate(180deg); background-size: 100%;}
.aboutfiveSlide .hd .arrow .next::after {position: absolute;top: -7px; right: -55px; width: 0.06rem;height: 1.88rem;opacity: 0.4;background: #959595;  content: ""; }

.aboutSix {background: #f5f5f5; margin-top: 5px;}
.aboutSix .container16 {position: relative;}
.aboutSixSwiper { overflow: hidden; width: 85%;  margin: auto; padding: 3rem 0 8rem 0; box-sizing: border-box;}
/* .aboutSixSwiper::before {content: ""; position: absolute; left: 110px; top: 0; width: 2rem; height: 100%; background: #f5f5f5; z-index: 2;}
.aboutSixSwiper::after {content: ""; position: absolute; right: 117px; top: 0; width: 3rem; height: 100%; background: #f5f5f5; z-index: 2;} */
.aboutSixSwiper .swiper-slide {box-shadow: 0rem 0rem 1.16rem 0rem rgba(81,81,81,0.25); box-sizing: border-box; 	width: calc(100%/5);}
.aboutSixSwiper .swiper-slide img {width: 100%; display: block;}
.aboutSixSwiper .swiper-slide-active {z-index: 2; transform: scale(1.1) !important;}
.aboutSixSwiper .swiper-button-prev {width: 3.06rem; height: 3.06rem; border-radius: 50%; background: #00459c url(../images/aboutsixswiper-jt.png) no-repeat center; left: 0;     top: 60%;}
.aboutSixSwiper .swiper-button-next {width: 3.06rem; height: 3.06rem; border-radius: 50%; background: #00459c url(../images/aboutsixswiper-jt.png) no-repeat center; transform: rotate(180deg); right: 0;     top: 60%;}


.schoolThree.ttoop {
    padding-bottom: 0;
}
.schoolThree.ttoop .schoolTitle{ padding-bottom:2rem;}
.schoolThree.ttoopa {
   margin-top: 0rem;
}


.talentTle {text-align: center; padding: 8.5rem 0 6.5rem 0;}
.talentTle h3 {font-size: 3rem;color: #333333; line-height: 3rem;}
.talentTle h4 {font-size: 2.38rem;color: #e4e4e4;}
.talentOne {margin-top: 9rem; margin-bottom:9rem;}
.talentOne .box {position: relative;}
.talentOne .box::before {content: ""; width: 90%; height: 100%; position: absolute; top: -30px; left: 5%; background: #00459c; z-index: -1;}
.talentOne .box .le {width: 60%  ;background: #f5f5f5; padding: 5.5rem 0 5.5rem 3.75rem; box-sizing: border-box; height: 33.4rem;}
.talentOne .box .le .leCon {width: 65%;}
.talentOne .box .le h3 {font-size: 3rem;color: #333333; line-height: 3rem;}
.talentOne .box .le h4 {font-size: 2.38rem;color: #e4e4e4; line-height: 3rem; margin-top: 0.5rem;}
.talentOne .box .le h5 {font-size: 1.38rem;color: #333333; margin-bottom: 2.5rem;}
.talentOne .box .le span {font-size: 1rem;color: #666666;display: block;}
.talentOne .box .le i {width: 4.44rem; height: 0.31rem;background: #00459c; display: block; margin: 2rem 0 3rem 0;}
.talentOne .box .re {position: absolute; right: 0; top: -60px; width: 58%; overflow: hidden; background: url(../images/talentone-img.jpg) no-repeat center; height: 33.4rem;}
.talentOne .box .re img {display: block; width: 100%; image-rendering: pixelated; display: none;}


.talentOne .box .le h5  a{
    border-bottom: 2px solid #00459c;
    width: 100px;
}


.talentTwo .joinus-tab {width: 100%; border-collapse: collapse;}
.talentTwo .joinus-tab thead {background: #222222; }
.talentTwo .joinus-tab th {padding: 1.3rem 0;font-size: 1.13rem;color: #ffffff; line-height: 2rem; font-weight: normal;}
.talentTwo .joinus-tab tr {text-align: center; font-size: 1rem;color: #333333;  border-bottom: 1px solid #DDDDDD; font-weight: 400;}
.talentTwo .joinus-tab tr td {padding: 1.5rem 0;}
.talentTwo .joinus-tab tr a {color: #C50101;font-size: 1rem;font-weight: 400;}
.talentTwo .joinus-tab tr a span {transition: .5s; display: inline-block;}
.talentTwo .joinus-tab tr a:hover span {transform: rotate(360deg);}

/* 弹出层 */
.acquisition-info {padding: 3rem;box-sizing: border-box; background-color: #fff; width: 60%; display: none;}
.acquisition-info .box-title {display: flex; justify-content: space-between; align-items: center;}
.acquisition-info .box-title h3 {font-size: 1.6rem; color: #000; font-weight: bold;}
.acquisition-info .box-title span {font-size: 2.5rem; cursor: pointer; color: #000; line-height: 30px;}
.acquisition-info .time span {font-size: 1rem; color: #666;display: inline-block; margin-right: 6rem;}
.acquisition-info .time {border-bottom: 1px solid #ececec; padding: 1rem 0; text-align: left;}
.acquisition-info dl {margin-top: 2.5rem; text-align: left;}
.acquisition-info dt {color: #333; font-size: 1rem;}
.acquisition-info dd {color: #666; font-size: 1rem; margin-top: 1.1rem;}
.acquisition-info dl p {margin-top:5px !important}
.acquisition-info dl span{ margin-top:0 !important;font-size:0.8rem !important;color:#666 !important ; line-height: 20px;}

.talentTwo .joinus-tab tr .look p{text-align: left;}

.talentThreeSwiper {overflow: hidden; margin-left: 6.25rem; padding-bottom: 14rem; position: relative;}
.talentThreeSwiper .swiper-slide {width: 36%; transition: 1s; overflow: hidden;}
.talentThreeSwiper .swiper-slide .con {position: absolute;  opacity: 0; transition: 1s; background: rgba(34,34,34,.59); padding: 1rem 0; box-sizing: border-box;bottom: 0; width: 100%;}
.talentThreeSwiper .swiper-slide .con span {font-size: 1.13rem; color: #fff; text-align: center;  display: -webkit-box;overflow: hidden;  	-webkit-line-clamp: 1;-webkit-box-orient: vertical;}
.talentThreeSwiper .swiper-slide img {width: 100%; display: block; opacity: .5;}
.talentThreeSwiper .swiper-slide-active {width: 45%;}
.talentThreeSwiper .swiper-slide-active img {opacity: 1;}
.talentThreeSwiper .swiper-slide-active .con  {opacity: 1;}
.talentThreeSwiper .swiper-button-prev { left: auto; right: 20%; top: 75%; width: 3.56rem; height: 3.56rem; border-radius: 50%; border: 0.19rem solid #dddddd; box-sizing: border-box; background: url(../images/talentthreeswiper-jt.png) no-repeat center;}
.talentThreeSwiper .swiper-button-next { right: 15%; top: 75%; width: 3.56rem; height: 3.56rem; border-radius: 50%; border: 0.19rem solid #dddddd; box-sizing: border-box; background: url(../images/talentthreeswiper-jt.png) no-repeat center; transform: rotate(180deg);}
.talentThreeSwiper .swiper-button-prev:hover ,.talentThreeSwiper .swiper-button-next:hover {border-color: #e37e12;}



.contact {height: 100vh; background: url(../images/contact-bj.jpg) no-repeat center; background-size: cover; position: relative;}
.contact .box {height: 100vh; display: flex; align-items: center; justify-content: space-between;}
.contact .box .le {}
.contact .box .le h3 {display: inline-block; font-size: 3.75rem;font-weight: 700;color: #ffffff; position: relative;}
.contact .box .le h3::after {content: "";width: 1rem;height: 1rem; background: #e37e12; position: absolute; right: -35px; bottom: 20px;}
.contact .box .le span {display: block; font-size: 1.75rem;font-weight: 400;color: #ffffff;text-shadow: -0.06rem 0rem 0.37rem 0rem #000000; }
.contact .box dl {display: flex;justify-content: space-between;}
.contact .box dl dd {text-align: center;}
.contact .box dl dd img {transition: .5s;}
.contact .box dl dd h5 {font-size: 1rem;font-weight: 400;color: #ffffff; margin-top: 1rem;}
.contact .box dl dd i {display: block; width: 1.31rem;height: 0.25rem; background: #e37e12; margin: 0.5rem auto;}
.contact .box dl dd strong {font-size: 2.13rem;font-weight: 700;color: #ffffff;}
.contact .box dl dd span {font-size: 1rem;font-weight: 400;color: #ffffff; width: 60%;display: block;margin: auto;}
.contact .box dl dd:hover img {transform: rotateY(180deg);}
.contact .box .re {width: 65%; margin-top: 3rem;}
.contact .info {position: absolute; bottom: 5.8rem;  padding: 1.25rem 2rem;    box-sizing: border-box; background: #e37e12;}
.contact .info span {font-size: 1.38rem; display: block; visibility: hidden; font-weight: 400;color: #ffffff; box-sizing: border-box;}



.caseDetail {background: #f5f5f5;}
.caseDetail .box {padding:40px 0 50px 0;}
.caseDetail .caseMbx ul {display: flex; margin: 2rem 0;}
.caseDetail .caseMbx ul li a {font-size: 1rem;color: #666666;}
.caseDetail .caseMbx ul li:hover a {color: #e37e12;}
.caseDetail .caseMbx ul li.on a {color: #e37e12;}
.caseDetail .le {background: #ffffff; width: 73%; padding: 4rem 2.25rem; box-sizing: border-box;}
.caseDetail .le .leTle {display: flex; align-items: flex-end; flex-wrap: wrap; gap: 1rem; justify-content: space-between; padding-bottom: 2rem; border-bottom: 1px solid #EEEEEE;}
.caseDetail .le .leTle h3 {font-size: 1.88rem;color: #333333;}
.caseDetail .le .leTle span {font-size: 1rem;color: #666666;}
.caseDetail .le .leCon {margin: 3rem 0;}
.caseDetail .le .leCon img {max-width: 100%;}
.page-fy { border-top:1px solid #eeee;padding-top: 30px; font-size: 1rem;color: #333; display: flex; flex-wrap: wrap; justify-content: space-between; gap: 1rem;}
.page-fy a {font-size: 1rem;color: #333;}
.page-fy .prev:hover a {color:#e37e12;}
.page-fy .next:hover a {color:#e37e12;}
.caseDetail .caseDeBox {display: flex; justify-content: space-between; align-items: flex-start;}
.caseDetail .re {width: 25%; box-sizing: border-box;}
.caseDetail .re h3 {height: 3.94rem; background: #f2f2f2;font-size: 1.25rem;font-weight: 700;color: #333333;line-height: 3.94rem; padding-left: 2.5rem; position: relative;}
.caseDetail .re h3::after {content: ""; position: absolute; left: 1rem; top: 1rem; width: 0.56rem;height: 1.81rem; background: #e37e12;}
.caseDetail .re .reTop {background: #fff;  padding: 1.5rem 1.1rem;}
.caseDetail .re .reTop ul {margin-top: 2rem;}
.caseDetail .re .reTop li {margin-top: 1rem; border: 0.06rem solid #eeeeee;}
.caseDetail .re .reTop li a {display: flex; align-items: center;}
.caseDetail .re .reTop li .imgBox {overflow: hidden; width: 38%;}
.caseDetail .re .reTop li img {display: block; transition: .5s; width: 100%;}
.caseDetail .re .reTop li h6 {font-size: 1rem;color: #333333; margin-left: 1.5rem; display: -webkit-box;overflow: hidden;  	-webkit-line-clamp: 1;-webkit-box-orient: vertical;}
.caseDetail .re .reTop li:hover img {transform: scale(1.1);}
.caseDetail .re .reTop li:hover h6 {color: #e37e12;}
.caseDetail .re .reTop .more {width: 100%; display: block; margin: 5rem 0 1rem 0; background: #e37e12; border-radius: 1.75rem; height: 3.44rem;font-size: 1rem;color: #ffffff; text-align: center; line-height: 3.44rem;}
.caseDetail .re .reBom {margin-top: 1.6rem; background: #fff;  padding: 1.5rem 1.1rem;}
.caseDetail .re .reBom dl {margin: 1rem;}
.caseDetail .re .reBom dd { box-sizing: border-box; border-bottom: 1px solid #F1F1F1;}
.caseDetail .re .reBom dd a {font-size: 1.13rem;color: #333333; display: block; padding: 1rem 0; display: flex; align-items: center; justify-content: space-between;}
.caseDetail .re .reBom dd:hover a {color: #e37e12;}

.pagelist { padding: 10px 0;  margin-top: 15px;  overflow: hidden;  border-top: 0px solid #eee;text-align: center;}
.pagelist a, .pagelist span {   border: 1px solid #ccc;   display: inline-block;   padding: 2px 8px;   margin-right: 5px;}

.newsBanner {position: relative; overflow: hidden;}
.newsBanner img {width: 100%; image-rendering: pixelated; display: block;}
.newsBanner .newsTle { position: absolute; text-align: center; left: 50%; top: 55%; transform: translate(-50%, -50%);width: 100%;}
.newsBanner .newsTle h3 {font-size: 4.88rem;color: #ffffff;font-weight: 700;}
.newsBanner .newsTle h4 {font-size: 2.5rem;color: #ffffff;}

.newsTop {margin: 4rem 0 6rem 0;}
.newsTop .box {display: flex; justify-content: space-between;  border-bottom: 0.19rem solid #eee;}
.newsTop .box .le {display: flex; gap: 6rem;}
.newsTop .box .le a {font-size: 1.13rem;color: #333333;  display: block; padding: 0 2rem; padding-bottom: 1.5rem; box-sizing: border-box; position: relative;}
.newsTop .box .le a::after {position: absolute; content: ""; bottom: -5px; width: 0; left: 50%; transition: .5s; background: #e37e12; height: 0.44rem; border-radius: 0.25rem;}
.newsTop .box .le a:hover::after {width: 100%; left: 0;}
.newsTop .box .le a.on::after {width: 100%; left: 0;}
.newsTop .box ul {display: flex; margin-right: 2rem;}
.newsTop .box ul li a {font-size: 1rem;color: #333333;}
.newsTop .box ul li a:hover {color: #e37e12;}

.newSwiper {overflow: hidden; position: relative;}
.newSwiper .box {display: flex; background: #f5f5f5;}
.newSwiper .box .le {width: 50%; order: 1;}
.newSwiper .box .le img {width: 100%; display: block; image-rendering: pixelated;}
.newSwiper .box .re {width: 50%; padding-left: 6.5rem;}
.newSwiper .box .re span {display: block; font-size: 1.25rem;font-weight: 700;color: #7d7d7d;margin-top: 5rem;}
.newSwiper .box .re h4 {font-size: 1.5rem;color: #e37e12; margin: 2rem 0; /*display: -webkit-box;overflow: hidden;  	-webkit-line-clamp: 1;-webkit-box-orient: vertical;*/ width: 90%}
.newSwiper .box .re p { width: 80%; font-size: 1rem;color: #7d7d7d; display: -webkit-box;overflow: hidden;  	-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.newSwiper .box .re a { display: block; margin-top: 2rem;   font-size: 1rem; color: #e37e12;}
.newSwiper .swiper-pagination {bottom: 4rem; left: 6.5rem; width: auto;}
.newSwiper .swiper-pagination-bullet {width: 0.81rem;height: 0.81rem; margin: 0 0.5rem !important; opacity: 1;  border: 0.13rem solid #d2d2d2; box-sizing: border-box; background: none;}
.newSwiper .swiper-pagination-bullet-active {border-color: #e37e12;}

.newsList {margin-top: 5.6rem; padding-bottom: 10rem;}
.newsList ul {display: grid; grid-template-columns: repeat(4,1fr); gap: 2rem; row-gap: 5rem;}  
.newsList li .imgBox {overflow: hidden;}
.newsList li .imgBox img {width: 100%;display: block; transition: .5s; image-rendering: pixelated;}
.newsList li .con {padding: 0 1rem; box-sizing: border-box;}
.newsList li h6 {font-size: 1.13rem;font-weight: 700;color: #333333; margin-top: 2.5rem;}
.newsList li p { margin-top: 1rem; font-size: 0.88rem;font-weight: 400;color: #666666; display: -webkit-box;overflow: hidden;  	-webkit-line-clamp: 1;-webkit-box-orient: vertical;}
.newsList li .bom {display: flex; justify-content: space-between; align-items: flex-end; box-sizing: border-box; padding: 2rem 0 2rem 0; border-bottom: 1px solid #eee;}
.newsList li .bom span {font-size: 0.94rem;color: #a2a2a2;}
.newsList li .bom strong {font-size: 2.5rem;font-weight: 700;color: #444444;}
.newsList li .bom small {font-size: 1.5rem; color: #9D9D9D;}
.newsList li:hover img {transform: scale(1.1);}
.newsList li:hover h6 ,.newsList li:hover .bom span {color: #e37e12;}
.newsList .fy a {background: none; border-radius: 50%; box-sizing: border-box;}
.newsList .fy .layui-laypage-curr {border-radius: 50%; background: #e60012;}
.newsList .fy a:hover {color: #e60012;}


#aboutfive,#aboutThree,#schoolFour {position: relative; top: -100px;}

.schoolThree.ttoop .schoolTitle.ttb{ padding-bottom:3.8rem;}


.leCon.proshow_nr {
    line-height: 0;
}



/*------------内页-------------------*/
.n_banner {
    width: 100%;
    margin:84px auto -7px;
}
.n_banner img {
    width: 100%;
    max-width: 200%;
    margin: 0 auto
}
.schoolThree.ttoop.ttoopa_down {
    margin-top: 0;
}
.schoolThree.ttoop.ttoopa_down h3{
	margin-bottom:15px;
}
.schoolThree.ttoop.ttoopa_down .schoolTitle{
	padding-top:3rem;
}

.down_nr{
	clear:both;
	overflow:hidden;
}
.down_nr .down_a{
	clear:both;
	overflow:hidden;
	background-color:#f1f1f1;
	    box-sizing: border-box;
		padding:10px 20px;
		margin-bottom:20px;
}
.down_a01{
	float:left;
}
.down_a02{
	float:right;
	width:58px;
	padding-top:20px;
	padding-right:30px;
}
.down_a02 a{
	display:block;
	float:left;
	width:22px;
	margin-top:3px;
	margin-right:8px;
}
.down_a02 a:last-child{
	margin-right:0px;width:28px;margin-top:0px;
}


.down_a02 img{
	width:100%;
}
.down_a01a{
	float:left;
	width:100px;border-right:1px solid #dfdfdf;
	text-align:center;
	padding-right:10px;
}
.down_a01b{
	float:left;
	padding-left:20px;
	font-size:20px;
	color:#666;
line-height:40px;	padding-top:15px;
	padding-bottom:5px;
}
.down_a01a01{
	
	font-size:40px;

	padding-bottom:5px;
	line-height:40px;

	
}
.down_a01a02{

	font-size:14px;
	
}

@media screen and (max-width:480px) {
	.n_banner{
		margin: 79px auto 0;
	}
	.down_nr .down_a{
		padding:5px 5px;
		margin-bottom:5px;
	}
	.down_a01a{
		width:60px;
		display:none;
	}
	.down_a02{
		padding-top:10px;
		padding-right:15px;
	}
	.down_a01b{
		padding-top:10px;
		padding-left:10px;
		font-size:18px;
		line-height: normal;
	}
	
}



.lecopy{
	clear:both;
	padding:15px 0;
	border-top:1px solid #a9a9a9;
	overflow:hidden;}
.leNav{
	clear:both;
	overflow:hidden;}


.foot01_a{
	float:left;
	width:25%;
	
}
.foot01_a01 a{
	color:#333;
	font-size:18px;
	font-weight:bold;
}
.foot01_a01 a:visited{
	color:#333;
}
.foot01_a02 a{
	color:#333;
	display:block;}
.foot01_a02 a{
	color:#333;
	display:block;}
.footer .footerTop .le .lecopy{
	margin-top:40px;}
	
.leNav{
	width:60%;}
.footer .footerTop .le{
	width:40%;
	}

.tta{
	margin-top:40px;}
.ttab00{
	float:left;
	text-align:center;
	color:#333;
	width:120px;
}
.ttab00 .code .item img{
	width:100%;}
.ttab01{
	float:left;
	margin-left:15px;}
.tta02{
	color:#333;}
	
/***************************************/	
.sort{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    box-shadow: 0px 0px 10px #ccc;
    margin-bottom: 68px;
	box-sizing:border-box;

}
.sortaa{
	margin-bottom:0;}
.sort li{

}
.sort li a{
    display: block;
    padding:0 38px;
    line-height: 80px;
    font-size:20px;
    color: #4c4c4c;
}
.sort li a.cur{
    color: #fff;
    background: #00459c;
   /* background: -moz-linear-gradient(left, #00af40 0%, #318fbb 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, #00af40), color-stop(100%, #318fbb));
    background: -webkit-linear-gradient(left, #00af40 0%, #318fbb 100%);
    background: -o-linear-gradient(left, #00af40 0%, #318fbb 100%);
    background: -ms-linear-gradient(left, #00af40 0%, #318fbb 100%);
    background: linear-gradient(to right, #00af40 0%, #318fbb 100%);*/
}


@media(max-width: 1600px){
    .sort li a,.sort2 li a{
        padding:0 25px;
        line-height: 60px;
        font-size:17px;
    }
}
@media(max-width: 1440px){
    .sort{
        margin-bottom: 50px;
    }
}
@media(max-width: 1260px){
    
}
@media(max-width: 1024px){
    
}
@media(max-width: 768px){


    .sort{
        margin-bottom: 30px;
    }  
    .sort li a,.sort2 li a{
        padding:0 15px;
        line-height: 40px;
        font-size:15px;
    }  
}
@media(max-width: 640px){

    .sort{
        margin-bottom: 20px;
    } 
    .sort li a,.sort2 li a{
        padding:0 12px;
        line-height: 36px;
        font-size:14px;
    }  
    #c-header.n_header{
        padding:8px 0;
    } 
    .menu-button{
        top:2px;
    } 
}


/***************************************************/
.clearfix {
    zoom: 1;
	clear:both;
	overflow:hidden;
}
.contact2 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
   /* padding: 20px 0 100px; */   box-sizing: border-box;
}
.contact2 .img{
    width: 50%;
}   
.contact2 .text{
    width: 50%;
    display: flex;    box-sizing: border-box;
    flex-direction: column;
    justify-content: center;
    padding:0 55px 0 0%;
}
.contact2 .text .index_t1{
    margin-bottom: 45px;
}
.contact2 .text .txt{
    font-size:16px;
    line-height: 1.8;
}
.contact2_2{
	
}
.contact_list2{
    padding-bottom: 65px;
    display: flex;
    flex-wrap: wrap;padding:0 12px;
	box-sizing:border-box;
}
.contact_list2 li{
    margin-bottom: 35px;
    width: 48%;
	margin-right:4%;
    display: flex;
    flex-wrap: wrap;
    background:#fafafa;
    padding:70px 50px;
    box-shadow: 0px 0px 10px #ccc;box-sizing: border-box;
}
.contact_list2 li:nth-child(2n) {
    margin-right: 0;
}
.contact_list2 li .img{
    width: 87px;
    height: 87px;
    overflow:hidden;
    position: relative;
}
.contact_list2 li .text{
    width: calc(100% - 87px);
    padding-left: 30px;box-sizing: border-box;
}
.contact_list2 li .text h2{
    color: #133595;
    font-size: 22px;
    font-weight: normal;
    margin-bottom: 10px;
}
.contact_list2 li .text p{
    position: relative;
    padding-left: 20px;
    font-size:16px;
    line-height: 1.6;
    margin-bottom: 5px;
}
.contact_list2 li .text p:before{
    content:'';
    position: absolute;
    top:10px;
    left:0;
    width: 7px;
    height: 7px;
    background:#133595;
    border-radius: 50%;
}
.contact_list2 li .img img{
    display: block;
    position: absolute;
    top:0;
    left:0;
	width:100%;
}
.contact_list2 li:hover{
    background:#133595;
}
.contact_list2 li:hover .img img{
    top:-87px;
}
.contact_list2 li:hover .text h2,.contact_list2 li:hover .text p{
    color: #fff;
}
.contact_list2 li:hover .text p:before{
    background: #fff;
}

.index_t1 h3 {
    font-size: 38px;
    color: #333;
    line-height: 1;
    font-weight: normal;
}
.index_t1 p {
    padding-left: 170px;
    background: url(../picture/logo.png) no-repeat left center;background-size: 20%;
}
.index_t1 p span {
    font-size: 56px;
    color: #f08200;
    background: -webkit-linear-gradient(0deg, #f08200, #133595, #133595, #133595);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 800;
    text-transform: uppercase;
    font-family: "Arial";
    line-height: 1.4;
}

.contact2_2 .index_t1 p{
	background-size:9%;
	}
.contact2_2 .index_t1 {
    margin-bottom: 45px;
}

.fuli{
    max-width: 1002px;
    margin:auto;
    width: 100%;
    position: relative;
	margin-top:60px;
}
.fuli .swiper-container{
    overflow:visible;
}
.fuli .swiper-button-prev{
    width: 80px;
    height: 80px;
    margin-top:-40px;
    background:url(../images/left3.png) no-repeat center;
    opacity: 1;
    left:-250px;
}
.fuli .swiper-button-next{
    width: 80px;
    height: 80px;
    margin-top:-40px;
    background:url(../images/right3.png) no-repeat center;
    opacity: 1;
    right:-250px;
}
.job_content{
    padding:45px 0 130px;
}
.job_content .container{
    max-width: 1370px;
}
.job_content h2{
    text-align: center;
    font-size:30px;
    color: #333;
    font-weight: normal;
    margin-bottom: 35px;
}

.job_list{

}
.job_list li{
    box-shadow: 0px 0px 10px #ccc;
    margin-bottom: 30px;
}
.list-title{
    display: flex;
    flex-wrap: wrap;
    padding:25px 5%;
}
.list-title .name{
    font-size:20px;
    color: #133595;
    line-height: 20px;
    width: 25%;
}
.list-title .local {
    font-size:16px;
    color: #333;
    line-height: 20px;
    width: 50%;
}
.list-title .num{
    display: flex;
    flex-wrap: wrap;
    font-size:16px;
    color: #808080;
    line-height: 20px;
    width: 25%;
}
.list-title .num .icon{

}
.list-title .num .icon img{
    margin-left: 28px;
}
.sub-wrap{
    display: none;
    padding:10px 5%;
}
.sub-wrap .sub-con{
    margin-bottom: 15px;
}
.sub-wrap h4{
    font-size:16px;
    color: #333;
}
.sub-wrap p{
    
}
.sub-wrap a.more2{
    width: 120px;
    line-height: 40px;
    margin: 30px 0;
  
}
.sj{
	display:none;}
@media(max-width: 1600px){
    .contact1{
        padding:0 0 70px;
    }
    .contact1_l .cont{
        font-size:40px;
    }
    .contact_list1 li .text .txt{
        font-size:15px;
    }
    .contact_a{
        margin-top:20px;
    }
    .job_content{
        padding:60px 0;
    }
    .job_content h2{
        font-size:26px;
        margin-bottom: 25px;
    }
}
@media(max-width: 1440px){
    .contact2 .text{
        padding:0 5%;
    }
    .contact2 .text .index_t1{
        margin-bottom: 30px;
    } 
    .contact2{
        padding:20px 0 60px;
    }  
    .contact_list2 li .text h2{
        font-size:17px;
        margin-bottom: 5px;
    } 
    .contact_list2 li .text p{
        font-size:14px;
    }
    .contact_list2{
        padding-bottom: 50px;
    }
}
@media(max-width: 1260px){
    
}
@media(max-width: 1024px){
    .contact1_l .cont{
        font-size:30px;
    }  
    .job_content{
        padding:40px 0;
    }  
    .job_content h2{
        font-size:22px;
        margin-bottom: 20px;
    }
	.pc{
		display:none;}
	.sj{
		display:block;}
	img.sj {
    width: 100%;
}
}
@media(max-width: 880px){
    .contact1_l{
        width: 100%;
        padding-right:0;
        margin-bottom: 30px;
    }
    .contact_list1{
        width: 100%;
    }

}
@media(max-width: 768px){
    .contact1{
        padding:0 0 50px;
    }
    .contact1_l .cont{
        font-size:22px;
    }
    .contact2{
        padding:10px 0 30px;
    } 
    .contact2 .text{
        padding:0 2%;
        width: 100%;
        margin-top:15px;
    }
    .contact2 .text .index_t1{
        margin-bottom: 20px;
    }
    .contact2 .text .txt{
        font-size:15px;
    }
    .contact2 .img{
        width: 100%;
    }
	.contact2 .img img,.fuli img{
		width:100%;}
    .contact_list2 li{
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
        padding:50px 30px;
    }
    .contact_list2 li .img{
        width: 50px;
        height: 50px;
    }
    .contact_list2 li:hover .img img{
        top:-50px;
    }
    .contact_list2 li .text{
        width: calc(100% - 50px);
        padding-left: 15px;
    }
    .contact_list2{
        padding-bottom: 30px;
    }
    .job_content{
        padding:30px 0;
    }
}
@media(max-width: 640px){
    .contact1{
        padding:0 0 30px;
    }
    .contact1_l .cont{
        font-size:18px;
    } 
    .contact_list1 li{
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
    } 
    .contact_list1 li .text{
        padding:15px 2%;
    } 
    .contact_list1 li h2{
        font-size:16px;
        line-height: 40px;
        bottom:-20px;
        width: 100px;
        margin-left: -50px;
    } 
    .contact_list2{
        padding-bottom: 20px;
    }
    .contact2 .text{
        padding:0 2%;
    }
    .contact_list2 li{
        padding:15px 12px;
    }
    .contact_list2 li .text p{
        padding-left: 16px;
    }
    .contact_list2 li .text p:before{
        top:8px;
        width: 5px;
        height: 5px;
    }
    .fuli .swiper-container{
        overflow:hidden;
    }
    .list-title{
        padding:10px 3%;
    }
    .list-title .local{
        display: none;
    }
    .list-title .name{
        width: 40%;
        font-size:16px;
    }
    .list-title .num{
        width: 60%;
        font-size:14px;
    }
    .sub-wrap{
        padding:10px 3%;
    }
    .sub-wrap h4{
        font-size:15px;
    }
    .sub-wrap .sub-con{
        margin-bottom: 10px;
    }
    .sub-wrap a.more2{
        margin:20px 0 10px;
        width: 86px;
        font-size:14px;
        line-height: 36px;
    }

}




/******************************************/

/*message*/
.message{
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999999;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
    transition: all .8s ease;
    display: none;
}
.message.cur{
    display: flex;
}
.applyForm {
    width: 1100px;
    margin: 0 auto;
    background-color: #fff;
    box-sizing: border-box;
    padding: 40px 60px 20px;
    position: relative;
}
.mess_t{
    text-align: center;
}
.mess_t h3 {
    color: #333;
    font-size: 30px;
    font-weight: normal;
    line-height: 1em;
}
.mess_t p {
    color: #666;
    font-size: 16px;
    margin: 16px 0 40px;
}
.close1 {
    position: absolute;
    top: 45px;
    right: 45px;
    width: 30px;
    height: 30px;
    cursor: pointer;
}
.close1 span{
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}
.close1 span:before,.close1 span:after {
    content: '';
    width: 90%;
    height: 2px;
    background: #333;
    display: block;
    margin: auto;
    position: absolute;
}
.close1 span:before {
    transform: rotate(45deg);
    top: 14px;
    left: 1px;
}
.close1 span:after {
    transform: rotate(-45deg);
    left: 1px;
    top: 14px;
}
.message ul{
    display: flex;
    flex-wrap: wrap;
}
.message ul li{
    width: 48%;
    margin-right: 4%;
    margin-bottom: 10px;

}
.message ul li:nth-child(2n){
    margin-right: 0;
}
.message ul li:nth-child(5){
    margin-right: 0; width: 100%;
}
.message ul li:last-child{
    width: 48%;
    margin-right: 0;
}
.message ul li label{
    font-size: 16px;
    color: #333;
    display: block;
}
.message ul li input{
    outline: none;    
    width: 100%;
    display: block;
    line-height: 40px;
    border: 1px #E3E3E3 solid;
    padding:0 15px;	box-sizing:border-box;
}
.message ul li textarea{
    outline: none;   
    font-family: "å¾®è½¯é›…é»‘";
    width: 100%;
    display: block;
    border: 1px #E3E3E3 solid;
    height: 160px;	box-sizing:border-box;
	padding:10px;
}
.mess_btn input{
    border:none;
    outline: none;
    display: block;
    width: 300px;
    height: 50px;
    line-height: 50px;
    background-color: #133495;
    color: #fff;
    font-size: 16px;
    text-align: center;
    margin: 40px auto;
}



@media screen and (max-width: 1500px){
    .to_phone_scroll {
        overflow: hidden;
        overflow-y: scroll;
    } 
    .applyForm {
        padding: 20px 30px;
    }
    .mess_t h3 {
        font-size: 24px;
    }
    .mess_t p {
        font-size: 14px;
        margin: 0px 0 15px;
    }
}

@media screen and (max-width: 1024px){
    .to_phone_scroll {
        width: 100%;
        height: 80vh;
    }  
    .applyForm {
        width: 90%;
        padding: 20px;
    }
}

@media(max-width:768px){
    .mess_t h3 {
        font-size: 20px;
    } 
    .close1{
        right:20px;
        top:20px;
    }
    .mess_btn input{
        margin: 20px auto 0;
        width:200px;
    }
    .message ul li label{
        font-size:14px;
    }
}
@media(max-width:640px){
    .applyForm {
        padding: 25px 10px;
    }  
    .mess_t p{
        font-size:13px;
    }
    .close1{
        right:15px;
        top:10px;
    }
    .message ul li {
        width: 100%;
        margin-right: 0%;
        margin-bottom:0;
    }
    .message ul li input{
        line-height:32px;
    }
    .message ul li textarea{
        line-height:32px;
        height:96px;
    }
    .mess_btn input {
        width: 150px;
        height: 42px;
        line-height: 42px;
        font-size: 15px;
        margin: 10px auto 0;
    }
}


/****************************代理合作**********/
.textaa{
	text-align:left;
	min-height:360px;}
.bta01{
	font-size:30px;}
.txtaa{
	line-height:30xp;
	font-size:15px;
	margin-top:30px;}

/*********************************************/
.sortabout{
	margin-bottom:0}
/*****************************************/
.about2 {
    padding: 30px 0 130px;
}

.about2 .index_t1 {
    margin-bottom: 20px;
	margin-top:40px;
}
.index_t1 h3 {
    font-size: 38px;
    color: #333;
    line-height: 1;
    font-weight: normal;
}
.about2 .text {
    font-size: 18px;
    color: #333;
    margin-bottom: 35px;
}
.about_list2 {
    background: url(../images/about2.jpg) no-repeat center;
    background-size: cover;
    display: flex;
    flex-wrap: wrap;
}
.about_list2 li {
    color: #fff;
    width: 33.3333%;
    text-align: center;
    padding: 120px 0 130px;
	box-sizing:border-box;
    border-right: 1px solid rgba(255, 255, 255, .3);
}
.about_list2 li h3 {
    font-size: 26px;
    font-weight: 500;
    position: relative;
    margin-bottom: 60px;
    padding-bottom: 5px;
}
.about_list2 li h3:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -11px;
    width: 22px;
    height: 3px;
    background: #fff;
}
.about_list2 li p {
    font-size: 32px;
    line-height: 1.6;
	color:#fff;
}
.clearfix:after {
    content: "\20";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}

@media(max-width: 768px){
    .about_list1 li{
        margin-bottom: 40px;
    }
    .about_list1 li .text .index_t1{
        margin-bottom: 15px;
    }    
    .about2,.about3,.about5{
        padding:10px 0 40px;
    }
    .about2 .index_t1{
        margin-bottom: 25px;
    }
    .about2 .index_t1{
        margin-bottom: 20px;
    }
    .about2 .text{
        font-size:15px;
    }
    .about_list2 li{
        padding:40px 0;
    }
    .about_list2 li h3{
        margin-bottom: 20px;
    }
    .about_list2 li p{
        font-size:20px;
    }
    .about4 h2{
        font-size:22px;
    }
}
@media(max-width: 640px){
    .about_list1{
        padding:0;
    }
    .about_list1 li{
        margin-bottom: 20px;
    }
    .about_list1 li .text .txt h2{
        font-size:16px;
    } 
    .about2,.about3,.about5{
        padding:10px 0 30px;
    }
    .about2 .index_t1{
        margin-bottom: 10px;
    }
    .about_list2 li{
        padding:30px 0;
    }
    .about_list2 li h3{
        margin-bottom: 15px;
        font-size:22px;
    }
    .about_list2 li p{
        font-size:16px;
    }
.n_banner img{
	max-width:190%;
	width:auto;}
	    .n_banner {
        margin: 79px auto -8px;
    }
		    img.sj {
        width: 100%;
    }
}
@media(max-width: 420px){
    .sort li a,.sort2 li a{
        padding:0 9px;
    }
    .about_list2 li{
        width: 100%;
        padding:15px 0;
    }
    .about_list4 li{
        width: 33.33333%;
    }
}
/*************************************************/
.about4 h2{
    font-size: 40px;
    color: #333;
    padding:50px 0 20px;
    font-weight: normal;
}
.about_list4{
    display: flex;
    flex-wrap: wrap;
}
.about_list4 li{
    width: 16.6666666667%;
	border:1px solid #dfdfdf;
    text-align: center;
	box-sizing:border-box;	
	border-right:0px;
}
.about_list4 li:last-child{
border-right:1px solid #dfdfdf;
}
.about4.about5 .text{
    margin-bottom: 10px;
}
.about5{
    padding:60px 0 90px;
}
.about5 .index_t1{
    margin-bottom: 25px;
}
.about5 .text{
    font-size:18px;
    color: #333;
    margin-bottom: 20px;
   /*max-width: 810px;*/
}
#c-banner4{
    padding-bottom: 65px;
}
#c-banner4 .swiper-pagination{
    bottom:0;
}
.c-banner4 .swiper-slide{
    position: relative;
    text-align: center;
    padding-bottom: 60px;
}
.honner_img{
    display: table;
    width: 100%;
}
.c-banner4 .img{
    display:table-cell; 
    vertical-align:bottom;
    height: 391px;
    width: 100%;
    overflow:hidden;
    margin:auto;
}
.c-banner4 p{
    position: absolute;
    bottom:0;
    left:0;
    width: 100%;
    padding:80px 0 30px;
    font-size:18px;
    color: #fff;
    text-align: center;
    background:#133495;
    z-index:-1;
    text-transform: uppercase;
}
.c-banner4 .swiper-pagination-bullet{
    width: 60px;
    height: 7px;
    border-radius: 0;
    background:#133495;
}
@media(max-width: 1600px){
    .about_list1 li{
        margin-bottom: 60px;
    }
    .about_list1 li .text .txt h2{
        font-size:26px;
    }
    .about_list1 li .text .txt p{
        font-size:15px;
    }
    .about2,.about3,.about5{
        padding:10px 0 60px;
    }
    .about2 .index_t1{
        margin-bottom: 35px;
    }
    .about2 .text{
        font-size:16px;
    }
    .about_list2 li{
        padding:50px 0 70px;
    }
    .about_list2 li h3{
        margin-bottom: 15px;
    }
    .about_list2 li p{
        font-size:18px;
    }
    .about4.about5 .text{
        font-size:16px;
        margin-bottom: 30px;
    }
    .about4 h2{
        font-size:32px;
    }
}
@media(max-width: 1440px){
    
}
@media(max-width: 1260px){
    
}
@media(max-width: 1024px){
    .about_list1 li .text .index_t1{
        margin-bottom: 20px;
    }
    .about_list2 li p{
        font-size:16px;
    }
    .about4 h2{
        font-size:26px;
    }
}
@media(max-width: 880px){
    .about_list1 li .img{
        width: 100%;
    }
    .about_list1 li .text,.about_list1 li:nth-child(2n) .text{
        width: 100%;    
        padding:15px 3%;
    }
    .about_list1 li .text .txt h2{
        font-size:22px;
    }
    .about_list1 li .text .txt p{
        font-size:14px;
    }
    .swiper-div{
        padding:0;
    }
    .swiper-div .deve-button-prev,.swiper-div .deve-button-next{
        display: none;
    }
    .swiper-div .deve-swiper .left{
        width: 50%;
    }
    .swiper-div .deve-swiper .right{
        width: 50%;
        padding-left: 15px;
    }
    .swiper-div .deve-swiper .right .name-p{
        line-height: 1.6;
    }
    .swiper-div .deve-swiper .swiper-slide .item-div .dic2{
        left:0;
    }
    .about4.about5 .text{
        font-size:15px;
        margin-bottom: 20px;
    }
    .about_list4 li{
        width: 25%;
    }
	.about_list4 li:nth-child(4n){
		    border-right: 1px solid #dfdfdf;}
    .about4 h2{
        font-size:24px;
    }
}
@media(max-width: 768px){
    .about_list1 li{
        margin-bottom: 40px;
    }
    .about_list1 li .text .index_t1{
        margin-bottom: 15px;
    }    
    .about2,.about3,.about5{
        padding:10px 0 40px;
    }
    .about2 .index_t1{
        margin-bottom: 25px;
    }
    .about2 .index_t1{
        margin-bottom: 20px;
    }
    .about2 .text{
        font-size:15px;
    }
    .about_list2 li{
        padding:40px 0;
    }
    .about_list2 li h3{
        margin-bottom: 20px;
    }
    .about_list2 li p{
        font-size:14px;
    }
    .about4 h2{
        font-size:22px;
    }
}
@media(max-width: 640px){
    .about_list1{
        padding:0;
    }
    .about_list1 li{
        margin-bottom: 20px;
    }
    .about_list1 li .text .txt h2{
        font-size:16px;
    } 
    .about2,.about3,.about5{
        padding:10px 0 30px;
    }
    .about2 .index_t1{
        margin-bottom: 10px;
    }
    .about_list2 li{
        padding:30px 0;
    }
    .about_list2 li h3{
        margin-bottom: 15px;
        font-size:22px;
    }
    .about_list2 li p{
        font-size:14px;
    }

}
@media(max-width: 420px){
    .sort li a,.sort2 li a{
        padding:0 9px;
    }
    .about_list2 li{
        width: 100%;
        padding:15px 0;
    }
    .about_list4 li{
        width: 33.33333%;
    }
	.about_list4 li:nth-child(3n){
		border-right:1px solid #dfdfdf;}
}

.about_list4 img{
	width:100%;}
	
/**********************************************/
.container16 a .conaa {
    border: 1px solid #dfdfdf;
	padding:25px 15px;
	box-sizing:border-box;
}
.container16 a .conaa h6 {
	color:#000;
	font-size:22px;
	line-height:24px;
}
.container16 a:hover .conaa h6 {
	color:#00459c;
}

.container16 a .conaa .mma {
	color:#333;
	font-size:14px;

}
.container16 a  .mmajj{
	color:#333;

	border-bottom:1px solid #f1f1f1;
	transition:all 0.3s ease;
	padding:12px 0 20px;
	margin:5px 0 15px;}
.container16 a:hover  .mmajj {	
color:#00459c;

	border-bottom:1px solid #00459c;}
.container16 a  .mma{
	color:#333;

	padding:5px 0;
	margin:0px 0 5px;}
.container16 a:hover  .mma{
	color:#00459c;
	}
	
	
/*******************************************************************/
.sitemp{
  margin-bottom: 25px;
    margin-top: 20px;
	padding-bottom:20px;
    border-bottom: 1px solid #dfdfdf;
}
.site{
    padding-left: 0px;
    font-size:16px;
}
.site a{
    font-size:16px;
}

.pd1{

}
.pd1_l{
    width:25%;
    float: left;
}
.pd1_l img{
	width:100%;}
.pd1_r{
    width: 73%;
    float: right;
}
.pd1_r h2{
    font-size:36px;
    color: #1e3c99;
    font-weight: normal;
    border-bottom: 3px solid #1e3c99;
    margin-bottom: 30px;
    line-height: 1;
    padding-bottom: 22px;
}
.pd_tabli{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
}
.pd_tabli li{
    width: 19.2%;
    margin-right: 1%;
    position: relative;
    font-size:18px;
    line-height: 50px;
    color: #646464;
    background:#f2f2f2;
    text-align: center;
    cursor: pointer;
}
.pd_tabli li:nth-child(5n){
    margin-right: 0;
}
.pd_tabli li:before{
    content:'';
    position: absolute;
    left:50%;
    margin-left: -8px;
    bottom:-7px;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 7px solid #1e3c99;
    opacity: 0;
}
.pd_tabli li:hover,.pd_tabli li.on{
    background:#1e3c99;
    color: #fff;
}
.pd_tabli li:hover:before,.pd_tabli li.on:before{
    opacity: 1;
}
.pd_tab1{
    display: none;
    background:#fafafa;
    padding:80px 50px 100px;
}
.pd_tab1 p{
    font-size:16px;
}
.pd_tab1 p strong{
/*    font-weight: 500;*/
    color: #133595;
}
a.more2{
    display: block;
    width: 258px;
    line-height: 56px;
    font-size:16px;
    color: #fff;
    text-align: center;
    margin:45px auto 0;
    background:#133495;
}
.pd2{
    padding:45px 0 110px;
    margin-top:70px;
    border-top:1px solid #e0e0e0;
}
.pd2 h2{
    font-size:44px;
    color: #133595;
    text-align: center;
    font-weight: 500;
    margin-bottom: 35px;
}
.pd_table{
    max-width: 1200px;
    margin:0 auto;    
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
.pd_table table{
    border-top:1px solid #e0e0e0;
    border-left:1px solid #e0e0e0;
    width: 100%;
    white-space: nowrap;
}
.pd_table table tr{

}
.pd_table table td{
    border-bottom:1px solid #e0e0e0;
    border-right:1px solid #e0e0e0;    
    font-size:18px;
    color: #666;
    padding:3px;
}
.pd_table table tr:nth-child(1) td{
    font-size:26px;
    color: #fff;
    background:#133495;
}
/*.pd_table table tr td:nth-child(1){
    font-size:22px;
}*/
@media(max-width: 1600px){
    .pd1_r h2{
        font-size:30px;
        border-bottom: 2px solid #1e3c99;
        margin-bottom: 40px;
        padding-bottom: 15px;
    } 
    .pd_tab1{
        padding:50px 30px;
    }   
    .pd_tab1 p{
        font-size:15px;
    }
    .pd_tab1 p strong{
        font-size:16px;
    }
    .pd2{
        padding:45px 0 60px;
        margin-top:50px;
    }
    .pd2 h2{
        font-size:30px;
        margin-bottom: 20px;
    }
    .pd_table table tr:nth-child(1) td{
        font-size:20px;
    }
    .pd_table table td{
        font-size:16px;
    }
}
@media(max-width: 1440px){
    
}
@media(max-width: 1260px){
    
}
@media(max-width: 1024px){
    .pd1_r h2{
        font-size:26px;
        margin-bottom: 25px;
    }
    .pd_tab1{
        padding:30px 20px;
    }
    a.more2{
        margin:25px auto 0;
        width: 200px;
        font-size:15px;
        line-height: 46px;
    }

}
@media(max-width: 768px){
    .pd1_l{
        width: 100%;
    }
    .pd1_r{
        width: 100%;
        margin-top:20px;
    } 
    .pd1_r h2{
        font-size:22px;
        margin-bottom: 15px;
        padding-bottom: 10px;
    }  
    .pd_tabli li{
        font-size:16px;
    } 
    .pd_tab1{
        padding:20px 15px;
    }
    .pd_tab1 p{
        font-size:14px;
    }
    a.more2{
        margin:15px auto 0;
        width: 160px;
    }
    .pd2{
        padding:40px 0;
        margin-top:40px;
    }
    .pd2{
        padding:40px 0;
        margin-top:40px;
    }
    .pd2 h2{
        font-size:26px;
    }
    .pd_table table tr:nth-child(1) td{
        font-size:16px;
    }
    .pd_table table td{
        font-size:14px;
    }
}
@media(max-width: 640px){
    .pd_tabli li{
        font-size:14px;
        line-height: 36px;
    } 
    .pd2{
        padding:30px 0;
        margin-top:30px;
    }   
    .pd2 h2{
        font-size:22px;
    }
    .pd_table table tr:nth-child(1) td{
        font-size:15px;
    } 
}

/*****************************************/
.ddt{
	margin-top:60px;
	clear:both;
	overflow:hidden;
	margin-bottom:120px;}
.bg_nr01{
	clear:both;
	overflow:hidden;
	}
.bg_nr01 ul li{
	float:left;
	width:25%; color:#333;
	font-size:14px;
	box-sizing:border-box;
	border-left:1px solid #dfdfdf;
	border-top:1px solid #dfdfdf;
	padding:10px 15px;
	min-height:70px;
}
.bg_nr01 ul li:nth-child(4n){
	border-right:1px solid #dfdfdf;
}
.bg_nr01 ul li:nth-child(1){
	font-weight:bold;font-size:16px;
}
.bg_nr01 ul li:nth-child(2){
	font-weight:bold;font-size:16px;
}
.bg_nr01 ul li:nth-child(3){
	font-weight:bold;font-size:16px;
}
.bg_nr01 ul li:nth-child(4){
	font-weight:bold;font-size:16px;
}
.pd_tab1{
	padding:50px 30px 70px;}
	
.bg_nr01 ul li:nth-last-child(1){
	border-bottom:1px solid #dfdfdf;
}
.bg_nr01 ul li:nth-last-child(2){
	border-bottom:1px solid #dfdfdf;
}
.bg_nr01 ul li:nth-last-child(3){
	border-bottom:1px solid #dfdfdf;
}
.bg_nr01 ul li:nth-last-child(4){
	border-bottom:1px solid #dfdfdf;
}
.bg_nr02{
	display:none;}
@media(max-width: 768px){
	.bg_nr01{
	display:none;}
	.bg_nr02{
	display:block;}
	.bg_nr02 ul li{
		clear:both;
		overflow:hidden;
		border:1px solid #dfdfdf;
		margin-bottom:20px;
		box-sizing:border-box;
	}
	.bg_nr02_a{
			font-size:15px;
	box-sizing:border-box;
	
	border-top:1px solid #dfdfdf;
	padding:10px 15px;
	font-weight: bold;color:#333;
		}
	.bg_nr02_b{
				font-size:14px;
	box-sizing:border-box;
	background-color:#fff;
	border-top:1px solid #dfdfdf;
	padding:10px 15px;
	color:#333;
		}
	.pd_tab1 {
    padding: 30px 15px 60px;
}
.pd_tab1 img{
	max-width:100%;}
    .pd_tabli li {
        font-size: 14px;
        line-height: 24px;
    }
}

.conaanew h6{
	font-size:18px;}
.conaanewaa{
	min-height:50px;}
	
.ab_a{
	margin:60px auto;
}
.ab_a01{
	font-size:48px;
	font-weight:bold;
	margin-bottom:15px;}
.ab_a02{
	clear:both;
	overflow:hidden;
}
.ab_a02 ul li{
	float:left;
	width:23.5%;
	margin-right:2%;
}
.ab_a02 ul li:nth-child(4n){
	margin-right:0%;
}
.ab_a02 .ab_pic{
	width:100%;
}
.ab_a02 .ab_pic img{
	width:100%;
}
.ab_name {
    font-size: 16px;
    line-height: 40px;
}

@media(max-width: 1200px){
	.ab_a02 ul li{
		width:49%;}
	.ab_a02 ul li:nth-child(2n){
		margin-right:0;}
	
}
@media(max-width:768px){
		.sort li a, .sort2 li a{
			line-height:50px;}
		.header .box h1 .top_aa{
			display:none;}
			.header .box h1 a img, .header .box h1 a{
				width: 150px;
				padding-top:0;
			}
		.aboutTwo .box .re{
			margin-right:0;}
	.ab_a{
	margin:40px auto 0px;
}	
		
.ab_a01{
	font-size:28px;
	font-weight:bold;
	margin-bottom:15px;}
.aboutSix{
	margin-top:30px;}
	}
	
.jjfa_aan{
	font-size:20px;
	line-height:36px;
	color:#333;
	margin-bottom:50px;}
	
	
	.mySwiper2.mySwiper2aa{
    overflow: hidden;
}
	
#video{
	width:800px;height:450px;margin:10px auto;
}

.hznr ul li  {
	margin-bottom:25px;	box-sizing:border-box;
}
.hznr ul li input {
    line-height: 50px;
    border: 1px solid #dfdfdf;
	width: 100%;	box-sizing:border-box;

}
.hznr ul li textarea#content{
	    line-height: 50px;
    border: 1px solid #dfdfdf;
	margin-top:10px;
	width: 100%;	box-sizing:border-box;
}
.hznr ul li:last-child input{
		width: 50%;
	}