@charset "utf-8";
/*CSS通用重置样式*/
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;list-style:none; text-decoration:none;}
fieldset, img {border:0;}
:focus {outline:0;}
address, caption, cite, code, dfn,em, th, var, optgroup,i {font-style:normal;font-weight:normal;}
h1, h2, h3, h4, h5, h6 {font-size:100%;font-weight:normal;}
abbr, acronym {border:0;font-variant:normal;}
input, button, textarea,select, optgroup, option {font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}
code, kbd, samp, tt {font-size:100%;}
input, button, textarea, select {*font-size:100%;}
body {font-size:12px;color:#333;background:#FFF;}
ol, ul {list-style:none;}
caption, th {text-align:left;}
sup, sub {font-size:100%;vertical-align:baseline;}
:link, :visited , ins {text-decoration:none;}
blockquote, q {quotes:none;}
blockquote:before, blockquote:after,q:before, q:after {content:'';content:none;}
a{text-decoration:none;}
a:hover{text-decoration:none;}
img{vertical-align:middle;}
.clearfix:before,.cf:before,.clearfix:after,.cf:after{content:"\0020";display:block;height:0;overflow:hidden;}
.clearfix:after,.cf:after{clear:both;}
.clearfix,.cf{zoom:1;}
html{_text-overflow:ellipsis;} /*���IE6��ͼƬ����*/ 
iframe{display:block;}

ol, ul {list-style: none;}
blockquote:before, blockquote:after,q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}

/* Init */
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, font, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,dl, dt, dd, ol, ul, li,fieldset, form, label, legend{margin: 0; padding: 0;border: 0; outline: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit;}

