@charset "utf-8";
/* CSS Document */
body{
	font-size:12px;
	font-weight:normal;
	color:#000;
	line-height:1.5;
	font-family:Arial, Helvetica, sans-serif;
	font-family: zt;
	margin:auto
	}
@font-face
{
	font-family: 思源黑体;
	src: url('../font/思源黑体 CN-Light.otf'),
	url('../font/思源黑体 CN-Light.otf'); /* IE9+,可以是具体的实际链接 */
}
@font-face
{
	font-family: DIN;
	src: url('../font/DIN-Bold.otf'),
	url('../font/DIN-Bold.otf'); /* IE9+,可以是具体的实际链接 */
}
@font-face
{
	font-family: anton;
	src: url('../font/anton.woff.ttf'),
	url('../font/anton.woff.ttf'); /* IE9+,可以是具体的实际链接 */
}
@font-face
{
	font-family: Roboto;
	src: url('../font/Roboto-Regular.ttf'),
	url('../font/Roboto-Regular.ttf'); /* IE9+,可以是具体的实际链接 */
}
@font-face
{
	font-family: Source;
	src: url('../font/Source-Han-Serif-CN-Bold.ttf'),
	url('../font/Source-Han-Serif-CN-Bold.ttf'); /* IE9+,可以是具体的实际链接 */
}
@font-face
{
	font-family: zt;
	src: url('../font/zt.TTF'),
	url('../font/zt.TTF'); /* IE9+,可以是具体的实际链接 */
}
*{
	margin:0;
	padding:0;
	box-sizing: border-box;
	}
img{
	border:0;
	}
ul,li{
	list-style:none;
	}
a{
	color:#333;
	text-decoration:none;
	transition: all 0.6s;
	}
a:hover{
	color:#1a9a95;
	text-decoration: none;
	}
table{ 
	margin: auto;
	}
i{ font-style:normal}
em{ font-style:normal}


