/*pubilc start*/
* {margin: 0;padding: 0;font-size: 16px;font-family: arial;-webkit-tap-highlight-color: rgba(0, 0, 0, 0);}
ol,ul,li,dl,dt,dd,form,p,h1,h2,h3,h4,h5,img{margin: 0;padding: 0;}
ol,ul,li{list-style: none;padding: 0;margin: 0;}
img{border: none;max-width: 100%;vertical-align: middle;}
a{text-decoration: none;border: none;margin: 0;padding: 0;}
input,textarea,button{outline: 0;resize: none;border: none;_border: 0;margin: 0;padding: 0;background: none;}
select{border: 0;}
input::-webkit-search-cancel-button {display: none;}
input[type=button],input[type=submit],input[type=search],button {-webkit-appearance: none;background: none;outline: none;}
input{-webkit-appearance: none;}
/* table,table td {border-collapse: collapse;} */
select{border: 0;appearance: none;-webkit-appearance: none;-moz-appearance: none;outline: none;}
select::-ms-expand {display: none;}
.clear {clear: both;}
.clearfix::after{content: '';clear: both;display: block;}
.fl{float: left;}
.fr{float: right;}
.container{width: 1200px;margin: 0 auto;}
.wrap {width: 100%;_zoom: 1;position: relative;overflow: hidden;}
/*pubilc end*/

/* header */
.PC-header{
	/* position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: #fff; */
}
.header-cont{
	width: 1845px;
	margin: 0 auto;
}
.logo{
	padding: 30px 0;
}
.search {
	padding: 43px 0 42px;
	position: relative;
}
.search input[type=text]{
	width: 278px;
	height: 40px;
	border: 1px solid #cccccc;
	box-shadow: 0px 0px 12px rgba(52,52,52,.2) inset;
	text-indent: 2em;
	color: #929292;
	font-family: arial;
	font-size: 14px;
}
.search input[type=text]::-moz-placeholder{
	color: #929292;
	font-size: 14px;
	font-family: arial;
}
.search input[type=text]::-webkit-input-placeholder{
	color: #929292;
	font-size: 14px;
	font-family: arial;
}
.search input[type=text]::-ms-input-placeholder{
	color: #929292;
	font-size: 14px;
	font-family: arial;
}
.search button{
	position: absolute;
	right: 10px;
	top: 35px;
}
.lang {
	margin:53px 0 53px 45px;
	position: relative;
}
.lang a{
	color: #232323;
	font-size: 14px;
	font-family: arial;
}
.lang >a{
	padding-right: 18px;
	background: url(../images/xia.png) center right no-repeat;
}
.lang >a:before{
	background: url(../images/lang.png) no-repeat;
	width: 23px;
	height: 22px;
	content: "";
	display: inline-block;
	margin-bottom: -6px;
	margin-right: 5px;
}
.lang-muen{
	text-align: center;
	position: absolute;
	left: 0;
	z-index: 99;
	top: 190%;
	/* background: rgba(0,88,145,.9); */
	background: #005891;
	width: 100%;
	padding: 15px 0 5px;
	display: none;
}
.lang-muen li{
	margin-bottom: 10px;
}
.lang-muen li a{
	display: block;
	color: #fff;
}
.PC-nav{
	background: #005992;
}
.PC-nav-cont >ul >li {
	float: left;
	margin-left: 3%;
	position: relative;
}
.PC-nav-cont >ul >li >a{
	color: #fff;
	font-family: arial;
	font-size: 18px;
	padding: 29px 0 30px;
	display: block;
}
.PC-nav-cont >ul >li:hover .PC-nav-muen{
	display: block;
}
.PC-nav-muen{
	position: absolute;
	top: 100%;
	left: -35px;
	background: #ccdde9;
	width: 250px;
	z-index: 99;
	padding-bottom: 20px;
	display: none;
}
.PC-nav-muen1{
	width: 280px;
}
.PC-nav-muen>ul>li{
	position: relative;
}
.PC-nav-muen>ul>li>a{
	color: #005992;
	display: block;
	line-height: 40px;
	padding-left: 30px;
	transition: all .4s;
}
.PC-nav-muen>ul>li>a:hover{
	background: #232323;
	color: #fff;
}
.quaul{
	position: absolute;
    top: 0;
    left: 100%;
    background: #ccdde9;
    width: 250px;
    z-index: 99;
    padding-bottom: 20px;
    display: none;
}
.quaul>ul>li>a{
	color: #005992;
	display: block;
	line-height: 40px;
	padding-left: 30px;
	transition: all .4s;
}
.quaul>ul>li>a:hover{
	background: #232323;
	color: #fff;
}
.PC-nav-muen >ul >li:hover .quaul{
	display: block;
}
/* 移动端的头部 */
.PH-header{
	display: none;
}
.PH-header .container{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 2%;
	height: 80px;
}
.PH-nav{
	position: absolute;
	top: 0;
	left: -100%;
	background: #fff;
	height: 100%;
	width: 300px;
/* 	display: none; */
	z-index: 9999;
	transition: all .8s;
	/* height: calc(100vh - 90px); */
	background: linear-gradient(to top,#00558c,#005c98);
}
.muen-bg{
	width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .4);
    position: absolute;
    top: 0;
    right: -100%;
    z-index: 99;
    transition: all .8s;
}
.PH-nav >ul.PH-nav-ul{
	border-bottom: 2px solid #fff;
	padding:20px 0 20px;
}
.PH-nav >ul.PH-nav-ul >li{
	/* border-bottom: 1px solid #fff; */
}
.PH-nav >ul.PH-nav-ul >li >a{
	color: #fff;
	font-size: 18px;
	padding: 10px 0 10px 15px;
	display: block;
	
}
.PH-nav >ul.PH-nav-ul >li.PH-li-bg >a{
	background: url(../images/jian.png) no-repeat 92% center ;
}
.PH-nav-muen{
	display: none;
}
.PH-nav-muen ul li a{
	font-size: 16px;
	color: #fff;
	padding: 5px 0 5px 25px;
	display: block;
	
}
.PH-nav-lang{
	padding-top: 20px;
}
.PH-nav-lang li a{
	color: #fff;
	font-size: 18px;
	padding: 10px 0 10px 15px;
	display: block;
}





