@charset "utf-8";
/* CSS Document */
body{
	font-size:12px;
	font-weight:normal;
	color:#333333;
	line-height:1.5;
	font-family:'Microsoft YaHei';
	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+,可以是具体的实际链接 */
}
*{
	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:#68B939;
	text-decoration: none;
	}
table{ 
	margin: auto;
	}
i{ font-style:normal}
em{ font-style:normal}



@media (min-width:1000px) {


.main{
	width:100%;
	float:left;
	padding:0px 8.3vw;
}
.header{
	width: 100%;
	float: left;
	height: 80px;
	padding:0px 8.3vw;
	position: absolute;
	left:0;
	top:20px;
	z-index:11;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.header .pic01{
	display:inline-block;
}
.header .pic02{
	display:none;
}


.logo{
	width: auto;
	display: flex;
	align-items: center;
	max-width:169px;
}
.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;
}
.innav ul{
	display: flex;
	align-items: center;
}
.innav ul li{
	width: auto;
	font-size: 16px;
	line-height: 21px;
	color:#FFF;
	position:relative;
	display: flex;
	align-items: center;
	margin-left:3.0vw;
}
.innav ul li a{
	color:#FFF;
}
.innav ul li a:hover{
	color:#68B939;
}
.innav ul li .huis{
	color:#333;
}
.innav ul li .cur{
	color:#68B939;
}
.innav ul li .huis:hover{
	color:#68B939;
}

#submenu {
	left:-55px;
	opacity: 0;
	position: absolute;
	top:0px;
	visibility: hidden;
	z-index:9999999;
	width:180px;
	-moz-transition: all .0s ease;
	-ms-transition: all .0s ease;
	-o-transition: all .0s ease;
	transition: all .0s ease;
	background:#ffffff;
	
}
.innav ul li:hover #submenu {
	opacity: 1;
	top:50px;
	visibility: visible;
}
#submenu dl dd{ font-size:16px; text-align:center; height:40px; line-height:40px; border-bottom:1px solid #ffffff; }
#submenu dl dd a{ line-height:40px; color:#333333; text-align: center; background:#ffffff; padding:0px; width:100%; float:left;}
#submenu dl dd:hover a{ color:#ffffff;border-bottom:0px solid #317DE9}
#submenu dl dd a:hover{color: #FFFFFF;background-color: #68B939;}
.xtb{
	width:auto;
	margin-left:2.6vw;
	display: flex;
	align-items: center;
	position:relative;
}
.xtb img{
	margin-left:1.56vw;
}

