@charset "utf-8";
body{
	font-family:"Microsoft Yahei","SimSun";
	font-size:14px;
	color:#000;
	background: #ebfffc;
}

a{
	color:#000;
}

a:hover{
	text-decoration: none;
	color: #4e793d !important;
}

.fw{
	color: #fff;
}

.fw a{
	color: #fff;
}

.fw a:hover{
	color: #dfdfdf !important;
}

img{
	display:block;
	max-height: 100%;
	max-width: 100%;
}

.wrapper{
	width:100%;
	min-width:1170px;
	max-width:1920px;
	margin:0px auto;
	overflow: hidden;
}

.w1170{
	width:1170px;
	margin:0px auto;
}

h1,h2,h3,h4,h5{
	font-family:"Microsoft Yahei","SimHei";
	overflow:hidden;
}

p,li{
	overflow:hidden;
}

.photo{
	position: relative;
	overflow: hidden;
}

.photo img{
	width: 100%;
	height: 100%;
	transition: transform 0.2s;
}

.photo:hover img{
	transform: scale(1.05,1.05);
}

.photo2{
	position: relative;
	overflow: hidden;
}

.photo2 img{
	width: 100%;
	height: 100%;
}

#header{
	background: url(images/header.jpg) no-repeat center top;
}

#header .w1170{
	height: 908px;
	position: relative;
}

#header .nav{
	position: absolute;
	left: 0px;
	top: 552px;
}

#header .nav .btn{
	float: left;
	width: 146px;
	height: 106px;
	padding-top: 40px;
	text-align: center;
	margin-right: 5px;
	position: relative;
}

#header .nav .btn i{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background: url(images/nav-bg.png);
	transition: transform 0.5s;
}

#header .nav .btn img{
	display: inline-block;
	vertical-align: top;
	position: relative;
	z-index: 9;
}

#header .nav .btn:hover i{
	transform: rotate(-90deg);
}

.topic span{
	float: left;
}

.topic .more{
	float: right;
	color: #4e793d;
	font-size: 18px;
	line-height: 24px;
	margin-top: 85px;
}

.topic .more:hover{
	color: #e82d2d !important;
}

#layout1{
	background: url(images/ly1-bg.jpg) no-repeat center top;
}

#layout1 .w1170{
	height: 751px;
	position: relative;
}

#layout1 .photo2{
	float: left;
	margin-left: 5px;
	width: 535px;
	height: 295px;
	position: relative;
	margin-top: 37px;
	border-radius: 3px;
}

#layout1 .photo2 p{
	position: absolute;
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	text-align: center;
	left: 0px;
	bottom: 0px;
	background: url(images/ly1-shadow.png) center top;
}

#layout1 .news1{
	float: right;
	margin-right: 5px;
	width: 590px;
	margin-top: 25px;
}

#layout1 .news1 h3{
	line-height: 50px;
	max-height: 100px;
	font-size: 26px;
}

#layout1 .news1 ul{
	margin-top: 8px;
}

#layout1 .news1 li{
	height: 50px;
	line-height: 50px;
	font-size: 22px;
	background: url(images/ly1-point1.png) no-repeat left center;
	padding-left: 25px;
}

#layout1 .news2{
	background: url(images/ly1-news2.png) no-repeat center top;
	height: 98px;
	padding: 17px 0px 0px 0px;
	margin-top: 35px;
}

#layout1 .news2 ul{
	margin-left: -75px;
}

#layout1 .news2 li{
	float: left;
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	background: url(images/ly1-point2.png) no-repeat left center;
	padding-left: 25px;
	width: 480px;
	margin-left: 110px;
}

#layout2{
	background: url(images/ly2-bg.jpg) no-repeat center top;
}

#layout2 .w1170{
	height: 775px;
	position: relative;
}

#layout2 .main{
	position: relative;
	height: 470px;
	margin-top: 40px;
}

#layout2 .main .arrow1,#layout2 .main .arrow2{
	position: absolute;
	width: 33px;
	height: 57px;
	top: 50%;
	margin-top: -28px;
	cursor: pointer;
	transition: opacity 0.2s;
}

#layout2 .main .arrow1{
	left: -80px;
	background: url(images/ly2-arrow1.png);
}

#layout2 .main .arrow2{
	right: -80px;
	background: url(images/ly2-arrow2.png);
}

#layout2 .main .arrow1:hover,#layout2 .main .arrow2:hover{
	filter:alpha(opacity=90);
	opacity:0.9;
}

#layout2 .list ul{
	margin-left: -16px;
}

#layout2 .list li{
	float: left;
	width: 280px;
	height: 470px;
	margin-left: 16px;
	background: #d6f6ee;
	position: relative;
}

#layout2 .list .photo2{
	height: 280px;
	width: 100%;
	position: absolute;
	left: 0px;
}

#layout2 .list .sty1 .photo2{ top: 0px; }
#layout2 .list .sty2 .photo2{ bottom: 0px; }

#layout2 .list .photo2 i{
	position: absolute;
	width:0;
	height:0;
}

#layout2 .list .sty1 .photo2 i{
	bottom: 0px;
	border-left: 280px solid transparent;
	border-bottom: 35px solid #d6f6ee;
}

#layout2 .list .sty2 .photo2 i{
	top: 0px;
	border-right: 280px solid transparent;
	border-top: 35px solid #d6f6ee;
}

#layout2 .list .text{
	position: absolute;
	width: 246px;
	left: 17px;
}

#layout2 .list .sty1 .text{
	top: 300px;
}

#layout2 .list .sty2 .text{
	top: 30px;
}

#layout2 .list .text h3{
	line-height: 26px;
	max-height: 52px;
	font-weight: bold;
	font-size: 22px;
}

