@charset "utf-8";
/* CSS Document */

@font-face
{
	font-family: anton;
	src: url('../font/CN-LIGHT.OTF'),
	url('../font/CN-LIGHT.OTF'); /* IE9+,可以是具体的实际链接 */
}
body{
	font-size:12px;
	font-weight:normal;
	color:#333333;
	line-height:1.5;
	font-family:'Microsoft YaHei',Arial, Helvetica, sans-serif;
	margin:auto
	}
*{
	margin:0;
	padding:0;
	box-sizing: border-box;
	}
img{
	border:0;
	}
ul,li{
	list-style:none;
	}
a{
	color:#333333;
	text-decoration:none;
	transition: all 0.6s;
	}
a:hover{
	color:#0997BB;
	text-decoration: none;
	}
table{ 
	margin: auto;
	}
i{ font-style:normal}
em{ font-style:normal}
.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; left: 50%; bottom: 0; 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%; 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;}



/* 方式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) {


.main{
	width: 100%;
	float:left;
	padding: 0px 8.3vw;
}
.header{
	width: 100%;
	height: 70px;
	padding: 0px 8.3vw;
	position:absolute;
	top:20px;
	left:0;
	z-index:111;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.header.pos{
	top:0;
	background-color:#FFF;
	position:fixed;
}
.logo{
	width: auto;
	display: flex;
	max-width:21.3%;
}
.logo img{
	max-width: 100%;
	height: auto;
}
.innav{
	width: auto;
}
.innav ul{
	display: flex;
	align-items: center;
	height: 70px;
}
.innav ul li{
	width: auto;
	font-size: 18px;
	height: 70px;
	text-transform: uppercase;
	align-items: center;
	display: flex;
	justify-content: center;
	margin-left: 4.0vw;
	position:relative;
}
.innav ul li em{ width:0; height:1px; position:absolute; left:0; bottom:0; z-index:1; opacity:0; transition: all 0.6s; background-color:#0095BC;}
.innav ul li:hover em{ width:100%; opacity:1;}
.innav ul li .cur{ color:#0095BC;}
.innav ul li .cur em{width:100%; opacity:1;}
.innav ul li i{
	margin-left:20px;
	margin-right:20px;
}
.innav ul li .yyqh{
	width:150px;
	background-color:#FFF;
	padding:10px;
	font-size:14px;
	line-height:36px;
	opacity:0;
	visibility:hidden;
	position:absolute;
	top:70px;
	left:0;
	z-index:11;
	text-align:center;
	transition: all 0.6s;
}
.innav ul li:hover .yyqh{
	opacity:1;
	visibility:visible;
}
.innav ul li .yyqh2{
	width:150px;
	background-color:#FFF;
	padding:10px;
	font-size:14px;
	line-height:36px;
	opacity:0;
	visibility:hidden;
	position:absolute;
	top:70px;
	left:-40px;
	z-index:11;
	text-align:center;
	transition: all 0.6s;
}
.innav ul li:hover .yyqh2{
	opacity:1;
	visibility:visible;
}

.intitle{
	width:100%;
	float:left;
	margin-top:80px;
}
.intitle dl dt{
	font-size:36px;
	line-height:47px;
	color:#333;
	text-align:center;
}
.intitle dl dd{
	font-size:20px;
	line-height:28px;
	color:#666;
	display: flex;
	justify-content: center;
	margin-top:20px;
}
.intitle dl dd div{
	width:60%;
	text-align:center;
	line-height:35px;
}
.btwz{ font-size:36px;}
.btnr{ font-size:20px;}
.dszmc{ line-height:45px; font-size:16px; text-align:center;}
.num{
	width:100%;
	float:left;
	margin-top:80px;
}
.num ul{
	display: flex;
	justify-content: center;
}
.num ul li{
	width:auto;
	padding-left:6vw;
	padding-right:6vw;
	border-right:1px solid rgba(0,0,0,0.1);
}
.num ul li dl dt{
	display: flex;
	justify-content: center;
	font-size:40px;
	align-items: flex-start;
	font-family:'Microsoft YaHei';
}
.num ul li dl dt i{
	font-size:14px;
	line-height:38px;
	margin-left:5px;
}
.num ul li dl dd{
	margin-top:20px;
	font-size:14px;
	color:#666;
	line-height:18px;
	text-align:center;
}
.num ul li:last-child{
	border:0px;
}
.more{
	width:100%;
	float:left;
	margin-top:90px;
	display: flex;
	justify-content: center;
}
.more a{
	width: 200px;
	height: 48px;
	background: #0095BC;
	border-radius: 4px;
	line-height:48px;
	color:#FFF;
	font-size:14px;
	text-align:center;
}
.more a b{
	font-family:'宋体';
	margin-left:20px;
}
.index01{
	width:100%;
	float:left;
	margin-top:100px;
	background-image:url(../img/b01.jpg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	padding:0px 8.3vw;
	align-items: center;
	display: flex;
	justify-content:space-between;
	height:950px;
}
.qhbg1{background-image:url(../img/b01.jpg);}
.qhbg2{background-image:url(../img/bg02.jpg);}
.qhbg3{background-image:url(../img/bg03.jpg);}
.index01 .tex{
	width:34.375%;
	color: #FFF;
	font-size:16px;
	line-height:28px;
}
.index01 .tex dl dt{
	font-size:40px;
	line-height:47px;
}
.index01 .tex dl dd{
	margin-top:10px;
	font-size:20px;
	line-height:23px;
	text-transform:uppercase;
}
.index01 .tex h1{
	margin-top:140px;
	font-size:32px;
	line-height:38px;
	margin-bottom:30px;
}
.index01 .tex .gduo{
	display:flex;
	margin-top:110px;
}
.index01 .tex .gduo a{
	width: 200px;
	height: 48px;
	background: #0095BC;
	border-radius: 4px;
	line-height:48px;
	color:#FFF;
	text-align:center;
	font-size:14px;
}
.index01 .tex .gduo a b{
	font-family:'宋体';
	margin-left:20px;
}
.index01 .jhu{
	width:auto;
}
.index01 .jhu dl{
	width:100%;
	align-items: center;
	display: flex;
	margin-top:60px;
	
}
.index01 .jhu dl a{ width:100%; float:left; align-items: center;
	display: flex;}
.index01 .jhu dl a.cur dt img{ display:inline-block;}
.index01 .jhu dl a.cur dt i{ display:none;}
.gaod{ height:200px;}
.index01 .jhu dl dt{
	width:80px;
	height:80px;
	align-items: center;
	display: flex;
	justify-content:center;
	margin-right:20px;
}
.index01 .jhu dl dt img{display:none;}
.index01 .jhu dl dt i{
	width: 12px;
	height: 12px;
	background: #FFFFFF;
	border:5px solid rgba(255,255,255,0.3);
	border-radius:50%;
	display:inline-block;
}
.index01 .jhu dl:first-child{
	margin-top:0px;
}
.index01 .jhu dl dd{
	font-size:20px;
	color:#FFF;
}
.solution{
	width:100%;
	float:left;
	padding:0px 20px;
	margin-top:60px;
}
.solution ul{
	display: flex;
	justify-content:space-between;
	flex-wrap: wrap;
}
.solution ul li{
	width:calc(50% - 10px);
	position:relative;
	overflow:hidden;
	margin-top:20px;
}
.solution ul li img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.solution ul li:hover img{
	transform: scale(1.05);
}
.solution ul li .tex{
	width:auto;
	position:absolute;
	height:100%;
	left:10%;
	top:0;
	align-items: center;
	display: flex;
	color:#FFF;
	z-index:11;

}
.solution ul li .tex dl dt{
	font-size:20px;
	line-height:23px;
}
.solution ul li .tex dl dt.black{
	color:#333;
}
.solution ul li .tex dl dd.black{
	color:#333;
}
.solution ul li .tex dl dd{
	margin-top:10px;
	font-size:32px;
	line-height:38px;
	font-weight:bold;
}
.solution ul li .tex dl p{
	display:flex;
	margin-top:80px;
	font-size:14px;
}
.solution ul li .tex dl p{
	color:#FFF;
}
.solution ul li .tex dl p.black{
	color:#333;
}
.solution ul li .tex dl p b{
	margin-left:10px;
}
.solution ul li:hover .tex dl dt.black{
	color:#FFF;
}
.solution ul li:hover .tex dl dd.black{
	color:#FFF;
}
.solution ul li:hover .tex dl p.black{
	color:#FFF;
}

.foot{
	width:100%;
	float:left;
	background-color:#F3F3F3;
	margin-top:80px;
	padding:0px 8.3vw;
	padding-top:80px;
	padding-bottom:55px;
}
.foot01{
	width:100%;
	float:left;
	display: flex;
	justify-content:space-between;
	flex-wrap: wrap;
}
.foot01 .a01{
	width:48.375%;
	display: flex;
	justify-content:space-between;
	flex-wrap: wrap;
}
.foot01 .a01 dl dt{
	font-size:16px;
	font-weight:bold;
	margin-bottom:10px;
}
.foot01 .a01 dl dd{
	margin-top:17px;
	font-size:14px;
	line-height:16px;
	color:#666;
}
.foot01 .a01 dl dd a{
	color:#666;
}
.foot01 .a02{
	width:30%;
}
.foot01 .a02 dl dt{
	font-size:14px;
	color:#666;
	text-align:right;
}
.foot01 .a02 dl dt i{
	font-size:32px;
	margin-left:40px;
	color:#333;
}
.foot01 .a02 dl dd{
	margin-top:40px;
	display:flex;
	justify-content:flex-end;
	position: relative;
}
.foot01 .a02 dl dd a{
	padding:12px 15px;
	border: 1px solid #333333;
	align-items: center;
	display: flex;
}
.foot01 .a02 dl dd a img{
	margin-left:30px;
}
.foot01 .a02 dl dd .yyqh{
	width:132px;
	background-color:#FFF;
	padding:10px;
	font-size:14px;
	line-height:36px;
	opacity:0;
	visibility:hidden;
	position:absolute;
	top:50px;
	right:0;
	z-index:11;
	text-align:center;
	transition: all 0.6s;
}
.foot01 .a02 dl dd .yyqh a{
	padding:0px;
	border:0px;
}
.foot01 .a02 dl dd:hover .yyqh{
	opacity:1;
	visibility:visible;
}
.foot02{
	width:100%;
	float:left;
	margin-top:130px;
	font-size:16px;
	line-height:20px;
	color:#999;
	text-align:center;
}
.nybanner{
	width:100%;
	float:left;
	position:relative;
	margin-top:70px;
}
.nybanner img{
	width:100%;
	height:auto;
	display:block;
}
.nybanner .tex{
	width:auto;
	height:100%;
	position:absolute;
	align-items: center;
	display: flex;
	color:#FFF;
	padding-left:8.3vw;
}
.nybanner .tex dl dt{
	font-size:20px;
	line-height:23px;
}
.nybanner .tex dl dd{
	margin-top:10px;
	font-size:36px;
	line-height:42px;
	font-weight:bold;
}

.abcon{
	width:100%;
	float:left;
	margin-top:100px;
	font-size:24px;
	line-height:43px;
	color:#666;
}
.jyu{
	width:100%;
	float:left;
	margin-top:100px;
	display: flex;
	justify-content:space-between;
	flex-wrap: wrap;
	align-items: center;
}
.jyu .tex{
	width:48.75%;
	font-size:18px;
	line-height:36px;
	color:#666;
}
.jyu .tex h1{
	font-size:40px;
	line-height:47px;
	color:#333;
	font-weight: normal;
	margin-bottom:75px;
}
.jyu .pic{
	width:34%;
}
.jyu .pic img{
	width:100%;
	height:auto;
}
.abcon2{
	width:100%;
	float:left;
	margin-top:100px;
	height: auto;
	background-image:url(../img/b02.jpg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	padding:150px 8.3vw;
	display: flex;
	flex-wrap: wrap;
}
.abcon2 .a01{
	width:auto;
	max-width:14%;
	margin-right:50px;
}
.abcon2 .a01 .pic{
	height:80px;
}
.abcon2 .a01 .pic img{
	max-height:80px;
}
.abcon2 .a01 dl dt{
	font-size:24px;
	line-height:28px;
	color:#333;
	margin-bottom:25px;
	margin-top:25px;
}
.abcon2 .a01 dl dd{
	font-size:18px;
	line-height:36px;
	color:#666;
}
.abcon3{
	width:100%;
	float:left;
	margin-top:100px;
}
.abcon3 h1{
	font-size:40px;
	line-height:47px;
	font-weight:normal;
	color:#333;
	margin-bottom:40px;
	text-align:center;
}
.abcon3 .a01{
	width:100%;
	display: flex;
	justify-content:space-between;
	flex-wrap: wrap;
}
.abcon3 .a01 div{
	width:calc(50% - 30px);
	font-size:18px;
	line-height:32px;
	color:#666;
}
.abcon4{
	width:100%;
	float:left;
	margin-top:100px;
	height: auto;
	background-image:url(../img/b03.jpg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	padding:150px 8.3vw;
	display: flex;
	flex-wrap: wrap;
}
.abcon4 dl{
	max-width:380px;
}
.abcon4 dl dt{
	font-size:36px;
	line-height:42px;
	margin-bottom:20px;
}
.abcon4 dl dd{
	font-size:18px;
	line-height:36px;
	color:#666;
}
.wrap{
	width:100%;
	float:left;
	background-color:#F3F3F3;
	padding:80px 8.3vw;
	padding-bottom:0px;
}
.wrap h1{
	font-size:36px;
	line-height:42px;
	text-align:center;
	font-weight:normal;
}
.shzr{
	width:100%;
	float:left;
	display: flex;
	justify-content:space-between;
	flex-wrap: wrap;
	margin-top:40px;
}
.shzr .tex{
	width:32%;
	background-color:#FFF;
	padding:100px 80px;
	font-size:18px;
	line-height:36px;
	color:#666;
}
.shzr .tex h2{
	font-size:20px;
	padding-bottom:30px;
	color:#333;
	border-bottom:1px solid rgba(0,0,0,0.1);
	margin-bottom:40px;
	font-weight:bold;
}
.shzr .pic{
	width:66%;
}
.shzr .pic img{
	width:100%;
	
	display:block;
}
.zshu{
	width:100%;
	float:left;
	margin-top:30px;
	background-color:#FFF;
}
.zshu ul{
	display: flex;
	justify-content:space-between;
	flex-wrap: wrap;
	align-items: center;
	height:377px;
}
.zshu ul li{
	width:calc(25% - 30px);
	margin-right:30px;
}
.zshu ul li:nth-child(4n){
	margin-right:0px;
}
.zshu ul li img{
	max-width:100%;
}

.lc{
	width:100%;
	float:left;
}
.lc img{
	width:100%;
	height:auto;
}

.zlm{
	width:100%;
	float:left;
	height:80px;
	line-height:80px;
	border-bottom:1px solid rgba(0,0,0,0.1);
	padding:0px 8.3vw;
}
.zlm ul{
	display:flex;
}
.zlm ul li{
	width:auto;
	margin-right:5.0vw;
	position:relative;
	font-size:16px;
}
.zlm ul li i{
	width:100%;
	height:2px;
	position:absolute;
	bottom:-1px;
	left:0;
	z-index:11;
	opacity:0;
	background-color:#0095BC;
}
.zlm ul li:hover i{
	opacity:1;
}
.zlm ul li.cur i{
	opacity:1;
}
.zlm ul li.cur a{
	color:#0095BC;
}
.address{
	width:100%;
	float:left;
	margin-top:80px;
}
.address ul{
	display: flex;
	justify-content:space-between;
	flex-wrap: wrap;
}
.address ul li{
	width:33.33%;
	border-right:1px solid rgba(0,0,0,0.1);
	text-align:center;
	padding:0px 60px;
}
.address ul li:last-child{
	border-right:0px;
}
.address ul li dl dt{
	height:36px;
	overflow:hidden;
}
.address ul li dl dd{
	margin-top:15px;
	font-size:16px;
	color:#666;
}
.address ul li p{
	margin-top:30px;
	font-size:18px;
	color:#666;
}
.map{
	width:100%;
	float:left;
	margin-top:75px;
}
.map img{
	width:100%;
	height:auto;
	display:block;
}
.cqtit{
	width:100%;
	float:left;
	margin-top:80px;
	text-align:center;
}
.cqtit dl dt{
	font-size:36px;
	line-height:42px;
	color:#333;
}
.cqtit dl dd{
	display:flex;
	justify-content:center;
	margin-top:15px;
}
.cqtit p{
	margin-top:30px;
	font-size:24px;
	color:#0095BC;
	font-weight:bold;
}
.cqtit dl dd i{
	width:30px;
	height:4px;
	background-color:#E0E0E0;
}
.hxjs{
	width:100%;
	float:left;
	margin-top:20px;
	padding:0px 20px;
}
.hxjs ul li{
	width:100%;
	float:left;
	display: flex;
	justify-content:space-between;
	flex-wrap: wrap;
	margin-top:60px;
}
.hxjs ul li .tex{
	width:32.5%;
	background-color:#F3F3F3;
	padding:100px 80px;
	font-size:18px;
	line-height:36px;
	color:#666;
	transition: all 0.6s;
}
.hxjs ul li .tex h1{
	font-size:20px;
	padding-bottom:30px;
	color:#333;
	border-bottom:1px solid rgba(0,0,0,0.1);
	margin-bottom:40px;
	font-weight:bold;
}
.hxjs ul li .tex .gduo{
	margin-top:170px;
}
.hxjs ul li .tex .gduo a{
	color:#0095BC;
}
.hxjs ul li .tex .gduo a b{
	margin-left:15px;
}
.hxjs ul li .pic{
	width:66.4%;
	position:relative;
}
.hxjs ul li .pic img{
	width:100%;
	height:100%;
	display:block;
}
.hxjs ul li .pic span{ width:60px; height:60px; position:absolute; z-index:111; background-image:url(../img/aniu.png); background-position:center; background-repeat:no-repeat; top:calc(50% - 30px); left:calc(50% - 30px);}
.hxjs ul li:hover .tex{
	background: linear-gradient(153deg, #0095BC 0%, #74E0FD 100%);
	color:#FFF;
}
.hxjs ul li:hover .tex h1{
	color:#FFF;
}
.hxjs ul li:hover .tex .gduo a{
	color: #FFF;
}

.fy{
	width:100%;
	float:left;
	margin-top:60px;
}
.fy ul{
	display: flex;
	flex-wrap: wrap;
	justify-content:center;
}
.fy ul li{
	width:auto;
	margin-left:4px;
	margin-right:4px;
}
.fy ul li a{
	padding:10px 15px;
}
.fy ul li a:hover{
	background-color:#0095BC;
	color:#FFF;
}
.fy ul li a.cur{
	background-color:#0095BC;
	color:#FFF;
}
.fy ul li a b{
	font-family:'宋体';
}
.lcwz{
	width:100%;
	float:left;
	margin-top:30px;
	display: flex;
	flex-wrap: wrap;
	justify-content:center;
	font-size:18px;
	line-height:36px;
	color:#666;
	text-align:center;
}
.lcwz div{
	width:64%;
}
.jskf{
	width:100%;
	float:left;
	margin-top:60px;
}
.jskf ul{
	display: flex;
	justify-content:space-between;
	flex-wrap: wrap;
}
.jskf ul li{
	width:33.33%;
	position:relative;
	overflow:hidden;
}
.jskf ul li img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.jskf ul li:hover img{
	transform: scale(1.05);
}
.jskf ul li .tex{
	width:100%;
	position:absolute;
	top:23%;
	left:0;
	z-index:11;
	text-align:center;
	color:#FFF;
}
.jskf ul li .tex dl dt{
	font-size:36px;
	line-height:42px;
}
.jskf ul li .tex dl dd{
	font-size:16px;
	margin-top:20px;
	line-height:20px;
	text-transform:uppercase;
}
.jskf ul li .tex p{
	margin-top:85px;
	opacity:0;
	transition: all 0.6s;
}
.jskf ul li .tex p img{
	max-width:60px;
	display:inline-block;
}
.jskf ul li:hover .tex p{
	opacity:1;
}
.zywrap{
	width:100%;
	float:left;
	background-color:#F3F3F3;
	border-bottom:1px solid rgba(0,0,0,0.1);
	padding:0px 8.3vw;
	padding-bottom:80px;
	padding-top:50px;
}
.zywrap ul{
	display: flex;
	justify-content:space-between;
	flex-wrap: wrap;
}
.zywrap ul li{
	width:calc(50% - 30px);
	background-color: #FFF;
	display: flex;
	justify-content:space-between;
	flex-wrap: wrap;
	margin-top:30px;
}
.zywrap ul li .pic{
	width:30%;
}
.zywrap ul li .pic img{
	width:100%;
	
	display:block;
}
.zywrap ul li .tex{
	width:70%;
	padding:20px 0px 0px 40px;
	font-size:14px;
	line-height:22px;
	color:#666;
	transition: all 0.6s;
}
.zywrap ul li .tex dl dt{
	font-size:20px;
	line-height:23px;
	color:#333;
	font-weight:bold;
}
.zywrap ul li .tex dl dd{
	margin-top:10px;
	font-size:16px;
	line-height:20px;
	margin-bottom:20px;
}
.zywrap ul li .tex .gduo{
	margin-top:10px;
}
.zywrap ul li .tex .gduo a{
	color:#666;
}
.zywrap ul li:hover .tex{
	color:#FFF;
	background: linear-gradient(153deg, #0095BC 0%, #74E0FD 100%);
}
.zywrap ul li:hover .tex dl dt{
	color:#FFF;
}
.zywrap ul li:hover .tex .gduo a{
	color:#FFF;
}
.zywrap ul li .tex .gduo a b{
	margin-left:15px;
}
.fxshow{
	width:100%;
	float:left;
	background-color:#F3F3F3;
	padding:80px;
	margin-top:80px;
	display: flex;
	justify-content:space-between;
	flex-wrap: wrap;
}
.fxshow .pic{
	width:230px;
}
.fxshow .pic img{
	width:100%;
	height:auto;
	display:block;
}
.fxshow .pic dl dt{
	margin-top:30px;
	font-size:20px;
	line-height:23px;
	color:#666;
}
.fxshow .pic dl dd{
	margin-top:10px;
	font-size:32px;
	line-height:38px;
	font-weight:bold;
	color:#333;
}
.fxshow .tex{
	width:calc(100% - 310px);
	font-size:16px;
	line-height:32px;
	color:#666;
}
.fxshow .tex h1{
	margin-bottom:40px;
	font-size:32px;
	color:#333;
	line-height:38px;
}
.ream01{
	width:calc(100% - 40px);
	float:left;
	margin:0px 20px;
	display: flex;
	justify-content:space-between;
	flex-wrap: wrap;
	background-color:#F3F3F3;
	margin-top:60px;
}
.ream01 .tex{
	width:42.5%;
	font-size:16px;
	line-height:32px;
	color:#666;
	padding:80px;
}
.ream01 .tex h1{
	font-size:20px;
	line-height:23px;
	color:#333;
	padding-bottom:30px;
	border-bottom:1px solid rgba(0,0,0,0.1);
	margin-bottom:40px;
}
.ream01 .tex ul{
	display: flex;
	justify-content:space-between;
	flex-wrap: wrap;
	margin-top:70px;
}
.ream01 .tex ul li{
	width:auto;
	text-align:center;
}
.ream01 .tex ul li dl dt{
	height:80px;
	overflow:hidden;
}
.ream01 .tex ul li dl dt img{
	max-height:80px;
}
.ream01 .tex ul li dl dd{
	font-size:16px;
}
.ream01 .pic{
	width:50%;
}
.ream01 .pic img{
	width:100%;
	display:block;
}
.ream02{
	width:100%;
	float:left;
	margin-top:60px;
	padding:0px 20px;
}
.ream02 ul{
	display: flex;
	justify-content:space-between;
	flex-wrap: wrap;
}
.ream02 ul li{
	width:calc(33.66% - 20px);
	background-color:#F3F3F3;
}
.ream02 ul li .pic{
	width:100%;
	overflow:hidden;
}
.ream02 ul li .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.ream02 ul li:hover .pic img{
	transform: scale(1.05);
}
.ream02 ul li .tex{
	width:100%;
	padding:40px 17%;
}
.ream02 ul li .tex dl dt{
	font-size:20px;
	font-weight:bold;
	margin-bottom:8px;
	text-align:center;
}
.ream02 ul li .tex dl dd{
	margin-top:12px;
	height:52px;
	border: 1px solid #BDBDBD;
	text-align:center;
	line-height:52px;
	font-size:16px;
	color:#666;
}

.hap{
	width:100%;
	float:left;
	padding:0px 20px;
}
.hap ul{
	display: flex;
	justify-content:space-between;
	flex-wrap: wrap;
}
.hap ul li{
	width:calc(50% - 10px);
	margin-top:60px;
}
.hap ul li dl dt{
	overflow: hidden;
}
.hap ul li dl dt img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.hap ul li:hover dl dt img{
	transform: scale(1.05);
}
.hap ul li dl dd{
	margin-top:22px;
	padding:18px 0;
	border-bottom:1px solid rgba(0,0,0,0.1);
	font-size:20px;
	color:#666;
}
.hap ul li dl dd b{
	color:#333;
	margin-right:15px;
}

.fuli{
	width:100%;
	float:left;
	margin-top:60px;
	padding:0px 20px;
}
.fuli ul{
	display: flex;
	justify-content:space-between;
	flex-wrap: wrap;
}
.fuli ul li{
	width:calc(33.66% - 20px);
	background-color:#F3F3F3;
}
.fuli ul li .pic{
	width:100%;
	overflow:hidden;
}
.fuli ul li .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.fuli ul li:hover .pic img{
	transform: scale(1.05);
}
.fuli ul li .tex{
	width:100%;
	padding:40px 60px;
}
.fuli ul li .tex dl dt{
	font-size:20px;
	font-weight:bold;
	margin-bottom:8px;
}
.fuli ul li .tex dl dd{
	margin-top:20px;
	font-size:18px;
	line-height:24px;
	color:#666;
}
.zwu{
	width:100%;
	float:left;
	margin-top:40px;
}
.zwu ul{
	display: flex;
	justify-content:space-between;
	flex-wrap: wrap;
}
.zwu ul li{
	width:calc(50% - 30px);
	border: 1px solid #E0E0E0;
	padding:40px 50px;
	margin-top:40px;
	transition: all 0.6s;
}
.zwu ul li dl dt{
	font-size:20px;
	line-height:23px;
	color:#333;
	font-weight:bold;
	margin-bottom:20px;
}
.zwu ul li dl dd{
	font-size:18px;
	line-height:36px;
	color:#666;
}
.zwu ul li:hover{
	box-shadow: 0px 30px 60px 0px rgba(57,57,57,0.1);
}

.liuc{
	width:100%;
	float:left;
	margin-top:52px;
}
.liuc ul{
	display: flex;
	justify-content:space-between;
	flex-wrap: wrap;
}
.liuc ul li{
	width:25%;
	padding:0px 30px;
	position:relative;
	text-align:center;
}
.liuc ul li .pic{
	height:88px;
	overflow:hidden;
}
.liuc ul li .pic img{
	max-height:88px;
}
.liuc ul li dl dt{
	margin-top:40px;
	margin-bottom:20px;
	font-size:20px;
	font-weight:bold;
	line-height:23px;
}
.liuc ul li dl dd{
	font-size:18px;
	line-height:36px;
	color:#666;
	text-align:center;
}
.liuc ul li .hx{
	width:50%;
	height:1px;
	border-bottom:1px dashed #0095BC;
	position:absolute;
	top:44px;
	right:0;
	z-index:1;
}
.liuc ul li .hx2{
	width:50%;
	height:1px;
	border-bottom:1px dashed #0095BC;
	position:absolute;
	top:44px;
	left:0;
	z-index:1;
}
.liuc ul li .jt{
	width: 24px;
	height: 24px;
	background: #0095BC;
	border-radius: 50%;
	text-align:center;
	line-height:24px;
	color:#FFF;
	font-weight:bold;
	font-family:'宋体';
	position:absolute;
	right:-12px;
	top:31px;
	z-index:22;
}
.jrwm{
	width:100%;
	float:left;
	margin-top:60px;
}
.jrwm ul{
	display: flex;
	justify-content:center;
}
.jrwm ul li{
	width:auto;
	margin-left:103px;
	margin-right:103px;
	text-align:center;
}
.jrwm ul li dl dt{
	overflow:hidden;
}
.jrwm ul li dl dd{
	margin-top:15px;
	text-align:center;
	font-size:16px;
	font-weight:bold;
}
.ckzw{
	width:100%;
	float:left;
	margin-top:60px;
	height: 300px;
	background: linear-gradient(153deg, #0095BC 0%, #74E0FD 100%);
	display: flex;
	justify-content:center;
	flex-wrap: wrap;
	align-items: center;
}
.ckzw dl dt{
	font-size:36px;
	line-height:42px;
	text-align:center;
	color: #FFF;
}
.ckzw dl dd{
	margin-top:30px;
	display: flex;
	justify-content:center;
	flex-wrap: wrap;
}
.ckzw dl dd a{
	width: 178px;
	height: 50px;
	background: #265589;
	border-radius: 8px;
	line-height:50px;
	text-align:center;
	color:#FFF;
	font-size:20px;
}








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

.newlist{
	width: 100%;
	float: left;
}
.newlist ul li{
	width: 100%;
	float: left;
	margin-top: 20px;
	background-color: #f1f1f1;
	padding: 30px 40px;
	font-size: 14px;
	line-height: 25px;
	color: #666666;
	transition: all 0.6s;
}
.newlist ul li h1{
	font-size: 16px;
	line-height: 21px;
	margin-bottom: 22px;
	color: #333333;
}
.newlist ul li .more{
	margin-top: 30px;
	display: flex;
}
.newlist ul li .more a{
	width: 120px;
	height: 41px;
	background: #bdbdbd;
	line-height: 41px;
	text-align: center;
	font-size: 14px;
}
.newlist ul li:hover{
	background-color: #D9353D;
	color: #FFFFFF;
}
.newlist ul li:hover h1{
	color: #FFFFFF;
}
.newlist ul li:hover .more a{
	background-color: #FFFFFF;
	color: #D9353D;
}
.newlist ul li:first-child{
	margin-top: 0px;
}

.showtitle{
	width: 100%;
	float: left;
	font-size: 24px;
	line-height: 36px;
	font-weight: bold;
	text-align:center;
	margin-top:20px;
}
.showdate{
	width: 100%;
	float: left;
	font-size: 12px;
	color: #828282;
	margin-top: 24px;
	text-align:center;
}
.showtex{
	width: 100%;
	float: left;
	margin-top: 36px;
	font-size: 14px;
	line-height: 30px;
	color: #666666;
}
.showtex img{
	max-width: 100%;
	height: auto;
}
.fh{
	display: flex;
	margin-top: 40px;
	width: 100%;
	float: left;
}
.fh a{
	width: 292px;
	height: 56px;
	border: 1px solid #dee2e6;
	font-size: 16px;
	color: #666666;
	line-height: 56px;
	text-align: center;
	border-radius: 8px;
}


.tanchu{
	display:none; 
	left:0px;
	top: 0;
	width:100%;
	height: 100%;
	z-index:9999;
	position: fixed;
	background-color: rgba(0,0,0,0.6);
	padding-top: 4vh;
}
.tcxs{ display: block; }
.spnr{ width:70%; margin-left:15%; margin-right:15%; position:relative;}
.close2{ width:100%; float:left;margin-bottom:10px;}
.close2 a{
float:right;
width: 32px;
height: 32px;
background-image: url(../img/Close.png);
background-position: center;
background-repeat: no-repeat;
}
.timer{ font-family:Arial, Helvetica, sans-serif;}
}

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

.innav ul{
	display: flex;
	align-items: center;
	height: 70px;
}
.innav ul li{
	width: auto;
	font-size: 14px;
	height: 70px;
	text-transform: uppercase;
	align-items: center;
	display: flex;
	justify-content: center;
	margin-left: 2.0vw;
	position:relative;
}
.foot01 .a01{ width:60%;}
.foot01 .a02 dl dt i{
	font-size:20px;
	margin-left:20px;
	color:#333;
}

.ream01{
	width:calc(100% - 40px);
	float:left;
	margin:0px 20px;
	display: flex;
	justify-content:space-between;
	flex-wrap: wrap;
	background-color:#F3F3F3;
	margin-top:60px;
}
.ream01 .tex{
	width:50%;
	font-size:16px;
	line-height:32px;
	color:#666;
	padding:40px;
}
.ream01 .tex h1{
	font-size:20px;
	line-height:23px;
	color:#333;
	padding-bottom:20px;
	border-bottom:1px solid rgba(0,0,0,0.1);
	margin-bottom:10px;
}
.ream01 .tex ul{
	display: flex;
	justify-content:space-between;
	flex-wrap: wrap;
	margin-top:30px;
}
.ream01 .tex ul li{
	width:auto;
	text-align:center;
}
.ream01 .tex ul li dl dt{
	height:80px;
	overflow:hidden;
}
.ream01 .tex ul li dl dt img{
	max-height:80px;
}
.ream01 .tex ul li dl dd{
	font-size:16px;
}
.ream01 .pic{
	width:50%;
}
.ream01 .pic img{
	width:100%;
	display:block;
}
.ream02{
	width:100%;
	float:left;
	margin-top:60px;
	padding:0px 20px;
}
.ream02 ul{
	display: flex;
	justify-content:space-between;
	flex-wrap: wrap;
}
.ream02 ul li{
	width:calc(33.66% - 20px);
	background-color:#F3F3F3;
}
.ream02 ul li .pic{
	width:100%;
	overflow:hidden;
}
.ream02 ul li .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.ream02 ul li:hover .pic img{
	transform: scale(1.05);
}
.ream02 ul li .tex{
	width:100%;
	padding:40px 17%;
}
.ream02 ul li .tex dl dt{
	font-size:20px;
	font-weight:bold;
	margin-bottom:8px;
	text-align:center;
}
.ream02 ul li .tex dl dd{
	margin-top:12px;
	height:52px;
	border: 1px solid #BDBDBD;
	text-align:center;
	line-height:52px;
	font-size:16px;
	color:#666;
}


.shzr .tex{
	width:42%;
	padding:20px 40px;

}
.shzr .tex h2{
	margin-bottom:20px;
	padding-bottom:20px;
}
.shzr .pic{
	width:56%;
}


}




@media (max-width:999px) {

.dszmc{ line-height:1.8rem; font-size:1.0rem; text-align:center;}
.pc{
	display: none;
}
.moblie{
	width: 100%;
	float: left;
	margin-top: 1.0rem;
}
.header{
	display: none;
}
.header2{ 
	width:100%; 
	float:left; 
	height:4rem; 
	line-height:4rem;
	background-color: #FFFFFF;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999999;
	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%;
}
.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:5rem; 
	background:#ffffff;
}
.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:95%; 
	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: #0997BB; 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:90%; 
	float:left; 
	margin-left:5%; 
	margin-right:5%;
}
.intitle{
	width:100%;
	float:left;
	margin-top:3.0rem;
}
.intitle dl dt{
	font-size:1.5rem;
	line-height:2.0rem;
	color:#333;
	text-align:center;
}
.intitle dl dd{
	font-size:0.8rem;
	line-height:1.5rem;
	color:#666;
	display: flex;
	justify-content: center;
	margin-top:1.0rem;
}
.intitle dl dd div{
	width:90%;
	text-align:center;
}
.num{
	width:100%;
	float:left;
}
.num ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.num ul li{
	width:49%;
	margin-top:2.0rem;
}
.num ul li dl dt{
	display: flex;
	justify-content: center;
	font-size:1.5rem;
	align-items: flex-start;
	font-family:'Microsoft YaHei';
}
.num ul li dl dt i{
	font-size:0.8rem;
	line-height:1.5rem;
	margin-left:0.2rem;
}
.num ul li dl dd{
	margin-top:1.0rem;
	font-size:0.8rem;
	color:#666;
	line-height:1.5rem;
	text-align:center;
}
.more{
	width:100%;
	float:left;
	margin-top:2.0rem;
	display: flex;
	justify-content: center;
}
.more a{
	width: 10rem;
	height: 2.5rem;
	background: #0095BC;
	border-radius: 4px;
	line-height:2.5rem;
	color:#FFF;
	font-size:0.8rem;
	text-align:center;
}
.more a b{
	font-family:'宋体';
	margin-left:1.0rem;
}
.index01{
	width:100%;
	float:left;
	margin-top:3.0rem;
	background-image:url(../img/b01.jpg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	padding:3.0rem 8.3vw;
	align-items: center;
	display: flex;
	justify-content:space-between;
	flex-wrap: wrap;
	height: auto;
}
.qhbg1{background-image:url(../img/b01.jpg);}
.qhbg2{background-image:url(../img/bg02.jpg);}
.qhbg3{background-image:url(../img/bg03.jpg);}
.index01 .tex{
	width:100%;
	color: #FFF;
	font-size:0.8rem;
	line-height:1.5rem;
}
.index01 .tex dl dt{
	font-size:1.5rem;
	line-height:2.0rem;
}
.index01 .tex dl dd{
	margin-top:0.5rem;
	font-size:0.8rem;
	line-height:1.5rem;
	text-transform:uppercase;
}
.index01 .tex h1{
	margin-top:3.0rem;
	font-size:1.2rem;
	line-height:2.0rem;
	margin-bottom:1.0rem;
}
.index01 .tex .gduo{
	display:flex;
	margin-top:3.0rem;
}
.index01 .tex .gduo a{
	width: 10rem;
	height: 2.5rem;
	background: #0095BC;
	border-radius: 4px;
	line-height:2.5rem;
	color:#FFF;
	text-align:center;
	font-size:0.8rem;
}
.index01 .tex .gduo a b{
	font-family:'宋体';
	margin-left:1.0rem;
}
.index01 .jhu{
	width:100%;
	margin-top:3.0rem
}
.index01 .jhu dl{
	width:100%;
	align-items: center;
	display: flex;
	margin-top:1.0rem;
}
.index01 .jhu dl a{ width:100%; float:left; align-items: center;
	display: flex;}
.index01 .jhu dl a.cur dt img{ display:inline-block;}
.index01 .jhu dl a.cur dt i{ display:none;}
.gaod{ height:200px;}
.index01 .jhu dl dt{
	width:80px;
	height:80px;
	align-items: center;
	display: flex;
	justify-content:center;
	margin-right:1.0rem;
}
.index01 .jhu dl dt i{
	width: 12px;
	height: 12px;
	background: #FFFFFF;
	border:5px solid rgba(255,255,255,0.3);
	border-radius:50%;
}
.index01 .jhu dl:first-child{
	margin-top:0px;
}
.index01 .jhu dl dd{
	font-size:1.0rem;
	color:#FFF;
}
.solution{
	width:100%;
	float:left;
	padding:0px 1.0rem;
	margin-top:1.0rem;
}
.solution ul{
	display: flex;
	justify-content:space-between;
	flex-wrap: wrap;
}
.solution ul li{
	width:100%;
	position:relative;
	overflow:hidden;
	margin-top:1.0rem;
}
.solution ul li img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.solution ul li:hover img{
	transform: scale(1.05);
}
.solution ul li .tex{
	width:auto;
	position:absolute;
	height:100%;
	left:10%;
	top:0;
	align-items: center;
	display: flex;
	color:#FFF;
	z-index:11;

}
.solution ul li .tex dl dt{
	font-size:1.0rem;
	line-height:1.5rem;
}
.solution ul li .tex dl dt.black{
	color:#333;
}
.solution ul li .tex dl dd.black{
	color:#333;
}
.solution ul li .tex dl dd{
	margin-top:0.5rem;
	font-size:1.2rem;
	line-height:1.5rem;
	font-weight:bold;
}
.solution ul li .tex dl p{
	display:flex;
	margin-top:2.0rem;
	font-size:0.8rem;
}
.solution ul li .tex dl p a{
	color:#FFF;
}
.solution ul li .tex dl p a.black{
	color:#333;
}
.solution ul li .tex dl p b{
	margin-left:0.5rem;
}
.solution ul li:hover .tex dl dt.black{
	color:#FFF;
}
.solution ul li:hover .tex dl dd.black{
	color:#FFF;
}
.solution ul li:hover .tex dl p a.black{
	color:#FFF;
}

.foot{
	width:100%;
	float:left;
	background-color:#F3F3F3;
	margin-top:2.0rem;
	padding:0px 8.3vw;
	padding-top:0rem;
	padding-bottom:1.5rem;
}
.foot01{
	width:100%;
	float:left;
	display: flex;
	flex-wrap: wrap;
}
.foot01 .a01{
	width:100%;
	display: flex;
	justify-content:space-between;
	flex-wrap: wrap;
}
.foot01 .a01 dl{
	width:33.33%;
	margin-top:2.0rem;
}
.foot01 .a01 dl dt{
	font-size:0.8rem;
	font-weight:bold;
	margin-bottom:0.5rem;
}
.foot01 .a01 dl dd{
	margin-top:0.5rem;
	font-size:0.8rem;
	line-height:1.5rem;
	color:#666;
}
.foot01 .a01 dl dd a{
	color:#666;
}
.foot01 .a02{
	width:100%;
	margin-top:2.0rem;
}
.foot01 .a02 dl dt{
	font-size:0.8rem;
	color:#666;
	text-align:right;
}
.foot01 .a02 dl dt i{
	font-size:1.2rem;
	margin-left:1.0rem;
	color:#333;
}
.foot01 .a02 dl dd{
	margin-top:1.0rem;
	display:flex;
	justify-content:flex-end;
	position: relative;
}
.foot01 .a02 dl dd a{
	padding:0.5rem;
	border: 1px solid #333333;
	align-items: center;
	display: flex;
}
.foot01 .a02 dl dd a img{
	margin-left:1.0rem;
}
.foot01 .a02 dl dd .yyqh{
	width:7.3rem;
	background-color:#FFF;
	padding:0.5rem;
	font-size:0.8rem;
	line-height:1.5rem;
	opacity:0;
	visibility:hidden;
	position:absolute;
	top:2.8rem;
	right:0;
	z-index:11;
	text-align:center;
	transition: all 0.6s;
}
.foot01 .a02 dl dd .yyqh a{
	padding:0px;
	border:0px;
}
.foot01 .a02 dl dd:hover .yyqh{
	opacity:1;
	visibility:visible;
}
.foot02{
	width:100%;
	float:left;
	margin-top:3.0rem;
	font-size:0.8rem;
	line-height:1.5rem;
	color:#999;
	text-align:center;
}
.nybanner{
	width:100%;
	float:left;
	position:relative;
	margin-top:4.0rem;
}
.nybanner img{
	width:100%;
	height:auto;
	display:block;
}
.nybanner .tex{
	width:auto;
	height:100%;
	position:absolute;
	align-items: center;
	display: flex;
	color:#FFF;
	padding-left:8.3vw;
}
.nybanner .tex dl dt{
	font-size:1.0rem;
	line-height:1.5rem;
}
.nybanner .tex dl dd{
	margin-top:0.5rem;
	font-size:1.5rem;
	line-height:2.0rem;
	font-weight:bold;
}

.abcon{
	width:100%;
	float:left;
	margin-top:2.0rem;
	font-size:0.8rem;
	line-height:1.5rem;
	color:#666;
}
.jyu{
	width:100%;
	float:left;
	margin-top:3.0rem;
	display: flex;
	justify-content:space-between;
	flex-wrap: wrap;
	align-items: center;
}
.jyu .tex{
	width:100%;
	font-size:0.8rem;
	line-height:1.5rem;
	color:#666;
}
.jyu .tex h1{
	font-size:1.5rem;
	line-height:2.0rem;
	color:#333;
	font-weight: normal;
	margin-bottom:2.0rem;
}
.jyu .pic{
	width:100%;
	margin-top:2.0rem;
}
.jyu .pic img{
	width:100%;
	height:auto;
}
.abcon2{
	width:100%;
	float:left;
	margin-top:3.0rem;
	height: auto;
	background-image:url(../img/b02.jpg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	padding:3.0rem 8.3vw;
	display: flex;
	flex-wrap: wrap;
}
.abcon2 .a01{
	width:100%;
	text-align:center;
	margin-top:1.5rem;
}
.abcon2 .a01 .pic{
	height:5.0rem;
}
.abcon2 .a01 .pic img{
	max-height:5.0rem;
}
.abcon2 .a01 dl dt{
	font-size:1.2rem;
	line-height:1.5rem;
	color:#333;
	margin-bottom:1.0rem;
	margin-top:1.0rem;
}
.abcon2 .a01 dl dd{
	font-size:0.8rem;
	line-height:1.5rem;
	color:#666;
}
.abcon3{
	width:100%;
	float:left;
	margin-top:3.0rem;
}
.abcon3 h1{
	font-size:1.5rem;
	line-height:2.0rem;
	font-weight:normal;
	color:#333;
	margin-bottom:1.0rem;
	text-align:center;
}
.abcon3 .a01{
	width:100%;
	display: flex;
	justify-content:space-between;
	flex-wrap: wrap;
}
.abcon3 .a01 div{
	width:100%;
	font-size:0.8rem;
	line-height:1.5rem;
	color:#666;
	margin-top:1.5rem;
}
.abcon4{
	width:100%;
	float:left;
	margin-top:3.0rem;
	height: auto;
	background-image:url(../img/b03.jpg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	padding:3.0rem 8.3vw;
	display: flex;
	flex-wrap: wrap;
}
.abcon4 dl{
	max-width:100%;
}
.abcon4 dl dt{
	font-size:1.5rem;
	line-height:2.0rem;
	margin-bottom:1.0rem;
}
.abcon4 dl dd{
	font-size:0.8rem;
	line-height:1.5rem;
	color:#666;
}
.wrap{
	width:100%;
	float:left;
	background-color:#F3F3F3;
	padding:2.0rem 8.3vw;
	padding-bottom:0px;
}
.wrap h1{
	font-size:1.5rem;
	line-height:2.0rem;
	text-align:center;
	font-weight:normal;
}
.shzr{
	width:100%;
	float:left;
	display: flex;
	justify-content:space-between;
	flex-wrap: wrap;
	margin-top:1.0rem;
}
.shzr .tex{
	width:100%;
	background-color:#FFF;
	padding:2.0rem;
	font-size:0.8rem;
	line-height:1.5rem;
	color:#666;
	margin-top:1.0rem;
}
.shzr .tex h2{
	font-size:1.0rem;
	padding-bottom:1.0rem;
	color:#333;
	border-bottom:1px solid rgba(0,0,0,0.1);
	margin-bottom:1.0rem;
	font-weight:bold;
}
.shzr .pic{
	width:100%;
	margin-top:1.0rem;
}
.shzr .pic img{
	width:100%;
	height: auto;
	display:block;
}
.zshu{
	width:100%;
	float:left;
	margin-top:1.0rem;
	background-color:#FFF;
}
.zshu ul{
	display: flex;
	justify-content:space-between;
	flex-wrap: wrap;
	align-items: center;
	height: auto;
}
.zshu ul li{
	width:49%;
}
.zshu ul li img{
	max-width:100%;
}

.lc{
	width:100%;
	float:left;
}
.lc img{
	width:100%;
	height:auto;
}

.zlm{
	width:100%;
	float:left;
	height: auto;
	border-bottom:1px solid rgba(0,0,0,0.1);
	padding:0px 8.3vw;
}
.zlm ul{
	display:flex;
	flex-wrap: wrap;
}
.zlm ul li{
	width:50%;
	position:relative;
	font-size:0.8rem;
	line-height:2.5rem;
	text-align:center;
}
.zlm ul li i{
	width:100%;
	height:2px;
	position:absolute;
	bottom:-1px;
	left:0;
	z-index:11;
	opacity:0;
	background-color:#0095BC;
}
.zlm ul li:hover i{
	opacity:1;
}
.zlm ul li.cur i{
	opacity:1;
}
.zlm ul li.cur a{
	color:#0095BC;
}
.address{
	width:100%;
	float:left;
}
.address ul{
	display: flex;
	justify-content:space-between;
	flex-wrap: wrap;
}
.address ul li{
	width:100%;
	border-bottom:1px solid rgba(0,0,0,0.1);
	text-align:center;
	padding:2.0rem;
}
.address ul li:last-child{
	border-right:0px;
}
.address ul li dl dt{
	height:2.0rem;
	overflow:hidden;
}
.address ul li dl dt img{
	max-height:2.0rem;
}
.address ul li dl dd{
	margin-top:0.5rem;
	font-size:0.8rem;
	color:#666;
}
.address ul li p{
	margin-top:1.0rem;
	font-size:0.8rem;
	color:#666;
}
.map{
	width:100%;
	float:left;
	margin-top:2.0rem;
}
.map img{
	width:100%;
	height:auto;
	display:block;
}
.cqtit{
	width:100%;
	float:left;
	margin-top:2.0rem;
	text-align:center;
}
.cqtit dl dt{
	font-size:1.5rem;
	line-height:2.0rem;
	color:#333;
}
.cqtit dl dd{
	display:flex;
	justify-content:center;
	margin-top:0.5rem;
}
.cqtit p{
	margin-top:1.0rem;
	font-size:1.0rem;
	color:#0095BC;
	font-weight:bold;
}
.cqtit dl dd i{
	width:1.5rem;
	height:0.2rem;
	background-color:#E0E0E0;
}
.hxjs{
	width:100%;
	float:left;
	margin-top:1.0rem;
	padding:0px 1.0rem;
}
.hxjs ul li{
	width:100%;
	float:left;
	display: flex;
	justify-content:space-between;
	flex-wrap: wrap;
	margin-top:1.0rem;
}
.hxjs ul li .tex{
	width:100%;
	background-color:#F3F3F3;
	padding:2.0rem;
	font-size:0.8rem;
	line-height:1.5rem;
	color:#666;
	transition: all 0.6s;
}
.hxjs ul li .tex h1{
	font-size:1.0rem;
	padding-bottom:1.0rem;
	color:#333;
	border-bottom:1px solid rgba(0,0,0,0.1);
	margin-bottom:1.0rem;
	font-weight:bold;
}
.hxjs ul li .tex .gduo{
	margin-top:3.0rem;
}
.hxjs ul li .tex .gduo a{
	color:#0095BC;
}
.hxjs ul li .tex .gduo a b{
	margin-left:0.5rem;
}
.hxjs ul li .pic{
	width:100%;
	position:relative;
}
.hxjs ul li .pic img{
	width:100%;
	height:100%;
	display:block;
}
.hxjs ul li .pic span{ width:3.0rem; height:3.0rem; position:absolute; z-index:111; background-image:url(../img/aniu.png); background-position:center; background-repeat:no-repeat; top:calc(50% - 1.5rem); left:calc(50% - 1.5rem); background-size:contain;}
.hxjs ul li:hover .tex{
	background: linear-gradient(153deg, #0095BC 0%, #74E0FD 100%);
	color:#FFF;
}
.hxjs ul li:hover .tex h1{
	color:#FFF;
}
.hxjs ul li:hover .tex .gduo a{
	color: #FFF;
}

.fy{
	width:100%;
	float:left;
	margin-top:2.0rem;
}
.fy ul{
	display: flex;
	flex-wrap: wrap;
	justify-content:center;
}
.fy ul li{
	width:auto;
	margin-left:0.1rem;
	margin-right:0.1rem;
}
.fy ul li a{
	padding:0.4rem 0.6rem;
}
.fy ul li a:hover{
	background-color:#0095BC;
	color:#FFF;
}
.fy ul li a.cur{
	background-color:#0095BC;
	color:#FFF;
}
.fy ul li a b{
	font-family:'宋体';
}
.lcwz{
	width:100%;
	float:left;
	margin-top:1.0rem;
	display: flex;
	flex-wrap: wrap;
	justify-content:center;
	font-size:0.8rem;
	line-height:1.5rem;
	color:#666;
	text-align:center;
}
.lcwz div{
	width:90%;
}
.jskf{
	width:100%;
	float:left;
	margin-top:2.0rem;
}
.jskf ul{
	display: flex;
	justify-content:space-between;
	flex-wrap: wrap;
}
.jskf ul li{
	width:33.33%;
	position:relative;
	overflow:hidden;
}
.jskf ul li img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.jskf ul li:hover img{
	transform: scale(1.05);
}
.jskf ul li .tex{
	width:100%;
	position:absolute;
	top:23%;
	left:0;
	z-index:11;
	text-align:center;
	color:#FFF;
}
.jskf ul li .tex dl dt{
	font-size:1.0rem;
	line-height:1.0rem;
}
.jskf ul li .tex dl dd{
	font-size:0.8rem;
	margin-top:1.0rem;
	line-height:1.5rem;
	text-transform:uppercase;
}
.jskf ul li .tex p{
	margin-top:2.0rem;
	opacity:0;
	transition: all 0.6s;
}
.jskf ul li .tex p img{
	max-width:2.0rem;
	display:inline-block;
}

.zywrap{
	width:100%;
	float:left;
	background-color:#F3F3F3;
	border-bottom:1px solid rgba(0,0,0,0.1);
	padding:0px 8.3vw;
	padding-bottom:2.0rem;
	padding-top:2.0rem;
}
.zywrap ul{
	display: flex;
	justify-content:space-between;
	flex-wrap: wrap;
}
.zywrap ul li{
	width:100%;
	background-color: #FFF;
	display: flex;
	justify-content:space-between;
	flex-wrap: wrap;
	margin-top:1.0rem;
}
.zywrap ul li .pic{
	width:30%;
	padding-top:0.8rem;
}
.zywrap ul li .pic img{ width:100%;
	height: auto;
	display:block;
}
.zywrap ul li .tex{
	width:70%;
	padding:0.5rem 1.0rem;
	font-size:0.8rem;
	line-height:1.3rem;
	color:#666;
	transition: all 0.6s;
}
.zywrap ul li .tex dl dt{
	font-size:1.0rem;
	line-height:1.5rem;
	color:#333;
	font-weight:bold;
}
.zywrap ul li .tex dl dd{
	margin-top:0.1rem;
	font-size:0.8rem;
	line-height:1.5rem;
	margin-bottom:0.0rem;
}
.zywrap ul li .tex p{text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.zywrap ul li .tex .gduo{
	margin-top:0.5rem;
}
.zywrap ul li .tex .gduo a{
	color:#666;
}
.zywrap ul li:hover .tex{
	color:#FFF;
	background: linear-gradient(153deg, #0095BC 0%, #74E0FD 100%);
}
.zywrap ul li:hover .tex dl dt{
	color:#FFF;
}
.zywrap ul li:hover .tex .gduo a{
	color:#FFF;
}
.zywrap ul li .tex .gduo a b{
	margin-left:0.5rem;
}
.fxshow{
	width:100%;
	float:left;
	background-color:#F3F3F3;
	padding:2.0rem;
	margin-top:2.0rem;
	display: flex;
	justify-content:space-between;
	flex-wrap: wrap;
}
.fxshow .pic{
	width:100%;
}
.fxshow .pic img{
	max-width:100%;
	height:auto;
}
.fxshow .pic dl dt{
	margin-top:1.0rem;
	font-size:1.0rem;
	line-height:1.5rem;
	color:#666;
}
.fxshow .pic dl dd{
	margin-top:0.5rem;
	font-size:1.5rem;
	line-height:2.0rem;
	font-weight:bold;
	color:#333;
}
.fxshow .tex{
	width:100%;
	font-size:0.8rem;
	line-height:1.5rem;
	color:#666;
	margin-top:2.0rem;
}
.fxshow .tex h1{
	margin-bottom:1.0rem;
	font-size:1.5rem;
	color:#333;
	line-height:2.0rem;
}
.ream01{
	width:calc(100% - 2.0rem);
	float:left;
	margin:0px 1.0rem;
	display: flex;
	justify-content:space-between;
	flex-wrap: wrap;
	background-color:#F3F3F3;
	margin-top:2.0rem;
}
.ream01 .tex{
	width:100%;
	font-size:0.8rem;
	line-height:1.5rem;
	color:#666;
	padding:1.0rem;
}
.ream01 .tex h1{
	font-size:1.0rem;
	line-height:1.5rem;
	color:#333;
	padding-bottom:1.0rem;
	border-bottom:1px solid rgba(0,0,0,0.1);
	margin-bottom:1.0rem;
}
.ream01 .tex ul{
	display: flex;
	justify-content:space-between;
	flex-wrap: wrap;
	margin-top:2.0rem;
}
.ream01 .tex ul li{
	width:auto;
	text-align:center;
}
.ream01 .tex ul li dl dt{
	height:4.0rem;
	overflow:hidden;
	text-align:center;
}
.ream01 .tex ul li dl dt img{
	max-height:3.0rem;
}
.ream01 .tex ul li dl dd{
	font-size:0.8rem;
}
.ream01 .pic{
	width:100%;
}
.ream01 .pic img{
	width:100%;
	height: 100%;
	display:block;
}
.ream02{
	width:100%;
	float:left;
	margin-top:2.0rem;
	padding:0px 1.0rem;
}
.ream02 ul{
	display: flex;
	justify-content:space-between;
	flex-wrap: wrap;
}
.ream02 ul li{
	width:100%;
	background-color:#F3F3F3;
	margin-top:1.0rem;
}
.ream02 ul li .pic{
	width:100%;
	overflow:hidden;
}
.ream02 ul li .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.ream02 ul li:hover .pic img{
	transform: scale(1.05);
}
.ream02 ul li .tex{
	width:100%;
	padding:1.0rem 17%;
}
.ream02 ul li .tex dl dt{
	font-size:1.0rem;
	font-weight:bold;
	margin-bottom:0.2rem;
	text-align:center;
}
.ream02 ul li .tex dl dd{
	margin-top:0.5rem;
	height:2.5rem;
	border: 1px solid #BDBDBD;
	text-align:center;
	line-height:2.5rem;
	font-size:0.8rem;
	color:#666;
}

.hap{
	width:100%;
	float:left;
	padding:0px 1.0rem;
}
.hap ul{
	display: flex;
	justify-content:space-between;
	flex-wrap: wrap;
}
.hap ul li{
	width:100%;
	margin-top:2.0rem;
}
.hap ul li dl dt{
	overflow: hidden;
}
.hap ul li dl dt img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.hap ul li:hover dl dt img{
	transform: scale(1.05);
}
.hap ul li dl dd{
	margin-top:1.0rem;
	padding:0.5rem 0;
	border-bottom:1px solid rgba(0,0,0,0.1);
	font-size:1.0rem;
	color:#666;
}
.hap ul li dl dd b{
	color:#333;
	margin-right:0.5rem;
}

.fuli{
	width:100%;
	float:left;
	padding:0px 1.0rem;
	margin-top:1.0rem;
}
.fuli ul{
	display: flex;
	justify-content:space-between;
	flex-wrap: wrap;
}
.fuli ul li{
	width:100%;
	background-color:#F3F3F3;
	margin-top:1.0rem;
}
.fuli ul li .pic{
	width:100%;
	overflow:hidden;
}
.fuli ul li .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.fuli ul li:hover .pic img{
	transform: scale(1.05);
}
.fuli ul li .tex{
	width:100%;
	padding:2.0rem;
}
.fuli ul li .tex dl dt{
	font-size:1.0rem;
	font-weight:bold;
	margin-bottom:0.2rem;
}
.fuli ul li .tex dl dd{
	margin-top:0.5rem;
	font-size:0.8rem;
	line-height:1.5rem;
	color:#666;
}
.zwu{
	width:100%;
	float:left;
	margin-top:1.0rem;
}
.zwu ul{
	display: flex;
	justify-content:space-between;
	flex-wrap: wrap;
}
.zwu ul li{
	width:100%;
	border: 1px solid #E0E0E0;
	padding:2.0rem;
	margin-top:1.0rem;
	transition: all 0.6s;
}
.zwu ul li dl dt{
	font-size:1.0rem;
	line-height:1.5rem;
	color:#333;
	font-weight:bold;
	margin-bottom:1.0rem;
}
.zwu ul li dl dd{
	font-size:0.8rem;
	line-height:1.5rem;
	color:#666;
}
.zwu ul li:hover{
	box-shadow: 0px 30px 60px 0px rgba(57,57,57,0.1);
}

.liuc{
	width:100%;
	float:left;
}
.liuc ul{
	display: flex;
	justify-content:space-between;
	flex-wrap: wrap;
}
.liuc ul li{
	width:100%;
	padding:0px 1.0rem;
	position:relative;
	text-align:center;
	margin-top:2.0rem;
}
.liuc ul li .pic{
	height:3.0rem;
	overflow:hidden;
}
.liuc ul li .pic img{
	max-height:3.0rem;
}
.liuc ul li dl dt{
	margin-top:1.0rem;
	margin-bottom:0.6rem;
	font-size:1.0rem;
	font-weight:bold;
	line-height:1.5rem;
}
.liuc ul li dl dd{
	font-size:0.8rem;
	line-height:1.5rem;
	color:#666;
	text-align:center;
}
.liuc ul li .hx{
	width:50%;
	height:1px;
	border-bottom:1px dashed #0095BC;
	position:absolute;
	top:44px;
	right:0;
	z-index:1;
	display:none;
}
.liuc ul li .hx2{
	width:50%;
	height:1px;
	border-bottom:1px dashed #0095BC;
	position:absolute;
	top:44px;
	left:0;
	z-index:1;
	display:none;
}
.liuc ul li .jt{
	width: 24px;
	height: 24px;
	background: #0095BC;
	border-radius: 50%;
	text-align:center;
	line-height:24px;
	color:#FFF;
	font-weight:bold;
	font-family:'宋体';
	position:absolute;
	right:-12px;
	top:31px;
	z-index:22;
	display:none;
}
.jrwm{
	width:100%;
	float:left;
	margin-top:2.0rem;
}
.jrwm ul{
	display: flex;
	justify-content:center;
}
.jrwm ul li{
	width:auto;
	margin-left:0.5rem;
	text-align:center;
}
.jrwm ul li dl dt{
	overflow:hidden;
}
.jrwm ul li dl dt img{
	max-height:4.0rem;
}
.jrwm ul li dl dd{
	margin-top:0.5rem;
	text-align:center;
	font-size:0.8rem;
	font-weight:bold;
}
.ckzw{
	width:100%;
	float:left;
	margin-top:2.0rem;
	height: auto;
	background: linear-gradient(153deg, #0095BC 0%, #74E0FD 100%);
	display: flex;
	justify-content:center;
	flex-wrap: wrap;
	padding:3.0rem 1.0rem;
}
.ckzw dl dt{
	font-size:1.2rem;
	line-height:2.0rem;
	text-align:center;
	color: #FFF;
}
.ckzw dl dd{
	margin-top:1.0rem;
	display: flex;
	justify-content:center;
	flex-wrap: wrap;
}
.ckzw dl dd a{
	width: 8.0rem;
	height: 2.5rem;
	background: #265589;
	border-radius: 8px;
	line-height:2.5rem;
	text-align:center;
	color:#FFF;
	font-size:1.0rem;
}








.mart80{
	margin-top:2.0rem;
}
.mart20{
	margin-top:1.0rem;
}
.mart0{
	margin-top:0px;
}




.newlist{
	width: 100%;
	float: left;
}
.newlist ul li{
	width: 100%;
	float: left;
	margin-top: 1.0rem;
	background-color: #f1f1f1;
	padding: 2.0rem;
	font-size: 0.8rem;
	line-height: 1.5rem;
	color: #666666;
	transition: all 0.6s;
}
.newlist ul li h1{
	font-size: 1.0rem;
	line-height: 1.5rem;
	margin-bottom: 1.0rem;
	color: #333333;
}
.newlist ul li .more{
	margin-top: 1.0rem;
	display: flex;
}
.newlist ul li .more a{
	width: 6.0rem;
	height: 2.0rem;
	background: #bdbdbd;
	line-height: 2.0rem;
	text-align: center;
	font-size: 0.8rem;
}
.newlist ul li:hover{
	background-color: #D9353D;
	color: #FFFFFF;
}
.newlist ul li:hover h1{
	color: #FFFFFF;
}
.newlist ul li:hover .more a{
	background-color: #FFFFFF;
	color: #D9353D;
}
.newlist ul li:first-child{
	margin-top: 0px;
}
.showtitle{
	width: 100%;
	float: left;
	font-size: 1.2rem;
	line-height: 1.5rem;
	font-weight: bold;
}
.showdate{
	width: 100%;
	float: left;
	font-size: 0.8rem;
	color: #828282;
	margin-top: 1.0rem;
}
.showtex{
	width: 100%;
	float: left;
	margin-top: 1.5rem;
	font-size: 0.8rem;
	line-height: 1.5rem;
	color: #666666;
}
.showtex img{
	max-width: 100%;
	height: auto;
}

.fh{
	display: flex;
	margin-top: 1.0rem;
	width: 100%;
	float: left;
}
.fh a{
	width: 8.0rem;
	height: 2.5rem;
	border: 1px solid #dee2e6;
	font-size: 0.8rem;
	color: #666666;
	line-height: 2.5rem;
	text-align: center;
	border-radius: 8px;
}

/*手机*/

.tanchu{
	display:none; 
	left:0px;
	top: 0;
	width:100%;
	height: 100%;
	z-index:999999;
	position: fixed;
	background-color: rgba(0,0,0,0.6);
	padding-top: 20vh;
}
.tcxs{ display: block; }
.spnr{ width:90%; margin-left:5%; margin-right:5%; position:relative;}
.close2{ width:100%; float:left;margin-bottom:10px;}
.close2 a{
float:right;
width: 32px;
height: 32px;
background-image: url(../img/Close.png);
background-position: center;
background-repeat: no-repeat;
}
.timer{ font-family:Arial, Helvetica, sans-serif;}

}
