/* common */
body {min-width:1540px;font: 14px/1.5 "Arial","Helvetica Neue", Microsoft YaHei, "Microsoft Yahei", Helmet, Freesans, sans-serif;color:#333333;}
a,a:visited{text-decoration:none;font-family: 'Arial';}

.clearer{ line-height:0px; clear:both; }
strong{ font-weight:bold;}

/* new clear .clear{overflow:hidden; zoom:1; clear:both;}*/
.clear:after {content: ".";clear: both;height: 0;visibility: hidden;display: block;} 
.clear {display: inline-block;    }
/**//* Hides from IE-mac \*/
* html .clear {height: 1%;}
.clear {display: block;}
/**//* End hide from IE-mac */


.banner {
  width:100%;
  height:693px;
  position: relative;
  background:url(https://nfcms-mainsiteoss.southcn.com/newsgd/__tpl_asset/2021_zt/img/20220505banner.jpg) no-repeat center top;
}
.banner a {
position: absolute;
right:10%;
top:5%;
}
.part1 {
  width:1500px;
  background:url(https://nfcms-mainsiteoss.southcn.com/newsgd/__tpl_asset/2021_zt/img/20220505bg1.jpg) no-repeat center top;
  height: 542px;
  margin:0 auto;
  overflow:hidden;
  margin-top: 50px;
  padding-top: 50px;
}

.part1 img {
  float:left;
  margin-right: 34px;
  width:758px;
  height:505px;
  margin-left: 38px;
}

.part1 h5 {
 font-size: 38px;
 line-height: 46px;
 color:#2b3d70;
 margin-bottom: 15px;
 display: -webkit-box;
 padding-top: 15px;
 -webkit-box-orient: vertical;
 -webkit-line-clamp: 2;
 overflow: hidden;
 padding-left: 24px;
 background: url(https://nfcms-mainsiteoss.southcn.com/newsgd/__tpl_asset/2021_zt/img/20220505libg.png) no-repeat 0px 36px;
}
.part1 h5 a{
  color:#2b3d70;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.part1 p {
  font-size: 24px;
  line-height: 38px;
  color:#4c4c4c;
  border-bottom:dashed #b5b5b5 1px;
  height: 130px;
  padding-left: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.part1 p a{
  color:#4c4c4c
}
.part1-r {
  width: 670px;
  float:left;
}
.topm {
  width:1500px;
  margin:0 auto;
  margin-top:100px;
  position: relative;
}
.topm a {
  display: block;
  width:125px;
  height:35px;
  position: absolute;
  right: 17px;
  top: 51px;
}


.part2 {
  width:100%;
  background:#384876;
  padding: 1px 0;
  margin-top: 20px;
}





















@media screen and (max-width: 668px) {
	.pc-banner {
		background-size: auto 100%;
	}
}

.swiper-container {
	width: 100%;
	margin: 35px 0;
}

@media screen and (max-width: 668px) {
	.swiper-container {
		margin: 20px 0 15px;
	}
}

.swiper-slide {
	-webkit-transition: transform 1.0s;
	-moz-transition: transform 1.0s;
	-ms-transition: transform 1.0s;
	-o-transition: transform 1.0s;
	-webkit-transform: scale(0.7);
	transform: scale(0.8);
	filter: brightness(50%);
}

@media screen and (max-width: 668px) {
	.swiper-slide {
		-webkit-transform: scale(0.97);
		transform: scale(0.97);
	}
}

.swiper-slide-active,.swiper-slide-duplicate-active {
	-webkit-transform: scale(1);
	transform: scale(1);
	filter: brightness(100%);
}

@media screen and (max-width: 668px) {
	.swiper-slide-active,.swiper-slide-duplicate-active {
		-webkit-transform: scale(0.97);
		transform: scale(0.97);
	}
}

.none-effect {
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
}

.swiper-slide a {
	padding:10px;
	display: block;
	border-radius: 14px;
}

@media screen and (min-width: 668px) {
	.swiper-slide a:after {
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		box-sizing: border-box;
		/* border: 10px solid #fff; */
		/* content: ""; */
		/* width: 100%; */
		/* height: 100%; */
		/* background: url(images/top_slick_cover_bg01.png) 0 0 repeat; */
		/* border-radius: 20px; */
	}
}

.swiper-slide-active a:after {
	background: none;
}

@media screen and (max-width: 668px) {
	.swiper-slide a {
		padding: 5px;
		border-radius: 7px;
	}
}

.swiper-slide img {
	width: 100%;
	display: block;
}

@media screen and (max-width: 668px) {
	.swiper-slide img {
		border-radius: 7px;
	}
}

.swiper-pagination {
	position: relative;
	margin-bottom: 30px;
}

.swiper-pagination-bullet {
	background: #00a0e9;
	margin-left: 4px;
	margin-right: 4px;
	width: 17px;
	height: 17px;
	opacity: 1;
	margin-bottom: 4px;
}

.swiper-pagination-bullet-active {
	width: 13px;
	height: 13px;
	background: #FFF;
	border: 6px solid #00a0e9;
	margin-bottom: 0;
}

@media screen and (max-width: 668px) {
	
	.swiper-pagination {
		position: relative;
		margin-bottom: 20px;
	}

	.swiper-pagination-bullet {
		background: #00a0e9;
		margin-left: 2px;
		margin-right: 2px;
		width: 8px;
		height: 8px;
		margin-bottom: 2px;
	}

	.swiper-pagination-bullet-active {
		width: 6px;
		height: 6px;
		background: #FFF;
		border: 3px solid #00a0e9;
		margin-bottom: 0;
	}
}

.button {
  width: 90%;
  margin: 0 auto;
  bottom: 345px;
  position: relative;
}

@media screen and (max-width: 668px) {
	.button {
		width: 70%;
		bottom: 22px;
	}
}



.swiper-button-prev {
	width: 30px;
	height: 50px;
	border-radius: 50%;
	background: url(https://nfcms-mainsiteoss.southcn.com/newsgd/__tpl_asset/2021_zt/img/20220505right.png) center top no-repeat;
}

.swiper-button-next {
	width: 30px;
	height: 50px;
	border-radius: 50%;
	background: url(https://nfcms-mainsiteoss.southcn.com/newsgd/__tpl_asset/2021_zt/img/20220505left.png) center top no-repeat;
}

@media screen and (max-width: 668px) {
	.button div {
		width: 28px;
		height: 28px;
	}
}

.part2 .swiper-slide h5 {
  width:100%;
  font-size:30px;
  line-height: 40px;
  color:#fff;
}
.part2 .swiper-slide h5 a {
  color:#fff;
}


.part3 {
  width:1500px;
  background: url(https://nfcms-mainsiteoss.southcn.com/newsgd/__tpl_asset/2021_zt/img/20220505bg2.jpg) no-repeat center top;
  height: 688px;
  overflow:hidden;
  margin:0 auto;
  margin-top:50px;
  padding: 56px 22px;
}

.part3 img {
  float:left;
  margin-right: 73px;
  width:1000px;
  height:667px;
}

.part3 h5 {
 font-size: 38px;
 line-height: 46px;
 font-weight: bold;
 color:#fff;
 padding-bottom: 15px;
 padding-top: 55px;
}
.part3 h5 a{
  color:#fff
}

.part3 p {
  font-size: 24px;
  line-height: 38px;
  color:#fff;
  overflow: hidden;
  padding-top: 15px;
}
.part3 p a{
  color:#fff
}

.part4 {
  width:1500px;
  margin:0 auto;
  margin-top:45px;
  overflow:hidden;
  margin-bottom:75px
}
.part4 .item {
  width:480px;
  float:left;
  margin-left: 10px;
  margin-right: 10px;
}
.part4 .item img {
  width:480px;
  height:320px;
}

.part4 .item h5 {
  width:100%;
  color:#333;
  font-size:24px;
  font-weight:bold;
}

.part4 .item h5 a {
  color:#333;
}


.onedelay {
  -webkit-transition: transform 1.0s;
    animation-delay: 0.3s
  }
  
  .onedelaya {
    animation-delay: 0.5s
  }
  
  .onedelayb {
    animation-delay: 1s
  }
  
  .onedelayc {
    animation-delay: 2s
  }
  
  .onedelayd {
    animation-delay: 3s
  }



.header {
  background:#fff;
  width:100%;
  height:52px;
  
}
.nav {
  width: 1000px;
  height:52px;
  margin: 0 auto;
}
.header .nav ul {
  height:52px;
  line-height: 52px;
  margin: 0 auto;
}

.header .nav ul li a {
  display: inline-block;
  float: left;
  height:52px;
  padding: 0 34px;
  color: #333;
  font-weight: normal;
  font-size: 16px;
  text-decoration: none;
  overflow: hidden;
}


.bottom {
  width: 100%;
  margin:0 auto;
  overflow: hidden;
  background-color: #384876;
  margin-top: -5px;
}
.bottom .bottom-pc{
  width: 1000px;
  color: #ffffff;
  font-size: 1.4rem;
  padding: 40px 0;
  margin:0 auto;
  text-align: center;
}
  .bottom .bottom-pc a,span{
    color: #ffffff;
    font-size: 16px;
  }
  .bottom .bottom-pc span{
    margin-left: 1rem;
    margin-right: 1rem;
  }
    .bottom .bottom-pc a.regist{
      display: block;
      font-size: 16px;
      margin:0 auto;
      margin-top: 20px;
    }