#layout2 .list .text p{
	line-height: 24px;
	color: #889d97;
	margin-top: 15px;
	font-size: 15px;
}

#layout3{
	background: url(images/ly3-bg.jpg) no-repeat center top;
}

#layout3 .w1170{
	height: 802px;
	position: relative;
}

#layout3 .main{
	position: relative;
	height: 477px;
	margin-top: 58px;
}

#layout3 .main .arrow1,#layout3 .main .arrow2{
	position: absolute;
	width: 49px;
	height: 57px;
	top: 50%;
	margin-top: -28px;
	cursor: pointer;
	transition: opacity 0.2s;
}

#layout3 .main .arrow1{
	left: -80px;
	background: url(images/ly3-arrow1.png);
}

#layout3 .main .arrow2{
	right: -80px;
	background: url(images/ly3-arrow2.png);
}

#layout3 .main .arrow1:hover,#layout3 .main .arrow2:hover{
	filter:alpha(opacity=90);
	opacity:0.9;
}

#layout3 .main .box{
	height: 430px;
	width: 1090px;
	background: url(images/ly3-box.png);
	overflow: hidden;
	padding: 47px 40px 0px 40px;
}

#layout3 .main .box h3{
	text-align: center;
	font-size: 46px;
	height: 50px;
	line-height: 50px;
	color: #4e793d;
	margin-bottom: 39px;
}

#layout3 .main .box h3 a{
	color: #4e793d;
}

#layout3 .main .box h3 a:hover{
	color: #e82d2d !important;
}

#layout3 .main .box p{
	line-height: 51px;
	font-size: 24px;
}

#layout3 .main .box p a{
	font-weight: bold;
}

#layout4{
	background: url(images/ly4-bg.jpg) no-repeat center top;
}

#layout4 .w1170{
	height: 1305px;
	position: relative;
}

#layout4 .topic{
	position: relative;
}

#layout4 .topic p{
	position: absolute;
	left: 195px;
	top: 74px;
	width: 975px;
	line-height: 31px;
	font-size: 17px;
	text-indent: 2em;
}

#layout4 .box1{
	margin-top: 82px;
}

#layout4 .box1 li{
	float: left;
	width: 390px;
	text-align: center;
	color: #4e793d;
}

#layout4 .box1 li a{
	display: block;
	width: 172px;
	height: 165px;
	padding: 15px 8px 0px 0px;
	position: relative;
	margin: 0px auto 30px auto;
	text-align: center;
}

#layout4 .box1 li i{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	background: url(images/ly4-btn-bg1.png);
	transition: transform 0.2s;
}

#layout4 .box1 li a:hover i{
	transform: scale(0.95,0.95);
}

#layout4 .box1 li b{
	position: absolute;
	width: 216px;
	height: 32px;
	background: url(images/ly4-btn-bg2.png);
	left: -32px;
	top: 70px;
}

#layout4 .box1 li span{
	position: absolute;
	left: 0px;
	bottom: -20px;
	width: 100%;
	height: 42px;
	line-height: 42px;
	font-weight: bold;
	font-size: 39px;
	color: #4e793d;
}

#layout4 .box1 li img{
	display: inline-block;
	vertical-align: top;
}

#layout4 .box1 li p{
	font-size: 30px;
	line-height: 40px;
	height: 40px;
}

#layout4 .box2{
	border: 2px solid #d7f1ed;
	margin-top: 65px;
	height: 235px;
	overflow: hidden;
}

#layout4 .box2 .title{
	float: left;
	width: 50px;
	height: 100%;
	text-align: center;
	background: #4e793d;
}

#layout4 .box2 .title img{
	display: inline-block;
	vertical-align: top;
}

#layout4 .box2 .list{
	float: left;
	width: 682px;
	height: 225px;
	overflow-y: scroll;
	margin: 5px 0px 0px 25px;
}

#layout4 .box2 .list li{
	border-bottom: 1px dotted #cfe7da;
	font-size: 16px;
	color: #303433;
	line-height: 22px;
	padding: 6px 0px;
	margin-right: 15px;
}

#layout4 .box2 .list li span{
	color: #4e793d;
}

#layout4 .box2 .send{
	float: right;
	width: 400px;
	height: 100%;
	border-left: 2px solid #d7f1ed;
}

#layout4 .box2 .send textarea{
	display: block;
	border: none;
	background: #fff;
	width: 380px;
	height: 155px;
	border-bottom: 1px solid #d7f1ed;
	outline: none;
	font-size: 16px;
	line-height: 24px;
	padding: 10px;
	font-family: "Microsoft Yahei";
}

#layout4 .box2 .send span{
	float: left;
	height: 59px;
	line-height: 59px;
	margin-left: 18px;
	font-size: 22px;
}

#layout4 .box2 .send .text{
	float: left;
	border: 1px solid #d7f1ed;
	margin: 11px 0px 0px 11px;
	height: 35px;
	line-height: 35px;
	outline: none;
	font-size: 16px;
	padding: 0px 5px;
	width: 115px;
}

#layout4 .box2 .send .sub{
	float: right;
	width: 126px;
	height: 37px;
	background: #e82d2d;
	font-size: 22px;
	color: #fff;
	border: none;
	border-radius: 18px;
	margin: 11px 11px 0px 0px;
	cursor: pointer;
	transition: box-shadow 0.2s;
}

#layout4 .box2 .send .sub:hover{
	box-shadow: 0px 0px 5px #4e793d;
}

#editor{
	text-align: center;
	height: 42px;
	line-height: 42px;
	background: #4e793d;
	font-size: 18px;
	letter-spacing: 0.2em;
}

#footer{
	text-align: center;
	line-height: 22px;
	color: #6a7372;
	padding: 25px 0px;
}

#footer a{
	color: #6a7372;
}
