@charset "utf-8";
/* CSS Document */
body{
	font-size:12px;
	font-weight:normal;
	color:#000;
	line-height:1.5;
	font-family:'思源黑体';
	margin:auto
}
*{
	font-family:'思源黑体';
}
@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+,可以是具体的实际链接 */
}
*{
	margin:0;
	padding:0;
	box-sizing: border-box;
	}
img{
	border:0;
	}
ul,li{
	list-style:none;
	}
a{
	color:#333;
	text-decoration:none;
	}
a:hover{
	color:#32A8BA;
	text-decoration: none;
	}
table{ 
	margin: auto;
	}
i{ font-style:normal}
em{ font-style:normal}



/* 方式2 关闭在上面*/

.fixedIcon{ position: fixed; top: 50%; left: 50%; z-index: 999; transform: translate(-50%,-50%); padding:5px; display:none;}
.fixedIcon .close{ width: 40px; height: 40px; position: absolute; right: -30px; top: -100px; cursor: pointer; border: 2px solid #fff; border-radius:50%; text-align: center; font-size: 22px; color: #fff; transform: translate(-50%,140%);}
.fixedIcon img{ display: block; max-height:70vh; max-width: 100%; height: auto;}
.zz{ background: rgba(0,0,0,0.8); position: fixed; left: 0; top: 0; z-index: 998; width: 100%; height: 100vh; display: none;}


@media (min-width:1000px) {
	
.header.yanse{
	background-color: rgba(255,255,255,1);
	top:0;
}
.header.yanse a{
	color: #333333;
}

.header.yanse .innav ul li{
	color:#333;
}
.header.yanse a:hover{
	color:#32A8BA;
}
.header.yanse .cur{
	color: #32A8BA;
}
.header.yanse .cur a{
	color: #32A8BA;
}
.header.yanse.yanse01 .cur a{
	color: #fff;
}

.header.yanse .cur i{
	opacity:1;
	background-color:#32A8BA;
	width:100%;
	left:auto;
}
.header.yanse.yanse01 .cur i{
	opacity:1;
	background-color:#fff;
	width:100%;
	left:auto;
}
.header.yanse.yanse01 .innav ul li:hover i{
	opacity:1;
	background-color:#fff;
}

.header.yanse{
	top:0px;
}
.header.yanse.yanse01{
	top:20px;
}
.header.yanse.yanse01.h02{
	top:0px;
	background-color:#FFF;
}
.header.yanse.yanse01.ny{
	color:#333;
}
.header.yanse.yanse01.ny a{
	color:#333;
}
.header.yanse.yanse01.ny .cur a{
	color: #32A8BA;
}
.header.yanse.yanse01 a{
	color: #fff;
}
.header.yanse.yanse01{
	background-color: rgba(0,0,0,0);
}
.header.yanse.yanse01 .innav ul li{
	color:#333;
}
.main{
	width:100%;
	float:left;
	padding:0px 8.33vw;
}
.header{
	width:100%;
	float:left;
	position: fixed;
	left:0;
	z-index:995;
	height:100px;
}
.intop{
	width:100%;
	float:left;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	padding:0px 8.33vw;
	height:100px;
}

.logo{
	width: auto;
	display: flex;
	align-items: center;
	height:80px;
	max-width:13.9375%;
}
.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;
	height: 80px;
	margin-left:2.0vw;
	margin-right:2.0vw;
	font-size:16px;
	position:relative;
}
.innav ul li i{
	width:0;
	height:2px;
	position:absolute;
	bottom:0;
	left:50%;
	z-index:1;
	opacity:0;
	transition: all 0.6s;
}
.innav ul li:hover i{
	opacity:1;
	background-color:#32A8BA;
	width:100%;
	left:0;
}
.innav ul li a{
	height: 80px;
	line-height:80px;
}
.innav ul li b{
	font-family: DIN;
	font-size:18px;
	margin-left:10px;
}
.innav ul li a:hover{
	color:#32A8BA;
}
.intop-r{
	width:auto;
	display: flex;
	align-items: center;
}
.insearch{
	width: 197px;
	height: 40px;
	border-radius: 21px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	padding:0 15px;
}
.insearch form{
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.inbk{
	width:calc(100% - 20px);
	border:0px;
	line-height:20px;
	outline:none;
	background-color:transparent;
	font-size:14px;
	color:#FFF;
	
}
.zyw{
	width: 40px;
	height:40px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size:14px;
	margin-left:20px;
}

.header.yanse .intel{
	color:#32A8BA;
}
.header.yanse.yanse01 .intel{
	color:#FFF;
}
.header.yanse .pic01{
	display:none;
}
.header.yanse .pic02{
	display: inline-block;
}
.header.yanse.yanse01 .pic01{
	display: inline-block;
}
.header.yanse.yanse01 .pic02{
	display: none;
}

.header.yanse .insearch{
	border: 1px solid #999999;
}
.header.yanse .inbk{
	color:#999;
}
.header.yanse .zyw{
	background-color:#32A8BA;
	color:#fff;
}
.header.yanse .zyw a{
	color:#fff;
}

.header.yanse.yanse01 .insearch{
	border: 1px solid rgba(255,255,255,0.60);
}
.header.yanse.yanse01 .inbk{
	color:#FFF;
}
.header.yanse.yanse01 .zyw{
	background-color:#32A8BA;
	color:#fff;
}
.header.yanse.yanse01 .zyw a{
	color:#FFF;
}

.header.yanse.yanse01.ny .pic01{
	display: none;
}
.header.yanse.yanse01.ny .pic02{
	display: inline-block;
}
.header.yanse.yanse01.ny .intel{
	color:#32A8BA;
}

.header.yanse.yanse01.ny .insearch{
	border: 1px solid #999999;
}
.header.yanse.yanse01.ny .inbk{
	color:#999;
}
.header.yanse.yanse01.ny .zyw{
	border: 1px solid #999999;
	color:#32A8BA;
}
.header.yanse.yanse01.ny .zyw a{
	color:#32A8BA;
}

.intit{
	width:100%;
	float:left;
	margin-top:80px;
	text-align:center;
}
.intit dl dt{
	font-size:40px;
	line-height:60px;
	font-weight:bold;
}
.intit dl dd{
	margin-top:10px;
	font-size:16px;
	line-height:32px;
	color:#999;
}

.inab{
	width:100%;
	float:left;
	margin-top:50px;
	height:950px;
	position:relative;
	background-image:url(../img/a01.jpg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:100%;
}
.inab .mask{
	width:55%;
	height:100%;
	position:absolute;
	right:0;
	top:0;
	z-index:1;
	background: rgba(255,255,255,0.9);
	backdrop-filter:blur(15px);
}
.inab .tex{
	width:55%;
	position:absolute;
	right:0;
	top:0;
	z-index:2;
	padding:7vw 5.2vw;
	/*background:#ffffff*/
}
.lotex{
	width:100%;
	float:left;
	display: flex;
	align-items: center;
}
.lotex .sx{
	width:3px;
	height:73px;
	background-color:#32a8ba;
	margin-left:32px;
	margin-right:32px;
}
.lotex .sx.marl0{
	margin-left:0;
}
.lotex dl.white{
	color:#FFF;
}
.lotex dl.white dt{
	font-size:24px;
	line-height:28px;
}
.lotex dl.white dd{
	font-size:16px;
}
.lotex dl dt{
	font-size:24px;
	line-height:46px;
	font-weight:bold;
}
.lotex dl dd{
	margin-top:10px;
	font-size:16px;
	line-height:21px;
	font-weight:bold;
}
.inab .tex .a01{
	width:100%;
	float:left;
	margin-top:2rem;
	font-size:16px;
	line-height:2;
	color:#666;
}
.inab .tex .num{
	width:100%;
	float:left;
	margin-top:3vw;
}
.inab .tex .num ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.inab .tex .num ul li{
	width:auto;
}
.inab .tex .num ul li dl dt{
	display:flex;
	justify-content: center;
	align-items: flex-end;
	font-size:14px;
	line-height:24px;
	color: #666;
}
.inab .tex .num ul li dl dt b{
	font-size:42px;
	line-height:56px;
	font-family:Roboto;
	color:#32A8BA;
}
.inab .tex .num ul li dl dd{
	font-size:14px;
	line-height:18px;
	text-align:center;
	margin-top:5px;
}
.inab .tex .a02{
	width:100%;
	float:left;
	margin-top:4.8vw;
}
.inab .tex .a02 ul{
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.inab .tex .a02 ul li{
	width:calc(25.4% - 21px);
	border: 1px solid #BDBDBD;
	height:4rem;;
	align-items: center;
	display:flex;
	justify-content: center;
	margin-right:20px;
}
.inab .tex .a02 ul li:nth-child(4n){
	margin-right:0px;
}
.inab .tex .a02 ul li a{
	width:100%;
	height:100%;
	display:flex;
	justify-content: center;
	align-items: center;
	transition: all 0.6s;
}
.inab .tex .a02 ul li a:hover{
	background: #32a8ba;
	border: 0px solid #32a8ba;
}
.inab .tex .a02 ul li a dl dt{
	overflow:hidden;
	text-align:center;
}
.inab .tex .a02 ul li a dl dd{
	text-align:center;
	font-size:14px;
	margin-top:10px;
}
.inab .tex .a02 ul li a:hover dl dd{
	color: #FFF;
}
.inab .tex .a02 ul li .pic01{
	display:inline-block;
}
.inab .tex .a02 ul li .pic02{
	display:none;
}
.inab .tex .a02 ul li:hover .pic01{
	display:none;
}
.inab .tex .a02 ul li:hover .pic02{
	display:inline-block;
}

.baojia{
	width:100%;
	float:left;
	margin-top:100px;
	padding:0 80px;
	padding-bottom:130px;
	padding-top:105px;
	color:#FFF;
	background-image:url(../img/a02.jpg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
}
.baojia h1{
	font-size:32px;
	line-height:38px;
	font-weight:bold;
}
.baojia h2{
	font-size:24px;
	line-height:32px;
	margin-top:10px;
	font-weight:normal;
}
.baojia .a01{
	display:flex;
	align-items: center;
	margin-top:60px;
}
.baojia .a01 div{
	width:37.7%;
	height: 56px;
	background: #ffffff;
	border-radius: 4px;
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	padding:4px;
}
.bjbk{
	width:calc(100% - 195px);
	height:48px;
	line-height:48px;
	border:0px;
	outline: none;
	font-size:14px;
	color:#999;
	font-family:'微软雅黑';
	padding-left:15px;
}
.bjanniu{
	width: 192px;
	height: 48px;
	background:#32A8BA;
	border-radius: 4px;
	line-height:48px;
	text-align:center;
	cursor:pointer;
	font-size:14px;
	color:#FFF;
	border:0px;
}

.foot{
	width:100%;
	float:left;
	margin-top:100px;
	background-color:#152333;
	padding-top:100px;
}
.foot01{
	width:100%;
	float:left;
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.foot01-l{
	width:40%;
}
.foot01-l .a01{
	width:100%;
	float:left;
	margin-top:72px;
	display:flex;
}
.foot01-l .a01 .ewm{
	width:130px;
	min-width:130px;
	margin-right:40px;
	text-align:center;
}
.foot01-l .a01 .ewm dl dt{
	overflow:hidden;
	display:flex;
}
.foot01-l .a01 .ewm dl dt img{
	max-width:100%;
	height:auto;
}
.foot01-l .a01 .ewm dl dd{
	margin-top:20px;
	font-size:12px;
	color:rgba(255,255,255,0.60);
}
.foot01-l .a01 .phone2{
	width:auto;display: flex;
  justify-content: center;
  align-items: center;
}
.foot01-l .a01 .phone2 dl dd{
	margin-top:20px;
	display:flex;
	align-items: center;
	color:#FFF;
	font-size:16px;
}
.foot01-l .a01 .phone2 dl dd:first-child{
	margin-top:0px;
}
.foot01-l .a01 .phone2 dl dd b{
	font-size:32px;
	line-height:38px;
	font-family: Roboto;
}
.foot01-l .a01 .phone2 dl dd img{
	margin-right:10px;
}

.foot01-r{
	width:52.25%;
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.foot01-r dl{
	width:auto;
	padding-left:4.0vw;
	border-left:1px solid rgba(255,255,255,0.10);
}
.foot01-r dl dt{
	font-size:16px;
	line-height:21px;
	margin-bottom:10px;
	color:#FFF;
	font-weight:bold;
}
.foot01-r dl dd{
	font-size:14px;
	line-height:16px;
	color:rgba(255,255,255,0.60);
	margin-top:20px;
}
.foot01-r dl dd a{
	color:rgba(255,255,255,0.60);
}

.foot02{
	width:100%;
	float:left;
	margin-top:35px;
	border-top:1px solid rgba(255,255,255,0.10);
	padding:30px 0;
	color:rgba(255,255,255,0.30);
	font-size:14px;
	line-height:18px;
	text-align:center;
}

.nyab{
	width:100%;
	float:left;
	height:1400px;
	background-image:url(../img/ab01.jpg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	padding:220px 8.33vw;
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.nyab-l{
	width:56.25%;
}
.nyab-l .a01{
	width:100%;
	float:left;
	margin-top:85px;
	font-size:14px;
	line-height:28px;
	color:#FFF;
}

.nyab-r{
	width:25.875%;
}
.nyab-r ul li{
	width:100%;
	float:left;
	padding-bottom:40px;
	border-bottom:1px solid rgba(255,255,255,0.30);
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin-bottom:40px;
}
.nyab-r ul li dl dt{
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-end;
	color:#FFF;
}
.nyab-r ul li dl dt b{
	font-size:48px;
	line-height:56px;
	font-family: Roboto;
}
.nyab-r ul li dl dt i{
	width: 18px;
	height: 18px;
	background: #ffffff;
	border-radius: 50%;
	box-shadow: 0px 2px 2px 0px rgba(15,87,98,0.46); 
	display:flex;
	justify-content: center;
	align-items: center;
	font-size:12px;
	color:#32A8BA;
	margin-left:10px;
	margin-bottom:10px;
}
.nyab-r ul li dl dd{
	margin-top:13px;
	font-size:16px;
	line-height:21px;
	color:#FFF;
}

.nytit{
	width:100%;
	float:left;
	margin-top:100px;
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.nytit dl{
	width:44%;
}
.nytit dl dt{
	font-size:40px;
	line-height:60px;
	font-weight:bold;
}
.nytit dl dd{
	color:#999;
	font-size:16px;
	line-height:32px;
	margin-top:20px;
}
.nytit img{
	max-width:41.625%;
	height:auto;
}
.cutrul{
	width:100%;
	float:left;
	margin-top:40px;
}
.cutrul ul{
	display:flex;
	flex-wrap: wrap;
}
.cutrul ul li{
	width:calc(33.9% - 30px);
	background: #f1f1f1;
	padding:60px;
	text-align:center;
	margin-right:30px;
}
.cutrul ul li:nth-child(3n){
	margin-right:0px;
}
.cutrul ul li .pic{
	overflow:hidden;
}
.cutrul ul li .pic img{
	max-height:98px;
}
.cutrul ul li dl dt{
	margin-top:30px;
	font-size:24px;
	line-height:48px;
	font-weight:bold;
}
.cutrul ul li dl dt.f20{
	font-size:20px;
	line-height:40px;
}
.cutrul ul li dl dd{
	font-size:14px;
	line-height:28px;
	color:#666;
	margin-top:20px;
}
.fzlc{
	width:100%;
	float:left;
	height:785px;
	margin-top:120px;
	background-image:url(../img/lcbj.jpg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	position:relative;
}
.fzlc .jixian{
	width:100%;
	height:2px;
	background-color:rgba(255,255,255,0.3);
	position:absolute;
	top:338px;
	left:0;
	z-index:1;
}
.fzlc .lc01{
	width:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:2;
	padding:0 8.33vw;
}
.fzlc .lc01 h1{
	font-size:40px;
	line-height:60px;
	color:#FFF;
	margin-top:100px;
}
.honr{
	width:100%;
	float:left;
	margin-top:120px;
	padding-bottom:103px;
	background-image:url(../img/tm.png);
	background-position:bottom;
	background-repeat: no-repeat;
}
.nwrap{
	width:100%;
	float:left;
	background: #f1f1f1;
	padding-bottom:100px;
	margin-top:40px;
}
.zscq{
	width:100%;
	float:left;
	margin-top:60px;
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.zscq01{
	width:49.0625%;
	position:relative;
}
.zscq01 img{
	width:100%;
	height: auto;
	display:block;
}
.zscq01 .tex{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:11;
	padding:0 100px;
	display:flex;
	align-items: center;
}
.zscq01 .tex dl dt{
	display:flex;
	align-items: flex-end;
}
.zscq01 .tex dl dt b{
	font-size:64px;
	line-height:75px;
	color:#32A8BA;
	font-family:Roboto;
}
.zscq01 .tex dl dt i{
	width: 18px;
	height: 18px;
	background: #32a8ba;
	border-radius: 50%;
	color:#FFF;
	font-size:12px;
	margin-bottom:10px;
	display:flex;
	justify-content: center;
	align-items: center;
	margin-left:5px;
}
.zscq01 .tex dl dd{
	font-size:16px;
	line-height:21px;
}

.nybanner{
	width:100%;
	float:left;
	position:relative;
}
.nybanner img{
	width:100%;
	height:auto;
	display:block;
}
.nybanner .tex{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:11;
	padding:0 8.33vw;
	display:flex;
	align-items: center;
}
.nybanner .tex dl dt{
	font-size:40px;
	line-height:56px;
	font-weight:bold;
	color:#FFF;
}
.nybanner .tex dl dd{
	font-size:40px;
	line-height:56px;
	color:#FFF;
}

.zlm{
	width:100%;
	float:left;
	margin-top:80px;
	position:relative;
	height:85px;
}
.zlm .hx{
	width:100%;
	height:1px;
	position:absolute;
	top:23px;
	z-index:1;
	left:0;
	background-color:#e0e0e0;
}
.zlm .wenben{
	width:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:2;
	padding:0 8.33vw;
}
.zlm .wenben ul{
	display:flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.zlm .wenben ul li{
	width:auto;
	margin-left:45px;
	margin-right:45px;
	text-align:center;
}
.zlm .wenben ul li dl dt{
	display:flex;
	height:48px;
	display:flex;
	justify-content: center;
	align-items: center;
}
.zlm .wenben ul li dl dt i{
	width: 10px;
	height: 10px;
	background: #ffffff;
	border: 2px solid #999999;
	border-radius: 50%;
	transition: all 0.6s;
}
.zlm .wenben ul li dl dd{
	margin-top:20px;
	text-align:center;
	font-size:16px;
	font-weight:bold;
}
.zlm .wenben ul li:hover dl dt i{
	width:48px;
	height:48px;
	background-image:url(../img/sjt.png);
	background-repeat:no-repeat;
	background-position:center;
	background-size:contain;
	border:0px;
}
.zlm .wenben ul li:hover dl dd{
	color:#32A8BA;
}
.zlm .wenben ul li.cur dl dt i{
	width:48px;
	height:48px;
	background-image:url(../img/sjt.png);
	background-repeat:no-repeat;
	background-position:center;
	background-size:contain;
	border:0px;
}
.zlm .wenben ul li.cur dl dd{
	color:#32A8BA;
}
.pro01{
	width:100%;
	float:left;
	margin-top:85px;
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.pro01 .pic{
	width:55%;
	overflow:hidden;
}
.pro01 .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.pro01 .pic:hover img{
	transform: scale(1.05);
}
.pro01 .tex{
	width:43%;
	font-size:16px;
	line-height:1.4;
	color:#666;
}
.pro01 .tex h1{
	padding-bottom:0.8rem;
	border-bottom:1px solid rgba(0,0,0,0.10);
	    font-size: 1.2rem;
    line-height: 60px;
	color:#333;
}
.pro01 .tex h2{
	margin-top:0.8rem;
	margin-bottom:12px;
	 font-size: 20px;
	display:flex;
	color:#333;
}
.pro01 .pic p{ font-size: 16px;}
.pro01 .tex h2 i{
	padding:10px 40px;
	background-color:#f2f2f2;
	color:#333;
}
.pro2{
	width:100%;
	float:left;
	padding:20px;
	margin-top:60px;
	background: #f1f1f1;
}
.cslc{
	width:100%;
	float:left;
	margin-top:40px;
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.cslc01{
	width:49.0625%;
	padding:80px 60px;
	background-image:url(../img/lc01.jpg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
}
.cslc01 h1{
	font-size:24px;
	line-height:36px;
	margin-bottom:55px;
	padding:0 10px;
}
.cslc01 ul li{
	width:100%;
	float:left;
	padding-left:30px;
	position: relative;
	border-left:1px solid rgba(255,255,255,0.3);
	padding-bottom:63px;
}
.cslc01 ul li dl dt{
	font-size:16px;
	line-height:23px;
	font-weight:bold;
}
.cslc01 ul li dl dd{
	margin-top:16px;
	font-size:14px;
	line-height:18px;
}
.cslc01 ul li em{
	width:20px;
	height:20px;
	position:absolute;
	left:-10px;
	top:0;
	z-index:11;
	background-image:url(../img/yd2.png);
	background-position:center;
	background-repeat:no-repeat;
}
.cslc01 ul li:hover em{
	background-image:url(../img/yd.png);
	background-position:center;
	background-repeat:no-repeat;
}
.cslc01 ul li:last-child{
	border-left:0px;
}

.rc01{
	width:100%;
	float:left;
	margin-top:40px;
}
.rc01 ul{
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.rc01 ul li{
	width:49.0625%;
	position:relative;
}
.rc01 ul li img{
	width:100%;
	height:auto;
	display:block;
}
.rc01 ul li .tex{
	width:100%;
	height:auto;
	position:absolute;
	left:0;
	top:0;
	z-index:11;
	padding:0 60px;
	padding-top:15%;
	display:flex;
}
.rc01 ul li .tex dl{
	width:47%;
}
.rc01 ul li .tex dl dt{
	font-size:24px;
	line-height:36px;
	font-weight:bold;
}
.rc01 ul li .tex dl dd{
	margin-top:30px;
	font-size:14px;
	line-height:28px;
}
.zp02{
	width: 100%;
	float: left;
	margin-top: 100px;
}
	
.subNavBox4{
	width:100%;
	float:left;
	border: 1px solid rgba(0,0,0,0.1);
}
.subNavBox4 h1{
	HEIGHT:68px;
	line-height: 68px;
	display: flex;
	font-size:16px;
	background-color: #32A8BA;
	font-weight: normal;
	color: #FFFFFF;
	justify-content: space-between;
	width:100%;
	float:left;
}
.subNavBox4 h1 i{
	width: 13%;
	text-align:center;
	border-right:1px solid rgba(0,0,0,0.1);
}
.subNavBox4 h1 .zw{
	width: 21%;
}
.subNavBox4 h1 .xq{width: 10%;}
.subNavBox4 h1 .zy{width: 30%;}
.subNav4{
	width:100%; 
	float:left; 
	HEIGHT:68px;
	display: flex;
	justify-content: space-between;
	CURSOR: pointer; 
	text-align:left; 
	border-bottom:1px solid rgba(0,0,0,0.1);
	background-color: #32A8BA;
	line-height:68px; 
	font-size:16px;
	background-color:#FFF;
}
.subNav4 i{ 
	width: 13%;
	text-align:center;
	border-right:1px solid rgba(0,0,0,0.1);
}
.subNav4 .zw{ 
	width: 21%;
	text-align:center;
	border-right:1px solid rgba(0,0,0,0.1);
}
.subNav4 .zy{ 
	width: 30%;
}
.subNav4 .xq{ 
	width: 10%;
}
.subNav4:hover{float:left; }
.currentDd4{background: #fff;}
.currentDd4 i{
	color: #333;
}
.navContent4{
	display: none;
	float:left; 
	width:100%; 
	padding:70px 100px; 
	line-height:32px; 
	font-size:16px;
	background-color: #f2f2f2;
}
.navContent4 .line{
	width:100%;
	height:1px;
	margin-bottom:40px;
	margin-top:40px;
	background-color:rgba(0,0,0,0.1);
}
.navContent4 dl{
	display: flex;
	justify-content: space-between;
	width:100%;
}
.navContent4 dl dt{
	margin-right:45px;
	font-size:16px;
	line-height:21px;
	width:120px;
	font-weight:bold;
}
.navContent4 dl dd{
	font-size:16px;
	line-height:32px;
	width:calc(100% - 120px);
}
.red{
	color: #32A8BA;
}

.newlist{
	width:100%;
	float:left;
	margin-top:40px;
}
.newlist ul li{
	width:100%;
	float:left;
	margin-top:40px;
	background-color:#f1f1f1;
	padding:34px 60px;
	display: flex;
	justify-content: space-between;
}
.newlist ul li .date{
	width: 9%;
	background: #fff;
	border-radius: 6px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
	text-align:center;
	color:#BDBDBD;
	min-width:134px;
}
.newlist ul li:hover .date{
	color:#32A8BA;
}
.newlist ul li .date dl dt{
	font-size:61px;
	line-height:74px;
	font-weight:bold;
	font-family:Roboto;
}
.newlist ul li .date dl dd{
	font-size:15px;
	line-height:20px;
	color:#666;
}
.newlist ul li .pic{
	width:25%;
	overflow:hidden;
	margin-left:40px;
	margin-right:60px;
	min-width:25%;
}
.newlist ul li .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.newlist ul li:hover .pic img{
	transform: scale(1.05);
}
.newlist ul li .tex{
	width: auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.newlist ul li .tex dl dt{
	font-size:18px;
	line-height:27px;
	font-weight:bold;
}
.newlist ul li .tex dl dd{
	margin-top:20px;
	font-size:14px;
	line-height:28px;
}
.newlist ul li .jt{
	width:48px;
	min-width:48px;
	height:48px;
	background-color:#e0e0e0;
	border-radius:50%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-family:'宋体';
	color: #FFF;
	margin-left:6vw;
}
.newlist ul li .jt a{
	color:#FFF;
}
.newlist ul li:hover .jt{
	background-color:#32A8BA;
}

.fy{
	width:100%;
	float:left;
	margin-top:60px;
}
.fy ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.fy ul li{
	width: 50px;
	height: 50px;
	display:flex;
	margin-left:5px;
	margin-right:5px;
	transition: all 0.6s;
}
.fy ul li a{
	width:50px;
	height:50px;
	text-align:center;
	font-size:14px;
	background: #ffffff;
	border:1px solid #e0e0e0;
	border-radius: 50%;
	line-height:50px;
	font-family:'宋体';
	transition: all 0.6s;
}
.fy ul li a:hover{
	background: #32A8BA;
	color:#FFF;
}
.fy ul li .cur{
	background: #32A8BA;
	color:#FFF;
}

.nycon{
	width:100%;
	float:left;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top:60px;
}
.nycon-l{
	width:65.5625%;
	background-color:#FFF;
	padding:60px 80px;
}
.newtit{
	width:100%;
	float:left;
	font-size:24px;
	line-height:36px;
	font-weight:bold;
}
.newdate{
	width:100%;
	float:left;
	color:#828282;
	margin-top:34px;
	font-size:12px;
	line-height:16px;
	display:flex;
	justify-content: space-between;
	align-items: center;
}
.newdate div{
	display:flex;
}
.newdate a{
	margin-left:20px;
}
.newtex{
	width:100%;
	float:left;
	margin-top:55px;
	font-size:14px;
	line-height:30px;
	color:#666;
}
.newtex img{
	max-width:100%;
	height:auto;
}
.nycon-r{
	width:29.1875%;
}
.tjnew{
	width:100%;
	float:left;
}
.tjnew ul{
	display:flex;
	flex-wrap: wrap;
}
.tjnew ul li{
	width:100%;
	background-color:#FFF;
	padding:40px;
	transition: all 0.6s;
	margin-top:25px;
}
.tjnew ul li:first-child{
	margin-top:0px;
}
.tjnew ul li:hover{
	box-shadow: 10px 10px 24px 0px rgba(166,180,200,0.29), -12px -12px 20px 0px rgba(255,255,255,0.48); 
}
.tjnew ul li:hover dl dt{
	color:#32A8BA;
}
.tjnew ul li dl dt{
	font-size:16px;
	line-height:28px;
	margin-bottom:20px;
	margin-top:20px;
	font-weight:bold;
}
.tjnew ul li dl dd{
	font-size:16px;
	line-height:23px;
	color:#666;
	display:flex;
	align-items: center;
}
.tjnew ul li dl dd a{
	color:#999;
	margin-right:20px;
}
.back{
	width:100%;
	float:left;
	margin-top:60px;
	display:flex;
}
.back a{
	width: 209px;
	height: 58px;
	background: #32A8BA;
	line-height:58px;
	text-align:center;
	font-size:14px;
	color:#fff;
	display:flex;
	justify-content: center;
	align-items: center;
}
.back a b{
	margin-left:15px;
	font-family:'宋体';
}

.lx01{
	width:100%;
	float:left;
	margin-top:120px;
	padding:0 8.33vw;
	padding-bottom:564px;
	background-image:url(../img/lx.jpg);
	background-position:bottom center;
	background-repeat:no-repeat;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-start;
	
}
.lx01 ul{
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width:50%;
}
.lx01 ul li{
	width:100%;
	display:flex;
	align-items: center;
	margin-bottom:30px;
}
.lx01 ul li img{
	margin-right:30px;
	max-height:67px;
}
.lx01 ul li dl dt{
	font-size:16px;
	line-height:21px;
	font-weight:bold;
}
.lx01 ul li dl dd{
	margin-top:10px;
	font-size:20px;
	color:#32A8BA;
	font-weight:bold;
}
.lx01 ul li dl dd.f16{
	font-size:16px;
}
.nlx01{
	width:100%;
	margin-top:20px;
	float:left;
}
.nlx01 ul{
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.nlx01 ul li{
	margin-top:20px;
	width:31.9375%;
	display:flex;
	flex-wrap: wrap;
	justify-content: center;
}
.nlx01 ul li.w100{
	width:100%;
}
.nlx01 ul li div{
	display:flex;
	flex-wrap: wrap;
	align-items: center;
}
.nlx01 ul li div a{
	color:#0171D5;
}
.nlx01 ul li div input{
	margin-right:10px;
}
.bk{
	width:100%;
	line-height:54px;
	border:1px solid #E0E0E0;
	font-size:16px;
	color:#999;
	outline:none;
	padding:0 30px;
	background-color:transparent;
}
.anniu{
	width: 215px;
	height: 60px;
	background: #32A8BA;
	color:#FFF;
	line-height:54px;
	font-size:14px;
	cursor:pointer;
	border:0px;
}
.dingw{ width:100%; float:left; margin-top:-100px;}

















.mart0{
	margin-top:0px;
}
.pc{
	display: block;
}
.moblie{
	display: none;
}
.header2{
	display: none;
}



	
}


@media (min-width:1000px) and (max-width:1600px){

.innav ul li{
	font-size:15px;
}
.subNavBox4 h1{font-size:12px;}
.subNav4	{font-size:12px;}
.inab{height: 60vw;}
.inab .tex{padding: 8vw 5.2vw;}
}

@media (min-width:1000px) and (max-width:1500px){

.innav ul li{
	font-size:14px;
}
.foot01-l{
	width:45%;
}
.inab .tex .num ul li dl dt b{
	font-size:34px;
	line-height:35px;
	font-family:Roboto;
	color:#32A8BA;
}
.inab .tex .a02 {
    width: 100%;
    float: left;
    margin-top: 4vw;
}
.inab .tex{
	width:50%;
	position:absolute;
	right:0;
	top:0;
	z-index:2;
	padding:3vw 3vw;
}
.inab .tex .a01{line-height: 1.6;}
.lotex{
	width:100%;
	float:left;
	display: flex;
	align-items: center;
}
.lotex .sx{
	width:3px;
	height:73px;
	background-color:#32a8ba;
	margin-left:32px;
	margin-right:32px;
}
.lotex .sx.marl0{
	margin-left:0;
}
.lotex dl.white{
	color:#FFF;
}
.lotex dl.white dt{
	font-size:18px;
	line-height:28px;
}
.lotex dl.white dd{
	font-size:16px;
}
.foot01-l .a01{
	width:100%;
	float:left;
	margin-top:72px;
	display:flex;
}
.foot01-l .a01 .ewm{
	width:130px;
	min-width:130px;
	margin-right:40px;
	text-align:center;
}
.foot01-l .a01 .ewm dl dt{
	overflow:hidden;
	display:flex;
}
.foot01-l .a01 .ewm dl dt img{
	max-width:100%;
	height:auto;
}
.foot01-l .a01 .ewm dl dd{
	margin-top:20px;
	font-size:12px;
	color:rgba(255,255,255,0.60);
}
.foot01-l .a01 .phone2{
	width:auto;
}
.foot01-l .a01 .phone2 dl dd{
	margin-top:20px;
	display:flex;
	align-items: center;
	color:#FFF;
	font-size:16px;
}
.foot01-l .a01 .phone2 dl dd:first-child{
	margin-top:0px;
}
.foot01-l .a01 .phone2 dl dd b{
	font-size:20px;
	line-height:30px;
	font-family: Roboto;
}
.foot01-l .a01 .phone2 dl dd img{
	margin-right:10px;
}
.nyab-r{
	width:32.875%;
}
}

@media (min-width:1000px) and (max-width:1366px){
	body { font-size: 80%;} /* 80% of the default font size */ 
.lotex dl dt{
	font-size:20px;
	line-height:46px;
	font-weight:bold;
}
.nytit dl dd {
    color: #999;
    font-size: 14px;}
.cutrul ul li {padding:60px 40px;}
.inab .tex {
    width: 53%;}
.pro01 .pic img {
    width: 100%;
    height: 100%;}
	.pro01 .tex{font-size: 13px;}
.lotex dl dd{
	margin-top:10px;
	font-size:14px;
	line-height:21px;
	font-weight:bold;
}
.cutrul ul li dl dt.f20 {
    font-size: 16px;line-height: 1.5;}
	.cutrul ul li dl dd {
    font-size: 14px;
    line-height: 1.5;}
.inab .tex .a02 {
    width: 100%;
    float: left;
    margin-top: 4rem;
}
.inab .tex .a01{font-size:12px;margin-top: 3.1vw;line-height: 2;}
.innav ul li{
	width:auto;
	display: flex;
	align-items: center;
	height: 55px;
	margin-left:1.6vw;
	margin-right:1.6vw;
	font-size:12px;
	position:relative;
}
.flexslider6 .slides li .newtj .tex p{ display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;}
.newlist ul li .tex dl dd{ display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;}
.pro01 .tex h1{
	padding-bottom:0.6rem;
	border-bottom:1px solid rgba(0,0,0,0.10);
	    font-size: 1.0rem;
    line-height: 30px;
	color:#333;
}
.pro01 .tex h2{
	margin-top:0.2rem;
	margin-bottom:8px;
	 font-size: 16px;
	display:flex;
	color:#333;
}
.pro01 .pic p{ font-size: 12px;}
.insearch{
	width:130px;
}
.zyw{
	margin-left:10px;
}
.rc01 ul li .tex dl{
	width:100%;
}
.inab .tex .num{
	margin-top:3.5vw;
}
.inab .tex .a02{
	margin-top:4.2vw;
}
.baojia .a01 div{
	width:80%;
}

.lx01 ul li dl dd.f16{
	font-size:14px;
}
.inab{
	width:100%;
	float:left;
	margin-top:0px;
	height:650px;
	position:relative;
	background-image:url(../img/a01.jpg);
	background-position:top;
	background-repeat:no-repeat;
	background-size:100%;
}
.inab .tex .a01{
	width:100%;
	float:left;
	margin-top:1rem;
	font-size:14px;
	line-height:2;
	line-height:24px;
	color:#666;
}
.inab .tex .num{
	width:100%;
	float:left;
	margin-top:3vw;
}
.inab .tex .num ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.inab .tex .num ul li{
	width:auto;
}
.inab .tex .num ul li dl dt{
	display:flex;
	justify-content: center;
	align-items: flex-end;
	font-size:14px;
	line-height:24px;
	color: #666;
}
.inab .tex .num ul li dl dt b{
	font-size:42px;
	line-height:56px;
	font-family:Roboto;
	color:#32A8BA;
}
.inab .tex .num ul li dl dd{
	font-size:14px;
	line-height:18px;
	text-align:center;
	margin-top:5px;
}
.inab .tex .a02{
	width:100%;
	float:left;
	margin-top:4.8vw;
}
.inab .tex .a02 ul{
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.inab .tex .a02 ul li{
	width:calc(25.4% - 21px);
	border: 1px solid #BDBDBD;
	height:3.2rem;
	align-items: center;
	display:flex;
	justify-content: center;
	margin-right:20px;
}
.inab .tex .a02 ul li:nth-child(4n){
	margin-right:0px;
}
.inab .tex .a02 ul li a{
	width:100%;
	height:100%;
	display:flex;
	justify-content: center;
	align-items: center;
	transition: all 0.6s;
}
.inab .tex .a02 ul li a:hover{
	background: #32a8ba;
	border: 0px solid #32a8ba;
}
.inab .tex .a02 ul li a dl dt{
	overflow:hidden;
	text-align:center;
}
.inab .tex .a02 ul li a dl dd{
	text-align:center;
	font-size:14px;
	margin-top:0px;
}
.inab .tex .a02 ul li a:hover dl dd{
	color: #FFF;
}
.inab .tex .a02 ul li .pic01{
	display:inline-block;
}
.inab .tex .a02 ul li .pic02{
	display:none;
}
.inab .tex .a02 ul li:hover .pic01{
	display:none;
}
.inab .tex .a02 ul li:hover .pic02{
	display:inline-block;
}
	
	
}





@media (max-width:999px) {


.pc{
	display: none;
}
.moblie{
	width: 100%;
	float: left;
}
.header{
	display: none;
}
.nyheader{
	display: none;
}
.header2{ 
	width:100%; 
	float:left; 
	height:4rem; 
	line-height:4rem;
	background-color: #fff;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 993;
	box-shadow: 0px 4px 23px 0px rgba(0,0,0,0.10); 
}
.logo{ 
	width:100%; 
	float:left; 
	height:4rem; 
	text-align:center;
}
.logo span{ 
	height:100%; 
	display:inline-block; 
	vertical-align:middle;
}
.logo img{ 
	max-width:70%; 
	max-height:3rem; 
	vertical-align:middle; 
	margin-left:5%;
}
.zyw {
    float: right;
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin-top: 15px;
    margin-right: 20px;
    text-align: center;
    background: #32A8BA;
    border-radius: 100px;
}
.zyw a {
    font-size: 14px;
    color: #fff;
    cursor: pointer;
    width: 100%;
    display: block;
    height: 100%;
}
.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:4rem; 
	height:4rem; 
	position:absolute; 
	z-index:11; 
	left:0%; 
	top:0; 
	text-align:center;
}
.nav-bar2 img{ 
	max-width:40%; 
	max-height:1.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: 15px; 
	height: 15px; 
	background:url(../img/close2.png) no-repeat; 
	background-size:100% 100%; 
	display:none;
}
.nav { 
	margin:0 0 0 0;
}
.subNavBox3{
	width:65%;
	float:right; 
	background:#fff;  
	padding-bottom:4rem;
}
.subNavBox3 h1{ 
	text-align:center; 
	height:4rem; 
	background:#fff;
}
.subNavBox3 h1 span{ 
	height:100%; 
	display:inline-block; 
	vertical-align:middle;
}
.subNavBox3 h1 img{ 
	max-width:80%; 
	max-height:3rem; 
	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.5rem; 
	background:url(../img/jt01.png) no-repeat center / contain; 
	margin-right:1rem; 
	float:right; 
	margin-top:1.2rem;
}
.subNav3:hover{float:left; }
.currentDd3{background: #32A8BA; 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%;
}

.intit{
	width:100%;
	float:left;
	margin-top:2.0rem;
	text-align:center;
}
.intit dl dt{
	font-size:1.2rem;
	line-height:2.0rem;
	font-weight:bold;
}
.intit dl dd{
	margin-top:0.2rem;
	font-size:0.8rem;
	line-height:1.5rem;
	color:#999;
}


.inab{
	width:100%;
	float:left;
	margin-top:2.0rem;
	height: auto;
	background-image:url(../img/a01.jpg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
}
.inab .mask{
	width:100%;
	height:100%;
	position:absolute;
	right:0;
	top:0;
	z-index:1;
	background: rgba(255,255,255,0.9);
	backdrop-filter:blur(15px);
	display:none;
}
.inab .tex{
	width:100%;
	float:left;
	padding:3.0rem 5.2vw;
	background: rgba(255,255,255,0.9);
	backdrop-filter:blur(15px);
}
.lotex{
	width:100%;
	float:left;
	display: flex;
	align-items: center;
}
.lotex img{
	max-width:100%;
}
.lotex .sx{
	width:2px;
	height:2.0rem;
	background-color:#32a8ba;
	margin-left:0.5rem;
	margin-right:0.5rem;
}
.lotex .sx.marl0{
	margin-left:0;
}
.lotex dl.white{
	width:90%;
	color:#FFF;
}
.lotex dl.white dt{
	font-size:0.9rem;
	line-height:1.5rem;
}
.lotex dl.white dd{
	font-size:0.7rem;
}
.lotex dl dt{
	font-size:1.0rem;
	line-height:1.2rem;
	font-weight:bold;
}
.lotex dl dd{
	font-size:0.8rem;
	line-height:1.2rem;
	font-weight:bold;
}
.inab .tex .a01{
	width:100%;
	float:left;
	margin-top:2.0rem;
	font-size:0.8rem;
	line-height:1.5rem;
	color:#666;
}
.inab .tex .num{
	width:100%;
	float:left;
}
.inab .tex .num ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.inab .tex .num ul li{
	width:50%;
	margin-top:2.0rem;
}
.inab .tex .num ul li dl dt{
	display:flex;
	justify-content: center;
	align-items: flex-end;
	font-size:0.8rem;
	line-height:1.5rem;
	color: #666;
}
.inab .tex .num ul li dl dt b{
	font-size:2.0rem;
	line-height:2.0rem;
	font-family:Roboto;
	color:#32A8BA;
	margin-right:0.5rem;
}
.inab .tex .num ul li dl dd{
	font-size:0.8rem;
	line-height:1.5rem;
	text-align:center;
	margin-top:0.2rem;
}
.inab .tex .a02{
	width:100%;
	float:left;
	margin-top:1.0rem;
}
.inab .tex .a02 ul{
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.inab .tex .a02 ul li{
	width:48%;
	border: 1px solid #BDBDBD;
	padding:1.0rem;
	align-items: center;
	display:flex;
	justify-content: center;
	margin-top:1.0rem;
}
.inab .tex .a02 ul li a{
	width:100%;
	height:100%;
	display:flex;
	justify-content: center;
	align-items: center;
	transition: all 0.6s;
}
.inab .tex .a02 ul li a:hover{
	background: #32a8ba;
	border: 0px solid #32a8ba;
}
.inab .tex .a02 ul li a dl dt{
	overflow:hidden;
	text-align:center;
}
.inab .tex .a02 ul li a dl dt img{
	max-height:2.0rem;
}
.inab .tex .a02 ul li a dl dd{
	text-align:center;
	font-size:0.8rem;
	margin-top:0.1rem;
}
.inab .tex .a02 ul li a:hover dl dd{
	color: #FFF;
}
.inab .tex .a02 ul li .pic01{
	display:inline-block;
}
.inab .tex .a02 ul li .pic02{
	display:none;
}
.inab .tex .a02 ul li:hover .pic01{
	display:none;
}
.inab .tex .a02 ul li:hover .pic02{
	display:inline-block;
}

.baojia{
	width:100%;
	float:left;
	margin-top:3.0rem;
	padding:3.0rem 2.0rem;
	color:#FFF;
	background-image:url(../img/a02.jpg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
}
.baojia h1{
	font-size:1.2rem;
	line-height:2.0rem;
	font-weight:bold;
}
.baojia h2{
	font-size:0.8rem;
	line-height:1.5rem;
	font-weight:normal;
}
.baojia .a01{
	display:flex;
	align-items: center;
	margin-top:60px;
}
.baojia .a01 div{
	width:100%;
	height: 2.5rem;
	background: #ffffff;
	border-radius: 4px;
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	padding:4px;
}
.bjbk{
	width:calc(100% - 6.0rem);
	height:2.0rem;
	line-height:2.0rem;
	border:0px;
	outline: none;
	font-size:0.8rem;
	color:#999;
	font-family:'微软雅黑';
	padding-left:0.5rem;
}
.bjanniu{
	width: 5.0rem;
	height: 2.0rem;
	background:#32A8BA;
	border-radius: 4px;
	line-height:2.0rem;
	text-align:center;
	cursor:pointer;
	font-size:0.8rem;
	color:#FFF;
	border:0px;
}

.foot{
	width:100%;
	float:left;
	margin-top:3.0rem;
	background-color:#152333;
	padding-top:2.0rem;
}
.foot01{
	width:100%;
	float:left;
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.foot01-l{
	width:100%;
}
.foot01-l .a01{
	width:100%;
	float:left;
	margin-top:2.0rem;
	display:flex;
}
.foot01-l .a01 .ewm{
	width:5.0rem;
	min-width:5.0rem;
	margin-right:1.0rem;
	text-align:center;
}
.foot01-l .a01 .ewm dl dt{
	overflow:hidden;
	display:flex;
}
.foot01-l .a01 .ewm dl dt img{
	max-width:100%;
	height:auto;
}
.foot01-l .a01 .ewm dl dd{
	margin-top:0.5rem;
	font-size:0.8rem;
	color:rgba(255,255,255,0.60);
}
.foot01-l .a01 .phone2{
	width:auto;
}
.foot01-l .a01 .phone2 dl dd{
	margin-top:0.5rem;
	display:flex;
	align-items: center;
	color:#FFF;
}
.foot01-l .a01 .phone2 dl dd:first-child{
	margin-top:0px;
}
.foot01-l .a01 .phone2 dl dd b{
	font-size:1.0rem;
	line-height:1.5rem;
	font-family: Roboto;
}
.foot01-l .a01 .phone2 dl dd img{
	margin-right:0.5rem;
	max-height:1.0rem;
}

.foot01-r{
	width:100%;
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.foot01-r dl{
	width:50%;
	margin-top:2.0rem;
}
.foot01-r dl dt{
	font-size:0.9rem;
	line-height:1.5rem;
	margin-bottom:0.5rem;
	color:#FFF;
	font-weight:bold;
}
.foot01-r dl dd{
	font-size:0.8rem;
	line-height:1.0rem;
	color:rgba(255,255,255,0.60);
	margin-top:0.5rem;
}
.foot01-r dl dd a{
	color:rgba(255,255,255,0.60);
}

.foot02{
	width:100%;
	float:left;
	margin-top:1.0rem;
	border-top:1px solid rgba(255,255,255,0.10);
	padding:1.0rem 8.33vw;
	color:rgba(255,255,255,0.30);
	font-size:0.8rem;
	line-height:1.5rem;
	text-align:center;
}

.nyab{
	width:100%;
	float:left;
	height: auto;
	background-image:url(../img/sjbj.jpg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	padding:4.0rem 8.33vw;
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top:4.0rem;
}
.nyab-l{
	width:100%;
}
.nyab-l .a01{
	width:100%;
	float:left;
	margin-top:2.0rem;
	font-size:0.8rem;
	line-height:1.5rem;
	color:#FFF;
}

.nyab-r{
	width:100%;
	margin-top:2.0rem;
}
.nyab-r ul li{
	width:100%;
	float:left;
	padding-bottom:1.0rem;
	border-bottom:1px solid rgba(255,255,255,0.30);
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin-bottom:1.0rem;
}
.nyab-r ul li dl dt{
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-end;
	color:#FFF;
}
.nyab-r ul li dl dt b{
	font-size:2.0rem;
	line-height:2.0rem;
	font-family: Roboto;
}
.nyab-r ul li dl dt i{
	width: 1.0rem;
	height: 1.0rem;
	background: #ffffff;
	border-radius: 50%;
	box-shadow: 0px 2px 2px 0px rgba(15,87,98,0.46); 
	display:flex;
	justify-content: center;
	align-items: center;
	font-size:0.8rem;
	color:#32A8BA;
	margin-left:0.2rem;
	margin-bottom:0.2rem;
}
.nyab-r ul li dl dd{
	margin-top:0.5rem;
	font-size:0.8rem;
	line-height:1.0rem;
	color:#FFF;
}
.nyab-r ul li img{
	max-height:3.0rem;
}

.nytit{
	width:100%;
	float:left;
	margin-top:3.0rem;
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.nytit dl{
	width:100%;
}
.nytit dl dt{
	font-size:1.2rem;
	line-height:2.r0em;
	font-weight:bold;
}
.nytit dl dd{
	color:#999;
	font-size:0.8rem;
	line-height:1.5rem;
	margin-top:0.5rem;
}
.nytit img{
	width:80%;
	height:auto;
	margin-top:2.0rem;
	margin-left:10%;
}
.cutrul{
	width:100%;
	float:left;
}
.cutrul ul{
	display:flex;
	flex-wrap: wrap;
}
.cutrul ul li{
	width:100%;
	background: #f1f1f1;
	padding:2.0rem;
	text-align:center;
	margin-top:1.0rem;
}
.cutrul ul li .pic{
	overflow:hidden;
}
.cutrul ul li .pic img{
	max-height:3.0rem;
}
.cutrul ul li dl dt{
	margin-top:1.1rem;
	font-size:1.0rem;
	line-height:1.5rem;
	font-weight:bold;
}
.cutrul ul li dl dt.f20{
	font-size:1.0rem;
	line-height:1.0rem;
}
.cutrul ul li dl dd{
	font-size:0.8rem;
	line-height:1.5rem;
	color:#666;
	margin-top:0.5rem;
}
.fzlc{
	width:100%;
	float:left;
	height: auto;
	margin-top:3.0rem;
	background-image:url(../img/lcbj.jpg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	position:relative;
	padding-bottom:3.0rem;
}
.fzlc .jixian{
	width:100%;
	height:2px;
	background-color:rgba(255,255,255,0.3);
	position:absolute;
	top:338px;
	left:0;
	z-index:1;
	display:none;
}
.fzlc .lc01{
	width:100%;
	float:left;
	padding:0 8.33vw;
}
.fzlc .lc01 h1{
	font-size:1.2rem;
	line-height:2.0rem;
	color:#FFF;
	margin-top:3.0rem;
}
.honr{
	width:100%;
	float:left;
	margin-top:3.0rem;
	padding-bottom:3.0rem;
}
.nwrap{
	width:100%;
	float:left;
	background: #f1f1f1;
	padding-bottom:3.0rem;
	margin-top:2.0rem;
}
.zscq{
	width:100%;
	float:left;
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.zscq01{
	width:100%;
	position:relative;
	margin-top:2.0rem;
}
.zscq01 img{
	width:100%;
	height: auto;
	display:block;
}
.zscq01 .tex{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:11;
	padding:0 3.0rem;
	display:flex;
	align-items: center;
}
.zscq01 .tex dl dt{
	display:flex;
	align-items: flex-end;
}
.zscq01 .tex dl dt b{
	font-size:2.0rem;
	line-height:2.0rem;
	color:#32A8BA;
	font-family:Roboto;
}
.zscq01 .tex dl dt i{
	width: 1.0rem;
	height: 1.0rem;
	background: #32a8ba;
	border-radius: 50%;
	color:#FFF;
	font-size:12px;
	margin-bottom:0.2rem;
	display:flex;
	justify-content: center;
	align-items: center;
	margin-left:0.2rem;
}
.zscq01 .tex dl dd{
	font-size:0.8rem;
	line-height:1.0rem;
	margin-top:0.5rem;
}

.nybanner{
	width:100%;
	float:left;
	position:relative;
	margin-top:4.0rem;
}
.nybanner img{
	width:100%;
	height:auto;
	display:block;
}
.nybanner .tex{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:11;
	padding:0 8.33vw;
	display:flex;
	align-items: center;
}
.nybanner .tex dl dt{
	font-size:1.2rem;
	line-height:2.0rem;
	font-weight:bold;
	color:#FFF;
}
.nybanner .tex dl dd{
	font-size:0.8rem;
	line-height:1.5rem;
	color:#FFF;
}

.zlm{
	width:100%;
	float:left;
	margin-top:1.5rem;
	position:relative;
	height: auto;
}
.zlm .hx{
	width:100%;
	height:1px;
	position:absolute;
	top:23px;
	z-index:1;
	left:0;
	background-color:#e0e0e0;
	display:none;
}
.zlm .wenben{
	width:100%;
	float:left;
	padding:0 8.33vw;
}
.zlm .wenben ul{
	display:flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.zlm .wenben ul li{
	width:auto;
	margin-left:0.5rem;
	margin-right:0.5rem;
	text-align:center;
	margin-top:0.5rem;
}
.zlm .wenben ul li dl dt{
	display:flex;
	height:2.0rem;
	display:flex;
	justify-content: center;
	align-items: center;
}
.zlm .wenben ul li dl dt i{
	width: 0.5rem;
	height: 0.5rem;
	background: #ffffff;
	border: 2px solid #999999;
	border-radius: 50%;
	transition: all 0.6s;
}
.zlm .wenben ul li dl dd{
	margin-top:0.5rem;
	text-align:center;
	font-size:0.8rem;
	font-weight:bold;
}
.zlm .wenben ul li:hover dl dt i{
	width:2.0rem;
	height:2.0rem;
	background-image:url(../img/sjt.png);
	background-repeat:no-repeat;
	background-position:center;
	background-size:contain;
	border:0px;
}
.zlm .wenben ul li:hover dl dd{
	color:#32A8BA;
}
.zlm .wenben ul li.cur dl dt i{
	width:2.0rem;
	height:2.0rem;
	background-image:url(../img/sjt.png);
	background-repeat:no-repeat;
	background-position:center;
	background-size:contain;
	border:0px;
}
.zlm .wenben ul li.cur dl dd{
	color:#32A8BA;
}
.pro01{
	width:100%;
	float:left;
	margin-top:2.0rem;
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.pro01 .pic{
	width:100%;
	overflow:hidden;
}
.pro01 .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.pro01 .pic:hover img{
	transform: scale(1.05);
}
.pro01 .tex{
	width:100%;
	font-size:0.8rem;
	line-height:1.5rem;
	color:#666;
	margin-top:2.0rem;
}
.pro01 .tex h1{
	padding-bottom:1.0rem;
	border-bottom:1px solid rgba(0,0,0,0.10);
	font-size:1.2rem;
	line-height:2.0rem;
	margin-bottom:0.5rem;
	color:#333;
}
.pro01 .tex h2{
	margin-top:1.0rem;
	margin-bottom:0.5rem;
	display:flex;
	color:#333;
	font-size:1.0rem;
}
.pro01 .tex h2 i{
	padding:0.2rem 1.5rem;
	background-color:#f2f2f2;
	color:#333;
}
.pro2{
	width:100%;
	float:left;
	padding:1.0rem;
	margin-top:2.0rem;
	background: #f1f1f1;
}
.cslc{
	width:100%;
	float:left;
	margin-top:1.0rem;
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.cslc01{
	width:100%;
	padding:2.0rem;
	background-image:url(../img/lc01.jpg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
}
.cslc01 h1{
	font-size:1.1rem;
	line-height:1.5rem;
	margin-bottom:2.0rem;
	padding:0 0.3rem;
}
.cslc01 ul li{
	width:100%;
	float:left;
	padding-left:1.0rem;
	position: relative;
	border-left:1px solid rgba(255,255,255,0.3);
	padding-bottom:2.0rem;
}
.cslc01 ul li dl dt{
	font-size:1.0rem;
	line-height:1.5rem;
	font-weight:bold;
}
.cslc01 ul li dl dd{
	margin-top:0.5rem;
	font-size:0.8rem;
	line-height:1.0rem;
}
.cslc01 ul li em{
	width:0.6rem;
	height:0.6rem;
	position:absolute;
	left:-0.3rem;
	top:0;
	z-index:11;
	background-image:url(../img/yd2.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.cslc01 ul li:hover em{
	background-image:url(../img/yd.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.cslc01 ul li:last-child{
	border-left:0px;
}

.rc01{
	width:100%;
	float:left;
	margin-top:1.0rem;
}
.rc01 ul{
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.rc01 ul li{
	width:100%;
	position:relative;
	margin-top:1.0rem;
}
.rc01 ul li img{
	width:100%;
	height:auto;
	display:block;
}
.rc01 ul li .tex{
	width:100%;
	height:auto;
	position:absolute;
	left:0;
	top:0;
	z-index:11;
	padding:0 2.0rem;
	padding-top:10%;
	display:flex;
}
.rc01 ul li .tex dl{
	width:100%;
}
.rc01 ul li .tex dl dt{
	font-size:1.0rem;
	line-height:1.5rem;
	font-weight:bold;
}
.rc01 ul li .tex dl dd{
	margin-top:0.5rem;
	font-size:0.8rem;
	line-height:1.5rem;
}
.zp02{
	width: 100%;
	float: left;
	margin-top: 3.0rem;
}
	
.subNavBox4{
	width:100%;
	float:left;
	border: 1px solid rgba(0,0,0,0.1);
}
.subNavBox4 h1{
	HEIGHT:2.5rem;
	line-height: 2.5rem;
	display: flex;
	font-size:0.8rem;
	background-color: #32A8BA;
	font-weight: normal;
	color: #FFFFFF;
	justify-content: space-between;
	width:100%;
	float:left;
}
.subNavBox4 h1 i{
	width: 20%;
	text-align:center;
	border-right:1px solid rgba(0,0,0,0.1);
	overflow:hidden;
}
.subNav4{
	width:100%; 
	float:left; 
	HEIGHT:2.5rem;
	display: flex;
	justify-content: space-between;
	CURSOR: pointer; 
	text-align:left; 
	border-bottom:1px solid rgba(0,0,0,0.1);
	background-color: #32A8BA;
	line-height:2.5rem; 
	font-size:0.8rem;
	background-color:#FFF;
}
.subNav4 i{ 
	width: 20%;
	text-align:center;
	border-right:1px solid rgba(0,0,0,0.1);
	overflow:hidden;
}
.subNav4:hover{float:left; }
.currentDd4{background: #fff;}
.currentDd4 i{
	color: #333;
}
.navContent4{
	display: none;
	float:left; 
	width:100%; 
	padding:2.0rem; 
	line-height:1.5rem; 
	font-size:0.8rem;
	background-color: #f2f2f2;
}
.navContent4 .line{
	width:100%;
	height:1px;
	margin-bottom:1.0rem;
	margin-top:1.0rem;
	background-color:rgba(0,0,0,0.1);
}
.navContent4 dl{
	display: flex;
	justify-content: space-between;
	width:100%;
}
.navContent4 dl dt{
	margin-right:0.5rem;
	font-size:0.8rem;
	line-height:1.5rem;
	width:5.0rem;
	font-weight:bold;
}
.navContent4 dl dd{
	font-size:0.8rem;
	line-height:1.5rem;
	width:calc(100% - 5.0rem);
}
.red{
	color: #32A8BA;
}

.newlist{
	width:100%;
	float:left;
	margin-top:1.0rem;
}
.newlist ul li{
	width:100%;
	float:left;
	margin-top:1.0rem;
	background-color:#f1f1f1;
	padding:1.0rem;
	display: flex;
	justify-content: space-between;
}
.newlist ul li .date{
	width: 9%;
	background: #fff;
	border-radius: 6px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
	text-align:center;
	color:#BDBDBD;
	min-width:134px;
	display:none;
}
.newlist ul li:hover .date{
	color:#32A8BA;
}
.newlist ul li .date dl dt{
	font-size:61px;
	line-height:74px;
	font-weight:bold;
	font-family:Roboto;
}
.newlist ul li .date dl dd{
	font-size:15px;
	line-height:20px;
	color:#666;
}
.newlist ul li .pic{
	width:25%;
	overflow:hidden;
	margin-right:1.0rem;
	min-width:25%;
}
.newlist ul li .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.newlist ul li:hover .pic img{
	transform: scale(1.05);
}
.newlist ul li .tex{
	width: auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.newlist ul li .tex dl dt{
	font-size:1.0rem;
	line-height:1.5rem;
	font-weight:bold;
}
.newlist ul li .tex dl dd{
	margin-top:0.5rem;
	font-size:0.8rem;
	line-height:1.5rem;
	display: none;
}
.newlist ul li .jt{
	width:48px;
	min-width:48px;
	height:48px;
	background-color:#e0e0e0;
	border-radius:50%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-family:'宋体';
	color: #FFF;
	margin-left:144px;
	display:none;
}
.newlist ul li .jt a{
	color:#FFF;
}
.newlist ul li:hover .jt{
	background-color:#32A8BA;
}

.fy{
	width:100%;
	float:left;
	margin-top:2.0rem;
}
.fy ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.fy ul li{
	width: auto;
	display:flex;
	margin-left:0.2rem;
	margin-right:0.2rem;
	transition: all 0.6s;
}
.fy ul li a{
	padding:0.2rem 0.66rem;
	text-align:center;
	font-size:0.8rem;
	background: #ffffff;
	border:1px solid #e0e0e0;
	border-radius: 1.5rem;
	font-family:'宋体';
	transition: all 0.6s;
}
.fy ul li a:hover{
	background: #32A8BA;
	color:#FFF;
}
.fy ul li .cur{
	background: #32A8BA;
	color:#FFF;
}

.nycon{
	width:100%;
	float:left;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top:2.0rem;
}
.nycon-l{
	width:100%;
	background-color:#FFF;
	padding:2.0rem;
}
.newtit{
	width:100%;
	float:left;
	font-size:1.2rem;
	line-height:2.0rem;
	font-weight:bold;
}
.newdate{
	width:100%;
	float:left;
	color:#828282;
	margin-top:1.0rem;
	font-size:0.8rem;
	line-height:1.5rem;
	display:flex;
	justify-content: space-between;
	align-items: center;
}
.newdate div{
	display:flex;
}
.newdate a{
	margin-left:0.5rem;
}
.newdate a img{
	max-height:2.0rem;
}
.newtex{
	width:100%;
	float:left;
	margin-top:2.0rem;
	font-size:0.8rem;
	line-height:1.5rem;
	color:#666;
}
.newtex img{
	max-width:100%;
	height:auto;
}
.nycon-r{
	width:29.1875%;
	display:none;
}
.tjnew{
	width:100%;
	float:left;
}
.tjnew ul{
	display:flex;
	flex-wrap: wrap;
}
.tjnew ul li{
	width:100%;
	background-color:#FFF;
	padding:40px;
	transition: all 0.6s;
	margin-top:25px;
}
.tjnew ul li:first-child{
	margin-top:0px;
}
.tjnew ul li:hover{
	box-shadow: 10px 10px 24px 0px rgba(166,180,200,0.29), -12px -12px 20px 0px rgba(255,255,255,0.48); 
}
.tjnew ul li:hover dl dt{
	color:#32A8BA;
}
.tjnew ul li dl dt{
	font-size:16px;
	line-height:28px;
	margin-bottom:20px;
	margin-top:20px;
	font-weight:bold;
}
.tjnew ul li dl dd{
	font-size:16px;
	line-height:23px;
	color:#666;
	display:flex;
	align-items: center;
}
.tjnew ul li dl dd a{
	color:#999;
	margin-right:20px;
}
.back{
	width:100%;
	float:left;
	margin-top:2.0rem;
	display:flex;
}
.back a{
	width: 8.0rem;
	height: 2.0rem;
	background: #32A8BA;
	line-height:2.0rem;
	text-align:center;
	font-size:0.8rem;
	color:#fff;
	display:flex;
	justify-content: center;
	align-items: center;
}
.back a b{
	margin-left:0.5rem;
	font-family:'宋体';
}

.lx01{
	width:100%;
	float:left;
	margin-top:3.0rem;
	padding:0 8.33vw;
	padding-bottom:564px;
	background-image:url(../img/lx.jpg);
	background-position:bottom center;
	background-repeat:no-repeat;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-start;
	
}
.lx01 ul{
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width:100%;
}
.lx01 ul li{
	width:100%;
	display:flex;
	align-items: center;
	margin-bottom:1.0rem;
}
.lx01 ul li img{
	margin-right:0.5rem;
	max-height:2.0rem;
}
.lx01 ul li dl dt{
	font-size:0.8rem;
	line-height:1.5rem;
	font-weight:bold;
}
.lx01 ul li dl dd{
	margin-top:0.2rem;
	font-size:0.8rem;
	color:#32A8BA;
	font-weight:bold;
}
.lx01 ul li dl dd.f16{
	font-size:0.8rem;
}
.nlx01{
	width:100%;
	margin-top:1.0rem;
	float:left;
}
.nlx01 ul{
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.nlx01 ul li{
	margin-top:1.0rem;
	width:100%;
	display:flex;
	flex-wrap: wrap;
	justify-content: center;
}
.nlx01 ul li.w100{
	width:100%;
}
.nlx01 ul li div{
	display:flex;
	flex-wrap: wrap;
	align-items: center;
}
.nlx01 ul li div a{
	color:#0171D5;
}
.nlx01 ul li div input{
	margin-right:0.5rem;
}
.bk{
	width:100%;
	line-height:2.5rem;
	border:1px solid #E0E0E0;
	font-size:0.8rem;
	color:#999;
	outline:none;
	padding:0 1.0rem;
	background-color:transparent;
}
.anniu{
	width: 8.0rem;
	height: 2.5rem;
	background: #32A8BA;
	color:#FFF;
	line-height:2.5rem;
	font-size:0.8rem;
	cursor:pointer;
	border:0px;
}

.dingw{ width:100%; float:left; margin-top:-6rem;}
















.mart0{
	margin-top:0px;
}







}
