@media (min-width:1000px) {
	
.header.yanse{
	background-color: rgba(255,255,255,0.9);
	border-bottom:1px solid #E0E0E0;
	top:0;
}
.header.yanse.ny{
	background-color:#f9f9f9;
}


.header.yanse.yanse01{
	background-color: rgba(0,0,0,0);
	width:100%;
	border-bottom: 0px solid rgba(255,255,255,0.1);
	top:1.25rem;
}
.header.yanse.yanse01 a{
	color:#FFF;
}

.header.yanse.yanse01 .pic01{
	display:inline-block;
}
.header.yanse.yanse01 .pic02{
	display:none;
}
.header.yanse .pic01{
	display:none;
}
.header.yanse .pic02{
	display:inline-block;
}

.header.yanse.yanse01 .innav ul li{
	color:#fff;
}
.main{
	width:100%;
	float:left;
	padding:0px 8.3vw;
}
.header{
	width:100%;
	float:left;
	position: fixed;
	left:0;
	z-index:996;
	height:5.0rem;
	transition: all 0.6s;
}
.intop{
	width:100%;
	float:left;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	height:5.0rem;
	padding:0 8.33vw;
}

.logo{
	width:12.7%;
	display: flex;
	align-items: center;
	height:5.0rem;
	max-width:12.7%;
	transition: all 0.6s;
	position:relative;
}

.logo img{
	max-width:100%;
	height:auto;
}
.innav{
	width: auto;
}
.innav ul{
	display: flex;
	align-items: center;
}
.innav ul li{
	width:auto;
	display: flex;
	align-items: center;
	position:relative;
	height:5.0rem;
	text-transform: capitalize;
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-left:1.56rem;
	margin-right:1.56rem;
}
.innav ul li a{
	padding:0.75rem 0;
	color:#6c6c6c;
}
.innav ul li a:hover{
	border-bottom:2px solid #1a9a95;
	color:#1a9a95;
}

.header.yanse .innav ul li a.cur{
	border-bottom:2px solid #1a9a95;
	color:#1a9a95;
}
.header.yanse.yanse01 .innav ul li a.cur{
	border-bottom:2px solid #1a9a95;
	color:#1a9a95;
}
.top-r{
	width:auto;
	display: flex;
	align-items: center;
}
.insearch{
	width:auto;
	display: flex;
	align-items: center;
	background-color:#FFF;
	border-radius:1.5rem;
	padding:0 1.0rem;
}
.chaxbk{
	width: 11.0rem;
	height: 2.5rem;
	line-height: 2.5rem;
	border: 0px;
	background-color: #fff;
	outline: none;
	color: #999999;
	font-family:zt;
	font-size: 0.8rem;
	color: #999999;
}

.index01{
	width:100%;
	float:left;
}
.index01 ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.index01 ul li{
	width:33.3333%;
	position:relative;
}
.index01 ul li img{
	width:100%;
	height:auto;
	display:block;
}

.index01 ul li .tex{
	width:100%;
	position:absolute;
	top:70px;
	left:0;
	z-index:1;
}
.index01 ul li .tex dl dt{
	font-size:48px;
	font-weight:bold;
	color:#FFF;
	display: flex;
	align-items: center;
	padding-bottom:75px;
}
.index01 ul li .tex dl dt a{color:#FFF;}
.index01 ul li .tex dl dt::before{
	width:59px;
	height:37px;
	content:'';
	display:inline-block;
	margin-right:35px;
	background-image:url(../img/bq.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.index01 ul li .tex dl dt::after{
	width:33px;
	height:27px;
	content:'';
	display:inline-block;
	margin-left:25px;
	background-image:url(../img/jt.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.index01 ul li .tex dl dd{
	margin-top:25px;
	padding:0 94px;
	font-size:24px;
	color:#FFF;
	line-height:100%;
}
.index01 ul li .tex dl dd a{
	color:#FFF;
}
.index01 ul li .more{
	width:100%;
	position:absolute;
	bottom:70px;
	left:0;
	z-index:2;
	display: flex;
	justify-content: center;
}
.index01 ul li .more a{
	padding:20px 75px;
	border:1px solid #FFF;
	border-radius:35px;
	font-size:18px;
	color:#FFF;
}
.index02{
	width:100%;
	float:left;
	background-image:url(../img/abj.jpg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	padding:145px 0;
	display: flex;
	justify-content: center;
}
.index02 .inab{
	width:70%;
	background-color:rgba(0,61,149,0.9);
	border-radius:35px;
	padding:70px;
	font-size:16px;
	line-height:36px;
	color:#FFF;
	text-align:center;
}
.index02 .inab dl dt img{
	max-width:50%;
}
.index02 .inab dl dd{
	margin-bottom:45px;
	margin-top:45px;
	font-size:26px;
	font-weight:bold;
	display: flex;
	justify-content: center;
	align-items: center;
	line-height:100%;
}
.index02 .inab dl dd b{
	font-size:83px;
	font-family:"微软雅黑";
}
.index02 .inab .more{
	margin-top:45px;
	display: flex;
	justify-content: center;
}
.index02 .inab .more a{
	padding:15px 35px;
	border:1px solid #FFF;
	border-radius:35px;
	display: flex;
	align-items: center;
}

.index03{
	width:100%;
	float:left;
	padding:145px 8.33vw;
	background-image:url(../img/nbj.jpg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
}
.index04{
	width:100%;
	float:left;
	padding:75px 8.33vw;
	background-image:url(../img/lxbj.jpg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.index04 .pic{
	width:50%;
}
.index04 .pic img{
	width:100%;
	height:auto;
	display:block;
}
.index04 .tex{
	width:50%;
	padding:0 75px;
}
.index04 .tex .a01{
	width:100%;
	font-size:18px;
	line-height:36px;
	color:#FFF;
}
.index04 .tex .a01 h1{
	font-size:30px;
	margin-bottom:15px;
}
.index04 .tex .a01 ul{
	display:flex;
	flex-wrap: wrap;
	margin-top:10px;
}
.index04 .tex .a01 ul li{
	width:100%;
	margin-top:20px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.lxbk{
	width:100%;
	border:0px;
	border-radius:25px;
	line-height:35px;
	outline:none;
	padding:10px;
}
.lxanniu{
	width:174px;
	height:44px;
	line-height:44px;
	text-align:center;
	border:0px;
	background-color:#FFF;
	border-radius:35px;
	font-size:18px;
	color:#1a9a95;
	cursor:pointer;
}
.index04 .tex .a02{
	width:100%;
	margin-top:100px;
}
.index04 .tex .a02 ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.index04 .tex .a02 ul li{
	width:100%;
	margin-top:35px;
	display: flex;
	align-items: center;
	font-size:18px;
	line-height:36px;
	color:#FFF;
}
.index04 .tex .a02 ul li img{
	margin-right:30px;
}

.foot{
	width:100%;
	float:left;
	background-color:#444444;
	padding:25px 8.33vw;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.foot .a01{
	width:30%;
	color:#939393;
	font-size:16px;
	line-height:30px;
}
.foot .a02{
	width:30%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.foot .a02 a{
	padding:10px 20px;
	border:1px solid #1a9a95;
	display: flex;
	align-items: center;
	color:#1a9a95;
	font-size:16px;
	border-radius:35px;
	margin-top:10px;
}
.foot .a02 a img{
	margin-right:10px;
}
.foot .a03{
	width:30%;
	display: flex;
	justify-content:flex-end;
	flex-wrap: wrap;
	align-items: center;
}
.foot .a03 a{
	margin-left:20px;
	color:#cccccc;
	font-size:16px;
}

.nwrap{
	width:100%;
	float:left;
	padding:0 8.33vw;
	padding-top:60px;
	background-color:#e1f4f3;
	margin-top:5.0rem;
}

.cplm{
	width:100%;
	float:left;
}
.cplm ul{
	display: flex;
	flex-wrap: wrap;
}
.cplm ul li{
	width:auto;
	margin-right:10px;
}
.cplm ul li a{
	padding:10px 20px;
	border:1px solid #1a9a95;
	background-color:#FFF;
	font-size:20px;
	color:#1a9a95;
	border-radius:35px;
	display:flex;
	align-items: center;
}
.cplm ul li a::before{
	width:12px;
	height:14px;
	content:'';
	display:inline-block;
	background-image:url(../img/xlog.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	margin-right:15px;
}
.cplm ul li a::after{
	width:22px;
	height:18px;
	content:'';
	display:inline-block;
	background-image:url(../img/jt2.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	margin-left:15px;
}
.cplm ul li a:hover{
	background-color:#003d95;
	border:1px solid #003d95;
	box-shadow: 0px 4px 23px 0px rgba(0,0,0,0.30);
	color:#FFF;
}
.cplm ul li a:hover::before{
	background-image:url(../img/xlog2.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.cplm ul li a:hover::after{
	width:18px;
	height:22px;
	content:'';
	display:inline-block;
	background-image:url(../img/jt3.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.cplm ul li a.cur{
	background-color:#003d95;
	border:1px solid #003d95;
	box-shadow: 0px 4px 23px 0px rgba(0,0,0,0.30);
	color:#FFF;
}
.cplm ul li a.cur::before{
	background-image:url(../img/xlog2.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.cplm ul li a.cur::after{
	width:18px;
	height:22px;
	content:'';
	display:inline-block;
	background-image:url(../img/jt3.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.cpxlm{
	width:100%;
	float:left;
	margin-top:40px;
	border-bottom:1px solid #cccccc;
}
.cpxlm ul{
	display: flex;
	flex-wrap: wrap;
}
.cpxlm ul li{
	width:auto;
	margin-right:40px;
	display:flex;
}
.cpxlm ul li a{
	padding-bottom:20px;
	font-size:18px;
	color:#a8a8a8;
	position:relative;
}
.cpxlm ul li a:hover{
	color:#003d95;
	font-weight:bold;
}
.cpxlm ul li a.cur{
	color:#003d95;
	font-weight:bold;
}
.cpxlm ul li a::after{
	width:0px;
	height:1px;
	background-color:#1a9a95;
	content:'';
	display:inline-block;
	transition: all 0.6s;
	position:absolute;
	left:0;
	bottom:0;
	z-index:1;
}
.cpxlm ul li a:hover::after{
	width:100%;
}
.cpxlm ul li a.cur::after{
	width:100%;
}

.prolist{
	width:100%;
	float:left;
}
.prolist ul{
	display: flex;
	flex-wrap: wrap;
}
.prolist ul li{
	width:calc(25.33% - 50px);
	margin-right:50px;
	margin-top:50px;
}
.prolist ul li:nth-child(4n){
	margin-right:0px;
}
.prolist ul li dl dt{
	height:360px;
	border:1px solid #cccccc;
	border-radius:35px;
	display:flex;
	align-items: center;
	justify-content:center;
	background-image:url(../img/cpbj.jpg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	overflow:hidden;
	transition: all 0.6s;
}
.prolist ul li dl dt img{
	max-width:100%;
	max-height:80%;
}
.prolist ul li dl dd{
	margin-top:30px;
	text-align:center;
	font-size:18px;
}
.prolist ul li:hover dl dt{
	border:1px solid #1a9a95;
	box-shadow: 0px 4px 23px 0px rgba(0,0,0,0.10); 
}

.cpwrap{
	width:100%;
	float:left;
	background-image:url(../img/cdbj.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	padding-top:105px;
}
.bigpic{
	width:100%;
	float:left;
	text-align:center;
}
.bigpic img{
	max-width:100%;
}
.cptit{
	width:100%;
	float:left;
	margin-top:60px;
	text-align:center;
	font-size:36px;
	font-weight:bold;
}
.cpsm{
	width:100%;
	float:left;
	margin-top:30px;
	display: flex;
	justify-content:center;
}
.cpsm div{
	width:50%;
	background-color:#1a9a95;
	border-radius:25px;
	padding:25px 50px;
	font-size:18px;
	line-height:36px;
	color:#FFF;
	box-shadow: 0px 4px 23px 0px rgba(26,154,149,0.10); 
}
.cptex{
	width:100%;
	float:left;
	margin-top:105px;
	color:#444444;
	font-size:16px;
	line-height:36px;
}
.cptex img{
	max-width:100%;
}

.nyabout{
	width:100%;
	float:left;
	background-image:url(../img/nabj.jpg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	padding:145px 0;
	display: flex;
	justify-content: center;
}
.nyabout .nyab{
	width:70%;
	font-size:16px;
	line-height:36px;
	color:#FFF;
}
.nyabout .nyab dl dt img{
	max-width:50%;
}
.nyabout .nyab dl dd{
	margin-bottom:65px;
	margin-top:55px;
	font-size:48px;
	font-weight:bold;
	display: flex;
	align-items: center;
	line-height:150%;
}
.nyabout .nyab dl dd b{
	font-size:163px;
	font-family:"微软雅黑";
}

.nynew{
	width:100%;
	float:left;
	background-image:url(../img/ncpbj.jpg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	padding:10rem 8.33vw;
	padding-bottom:5.0rem;
}
.newlist{
	width:100%;
	float:left;
}
.newlist ul{
	display: flex;
	flex-wrap: wrap;
}
.newlist ul li{
	width:30%;
	margin-right:5.0%;
	margin-bottom:2.0rem;
	margin-top:2.0rem;
}
.newlist ul li:nth-child(3n){
	margin-right:0px;
}
.newlist ul li .pic{
	overflow:hidden;
	border:3px solid #eeeeee;
	border-radius:25px;
	box-shadow: 0px 4px 23px 0px rgba(0,0,0,0.30); 
}
.newlist ul li .pic img{
	width:100%;
	height:auto;
	display:block;
}
.newlist ul li .date{
	margin-top:50px;
	display:flex;
}
.newlist ul li .date i{
	width:160px;
	height:40px;
	background-color:#FFF;
	box-shadow: 0px 4px 23px 0px rgba(0,0,0,0.10);
	border-radius:35px;
	font-size:14px;
	color:#1a9a95;
	line-height:40px;
	text-align:center;
}
.newlist ul li dl dt{
	margin-top:40px;
	font-size:20px;
	font-weight:bold;
	color:#FFF;
}
.newlist ul li dl dd{
	margin-top:25px;
	font-size:16px;
	line-height:25px;
	color:#ebebeb;
	 text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.newlist ul li .more{
	display:flex;
	margin-top:20px;
}
.newlist ul li .more a{
	font-size:18px;
	margin-top:10px;
	color:#FFF;
}


.fy{
	width:100%;
	float:left;
	margin-top:50px;
	display: flex;
	justify-content: center;
}
.fy ul{
	width:127px;
	height:46px;
	background-color:#003d95;
	border-radius:35px;
	display:flex;
	align-items: center;
	justify-content: space-between;
}
.fy ul li{
	width:50%;
	display:flex;
	align-items: center;
	justify-content:center;
}
.fy ul li a{
	color:#FFF; font-size:1.0rem;
}
.fy ul li img{
	max-width:100%;
}

.newbanner{
	width:100%;
	float:left;
	position:relative;
}
.newbanner img{
	width:100%;
	height:auto;
	display:block;
}
.newbanner .tex{
	width:100%;
	position:absolute;
	left:0;
	top:78%;
	z-index:1;
	padding:0 8.33vw;
}
.newbanner .tex dl dt{
	font-size:36px;
	font-weight:bold;
	color:#FFF;
}
.newbanner .tex dl dd{
	margin-top:75px;
	display:flex;
}
.newbanner .tex dl dd i{
	width:160px;
	height:40px;
	line-height:40px;
	background-color:#1a9a95;
	font-size:14px;
	color:#FFF;
	text-align:center;
	box-shadow: 0px 4px 23px 0px rgba(0,0,0,0.10);
	border-radius:35px;
}

















.mart5{
	margin-top:5rem;
}
.mart110{
	margin-top:110px;
}

.pc{
	display: block;
}
.moblie{
	display: none;
}
.header2{
	display: none;
}


}


@media (min-width:1000px) and (max-width:1600px){




	
}

@media (min-width:1000px) and (max-width:1700px){






	
}

@media (min-width:1000px) and (max-width:1280px){

.main{
	padding:0 5.2vw;
}
.innav ul li{
	margin-left:0.56rem;
	margin-right:0.56rem;
}

.index01 ul li .tex dl dt{
	font-size:24px;
}

.index01 ul li .tex dl dd{
	font-size:14px;
	margin-top:15px;
}
.index01 ul li .more a{
	padding:10px 35px;
	font-size:14px;
}
.index04 .tex .a01{
	font-size:14px;
	line-height:150%;
}
.index04 .tex .a01 h1{
	font-size:24px;
}
.index04 .tex .a02 ul li{
	font-size:12px;
	line-height:150%;
}
.index04 .tex .a02 ul li img{
	max-height:1.5rem;
	max-width:1.5rem;
}
.foot .a01{
	font-size:12px;
	line-height:150%;
}
.foot .a02 a{
	padding:5px 10px;
	font-size:12px;
	width:48%;
}
.foot .a02 a img{
	max-height:0.8rem;
}
.foot .a03 a{
	font-size:12px;
}
.prolist ul li{
	width:calc(25.3% - 20px);
	margin-right:20px;
}
.prolist ul li dl dt{
	height:280px;
}
.prolist ul li dl dt img{
	max-width:80%;
}
.nyabout .nyab dl dd{
	font-size:32px;
}
.newbanner .tex{
	top:55%;
}







	
}





@media (max-width:999px) {


.pc{
	display: none;
}
.moblie{
	width: 100%;
	float: left;
}
.header{
	display: none;
}
.nyheader{
	display: none;
}
.header2{ 
	width:100%; 
	float:left; 
	height:5rem; 
	line-height:5rem;
	background-color: #fff;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 996;
	box-shadow: 0px 4px 23px 0px rgba(0,0,0,0.10); 
}
.logo{ 
	width:100%; 
	float:left; 
	height:5rem; 
	text-align:center;
}
.logo span{ 
	height:100%; 
	display:inline-block; 
	vertical-align:middle;
}
.logo img{ 
	max-width:70%; 
	max-height:4rem; 
	vertical-align:middle; 
	margin-left:5%;
}
.nav2{ 
	width:60%; 
	float:right; 
	line-height:110px; 
	height:110px; 
	text-align:right;
}
.nav2 a{ 
	width: auto; 
	font-size:16px; 
	margin-right:5%;
}
.nav-bar2 { 
	width:5rem; 
	height:5rem; 
	position:absolute; 
	z-index:11; 
	left:0%; 
	top:0; 
	text-align:center;
}
.nav-bar2 img{ 
	max-width:100%; 
	max-height:5rem; 
	vertical-align:middle;
}
.nav-bar2 span{ 
	display:inline-block; 
	height:100%; 
	vertical-align:middle;
}
.nav-bg { 
	width:0px; 
	height: auto; 
	overflow:hidden; 
	position: absolute; 
	right:0px; 
	top:0; 
	z-index:998;
}
.v_close { 
	display:block; 
	position: absolute; 
	top: 3%; 
	left:5%; 
	z-index:102;  
	width: 2.0rem; 
	height: 2.0rem; 
	background:url(../img/close.png) no-repeat; 
	background-size: contain; 
	display:none;
}
.nav { 
	margin:0 0 0 0;
}
.subNavBox3{
	width:65%;
	float:right; 
	background:#fff;  
	padding-bottom:4rem;
}
.subNavBox3 h1{ 
	text-align:center; 
	height:5rem; 
	background:#fff;
}
.subNavBox3 h1 span{ 
	height:100%; 
	display:inline-block; 
	vertical-align:middle;
}
.subNavBox3 h1 img{ 
	max-width:80%; 
	max-height:4rem; 
	vertical-align:middle;
} 
.subNav3{
	width:100%; 
	float:left; 
	HEIGHT:3.0rem;
	DISPLAY: block;  
	CURSOR: pointer; 
	padding-left:5%;
	text-align:left; 
	border-bottom:1px solid #e0e0e0; 
	line-height:3.0rem; 
	font-size:1.0rem;
	font-weight: bold;
}
.subNav3 i{ 
	padding:0.3rem; 
	background:url(../img/jt01.png) no-repeat center / contain; 
	margin-right:1rem; 
	float:right; 
	margin-top:1.2rem;
}
.subNav3:hover{float:left; }
.currentDd3{background: #1a9a95; color: #FFFFFF;}
.currentDd3 a{
	color: #FFFFFF;
}
.currentDd3 i{
	background:url(../img/jt001.png) no-repeat center / contain;
	-webkit-transform:rotate(180deg);
	-moz-transform:rotate(180deg);
	-o-transform:rotate(180deg);
	-ms-transform:rotate(180deg);
	transform:rotate(180deg);
	-webkit-transition:all .25s ease 0s;
	-moz-transition:all .25s ease 0s;
	-o-transition:all .25s ease 0s;
	transition:all .25s ease 0s;
}
.navContent3{
	display: none;
	float:left; 
	width:90%; 
	padding:0.5rem 5% 1rem 5%; 
	line-height:2.0rem; 
	font-size:0.8rem; 
	padding-bottom:0px;
}
.navContent3 h2{
	font-size: 0.8rem;
	line-height: 2.0rem;
	font-weight:normal;
}

.main{
	width:100%;
	float:left;
	padding:0 5%;
}

.index01{
	width:100%;
	float:left;
}
.index01 ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.index01 ul li{
	width:100%;
	position:relative;
}
.index01 ul li img{
	width:100%;
	height:auto;
	display:block;
}

.index01 ul li .tex{
	width:100%;
	position:absolute;
	top:2.0rem;
	left:0;
	z-index:1;
}
.index01 ul li .tex dl dt{
	font-size:1.5rem;
	font-weight:bold;
	color:#FFF;
	display: flex;
	align-items: center;
	padding-bottom:2.0rem;
}
.index01 ul li .tex dl dt a{color:#FFF;}
.index01 ul li .tex dl dt::before{
	width:59px;
	height:37px;
	content:'';
	display:inline-block;
	margin-right:35px;
	background-image:url(../img/bq.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.index01 ul li .tex dl dt::after{
	width:33px;
	height:27px;
	content:'';
	display:inline-block;
	margin-left:25px;
	background-image:url(../img/jt.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.index01 ul li .tex dl dd{
	margin-top:1.0rem;
	padding:0 94px;
	font-size:1.0rem;
	color:#FFF;
	line-height:100%;
}
.index01 ul li .tex dl dd a{
	color:#FFF;
}
.index01 ul li .more{
	width:100%;
	position:absolute;
	bottom:2.0rem;
	left:0;
	z-index:2;
	display: flex;
	justify-content: center;
}
.index01 ul li .more a{
	padding:0.5rem 3.0rem;
	border:1px solid #FFF;
	border-radius:1.5rem;
	font-size:1.0rem;
	color:#FFF;
}
.index02{
	width:100%;
	float:left;
	background-image:url(../img/abj.jpg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	padding:3.0rem 0;
	display: flex;
	justify-content: center;
}
.index02 .inab{
	width:90%;
	background-color:rgba(0,61,149,0.9);
	border-radius:35px;
	padding:2.0rem;
	font-size:0.875rem;
	line-height:150%;
	color:#FFF;
	text-align:center;
}
.index02 .inab dl dt img{
	max-width:50%;
}
.index02 .inab dl dd{
	margin-bottom:2.5rem;
	margin-top:2.5rem;
	font-size:1.2rem;
	font-weight:bold;
	display: flex;
	justify-content: center;
	align-items: center;
	line-height:150%;
}
.index02 .inab dl dd b{
	font-size:3.0rem;
	font-family:"微软雅黑";
}
.index02 .inab .more{
	margin-top:2.5rem;
	display: flex;
	justify-content: center;
}
.index02 .inab .more a{
	padding:0.5rem 2.0rem;
	border:1px solid #FFF;
	border-radius:1.5rem;
	display: flex;
	align-items: center;
}
.index02 .inab .more a img{
	max-height:1.0rem;
}

.index03{
	width:100%;
	float:left;
	padding:3.0rem 8.33vw;
	background-image:url(../img/nbj.jpg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
}
.index04{
	width:100%;
	float:left;
	padding:3.0rem 8.33vw;
	background-image:url(../img/lxbj.jpg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.index04 .pic{
	width:100%;
}
.index04 .pic img{
	width:100%;
	height:auto;
	display:block;
}
.index04 .tex{
	width:100%;
	padding:2.5rem 0;
}
.index04 .tex .a01{
	width:100%;
	font-size:0.875rem;
	line-height:150%;
	color:#FFF;
}
.index04 .tex .a01 h1{
	font-size:1.2rem;
	margin-bottom:0.5rem;
}
.index04 .tex .a01 ul{
	display:flex;
	flex-wrap: wrap;
	margin-top:0.5rem;
}
.index04 .tex .a01 ul li{
	width:100%;
	margin-top:1.0rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.lxbk{
	width:100%;
	border:0px;
	border-radius:1.5rem;
	line-height:35px;
	outline:none;
	padding:0.5rem;
}
.lxanniu{
	width:8.0rem;
	height:2.5rem;
	line-height:2.5rem;
	text-align:center;
	border:0px;
	background-color:#FFF;
	border-radius:1.5rem;
	font-size:0.875rem;
	color:#1a9a95;
	cursor:pointer;
}
.index04 .tex .a02{
	width:100%;
	margin-top:3.0rem;
}
.index04 .tex .a02 ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.index04 .tex .a02 ul li{
	width:100%;
	margin-top:1.0rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	font-size:0.875rem;
	line-height:150%;
	color:#FFF;
}
.index04 .tex .a02 ul li img{
	margin-right:0.5rem;
	max-height:1.5rem;
	max-width:1.5rem;
}

.foot{
	width:100%;
	float:left;
	background-color:#444444;
	padding:1.0rem 8.33vw;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.foot .a01{
	width:100%;
	color:#939393;
	font-size:0.875rem;
	line-height:150%;
}
.foot .a02{
	width:100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.foot .a02 a{
	padding:0.5rem 1.0rem;
	width:48%;
	border:1px solid #1a9a95;
	display: flex;
	align-items: center;
	color:#1a9a95;
	font-size:0.875rem;
	border-radius:1.5rem;
	margin-top:1.0rem;
}
.foot .a02 a img{
	margin-right:0.5rem;
	max-height:1.0rem;
}
.foot .a03{
	width:100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-top:1.0rem;
}
.foot .a03 a{
	margin-right:0.5rem;
	color:#cccccc;
	font-size:0.875rem;
}

.nwrap{
	width:100%;
	float:left;
	padding:0 8.33vw;
	padding-top:1.0rem;
	background-color:#e1f4f3;
	margin-top:5.0rem;
}

.cplm{
	width:100%;
	float:left;
}
.cplm ul{
	display: flex;
	flex-wrap: wrap;
}
.cplm ul li{
	width:auto;
	margin-right:0.5rem;
	margin-top:1.0rem;
}
.cplm ul li a{
	padding:0.5rem 1.0rem;
	border:1px solid #1a9a95;
	background-color:#FFF;
	font-size:1.0rem;
	color:#1a9a95;
	border-radius:1.5rem;
	display:flex;
	align-items: center;
}
.cplm ul li a::before{
	width:12px;
	height:14px;
	content:'';
	display:inline-block;
	background-image:url(../img/xlog.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	margin-right:15px;
}
.cplm ul li a::after{
	width:22px;
	height:18px;
	content:'';
	display:inline-block;
	background-image:url(../img/jt2.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	margin-left:15px;
}
.cplm ul li a:hover{
	background-color:#003d95;
	border:1px solid #003d95;
	box-shadow: 0px 4px 23px 0px rgba(0,0,0,0.30);
	color:#FFF;
}
.cplm ul li a:hover::before{
	background-image:url(../img/xlog2.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.cplm ul li a:hover::after{
	width:18px;
	height:22px;
	content:'';
	display:inline-block;
	background-image:url(../img/jt3.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.cplm ul li a.cur{
	background-color:#003d95;
	border:1px solid #003d95;
	box-shadow: 0px 4px 23px 0px rgba(0,0,0,0.30);
	color:#FFF;
}
.cplm ul li a.cur::before{
	background-image:url(../img/xlog2.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.cplm ul li a.cur::after{
	width:18px;
	height:22px;
	content:'';
	display:inline-block;
	background-image:url(../img/jt3.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.cpxlm{
	width:100%;
	float:left;
	margin-top:40px;
	border-bottom:1px solid #cccccc;
}
.cpxlm ul{
	display: flex;
	flex-wrap: wrap;
}
.cpxlm ul li{
	width:auto;
	margin-right:1.0rem;
	display:flex;
}
.cpxlm ul li a{
	padding:1.0rem 0;
	font-size:1.0rem;
	color:#a8a8a8;
	position:relative;
}
.cpxlm ul li a:hover{
	color:#003d95;
	font-weight:bold;
}
.cpxlm ul li a.cur{
	color:#003d95;
	font-weight:bold;
}
.cpxlm ul li a::after{
	width:0px;
	height:1px;
	background-color:#1a9a95;
	content:'';
	display:inline-block;
	transition: all 0.6s;
	position:absolute;
	left:0;
	bottom:0;
	z-index:1;
}
.cpxlm ul li a:hover::after{
	width:100%;
}
.cpxlm ul li a.cur::after{
	width:100%;
}

.prolist{
	width:100%;
	float:left;
}
.prolist ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.prolist ul li{
	width:48%;
	margin-top:2.0rem;
}
.prolist ul li:nth-child(4n){
	margin-right:0px;
}
.prolist ul li dl dt{
	height:9.0rem;
	border:1px solid #cccccc;
	border-radius:1.5rem;
	display:flex;
	align-items: center;
	justify-content:center;
	background-image:url(../img/cpbj.jpg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	overflow:hidden;
	transition: all 0.6s;
}
.prolist ul li dl dt img{
	max-width:80%;
	max-height:80%;
}
.prolist ul li dl dd{
	margin-top:1.0rem;
	text-align:center;
	font-size:1.0rem;
}
.prolist ul li:hover dl dt{
	border:1px solid #1a9a95;
	box-shadow: 0px 4px 23px 0px rgba(0,0,0,0.10); 
}

.cpwrap{
	width:100%;
	float:left;
	background-image:url(../img/cdbj.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	padding-top:8.0rem;
}
.bigpic{
	width:100%;
	float:left;
	text-align:center;
}
.bigpic img{
	max-width:100%;
}
.cptit{
	width:100%;
	float:left;
	margin-top:2.0rem;
	text-align:center;
	font-size:1.5rem;
	font-weight:bold;
}
.cpsm{
	width:100%;
	float:left;
	margin-top:1.0rem;
	display: flex;
	justify-content:center;
}
.cpsm div{
	width:100%;
	background-color:#1a9a95;
	border-radius:1.5rem;
	padding:1.0rem 2.0rem;
	font-size:0.875rem;
	line-height:150%;
	color:#FFF;
	box-shadow: 0px 4px 23px 0px rgba(26,154,149,0.10); 
}
.cptex{
	width:100%;
	float:left;
	margin-top:4.0rem;
	color:#444444;
	font-size:0.875rem;
	line-height:150%;
}
.cptex img{
	max-width:100%;
}

.nyabout{
	width:100%;
	float:left;
	background-image:url(../img/nabj.jpg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	padding:4.0rem 0;
	display: flex;
	justify-content: center;
	margin-top:5.0rem;
}
.nyabout .nyab{
	width:80%;
	font-size:0.875rem;
	line-height:150%;
	color:#FFF;
}
.nyabout .nyab dl dt img{
	max-width:50%;
}
.nyabout .nyab dl dd{
	margin-bottom:2.5rem;
	margin-top:2.5rem;
	font-size:1.2rem;
	font-weight:bold;
	display: flex;
	align-items: center;
	line-height:150%;
}
.nyabout .nyab dl dd b{
	font-size:3.0rem;
	font-family:"微软雅黑";
}

.nynew{
	width:100%;
	float:left;
	background-image:url(../img/ncpbj.jpg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	padding:5.0rem 8.33vw;
	padding-bottom:3.0rem;
}
.newlist{
	width:100%;
	float:left;
}
.newlist ul{
	display: flex;
	flex-wrap: wrap;
}
.newlist ul li{
	width:100%;
	margin-top:3.0rem;
}
.newlist ul li:nth-child(3n){
	margin-right:0px;
}
.newlist ul li .pic{
	overflow:hidden;
	border:3px solid #eeeeee;
	border-radius:1.5rem;
	box-shadow: 0px 4px 23px 0px rgba(0,0,0,0.30); 
}
.newlist ul li .pic img{
	width:100%;
	height:auto;
	display:block;
}
.newlist ul li .date{
	margin-top:2.0rem;
	display:flex;
}
.newlist ul li .date i{
	width:8.0rem;
	height:2.5rem;
	background-color:#FFF;
	box-shadow: 0px 4px 23px 0px rgba(0,0,0,0.10);
	border-radius:1.5rem;
	font-size:0.875rem;
	color:#1a9a95;
	line-height:2.5rem;
	text-align:center;
}
.newlist ul li dl dt{
	margin-top:2.0rem;
	font-size:1.2rem;
	font-weight:bold;
	color:#FFF;
}
.newlist ul li dl dd{
	margin-top:1.0rem;
	font-size:0.875rem;
	line-height:150%;
	color:#ebebeb;
	 text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.newlist ul li .more{
	display:flex;
	margin-top:2.0rem;
}
.newlist ul li .more a{
	font-size:1.0rem;
	color:#FFF;
}


.fy{
	width:100%;
	float:left;
	margin-top:2.0rem;
	display: flex;
	justify-content: center;
}
.fy ul{
	width:127px;
	height:46px;
	background-color:#003d95;
	border-radius:35px;
	display:flex;
	align-items: center;
	justify-content: space-between;
}
.fy ul li{
	width:50%;
	display:flex;
	align-items: center;
	justify-content:center;
}
.fy ul li img{
	max-width:100%;
}

.newbanner{
	width:100%;
	float:left;
	position:relative;
	margin-top:5.0rem;
}
.newbanner img{
	width:100%;
	height:auto;
	display:block;
}
.newbanner .tex{
	width:100%;
	position:absolute;
	left:0;
	top:15%;
	z-index:1;
	padding:0 8.33vw;
}
.newbanner .tex dl dt{
	font-size:1.2rem;
	font-weight:bold;
	color:#FFF;
}
.newbanner .tex dl dd{
	margin-top:2.0rem;
	display:flex;
}
.newbanner .tex dl dd i{
	width:8.0rem;
	height:2.5rem;
	line-height:2.5rem;
	background-color:#1a9a95;
	font-size:0.875rem;
	color:#FFF;
	text-align:center;
	box-shadow: 0px 4px 23px 0px rgba(0,0,0,0.10);
	border-radius:1.5rem;
}

















.mart5{
	margin-top:5rem;
}
.mart110{
	margin-top:3.0rem;
}








}
