.chax{
	right:0; 
	top:62px;
	position: absolute;
	width:300px; 
	z-index:99999;
	display: none;
}
.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: #01B6EF;
	color: #FFFFFF;
	border: 0px;
}
.inwrap{
	width:100%;
	float:left;
	background-color:#f2f2f2;
	padding:100px 0;
}
.intit{
	width:100%;
	float:left;
	text-align:center;
}
.intit dl dt{
	font-size:24px;
	line-height:28px;
	text-transform:uppercase;
	font-family: Roboto;
}
.intit dl dd{
	margin-top:10px;
	font-size:20px;
	line-height:26px;
	color:#999;
}
.inab{
	width:100%;
	float:left;
	padding:60px;
	background-color:#FFF;
	margin-top:60px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.inab:hover{
	color:#FFF;
	background-color:#086EB3;
	transition: all 0.6s;
}
.inab-l{
	width:auto;
	max-width:20%;
}
.inab-l dl dt{
	font-size:24px;
	line-height:28px;
	font-family: Roboto;
	text-transform:uppercase;
}
.inab-l dl dd{
	margin-top:10px;
	font-size:20px;
	line-height:26px;
}
.inab-l .more{
	display:flex;
	margin-top:90px;
}
.inab-l .more a{
	width: 174px;
	height: 52px;
	background: #68b939;
	line-height:52px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	color:#FFF;
}
.inab-l .more a i{
	width:12px;
	height:24px;
	background-image:url(../img/jt.png);
	background-position:center;
	background-repeat:no-repeat;
	margin-left:20px;
}
.inab-r{
	width:76%;
	font-size:14px;
	line-height:28px;
	color:#666;
	text-indent:35px;
}
.inab:hover .inab-r{ color:#FFFFFF;}
.inab02{
	width:100%;
	float:left;
	margin-top:30px;
}
.inab02 ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.inab02 ul li{
	width:calc(50% - 15px);
	padding:60px;
	padding-top:40px;
	background-color:#fff;
	transition: all 0.6s;
}
.inab02 ul li .subtit{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.inab02 ul li .subtit dl dt{
	font-size:24px;
	line-height:28px;
	font-family: Roboto;
	text-transform:uppercase;
}
.inab02 ul li .subtit dl dd{
	font-size:20px;
	line-height:26px;
}
.inab02 ul li .subtit a{
	width: 174px;
	height: 52px;
	background: #68b939;
	line-height:52px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	color:#FFF;
}
.inab02 ul li .subtit a i{
	width:12px;
	height:24px;
	background-image:url(../img/jt.png);
	background-position:center;
	background-repeat:no-repeat;
	margin-left:20px;
}
.inab02 ul li .tex{
	width:100%;
	float:left;
	margin-top:30px;
	font-size:14px;
	line-height:28px;
	color:#666;
	text-indent:35px;
}
.inab02 ul li .pic{
	width:100%;
	overflow:hidden;
	margin-top:30px;
	float:left;
}
.inab02 ul li .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.inab02 ul li:hover .pic img{
	transform: scale(1.05);
}
.inab02 ul li:hover{
	background-color:#086EB3;
}
.inab02 ul li:hover .subtit{
	color:#FFF;
}
.inab02 ul li:hover .tex{
	color:#FFF;
}
.index01{
	width:100%;
	float:left;
	position:relative;
}
.index01 .dic{
	width:100%;
	float:left;
	position: relative;
	transition: all 6.6s;
	
}
.index01 .dic .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.index01 .dic .pic{ width:100%; float:left;transition: all 0.6s; overflow:hidden;}
.index01 .dic .pic:hover img{transform: scale(1.05);}
.index01 .dic .tex{
	width:100%;
	position:absolute;
	top:120px;
	left:0;
	z-index:1;
}
.index01 .dic .tex.two{
	top:225px;
}
.index01 .dic .tex.three{
	top:325px;
}
.index01 .dic .tex .a01{
	width:540px;
	height:295px;
	margin-left:280px;
	background-color:#086eb3;
	padding:20px 30px;
	font-size:14px;
	line-height:30px;
	color:#FFF;
	position:relative;
	transition: all 0.6s;
}
.index01 .dic .tex .a01 .jt{
	width:14px;
	height:25px;
	position:absolute;
	background-image:url(../img/jt3.png);
	background-position:center;
	background-repeat:no-repeat;
	top:calc(50% - 13px);
	left:-14px;
	z-index:111;
}
.index01 .dic .tex .a01 ul{
	display: flex;
	flex-wrap: wrap;
	margin-top:0px;
}
.index01 .dic .tex .a01 ul li{
	width:25%;
	max-width:25%;
}
.index01 .dic .tex .a01 ul li dl dt{
	overflow:hidden;
	text-align: center;
}
.index01 .dic .tex .a01 ul li dl dt img{
	max-width:100%;
}
.index01 .dic .tex .a01 ul li dl dd{
	font-size:14px;
	line-height:18px;
	color:#FFF;
	text-align:center;
}
.index01 .hdc{
	position:absolute;
	left:0;
	top:0;
	z-index:22;
}
.index01 .hdc .hdc01{
	width:auto;
	margin-top:230px;
	padding-top:100px;
	padding-bottom:100px;
	
}
.bjx{background: url(../img/shuxiang.png) 38px top no-repeat;}
.index01 .hdc .hdc01 dl{
	display: flex;
	align-items: center;
	margin-bottom:20px;
	cursor:pointer;
}
.index01 .hdc .hdc01 dl dt{
	width:80px;
	display: flex;
	align-items: center;
	justify-content: center;
	height:80px;
}
.index01 .hdc .hdc01 dl dt i{
	width: 12px;
	height: 12px;
	background: #086eb3;
	border-radius: 50%;
	border:5px solid rgba(8,110,179,0.3);
}
.index01 .hdc .hdc01 dl dt .pic01{
	display:inline-block;
}
.index01 .hdc .hdc01 dl dt .pic02{
	display:none;
}
.index01 .hdc .hdc01 dl dt img{
	max-width:100%;
	height:auto;
}
.index01 .hdc .hdc01 dl dd{
	font-size:16px;
	color:#FFF;
	margin-left:20px;
}
.index01 .hdc .hdc01 dl.cur dt .pic01{
	display:none;
}
.index01 .hdc .hdc01 dl.cur dt .pic02{
	display:inline-block;
}
.index01 .hdc .hdc01 dl.cur dd{
	font-size:20px;
}

.index02{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.index02 .tex{
	width:31.8%;
	font-size:28px;
	line-height:50px;
}
.index02 .tex dl dt{
	font-size:24px;
	line-height:28px;
	font-family: Roboto;
	text-transform:uppercase;
}
.index02 .tex dl dd{
	margin-top:10px;
	font-size:20px;
	line-height:26px;
	color:#999;
	margin-bottom:40px;
}
.index02 .tex .more{
	display:flex;
	margin-top:140px;
	font-size:14px;
}
.index02 .tex .more a{
	padding:5px 28px;
	border: 1px solid #333333;
	display: flex;
	align-items: center;
	margin-right:15px;
}
.index02 .tex .more a i{
	width:12px;
	height:24px;
	background-image:url(../img/jt2.png);
	background-position:center;
	background-repeat:no-repeat;
	margin-left:20px;
}
.index02 .tex .more a:hover{
	background-color:#68b939;
	border:1px solid #68b939;
	color:#FFF;
}
.index02 .tex .more a:hover i{
	background-image:url(../img/jt.png);
	background-position:center;
	background-repeat:no-repeat;
}
.index02 .pic{
	width:65.85%;
	position:relative;
	overflow:hidden;
}
.index02 .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.index02 .pic:hover img{transform: scale(1.05);}

.index02 .pic .a01{
	width:56%;
	height: 80px;
	background: rgba(0,0,0,0.10);
	backdrop-filter: blur(25px);
	padding-left:60px;
	line-height:80px;
	font-size:20px;
	color:#FFF;
	position:absolute;
	left:0;
	bottom:0;
	z-index:1;
	  white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}
.index02 .pic .a02{
	width:44%;
	position:absolute;
	right:0;
	bottom:0;
	z-index:1;
	padding:40px;
	background-color:#086eb3;
	font-size:16px;
	line-height:30px;
	color:#FFF;
}
.index03{
	width:100%;
	float:left;
}
.index03 ul{
	display: flex;
	flex-wrap: wrap;
}
.index03 ul li{
	width:calc(34% - 40px);
	margin-right:40px;
	margin-top:60px;
}
.index03 ul li .pic{
	overflow:hidden;
}
.index03 ul li .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.index03 ul li:hover .pic img{
	transform: scale(1.05);
}
.index03 ul li dl dt{
	margin-top:30px;
	font-size:20px;
	line-height:30px;
	margin-bottom:10px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	font-weight:bold;
	
}
.index03 ul li dl dt.mart0{
	margin-top:0px;
}
.index03 ul li dl dd{
	font-size:16px;
	line-height:30px;
	color:#999;
	text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}
.index03 ul li:nth-child(3n){
	margin-right:0px;
}
.anli{
	width:100%;
	float:left;
}
.anli ul{
	display: flex;
	flex-wrap: wrap;
}
.anli ul li{
	width:calc(34% - 40px);
	margin-right:40px;
	margin-top:60px;
}
.anli ul li .pic{
	overflow:hidden;
}
.anli ul li .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.anli ul li:hover .pic img{
	transform: scale(1.05);
}
.anli ul li dl dt{
	margin-top:30px;
	font-size:20px;
	line-height:30px;
	margin-bottom:10px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	font-weight:bold;
	
}
.anli ul li dl dt.mart0{
	margin-top:0px;
}
.anli ul li dl dd{
	font-size:16px;
	line-height:30px;
	color:#999;

}
.anli ul li:nth-child(3n){
	margin-right:0px;
}
.intit2{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	margin-top:100px;
}
.intit2 dl dt{
	font-size:24px;
	line-height:28px;
	font-family: Roboto;
	text-transform:uppercase;
}
.intit2 dl dd{
	font-size:20px;
	line-height:26px;
}
.intit2 a{
	width: 184px;
	height: 52px;
	border: 1px solid #333333;
	line-height:52px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
.intit2 a i{
	width:12px;
	height:24px;
	background-image:url(../img/jt2.png);
	background-position:center;
	background-repeat:no-repeat;
	margin-left:20px;
}
.foot{
	width:100%;
	float:left;
	margin-top:100px;
	background-color:#f6f8fa;
	padding-top:80px;
}
.foot01{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.foot01 .ewm{
	width:auto;
	display: flex;
	align-items: flex-start;
}
.foot01 .ewm img{
	max-width:140px;
	margin-right:40px;
}
.foot01 .ewm div{
	font-size:14px;
	line-height:36px;
}
.foot01 dl dt{
	font-size:16px;
	line-height:21px;
	margin-bottom:10px;
}
.foot01 dl dd{
	margin-top:20px;
	font-size:14px;
	line-height:18px;
	margin-top:20px;
	color:#666;
}
.foot01 dl dd a{
	color:#666;
}
.foot02{
	width:100%;
	float:left;
	margin-top:40px;
	border-top:1px solid rgba(51,51,51,0.1);
	padding:40px 0;
	font-size:14px;
	line-height:18px;
	color:#666;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.foot02 img{
	margin-left:30px;
}
.pos{
	/*position:static;*/
	position:fixed;
	background-color:#FFF;
	top:0px;
	box-shadow:0px 4px 23px rgba(0,0,0,0.1);
	z-index:99999;
}

.nybanner{
	width:100%;
	float:left;
	position:relative;
}
.nybanner img{
	width:100%;
	height:auto;
	display:block;
}
.nybanner .tex{
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:1;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
}
.nybanner .tex dl dt{
	font-size:24px;
	line-height:28px;
	color:#FFF;
	text-align:center;
	text-transform:uppercase;
}
.nybanner .tex dl dd{
	margin-top:8px;
	font-size:40px;
	line-height:53px;
	color:#FFF;
	text-align:center;
}
.zlm{
	width:100%;
	position:absolute;
	bottom:0;
	left:0;
	z-index:22;
}
.zlm ul{
	display:flex;
}
.zlm ul li{
	width:16.666%;
	background: rgba(255,255,255,0.80);
	border-right: 1px solid #086eb3;
	height:68px;
	line-height:68px;
	display:flex;
}
.zlm ul li.w33{
	width:33.33%;
}
.zlm ul li.w50{
	width:50%;
}
.zlm ul li a{
	width:100%;
	height:68px;
	line-height:68px;
	text-align:center;
	font-size:0.4rem;
}
.zlm ul li a:hover{
	background: #ffffff;
	border-top: 3px solid #086eb3;
	color:#086EB3;
	font-weight:bold;
}
.zlm ul li .cur{
	background: #ffffff;
	border-top: 3px solid #086eb3;
	color:#086EB3;
	font-weight:bold;
}



.weiz{
	width:100%;
	float:left;
	margin-top:100px;
	color:#999;
	font-size:14px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.weiz img{
	margin-right:10px;
}
.weiz a{
	color:#999;
}
.nycon{
	width:100%;
	float:left;
	margin-top:40px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.nycon-l{
	width:auto;
	max-width:20%;
}
.nycon-l dl dt{
	font-size:42px;
	line-height:56px;
	font-family: Roboto;
}
.nycon-l dl dd{
	margin-top:8px;
	font-size:36px;
	line-height:53px;
}
.nycon-r{
	width:78.125%;
}
.gsmc{
	width:100%;
	float:left;
}
.gsmc dl dt{
	font-size:24px;
	line-height:28px;
	font-family: Roboto;
}
.gsmc dl dd{
	margin-top:10px;
	font-size:24px;
	line-height:32px;
	font-weight:bold;
}
.abtex{
	width:100%;
	float:left;
	margin-top:54px;
	font-size:14px;
	line-height:28px;
	color:#666;
	text-indent:35px;
}
.abnum{
	width:100%;
	float:left;
	margin-top:85px;
	/*display: flex;*/
	display:none;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.abnum dl{
	width:25%;
	border-right:1px solid rgba(0,0,0,0.10);
}
.abnum dl:nth-child(4n){
	border-right:0px;
}
.abnum dl dt{
	display:flex;
	justify-content:center;
	font-size:48px;
	line-height:56px;
	color:#086EB3;
}
.abnum dl dt i{
	font-size:14px;
	line-height:18px;
	font-weight:normal;
}
.abnum dl dd{
	margin-top:10px;
	font-size:14px;
	line-height:18px;
	color:#666;
	text-align:center;
}
.abad{
	width:100%;
	float:left;
	margin-top:100px;
}
.abad img{
	width:100%;
	height:auto;
	display:block;
}

.nymore{
	display:flex;
	margin-top:80px;
	font-size:14px;
	width:100%;
	float:left;
}
.nymore a{
	padding:5px 48px;
	border: 1px solid #333333;
	display: flex;
	align-items: center;
	margin-right:15px;
}
.nymore a i{
	width:12px;
	height:24px;
	background-image:url(../img/jt2.png);
	background-position:center;
	background-repeat:no-repeat;
	margin-left:20px;
}
.nymore a:hover{
	background-color:#68b939;
	border:1px solid #68b939;
	color:#FFF;
}
.nymore a:hover i{
	background-image:url(../img/jt.png);
	background-position:center;
	background-repeat:no-repeat;
}
.whln{
	width:100%;
	float:left;
	margin-top:60px;
}
.whln ul{
	display: flex;
	flex-wrap: wrap;
}
.whln ul li{
	width:calc(25.6% - 30px);
	padding:60px 36px;
	background-color:#f6f8fa;
	text-align:center;
	margin-right:30px;
	transition: all 0.6s;
}
.whln ul li:nth-child(4){
	margin-right:0px;
}
.whln ul li .pic{
	overflow:hidden;
	height:80px;
}
.whln ul li dl dt{
	margin-top:40px;
	text-align:center;
	font-size:20px;
	line-height:26px;
}
.whln ul li dl dd{
	margin-top:30px;
	font-size:16px;
	line-height:28px;
	color:#666;
}
.whln ul li .pic01{
	display:inline-block;
}
.whln ul li .pic02{
	display:none;
}
.whln ul li:hover .pic01{
	display:none;
}
.whln ul li:hover .pic02{
	display: inline-block;
}
.whln ul li:hover{
	background-color:#086eb3;
}
.whln ul li:hover dl dt{
	color:#FFF;
}
.whln ul li:hover dl dd{
	color:#FFF;
}

.fzlc{
	width:80%;
	float:left;
}
.fzlc dl{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.fzlc dl dt{
	width:21.5%;
	border-right:1px dashed #B6B6B6;
	font-size:14px;
	line-height:42px;
	position:relative;
}
.fzlc dl dt b{
	font-size:36px;
	margin-right:15px;
}
.fzlc dl dt span{
	width:12px;
	height:12px;
	position:absolute;
	top:20px;
	right:-6px;
	z-index:11;
	background-image:url(../img/q02.png);
	background-position:center;
	background-repeat:no-repeat;
}
.fzlc dl:hover dt span{
	background-image:url(../img/q01.png);
	background-position:center;
	background-repeat:no-repeat;
}
.fzlc dl:hover dt b{
	color:#086EB3;
}
.fzlc dl dd{
	width:78.5%;
	font-size:16px;
	line-height:28px;
	padding-left:60px;
	padding-bottom:50px;
}
.fzlc dl:last-child dd{
	padding-bottom:0px;
}

.hz{
	width:100%;
	float:left;
}
.hz ul{
	display: flex;
	flex-wrap: wrap;
}
.hz ul li{
	width:calc(16.8% - 10px);
	margin-right:10px;
	margin-top:10px;
	border:1px solid #ebebeb;
	overflow:hidden;
}
.hz ul li:nth-child(6n){
	margin-right:0px;
}
.hz ul li img{
	width:100%;
	height:auto;
	display:block;
}
.hz ul li:hover{
	border:1px solid #086eb3;
}

.buju{
	width:100%;
	float:left;
}
.buju ul li{
	width:100%;
	float:left;
	min-height:506px;
	background: #086eb3;
	margin-bottom:48px;
}

.yw01{
	width:100%;
	float:left;
	margin-top:40px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.yw01-l{
	width:34.25%;
}
.kd100{ width:100%;}
.yw01-l .a01{
	width:100%;
	float:left;
	margin-top:35px;
	font-size:16px;
	line-height:28px;
	color:#666;
}
.yw01-r{
	width:53.75%;
	padding:40px;
	background-color:#086EB3;
	font-size:14px;
	line-height:28px;
	color:#FFF;
}
.yw01-r ul{
	display: flex;
	flex-wrap: wrap;
	margin-top:24px;
	justify-content: space-between;
}
.yw01-r ul li{
	width:20%;
	margin-right:18px;
	margin-left:18px;
	text-align:center;
	margin-bottom:20px;
}
.yw01-r ul li dl dt{
	overflow:hidden;
}
.yw01-r ul li dl dd{
	font-size:14px;
	line-height:18px;
	color:#FFF;
}

.yw02{
	width:100%;
	float:left;
	margin-top:100px;
	font-size:14px;
	line-height:28px;
	color:#666;
}
.yw02 img{
	max-width:100%;
	height:auto;
}
.syfw{
	width:100%;
	float:left;
	margin-top:40px;
}
.syfw ul{
	display: flex;
	flex-wrap: wrap;
}
.syfw ul li{
	width:32%;
	margin-right:1.5%;
	margin-bottom:60px;
}
.syfw ul li:nth-child(3n){
	margin-right:0px;
}

.syfw ul li dl dt{
	overflow:hidden;
}
.syfw ul li dl dt img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.syfw ul li:hover dl dt img{
	transform: scale(1.05);
}
.syfw ul li dl dd{
	margin-top:20px;
	font-size:20px;
	line-height:26px;
}
.zxly{
	width:100%;
	float:left;
	margin-top:40px;
	background-image:url(../img/lybj.jpg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	padding:160px 0;
}
.zxly .a01{
	width:100%;
	float:left;
}
.zxly .a01 dl dt{
	font-size:36px;
	line-height:48px;
	color:#FFF;
	font-weight:bold;
	letter-spacing:5px;
}
.zxly .a01 dl dd{
	margin-top:20px;
	font-size:16px;
	line-height:21px;
	color:#FFF;
}
.zxly .a02{
	width:100%;
	float:left;
	margin-top:40px;
}
.zxly .a02 .ly{
	width:66.875%;
	float:left;
}
.zxly .a02 .ly.w100{
	width:100%;
}
.zxly .a02 .ly ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.zxly .a02 .ly ul li{
	width:calc(50% - 15px);
	margin-bottom:30px;
	display: flex;
}
.zxly .a02 .ly ul li:nth-child(5){
	width:100%;
}
.lybk{
	width:100%;
	height: 66px;
	background: #f6f8fa;
	line-height:66px;
	border:0px;
	padding-left:30px;
	outline:none;
	font-size:14px;
	color:#828282;
	font-family:'微软雅黑';
}
.lyanniu{
	width: 230px;
	height: 60px;
	background: #086eb3;
	line-height:60px;
	border:0px;
	cursor:pointer;
	color:#FFF;
	font-size:18px;
}
.zxly .a02 .lxfs{
	width:30%;
	background-color:#086eb3;
	padding:50px 0px 50px 20px;
	float:right;
}
.zxly .a02 .lxfs ul li{
	width:100%;
	float:left;
	margin-top:40px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	font-weight:bold;
	font-size:16px;
	color:#FFF;
}
.zxly .a02 .lxfs ul li img{
	margin-right:10px;
	width:40px
}
.zxly .a02 .lxfs ul li:first-child{
	margin-top:0px;
}

.xm01{
	width:100%;
	float:left;
	margin-top:40px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom:40px;
}
.xm01 .pic{
	width:65%;
	overflow:hidden;
}
.xm01 .pic img{
	min-width:100%;
	min-height:100%;
	display:block;
}
.xm01 .tex{
	width:35%;
	background-color:#086eb3;
	padding:80px 60px;
	color: #FFF;
	font-size:16px;
	line-height:30px;
}
.xm01 .tex h1{
	font-size:24px;
	line-height:36px;
	margin-bottom:40px;
}
.xm01 .more{
	display:flex;
	margin-top:80px;
}
.xm01 .more a{
	width: 184px;
	height: 52px;
	border: 1px solid #ffffff;
	line-height:52px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	color:#FFF;
}
.xm01 .more a i{
	width:12px;
	height:24px;
	background-image:url(../img/jt.png);
	background-position:center;
	background-repeat:no-repeat;
	margin-left:20px;
}

.xm01 .tex2{
	width:35%;
	background-color:#f2f2f2;
	padding:80px 60px;
	color: #666;
	font-size:16px;
	line-height:30px;
}
.xm01 .tex2 h1{
	font-size:24px;
	line-height:36px;
	margin-bottom:40px;
	color:#333;
}
.xm01 .more2{
	display:flex;
	margin-top:80px;
}
.xm01 .more2 a{
	width: 184px;
	height: 52px;
	border: 1px solid #333333;
	line-height:52px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	color:#333333;
	margin-right:20px;
}
.xm01 .more2 a i{
	width:12px;
	height:24px;
	background-image:url(../img/jt2.png);
	background-position:center;
	background-repeat:no-repeat;
	margin-left:20px;
}
.xm01 .more2 a:hover{
	background-color:#086EB3;
	border: 1px solid #086EB3;
	color:#FFF;
}
.xm01 .more2 a:hover i{
	background-image:url(../img/jt.png);
	background-position:center;
	background-repeat:no-repeat;
}
.fy{
	width: 100%;
	float: left;
	margin-top: 60px;
}
.fy ul{
	display: flex;
	flex-wrap: wrap;
}
.fy ul li{
	width: auto;
	text-align: center;
	color: #606266;
	font-size: 14px;
	font-family: "宋体";
}
.fy ul li a{
	color: #606266;
	padding:8px 15px;
}
.fy ul li a:hover{
	color: #FFFFFF;
	background: #68B939;
}
.fy ul li .cur{
	color: #FFFFFF;
	background: #68B939;
}
.xmshow{
	width:100%;
	float: left;
	margin-top:55px;
	font-size:14px;
	line-height:28px;
	color: #666;
}
.xmshow h1{
	font-size:20px;
	line-height:30px;
	margin-bottom:30px;
}
.xmshow ul{
	margin-top:40px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.xmshow ul li{
	width:calc(34% - 30px);
	overflow:hidden;
}
.xmshow ul li img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.xmshow ul li:hover img{
	transform: scale(1.05);
}

.new-l{
	width:66.56%;
}
.newtit{
	width:100%;
	float:left;
	font-size:24px;
	line-height:32px;
}
.newdate{
	width:100%;
	float:left;
	margin-top:30px;
	font-size:14px;
	color:#666;
	line-height:16px;
}
.newtex{
	width:100%;
	float:left;
	margin-top:40px;
	font-size:16px;
	line-height:32px;
}
.newtex img{
	max-width:100%;
}
.new-r{
	width:28.375%;
	background-color:#fafafa;
	padding:40px;
}
.new-r ul li{
	width:100%;
	float:left;
	margin-top:50px;
}
.new-r ul li .pic{
	overflow:hidden;
}
.new-r ul li .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.new-r ul li:hover .pic img{
	transform: scale(1.05);
}
.new-r ul li dl dt{
	font-size:18px;
	line-height:24px;
	margin-top:20px;
}
.new-r ul li dl dd{
	margin-top:20px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	color:#999;
}
.new-r ul li dl dd a{
	color:#999;
}
.new-r ul li:first-child{
	margin-top:0px;
}
.fh{
	display:flex;
	margin-top:60px;
}
.fh a{
	width: 174px;
	height: 52px;
	background: #086eb3;
	line-height:52px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	color:#FFF;
}
.fh a i{
	width:12px;
	height:24px;
	background-image:url(../img/jt.png);
	background-position:center;
	background-repeat:no-repeat;
	margin-left:20px;
}

.zp02{
	width: 100%;
	float: left;
	margin-top: 40px;
}
	
.subNavBox4{
	width:100%;
	float:left;
	border: 1px solid rgba(0,0,0,0.1);
}
.subNavBox4 h1{
	HEIGHT:68px;
	line-height: 68px;
	display: flex;
	font-size:16px;
	background-color: #086EB3;
	font-weight: normal;
	color: #FFFFFF;
	justify-content: space-between;
	width:100%;
	float:left;
}
.subNavBox4 h1 i{
	width: 20%;
	text-align:center;
	border-right:1px solid rgba(0,0,0,0.1);
}
.subNav4{
	width:100%; 
	float:left; 
	HEIGHT:68px;
	display: flex;
	justify-content: space-between;
	CURSOR: pointer; 
	text-align:left; 
	border-bottom:1px solid rgba(0,0,0,0.1);
	background-color: #F9FAFB;
	line-height:68px; 
	font-size:16px;
	background-color:#FFF;
}
.subNav4 i{ 
	width: 20%;
	text-align:center;
	border-right:1px solid rgba(0,0,0,0.1);
}
.subNav4:hover{float:left; }
.currentDd4{background: #fff;}
.currentDd4 i{
	color: #333;
}
.navContent4{
	display: none;
	float:left; 
	width:100%; 
	padding:70px 100px; 
	line-height:32px; 
	font-size:16px;
	background-color: #f2f2f2;
}
.navContent4 .line{
	width:100%;
	height:1px;
	margin-bottom:40px;
	margin-top:40px;
	background-color:rgba(0,0,0,0.1);
}
.navContent4 dl{
	display: flex;
	justify-content: space-between;
	width:100%;
}
.navContent4 dl dt{
	margin-right:45px;
	font-size:16px;
	line-height:21px;
	width:120px;
	font-weight:bold;
}
.navContent4 dl dd{
	font-size:16px;
	line-height:32px;
	width:calc(100% - 120px);
}
.red{
	color: #04946A;
}

.contact{
	width:100%;
	float:left;
	margin-top:60px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.contact-l{
	width:35.2%;
}
.contact-l ul li{
	width:100%;
	float:left;
	height: 84px;
	background: #f2f2f2;
	padding:0px 40px;
	display: flex;
	align-items: center;
	font-size:16px;
	font-weight:bold;
	margin-top:30px;
}
.contact-l ul li img{
	margin-right:20px;
}
.contact-l ul li:first-child{
	margin-top:0px;
}
.contact-r{
	width:62.4%;
}
.contact-r img{
	width:100%;
	height:auto;
	display:block;
}














.fr{
	float:right;
}
.f20{
	font-size:20px;
}
.mart100{
	margin-top:100px;
}
.mart0{
	margin-top:0px;
}
.mart20{
	margin-top:20px;
}
.mart30{
	margin-top:30px;
}
.mart10{
	margin-top:10px;
}
.pc{
	display: block;
}
.moblie{
	display: none;
}
.header2{
	display: none;
}
.xlewm　div{
	display: flex;
	justify-content: flex-end;
}
.xlewm{
	right:46px; 
	top:61px;
	position: absolute;
	width:130px; 
	z-index:99999;
	display: none;
}
.xlewm img{ max-width:100%;}

.dbewm　div{
	display: flex;
	justify-content: flex-end;
}
.dbewm{
	left:0; 
	top:-160px;
	position: absolute;
	width:130px; 
	z-index:99999;
	display: none;
	text-align:left;
}
.dbewm img{ max-width:100%; margin-left:-20px;}

.yingc{ display:none;}
.xiangs{ display: block;}
.tpxx{ position:relative;}
.xbtnr{min-height:100px;}

}

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

.foot .emo{ display:none;}
.index02 .tex .more{
	display:flex;
	margin-top:140px;
	font-size:12px;
}
.index02 .tex .more a{
	padding:5px 10px;
	border: 1px solid #333333;
	display: flex;
	align-items: center;
	margin-right:10px;
}
.zxly .a02 .lxfs{
	width:30%;
	background-color:#086eb3;
	padding:50px 0px 50px 20px;
	float:right;
}
.zxly .a02 .lxfs ul li{
	width:100%;
	float:left;
	margin-top:40px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	font-size:12px;
	color:#FFF;
}

}

@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: #fff;
	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:4rem; 
	background:#fff;
}
.subNavBox3 h1 span{ 
	height:100%; 
	display:inline-block; 
	vertical-align:middle;
}
.subNavBox3 h1 img{ 
	max-width:80%; 
	max-height:3rem; 
	vertical-align:middle;
} 
.subNav3{
	width: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: #004b97; 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:90%; 
	float:left; 
	margin-left:5%; 
	margin-right:5%;
}

.inwrap{
	width:100%;
	float:left;
	background-color:#f2f2f2;
	padding:3.0rem 0;
}
.intit{
	width:100%;
	float:left;
	text-align:center;
}
.intit dl dt{
	font-size:1.2rem;
	line-height:2.0rem;
	text-transform:uppercase;
	font-family: Roboto;
}
.intit dl dd{
	margin-top:0.5rem;
	font-size:1.0rem;
	line-height:1.5rem;
	color:#999;
}
.inab{
	width:100%;
	float:left;
	padding:2.0rem;
	background-color:#FFF;
	margin-top:2.0rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.inab-l{
	width:100%;
}
.inab-l dl dt{
	font-size:1.2rem;
	line-height:2.0rem;
	font-family: Roboto;
	text-transform:uppercase;
}
.inab-l dl dd{
	margin-top:0.5rem;
	font-size:1.0rem;
	line-height:1.5rem;
}
.inab-l .more{
	display:flex;
	margin-top:2.0rem;
}
.inab-l .more a{
	width: 8.0rem;
	height: 2.0rem;
	background: #68b939;
	line-height:2.0rem;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	color:#FFF;
}
.inab-l .more a i{
	width:0.5rem;
	height:1.0rem;
	background-image:url(../img/jt.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	margin-left:1.0rem;
}
.inab-r{
	width:100%;
	font-size:0.8rem;
	line-height:1.5rem;
	color:#666;
	text-indent:1.5rem;
	margin-top:2.0rem;
	text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  line-clamp: 6;
  -webkit-box-orient: vertical;
}
.inab02{
	width:100%;
	float:left;
	margin-top:1.0rem;
}
.inab02 ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.inab02 ul li{
	width:100%;
	padding:2.0rem;
	background-color:#fff;
	transition: all 0.6s;
}
.inab02 ul li .subtit{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.inab02 ul li .subtit dl dt{
	font-size:1.2rem;
	line-height:2.0rem;
	font-family: Roboto;
	text-transform:uppercase;
}
.inab02 ul li .subtit dl dd{
	font-size:1.0rem;
	line-height:1.5rem;
}
.inab02 ul li .subtit a{
	width: 8.0rem;
	height: 2.0rem;
	background: #68b939;
	line-height:2.0rem;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	color:#FFF;
	margin-top:1.0rem;
}
.inab02 ul li .subtit a i{
	width:0.5rem;
	height:1.0rem;
	background-image:url(../img/jt.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	margin-left:1.0rem;
}
.inab02 ul li .tex{
	width:100%;
	float:left;
	margin-top:1.0rem;
	font-size:0.8rem;
	line-height:1.5rem;
	color:#666;
	text-indent:1.5rem;
}
.inab02 ul li .pic{
	width:100%;
	overflow:hidden;
	margin-top:30px;
	float:left;
}
.inab02 ul li .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.inab02 ul li:hover .pic img{
	transform: scale(1.05);
}
.inab02 ul li:hover{
	background-color:#086EB3;
}
.inab02 ul li:hover .subtit{
	color:#FFF;
}
.inab02 ul li:hover .tex{
	color:#FFF;
}
.index01{
	width:100%;
	float:left;
	position:relative;
}
.index01 .dic{
	width:100%;
	float:left;
	display:flex;
	flex-wrap: wrap;
	background-color:#086eb3;
}
.index01 .dic img{
	width:100%;
	height:auto;
	display:block;
}
.index01 .dic .tex{
	width:100%;
	float:left;
}
.index01 .dic .tex .a01{
	width:100%;
	height: auto;
	background-color:#086eb3;
	padding:2.0rem;
	font-size:0.8rem;
	line-height:1.5rem;
	color:#FFF;
	position:relative;
}
.index01 .dic .tex .a01 .jt{
	width:14px;
	height:25px;
	position:absolute;
	background-image:url(../img/jt3.png);
	background-position:center;
	background-repeat:no-repeat;
	top:calc(50% - 13px);
	left:-14px;
	display:none;
	z-index:111;
}
.index01 .dic .tex .a01 ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top:30px;
}
.index01 .dic .tex .a01 ul li{
	width:auto;
	max-width:25%;
}
.index01 .dic .tex .a01 ul li dl dt{
	overflow:hidden;
}
.index01 .dic .tex .a01 ul li dl dt img{
	max-width:100%;
}
.index01 .dic .tex .a01 ul li dl dd{
	font-size:0.8rem;
	line-height:1.5rem;
	color:#FFF;
	text-align:center;
}
.index01 .hdc{
	width:100%;
	position:absolute;
	left:0;
	bottom:2.0rem;
	z-index:22;
}
.index01 .hdc .hdc01{
	width:100%;
	display: flex;
}
.index01 .hdc .hdc01 dl{
	cursor:pointer;
	width:33.33%;
}
.index01 .hdc .hdc01 dl dt{
	width:3.0rem;
	display: flex;
	align-items: center;
	justify-content: center;
	height:3.0rem;
	text-align:center;
	width:100%;
}
.index01 .hdc .hdc01 dl dt .pic01{
	display:inline-block;
}
.index01 .hdc .hdc01 dl dt .pic02{
	display:none;
}
.index01 .hdc .hdc01 dl dt img{
	max-width:100%;
	height:auto;
	max-height:3.0rem;
}
.index01 .hdc .hdc01 dl dd{
	font-size:0.8rem;
	color:#FFF;
	text-align:center;
	margin-top:1.0rem;
}
.index01 .hdc .hdc01 dl.cur dt .pic01{
	display:none;
}
.index01 .hdc .hdc01 dl.cur dt .pic02{
	display:inline-block;
}
.index01 .hdc .hdc01 dl.cur dd{
	font-size:0.8rem;
}

.index02{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.index02 .tex{
	width:100%;
	font-size:0.8rem;
	line-height:2.0rem;
}
.index02 .tex dl dt{
	font-size:1.2rem;
	line-height:2.0rem;
	font-family: Roboto;
	text-transform:uppercase;
}
.index02 .tex dl dd{
	margin-top:0.5rem;
	font-size:1.0rem;
	line-height:1.5rem;
	color:#999;
	margin-bottom:1.0rem;
}
.index02 .tex .more{
	display:flex;
	margin-top:3.0rem;
	font-size:0.8rem;
}
.index02 .tex .more a{
	padding:0.2rem 1.0rem;
	border: 1px solid #333333;
	display: flex;
	align-items: center;
	margin-right:0.5rem;
}
.index02 .tex .more a i{
	width:0.5rem;
	height:1.0rem;
	background-image:url(../img/jt2.png);
	background-position:center;
	background-repeat:no-repeat;
	margin-left:1.0rem;
}
.index02 .tex .more a:hover{
	background-color:#68b939;
	border:1px solid #68b939;
	color:#FFF;
}
.index02 .tex .more a:hover i{
	background-image:url(../img/jt.png);
	background-position:center;
	background-repeat:no-repeat;
}
.index02 .pic{
	width:100%;
	position:relative;
	margin-top:2.0rem;
}
.index02 .pic img{
	width:100%;
	height:auto;
	display:block;
}
.index02 .pic .a01{
	width:100%;
	height: 2.5rem;
	background: rgba(0,0,0,0.10);
	backdrop-filter: blur(25px);
	padding-left:1.0rem;
	line-height:2.5rem;
	font-size:0.8rem;
	color:#FFF;
	position:absolute;
	left:0;
	bottom:0;
	z-index:1;
}
.index02 .pic .a02{
	width:44%;
	position:absolute;
	right:0;
	bottom:0;
	z-index:1;
	padding:40px;
	background-color:#086eb3;
	font-size:16px;
	line-height:30px;
	color:#FFF;
	display:none;
}
.index03{
	width:100%;
	float:left;
}
.index03 ul{
	display: flex;
	flex-wrap: wrap;
	
}
.index03 ul li{
	width:100%;
	margin-top:2.0rem;
}
.index03 ul li a{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width:100%;
	float:left;
}
.index03 ul li .pic{
	overflow:hidden;
	width:40%;
	
}
.index03 ul li .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.index03 ul li:hover .pic img{
	transform: scale(1.05);
}
.index03 ul li dl{
width:55%;}
.index03 ul li dl dt{
	font-size:1.0rem;
	line-height:1.5rem;
	margin-bottom:0.5rem;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	font-weight:bold;
}
.index03 ul li dl dt.mart0{
	margin-top:0px;
}
.index03 ul li dl dd{
	font-size:0.8rem;
	line-height:1.5rem;
	color:#999;
	text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}
.index03 ul li:nth-child(3n){
	margin-right:0px;
}
.anli{
	width:100%;
	float:left;
}
.anli ul{
	display: flex;
	flex-wrap: wrap;
	
}
.anli ul li{
	width:100%;
	margin-top:2.0rem;
}
.anli ul li a{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width:100%;
	float:left;
}
.anli ul li .pic{
	overflow:hidden;
	width:40%;
	
}
.anli ul li .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.anli ul li:hover .pic img{
	transform: scale(1.05);
}
.anli ul li dl{
width:55%;}
.anli ul li dl dt{
	font-size:1.0rem;
	line-height:1.5rem;
	margin-bottom:0.5rem;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	font-weight:bold;
}
.anli ul li dl dt.mart0{
	margin-top:0px;
}
.anli ul li dl dd{
	font-size:0.8rem;
	line-height:1.5rem;
	color:#999;

}
.anli ul li:nth-child(3n){
	margin-right:0px;
}
#mart0{ margin-top:0px;}
.intit2{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	margin-top:3.0rem;
}
.intit2 dl dt{
	font-size:1.2rem;
	line-height:1.5rem;
	font-family: Roboto;
	text-transform:uppercase;
}
.intit2 dl dd{
	font-size:1.0rem;
	line-height:1.5rem;
}
.intit2 a{
	width: 8.0rem;
	height: 2.0rem;
	border: 1px solid #333333;
	line-height:2.0rem;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
.intit2 a i{
	width:0.5rem;
	height:1.0rem;
	background-image:url(../img/jt2.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	margin-left:1.0rem;
}
.foot{
	width:100%;
	float:left;
	margin-top:3.0rem;
	background-color:#f6f8fa;
	padding-top:2.0rem;
}
.foot01{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.foot01 .ewm{
	width:100%;
	display: flex;
	align-items: flex-start;
}
.foot .emo{ display:none;}
.foot01 .ewm img{
	max-width:5.0rem;
	margin-right:1.0rem;
}
.foot01 .ewm div{
	font-size:0.8rem;
	line-height:1.5rem;
}
.foot01 dl{
	margin-top:2.0rem;
}
.foot01 div img{
	max-width:100%;
}
.foot01 dl dt{
	font-size:1.0rem;
	line-height:1.5rem;
	margin-bottom:0.5rem;
}
.foot01 dl dd{
	margin-top:0.5rem;
	font-size:0.8rem;
	line-height:1.2rem;
	color:#666;
}
.foot01 dl dd a{
	color:#666;
}
.foot02{
	width:100%;
	float:left;
	margin-top:1.0rem;
	border-top:1px solid rgba(51,51,51,0.1);
	padding:1.0rem 0;
	font-size:0.8rem;
	line-height:1.5rem;
	color:#666;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.foot02 img{
	margin-left:0.5rem;
	max-height:2.0rem;
}
.pos{
	position:static;
}

.nybanner{
	width:100%;
	float:left;
	position:relative;
	margin-top:4.0rem;
}
.nybanner img{
	width:100%;
	height:auto;
	display:block;
}
.nybanner .tex{
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:1;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
}
.nybanner .tex dl dt{
	font-size:0.8rem;
	line-height:1.5rem;
	color:#FFF;
	text-align:center;
	text-transform:uppercase;
}
.nybanner .tex dl dd{
	margin-top:0px;
	font-size:1.5rem;
	line-height:2.0rem;
	color:#FFF;
	text-align:center;
}
.zlm{
	width:100%;
	float:left;
	margin-top:1.0rem;
}
.zlm ul{
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.zlm ul li{
	width:49%;
	background: rgba(255,255,255,0.80);
	border: 1px solid #086eb3;
	height:2.5rem;
	line-height:2.5rem;
	display:flex;
	margin-top:0.5rem;
}
.zlm ul li.w33{
	width:48%;
}
.zlm ul li.w50{
	width:48%;
}
.zlm ul li a{
	width:100%;
	height:2.5rem;
	line-height:2.5rem;
	text-align:center;
	font-size:0.8rem;
}
.zlm ul li a:hover{
	background: #086eb3;
	color:#fff;
	font-weight:bold;
}
.zlm ul li .cur{
	background: #086eb3;
	color:#fff;
	font-weight:bold;
}



.weiz{
	width:100%;
	float:left;
	margin-top:2.0rem;
	color:#999;
	font-size:0.8rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.weiz img{
	margin-right:0.5rem;
}
.weiz a{
	color:#999;
}
.nycon{
	width:100%;
	float:left;
	margin-top:2.0rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.nycon-l{
	width:100%;
}
.nycon-l dl dt{
	font-size:1.5rem;
	line-height:2.0rem;
	font-family: Roboto;
}
.nycon-l dl dd{
	margin-top:0.1rem;
	font-size:1.2rem;
	line-height:1.5rem;
}
.nycon-r{
	width:100%;
	margin-top:2.0rem;
}
.gsmc{
	width:100%;
	float:left;
}
.gsmc dl dt{
	font-size:1.2rem;
	line-height:1.5rem;
	font-family: Roboto;
}
.gsmc dl dd{
	margin-top:0.2rem;
	font-size:1.2rem;
	line-height:1.5rem;
	font-weight:bold;
}
.abtex{
	width:100%;
	float:left;
	margin-top:2.0rem;
	font-size:0.8rem;
	line-height:1.5rem;
	color:#666;
	text-indent:1.5rem;
}
.abnum{
	width:100%;
	float:left;
	margin-top:2.0rem;
	/*display: flex;*/
	display:none;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.abnum dl{
	width:50%;
	border-bottom:1px solid rgba(0,0,0,0.10);
	padding:2.0rem 0;
}
.abnum dl:nth-child(2n){
	border-right:0px;
}
.abnum dl dt{
	display:flex;
	justify-content:center;
	font-size:1.5rem;
	line-height:2.0rem;
	color:#086EB3;
}
.abnum dl dt i{
	font-size:0.8rem;
	line-height:1.0rem;
	font-weight:normal;
}
.abnum dl dd{
	margin-top:0.5rem;
	font-size:0.8rem;
	line-height:1.5rem;
	color:#666;
	text-align:center;
}
.abad{
	width:100%;
	float:left;
	margin-top:2.0rem;
}
.abad img{
	width:100%;
	height:auto;
	display:block;
}

.nymore{
	display:flex;
	margin-top:2.0rem;
	font-size:0.8rem;
	width:100%;
	float:left;
}
.nymore a{
	padding:0.2rem 1.0rem;
	border: 1px solid #333333;
	display: flex;
	align-items: center;
	margin-right:0.5rem;
}
.nymore a i{
	width:0.5rem;
	height:1.0rem;
	background-image:url(../img/jt2.png);
	background-position:center;
	background-repeat:no-repeat;
	margin-left:1.0rem;
}
.nymore a:hover{
	background-color:#68b939;
	border:1px solid #68b939;
	color:#FFF;
}
.nymore a:hover i{
	background-image:url(../img/jt.png);
	background-position:center;
	background-repeat:no-repeat;
}
.whln{
	width:100%;
	float:left;
	margin-top:1.0rem;
}
.whln ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.whln ul li{
	width:48%;
	padding:2.0rem 1.0rem;
	background-color:#f6f8fa;
	text-align:center;
	transition: all 0.6s;
	margin-top:1.0rem;
}
.whln ul li .pic{
	overflow:hidden;
	height:3.0rem;
}
.whln ul li .pic img{
	max-height:3.0rem;
}
.whln ul li dl dt{
	margin-top:1.0rem;
	text-align:center;
	font-size:1.0rem;
	line-height:1.5rem;
}
.whln ul li dl dd{
	margin-top:1.0rem;
	font-size:0.8rem;
	line-height:1.5rem;
	color:#666;
}
.whln ul li .pic01{
	display:inline-block;
}
.whln ul li .pic02{
	display:none;
}
.whln ul li:hover .pic01{
	display:none;
}
.whln ul li:hover .pic02{
	display: inline-block;
}
.whln ul li:hover{
	background-color:#086eb3;
}
.whln ul li:hover dl dt{
	color:#FFF;
}
.whln ul li:hover dl dd{
	color:#FFF;
}

.fzlc{
	width:100%;
	float:left;
	margin-top:1.0rem;
}
.fzlc dl{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.fzlc dl dt{
	width:31.5%;
	border-right:1px dashed #B6B6B6;
	font-size:0.8rem;
	line-height:1.5rem;
	position:relative;
}
.fzlc dl dt b{
	font-size:1.2rem;
	margin-right:0.5rem;
}
.fzlc dl dt span{
	width:12px;
	height:12px;
	position:absolute;
	top:5px;
	right:-6px;
	z-index:11;
	background-image:url(../img/q02.png);
	background-position:center;
	background-repeat:no-repeat;
}
.fzlc dl:hover dt span{
	background-image:url(../img/q01.png);
	background-position:center;
	background-repeat:no-repeat;
}
.fzlc dl:hover dt b{
	color:#086EB3;
}
.fzlc dl dd{
	width:68.5%;
	font-size:0.8rem;
	line-height:1.5rem;
	padding-left:2.0rem;
	padding-bottom:2.0rem;
}
.fzlc dl:last-child dd{
	padding-bottom:0px;
}

.hz{
	width:100%;
	float:left;
}
.hz ul{
	display: flex;
	flex-wrap: wrap;
}
.hz ul li{
	width:calc(33.33% - 0.2rem);
	margin-right:0.2rem;
	margin-top:0.2rem;
	border:1px solid #ebebeb;
	overflow:hidden;
}
.hz ul li:nth-child(3n){
	margin-right:0px;
}
.hz ul li img{
	width:100%;
	height:auto;
	display:block;
}
.hz ul li:hover{
	border:1px solid #086eb3;
}

.buju{
	width:100%;
	float:left;
}
.buju ul li{
	width:100%;
	float:left;
	min-height:10rem;
	background: #086eb3;
	margin-bottom:1.0rem;
}

.yw01{
	width:100%;
	float:left;
	margin-top:1.0rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.yw01-l{
	width:100%;
}
.yw01-l .a01{
	width:100%;
	float:left;
	margin-top:2.0rem;
	font-size:0.8rem;
	line-height:1.5rem;
	color:#666;
}
.yw01-r{
	width:100%;
	padding:1.5rem;
	background-color:#086EB3;
	font-size:0.8rem;
	line-height:1.5rem;
	color:#FFF;
	margin-top:2.0rem;
}
.yw01-r ul{
	display: flex;
	flex-wrap: wrap;
	margin-top:1.0rem;
}
.yw01-r ul li{
	width:25%;
	text-align:center;
}
.yw01-r ul li dl dt{
	overflow:hidden;
	height:3.0rem;
}
.yw01-r ul li dl dt img{
	max-height:3.0rem;
}
.yw01-r ul li dl dd{
	font-size:0.8rem;
	line-height:1.5rem;
	color:#FFF;
}

.yw02{
	width:100%;
	float:left;
	margin-top:2.0rem;
	font-size:0.8rem;
	line-height:1.5rem;
	color:#666;
}
.yw02 img{
	max-width:100%;
	height:auto;
}
.syfw{
	width:100%;
	float:left;
	margin-top:1.0rem;
}
.syfw ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.syfw ul li{
	width:32%;
	margin-bottom:1.5rem;
}
.syfw ul li dl dt{
	overflow:hidden;
}
.syfw ul li dl dt img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.syfw ul li:hover dl dt img{
	transform: scale(1.05);
}
.syfw ul li dl dd{
	margin-top:1.0rem;
	font-size:0.8rem;
	line-height:1.5rem;
}
.zxly{
	width:100%;
	float:left;
	margin-top:3.0rem;
	background-image:url(../img/lybj.jpg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	padding:3.0rem 0;
}
.zxly .a01{
	width:100%;
	float:left;
}
.zxly .a01 dl dt{
	font-size:1.2rem;
	line-height:2.0rem;
	color:#FFF;
	font-weight:bold;
	letter-spacing:0px;
}
.zxly .a01 dl dd{
	margin-top:1.0rem;
	font-size:0.8rem;
	line-height:1.5rem;
	color:#FFF;
}
.zxly .a02{
	width:100%;
	float:left;
	margin-top:1.0rem;
}
.zxly .a02 .ly{
	width:100%;
	float:left;
}
.zxly .a02 .ly.w100{
	width:100%;
}
.zxly .a02 .ly ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.zxly .a02 .ly ul li{
	width:48%;
	margin-bottom:1.0rem;
	display: flex;
}
.zxly .a02 .ly ul li:nth-child(5){
	width:100%;
}
.lybk{
	width:100%;
	height: 2.5rem;
	background: #f6f8fa;
	line-height:2.5rem;
	border:0px;
	padding-left:1.0rem;
	outline:none;
	font-size:0.8rem;
	color:#828282;
	font-family:'微软雅黑';
}
.lyanniu{
	width: 10rem;
	height: 2.5rem;
	background: #086eb3;
	line-height:2.5rem;
	border:0px;
	cursor:pointer;
	color:#FFF;
	font-size:0.8rem;
}
.zxly .a02 .lxfs{
	width:100%;
	background-color:#086eb3;
	padding:2.0rem;
	float:right;
	margin-top:2.0rem;
}
.zxly .a02 .lxfs ul li{
	width:100%;
	float:left;
	margin-top:1.0rem;
	display: flex;
	align-items: center;
	font-weight:bold;
	font-size:0.8rem;
	color:#FFF;
}
.zxly .a02 .lxfs ul li img{
	margin-right:0.5rem;
	max-height:2.0rem;
}
.zxly .a02 .lxfs ul li:first-child{
	margin-top:0px;
}

.xm01{
	width:100%;
	float:left;
	margin-top:1.0rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom:1.0rem;
}
.xm01 .pic{
	width:100%;
	overflow:hidden;
}
.xm01 .pic img{
	width:100%;
	height: auto;
	display:block;
}
.xm01 .tex{
	width:100%;
	background-color:#086eb3;
	padding:2.0rem;
	color: #FFF;
	font-size:0.8rem;
	line-height:1.5rem;
}
.xm01 .tex h1{
	font-size:1.2rem;
	line-height:1.5rem;
	margin-bottom:1.0rem;
}
.xm01 .more{
	display:flex;
	margin-top:2.0rem;
}
.xm01 .more a{
	width: 8.0rem;
	height: 2.0rem;
	border: 1px solid #ffffff;
	line-height:2.0rem;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	color:#FFF;
}
.xm01 .more a i{
	width:0.5rem;
	height:1.0rem;
	background-image:url(../img/jt.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	margin-left:1.0rem;
}

.xm01 .tex2{
	width:100%;
	background-color:#f2f2f2;
	padding:2.0rem;
	color: #666;
	font-size:0.8rem;
	line-height:1.5rem;
}
.xm01 .tex2 h1{
	font-size:1.2rem;
	line-height:1.5rem;
	margin-bottom:1.0rem;
	color:#333;
}
.xm01 .more2{
	display:flex;
	margin-top:2.0rem;
}
.xm01 .more2 a{
	width: 8.0rem;
	height: 2.0rem;
	border: 1px solid #333333;
	line-height:2.0rem;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	color:#333333;
	margin-right:1.0rem;
}
.xm01 .more2 a i{
	width:0.5rem;
	height:1.0rem;
	background-image:url(../img/jt2.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	margin-left:1.0rem;
}
.xm01 .more2 a:hover{
	background-color:#086EB3;
	border: 1px solid #086EB3;
	color:#FFF;
}
.xm01 .more2 a:hover i{
	background-image:url(../img/jt.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.fy{
	width: 100%;
	float: left;
	margin-top: 2.0rem;
}
.fy ul{
	display: flex;
	flex-wrap: wrap;
}
.fy ul li{
	width: auto;
	text-align: center;
	color: #606266;
	font-size: 0.8rem;
	font-family: "宋体";
}
.fy ul li a{
	color: #606266;
	padding:0.2rem 0.5rem;
}
.fy ul li a:hover{
	color: #FFFFFF;
	background: #68B939;
}
.fy ul li .cur{
	color: #FFFFFF;
	background: #68B939;
}
.xmshow{
	width:100%;
	float: left;
	margin-top:2.0rem;
	font-size:0.8rem;
	line-height:1.5rem;
	color: #666;
}
.xmshow h1{
	font-size:1.0rem;
	line-height:1.5rem;
	margin-bottom:1.0rem;
}
.xmshow ul{
	margin-top:1.0rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.xmshow ul li{
	width:calc(34% - 0.5rem);
	overflow:hidden;
}
.xmshow ul li img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.xmshow ul li:hover img{
	transform: scale(1.05);
}

.new-l{
	width:100%;
}
.newtit{
	width:100%;
	float:left;
	font-size:1.2rem;

	line-height:1.5rem;
}
.newdate{
	width:100%;
	float:left;
	margin-top:1.0rem;
	font-size:0.8rem;
	color:#666;
	line-height:1.5rem;
}
.newtex{
	width:100%;
	float:left;
	margin-top:2.0rem;
	font-size:0.8rem;
	line-height:1.5rem;
}
.newtex img{
	max-width:100%;
}
.new-r{
	width:100%;
	background-color:#fafafa;
	padding:1.0rem;
	margin-top:2.0rem;
}
.new-r ul li{
	width:100%;
	float:left;
	margin-top:1.0rem;
}
.new-r ul li .pic{
	overflow:hidden;
}
.new-r ul li .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.new-r ul li:hover .pic img{
	transform: scale(1.05);
}
.new-r ul li dl dt{
	font-size:1.0rem;
	line-height:1.5rem;
	margin-top:0.6rem;
}
.new-r ul li dl dd{
	margin-top:0.6rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	color:#999;
}
.new-r ul li dl dd a{
	color:#999;
}
.new-r ul li:first-child{
	margin-top:0px;
}
.fh{
	display:flex;
	margin-top:2.0rem;
}
.fh a{
	width: 8.0rem;
	height: 2.0rem;
	background: #086eb3;
	line-height:2.0rem;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	color:#FFF;
}
.fh a i{
	width:0.5rem;
	height:1.0rem;
	background-image:url(../img/jt.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	margin-left:1.0rem;
}

.zp02{
	width: 100%;
	float: left;
	margin-top: 2.0rem;
}
	
.subNavBox4{
	width:100%;
	float:left;
	border: 1px solid rgba(0,0,0,0.1);
}
.subNavBox4 h1{
	HEIGHT:2.5rem;
	line-height: 2.5rem;
	display: flex;
	font-size:0.8rem;
	background-color: #086eb3;
	font-weight: normal;
	color: #FFFFFF;
	justify-content: space-between;
	width:100%;
	float:left;
}
.subNavBox4 h1 i{
	width: 20%;
	text-align:center;
	border-right:1px solid rgba(0,0,0,0.1);
}
.subNavBox4 h1 i:first-child{
	width:40%;
}
.subNavBox4 h1 i:nth-child(2){
	display:none;
}
.subNav4{
	width:100%; 
	float:left; 
	HEIGHT:2.5rem;
	display: flex;
	justify-content: space-between;
	CURSOR: pointer; 
	text-align:left; 
	border-bottom:1px solid rgba(0,0,0,0.1);
	background-color: #086eb3;
	line-height:2.5rem; 
	font-size:0.8rem;
	background-color:#FFF;
}
.subNav4 i{ 
	width: 20%;
	text-align:center;
	border-right:1px solid rgba(0,0,0,0.1);
}
.subNav4 i:first-child{
	width:40%;
}
.subNav4 i:nth-child(2){
	display:none;
}
.subNav4:hover{float:left; }
.currentDd4{background: #fff;}
.currentDd4 i{
	color: #333;
}
.navContent4{
	display: none;
	float:left; 
	width:100%; 
	padding:2.0rem; 
	line-height:1.5rem; 
	font-size:0.8rem;
	background-color: #f2f2f2;
}
.navContent4 .line{
	width:100%;
	height:1px;
	margin-bottom:1.0rem;
	margin-top:1.0rem;
	background-color:rgba(0,0,0,0.1);
}
.navContent4 dl{
	display: flex;
	justify-content: space-between;
	width:100%;
}
.navContent4 dl dt{
	margin-right:1.0rem;
	font-size:0.8rem;
	line-height:1.5rem;
	width:5.0rem;
	font-weight:bold;
}
.navContent4 dl dd{
	font-size:0.8rem;
	line-height:1.5rem;
	width:calc(100% - 5.0rem);
}
.red{
	color: #04946A;
}

.contact{
	width:100%;
	float:left;
	margin-top:2.0rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.contact-l{
	width:100%;
}
.contact-l ul li{
	width:100%;
	float:left;
	height: 3.0rem;
	background: #f2f2f2;
	padding:0px 1.0rem;
	display: flex;
	align-items: center;
	font-size:0.8rem;
	font-weight:bold;
	margin-top:1.0rem;
}
.contact-l ul li img{
	margin-right:0.6rem;
	max-height:2.0rem;
}
.contact-l ul li:first-child{
	margin-top:0px;
}
.contact-r{
	width:100%;
	margin-top:2.0rem;
}
.contact-r img{
	width:100%;
	height:auto;
	display:block;
}














.fr{
	float:right;
}
.f20{
	font-size:1.0rem;
}
.mart100{
	margin-top:3.0rem;
}
.mart0{
	margin-top:0px;
}
.mart20{
	margin-top:1.0rem;
}
.mart30{
	margin-top:1.0rem;
}
.mart10{
	margin-top:0.5rem;
}
























}
































