@charset "utf-8";
/* CSS Document */
body{
	font-size:12px;
	font-weight:normal;
	color:#000;
	line-height:1.5;
	font-family:"Arial"!important;
	margin:auto
	}
@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:#000;
	text-decoration:none;
	transition: all 0.6s;
	}
a:hover{
	color:#39B24A;
	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:78vh; 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:auto;
	margin:auto;
	max-width:1440px;
	padding:0px 15px;
}
.header{
	width:100%;
	float:left;
	position:absolute;
	top:20px;
	left:0;
	z-index:990;
}
.header.pos{
	position:fixed;
	background:#FFF;
	top:0px;
	
}
.top{
	width:100%;
	float:left;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	height:80px;
	position:relative;
}
.logo{
	width:200px;
	display: flex;
}
.logo img{
	max-width:100%;
	height:auto;
}
.top-r{
	width:auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.innav{
	width: auto;
	height: 51px;
}
.innav ul{
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.innav ul li{
	width:auto;
	display: flex;
	align-items: center;
	height: 51px;
	position:relative;
	margin-left:50px;
}
.innav ul li i{
	width: 18px;
	height: 18px;
	background-image:url(../img/xjt.png);
	background-position:center;
	background-repeat:no-repeat;
}
.innav ul li a{
	color:#FFF;
	font-size:14px;
}
.header.pos .innav ul li i{
	width: 18px;
	height: 18px;
	background-image:url(../img/xjt2.png);
	background-position:center;
	background-repeat:no-repeat;
}
.header.pos .innav ul li a{
	color:#000;
	font-size:14px;
}
.innav ul li a:hover{
	color:#39B24A;
}
.innav ul li .xiala{
	width: 243px;
	background: #ffffff;
	padding:20px 0;
	position:absolute;
	left:0;
	top:50px;
	z-index:910;
	opacity:0;
	visibility:hidden;
	transition: all 0.6s;
}
.innav ul li:hover .xiala{
	opacity:1;
	visibility:visible;
}
.innav ul li .xiala dl dd{
	height:46px;
	line-height:46px;
	display:flex;
	position:relative;
}
.innav ul li .xiala dl dd i{
	width:9px;
	height:18px;
	background-image:url(../img/jt02.png);
	background-position:center;
	background-repeat:no-repeat;
	position:absolute;
	right:8px;
	top:14px;
	opacity:0;
}
.innav ul li .xiala dl dd:hover i{
	opacity:1;
}
.innav ul li .xiala dl dd a{
	width:100%;
	padding-left:30px;
	height:46px;
	line-height:46px;
	color:#333;
	font-size:12px!important;
}
.innav ul li .xiala dl dd a:hover{
	background-color:#39B24A;
	color:#FFF;
}
.innav ul li .xiala dl dd .sanj{
	width: 400px;
	font-size:12px;
	line-height:46px;
	position:absolute;
	right:-400px;
	top:0;
	z-index:99;
	opacity:0;
	visibility:hidden;
	padding:0px 20px;
}
.innav ul li .xiala dl dd .sanj .aa{
	width:100%;
	float:left;
	background: #ffffff;
	padding:10px 10px;
}
.innav ul li .xiala dl dd:hover a{
	background-color:#39B24A;
	color:#FFF;
}
.innav ul li .xiala dl dd:hover .sanj{
	opacity:1;
	visibility:visible;
}
.innav ul li .xiala dl dd .sanj a{
	color:#333;
	background-color:transparent;
}
.innav ul li .xiala dl dd .sanj a:hover{
	color:#39B24A;
	background-color:transparent;
}

.header.pos .zyw{
	color:#333;
}
.header .pic01{
	display:inline-block;
}
.header .pic02{
	display:none;
}

.header.pos .pic01{
	display:none;
}
.header.pos .pic02{
	display: inline-block;
}

.zyw{
	width:auto;
	margin-left:80px;
	display: flex;
	align-items: center;
	font-size:14px;
	color:#FFF;
	position:relative;
}
.zyw .xiala{
	width: 243px;
	background: #ffffff;
	padding:20px 0;
	position:absolute;
	left:0;
	top:50px;
	z-index:9999;
	opacity:0;
	visibility:hidden;
	transition: all 0.6s;
}
.zyw:hover .xiala{
	opacity:1;
	visibility:visible;
}
.zyw .xiala dl dd{
	height:46px;
	line-height:46px;
	display:flex;
	position:relative;
}
.zyw .xiala dl dd a{
	width:100%;
	padding-left:30px;
	height:46px;
	line-height:46px;
	color:#333;
}
.zyw .xiala dl dd a:hover{
	background-color:#39B24A;
	color:#FFF;
}
.zyw img{
	margin-right:20px;
}
.zyw i{
	width: 18px;
	height: 18px;
	background-image:url(../img/xjt.png);
	background-position:center;
	background-repeat:no-repeat;
	margin-left:15px;
}
.search{
	width:auto;
	display: flex;
	align-items: center;
	margin-left:40px;
	cursor:pointer;
}
.search img{
	max-width:100%;
	height:auto;
}
.chax{
	right:7.8vw; 
	top:80px;
	position: absolute;
	width:300px; 
	z-index:99999;
	display: none;
}
.chax.marg{
	top:80px;
}
.chax　div{
	display: flex;
}
.chax input{
	float: left;
}
.chaxbk{
	width: 220px;
	height: 48px;
	line-height: 48px;
	border: 0px;
	background-color: #f5f5f5;
	outline: none;
	padding-left: 10px;
	color: #999999;
	font-family: "微软雅黑";
	font-size: 14px;
	color: #999999;
}
.chaxanniu{
	width: 80px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	cursor: pointer;
	background-color: #39b24a;
	color: #FFFFFF;
	border: 0px;
	outline:none;
}
.tel{
	width: 183px;
	height: 51px;
	background: #39b24a;
	border-radius: 8px;
	margin-left:60px;
	line-height:51px;
	text-align:center;
	font-family: Roboto;
	font-size:16px;
	font-weight:bold;
	color:#FFF;
}
.bantex{
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:99;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.bantex01{
	width:100%;
	float:left;
}
.bantex01 .a01{
	width:65%;
	font-size:14px;
	line-height:18px;
	color:#FFF;
}
.bantex01 .a01 h1{
	font-size:16px;
	line-height:21px;
	color:#39B24A;
	font-weight:normal;
	margin-top:10px;
	margin-bottom:10px;
}
.bantex01 .a01 h2{
	font-size:24px;
	line-height:48px;
	    color: #2274c0;
}
.bantex01 .a01 h2 i{
	color:#39B24A;
}
.bantex01 .a01 ul{
	display:flex;
	flex-wrap: wrap;

}
.bantex01 .a01 ul li{
	width:100%;
	display: flex;
	align-items: center;
	font-size:16px;
	line-height:21px;
	margin-top:0px;
	color: #39B24A;
}
.bantex01 .a01 p{color: #39B24A;}
.bantex01 .a01 ul li img{
	margin-right:20px;
}
.bantex01 .a01 dl dt{
	margin-top:40px;
	display:flex;
}
.bantex01 .a01 dl dd{
	margin-top:20px;
	display:flex;
	margin-bottom:35px;
}
.bk{
	width: 418px;
	height: 38px;
	background: #ffffff;
	border: 1px solid #cccccc;
	border-radius: 7px;
	padding-left:25px;
	font-family:'微软雅黑';
	font-size:12px;
	color:#999;
	line-height:38px;
	outline:none;
}
.wbk{
	height: 150px;
	width:100%;
	background: #ffffff;
	border: 1px solid #cccccc;
	border-radius: 7px;
	padding-left:10px;
	font-family:'微软雅黑';
	font-size:14px;
	color:#999;
	line-height:25px;
	outline:none;
}
.xin{margin-bottom:45px;}
.anniu{
	width: 65%;
	height: 41px;
	background: #39b24a;
	border-radius: 5px;
	line-height:41px;
	border:0px;
	text-align:center;
	font-size:14px;
	cursor:pointer;
	color:#FFF;
}
.inwrap{
	width:100%;
	float:left;
	background-color:#f1f1f1;
	padding-bottom:80px;
}
.index01{
	width:100%;
	float:left;
	height:205px;
	position:relative;
}
.inys{
	width:100%;
	float:left;
	position:absolute;
	top:-75px;
	left:0;
	z-index:1;
}
.inys ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.inys ul li{
	width:31.94%;
	height: 235px;
	background: #868686;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
.inys ul li .pic{
	height:50px;
	overflow:hidden;
	text-align:center;
}
.inys ul li h1{
	margin-top:15px;
	text-align:center;
	font-size:18px;
	line-height:28px;
	color:#FFF;
}
.inys ul li dl dt{
	margin-top:10px;
	text-align:center;
	font-size:16px;
	line-height:46px;
	color:#FFF;
}
.inys ul li dl dt b{
	font-size:36px;
}
.inys ul li dl dd{
	font-size:16px;
	line-height:28px;
	margin-top:3px;
	text-align:center;
	color:#FFF;
}
.inys ul li:first-child{
	background-color:#2274C0;
}
.inys ul li:nth-child(2){
	background-color:#39B24A;
}

.index02{
	width:100%;
	float:left;
	margin-top:0px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.index02 .tex{
	width:32%;
	font-size:14px;
	line-height:24px;
	color:#666;
}
.index02 .tex h1{
	font-size:16px;
	line-height:21px;
	color:#2274C0;
	font-weight:normal;
}
.index02 .tex h2{
	font-size:20px;
	line-height:1.2;
	color:#333;
}
.index02 .tex .fw{
	display:flex;
	margin-top:30px;
}
.index02 .tex .fw a{
	width: 158px;
	height: 46px;
	background: #39b24a;
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height:46px;
	color:#FFF;
}
.index02 .pic{
	width:32%;
}
.index02 .pic h1{
	font-size:16px;
	line-height:21px;
	color:#2274C0;
	font-weight:normal;
	margin-bottom:10px;
	margin-top:20px;
}
.index02 .pic li:nth-child(1) h1{
	margin-top:0px;
	}
.index02 .pic .new{
	margin-top:0px;
}
.index02 .pic img{
	width:100%;
	height:auto;
	display:block;
}
.inwrap2{
	width:100%;
	float:left;
	padding-bottom:65px;
	background: linear-gradient(180deg,#f1f1f1, #ffffff 100%);
}
.intit{
	width:100%;
	float:left;
	margin-top:35px;
	text-align:center;
}
.intit dl dt{
	font-size:16px;
	line-height:21px;
	color:#2274C0;
}
.intit dl dd{
	margin-top:17px;
	font-size:28px;
	line-height:40px;
	color:#1A3240;
	font-weight:bold;
}
.kh{
	width:100%;
	float:left;
	margin-top:50px;
}
.kh ul li{
	width:200px;
	height:90px;
	margin-right:35px;
	float:left;
	display: flex;
	align-items: center;
}
.kh ul li a{
	width:100%;
	height:100%;
	display: flex;
	align-items: center;
}
.kh ul li img{
	max-width:100%;
	max-height:100%;
	height:auto;
}
.sbaz{
	width:100%;
	float:left;
	background-image:url(../img/ab01.jpg);
	background-position:center top;
	background-repeat:no-repeat;
}
.intit2{
	width:100%;
	float:left;
	margin-top:70px;
	display: flex;
	justify-content: center;
	text-align:center;
	font-size:14px;
	line-height:21px;
	color:#FFF;
}
.intit2 div{
	width:80%;
}
.intit2 div h1{
	font-size:32px;
	line-height:46px;
	margin-top:17px;
	margin-bottom:23px;
}
.intit2 div h1 a{ color:#FFF}
.sbaz01{
	width:100%;
	float:left;
	margin-top:10px;
}
.sbaz01 ul{
	display: flex;
	flex-wrap: wrap;
}
.sbaz01 ul li{
	width:calc(34.0% - 30px);
	margin-right:30px;
	background-color:#FFF;
	margin-top:30px;
}
.sbaz01 ul li:nth-child(3n){
	margin-right:0px;
}
.sbaz01 ul li .pic{
	overflow:hidden;
}
.sbaz01 ul li .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.sbaz01 ul li:hover .pic img{
	transform: scale(1.05);
}
.sbaz01 ul li .tex{
	padding:20px 40px;
	padding-top:20px;
}
.sbaz01 ul li .tex dl dt{
	padding-top:18px;
	font-size:21px;
	line-height:28px;
	color:#55595C;
	position:relative;
	font-weight:bold;
}
.sbaz01 ul li .tex dl dt .hx{
	width: 48px;
	height: 6px;
	background: #39b24a;
	border-radius: 3px;
	position:absolute;
	left:0;
	top:0;
	z-index:1;
}
.sbaz01 ul li .tex dl dd{
	margin-top:10px;
	color:#666;
	font-size:14px;
	line-height:25px;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
}
.sbaz01 ul li .tex .more{
	margin-top:15px;
	display:flex;
}
.sbaz01 ul li .tex .more a{
	width: 127px;
	height: 48px;
	background: #39b24a;
	border-radius: 8px;
	color:#FFF;
	line-height:48px;
	font-size:14px;
	text-align:center;
}
.intit3{
	width:100%;
	float:left;
	margin-top:50px;
	text-align:center;
	display: flex;
	justify-content: center;
}
.intit3 div{
	width:80%;
}
.intit3 div dl dt{
	font-size:32px;
	line-height:46px;
	font-weight:bold;
}
.intit3 div dl dt a{ color:#000}
.intit3 div dl dt a:hover{ color:#000}
.intit3 div dl dd{
	margin-top:23px;
	font-size:14px;
	line-height:21px;
	color:#666;
}
.foot{
	width:100%;
	float:left;
	background-color:#2274c0;
	padding-top:60px;
}
.foot01{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-bottom:100px;
}
.foot01 dl dt{
	font-size:18px;
	line-height:28px;
	color:#39B24A;
	margin-bottom:15px;
	font-weight:bold;
}
.foot01 dl dd{
	font-size:13px;
	line-height:20px;
	margin-top:8px;
	color:#FFF;
	display: flex;
	align-items: center;
}
.foot01 dl dd img{
	margin-right:20px;
}
.foot01 dl dd a{
	color:#FFF;
}
.foot01 .a01{
	width:20%;
}
.foot01 .a01 h1{
	font-size:18px;
	line-height:28px;
	color:#39B24A;
	margin-bottom:15px;
}
.foot01 .a01 ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.foot01 .a01 ul li{
	width:50%;
	font-size:13px;
	line-height:20px;
	margin-top:8px;
	color:#FFF;
}
.foot01 .a01 ul li a{
	color:#FFF;
}
.foot01 .a02{
	width:auto;
}
.foot01 .a02 h1{
	margin-bottom:50px;
}
.foot01 .a02 dl dt{
	display:flex;
	align-items: center;
	justify-content: flex-end;
}
.foot01 .a02 dl dt a{
	margin-left:15px;
}
.foot01 .a02 dl dd{
	margin-top:68px;
	display:flex;
	align-items: center;
	justify-content: flex-end;
}
.foot01 .a02 dl dd i{
	width:18px;
	height:18px;
	background-image:url(../img/xjt.png);
	background-position:center;
	background-repeat:no-repeat;
}
.foot01 .a02 dl dd img{
	margin-right:20px;
}
.foot01 .a02 dl dd a{
	color:#FFF;
}
.link{ color:#FFF; width:100%; line-height:25px; padding-bottom:15px; font-size:14px;}
.link a{ color:#FFF; padding:5px 10px;}
.foot02{
	width:100%;
	float:left;
	padding:30px 0;
	border-top:1px solid rgba(255,255,255,0.17);
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	color:#FFF;
}

.fwbanner{
	width:100%;
	float:left;
	height:950px;
	background-image:url(../img/fwbanner.jpg);
	background-position:center;
	background-repeat:no-repeat;
}
.bantit{
	width:100%;
	float:left;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-top:200px;
}
.bantit div{
	width:64%;
}
.bantit div dl dt{
	font-size:40px;
	line-height:60px;
	color:#FFF;
	text-align:center;
	font-weight:bold;
}
.bantit div dl dd{
	margin-top:12px;
	text-align:center;
	font-size:14px;
	line-height:25px;
	color:#FFF;
}
.bantit div ul{
	display:flex;
	margin-top:40px;
	flex-wrap: wrap;
}
.bantit div ul li{
	width:100%;
	display:flex;
	align-items: center;
	justify-content: center;
	margin-top:20px;
}
.sbys{
	width:100%;
	float:left;
	margin-top:60px;
	background: #ffffff;
	border-radius: 12px;
	box-shadow: -15px 10px 100px 0px rgba(0,0,0,0.08);
	padding:40px 60px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.sbys-l{
	width:60%;
	font-size:14px;
	line-height:25px;
	color:#666;
}
.sbys-l h1{
	font-size:32px;
	line-height:46px;
	color:#333;
	margin-bottom:14px;
}
.sbys-r{
	width:24%;
}
.sbys-r ul li{
	width:100%;
	float:left;
	display:flex;
	align-items: center;
	font-size:18px;
	font-weight:bold;
	margin-top:30px;
	line-height:25px;
}
.sbys-r ul li img{
	margin-right:20px;
}
.sbys-r ul li:first-child{
	margin-top:0px;
}

.sbazlist{
	width:100%;
	float:left;
}
.sbazlist ul li{
	width:100%;
	float:left;
	background-color:#f1f1f1;
	padding:80px 0;
}
.sbazlist ul li .a01{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.sbazlist ul li .a01.dduan{
	align-items: flex-start;
}
.sbazlist ul li .a01 .pic{
	width:40.94%;
	overflow:hidden;
}
.sbazlist ul li .a01 .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.sbazlist ul li .a01 .pic h1{
	font-size:32px;
	line-height:48px;
	color:#2274C0;
}
.sbazlist ul li:hover .a01 .pic img{
	transform: scale(1.05);
}
.sbazlist ul li .a01 .tex{
	width:48.61%;
	font-size:14px;
	line-height:25px;
	color:#666;
}
.sbazlist ul li .a01 .tex h1{
	font-size:36px;
	line-height:54px;
	font-weight:bold;
	margin-bottom:40px;
	color:#333;
}
.sbazlist ul li .a01 .tex .more{
	display:flex;
	margin-top:40px;
}
.sbazlist ul li .a01 .tex .more a{
	width: 126px;
	height: 51px;
	background: #39b24a;
	border-radius: 8px;
	line-height:51px;
	text-align:center;
	font-size:16px;
	color:#FFF;
}
.sbazlist ul li:nth-child(2n){
	background-color:#FFF;
}
.nybanner{
	width:100%;
	float:left;
	position:relative;
}
.nybanner img{
	width:100%;
	height:auto;
	display:block;
}
.nybanner .tex{
	width:100%;
	height:100%;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
	font-size:40px;
	line-height:60px;
	color:#FFF;
	text-shadow: 0px 4px 4px 0px rgba(0,0,0,0.25);
	position:absolute;
	left:0;
	top:0;
	z-index:1;
	font-weight:bold;
}
.nybanner .tex h5{
	font-size:40px;
	font-weight:bold;
	text-align:center;
}
.nybanner .tex .jjnr{
	font-size:14px;
	line-height:25px;
	width:100%;
	float:left;
	margin-top:30px;
	text-align:center;
	background:#2274c0;
	padding:30px 60px;
	font-weight:300;
}
.sczb{
	width:100%;
	float:left;
	margin-top:80px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.sczb-l{
	width:855px;
}
.sczb-r{
	width:calc(100.0% - 955px);
	font-size:14px;
	line-height:25px;
	color:#666;
}
.sczb-r h1{
	padding-bottom:40px;
	position:relative;
	margin-bottom:40px;
	color:#333;
	line-height:2;
}
.sczb-r h1 .hx{
	width: 48px;
	height: 6px;
	background: #39b24a;
	border-radius: 3px;
	position:absolute;
	left:0;
	bottom:0;
	z-index:1;
}
.sczb-r .fh{
	display:flex;
	margin-top:40px;
}
.sczb-r .fh a{
	width: 126px;
	height: 51px;
	background: #39b24a;
	border-radius: 8px;
	line-height:51px;
	text-align:center;
	font-size:16px;
	color:#FFF;
}
.sczb-r h2{
	margin-top:115px;
	font-size:32px;
	line-height:48px;
	color:#2274C0;
}
.ilx{
	display:flex;
	margin-top:20px;
}
.ilx dl dd{
	width:100%;
	display:flex;
	align-items: center;
	justify-content: center;
	margin-top:20px;
}

.about{
	width:100%;
	float:left;
}
.about ul li{
	width:100%;
	float:left;
	background-color:#fff;
	padding:80px 0;
}
.about ul li .a01{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.about ul li .a01 .pic{
	width:40.94%;
	overflow:hidden;
}
.about ul li .a01 .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.about ul li:hover .a01 .pic img{
	transform: scale(1.05);
}
.about ul li .a01 .tex{
	width:48.61%;
	font-size:14px;
	line-height:25px;
	color:#666;
}
.about ul li .a01 .tex h1{
	font-size:36px;
	line-height:54px;
	font-weight:bold;
	margin-bottom:40px;
	color:#333;
}
.about ul li:nth-child(2n){
	background: linear-gradient(107deg,#2274c0, #60cc72 100%);
}
.about ul li:nth-child(2n) .a01 .tex{
	color:#FFF;
}
.about ul li:nth-child(2n) .a01 .tex h1{
	color:#FFF;
}
.ab02{
	width:100%;
	float:left;
	background-color:#3E84C4;
	padding-bottom:80px;
	padding-top:100px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	font-size:16px;
	line-height:21px;
	color:#FFF;
	text-align:center;
}
.ab02 div{width:63%;}
.gree{
	color:#39B24A;
}
.ab02 h1{
	font-size:32px;
	line-height:54px;
	margin-bottom:20px;
}
.ab02 .more{
	display:flex;
	justify-content: center;
	margin-top:40px;
}
.ab02 .more a{
	width: 137px;
	height: 48px;
	background: #ffffff;
	border-radius: 8px;
	line-height:48px;
	text-align:center;
	color:#2274C0;
}

.newlist{
	width:100%;
	float:left;
}
.newlist ul li{
	width:100%;
	float:left;
	background-color:#fff;
	padding:60px 0;
}
.newlist ul li .a01{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.newlist ul li .a01 .pic{
	width:33.33%;
	overflow:hidden;
}
.newlist ul li .a01 .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.newlist ul li:hover .a01 .pic img{
	transform: scale(1.05);
}
.newlist ul li .a01 .tex{
	width:56.25%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.newlist ul li .a01 .tex .date{
	width:60px;
	text-align:center;
}
.newlist ul li .a01 .tex .date dl dt{
	font-size:48px;
	line-height:48px;
	font-family: anton;
}
.newlist ul li .a01 .tex .date dl dd{
	font-size:14px;
	line-height:21px;
	color:#999;
}
.newlist ul li .a01 .tex .subtex{
	width:calc(100.0% - 130px);
}
.newlist ul li .a01 .tex .subtex dl dt{
	font-size:18px;
	line-height:27px;
	color:#333;
	font-weight:bold;
}
.newlist ul li .a01 .tex .subtex dl dd{
	margin-top:20px;
	font-size:14px;
	line-height:28px;
	color:#666;
}
.newlist ul li .a01 .tex .subtex .more{
	margin-top:40px;
	display:flex;
}
.newlist ul li .a01 .tex .subtex .more a{
	width: 126px;
	height: 51px;
	background: #39b24a;
	border-radius: 8px;
	line-height:51px;
	text-align:center;
	font-size:16px;
	color:#FFF;
}
.newlist ul li:nth-child(2n){
	background-color:#f2f2f2;
}
.fy{
	width:100%;
	float:left;
	margin-bottom:60px;
	margin-top:60px;
}
.fy ul{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.fy ul li{
	width:auto;
	margin-right:20px;
	display: flex;
	align-items: center;
}
.fy ul li a{
	width: 70px;
	height: 70px;
	background: #ffffff;
	border: 1px solid #e0e0e0;
	border-radius: 50%;
	font-size:14px;
	font-weight:bold;
	font-family:'宋体';
	text-align:center;
	line-height:70px;
}
.fy ul li a:hover{
	background: #39b24a;
	border:1px solid #39b24a;
	color:#FFF;
}
.newtit{
	width:100%;
	float:left;
	font-size:24px;
	line-height:36px;
	color:#333;
	font-weight:bold;
	margin-top:50px;
}
.newdate{
	width:100%;
	float:left;
	margin-top:24px;
	font-size:12px;
	line-height:16px;
	color:#828282;
}
.newtex{
	width:100%;
	float:left;
	margin-top:45px;
	font-size:14px;
	line-height:30px;
	color:#333;
}
.newtex img{
	max-width:100%;
	height:auto;
}
.fhlb{
	width:100%;
	float:left;
	margin-top:60px;
	display: flex;
	align-items: center;
	margin-bottom:60px;
}
.fhlb a{
	width: 126px;
	height: 51px;
	background: #39b24a;
	border-radius: 8px;
	line-height:51px;
	text-align:center;
	font-size:16px;
	color:#FFF;
}
.lxwrap{
	width:100%;
	float:left;
	background-color:#f1f1f1;
	padding:80px 0;
}
.lxwm{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.lxwm-l{
	width:42.5%;
	font-size:14px;
	line-height:25px;
	color:#666;
}
.lxwm-l h1{
	font-size:32px;
	line-height:48px;
	color:#333;
}
.lxwm-l h2{
	margin-top:60px;
	font-size:20px;
	line-height:30px;
	color:#333;
	margin-bottom:30px;
}
.lxwm-r{
	width:43%;
}
.lxwm-r .pic{
	overflow:hidden;
}
.lxwm-r .pic img{
	width:100%;
	height:auto;
	display:block;
}
.lxwm-r .tex{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top:30px;
}
.lxwm-r .tex ul li{
	width:100%;
	display: flex;
	align-items: center;
	font-size:14px;
	line-height:18px;
	color:#2274C0;
	margin-top:20px;
}
.lxwm-r .tex ul li img{
	margin-right:20px;
}
.lxwm-r .tex ul li:first-child{
	margin-top:0px;
}
.lxwm-r .tex div{
	overflow:hidden;
}







#w100{
	width:100%;
}
.mart80{
	margin-top:80px;
}
.mart0{
	margin-top:0px;
}
.w610{
	width:610px;
}
.mart40{
	margin-top:15px;
}
.pc{
	display: block;
}
.moblie{
	display: none;
}
.header2{
	display: none;
}

#demo { 
overflow:hidden; 
width: 100%; 
} 
#demo img { 
} 
#indemo { 
float: left; 
width: 1800%; 
} 
#demo1 { 
float: left; 
} 
#demo2 { 
float: left; 
} 
.rongy{ background:#f2f2f2; width:100%; float:left;}
.nytit{
	width:100%;
	float:left;
	margin-top:80px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
.nytit img{
	margin-left:24px;
	margin-right:24px;
}
.nytit dl dt{
	font-size:40px;
	line-height:60px;
	text-align:center;
	font-weight: 500;
	
}
.nytit dl .ry{font-weight: bold;}
.nytit dl dd{
	margin-top:10px;
	font-size:16px;
	line-height:21px;
	color:#666;
}
.innew02{
	width:100%;
	background-color:#FFF;
	float:left;
	padding-bottom:5px;
}
.innew02 ul li{
	width:100%;
	float:left;
	padding:0px 20px;
	display:flex;
	justify-content: space-between;
	align-items: center;
	transition: all 0.6s;
}
.innew02 ul li a{
	width:100%;
	display:flex;
	justify-content: space-between;
	align-items: center;
}
.innew02 ul li:hover .tex dl dt{ color:#39b24a;}

.innew02 ul li .date{
	width: 78px;
	min-width:78px;
	height: 78px;
	border-radius: 8px;
	display:flex;
	justify-content: center;
	align-items: center;
	text-align:center;
	margin-right:20px;
	background-image:url(../img/rqbg.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:100% 100%;
}
.innew02 ul li .date dl dt{
	font-size:20px;
	line-height:30px;
	color:#999999;
	font-family:Arial;
	font-weight:bold;
}
.innew02 ul li .date dl dd{
	font-size:12px;
	line-height:16px;
	color:#999;
	font-family:Arial;
}
.innew02 ul li .tex{
	width:calc(100% - 88px);
}
.innew02 ul li .tex dl dt{
	font-size: 16px;
    line-height: 21px;
    font-weight: 550;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 1;
    -webkit-box-orient: vertical;
	 
}
.innew02 ul li{
	margin-top:10px;
	}
.innew02 ul li .tex dl dd{
	font-size:12px;
	line-height:22px;
	
	margin-top:1px;
	 text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}
	
}

@media (min-width:1000px) and (max-width:1300px){
.bantex01 .a01 {
    width: 100%;}	
.inys{top: -45px;}
	}
@media (min-width:1000px) and (max-width:1600px){
	.bantex01 .a01 h2{ font-size:19px;line-height: 1.5;}
	.bantex01 .a01 h3{ font-size:28px;}
	.bantex01 .a01 h4{ font-size:28px;}
	
	.bantex01 .a01 ul li.qhwz_container_list_item{ font-size:19px!important

;line-height: 1.5;}
	.bantex01 p{ display:none;}
	.bantex01 .a01 ul{ margin-top:0px;}
	.logo{width:12%;}
	.top-r{width:80%;}
	.zyw {
    width: auto;
    margin-left: 30px;}
	.innav ul li {
    width: auto;    
    margin-left: 30px;
}
.index02 .tex h2 {
    font-size: 20px;
    line-height: 1.5;}
.xin {
    margin-bottom: 25px;
}
.mart40 {
    margin-top:10px;
	line-height: 1.4;
}
.index02 .tex .fw{margin-top: 50px;}
.innav ul li a {
    color: #FFF;
    font-size: 12px;
}
.header.pos .innav ul li a{font-size:12px;}
.tel{ margin-left: 30px;width: 140px;font-size: 14px;}
.search {
    width: auto;
    display: flex;
    align-items: center;
    margin-left: 20px!important;}
.bantex01 .a01 h1 {
    margin-top: 70px;}
.sbaz01 ul li .tex dl dt {
    font-size: 16px;
    line-height: 24px;}
	}
@media (min-width:1000px) and (max-width:1440px){
.index02 .tex .fw {
    margin-top: 50px;
}
.innew02 ul li {
    margin-top: 22.3px;
}
	}	

@media (max-width:999px) {


.pc{
	display: none;
}
.moblie{
	width: 100%;
	float: left;
}
.header{
	display: none;
}
.header2{ 
	width:100%; 
	float:left; 
	height:4rem; 
	line-height:4rem;
	background-color: #2274c0;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 990;
	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:4rem; 
	background:#2274c0;
}
.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.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: #39B24A; 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;
}

.main{
	width:100%;
	float:left;
	padding:0 5%;
}

.bantex{
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:910;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.bantex01{
	width:100%;
	float:left;
}
.bantex01 .a01{
	width:100%;
	font-size:0.8rem;
	line-height:1.5rem;
	color:#FFF;
}
.bantex01 .a01 h1{
	font-size:0.8rem;
	line-height:1.5rem;
	color:#39B24A;
	font-weight:normal;
	margin-bottom:0.5rem;
}
.bantex01 .a01 h2{
	font-size:1.0rem;
	line-height:1.5rem;
}
.bantex01 .a01 h2 i{
	color:#39B24A;
}
.bantex01 .a01 ul{
	display:flex;
	flex-wrap: wrap;
	margin-top:45px;
	display:none;
}
.bantex01 .a01 ul.moblie2{
	display:flex;
	flex-wrap: wrap;
	width:auto;
	margin-top:0px;
}
.qhwz_container {
    font-weight: 600;
    overflow: hidden;
    height: 1.5rem;
}
.bantex01 .a01 ul li{
	width:100%;
	display: flex;
	align-items: center;
	font-size:1.0rem;
	line-height:1.5rem;
}
.bantex01 .a01 ul li img{
	margin-right:20px;
}
.bantex01 .a01 dl{
	display:none;
}
.bantex01 .a01 p{
	display:none;
}
.bantex01 .a01 dl dt{
	margin-top:40px;
	display:flex;
}
.bantex01 .a01 dl dd{
	margin-top:20px;
	display:flex;
	margin-bottom:35px;
}
.bk{
	width: 100%;
	height: 2.0rem;
	background: #ffffff;
	border: 1px solid #cccccc;
	border-radius: 7px;
	padding-left:1.0rem;
	font-family:'微软雅黑';
	font-size:0.8rem;
	color:#999;
	line-height:2.0rem;
	outline:none;
}
.anniu{
	width: 100%;
	height: 2.0rem;
	background: #39b24a;
	border-radius: 5px;
	line-height:2.0rem;
	border:0px;
	text-align:center;
	font-size:0.8rem;
	cursor:pointer;
	color:#FFF;
}
.inwrap{
	width:100%;
	float:left;
	background-color:#f1f1f1;
	padding-bottom:3.0rem;
}
.index01{
	width:100%;
	float:left;
	height: auto;
}
.inys{
	width:100%;
	float:left;
}
.inys ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.inys ul li{
	width:100%;
	height: auto;
	background: #868686;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	margin-top:1.0rem;
	padding:2.0rem;
}
.inys ul li .pic{
	height:2.5rem;
	overflow:hidden;
	text-align:center;
}
.inys ul li .pic img{
	max-height:2.5rem;
}
.inys ul li h1{
	margin-top:1.0rem;
	text-align:center;
	font-size:1.0rem;
	line-height:1.5rem;
	color:#FFF;
}
.inys ul li dl dt{
	margin-top:1.0rem;
	text-align:center;
	font-size:0.8rem;
	line-height:1.5rem;
	color:#FFF;
}
.inys ul li dl dt b{
	font-size:1.2rem;
}
.inys ul li dl dd{
	font-size:0.8rem;
	line-height:1.5rem;
	margin-top:3px;
	text-align:center;
	color:#FFF;
}
.inys ul li:first-child{
	background-color:#2274C0;
}
.inys ul li:nth-child(2){
	background-color:#39B24A;
}

.index02{
	width:100%;
	float:left;
	margin-top:2.0rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.index02 .tex{
	width:100%;
	font-size:0.8rem;
	line-height:1.5rem;
	color:#666;
}
.index02 .tex h1{
	font-size:0.8rem;
	line-height:1.5rem;
	color:#2274C0;
	font-weight:normal;
}
.index02 .tex h2{
	font-size:1.2rem;
	line-height:2.0rem;
	color:#333;
}
.index02 .tex .fw{
	display:flex;
	margin-top:2.0rem;
}
.index02 .tex .fw a{
	width: 8.0rem;
	height: 2.0rem;
	background: #39b24a;
	border-radius: 0.2rem;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height:2.0rem;
	color:#FFF;
}
.index02 .pic{
	width:100%;
	margin-top:1.0rem;
}
.index02 .pic h1{
	font-size:0.8rem;
	line-height:1.5rem;
	color:#2274C0;
	font-weight:normal;
}
.index02 .pic img{
	width:100%;
	height:auto;
	display:block;
}
.inwrap2{
	width:100%;
	float:left;
	padding-bottom:3.0rem;
	background: linear-gradient(180deg,#f1f1f1, #ffffff 100%);
}
.intit{
	width:100%;
	float:left;
	margin-top:3.0rem;
	text-align:center;
}
.intit dl dt{
	font-size:0.8rem;
	line-height:1.5rem;
	color:#2274C0;
}
.intit dl dd{
	margin-top:0.5rem;
	font-size:1.0rem;
	line-height:1.5rem;
	color:#1A3240;
	font-weight:bold;
}
.kh{
	width:100%;
	float:left;
	margin-top:50px;
}
.kh ul li{
	width:120px;
	height:70px;
	margin-right:15px;
	float:left;
	display: flex;
	align-items: center;
}
.kh ul li a{
	width:100%;
	height:100%;
	display: flex;
	align-items: center;
}
.kh ul li img{
	max-width:100%;
	max-height:100%;
	height:auto;
}
.sbaz{
	width:100%;
	float:left;
	background-image:url(../img/ab01.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	background-size: auto 20rem;
}
.intit2{
	width:100%;
	float:left;
	margin-top:2.0rem;
	display: flex;
	justify-content: center;
	text-align:center;
	font-size:0.8rem;
	line-height:1.5rem;
	color:#FFF;
}
.intit2 div{
	width:100%;
	line-height:1.2rem;
}
.intit2 div h1{
	font-size:1.2rem;
	line-height:2.0rem;
	margin-top:0.5rem;
	margin-bottom:1.0rem;
}
.intit2 div h1 a{ color:#FFF}
.sbaz01{
	width:100%;
	float:left;
	margin-top:1.0rem;
}
.sbaz01 ul{
	display: flex;
	flex-wrap: wrap;
}
.sbaz01 ul li{
	width:100%;
	background-color:#FFF;
	margin-top:1.0rem;
}
.sbaz01 ul li .pic{
	overflow:hidden;
}
.sbaz01 ul li .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.sbaz01 ul li:hover .pic img{
	transform: scale(1.05);
}
.sbaz01 ul li .tex{
	padding:1.0rem;
	padding-top:2.0rem;
}
.sbaz01 ul li .tex dl dt{
	padding-top:0.5rem;
	font-size:1.0rem;
	line-height:1.5rem;
	color:#55595C;
	position:relative;
	font-weight:bold;
}
.sbaz01 ul li .tex dl dt .hx{
	width: 2.0rem;
	height: 3px;
	background: #39b24a;
	border-radius: 3px;
	position:absolute;
	left:0;
	top:0;
	z-index:1;
}
.sbaz01 ul li .tex dl dd{
	margin-top:1.0rem;
	color:#666;
	font-size:0.8rem;
	line-height:1.2rem;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
}
.sbaz01 ul li .tex .more{
	margin-top:2.0rem;
	display:flex;
}
.sbaz01 ul li .tex .more a{
	width: 8.0rem;
	height: 2.0rem;
	background: #39b24a;
	border-radius: 0.2rem;
	color:#FFF;
	line-height:2.0rem;
	font-size:0.8rem;
	text-align:center;
}
.intit3{
	width:100%;
	float:left;
	margin-top:3.0rem;
	text-align:center;
	display: flex;
	justify-content: center;
}
.intit3 div{
	width:100%;
}
.intit3 div dl dt{
	font-size:1.2rem;
	line-height:2.0rem;
	font-weight:bold;
}
.intit3 div dl dd{
	margin-top:1.0rem;
	font-size:0.8rem;
	line-height:1.2rem;
	color:#666;
}
.foot{
	width:100%;
	float:left;
	background-color:#2274c0;
	padding-top:3.0rem;
}
.foot01{
	width:100%;
	float:left;
	display: flex;
	flex-wrap: wrap;
	padding-bottom:3.0rem;
}
.foot01 dl{
	margin-top:1.0rem;
	width:50%;
}
.foot01 dl dt{
	font-size:1.0rem;
	line-height:1.5rem;
	color:#39B24A;
	margin-bottom:0.5rem;
	font-weight:bold;
}
.foot01 dl dd{
	font-size:0.8rem;
	line-height:1.2rem;
	margin-top:0.2rem;
	color:#FFF;
	display: flex;
	align-items: center;
}
.foot01 dl dd img{
	margin-right:0.5rem;
}
.foot01 dl dd a{
	color:#FFF;
}
.foot01 .a01{
	width:100%;
}
.foot01 .a01 h1{
	font-size:1.0rem;
	line-height:1.5rem;
	color:#39B24A;
	margin-bottom:0.5rem;
}
.foot01 .a01 ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.foot01 .a01 ul li{
	width:50%;
	font-size:0.8rem;
	line-height:1.2rem;
	margin-top:0.2rem;
	color:#FFF;
}
.foot01 .a01 ul li a{
	color:#FFF;
}
.foot01 .a02{
	width:100%;
	margin-top:2.0rem;
}
.foot01 .a02 h1{
	margin-bottom:2.0rem;
}
.foot01 .a02 h1 img{
	max-width:60%;
}
.foot01 .a02 dl dt{
	display:flex;
	align-items: center;
	width:100%;
}
.foot01 .a02 dl dt a{
	margin-right:0.5rem;
}
.foot01 .a02 dl dd{
	margin-top:2.0rem;
	display:flex;
	align-items: center;
	justify-content: flex-end;
}
.foot01 .a02 dl dd i{
	width:18px;
	height:18px;
	background-image:url(../img/xjt.png);
	background-position:center;
	background-repeat:no-repeat;
}
.foot01 .a02 dl dd img{
	margin-right:1.0rem;
}
.foot01 .a02 dl dd a{
	color:#FFF;
}
.foot02{
	width:100%;
	float:left;
	padding:1.0rem 0;
	border-top:1px solid rgba(255,255,255,0.17);
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	color:#FFF;
	font-size:0.8rem;
	line-height:1.5rem;
}
.link{ color:#FFF; width:100%; line-height:25px; padding-bottom:15px; font-size:14px;}
.link a{ color:#FFF; padding:5px 10px;}
.fwbanner{
	width:100%;
	float:left;
	height: auto;
	background-image:url(../img/fwbanner.jpg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	margin-top:4.0rem;
	padding-top:3rem;
	padding-bottom:2.0rem;
}
.bantit{
	width:100%;
	float:left;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-top:3.0rem;
}
.bantit div{
	width:100%;
}
.bantit div dl dt{
	font-size:1.2rem;
	line-height:2.0rem;
	color:#FFF;
	text-align:center;
	font-weight:bold;
}
.bantit div dl dd{
	margin-top:0.5rem;
	text-align:center;
	font-size:0.8rem;
	line-height:1.5rem;
	color:#FFF;
}
.bantit div ul{
	display:flex;
	margin-top:1.0rem;
	flex-wrap: wrap;
}
.bantit div ul li{
	width:100%;
	display:flex;
	align-items: center;
	justify-content: center;
	margin-top:1.0rem;
}
.sbys{
	width:100%;
	float:left;
	margin-top:2.0rem;
	background: #ffffff;
	border-radius: 0.2rem;
	box-shadow: -15px 10px 100px 0px rgba(0,0,0,0.08);
	padding:1.0rem 2.0rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.sbys-l{
	width:100%;
	font-size:0.8rem;
	line-height:1.5rem;
	color:#666;
}
.sbys-l h1{
	font-size:1.2rem;
	line-height:2.0rem;
	color:#333;
	margin-bottom:1.0rem;
}
.sbys-r{
	width:100%;
	margin-top:1.0rem;
}
.sbys-r ul li{
	width:100%;
	float:left;
	display:flex;
	align-items: center;
	font-size:1.0rem;
	font-weight:bold;
	margin-top:1.0rem;
	line-height:2.0rem;
}
.sbys-r ul li img{
	margin-right:0.5rem;
	max-height:2.0rem;
}
.sbys-r ul li:first-child{
	margin-top:0px;
}

.sbazlist{
	width:100%;
	float:left;
}
.sbazlist ul li{
	width:100%;
	float:left;
	background-color:#f1f1f1;
	padding:2.0rem 0;
}
.sbazlist ul li .a01{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.sbazlist ul li .a01.dduan{
	align-items: flex-start;
}
.sbazlist ul li .a01 .pic{
	width:100%;
	overflow:hidden;
}
.sbazlist ul li .a01 .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.sbazlist ul li .a01 .pic h1{
	font-size:1.2rem;
	line-height:2.0rem;
	color:#2274C0;
	margin-top:2.0rem;
}
.sbazlist ul li:hover .a01 .pic img{
	transform: scale(1.05);
}
.sbazlist ul li .a01 .tex{
	width:100%;
	font-size:0.8rem;
	line-height:1.5rem;
	color:#666;
	margin-top:2.0rem;
}
.sbazlist ul li .a01 .tex h1{
	font-size:1.2rem;
	line-height:2.0rem;
	font-weight:bold;
	margin-bottom:1.0rem;
	color:#333;
}
.sbazlist ul li .a01 .tex .more{
	display:flex;
	margin-top:2.0rem;
}
.sbazlist ul li .a01 .tex .more a{
	width: 8.0rem;
	height: 2.5rem;
	background: #39b24a;
	border-radius: 8px;
	line-height:2.5rem;
	text-align:center;
	font-size:0.8rem;
	color:#FFF;
}
.sbazlist ul li:nth-child(2n){
	background-color:#FFF;
}
.sbazlist ul li:nth-child(2n) .tex{
	margin-top:0px;
}
.sbazlist ul li:nth-child(2n) .pic{
	margin-top:2.0rem;
}
.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%;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
	font-size:1.2rem;
	line-height:2.0rem;
	color:#FFF;
	text-shadow: 0px 4px 4px 0px rgba(0,0,0,0.25);
	position:absolute;
	left:0;
	top:0;
	z-index:1;
	font-weight:bold;
}
.nybanner .tex h5{
	font-size:1rem;
	font-weight:bold;
	text-align:center;
}
.nybanner .tex .jjnr{
	font-size:0.8rem;
	line-height:1.2rem;
	width:100%;
	float:left;
	margin-top:0rem;
	text-align:center;
	background:#2274c0;
	padding:10px 10px;
}
.sczb{
	width:100%;
	float:left;
	margin-top:2.0rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.sczb-l{
	width:100%;
}
.sczb-r{
	width:100%;
	font-size:0.8rem;
	line-height:1.5rem;
	color:#666;
	margin-top:2.0rem;
}
.sczb-r h1{
	padding-bottom:1.0rem;
	position:relative;
	margin-bottom:1.0rem;
	color:#333;
	font-size:1.2rem;
}
.sczb-r h1 .hx{
	width: 2.0rem;
	height: 3px;
	background: #39b24a;
	border-radius: 3px;
	position:absolute;
	left:0;
	bottom:0;
	z-index:1;
}
.sczb-r .fh{
	display:flex;
	margin-top:1.0rem;
}
.sczb-r .fh a{
	width: 8.0rem;
	height: 2.5rem;
	background: #39b24a;
	border-radius: 0.2rem;
	line-height:2.5rem;
	text-align:center;
	font-size:0.8rem;
	color:#FFF;
}
.sczb-r h2{
	margin-top:3.0rem;
	font-size:1.2rem;
	line-height:2.0rem;
	color:#2274C0;
}
.ilx{
	display:flex;
	margin-top:1.0rem;
	width:100%;
}
.ilx dl{
	width:100%;
}
.ilx dl dd{
	width:100%;
	display:flex;
	align-items: center;
	justify-content: center;
	margin-top:1.0rem;
}

.about{
	width:100%;
	float:left;
}
.about ul li{
	width:100%;
	float:left;
	background-color:#fff;
	padding:2.0rem 0;
}
.about ul li .a01{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.about ul li .a01 .pic{
	width:100%;
	overflow:hidden;
	margin-top:2.0rem;
}
.about ul li .a01 .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.about ul li:hover .a01 .pic img{
	transform: scale(1.05);
}
.about ul li .a01 .tex{
	width:100%;
	font-size:0.8rem;
	line-height:1.5rem;
	color:#666;
}
.about ul li .a01 .tex h1{
	font-size:1.2rem;
	line-height:2.0rem;
	font-weight:bold;
	margin-bottom:1.0rem;
	color:#333;
}
.about ul li:nth-child(2n){
	background: linear-gradient(107deg,#2274c0, #60cc72 100%);
}
.about ul li:nth-child(2n) .a01 .pic{
	margin-top:0px;
}
.about ul li:nth-child(2n) .a01 .tex{
	margin-top:2.0rem;
}
.about ul li:nth-child(2n) .a01 .tex{
	color:#FFF;
}
.about ul li:nth-child(2n) .a01 .tex h1{
	color:#FFF;
}
.ab02{
	width:100%;
	float:left;
	background-color:#3E84C4;
	padding:3.0rem 5%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	font-size:0.8rem;
	line-height:1.5rem;
	color:#FFF;
	text-align:center;
}
.gree{
	color:#39B24A;
}
.ab02 h1{
	font-size:1.2rem;
	line-height:2.0rem;
	margin-bottom:1.0rem;
}
.ab02 .more{
	display:flex;
	justify-content: center;
	margin-top:2.0rem;
}
.ab02 .more a{
	width: 8.0rem;
	height: 2.0rem;
	background: #ffffff;
	border-radius: 0.2rem;
	line-height:2.0rem;
	text-align:center;
	color:#2274C0;
}

.newlist{
	width:100%;
	float:left;
}
.newlist ul li{
	width:100%;
	float:left;
	background-color:#fff;
	padding:2.0rem 0;
}
.newlist ul li .a01{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.newlist ul li .a01 .pic{
	width:100%;
	overflow:hidden;
	margin-top:2.0rem;
}
.newlist ul li .a01 .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.newlist ul li:hover .a01 .pic img{
	transform: scale(1.05);
}
.newlist ul li .a01 .tex{
	width:100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.newlist ul li .a01 .tex .date{
	width:60px;
	text-align:center;
	display:none;
}
.newlist ul li .a01 .tex .date dl dt{
	font-size:48px;
	line-height:48px;
	font-family: anton;
}
.newlist ul li .a01 .tex .date dl dd{
	font-size:14px;
	line-height:21px;
	color:#999;
}
.newlist ul li .a01 .tex .subtex{
	width:100%;
}
.newlist ul li .a01 .tex .subtex dl dt{
	font-size:1.0rem;
	line-height:1.5rem;
	color:#333;
	font-weight:bold;
}
.newlist ul li .a01 .tex .subtex dl dd{
	margin-top:1.0rem;
	font-size:0.8rem;
	line-height:1.5rem;
	color:#666;
}
.newlist ul li .a01 .tex .subtex .more{
	margin-top:1.5rem;
	display:flex;
}
.newlist ul li .a01 .tex .subtex .more a{
	width: 8.0rem;
	height: 2.5rem;
	background: #39b24a;
	border-radius: 0.2rem;
	line-height:2.5rem;
	text-align:center;
	font-size:0.8rem;
	color:#FFF;
}
.newlist ul li:nth-child(2n){
	background-color:#f2f2f2;
}
.newlist ul li:nth-child(2n) .a01 .pic{
	margin-top:0px;
}
.newlist ul li:nth-child(2n) .a01 .tex{
	margin-top:2.0rem;
}
.fy{
	width:100%;
	float:left;
	margin-bottom:2.0rem;
	margin-top:2.0rem;
}
.fy ul{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.fy ul li{
	width:auto;
	margin-right:0.2rem;
	display: flex;
	align-items: center;
}
.fy ul li a{
	width: 3.0rem;
	height: 3.0rem;
	background: #ffffff;
	border: 1px solid #e0e0e0;
	border-radius: 50%;
	font-size:0.8rem;
	font-weight:bold;
	font-family:'宋体';
	text-align:center;
	line-height:2.0rem;
}
.fy ul li a:hover{
	background: #39b24a;
	border:1px solid #39b24a;
	color:#FFF;
}
.newtit{
	width:100%;
	float:left;
	font-size:1.2rem;
	line-height:2.0rem;
	color:#333;
	font-weight:bold;
	margin-top:2.0rem;
}
.newdate{
	width:100%;
	float:left;
	margin-top:1.0rem;
	font-size:0.8rem;
	line-height:1.5rem;
	color:#828282;
}
.newtex{
	width:100%;
	float:left;
	margin-top:1.0rem;
	font-size:0.8rem;
	line-height:1.5rem;
	color:#333;
}
.newtex img{
	max-width:100%;
	height:auto;
}
.fhlb{
	width:100%;
	float:left;
	margin-top:2.0rem;
	display: flex;
	align-items: center;
	margin-bottom:2.0rem;
}
.fhlb a{
	width: 8.0rem;
	height: 2.5rem;
	background: #39b24a;
	border-radius: 0.2rem;
	line-height:2.5rem;
	text-align:center;
	font-size:0.8rem;
	color:#FFF;
}
.lxwrap{
	width:100%;
	float:left;
	background-color:#f1f1f1;
	padding:2.0rem 0;
}
.lxwm{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.lxwm-l{
	width:100%;
	font-size:0.8rem;
	line-height:1.5rem;
	color:#666;
}
.lxwm-l h1{
	font-size:1.2rem;
	line-height:2.0rem;
	color:#333;
}
.lxwm-l h2{
	margin-top:3.0rem;
	font-size:1.0rem;
	line-height:1.5rem;
	color:#333;
	margin-bottom:1.0rem;
}
.lxwm-r{
	width:100%;
	margin-top:2.0rem;
}
.lxwm-r .pic{
	overflow:hidden;
}
.lxwm-r .pic img{
	width:100%;
	height:auto;
	display:block;
}
.lxwm-r .tex{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top:1.0rem;
}
.lxwm-r .tex ul li{
	width:100%;
	display: flex;
	align-items: center;
	font-size:0.8rem;
	line-height:1.5rem;
	color:#2274C0;
	margin-top:0.5rem;
}
.lxwm-r .tex ul li img{
	margin-right:0.5rem;
	max-height:1.5rem;
}
.lxwm-r .tex ul li:first-child{
	margin-top:0px;
}
.lxwm-r .tex div{
	overflow:hidden;
	width:100%;
	text-align:center;
	margin-top:2.0rem;
}
.rongy{ background:#f2f2f2; width:100%; float:left; padding-bottom:5rem;}
.nytit{
	width:100%;
	float:left;
	margin-top:3.0rem;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
.nytit img{
	margin-left:0.5rem;
	margin-right:0.5rem;
	max-height:2.5rem;
}
.nytit dl dt{
	font-size:1.2rem;
	line-height:1.5rem;
	text-align:center;
	font-weight: 500;
}
.nytit dl dd{
	margin-top:0.2rem;
	font-size:0.8rem;
	line-height:1.0rem;
	color:#666;
}




#mart0{
	margin-top:0px;
}
#mart40{
	margin-top:1.0rem;
}
#w100{
	width:100%;
}
.mart80{
	margin-top:2.0rem;
}
.mart0{
	margin-top:0px;
}
.w610{
	width:100%;
}
.mart40{
	margin-top:1.0rem;
}




#demo { 
overflow:hidden; 
width: 100%; 
} 
#demo img { 
} 
#indemo { 
float: left; 
width: 1800%; 
} 
#demo1 { 
float: left; 
} 
#demo2 { 
float: left; 
} 


.innew02{
	width:100%;
	background-color:#FFF;
	margin-top:0.5rem;
}
.innew02 ul li{
	width:100%;
	float:left;
	padding:1.0rem;
	border-bottom:1px dashed rgba(0,0,0,0.10);
	display:flex;
	justify-content: space-between;
	align-items: center;
	transition: all 0.6s;
}
.innew02 ul li a{
	width:100%;
	display:flex;
	justify-content: space-between;
	align-items: center;
}
.innew02 ul li:hover{
	background-color:#298CDE;
}
.innew02 ul li .date{
	width: 78px;
	height: 78px;
	background: #f2f2f2;
	border-radius: 8px;
	display:flex;
	justify-content: center;
	align-items: center;
	text-align:center;
	margin-right:20px;
	display:none;
}
.innew02 ul li .date dl dt{
	font-size:36px;
	line-height:45px;
	color:#298CDE;
	font-family: DIN;
}
.innew02 ul li .date dl dd{
	font-size:12px;
	line-height:16px;
	color:#298CDE;
}
.innew02 ul li .tex{
	width:100%;
}
.innew02 ul li .tex dl dt{
	font-size:1.0rem;
	line-height:1.5rem;
	font-weight: bold;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-top:0.5rem;
}
.innew02 ul li .tex dl dd{
	font-size:0.8rem;
	line-height:1.5rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-top:0.5rem;
}
.innew02 ul li:hover .date{
	background: #ffffff;
}
.innew02 ul li:hover .tex{
	color:#FFF;
}
















}































