@charset "utf-8";
/* CSS Document */
body{
	font-size:15px;
	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+,可以是具体的实际链接 */
}
*{
	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:#359b38;
	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-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;}

.lin40{ line-height:50px; text-align:center; font-size:16px;}

@media (min-width:1200px) {
.pos { position:fixed; z-index:9999}
.main{
	width: auto;
	margin: auto;
	max-width: 1200px;
	padding: 0px 15px;
}

.header{
	width: 100%;
	
	float: left;
	background:#FFFFFF;
	height:auto;
	box-shadow:0px 4px 23px rgba(0,0,0,0.1);
}
.top{
	width: 100%;
	float: left;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.logo{
	width: 217px;
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.logo img{
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
}

.innav{
	width: auto;
	height: 50px;
	width:100%; 
	background:#359b38;
}
.innav ul{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.innav ul li{
	font-size: 18px;
	position: relative;
	margin-left: 15px;
	margin-right: 15px;
	position: relative;
	height: 50px;
	line-height:50px;
	width:130px;
	font-weight:bold;
	
}
.innav ul li a{
	width: 100%;
	float: left;
	color:#FFFFFF;
	text-align:center;
}
.innav ul li a:hover{
	background:#ffffff; color:#359b38;
}

.innav ul li a.cur{ background:#ffffff; color:#359b38; }


#xiala{
	height: auto;
	position: absolute;
	z-index: 999999;
	left: -0px;
	top: 50px;
	opacity: 0;
	visibility: hidden;
	background-color: #FFFFFF;
	
	line-height: 34px;
	width:100%;
}
#xiala a{
	font-size: 16px;
	line-height: 35px;
	color: #666666;
	margin-top:2px;
	border:0px;
	font-weight:normal;
	text-align: left;
	padding-left:20px;
}
#xiala a:hover{
background:#13491e;
	color: #ffffff;
	border:0px;
}
.innav ul li:hover #xiala{
	opacity: 1;
	visibility: visible;
}
.innav ul li:hover a{
	background:#ffffff; color:#359b38;
}
.ss{
	width: 250px;
	height: 40px;
	display: flex;
	align-items: center;
	border: 1px solid #e5e5e5;
	border-radius: 35px;
	padding: 0px 10px;
}
.bk{
	width: calc(100% - 33px);
	height:35px;
	line-height: 35px;
	border: 0px;
	outline: none;
	font-size: 16px;
	color: #999999;
	font-family: "微软雅黑";
}

.inabout{
	width: 100%;
	float: left;
	padding: 110px 0px;
	display: flex;
	justify-content: space-between;
}

.inabout .tex{
	width: 33.33%;
	font-size: 16px;
	line-height: 30px;
	color: #666666;
}
.inabout .tex h1{
	font-size: 36px;
	color: #13491e;
	line-height: 48px;
}
.inabout .tex h2{
	font-size: 16px;
	color: #000000;
	font-weight: normal;
	letter-spacing: 5px;
	line-height: 30px;
	margin-bottom: 30px;
	margin-top: 15px;
}
.inabout .tex .more{
	display: flex;
	margin-top: 35px;
}
.inabout .tex .more a{
	border-radius: 15px 0px 15px 0px;
	width: 220px;
	height: 42px;
	line-height: 42px;
	text-align: center;
	font-size: 16px;
	text-transform: uppercase;
	background-color: #d3433c;
	color: #FFFFFF;
}
.inabout .pic{
	width: 58%;
}
.inabout .pic img{
	width: 100%;
	height: auto;
}
.yw{
	width: 100%;
	float: left;
	height: 650px;
	background-image: url(../img/b01.jpg);
	background-position: center;
	background-repeat: no-repeat;
}
.intitle{
	width: 100%;
	float: left;
	margin-top: 60px;
	display: flex;
	justify-content: center;
}
.intitle .pic{
	width: 49px;
	margin-right: 20px;
}
.intitle dl dt{
	font-size: 36px;
	color: #FFFFFF;
	line-height: 40px;
	font-weight: bold;
	letter-spacing: 2px;
}
.intitle dl dt a{color: #FFFFFF;}
.intitle dl dd{
	font-size: 16px;
	color: #FFFFFF;
	font-weight: normal;
	letter-spacing: 5px;
	line-height: 30px;
	margin-top: 10px;
}

.intitle2{
	width: 100%;
	float: left;
	margin-top: 60px;
	display: flex;
	justify-content: center;
}
.intitle2 .pic{
	width: 49px;
	margin-right: 20px;
}
.intitle2 dl dt{
	font-size: 36px;
	color: #13491e;
	line-height: 40px;
	font-weight: bold;
	letter-spacing: 2px;
}
.intitle2 dl dt a{color: #13491e;}
.intitle2 dl dd{
	font-size: 16px;
	color: #000000;
	font-weight: normal;
	letter-spacing: 5px;
	line-height: 30px;
	margin-top: 10px;
}

.smtex{
	width: 100%;
	float: left;
	display: flex;
	margin-top: 30px;
	justify-content: center;
}
.smtex div{
	width: 80%;
	text-align: center;
	font-size: 16px;
	line-height: 30px;
	color: #FFFFFF;
}
.yw01{
	width: 100%;
	float: left;
	margin-top: 70px;
}
.yw01 ul{
	display: flex;
	justify-content: space-between;
}
.yw01 ul li{
	width: calc(25% - 15px);
}
.yw01 ul li dl dt{
	overflow: hidden;
}
.yw01 ul li dl dt img{
	width: 100%;
	height: auto;
	display: block;
	transition: all 0.6s;
}
.yw01 ul li:hover dl dt img{
	transform: scale(1.06);
}
.yw01 ul li dl dd{
	font-size: 18px;
	text-align: center;
	color: #FFFFFF;
	line-height: 36px;
	margin-top: 15px;
}
.wrap{
	width: 100%;
	float: left;
	background-image: url(../img/b02.jpg);
	height: 1689px;
	background-position: center;
	background-repeat: no-repeat;
}
.case{
	width: 100%;
	float: left;
	margin-top: 35px;
}
.case ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.case ul li{
	width: calc(25% - 35px);
	margin-top: 35px;
}
.case ul li .pic{
	overflow: hidden;
	position: relative;
	height: 367px;
}
.case ul li .pic i{
	width: calc(100% - 10px);
	height: 357px;
	background:  rgba(90,160,63,0.3);
	border-radius: 30px 0px 30px 0px;
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 1;
	transition: all 0.6s;
}
.case ul li .pic .tp{
	width: calc(100% - 10px);
	height: 357px;
	left: 0;
	top: 0;
	z-index: 2;
	position: absolute;
	border-radius: 30px 0px 30px 0px;
	overflow:hidden
}
.case ul li .pic .tp img{ width:100%; height: 100%; display:block; transition: all 0.6s;}
.case ul li .pic:hover .tp img{transform: scale(1.06);}
.case ul li .pic:hover i{
	background: rgba(90,160,63,0.7);
}
.case ul li .tex{
	margin-top: 20px;
	font-size: 20px;
	color: #666666;
	text-align: center;
	line-height: 36px;
}

.ckmore{
	width: 100%;
	float: left;
	display: flex;
	margin-top: 70px;
	justify-content: center;
}
.ckmore a{
	border-radius: 15px 0px 15px 0px;
	width: 220px;
	height: 42px;
	line-height: 42px;
	text-align: center;
	font-size: 16px;
	text-transform: uppercase;
	background-color: #d3433c;
	color: #FFFFFF;
}

.lvhua{
	width: 100%;
	float: left;
	position: relative;
	height: 500px;
	margin-top: 84px;
}
.lvhua01{
	width: 52%;
	height: 500px;
	background: rgba(128,196,28,0.15);
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}
.lvhua:hover .lvhua01{background: #f7f5f5;}
.lvhua02{
	width: 100%;
	float: left;
	position: absolute;
	left: 0;
	top: 50px;
	z-index: 2;
}
.lvhua02-1{
	width: 100%;
	float: left;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
.lvhua02-l{
	width: 650px;
	display: flex;
	align-items: center;
	border-radius: 25px 0px 25px 0px;
	overflow: hidden;
}
.lvhua02-l img{
	width: 100%;
	height: auto;
	display: block;
	transition: all 0.6s;
}
.lvhua02-l:hover img{
	transform: scale(1.06);
}
.lvhua02-r{
	width: calc(100% - 690px);
	font-size: 16px;
	line-height: 30px;
	color: #666666;
}
.lvhua02-r .more{
	display: flex;
	margin-top: 45px;
}
.lvhua02-r .more a{
	border-radius: 15px 0px 15px 0px;
	width: 220px;
	height: 42px;
	line-height: 42px;
	text-align: center;
	font-size: 16px;
	text-transform: uppercase;
	background-color: #d3433c;
	color: #FFFFFF;
}    

.kjyf{
	width: 100%;
	float: left;
	height: 420px;
	background-image: url(../img/b03.jpg);
	background-position: center;
	background-repeat: no-repeat;
}
.kjyf01{
	width: 50%;
	font-size: 16px;
	line-height: 28px;
	color: #FFFFFF;
	margin-top: 45px;
}
.kjyf01 h1{
	font-size: 36px;
	color: #FFFFFF;
	line-height: 48px;
}
.kjyf01 h1 a{color: #FFFFFF;}
.kjyf01 h2{
	font-size: 16px;
	color: #FFFFFF;
	font-weight: normal;
	letter-spacing: 5px;
	line-height: 30px;
	margin-bottom: 30px;
	margin-top: 15px;
}
.news{
	width: 100%;
	float: left;
	background-color: #f4f4f4;
	padding-bottom: 80px;
	padding-top: 40px;
}
.news01{
	width: 100%;
	float: left;
	margin-top: 70px;
}
.news01 ul{
	display: flex;
	justify-content: space-between;
}
.news01 ul li{
	width: calc(33.33% - 40px);
	background-color: #FFFFFF;
	box-shadow:0px 4px 23px rgba(0,0,0,0.1);
}
.news01 ul li .pic{
	overflow: hidden;
}
.news01 ul li .pic img{
	width: 100%;
	height: auto;
	display: block;
	transition: all 0.6s;
}
.news01 ul li:hover .pic img{
	transform: scale(1.06);
}
.news01 ul li .tex{
	padding: 20px;
	font-size: 16px;
	line-height: 24px;
	color: #666666;
}
.news01 ul li .tex h1{
	font-size: 18px;
	color: #000000;
	line-height: 36px;
	font-weight: normal;
	margin-bottom: 15px;
}
.news01 ul li .tex .date{
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
	font-size: 12px;
	color: #999999;
}
.news01 ul li .tex .date i{
	width: 28px;
	height: 28px;
	background-image: url(../img/jia.png);
	background-position: center;
	background-repeat: no-repeat;
}

.foot{
	width: 100%;
	float: left;
	background-image: url(../img/footbj.jpg);
	background-position: center;
	background-repeat: no-repeat;
	padding-top: 30px;
	padding-bottom:20px;
}
.foot01{
	width: 100%;
	float: left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.blogo{
	width: auto;
	max-width: 40%;
	margin-right: 50px;
	margin-top:-10px;
	float:right;
}
.blogo .ewm{
	display: flex;
	justify-content: space-between;
	margin-top: 8px;
	
}
.blogo .ewm dl{
	overflow: hidden;
	margin-left:30px;
	width:150px;
	text-align:center
}
.blogo .ewm dl dt{
	overflow: hidden;
	text-align:center
	
}
.blogo .ewm dl dt img{ width:90%;
	
}
.blogo .ewm dl dd{
	font-size: 16px;
	color: #FFFFFF;
	line-height: 30px;
	text-align: center;
}
.bnav{
	width: auto;
}
.bnav dl dt{
	font-size: 18px;
	line-height: 36px;
	margin-bottom: 10px;
	color: #FFFFFF;
}
.bnav dl dd{
	font-size: 16px;
	line-height: 34px;
	color: #FFFFFF;
}
.bnav dl dd a{
	color: #FFFFFF;
}
.foot02{
	width: 60%;
	float: left;
	font-size: 16px;
	color: #FFFFFF;
	padding: 0px 0px;
	border-top: 0px solid rgba(255,255,255,0.15);
	margin-top: 0px;
	text-align: center;
}

.foot02 a{color: #FFFFFF;}

.nybanner{
	width: 100%;
	float: left;
	margin-top:130px;
}
.nybanner img{
	width: 100%;
	height: auto;
	display: block;
}
.zlm{
	width: 100%;
	float: left;
	background-color: #f8f8f8;
	height: 60px;
}
.zlm01{
	width: 100%;
	float: left;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.add{
	width: auto;
	font-size: 16px;
	color: #666666;
	line-height: 60px;
}
.xlm{
	width: auto;
	display: flex;
}
.xlm a{
	width: 120px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-size: 16px;
}
.xlm a:hover{
	background-color: #359b38;
	color: #ffffff;
}
.xlm .cur{
	background-color: #359b38;
	color: #ffffff;
}
.nytitle{
	width: 100%;
	float: left;
	margin-top: 60px;
	text-align: center;
	font-size: 36px;
	color: #13491e;
}
.nyabout{
	width: 100%;
	float: left;
	margin-top: 50px;
	font-size: 14px;
	line-height: 30px;
	color: #666666;
}
.nyabout img{
	max-width: 100%;
	height: auto;
}

.honr{
	width: 100%;
	float: left;
	height: auto;
	background-image: url(../img/lcbj.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: 100px;
	background-attachment: fixed;
	margin-top: 120px;
}
.subtitle{
	font-size: 32px;
	line-height: 42px;
	margin-top: 5px;
	text-align: center;
	color: #FFFFFF;
	margin-bottom: 30px;
	margin-top: 80px;
}
.zs{
	width: 100%;
	float: left;
	margin-top: 28px;
	margin-bottom: 80px;
}
.zs ul{
	display: flex;
	flex-wrap: wrap;
}
.zs ul li{
	width: calc(25.4% - 22px);
	margin-right: 22px;
	margin-top: 22px;
}
.zs ul li img{
	width: 100%;
	height: auto;
	display: block;
}
.zs ul li:nth-child(4n){
	margin-right: 0px;
}

.fy{
	width: 100%;
	float: left;
	margin-top: 80px;
	margin-bottom: 80px;
}
.fy ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.fy ul li{
	width: auto;
	margin-left: 3px;
	margin-right: 3px;
}
.fy ul li a{
	padding: 10px 16px;
	background-color: #f5f5f5;
}
.fy ul li a:hover{
	background-color: #359b38;
	color: #FFFFFF;
}
#fyon{
	background-color: #359b38;
	color: #FFFFFF;
}

.kxyw{
	width: 100%;
	float: left;
}
.kxyw ul li{
	width: 100%;
	float: left;
	justify-content: space-between;
	margin-top: 85px;
	flex-wrap: wrap;
	align-items: center;
	display: flex;
}
.kxyw ul li .tex{
	width: 40%;
	font-size: 14px;
	line-height: 30px;
	color: #666666;
}
.kxyw ul li .tex h1{
	font-size: 36px;
	font-family: "calisto mt";
	color: rgba(51,51,51,0.6);
	line-height: 40px;
	text-transform: uppercase;
}
.kxyw ul li .tex h1 a{color: rgba(51,51,51,0.6);}
.kxyw ul li .tex h2{
	margin-top: 30px;
	font-size: 30px;
	line-height: 40px;
	color: #333333;
	font-weight: normal;
	padding-bottom: 25px;
	background-image: url(../img/hx01.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
	margin-bottom: 35px;
}
.kxyw ul li .pic{
	width: 50%;
	overflow: hidden;
}
.kxyw ul li .pic img{
	width: 100%;
	height: auto;
	display: block;
	transition: all 0.6s;
}
.kxyw ul li:hover .pic img{
	transform: scale(1.05);
}

.yflc{
	width: 100%;
	float: left;
	display: flex;
	justify-content: center;
	margin-top: 80px;
}
.yflc01{
	width: 470px;
}
.yflc01 ul li{
	width: 100%;
	float: left;
	display: flex;
	justify-content: space-between;
}
.nfen{
	width: 120px;
	font-size: 14px;
	line-height: 30px;
}
.jshi{
	width: 350px;
	position: relative;
	border-left: 1px solid #359b38;
	padding-left: 50px;
	font-size: 14px;
	line-height: 30px;
	padding-bottom: 60px;
}
.jshi .yuan{
	width: 16px;
	height: 16px;
	background-color: #59b85c;
	border-radius: 50%;
	border: 3px solid #359b38;
	position: absolute;
	left: -8px;
	top: 4px;
	z-index: 11;
}
.yflc01 ul li:last-child .jshi{
	padding-bottom: 0px;
}

.nycon{
	width: 100%;
	float: left;
	margin-top: 70px;
	display: flex;
	justify-content: space-between;
}
.lx-l{
	width: 49%;
}
.nytitle3{
	width: 100%;
	float: left;
	font-size: 30px;
	line-height: 48px;
	font-weight: bold;
	color: #359b38;
}
.nytex{
	width: 100%;
	float: left;
	margin-top: 20px;
	font-size: 14px;
	line-height: 28px;
	color: #666666;
}
.nytex img{
	max-width: 100%;
	height: auto;
}
.sqxz{
	width: 100%;
	float: left;
	margin-top: 20px;
}
.sqxz ul li{
	width: 100%;
	float: left;
}
.sqbk2{
	width: 100%;
	height: 60px;
	border: 1px solid #e0e0e0;
	padding-left: 10px;
	outline: none;
	font-size: 14px;
	font-family: "微软雅黑";
	color: #999999;
	margin-top: 15px;
}
.sqanniu2{
	height: 60px;
	background-image: linear-gradient(to right, #359b38 , #6ac96c );
	width: 100%;
	border: 0px;
	cursor: pointer;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 60px;
	margin-top: 20px;
}

.lx-r{
	width: 43%;
	padding: 40px;
	background-color: #f2f2f2;
	padding-top:1px;
}
.lx-r .lxtitle{
	display: flex;
	justify-content: space-between;
	width:100%; float:left; 
	margin-top:20px;
}
.lx-r .lxtitle dl dt{
	margin-bottom: 10px;
	font-size: 12px;
	line-height: 16px;
	color: #999999;
	text-transform: uppercase;
	letter-spacing: -1px;
}
.lx-r .lxtitle dl dd{
	font-size: 20px;
	color: #359b38;
	line-height: 40px;
	font-weight: bold;
}
.lx-r .hx{
	display: flex;
	margin-top: 15px;
}
.lx-r .hx i{
	width: 50px;
	height: 3px;
	background-color: #359b38;
}
.lx-r .lxlist{
	margin-top: 55px;
}
.lx-r .lxlist ul li{
	width: 100%;
	float: left;
	border-bottom: 1px solid #DDDDDD;
	height: 65px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.lx-r .lxlist ul li .pic{
	width: 36px;
}
.lx-r .lxlist ul li .tex{
	width: calc(100% - 56px);
	font-size: 12px;
	line-height: 16px;
	color: #999999;
}
.lx-r .lxlist ul li .tex h1{
	font-size: 20px;
	line-height: 24px;
	color: #333333;
}
.map{
	width: 100%;
	float: left;
	margin-top: 100px;
}
.map img{

}

.newlist{
	width: 100%;
	float: left;
	margin-top: 40px;
}
.newlist ul li{
	width: 100%;
	float: left;
	padding: 40px;
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #E0E0E0;
	transition: all 0.6s;
}
.newlist ul li:hover{
	background: #ffffff;
	box-shadow: 0px 30px 60px 0px rgba(57,57,57,0.10);
}
.newlist ul li .pic{
	width: 300px;
	overflow: hidden;
}
.newlist ul li .pic img{
	width: 100%;
	height: auto;
	display: block;
	transition: all 0.6s;
}
.newlist ul li:hover .pic img{
	transform: scale(1.05);
}
.newlist ul li .tex{
	width: calc(100% - 340px);
	font-size: 16px;
	line-height: 30px;
	color: #666666;
}
.newlist ul li .tex h1{
	font-size: 18px;
	line-height: 27px;
	color: #333333;
	margin-bottom: 15px;
}
.newlist ul li .tex .more{
	display: flex;
	justify-content: space-between;
	margin-top: 50px;
}
.newlist ul li .tex .more a{
	width: 145px;
	height: 40px;
	background-color: #999999;
	color: #FFFFFF;
	line-height: 40px;
	text-align: center;
}
.newlist ul li:hover .tex .more a{
	background-color: #359b38;
	color: #FFFFFF;
}
.news ul li:hover .tex h1 a{
	color: #0954A7;
}

.casetitle{
	width: 100%;
	float: left;
	font-size: 24px;
	color: #333333;
	margin-top: 45px;
	text-align: center;
}
.casedate{
	width: 100%;
	float: left;
	color: #828282;
	font-size: 12px;
	margin-top: 20px;
	text-align: center;
}
.caseshow{
	width: 100%;
	float: left;
	margin-top: 45px;
	font-size: 14px;
	line-height: 30px;
	color: #333333;
}
.caseshow img{
	max-width: 100%;
	height: auto;
}

.fh{
	width: 100%;
	float: left;
	margin-top: 60px;
	margin-bottom: 60px;
}
.fh ul{
	display: flex;
	justify-content: center;
}
.fh ul li{
	width: 292px;
	height: 52px;
	background: #359b38;
	border-radius: 8px;
	font-size: 16px;
	color: #FFFFFF;
	text-align: center;
	line-height: 52px;
}
.fh ul li a{
	color: #FFFFFF;
}
.photo{
	width: 100%;
	float: left;
	margin-top: 20px;
}
.photo ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.photo ul li{
	width: calc(50% - 20px);
	position: relative;
	overflow: hidden;
	margin-top: 40px;
}
.photo ul li img{
	width: 100%;
	height: auto;
	display: block;
	transition: all 0.6s;
}
.photo ul li span{
	font-size: 20px;
	width: auto;
	position: absolute;
	left: 30px;
	bottom: 30px;
	z-index: 11;
	color: #FFFFFF;
}
.photo ul li:hover img{
	transform: scale(1.05);
}
























.mart110{
	margin-top: 110px;
}
.header2{
	display: none;
}
.pc{
	display: block;
}
.mobile{
	display: none;
}











.link01{width:100%; float:left; line-height:50px; font-size:16px;}
.link01 a{ padding:5px;}
	
}










@media (max-width:1199px) {
.link01{width:100%; float:left; line-height:1.5rem; font-size:0.8rem;}
.link01 a{ padding:0px 5px;}
.pc{
	display: none;
}
.mobile{
	display: block;
}
.header{
	display: none;
}
.header2{ 
	width:100%; 
	float:left; 
	height:4rem; 
	line-height:4rem;
	background-color: #FFFFFF;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999999;
	box-shadow: 0px 4px 23px 0px rgba(0,0,0,0.10); 
}
.logo{ 
	width:100%; 
	float:left; 
	height:4rem; 
	text-align:center;
}
.logo span{ 
	height:100%; 
	display:inline-block; 
	vertical-align:middle;
}
.logo img{ 
	max-width:70%; 
	max-height:3rem; 
	vertical-align:middle; 
	margin-left:5%;
}
.nav2{ 
	width:60%; 
	float:right; 
	line-height:110px; 
	height:110px; 
	text-align:right;
}
.nav2 a{ 
	width: auto; 
	font-size:16px; 
	margin-right:5%;
}
.nav-bar2 { 
	width:4rem; 
	height:4rem; 
	position:absolute; 
	z-index:11; 
	left:0%; 
	top:0; 
	text-align:center;
}
.nav-bar2 img{ 
	max-width:40%; 
	max-height:1.5rem; 
	vertical-align:middle;
}
.nav-bar2 span{ 
	display:inline-block; 
	height:100%; 
	vertical-align:middle;
}
.nav-bg { 
	width:0px; 
	height:10rem; 
	overflow:hidden; 
	position: absolute; 
	right:0px; 
	top:0; 
	z-index:998;
}
.v_close { 
	display:block; 
	position: absolute; 
	top: 2%; 
	left:5%; 
	z-index:102;  
	width: 15px; 
	height: 15px; 
	background:url(../img/close.png) no-repeat; 
	background-size:100% 100%; 
	display:none;
}
.nav { 
	margin:0 0 0 0;
}
.subNavBox3{
	width:65%;
	float:right; 
	background:#fff;  
	padding-bottom:4rem;
}
.subNavBox3 h1{ 
	text-align:center; 
	height:5rem; 
	background:#ffffff;
}
.subNavBox3 h1 span{ 
	height:100%; 
	display:inline-block; 
	vertical-align:middle;
}
.subNavBox3 h1 img{ 
	max-width:80%; 
	max-height:3rem; 
	vertical-align:middle;
} 
.subNav3{
	width: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:0.8rem;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    text-transform: uppercase;
}
.subNav3 i{ 
	padding:0.3rem; 
	background:url(../img/xjt2.png) no-repeat center / contain; 
	margin-right:1rem; 
	float:right;
	margin-top:1.2rem;
}
.subNav3:hover{float:left; }
.currentDd3{background: #f8f8f8;}
.currentDd3 i{
	background:url(../img/xjt2.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.9rem; 
	padding-bottom:0px;
}

.main{
	width: 90%;
	float: left;
	margin-left: 5%;
	margin-right: 5%;
}
.sj98{width: 98%;
	float: left;
	margin-left: 1%;
	margin-right: 1%;}

.inabout{
	width: 100%;
	float: left;
	padding: 3.0rem 0px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.inabout .tex{
	width: 100%;
	font-size: 0.8rem;
	line-height: 1.5rem;
	color: #666666;
}
.inabout .tex h1{
	font-size: 1.5rem;
	color: #13491e;
	line-height: 2.0rem;
}
.inabout .tex h2{
	font-size: 1.0rem;
	color: #000000;
	font-weight: normal;
	letter-spacing: 5px;
	line-height: 1.5rem;
	margin-bottom: 1.0rem;
	margin-top: 0.5rem;
}
.inabout .tex .more{
	display: flex;
	margin-top: 2.0rem;
}
.inabout .tex .more a{
	border-radius: 15px 0px 15px 0px;
	width: 10rem;
	height: 2.0rem;
	line-height: 2.0rem;
	text-align: center;
	font-size: 0.8rem;
	text-transform: uppercase;
	background-color: #d3433c;
	color: #FFFFFF;
}
.inabout .pic{
	width: 100%;
	margin-top: 2.0rem;
}
.inabout .pic img{
	width: 100%;
	height: auto;
}
.yw{
	width: 100%;
	float: left;
	height: auto;
	padding-bottom: 3.0rem;
	background-image: url(../img/b01.jpg);
	background-position: center;
	background-repeat: no-repeat;
}
.intitle{
	width: 100%;
	float: left;
	margin-top: 2.0rem;
	display: flex;
	justify-content: center;
}
.intitle .pic{
	width: 2.0rem;
	margin-right: 0.5rem;
}
.intitle .pic img{
	max-width: 100%;
	height: auto;
}
.intitle dl dt{
	font-size: 1.5rem;
	color: #FFFFFF;
	line-height: 2.0rem;
	font-weight: bold;
	letter-spacing: 2px;
}
.intitle dl dt a{color: #FFFFFF;}
.intitle dl dd{
	font-size: 1.0rem;
	color: #FFFFFF;
	font-weight: normal;
	letter-spacing: 2px;
	line-height: 1.5rem;
	margin-top: 0.5rem;
}

.intitle2{
	width: 100%;
	float: left;
	margin-top: 2.0rem;
	display: flex;
	justify-content: center;
}
.intitle2 .pic{
	width: 2.0rem;
	margin-right: 0.5rem;
}
.intitle2 .pic img{
	max-width: 100%;
	height: auto;
}
.intitle2 dl dt{
	font-size: 1.5rem;
	color: #13491e;
	line-height: 2.0rem;
	font-weight: bold;
	letter-spacing: 2px;
}
.intitle2 dl dt a{color: #13491e;}
.intitle2 dl dd{
	font-size: 1.0rem;
	color: #000000;
	font-weight: normal;
	letter-spacing: 2px;
	line-height: 1.5rem;
	margin-top: 0.5rem;
}

.smtex{
	width: 100%;
	float: left;
	display: flex;
	margin-top: 1.0rem;
	justify-content: center;
}
.smtex div{
	width: 80%;
	text-align: center;
	font-size: 1.0rem;
	line-height: 1.5rem;
	color: #FFFFFF;
}
.yw01{
	width: 100%;
	float: left;
	margin-top: 2.0rem;
}
.yw01 ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.yw01 ul li{
	width: 48%;
	margin-top: 1.0rem;
}
.yw01 ul li dl dt{
	overflow: hidden;
}
.yw01 ul li dl dt img{
	width: 100%;
	height: auto;
	display: block;
	transition: all 0.6s;
}
.yw01 ul li:hover dl dt img{
	transform: scale(1.06);
}
.yw01 ul li dl dd{
	font-size: 0.8rem;
	text-align: center;
	color: #FFFFFF;
	line-height: 1.5rem;
	margin-top: 0.5rem;
}
.wrap{
	width: 100%;
	float: left;
	background-image: url(../img/b02.jpg);
	height: auto;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.case{
	width: 100%;
	float: left;
	margin-top: 1.0rem;
}
.case ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.case ul li{
	width: 48%;
	margin-top: 1.0rem;
}
.case ul li .pic{
	overflow: hidden;
	position: relative;
	height: 15rem;
}
.case ul li .pic i{
	width: calc(100% - 10px);
	height: 14.5rem;
	background:  rgba(90,160,63,0.3);
	border-radius: 30px 0px 30px 0px;
	position: absolute;
	top: 0.5rem;
	left: 0.5rem;
	z-index: 1;
	transition: all 0.6s;
}
.case ul li .pic .tp{
	width: calc(100% - 0.5rem);
	height: 14.5rem;
	left: 0;
	top: 0;
	z-index: 2;
	position: absolute;
	border-radius: 30px 0px 30px 0px;
	overflow:hidden
}
.case ul li .pic .tp img{ width:100%; height: 100%; display:block; transition: all 0.6s;}
.case ul li .pic:hover .tp img{transform: scale(1.06);}
.case ul li .pic:hover i{
	background: rgba(90,160,63,0.7);
}
.case ul li .tex{
	margin-top: 1.0rem;
	font-size: 1.0rem;
	color: #666666;
	text-align: center;
	line-height: 1.5rem;
}

.ckmore{
	width: 100%;
	float: left;
	display: flex;
	margin-top: 2.5rem;
	justify-content: center;
}
.ckmore a{
	border-radius: 15px 0px 15px 0px;
	width: 10rem;
	height: 2.0rem;
	line-height: 2.0rem;
	text-align: center;
	font-size: 0.8rem;
	text-transform: uppercase;
	background-color: #d3433c;
	color: #FFFFFF;
}

.lvhua{
	width: 100%;
	float: left;
	height: auto;
	margin-top: 2.0rem;
}
.lvhua01{
	width: 100%;
}
.lvhua02{
	width: 100%;
	float: left;
}
.lvhua02-1{
	width: 100%;
	float: left;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	flex-wrap: wrap;
}
.lvhua02-l{
	width: 100%;
	display: flex;
	align-items: center;
	border-radius: 25px 0px 25px 0px;
	overflow: hidden;
}
.lvhua02-l img{
	width: 100%;
	height: auto;
	display: block;
	transition: all 0.6s;
}
.lvhua02-l:hover img{
	transform: scale(1.06);
}
.lvhua02-r{
	width: 100%;
	font-size: 0.8rem;
	line-height: 1.5rem;
	color: #666666;
	margin-top: 2.0rem;
}
.lvhua02-r .more{
	display: flex;
	margin-top: 1.5rem;
}
.lvhua02-r .more a{
	border-radius: 15px 0px 15px 0px;
	width: 10rem;
	height: 2.0rem;
	line-height: 2.0rem;
	text-align: center;
	font-size: 0.8rem;
	text-transform: uppercase;
	background-color: #d3433c;
	color: #FFFFFF;
}    

.kjyf{
	width: 100%;
	float: left;
	height: auto;
	background-image: url(../img/b03.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	margin-top: 2.0rem;
	padding: 3.0rem 0;
}
.kjyf01{
	width: 80%;
	font-size: 0.8rem;
	line-height: 1.5rem;
	color: #FFFFFF;
}
.kjyf01 h1{
	font-size: 1.5rem;
	color: #FFFFFF;
	line-height: 2.0rem;
}
.kjyf01 h1 a{color: #FFFFFF;}
.kjyf01 h2{
	font-size: 1.0rem;
	color: #FFFFFF;
	font-weight: normal;
	letter-spacing: 5px;
	line-height: 1.5rem;
	margin-bottom: 1.0rem;
	margin-top: 0.5rem;
}
.news{
	width: 100%;
	float: left;
	background-color: #f4f4f4;
	padding-bottom: 80px;
	padding-top: 40px;
}
.news01{
	width: 100%;
	float: left;
	margin-top: 2.5rem;
}
.news01 ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.news01 ul li{
	width: 100%;
	background-color: #FFFFFF;
	box-shadow:0px 4px 23px rgba(0,0,0,0.1);
	margin-bottom: 1.5rem;
}
.news01 ul li .pic{
	overflow: hidden;
}
.news01 ul li .pic img{
	width: 100%;
	height: auto;
	display: block;
	transition: all 0.6s;
}
.news01 ul li:hover .pic img{
	transform: scale(1.06);
}
.news01 ul li .tex{
	padding: 1.0rem;
	font-size: 0.8rem;
	line-height: 1.5rem;
	color: #666666;
}
.news01 ul li .tex h1{
	font-size: 1.0rem;
	color: #000000;
	line-height: 1.5rem;
	font-weight: normal;
	margin-bottom: 0.5rem;
}
.news01 ul li .tex .date{
	display: flex;
	justify-content: space-between;
	margin-top: 1.0rem;
	font-size: 0.8rem;
	color: #999999;
}
.news01 ul li .tex .date i{
	width: 1.5rem;
	height: 1.5rem;
	background-image: url(../img/jia.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.foot{
	width: 100%;
	float: left;
	background-image: url(../img/footbj.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 0.0rem;
}
.foot01{
	width: 100%;
	float: left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.blogo{
	width: 100%;
	float:left;
}
.blogo .ewm{
	display: flex;
	justify-content: space-between;
	margin-top: 1.5rem;
	width:60%;
	margin-left:20%;
	margin-right:20%;
}
.blogo .ewm dl dt{
	overflow: hidden;
}
.blogo .ewm dl dt img{
	max-height: 8.0rem;
}
.blogo .ewm dl dd{
	font-size: 0.8rem;
	color: #FFFFFF;
	line-height: 1.5rem;
	text-align: center;
}
.bnav{
	width: 33.33%;
	margin-top: 2.0rem;
	display:none;
}
.bnav dl dt{
	font-size: 1.0rem;
	line-height: 1.5rem;
	margin-bottom: 0.5rem;
	color: #FFFFFF;
}
.bnav dl dd{
	font-size: 0.8rem;
	line-height: 1.5rem;
	color: #FFFFFF;
}
.bnav dl dd a{
	color: #FFFFFF;
}
.foot02{
	width: 100%;
	float: left;
	font-size: 0.8rem;
	color: #FFFFFF;
	padding: 1.0rem 0px;
	border-top: 1px solid rgba(255,255,255,0.15);
	margin-top: 0.0rem;
	text-align: left;
}
.foot02 a{color: #FFFFFF;}
.nybanner{
	width: 100%;
	float: left;
	margin-top: 4.0rem;
}
.nybanner img{
	width: 100%;
	height: auto;
	display: block;
}
.zlm{
	width: 100%;
	float: left;
	background-color: #f8f8f8;
	height: auto;
	padding: 1.0rem 0;
}
.zlm01{
	width: 100%;
	float: left;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.add{
	width: 100%;
	font-size: 0.8rem;
	color: #666666;
	line-height: 1.5rem;
}
.xlm{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin-top: 0.5rem;
}
.xlm a{
	width: 33.3%;
	height: 2.0rem;
	line-height: 2.0rem;
	text-align: center;
	font-size: 0.8rem;
	margin-top: 0.5rem;
}
.xlm a:hover{
	background-color: #359b38;
	color: #ffffff;
}
.xlm .cur{
	background-color: #359b38;
	color: #ffffff;
}
.nytitle{
	width: 100%;
	float: left;
	margin-top: 2.0rem;
	text-align: center;
	font-size: 1.5rem;
	color: #13491e;
}
.nyabout{
	width: 100%;
	float: left;
	margin-top: 2.0rem;
	font-size: 0.8rem;
	line-height: 1.5rem;
	color: #666666;
}
.nyabout img{
	max-width: 100%;
	height: auto;
}

.honr{
	width: 100%;
	float: left;
	height: auto;
	background-image: url(../img/lcbj.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: 3.0rem;
	background-attachment: fixed;
	margin-top: 3.0rem;
}
.subtitle{
	font-size: 1.5rem;
	line-height: 2.0rem;
	text-align: center;
	color: #FFFFFF;
	margin-bottom: 1.0rem;
	margin-top: 2.5rem;
}
.zs{
	width: 100%;
	float: left;
	margin-top: 28px;
	margin-bottom: 80px;
}
.zs ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.zs ul li{
	width: 48%;
	margin-top: 1.0rem;
}
.zs ul li img{
	width: 100%;
	height: auto;
	display: block;
}

.fy{
	width: 100%;
	float: left;
	margin-top: 3.0rem;
	margin-bottom: 3.0rem;
}
.fy ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.fy ul li{
	width: auto;
	margin-left: 3px;
	margin-right: 3px;
	font-size: 0.8rem;
}
.fy ul li a{
	padding: 0.2rem 0.5rem;
	background-color: #f5f5f5;
}
.fy ul li a:hover{
	background-color: #359b38;
	color: #FFFFFF;
}
#fyon{
	background-color: #359b38;
	color: #FFFFFF;
}
.kxyw{
	width: 100%;
	float: left;
}
.kxyw ul li{
	width: 100%;
	float: left;
	justify-content: space-between;
	margin-top: 2.0rem;
	flex-wrap: wrap;
	align-items: center;
	display: flex;
}
.kxyw ul li .tex{
	width: 100%;
	font-size: 0.8rem;
	line-height: 1.5rem;
	color: #666666;
	margin-top: 1.0rem;
}
.kxyw ul li .tex h1{
	font-size: 1.5rem;
	font-family: "calisto mt";
	color: rgba(51,51,51,0.6);
	line-height: 2.0rem;
	text-transform: uppercase;
}
.kxyw ul li .tex h1 a{color: rgba(51,51,51,0.6);}
.kxyw ul li .tex h2{
	margin-top: 1.0rem;
	font-size: 1.2rem;
	line-height: 2.0rem;
	color: #333333;
	font-weight: normal;
	padding-bottom: 1.0rem;
	background-image: url(../img/hx01.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
	margin-bottom: 1.0rem;
}
.kxyw ul li .pic{
	width: 100%;
	overflow: hidden;
	margin-top: 1.5rem;
}
.kxyw ul li .pic img{
	width: 100%;
	height: auto;
	display: block;
	transition: all 0.6s;
}
.kxyw ul li:hover .pic img{
	transform: scale(1.05);
}

.yflc{
	width: 100%;
	float: left;
	display: flex;
	justify-content: center;
	margin-top: 2.5rem;
}
.yflc01{
	width: 100%;
}
.yflc01 ul li{
	width: 100%;
	float: left;
	display: flex;
	justify-content: space-between;
}
.nfen{
	width: 8.0rem;
	font-size: 0.8rem;
	line-height: 1.5rem;
}
.jshi{
	width: calc(100% - 8.0rem);
	position: relative;
	border-left: 1px solid #359b38;
	padding-left: 2.0rem;
	font-size: 0.8rem;
	line-height: 1.5rem;
	padding-bottom: 2.0rem;
}
.jshi .yuan{
	width: 0.6rem;
	height: 0.6rem;
	background-color: #59b85c;
	border-radius: 50%;
	border: 3px solid #359b38;
	position: absolute;
	left: -0.3rem;
	top: 0.3rem;
	z-index: 11;
}
.yflc01 ul li:last-child .jshi{
	padding-bottom: 0px;
}

.nycon{
	width: 100%;
	float: left;
	margin-top: 2.5rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.lx-l{
	width: 100%;
}
.nytitle3{
	width: 100%;
	float: left;
	font-size: 1.5rem;
	line-height: 2.0rem;
	font-weight: bold;
	color: #359b38;
}
.nytex{
	width: 100%;
	float: left;
	margin-top: 1.0rem;
	font-size: 0.8rem;
	line-height: 1.5rem;
	color: #666666;
}
.nytex img{
	max-width: 100%;
	height: auto;
}
.sqxz{
	width: 100%;
	float: left;
	margin-top: 1.0rem;
}
.sqxz ul li{
	width: 100%;
	float: left;
}
.sqbk2{
	width: 100%;
	height: 2.5rem;
	border: 1px solid #e0e0e0;
	padding-left: 0.5rem;
	outline: none;
	font-size: 0.8rem;
	font-family: "微软雅黑";
	color: #999999;
	margin-top: 0.5rem;
}
.sqanniu2{
	height: 2.5rem;
	background-image: linear-gradient(to right, #359b38 , #6ac96c );
	width: 100%;
	border: 0px;
	cursor: pointer;
	font-size: 0.8rem;
	color: #FFFFFF;
	line-height: 2.5rem;
	margin-top: 1.0rem;
}

.lx-r{
	width: 100%;
	padding: 1.5rem;
	background-color: #f2f2f2;
	margin-top: 2.0rem;
}
.lx-r .lxtitle{
	display: flex;
	justify-content: space-between;
	width:100%; float:left; 
	margin-top:20px;
}
.lx-r .lxtitle dl dt{
	margin-bottom: 0.5rem;
	font-size: 0.8rem;
	line-height: 1.0rem;
	color: #999999;
	text-transform: uppercase;
	letter-spacing: -1px;
}
.lx-r .lxtitle dl dd{
	font-size: 1.2rem;
	color: #359b38;
	line-height: 2.0rem;
	font-weight: bold;
}
.lx-r .hx{
	display: flex;
	margin-top: 0.5rem;
}
.lx-r .hx i{
	width: 2.0rem;
	height: 3px;
	background-color: #359b38;
}
.lx-r .lxlist{
	margin-top: 2.0rem;
}
.lx-r .lxlist ul li{
	width: 100%;
	float: left;
	border-bottom: 1px solid #DDDDDD;
	height: auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 1.0rem 0;
}
.lx-r .lxlist ul li .pic{
	width: 1.5rem;
}
.lx-r .lxlist ul li .pic img{
	max-width: 1.5rem;
}
.lx-r .lxlist ul li .tex{
	width: calc(100% - 2.5rem);
	font-size: 0.8rem;
	line-height: 1.0rem;
	color: #999999;
}
.lx-r .lxlist ul li .tex h1{
	font-size: 1.0rem;
	line-height: 1.5rem;
	color: #333333;
}
.map{
	width: 100%;
	float: left;
	margin-top: 3.0rem;
}
.map img{
	
}

.newlist{
	width: 100%;
	float: left;
	margin-top: 1.5rem;
}
.newlist ul li{
	width: 100%;
	float: left;
	padding: 1.0rem;
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #E0E0E0;
	transition: all 0.6s;
}
.newlist ul li:hover{
	background: #ffffff;
	box-shadow: 0px 30px 60px 0px rgba(57,57,57,0.10);
}
.newlist ul li .pic{
	width: 30%;
	overflow: hidden;
}
.newlist ul li .pic img{
	width: 100%;
	height: auto;
	display: block;
	transition: all 0.6s;
}
.newlist ul li:hover .pic img{
	transform: scale(1.05);
}
.newlist ul li .tex{
	width: 65%;
	font-size: 0.8rem;
	line-height: 1.5rem;
	color: #666666;
}
.newlist ul li .tex h1{
	font-size: 1.0rem;
	line-height: 1.5rem;
	color: #333333;
	margin-bottom: 0.5rem;
}
.newlist ul li .tex .more{
	display: flex;
	justify-content: space-between;
	margin-top: 2.0rem;
}
.newlist ul li .tex .more a{
	width: 5.0rem;
	height: 2.0rem;
	background-color: #999999;
	color: #FFFFFF;
	line-height: 2.0rem;
	text-align: center;
}
.newlist ul li:hover .tex .more a{
	background-color: #359b38;
	color: #FFFFFF;
}
.news ul li:hover .tex h1 a{
	color: #0954A7;
}

.casetitle{
	width: 100%;
	float: left;
	font-size: 1.2rem;
	color: #333333;
	margin-top: 2.0rem;
	text-align:center;
}
.casedate{
	width: 100%;
	float: left;
	color: #828282;
	font-size: 0.8rem;
	margin-top: 1.0rem;
	text-align:center;
}
.caseshow{
	width: 100%;
	float: left;
	margin-top: 1.5rem;
	font-size: 0.8rem;
	line-height: 1.5rem;
	color: #333333;
}
.caseshow img{
	max-width: 100%;
	height: auto;
}

.fh{
	width: 100%;
	float: left;
	margin-top: 2.0rem;
	margin-bottom: 2.0rem;
}
.fh ul{
	display: flex;
	justify-content: center;
}
.fh ul li{
	width: 8.0rem;
	height: 2.5rem;
	background: #359b38;
	border-radius: 8px;
	font-size: 0.8rem;
	color: #FFFFFF;
	text-align: center;
	line-height: 2.5rem;
}
.fh ul li a{
	color: #FFFFFF;
}
.photo{
	width: 100%;
	float: left;
	margin-top: 1.0rem;
}
.photo ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.photo ul li{
	width: 48%;
	position: relative;
	overflow: hidden;
	margin-top: 1.0rem;
}
.photo ul li img{
	width: 100%;
	height: auto;
	display: block;
	transition: all 0.6s;
}
.photo ul li span{
	font-size: 1.0rem;
	width: auto;
	position: absolute;
	left: 1.0rem;
	bottom: 1.0rem;
	z-index: 11;
	color: #FFFFFF;
}
.photo ul li:hover img{
	transform: scale(1.05);
}
























.mart110{
	margin-top: 3.0rem;
}

















}
