.PH-header{
	position: relative;
}
.PH-logo{
	width: 40%;
}
.PH-form{
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	padding: 25px 0;
	background: #005992;
	display: none;
	z-index: 99;
}
.search-btn{
	width: 85%;
	margin: 0 auto;
}
.PH-form input{
	width: 85%;
	margin: 0 auto;
	display: block;
	height: 41px;
	background: #fff;
	color: #333;
	font-size: 16px;
	text-indent: 1em;
}
.PH-form button{
	width: 15%;
	background: #232323;
	height: 42px;
}


/* index css */
.inban-cont{
	position: absolute;
	left: 50%;
	bottom: 9%;
	transform: translateX(-50%);
	text-align: center;
}
.inban-cont h2{
	color: #ffffff;
	font-size: 40px;
}
@font-face {
	font-family:'ziti';
	src: url(../fonts/segoesc.ttf);
}
.inban-cont span{
	color: #00558c;
	font-family:'ziti';
	padding: 5px 0 12px;
	display: block;
}
@font-face {
	font-family:'zi';
	src: url(../fonts/Candara.ttf);
}
.inban-cont p{
	font-size: 18.67px;
	color: #fff;
	line-height: 32px;
	letter-spacing: 0.5px;
	font-family:'zi';
	padding: 0 4%;
}
.banner{
	position: relative;
}
.banner-text{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.banner-text span{
	color: #fff;
	font-size: 48px;
	display: block;
	padding-bottom: 3%;
}
.banner-text p{
	line-height: 25px;
	color: #fff;
	font-size: 18px;
}
.index-title span{
	color: #00558c;
	letter-spacing: 8.5px;
	margin-left: -385px;
}
.index-title h2{
	color: #02021a;
	font-size: 60.98px;
	letter-spacing: -2px;
	line-height: 60px;
}
.index-title >strong{
	color: rgba(2,2,26,.34);
	font-size: 37.56px;
    margin-left: -58px;
	line-height: 30px;
}
.index-title{
	text-align: center;
	padding: 96px 0;
	position: relative;
}
.title-ding{
	position: absolute;
	top: 0;
	left: 0;
}
.title-ding strong{
	font-size: 245px;
	color: rgba(2,2,26,.18);
	letter-spacing: -10px;
	line-height: 181px;
	
}
.about-icon ul{
	display: flex;
	justify-content: space-between;
	margin-bottom: 65px;
}
.about-icon li{
	float: left;
	text-align: center;
	/* width: 297px; */
}
/* .about-icon li:nth-child(1){
	width: 225px;
}
.about-icon li:nth-child(2){
	width: 340px;
}
.about-icon li:nth-child(3){
	width: 305px;
} */
.about-icon li strong{
	display: block;
	color: #00568d;
	font-size: 26px;
	line-height: 32px;
	letter-spacing: -2px;
	display: block;
}
.icon-mun{
	padding-bottom: 20px;
}
.icon-mun {
	display: flex;
	justify-content: center;
}
.icon-mun span{
	margin-right: 4px;
}
.icon-mun span:last-child{
	margin-right: 0;
}
.li-about-text h3{
	color: #00578f;
	font-size: 50.64px;
}
.li-about-text strong{
	color: #00578f;
	font-size: 37.34px;
}
.about-list li{
	float: left;
	width: 100%;
}
.about-list li a{
	/* display: flex;
	align-items: center;
	justify-content: center; */
	overflow: hidden;
	display: block;
}
.li-about-pic,.li-about-text{
	width: 50%;
}
.li-text{
	width: 62.5%;
	padding-top: 23%;
	text-align: center;
}
.li-text1{
	margin: 0 0 0 auto;
}
.new{
	width: 78.125%;
	margin: 0 0 0 auto;
	padding-top: 110px;
}
.new li{
	
	width: 100%;
	margin-bottom: 37px;
	transition: all .6s;
	
}
.new li:hover{
	/* margin-right: 60px; */
	margin-left: -90px;
	
}
.new li:first-child{
	
}
.new li a {
	display: block;
	overflow: hidden;
	width: 100%;
	padding: 47px 0;
	background: rgba(0,87,143,.2);
	
	padding-left: 4%;
}
.new li:hover a{
	background: rgba(0,87,143,.34);
}
.li-new-mun{
	float: left;
	width: 0;
	transition: all .6s;
	overflow: hidden;
	padding-top: 17px;
}
.new li:hover .li-new-mun{
	width: 8%;
}
.li-new-mun h4{
	font-size: 70px;
	color: #00558c;
	line-height: 52px;
}
.new li .li-new-mun span{
	display: inline-block;
	padding-left: 5px;
	font-size:30px;
}
.li-new-text{
	float: left;
	width: 78%;
}
.new li a span{
	color: #00558c;
	font-size: 24px;
	font-weight: 600;
	padding-bottom: 5px;
	line-height: 44px;
	
}
.new li a p{
	line-height: 32px;
	color: #00558c;
	font-size: 21.34px;
	letter-spacing: 0.5px;
	
}
.picimg{
	margin-top: 70px;
}
/* index css */



/* sub */
.index-nav{
	padding: 50px 0;
}
.index-nav a{
	color: #005993;
	font-size: 16px;
	font-family: arial;
}
.index-nav a:after{
	content: "/";
	color: #999999;
	font-size: 16px;
	display: inline-block;
	margin: 0 4px 0 3px;
}
.index-nav a.dang{
	color: #999999;
}
.index-nav a:last-child:after{
	content: none;
}
.li-sub-icon{
	margin: 0 20px 0 30px;
	height: 80px;
	width: 80px;
}
.li-sub-icon .pic1{
	display: block;
}
.li-sub-icon .pic2{
	display: none;
}
.sub-box1 li:hover{
	background: #005992;
}
.sub-box1 li:hover strong{
	color: #fff;
}
.sub-box1 li:hover .pic1{
	display: none;
}
.sub-box1 li:hover .pic2{
	display: block;
}
.li-sub-text strong{
	display: inline-block;
	color: #005992;
	font-size: 26px;
	vertical-align: middle;
	padding-top: 25px;
}
.sub-box1{
	padding-bottom: 80px;
}
.sub-box1 li{
	transition: all .6s;
  border-radius: 3px;
  background-color: rgb( 194, 220, 233 );
  width: /* 379px */31.584%;
 
  float: left;
  margin-bottom: 33px;
  margin-left: 2.61%;
}
.sub-box1 li:first-child{
	margin-left: 0;
}
.sub-box1 li:nth-child(3n+1){
	margin-left: 0;
}
.sub-box1 li a{
	display: block;
	overflow: hidden;
	 padding: 50px 0;
}

/* sub1 */
.sub1 {
  max-width: 1200px;
  margin: auto;
}
.sub1-title {
  padding-bottom: 45px ;
  margin: 20px 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.sub1-title li {
  padding-bottom: 20px;
  width: 360px;
  display: flex;
 /* flex: 2; */
  justify-content: flex-start;
}
.sub1-title li > a {
  padding-right: 12px;
}
.sub1-title li a {
  font-size: 16px;
  color: #666;
  line-height: 38px;
}
.sub1-title .down {
  min-width: 200px;
  position: relative;
  flex-shrink: 0;
  background: #fff;
 
 
}
.sub1-title .down a {
  display: block;
  padding-left: 20px;
}
.sub1-title .down-click {
  border: 1px solid #eee;
  border-radius: 5px;
}
.sub1-title .down-click a {
  color: #005890;
  position: relative;
}
.sub1-title .down-click a:after {
  content: "";
  display: block;
  width: 8px;
  height: 6px;
  background-image: url(../images/sub1_icon.png);
  position: absolute;
  right: 22px;
  top: 17px;
}
.sub1-title .down-data {
  z-index: 999;
  display: none;
  top: 37px;
  left: 0;
  width: 198px;
  border: 1px solid #eee;
  border-top: 1px solid #fff;
  position: absolute;
  background: #fff;
   border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.sub1-title .down-data .dq {
  color: #005890;
}
.sub1-content {
  width: 100%;
  display: flex;
  flex: 3;
  flex-wrap: wrap;
  /* justify-content: space-between; */
 /* align-items: center; */
}
.sub1-content a {
  padding-bottom: 50px;
  width: 31%;
  display: block;
  /* float: left; */
  margin-left: 3.5%;
}
 .sub1-content a:nth-child(3n+1){
	margin-left: 0;
} 
.sub1-content a .img {
  min-height: 238px;
  width: 98%;
  margin: auto;
  border: 1px solid #eee;
  text-align: center;
  position: relative;
}
.sub1-content a .img img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.sub1-content a p {
  padding-top: 20px;
  font-size: 16px;
  color: #333;
}
.sub1-content a:hover p {
  color: #005992;
}

.paging {
  padding-bottom: 100px;
  width: auto;
  display: table;
  margin: auto;
}
.paging a {
  width: 37px;
  line-height: 37px;
  font-size: 14px;
  text-align: center;
  display: inline-block;
  margin: 0 3px;
  background: #ccc;
  color: #fff;
}
.paging .pag-t {
  width: 92px;
  margin: 0 6px;
}
.paging .aa {
  background: #00568f;
}
.paging a:hover {
  background: #00568f;
}
/* sub1-1 */
.sub1-box2-title span{
	display: block;
	color: #333333;
	font-size: 24px;
}
.sub1-box2-tit li{
	float: left;
}
.sub1-box2-tit li a{
	color: #999999;
}
.sub1-box2-tit li:after{
	content: "/";
	color: #999999;
	display: inline-block;
	font-size: 16px;
	margin: 0 8px 0;
	line-height: 20px;
}
.sub1-box2-tit li:last-child:after{
	content: none;
}
.sub1-box2-bg{
	width: 50px;
	height: 1px;
	background: #005b95;
	margin: 30px 0 25px;
}
.sub1-box2-left{
	width: /* 568px */47.334%;
	border: 1px solid #eeeeee;
	position: relative;
}
.sub1-box2-left .swiper-button-prev,.sub1-box2-left .swiper-button-next{
	width: 10px;
	height: 18px;
	outline: none;
}
.sub1-box2-left .swiper-button-prev{
	background: url(../images/sub1-prve.png) no-repeat;
}
.sub1-box2-left .swiper-button-prev:hover{
	background: url(../images/sub1-prve1-1.png) no-repeat;
}
.sub1-box2-left .swiper-button-next{
	background: url(../images/sub1-next1.png) no-repeat;
}
.sub1-box2-left .swiper-button-next:hover{
	background: url(../images/sub1-next1-1.png) no-repeat;
}
.sub1-box2-right{
	width: /* 588px */49%;
}
.sub1-box2-right span{
	color: #005a94;
	font-size: 18px;
	display: block;
	padding-bottom: 25px;
}
.sub1-box2-right p{
	color: #666666;
	font-size: 16px;
	line-height: 32px;
}
.sub1-box2-right p:before{
	width: 7px;
	height: 7px;
	background: #666666;
	content: "";
	display: inline-block;
	border-radius: 100%;
	margin-right: 7px;
	margin-bottom: 2px;
}
.sub1-box2-cont{
	padding: 60px 0 50px;
}

.sub1-box2-more{
	line-height: 48px;
	background: #005a94;
	text-align: center;
}
.sub1-box2-more a{
	color: #fff;
}
.sub1-box2-related{
	padding: 105px 0;
}
.sub1-box2-related >span{
	display: block;
	color: #333333;
	font-size: 24px;
	padding-bottom: 35px;
}
.sub1-box2-lb{
	position: relative;
	padding-bottom: 80px;
}
.sub1-box2-lb .swiper-slide{
	box-sizing: border-box;
	
}
.sub1-box2-lb .swiper-slide:hover p{
	color:#005992;
}
.sub1-box2-lb .swiper-slide p{
	color: #333333;
	padding-top: 20px;
}
.swiper-div{
	border: 1px solid #eeeeee;
	
}
.sub1-box2-lb .swiper-button-prev,.sub1-box2-lb .swiper-button-next{
	width: 35px;
	height: 35px;
	outline: none;
	top: 34%;
}
.sub1-box2-lb .swiper-button-prev{
	background: url(../images/sub1-prve2.png) no-repeat;
}
.sub1-box2-lb .swiper-button-prev:hover{
	background: url(../images/sub1-prve2-1.png) no-repeat;
}
.sub1-box2-lb .swiper-button-next{
	background: url(../images/sub1-next2.png) no-repeat;
}
.sub1-box2-lb .swiper-button-next:hover{
	background: url(../images/sub1-next2-1.png) no-repeat;
}
.sub1-box2-lb .swiper-pagination{
	bottom: 0 !important;
}
.sub1-box2-lb .swiper-pagination-bullet{
	width: 8px;
	height: 8px;
	background: #999999;
	opacity: 1;
	display: inline-block;
	vertical-align: middle;
	outline: none;
}
.sub1-box2-lb .swiper-pagination-bullet-active{
	width: 14px;
	height: 14px;
	background: #11294c;
}
.footer{
	background: #02021a;
	padding: 108px 0 118px;
}
.footer-left{
	width: 38%;
}
.footer-left span{
	font-size: 18px;
}
.footer-left h2{
	font-size: 50px;
}
.footer-left span,.footer-left h2{
	color: #fff;
}
.footer-right{
	width: /* 735px */61.25%;
}
.footer-right input[type=text]{
	width: /* 584px */79.456%;
	border: 10px solid #eae9ee;
	height: 50px;
	font-size: 16px;
	color: #fff;
	font-weight: 600;
	text-indent: 1em;
	display: block;
}
.footer-right input[type=text]::-webkit-input-placeholder{
	color: #fff;
}
.footer-right input[type=text]::-moz-placeholder{
	color: #fff;
}
.footer-right input[type=text]::-ms-input-placeholder{
	color: #fff;
}
.footer-right input[type=submit]{
	width: /* 129px */17.552%;
	height: 70px;
	background: #00568f;
	color: #fff;
	font-weight: 600;
	display: block;
}



/* 修改 */
.subpro-box1{
	padding-bottom: 120px;
}
.subpro-box1 li{
	float: left;
	border-radius: 3px;
	width: /* 286px */23.834%;
	margin-left: /* 18px */1.55%;
	text-align: center;
}
.subpro-box1 li:first-child{
	margin-left: 0;
}
.subpro-box1 li strong{
	display: inline-block;
	color: #005992;
	font-size: 26px;
	vertical-align: middle;
	padding-top: 25px;
}
/* sub4 */
.sub4-box1-cont{
	overflow: hidden;
	padding-bottom: 55px;
	border-bottom: 1px solid #eeeeee;
}
.sub4-box1-tit{
	color: #333;
	font-size: 24px;
	display: block;
	padding-bottom: 45px;
}
.sub4-box1-left{
	float: left;
	width: /* 498px */41.5%;
	margin-right: 50px;
}
.sub4-box1-left ul{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	
}
.sub4-box1-left ul li{
	width: 50%;
	text-align: center;
	height: 100%;
	
}
/* .sub4-box1-left ul li:first-child{
	background: #117aba;
	padding: 12.4% 0;
	
} */
.sub4-box1-right p{
	color: #555555;
    font-size: 22px;
    line-height: 36px;
	/*color: #666666;
	line-height: 32px;
	text-indent: 2em;*/
	text-align: justify;
	padding-bottom: 15px;
}
.sub4-box1-right span{
	color: #555555;
    font-size: 22px;
    line-height: 36px;
	/*color: #666666;
	line-height: 32px;
	text-indent: 2em;*/
	text-align: justify;
}
.sub4-box1-right p:first-child{
	padding-bottom: 40px;
}
.sub4-box1-list ul{
	display: flex;
	justify-content: space-between;
	padding-top: 85px;
	flex-wrap: wrap;
}
.sub4-box1-list li{
	background: #c3dceb;
	width: 550px;
	display: flex;
	justify-content: space-between;
	margin-bottom: 70px;
	padding: 5px 0 5px;
	transition: all .4s;
}
.sub4-box1-list li:hover{
	background: #005993;
}
.li-sub4-icon {
	margin: 6px 35px 0 30px;
}
.sub4-box1-list li:hover .pic4{
	display: block;
}
.sub4-box1-list li:hover .pic3{
	display: none;
}
.sub4-box1-list li:hover h6,.sub4-box1-list li:hover  p{
	color: #fff;
}
.li-sub4-icon .pic4{
	display: none;
}
.li-sub4-text{
	width: 420px;
}
.li-sub4-text h6{
	line-height: 80px;
	font-family: "Arial MT";
	font-size: 16px;
	color: #005b95;
}
.li-sub4-text p{
	line-height: 24px;
	color: #005b95;
	padding-right: 5px;
}
.sub4-box2{
	background: url(../images/sub4-bg.jpg) no-repeat;
	background-size: cover;
	
}
.sub4-box2-tit{
	color: #333333;
	font-size: 30px;
	display: block;
	text-align: center;
	padding: 60px 0 45px;
}
.sub4-box2-list{
	background: url(../images/sub4-bg2.png) no-repeat top center;
	/* background-size: cover; */
	/* padding-top: 82px; */
	padding-bottom: 125px;
}
.sub4-box2-list li{
	width: /* 550px */ 45.834%;
	/* padding-bottom: 65px; */
	/* height: 163px; */
	padding-top: 73px;
	
}
/* .li-sub4-1{
	 padding-bottom: 67px; 
}
.li-sub4-2{
	padding-bottom: 60px;
}
.li-sub4-3{
	padding-bottom: 90px;
}
.li-sub4-4{
	padding-bottom: 61px;
}
.li-sub4-5{
	padding-bottom: 65px;
} */
.sub4-box2-list li:nth-child(odd){
	text-align: right;
	
}
.sub4-box2-list li:nth-child(even){
	text-align: left;
	margin: 0 0 0 auto;
}
.sub4-box2-list h4{
	color: #333;
	font-size: 24px;
	font-family: "Arial MT";
	line-height: 24px;
	padding-bottom: 25px;
	position: relative;
}
.sub4-box2-list h4:before{
	content: "";
	width: 15px;
	height: 15px;
	border-radius: 50%;
	/* background: url(../images/sub4-icon5.png) no-repeat; */
	position: absolute;
	top: 0;
	background: #fff;
	border: 5px solid #00609d;
}
.sub4-box2-list li:nth-child(odd) h4:before{
	right: -11.55%;
}
.sub4-box2-list li:nth-child(even) h4:before{
	left: -11.55%;
}
.sub4-box2-list p{
	line-height: 24px;
	color: #666;
}
.sub4-box2-list .li-sub4-course{
	position: relative;
}
.sub4-box2-list .li-sub4-course:before{
	content: "";
	background: #00609d;
	width: 15px;
	height: 15px;
	position: absolute;
	top: 3px;
	border-radius: 50%;
}
.sub4-box2-list li:nth-child(odd) .li-sub4-course:before{
	right: -10.55%;
}
.sub4-box2-list li:nth-child(even) .li-sub4-course:before{
	left: -10.35%;
}
.sub4-lb{
	position: relative;
}
.sub4-lb .swiper-pagination{
	margin-bottom: 20px;
}
.sub4-lb .swiper-pagination-bullet{
	width: 14px;
	height: 14px;
	opacity: 1;
	background: rgba(0,96,157,.3);
	outline: none;
}
.sub4-lb .swiper-pagination-bullet-active{
	background: #00609d;
}
.sub4-box3-tit{
	padding: 105px 0 45px;
}
.sub4-box3-list ul{
	display: flex;
	justify-content: space-between;
	padding-bottom: 130px;
}
.sub4-box3-list ul li{
	text-align: center;
	width: 298px;
}
.sub4-box3-list ul li .li-sub4-img{
	border: 1px solid #00558C;
}
.sub4-box3-list li h5{
	font-family: "arial mt ";
	color: #666666;
	padding: 14px 0 10px;
}
.sub4-box3-list li p{
	color: #666666;
	line-height: 24px;
}
/* sub6 */
.sub6-title{
	border-bottom: 1px solid #eeeeee;
	padding-bottom: 10px;
	margin: 0;
}
.sub6-box1-list{
	padding-top: 30px;
}
.sub6-box1-list li{
	width: /* 371px */30.917%;
	transition: all .4s;
	margin-left: 3.6%;
	margin-bottom: 30px;
}
.sub6-box1-list li:nth-child(3n+1){
	margin-left: 0;
}
.li-sub6-text span{
	display: block;
	color: #666666;
	font-weight: 600;
	font-family: "arial mt";
}
.li-sub6-text p{
	color: #666666;
	font-size: 14px;
	padding: 10px 0 30px;
}
.li-sub6-text a{
	display: block;
	color: #005a94;
	font-size: 14px;
}
.li-sub6-text{
	padding: 20px 16px;
	border: 1px solid #f4f4f4;
	border-top: 0;
}
.sub6-box1-list li:hover{
	box-shadow: 0px 0px 15px rgba(0,89,196,.25);
}
.sub6-box1-list li:hover span{
	color: #005a94;
}
.sub6-box1-list li:hover a{
	text-decoration: underline;
}
.sub6-box1-list ul{
	display: flex;
	flex-wrap: wrap;
}
.sub6-page{
	padding-top: 20px;
}
/* sub6-1 */
.sub6-box2-tit{
	padding-bottom: 60px;
}
.sub6-box2-tit >span{
	display: block;
	color: #333;
	font-size: 24px;
}
.sub6-box2-bg{
	width: 50px;
	height: 1px;
	background: #005b95;
	margin: 25px 0;
}
.sub6-box2-tit p small{
	color: #999999;
	margin-right: 75px;
	display: inline-block;
}
.sub6-box2-tit p span{
	color: #005b95;
}
.sub6-box2-text p{
	text-indent: 2em;
	color: #666666;
	line-height: 30px;
	/* text-align: justify; */
	padding-top: 30px;
}
.sub6-box2-page{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 90px 0 15px;
	border-bottom: 1px solid #f2f2f2;
}
.sub6-box2-page a{
	display: block;
	color: #999999;
	font-size: 14px;
}
.sub6-box2-page a:hover{
	color: #005993;
}
.sub6-box2-page a.sub6-page-a{
	width: 127px;
	height: 33px;
	border-radius: 5px;
	background: #005993;
	line-height: 33px;
	text-align: center;
	color: #fff;
}
.sub6-lb{
	position: relative;
}
.sub6-lb .swiper-container{
	padding: 7px;
}
.sub6-box3{
	padding-bottom: 110px;
}
.sub6-lb {
	padding-bottom: 60px;
}
/* .sub6-lb .sub6-box1-list li{
	margin-left: 3.4%;
} */
.sub6-lb .sub6-slide-list{
	transition: all .6s;
}

.sub6-lb .sub6-slide-list:hover {
    box-shadow: 0px 0px 8px rgba(0,89,196,.25);
}
.sub6-lb .sub6-slide-list:hover span{
	color: #005a94;
}
.sub6-lb .sub6-slide-list:hover a{
	text-decoration: underline;
}
.sub6-box3 >span{
	color: #333333;
	font-size: 24px;
	display: block;
	padding: 100px 0 30px;
}
.sub6-lb .swiper-pagination-bullet{
	width: 10px;
	height: 10px;
	background: #999999;
	opacity: 1;
	display: inline-block;
	vertical-align: middle;
}
.sub6-lb .swiper-pagination-bullet-active{
	width: 14px;
	height: 14px;
	background: #11294c;
}
.sub6-lb .swiper-button-prev,.sub6-lb .swiper-button-next{
	width: 35px;
	height: 35px;
	outline: none;
}
.sub6-lb .swiper-button-prev{
	background: url(../images/sub6-prve.png) no-repeat;
}
.sub6-lb .swiper-button-prev:hover{
	background: url(../images/sub6-prve-1.png) no-repeat;
}
.sub6-lb .swiper-button-next{
	background: url(../images/sub6-next.png) no-repeat;
}
.sub6-lb .swiper-button-next:hover{
	background: url(../images/sub6-next-1.png) no-repeat;
}
.su-about-icon ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	padding-bottom: 50px;
}
.su-about-icon li {
	width:  586px ;
	background: #337aa8;
	border-radius: 10px;
	margin-bottom: 25px;
	padding: 20px 0 20px;
	transition: all .4s;
}
.su-about-icon li:hover{
	background: #005992;
}
.su-about-icon li:hover h4{
	color: #fbfe03;
}
.su-about-icon a{
	display: flex;
	align-items: center;
}
.li-su-icon{
	width: 185px;
	text-align: center;
}
.li-su-text{
	width: 415px;
}
.li-su-text h4{
	font-family: arial;
	font-size: 30px;
	font-weight: bold;
	color: #fff;
	line-height: 44px;
}
.li-su-text p{
	font-size: 20px;
	line-height: 26px;
	color: #ffffff;
}
.su1-about-tit{
	text-align: center;
	padding: 20px 0 50px;
}
.su1-about-tit span{
	display: block;
	color: #005992;
	font-size: 36px;
	font-weight: 600;
	text-align: center;
	background: url(../images/ab-xian.png) no-repeat center center;
}
.su1-about-tit p{
	color: #999999;
	font-size: 20px;
	padding-top: 25px;
}
.su1-about-text p{
	color: #555555;
	font-size: 22px;
	line-height: 36px;
	padding-bottom: 30px;
}
.su1-about-pic{
	text-align: right;
}
.su1-about-table th{
	background: #99bdd3;
	height: 60px;
	border: 1px solid #f1f1f1;
	
	text-align: center;
	width: 850px;
}
.su1-about-table th p{
	color: #555555;
	font-size: 22px;
}
.su1-about-cont{
	width: 850px;
	margin: 0 auto;
}
.su1-about-table td{
	
	height: 60px;
	border: 1px solid #f1f1f1;
	/* padding: 5px 20px; */
}
.su1-about-table td{
	font-size: 18px;
	color: #555555;
	font-size: 18px;
}
.su1-tr td:first-child,.su1-tr2 td:first-child{
	width: 270px;
	text-align: left;
	padding-left: 15px;
}
.su1-tr td{
	background: #99bdd3;
	width: 110px;
	text-align: center;
}
.su1-tr2 td{
	border: 1px solid #ededed;
	width: 110px;
	text-align: center;
}
/* .su1-about-table table td{
	border-spacing: 5px;
	
	border-collapse: initial;
	border-collapse: initial;
} */
.su1-about-cont{
	padding:30px 0 80px;
}
.su1-about-dowmlop{
	background: #eeeeee;
	width: 230px;
	margin: 20px 4px 0 auto;
	display: flex;
	justify-content: space-between;
	text-align: center;
	align-content: center;
	
}
.su1-about-left{
	text-align: center;
	width: 86px;
	
}
.su1-about-left img{
	padding-top: 9px;
}
.su1-about-right{
	width: 143px;
	border: 1px solid #dcdcdc;
}
.su1-about-right p{
	line-height: 39px;
	border-bottom: 1px solid #dcdcdc;
	color: #555555;
	font-size: 18px;
}
.su1-about-right a{
	line-height: 39px;
	display: block;
	color: #005992;
	font-size: 18px;
}
.su2-about-tit span{
	background: url(../images/ab-xian3.png) no-repeat center;
}
.su1-about-text p span{
	display: block;
	color: #555555;
	font-size: 22px;
	padding-left: 10px;
	line-height: 36px;
}
.su1-about-text p span:before{
	background: #a1a1a1;
	content: "";
	width: 8px;
	height: 8px;
	border-radius: 50%;
	display: inline-block;
	margin-right: 20px;
	margin-bottom: 4px;
}
.su-quality-nav >ul{
	display: flex;
	justify-content: space-between;
	padding-bottom: 55px;
}
.su-quality-nav >ul >li {
	width: 261px;
	/* height: 50px; */
	background-color: #dbdbdb;
	text-align: center;
	line-height: 50px;
	position: relative;
}
.su-quality-nav >ul >li >a{
	display: block;
	color: #fffefe;
	font-size: 18px;
}
.su-quality-nav >ul >li:hover,.su-quality-muen li:hover{
	background: #005992;
}
.su-quality-nav ul li.dang{
	background: #005992;
}
.su-quality-nav >ul >li:hover .su-quality-muen{
	display: block;
}
.su-quality-muen{
	position: absolute;
	top: 100%;
	left: 0;
	background: #dbdbdb;
	width: 100%;
	text-align: center;
	display: none;
}
.su-quality-muen li a{
	color: #fff;
	font-size: 18px;
}
.su-quality-tit span{
	background: url(../images/ab-xian4.png) no-repeat center;
}
.su-quality-pic{
	padding:20px 0 70px;
}
.su2-quality-text p span{
	width: 810px;
	/* padding-left: 20px; */
	position: relative;
}
.su2-quality-text p span:before{
	/* margin-left: 0; */
	/* position: absolute; */
	/* left: 0;
	top: 14px; */
	background: #555555;
	width: 6px;
	height: 6px;
}
.su3-quality-tit span{
	background: url(../images/aq-xian2.png) no-repeat center;
}
.su2-quality-more {
	width: 184px;
	height: 52px;
	line-height: 52px;
	background-color: #005992;
	margin: 25px 0 35px;
}
.su2-quality-more a{
	display: block;
	font-size: 14px;
	font-weight: 600;
	color: #fff;
	text-align: center;
}
.su3-quality-list ul{
	display: flex;
	justify-content: space-between;
	padding-bottom: 35px;
	flex-wrap: wrap;
}
.li-su3-text{
	padding-top: 12px;
}
.su3-quality-list li{
	margin-bottom: 20px;
	width: 245px;
}
.su3-quality-list li p,.su3-quality-list li span{
	color: #555555;
	font-size: 14px;
	line-height: 24px;
}
.su-sa{
	padding-bottom: 60px;
}
.su-sa-tit{
	color: #333333;
	font-size: 24px;
	display: block;
	padding: 50px 0;
}
.su-sa-table th{
	background: #dddddd;
	color: #333333;
	font-size: 18px;
	width: 400px;
	font-weight: 500;
	border: 1px solid #fff;
	height: 56px;
}
.su-sa-table td{
	border: 1px solid #dbdbdb;
	text-align: center;
	height: 56px;
	border-collapse: collapse;
}
.su-sa-table table,.su-sa-table table td {
	border-collapse: collapse;
}
.su-sa-table td img{
	cursor: pointer;
}
.su-model{
	background: rgba(0,0,0,.5);
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	display: none;
}
.su-login  {
	width: 476px;
	height: 420px;
	background-color: #ffffff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	
}
.su-login span{
	color: #fffefe;
	font-size: 24px;
	height: 60px;
	display: block;
	line-height: 60px;
	background-color: #005992;
	text-align: center;
}
.su-login ul {
	width: 418px;
	margin: 0 auto;
	padding-top: 30px;
}
.su-login ul li{
	border: solid 1px #dcdcdc;
	height: 56px;
	margin-bottom: 30px;
	display: flex;
	align-items: center;
}
.su-login ul li small{
	padding:0 25px 0 10px;
	display: block;
}
.su-login ul li input[type=text]{
	color: #999999;
	font-size: 14px;
	height: 40px;
}
.su-login ul li.li-su-login{
	border: 0;
	text-align: right;
	height: 20px;
	display: inherit;
	margin-top: -15px;
	margin-bottom: 40px;
}
.su-login ul li.li-su-login a{
	color: #999999;
	font-size: 14px;
	text-align: right;
}
.su-login ul li.li-su-submit{
	border: 0;
}
.su-login ul li.li-su-submit input{
	width: 151px;
	height: 56px;
	background-color: #005992;
	margin: 0 auto;
	text-align: center;
	color: #ffffff;
	font-size: 14px;
	
}
.su-sub6-box{
	display: flex;
	justify-content: space-between;
}
.su-sub6-box .su-sub6-text{
	width: 650px;
	padding-left: 20px;
}
.su-sub6-text p{
	color: #666666;
	line-height: 30px;
	padding-bottom: 25px;
}



.subcontact >span{
	color: #333333;
	font-size: 24px;
	display: block;
	text-align: center;
	padding: 30px 0 60px;
}
.subcontact-form ul li{
	margin-bottom: 30px;
}
.subcontact input[type=text] {
	width: 490px;
	height: 50px;
	background-color: #f2f2f2;
	color: #999999;
	font-size: 14px;
	text-indent: 1em;
}

.li-subcontact3{
	color: #666;
	font-size: 14px;
}
.li-subcontact3 .send_l{
	display: flex;
	align-items: center;
	line-height: 24px;
}
.li-subcontact3 .send_l p:nth-child(1){
	width: 150px;
	margin-right: 20px;
}
.subcontact input[type=radio] {
	-webkit-appearance: radio;
	appearance: radio;
	color: #999999;
	font-size: 14px;
	margin-right: 10px;
}

.subcontact input[type=text]::-webkit-input-placeholder{
	color: #999;
}
.subcontact input[type=text]::-moz-placeholder{
	color: #999;
}
.subcontact input[type=text]::-ms-input-placeholder{
	color: #999;
}
.subcontact-form span{
	display: block;
	width: 80px;
	height: 49px;
	text-align: center;
	line-height: 49px;
	background-color: #005993;
}
.li-subcontact{
	justify-content: space-between;
}
.subcontact-input,.li-subcontact,.li-subcontact2{
	display: flex;
}
.subcontact-form textarea{
	width: 1120px;
	height: 110px;
	background-color: #f2f2f2;
	color: #999999;
	font-size: 14px;
	text-indent: 1em;
	padding-top: 15px;
}
.subcontact-form textarea::-webkit-input-placeholder{
	color: #999;
}
.subcontact-form textarea::-moz-placeholder{
	color: #999;
}
.subcontact-form textarea::-ms-input-placeholder{
	color: #999;
}
.subcontact-form{
	padding-bottom: 40px;
}
.subcontact input[type=submit] {
	width: 1200px;
	height: 35px;
	background-color: #005993;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	font-size: 14px;
}
.subcontact-list li{
	width: 295px;
	height: 293px;
	text-align: center;
	margin-left: 8px;
}
.subcontact-list li:first-child{
	margin-left: 0;
}
.subcontact-list li >img{
	padding: 25px 0;
}
.subcontact-list ul li h6{
	color: #666666;
	font-size: 14px;
	padding-bottom: 20px;
}
.subcontact-list ul li p{
	color: #666666;
	font-size: 14px;
	line-height: 30px;
}
.subcontact-list ul{
	display: flex;
	justify-content: space-between;
}
.li-subcontact-bg1{
	background: rgba(180,215,236,.58);
}
.li-subcontact-bg2{
	background:#f4d9d9;
}
.li-subcontact-bg3{
	background: #d5eced;
}
.li-subcontact-bg4{
	background: #eaf3db;
}
.subcontact-list{
	padding: 80px 0 105px;
	border-top: 1px solid #eeeeee;
}
