*{ padding:0; margin:0;box-sizing: border-box;}
body{ padding:0; font-family:"微软雅黑";  font-size:14px; min-width:1200px;}
h1,h2,h3,h4,h5,h6,i,em{ font-size:100%; font-weight:normal; font-style:normal;}
a, a:visited {color:#666;font-family:"微软雅黑";text-decoration:none;}
ul,ol{list-style-type:none;}
img{ border:0;}
a:hover {color:#154896;}
.clear{ clear:both;}
p{font-size: 16px;
  color: #333;
}
:root {
  --animate-duration: 800ms;
  --animate-delay: 0.9s;
}
.banner{
	position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  font-size: 0;
}
.banner img{
	width: 100%;height: auto;
}
.nav-top{position: absolute;
    left: 0;
    top: 20px;
    width: 100%;
    height: 100px;
    box-sizing: border-box;
    padding-top: 20px;
    z-index: 101;}
.main{
  width: 80%;
  min-width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
}
.logo{
	width: 400px;
	height: 60px;
}
.logo img{
	width: 100%;
}
.flex-b{
	display: flex;
	justify-content: space-between;
}
.nav{
	width: 650px;
	height: 60px;
  margin-top: 3px;
}
.nav a{
	line-height: 60px;
  font-size: 16px;
  font-weight: bold;
}
.nav .on{
  position: relative;
  background-color: transparent;
}
.nav .on a{
	color: #154896;
 }
.nav .on a::before {
	content: '';
  position: absolute;
  bottom: 0;
  left: 20%;
  width: 50%;
  height: 5px;
  background-color: #154896;
  border-radius: 10% / 50% 50% 50% 50%;
}
.kb{
	background: linear-gradient(180deg, #EAF4FE, #ffffff);
	padding: 50px 0 40px;
}
.kb .main{
	width: 1200px;
}
.title{
	text-align: center;
  margin-bottom: 50px;
}
.title h2{
	font-size: 40px;
  color: #1b1b1b;
  line-height: 40px;
  font-weight: bold;
}
.title h2 span {
	color: #177ff1;
}
.kb-info{
	width: 100%;
  border: 1px solid #e5e5e5;
  border-radius: 15px;
  overflow: hidden;
  background-color: #ffffff;
  height:370px;
}

.kb-info .th,.kb-info ul li{
	height:32px;
  line-height: 32px;
  text-align: center;
  width:100%;
  display: flex;
  justify-content: space-around;
}
.kb-info .th,.kb-info ul li span:nth-child(6){
	color:#36D430;cursor: pointer;
}
.kb-info .th{
	height: 50px;
  background: linear-gradient(180deg, #178fff, #2eaeff);
  text-align: center;
  line-height: 50px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 16px;
  color: #ffffff;
}
.kb-info ul{
	display: flex;
  flex-direction: column;
}
.kb-info ul li{
	  margin: 5px 0;
	  height:32px;
}
.kb-info ul li span{
	width:100%;
	 height:32px;
	background: #ECF6FF;
}
.kb-info ul li:first-child{
	margin-top: 10px;
}
.kb-info ul li:last-child{
	margin-bottom: 10px;
}
.btn{
	margin-top: 60px;text-align: center;
}
.btn a{
	text-align: center;
  background: linear-gradient(to bottom, #ff8250, #FF2E00);
  border-radius: 50px;
  font-size: 32px;
  padding:6px 40px;
  color: #fff;
  box-shadow: 1px 0px 2px 6px rgba(255, 158, 135, 0.8);
  text-shadow: 1px -1px #fff;

}
.yjs{
	background: linear-gradient(180deg, #fff, #EAF4FE);
	padding: 50px 0;
}

.yjs-con{
	display: flex;
  width: 1200px;
  position: relative;
  height: 423px;
  margin: 80px auto;
}
.yjs-con .video{
	width: 546px;
  height: 352px;
  background-color: #1c1b19;
  border-radius: 10px;
  overflow: hidden;
  position: absolute;
  top: 33px;
}
.yjs-con .yjs-jj{
	background: url(/statics/yjs/jj_bg.png) no-repeat;
	margin-left: 483px;
}
.yjs-con .yjs-jj .jj{
	font-size: 18px;
  margin-left: 112px;
  width: 80%;
  color: #333;
  margin-top: 109px;
}
.yjs-con .yjs-jj .jj p{
	line-height: 40px;
  text-indent: 2em;
}
.kc{
	background-color: #fff;
	margin: 60px auto;
}
.kc-con{
	width: 1200px;
	margin: 0 auto;
}
.kc-con .kc-jd{
	display: flex;
  justify-content: center;
  margin: 55px auto;
}
.kc-con .kc-jd li{
	width: 172px;
	height: 92px;
	margin-right: 40px;
}
.kc-con .kc-jd li:nth-child(1){
	background: url(/statics/yjs/kc-jd1.png) no-repeat;
}
.kc-con .kc-jd li:nth-child(2){
	background: url(/statics/yjs/kc-jd2.png) no-repeat;
}
.kc-con .kc-jd li:nth-child(3){
	background: url(/statics/yjs/kc-jd3.png) no-repeat;
}
.kc-con .kc-jd li:nth-child(4){
	background: url(/statics/yjs/kc-jd4.png) no-repeat;
}
.kc-con .kc-jd li div{
	text-align: left;
  padding-left: 38px;
  padding-top: 20px;
}
.kc-info{
	display: flex;
  justify-content: space-between;
}
.kc-info ul{
	width: 328px;
  height: 727px;
  box-sizing: border-box;
  border-radius: 14px;
  background: linear-gradient(180deg, #F2F6FF, #D6E1FD);
  padding: 50px;
}
.info-list{
	width: 872px;
  height: 727px;
	background-image: url('/statics/yjs/kc-bg-logo.png');
	background-color: #F5F8FF; 
	border-radius: 14px;
}
.kc-info ul li{
	width: 240px;
  height: 55px;
  background: #fff;
  margin-bottom: 25px;
  border-radius: 15px;
  box-shadow: 0px 0px 1px 1px #f5f3f3;
  padding-left: 25px;
  font-size: 16px;
  line-height: 55px;
  cursor: pointer;
}
.kc-info ul li.cur{
	background-color: #D1E0FF;
}
.info-list .list-box{
padding: 60px 80px 0;
}
.info-list .list-box .list{
	display: none;
}
.info-list .list-box .list .txt{
	margin-bottom: 20px;
}
.info-list .list-box .list .txt h4{
	font-size: 20px;
  color: #333;
  line-height: 40px;
}
.info-list .list-box .list .txt h4 img{
	margin-right: 5px;
}
.info-list .list-box .list .txt p{
	font-size: 14px;
  color: #555;
  line-height: 24px;
}
.zs-dx{
	background: linear-gradient(180deg, #EAF4FE, #fff);
	padding: 50px 0;
}
.dx-box{
	width: 1200px;
	margin: 0 auto;
	display: flex;
  justify-content: center;
  flex-wrap: wrap;
 
}
.dx-box .item-box{
	padding: 35px;
  margin: 30px 50px;
  border: 2px solid #D5E6F7;
  background: #EDF6FF;
  border-radius: 15px;
  text-align: center;
  width: 270px;
  cursor: pointer;
}
.dx-box .item-box h4{
	font-size: 20px;
  line-height: 40px;
  color: #055CD5;
}
.dx-box .item-box p{
	font-size: 14px;
	color: #555;
}
.dx-box .item-box:hover{
         background-color: #2eaeff;
}
.dx-box .item-box:hover h4{
	color: #fff;
}
.dx-box .item-box:hover p{
	color: #fff;
}
.jy{
	background: linear-gradient(180deg, #fff, #EAF4FE);
	padding: 50px 0;
}
.jy-box{
	width: 1200px;
  margin: 0 auto;
  display: flex;
  padding-top: 50px;
}
.jy-box .jy-left .jy-nav{
	width: 230px;
  height: 100px;
  border: 2px solid #D5E6F7;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 40px;
  background: #fff;
  position: relative;
  cursor: pointer;
}
.jy-box .jy-left .jy-nav svg{
	position: absolute;
	top: 25px;
}
.jy-box .jy-left .jy-nav h3{
	font-size: 18px;
  color: #333;
  font-weight: bold;
  line-height: 36px;
  margin-left: 30px;
}
.jy-box .jy-left .jy-nav p{
	color: #666;
}
.jy-box .jy-left .jy-nav.cur{
	background-color: #E7F3FF;
	
}
.jy-box .jy-left .jy-nav.cur h3,.jy-box .jy-left .jy-nav.cur p{
	color: #0F6BD8;
}
.jy-box .jy-left .jy-nav.cur svg path{
	fill: #0F6BD8;
}
.jy-right{
	margin: 30px 120px auto;
}
.jy-right .jy-img{
	display: none;
}
.gl{
	background: linear-gradient(180deg, #EAF4FE, #fff);
	padding: 50px 0;
}
.gl-con{
	width: 1200px;
  margin: 0 auto;
  padding: 40px 0;
}
.gl-con .gl-top{
	display: flex;
  justify-content: space-between;
}
.gl-con .gl-top .gl-box{
	padding: 20px 25px;
  background: #DEEEFE;
  width: 245px;
  height: 135px;
  text-align: center;
  box-shadow: 0 1px 1px 1px #CED9ED;
  cursor: pointer;
}
.gl-con .gl-top .gl-box h3{
	font-size: 24px;
	font-weight: bold;
	color: #2073F3;
}
.gl-con .gl-top .gl-box p{
	color: #666;
  line-height: 25px;
  font-size: 18px;
  margin-top: 15px;
}
.gl-con .gl-top .gl-box.cur{
	background-color: #2073F3;
}
.gl-con .gl-top .gl-box.cur h3,.gl-con .gl-top .gl-box.cur p{
	color: #fff;
}
.gl-content {
	margin-top: 50px;
  display: flex;
}
.gl-content ul{
	margin-left: 20px;
}
.gl-content ul li{
	width: 216px;
  height: 50px;
  background-color: #fff;
  transform: skew(-15deg);
  margin-bottom: 20px;
  border-radius: 15px;
  font-size: 24px;
  text-align: center;
  padding-left: 30px;
  box-shadow: 2px 2px 2px 2px #EAF4FE;
  display: flex;
}
.gl-content ul li.cur{
	background-color: #2073F3;
}
.gl-content ul li.cur span,.gl-content ul li.cur a{
color: #fff;
}
.gl-content ul li span{
	font-size: 40px;
  font-weight: bold;
  color: #BBD7FE;
}
.gl-content ul li a{
	display: block;
  transform: skew(15deg);
  margin: 10px 5px;
  font-size: 24px;
  color: #2073F3;
  font-weight: bold;
}
.gl-content-box{
	margin-left: 60px;
  background: #fff;
  box-shadow: 2px 2px 2px 4px #EAF4FE;
  border-radius: 20px;
}
.gl-content-box .gl-list{
	display: none;
  padding: 80px;
}
.gl-content-box .gl-list .gl-txt{
	float: left;
	margin: 0 60px 0 15px;
}
.gl-content-box .gl-list .gl-txt h4{
	font-size: 20px;
  line-height: 40px;
}
.gl-content-box .gl-list .gl-txt p{
	margin-top: 20px;
  width: 230px;
  margin-bottom: 40px;
  font-size: 14px;
  color: #666;
}
.gl-content-box .gl-list .gl-txt a{
	text-align: center;
  background:linear-gradient(to bottom, #ff8250, #FF2E00);
  border-radius:20px;
  font-size: 20px;
  padding:5px 27px;
  color: #fff;
  box-shadow: 0 0 3px 4px rgba(255, 158, 135, 0.8);
  font-weight: bold;
}
.gl-content-box .gl-list .gl-img{
	float: right;
	display: flex;
    margin-top: 40px;
}
.gl-content-box .gl-list .gl-img img{
  border-radius: 15px;
  margin-right: 10px;
  width: 180px;
  height: 150px;
}
.sz{
    background-color: #ECF6FF;
    margin: 0 auto;
    padding: 40px 0;
}
.sz-nav{
display: flex;
justify-content: space-around;
margin: 30px 112px;
}
.sz-nav .nav-con{
text-align: center;
}
.sz-nav .nav-con h4{
background:#C4E1FF;
border-radius:15px;
padding:0 20px;
text-align: center;
font-size: 20px;
line-height: 40px;
color: #2073F3;
font-weight: bold;
}
.sz-nav .nav-con i{
font-size: 30px;
color: #2073F3;
line-height: 50px;
}
.sz-swiper{
width: 1200px;
height: 500px;
margin: 0 auto;
overflow: hidden;
position: relative;
}
.sz-left {
width: 2%;
position: absolute;
z-index: 2;
background:
linear-gradient(90deg, rgba(235, 245, 255, 0.9), rgba(255, 255, 255, 0.5));
height: 61%;
left: 0%;
margin-top: 8%;
}
.sz-right{
width: 2%;
position: absolute;
z-index: 2;
background:linear-gradient(90deg, rgba(255, 255, 255, 0.1), rgba(224, 240, 255, 0.9));
height: 61%;
right: 0%;
margin-top: 8%;
}
.sz-swiper .swiper-container {
  width: 100%;
  height: 100%;
}
.sz-swiper .swiper-slide{
width: 800px;
display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  transition: 300ms;
  transform: scale(0.8) !important;
}
.sz-swiper .swiper-slide-active,.sz-swiper .swiper-slide-duplicate-active{
  transform: scale(1.2) !important;
}
.sz-box{
display: flex;
background:#fff;
padding:40px;
border: 5px solid #E0F0FF;
border-radius:20px;
box-sizing: border-box;
background-image: url(/statics/yjs/sz-bg-logo.png);
background-repeat: no-repeat;
margin: 0 35px;
background-position:126% 112%;
background-size: 81%;
}
.sz-box .sz-desc{
display: flex;
flex-direction: column;
justify-content: center;
}
.sz-box .sz-desc h4{
font-size: 20px;
line-height: 40px;
font-weight: bold;
}
.sz-box .sz-desc div{
margin: 10px 0;
}
.sz-box .sz-desc p{
font-size: 14px;
line-height: 32px;
color: #666;
}
.sz-box .sz-desc div span{
margin-right: 10px;
padding:2px 10px;

}
.sz-box .sz-desc div span:nth-child(1){
color: #2073F3;
background:#C8DFFF;
}
.sz-box .sz-desc div span:nth-child(2){
color: #2F7936;
background:#D5F3D1;
}
.sz-box .sz-desc div span:nth-child(3){
color: #B21A3A;
background:#EECBCC;
}
.swiper-button-next{
left: 85%;
background:#B6D2FC;
width: 50px;
border-radius:50px;
height: 50px;
color: #fff;
--swiper-navigation-size: 28px;
}
.swiper-button-prev{
left: 11%;
background:#B6D2FC;
width: 50px;
border-radius:50px;
height: 50px;
color: #fff;
--swiper-navigation-size: 28px;
}
.gh{
    margin: 60px auto;
}
.gh-con{
    width: 1200px;margin: 0 auto;display: flex;justify-content: space-between;
}
.gh-con .gh-box{
width: 385px;
}
.gh-con .gh-box:nth-child(1) div{
background: url(/statics/yjs/gh1.png) no-repeat;
}
.gh-con .gh-box:nth-child(2) div{
background: url(/statics/yjs/gh2.png) no-repeat;
}
.gh-con .gh-box:nth-child(3) div{
background: url(/statics/yjs/gh3.png) no-repeat;
}
.gh-con .gh-box div{
height: 110px;
font-size: 26px;
color: #fff;
text-align: center;
padding:29px 0;
line-height: 52px;
}
.gh-con .gh-box ul{
background:#F9F9F9;
padding:20px 30px;
border-radius:0 0 15px 15px;
box-shadow: 0px 1px 1px 2px #EEE;
}
.gh-con .gh-box ul li{
font-size: 16px;
line-height: 32px;
width: 325px;
  overflow: hidden;
  white-space: nowrap;
}
.gh-con .gh-box ul li::before{
content: "";
display: inline-block;
width: 10px;
height: 10px;
background-color: black;
border-radius:50%;
margin-right: 30px;
}
.gh-con .gh-box:nth-child(1) ul li::before{
background-color: #055CD5;
}
.gh-con .gh-box:nth-child(2) ul li::before{
background-color: #FF8855;
}
.gh-con .gh-box:nth-child(3) ul li::before{
background-color: #E04938;
}
.gh-con .gh-box:nth-child(1) ul li a{
color: #055CD5;
}
.gh-con .gh-box:nth-child(2) ul li a{
color: #FF8855;
}
.gh-con .gh-box:nth-child(3) ul li a{
color: #E04938;
}