/* CSS Document */
@charset "utf-8";
/*全局控制*/
* {
	margin: 0;
	padding: 0;
}
body {
	margin: 0;
	padding: 0;
	font-size: 12px;
	line-height: 24px;
	font-family: Arial, "microsoft yahei", "微软雅黑", "宋体";
	-webkit-text-size-adjust: none;
	color: #666;
	background: #fff;
}
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, p {
	margin: 0;
	padding: 0;
}
input, select, textarea {
	font-size: 12px;
	line-height: 16px;
}
table {
	border-spacing: 0;
}
img {
	border: 0;
}
ul, li {
	list-style-type: none;
}
a {
	color: #666;
	text-decoration: none;
}
a:hover {
	color: #31ae4b;
}
.tc {
	text-align: center;
}
.tl {
	text-align: left;
}
.tr {
	text-align: right;
}
.dis {
	display: block;
}
.undis {
	display: none;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.cl {
	clear: both;
}
.fb {
	font-weight: bold;
}
.fnb {
	font-weight: 200;
	margin-left: -1px;
}
.cf:after {
	content: "";
	clear: both;
	display: block;
	height: 0;
	overflow: hidden
}
.height80 {
	height: 80px;
}
.height40 {
	height: 40px;
}
.cf {
	zoom: 1
}
.pb10 {
	padding-bottom: 10px
}
.mt10 {
	margin-top: 10px
}
.hr_1, .hr_10 {
	font-size: 1px;
	line-height: 1px;
	clear: both;
	background: #ddd;
}
.hr_1 {
	height: 1px;
}
.hr_10 {
	height: 10px;
}
input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
	outline: none;
}
.navbar-drawer {
	display: none;
	width: 22px;
	height: 17.3px;
	-webkit-transform: rotate(0);
	transform: rotate(0);
	transition: .5s ease-in-out;
	cursor: pointer;
	position: absolute;
	top: 36px;
	left: 50px;
	z-index: 201
}
.navbar-drawer span {
	display: block;
	background-color: #333;
	position: absolute;
	height: 2px;
	width: 100%;
	border-radius: 2px;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0);
	transform: rotate(0);
	transition: .25s ease-in-out
}
.navbar-drawer span:nth-child(1) {
	top: 0;
	-webkit-transform-origin: left center;
	transform-origin: left center
}
.navbar-drawer span:nth-child(2) {
	top: 6px;
	-webkit-transform-origin: left center;
	transform-origin: left center
}
.navbar-drawer span:nth-child(3) {
	top: 12px;
	-webkit-transform-origin: left center;
	transform-origin: left center
}
.navbar-drawer.open span {
	background-color: white;
}
.navbar-drawer.open span:nth-child(1) {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 0;
	left: 3px
}
.navbar-drawer.open span:nth-child(2) {
	width: 0;
	opacity: 0
}
.navbar-drawer.open span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 16px;
	left: 3px
}
.drawer-wrapper:lang(zh) {
	-webkit-font-smoothing: antialiased
}
.drawer-wrapper a {
	color: #fbfbfb;
	font-size: 16px
}
.drawer-wrapper a.button {
	margin-left: 50px
}
.drawer-wrapper a.item {
	display: block;
	padding: 15px 15px 15px 50px
}
.drawer-wrapper a.item:hover {
	background-color: #444446
}
.drawer-wrapper .links {
	margin-top: 5px
}
.drawer-wrapper .mask {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0,0,0,0.2);
	display: none;
	z-index: 150
}
.drawer-wrapper .drawer {
	width: 270px;
	position: fixed;
	top: 0;
	bottom: 0;
	left: -321px;
	transition: all .35s ease-out;
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
	background-color: #2f2f2f;
	box-shadow: 2px 0 6px 0 rgba(0,0,0,0.16);
	z-index: 200;
	padding: 30px 0 40px 0
}
@media only screen and (max-width:479px) {
.drawer-wrapper .drawer {
	width: 250px;
	padding-left: 15px
}
}
.drawer-wrapper .drawer.open {
	left: 0
}
.drawer-wrapper .drawer .poweredby-info {
	position: absolute;
	bottom: 40px;
	color: #a9aeb2;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 200px
}
.head {
	width: 100%;
	height: 150px;
}
.headn {
	width: 100%;
	height: 150px;
	position: relative;
}
.headtyd {
	width: 100%;
	height: 600px;
}
.top {
	width: 100%;
	height: 150px;
}
.topinfo {
	width: 100%;
	height: 30px;
	border-bottom: 1px #f0f0f0 solid;
	background: #f8f8f8;
	line-height: 30px;
}
.topinfotext {
	float: left;
}
.topinfotext span {
	color: #31ae4b
}
.tophead {
	width: 1200px;
	margin: 0 auto;
	height: 150px;
}
.logo {
	float: left;
	padding-top: 45px;
}
.menu {
	float: right;
	height: 50px;
}
.menu ul {
	margin: 0 auto;
	height: 50px;
}
.menu ul li {
	float: left;
	height: 80px;
}
.menu ul li a {
	font-size: 16px;
	padding: 0 20px;
	margin: 0 auto;
	text-align: center;
	color: #333;
	line-height: 50px;
	display: block;
	height: 50px;
}
.menu ul li a:hover,.menu ul li a.active {
	border-bottom: 2px #31ae4b solid;
	color: #31ae4b;
	height: 48px;
}
.menu li .submenu {
	display: none;
	position: absolute;
	top: 150px !important;
	left: 0 !important;
	width: 100%;
	height: auto;
	padding: 40px 0;
	background: #fff;
	z-index: 9;
	border-top: 1px #ddd solid
}
.menu li .submenu li {
	width: 1200px;
	float: none;
	margin: 0 auto;
	height: auto;
	background: none;
}
.menu li .submenu li a {
	float: left;
	padding: 50px 0;
	text-align: center;
	font-size: 16px;
	height: 200px;
	display: block;
	width: 399px;
	line-height: 40px;
	font-size: 16px;
	color: #333;
	border-right: 1px #ddd solid;
}
.menu li .submenu li a span {
	display: block;
	width: 300px;
	margin: 0 auto;
	font-size: 12px;
	color: #666;
	line-height: 24px;
}
.menu li .submenu li a:hover {
	border-bottom: none;
	color: #31ae4b;
	background: none;
}
.menu li .submenu li.zzfw6 a {
	width: 199px;
	height: 150px;
	padding: 10px 0;
	margin: 20px 0;
}
.menu li .submenu1 {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	background: url(../images/submenu_bg.png) left top repeat;
	z-index: 9
}
.menu li .submenu1 {
	padding: 0px;
	width: 100%;
	height: auto;
	padding: 0
}
.menu li .submenu1 li {
	float: none;
	padding: 0;
	height: 30px;
	line-height: 30px;
	background: none;
	margin: 5px 0
}
.menu li .submenu1 li:hover {
	background: url(../images/submenunow_bg.png) left top repeat;
}
.menu li .submenu1 li a {
	float: none;
	padding: 0;
	text-align: center;
	height: 30px;
	line-height: 30px;
	font-size: 12px;
	color: #fff;
}
.menu li .submenu1 li a:hover {
	line-height: 30px;
	background: none;
	border: none;
}
.topnav {
	float: right;
	padding-top: 35px;
}
.topnav a {
	color: #333;
	font-size: 12px;
	margin-right: 20px;
	line-height: 35px;
	padding: 5px 0;
	padding-left: 25px;
}
.topnav a:hover {
	color: #31ae4b;
}
.topfkfs {
	background: url(../images/topfkfs.png) left center no-repeat;
}
.topkjds {
	background: url(../images/topkjds.png) left center no-repeat;
}
.toprczp {
	background: url(../images/toprczp.png) left center no-repeat;
}
.topqjbd {
	background: url(../images/topqjbd.png) left center no-repeat;
}
.topholine {
	background: url(../images/tophotline.png) left center no-repeat;
	color: #333;
	font-size: 14px;
}
.topholine b {
	font-size: 18px;
	color: #31ae4b;
}
.search {
	float: right;
}
.sb-search {
	position: relative;
	width: 0%;
	min-width: 30px;
	height: 30px;
	float: right;
	overflow: hidden;
	-webkit-transition: width 0.3s;
	-moz-transition: width 0.3s;
	transition: width 0.3s;
	-webkit-backface-visibility: hidden;
}
.sb-search-open {
	border-bottom: 1px #31ae4b solid;
}
.sb-search-input {
	position: absolute;
	top: 0;
	right: 0;
	border: none;
	outline: none;
	width: 100%;
	height: 30px;
	margin: 0;
	z-index: 10;
	font-family: inherit;
	font-size: 16px;
	color: #333;
	background: none;
}
 .sb-search-input::-webkit-input-placeholder {
 color: #efb480;
}
 .sb-search-input:-moz-placeholder {
 color: #efb480;
}
 .sb-search-input::-moz-placeholder {
 color: #efb480;
}
 .sb-search-input:-ms-input-placeholder {
 color: #efb480;
}
.sb-icon-search, .sb-search-submit {
	width: 30px;
	height: 30px;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	padding: 0;
	margin: 0;
	line-height: 40px;
	text-align: center;
	cursor: pointer;
}
.sb-search-submit {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* IE 8 */
	filter: alpha(opacity=0); /* IE 5-7 */
	opacity: 0;
	color: transparent;
	border: none;
	outline: none;
	z-index: -1;
}
.sb-icon-search {
	color: #333;
	background: url(../images/searchbtn.png) center center no-repeat;
	z-index: 90;
	font-size: 22px;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
}
/* Open state */
.sb-search.sb-search-open, .no-js .sb-search {
	width: 180px;
}
.sb-search.sb-search-open .sb-icon-search, .no-js .sb-search .sb-icon-search {
	color: #fff;
	z-index: 11;
}
.sb-search.sb-search-open .sb-search-submit, .no-js .sb-search .sb-search-submit {
	z-index: 90;
}
/*幻灯Banner*/
.banner {
	position: relative;
	width: 100%;
	overflow: auto;
	font-size: 18px;
	line-height: 24px;
	text-align: center;
}
.banner .bannerurl {
	position: absolute;
	display: block;
	width: 100%;
	height: 600px;
	left: 0;
	top: 0;
}
.banner ul {
	list-style: none;
	width: 300%;
}
.banner ul li {
	display: block;
	float: left;
	width: 33%;
	height: 600px;/*	-webkit-background-size: 100% 100%;*/
	-moz-background-size: 100% 100%;
	-o-background-size: 100% 100%;
	-ms-background-size: 100% 100%;/*background-size: 100% 100%;*/
	position: relative;
	background-repeat: no-repeat;
	background-position: center center;
}
.banner .dot {
	-webkit-filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
	-moz-filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
	-ms-filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
	-o-filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
	filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
}
.banner .dots {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 50px;
}
.banner .dots li {
	display: inline-block;
	width: 22px;
	height: 6px;
	margin: 0 4px;
	text-indent: -999em;
	border: 1px solid #fff;
	cursor: pointer;
	opacity: .4;
	-webkit-transition: background .5s, opacity .5s;
	-moz-transition: background .5s, opacity .5s;
	transition: background .5s, opacity .5s;
}
.banner .dots li.active {
	background: #fff;
	opacity: 1;
}
.bannernav {
	position: absolute;
	top: 600px;
	z-index: 999;
	width: 100%;
	height: 150px;
	background: url(../images/banner_nav.png) left top repeat;
	text-align: left;
}
.bannernav01 {
	float: left;
	width: 190px;
	height: 95px;
	padding-top: 55px;
	padding-left: 110px;
	background: url(../images/bannernav01.png) 40px center no-repeat;
}
.bannernav02 {
	float: left;
	width: 190px;
	height: 95px;
	padding-top: 55px;
	padding-left: 110px;
	background: url(../images/bannernav02.png) 40px center no-repeat;
}
.bannernav03 {
	float: left;
	width: 190px;
	height: 95px;
	padding-top: 55px;
	padding-left: 110px;
	background: url(../images/bannernav03.png) 40px center no-repeat;
}
.bannernav04 {
	float: left;
	width: 190px;
	height: 95px;
	padding-top: 55px;
	padding-left: 110px;
	background: url(../images/bannernav04.png) 40px center no-repeat;
}
.bannernav01 a, .bannernav02 a, .bannernav03 a, .bannernav04 a {
	font-size: 18px;
	color: #fff;
}
.bannernav01 p, .bannernav02 p, .bannernav03 p, .bannernav04 p {
	font-size: 14px;
	color: #fff;
}
.bannernav01 a:hover, .bannernav02 a:hover, .bannernav03 a:hover, .bannernav04 a:hover {
	color: #31ae4b;
}
.mobilebanner {
	display: none;
	background: url(../images/mobilebanner.jpg) center center no-repeat;
	background-size: cover;
	width: 100%;
	height: 300px;
	position: relative;
}
.mobilebanner h3 {
	text-align: center;
	font-size: 16px;
	color: #fff;
	padding-top: 50px;
}
.mobilebanner p {
	text-align: center;
	font-size: 12px;
	color: #fff;
}
.mobilenybanner {
	display: none;
	text-align: center;
	width: 100%;
	height: 300px;
	position: relative;
	background-repeat: repeat-x;
	background-position: center center
}
.mobilenybanner h3 {
	text-align: center;
	width: 100%;
	font-size: 36px;
	color: #fff;
	position: absolute;
	top: 50%;
	margin-top: -50px;
}
.mobilenybanner p {
	text-align: center;
	width: 100%;
	font-size: 18px;
	color: #fff;
	position: absolute;
	top: 50%;
}
.field {
	width: 265px;
	height: 46px;
	margin: 0 5px;
	box-sizing: border-box;
	float: left;
	font-weight: normal;
	border: none;
	border-radius: 4px;
	font-size: 16px;
	color: #444;
	padding: 13px 10px;
	background-color: #fff;
	box-shadow: inset 0 1px 1px 0 rgba(0,0,0,0.2);
}
.overlay {
	cursor: text;
}
.bmbt {
	height: 46px;
	width: 265px;
	white-space: normal;
	padding: 13px 10px;
	box-sizing: border-box;
	-webkit-appearance: none;
	background-color: #ff8400;
	box-shadow: 0 1px 1px 0 rgba(0,0,0,0.12), inset 0 0px 0 0 #ffdd8e;
	border: 0;
}
.btn1 {
	border-radius: 3px;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 18px !important;
	text-shadow: 0 1px rgba(0,0,0,0.2);
	color: white !important;
	cursor: pointer;
	position: relative;
	padding: 10px 20px;
}
.baoming {
	background: #31ae4b;
	padding: 80px 0;
}
.baoming h3 {
	font-size: 30px;
	color: #fff;
	text-align: center;
	font-weight: normal;
	margin-bottom: 50px;
}
.baoming p {
	font-size: 14px;
	color: #fff;
	text-align: center;
	margin-top: 50px;
}
#contactform {
	width: 1100px;
	margin: 0 auto;
	height: 50px;
	position: absolute;
	bottom: 120px;
	left: 50%;
	margin-left: -550px;
}
#contactform p .inputtxt {
	width: 320px;
	height: 20px;
	line-height: 20px;
	padding: 10px 20px;
	color: #bcbcbc;
	background-color: #000;
	border: #3f3f3f 1px solid;
	margin-bottom: 10px;
}
#contactform p textarea.inputtxt {
	height: 100px;
	resize: none;
	overflow: hidden
}
#contactform p .inputsub {
	width: 100%;
	background-color: #ff8b00;
	color: #ffffff;
	font-size: 16px;
	padding: 8px 0
}
#contactform .inputtxt.active {
	border-color: #00C0FF
}
.smsxcx {
	margin: 0 auto;
	width: 1200px;
}
.smsxcx div {
	float: left;
	width: 400px;
	text-align: center;
}
.smsxcx div h3 {
	font-size: 24px;
	color: #333;
	font-weight: normal;
	margin-top: 50px;
	margin-bottom: 10px;
}
.smsxcx div p {
	font-size: 16px;
	color: #666;
}
.xcxys {
	margin: 0 auto;
	width: 1200px;
}
.xcxyslist {
	margin: 0 auto;
	width: 1200px;
}
.xcxyslist div {
	width: 400px;
	float: left;
	padding: 10px;
	box-sizing: border-box;
	height: 120px;
	margin-bottom: 20px;
}
.xcxyslist div img {
	float: left;
	width: 61px;
	height: 61px;
	margin-right: 15px;
}
.xcxyslist div h3 {
	float: left;
	font-size: 24px;
	color: #333;
	font-weight: normal;
	margin-bottom: 10px;
}
.xcxyslist div p {
	float: left;
	font-size: 13px;
	color: #666;
	line-height: 30px;
}
.xcxanli {
	width: 1200px;
	margin: 0 auto;
}
.xcxanli div {
	width: 300px;
	padding: 20px;
	float: left;
	box-sizing: border-box;
	text-align: center;
}
.xcxanli img {
	width: 180px;
	height: 180px;
}
.xcxanli p {
	font-size: 14px;
	color: #666;
	line-height: 30px;
}
.nybanner {
	width: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	height: 400px;
}
.main {
	width: 100%;
	margin: 80px auto;
}
.mainbox {
	width: 1200px;
	margin: 0 auto;
}
.wxnt {
	width: 1200px;
	margin: 0 auto;
}
.wxnt_title {
	text-align: center;
}
.wxnt_title h3 {
	font-size: 30px;
	color: #333;
}
.wxnt_title h3 span {
	color: #31ae4b
}
.wxnt_title p {
	font-size: 18px;
	color: #666;
	margin-top: 15px;
}
.wxnt_title h4 {
	float: right;
	text-align: right;
	background: url(../images/hotline.png) left 25px no-repeat;
	padding-left: 40px;
}
.wxnt_title h4 span {
	font-size: 18px;
	color: #333;
	font-weight: normal;
	display: block;
}
.wxnt_title h4 b {
	font-size: 36px;
	font-family: Arial;
	color: #333;
	line-height: 36px;
}
.wxntlist {
	width: 1200px;
	height: 320px;
	background: #f8f8f8;
	box-sizing: border-box;
	border: 1px #f0f0f0 solid;
}
.wxntlist li {
	float: left;
	width: 256px;
	height: 54px;
	padding: 12px 10px;
	margin: 11px;
}
.wxntlist li:hover {
	background: #31ae4b;
	cursor: pointer;
}
.wxntlist li a {
	font-size: 16px;
	color: #31ae4b;
	line-height: 30px;
}
.wxntlist li:hover a {
	color: #fff;
}
.wxntlist li p {
	font-size: 12px;
	color: #666;
}
.wxntlist li:hover p {
	color: #fff;
}
.jpgw {
	width: 1200px;
	margin: 0 auto;
}
.jpgw_title {
	text-align: center;
}
.jpgw_title h3 {
	font-size: 30px;
	color: #333;
}
.jpgw_title h3 span {
	color: #31ae4b
}
.jpgw_title p {
	font-size: 18px;
	color: #666;
	margin-top: 15px;
	line-height: 30px;
}
.jpgw_title p span {
	color: #31ae4b
}
.syjqtg {
	width: 1200px;
	height: 420px;
	margin: 0 auto;
	background: url(../images/syjqtg.png) right center no-repeat
}
.syjqtg dl {
	width: 600px;
	float: right;
	padding-top: 70px;
}
.syjqtg dl dt {
	font-size: 24px;
	color: #333;
	margin-bottom: 40px;
}
.syjqtg dl dt a {
	font-size: 36px;
	color: #31ae4b
}
.syjqtg dl dd {
	font-size: 20px;
	margin-bottom: 30px;
	color: #333;
	float: left;
	margin-right: 80px;
}
.syjqtg dl dd b {
	color: #31ae4b;
	font-size: 48px;
	font-family: "Arial Black"
}
.syjqtg dl dd b a {
	color: #31ae4b;
	font-size: 48px;
	font-family: "Arial Black"
}
.syjqtg dl dd span {
	color: #31ae4b;
}
.syjqtgtel {
	display: block;
	width: 150px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	font-size: 16px;
	border-radius: 5px;
	border: 1px #31ae4b solid;
}
.syjqtgtel:hover {
	color: #31ae4b;
}
.youshi {
	width: 1200px;
	margin: 0 auto;
}
.youshititle {
	text-align: center;
}
.youshititle h3 {
	font-size: 30px;
	color: #333;
}
.youshititle h3 span {
	color: #31ae4b
}
.youshititle p {
	font-size: 18px;
	color: #666;
	margin-top: 15px;
	line-height: 30px;
}
.youshititle p span {
	color: #31ae4b
}
.youshi1 {
	width: 376px;
	float: left;
}
.youshi1 h3 {
	font-size: 100px;
	color: #31ae4b;
	float: left;
	line-height: 75px;
}
.youshi1 h4 {
	font-size: 36px;
	color: #333;
	float: left;
	line-height: 36px;
}
.youshi1 h4 span {
	color: #31ae4b;
	font-size: 24px;
	line-height: 30px;
}
.youshi1 h4 span em {
	font-size: 30px;
	font-weight: normal;
	font-style: normal;
	line-height: 30px;
}
.youshi1 p {
	clear: left;
	padding-top: 10px;
	font-size: 14px;
}
.youshi2 {
	width: 448px;
	float: right;
}
.youshi2 h3 {
	font-size: 100px;
	color: #31ae4b;
	float: left;
	line-height: 75px;
}
.youshi2 h4 {
	font-size: 36px;
	color: #333;
	float: left;
	line-height: 36px;
}
.youshi2 h4 span {
	color: #31ae4b;
	font-size: 24px;
	line-height: 30px;
}
.youshi2 h4 span em {
	font-size: 30px;
	font-weight: normal;
	font-style: normal;
	line-height: 30px;
}
.youshi2 p {
	clear: left;
	padding-top: 10px;
	font-size: 14px;
}
.wsmxzwmlist {
	float: left;
	width: 305px;
	padding: 10px;
	height: 300px;
	border: 10px #f0f0f0 solid;
	border-radius: 10px;
	margin-right: 82.5px;
	text-align: center;
}
.wsmxzwmlist h3 {
	font-size: 32px;
	color: #333;
	padding: 20px 0 0;
	line-height: 80px;
}
.wsmxzwmlist h3 b {
	color: #31ae4b;
	font-size: 60px;
	line-height: 60px
}
.wsmxzwmlist span {
	display: block;
	width: 200px;
	height: 1px;
	background: #f0f0f0;
	margin: 0 auto;
}
.wsmxzwmlist p {
	font-size: 14px;
	color: #666;
}
.wsmxzwmlist a {
	width: 150px;
	height: 30px;
	display: block;
	margin: 20px auto 0;
	font-size: 14px;
	color: #fff;
	line-height: 30px;
	border-radius: 15px;
	background: #31ae4b;
}
.xxwm {
	width: 1200px;
	margin: 0 auto;
}
.xxwmtitle {
	text-align: center;
}
.xxwmtitle h3 {
	font-size: 30px;
	color: #333;
}
.xxwmtitle h3 span {
	color: #31ae4b
}
.xxwmtitle p {
	font-size: 18px;
	color: #666;
	margin-top: 15px;
	line-height: 30px;
}
.xxwmtitle p span {
	color: #31ae4b
}
.mr_frBtnL {
	cursor: pointer;
	margin: 0;
	position: absolute;
	top: 0px;
	left: 575px;
	float: left;
	width: 21px;
	height: 21px;
	z-index: 9
}
.mr_frUl {
	float: left;
	position: relative;
	z-index: 5;
	width: 1200px;
	overflow: hidden;
	padding-top: 40px;
}
.mr_frBtnR {
	float: right;
	margin: 0;
	position: absolute;
	top: 0px;
	right: 575px;
	cursor: pointer;
	width: 21px;
	height: 21px;
	z-index: 9
}
.xxwmlist {
	padding-top: 20px;
}
.xxwmlist li {
	display: inline;
	width: 276px;
	float: left;
	height: 220px;
	position: relative;
	text-align: left;
	margin: 0 12px;
}
.xxwmlist li a {
	display: block;
	text-align: center;
	width: 276px;
	height: 220px;
	background-position: center 0;
	background-repeat: no-repeat;
	background-size: cover;
	transition: all 6s ease-out 0s;
	-webkit-transition: all 6s ease-out 0s;
	-moz-transition: all 6s ease-out 0s;
	-ms-transition: all 6s ease-out 0s;
	-o-transition: all 6s ease-out 0s;
}
.xxwmlist li a:hover {
	background-position: left bottom;
}
.xxwmlist li p {
	font-size: 12px;
	text-align: center;
	line-height: 30px;
	color: #fff;
	position: absolute;
	left: 0;
	bottom: 0;
	display: none;
	width: 276px;
	height: 30px;
	background: url(../images/submenu_bg.png) center top repeat;
}
.xxwmlist li:hover p {
	display: block;
}
.caselist {
	padding-top: 20px;
}
.anliimg{ max-width:100%;}
.caselist div {
	float: left;
	width: 280px;
	height: 320px;
	padding: 10px;
}
.caselist div h3 {
	width: 280px;
	height: 280px;
}
.caselist div h3 a {
	display: block;
	text-align: center;
	width: 280px;
	height: 280px;
	background-position: center 0;
	background-repeat: no-repeat;
	background-size: cover;
	transition: all 6s ease-out 0s;
	-webkit-transition: all 6s ease-out 0s;
	-moz-transition: all 6s ease-out 0s;
	-ms-transition: all 6s ease-out 0s;
	-o-transition: all 6s ease-out 0s;
}
.caselist div h3 a:hover {
	background-position: left bottom;
}
.caselist p {
	margin-top: 10px;
	font-size: 16px;
	text-align: center;
	line-height: 30px;
	color: #666;
}
.caselist p a {
	font-size: 16px;
	text-align: center;
	line-height: 30px;
	color: #666;
}
.huisebj {
	width: 100%;
	height: 190px;
	background: url(../images/hsbj.jpg) center top no-repeat;
	padding: 80px 0;
}
.inews {
	float: left;
	width: 800px;
}
.inewstitle {
}
.inewstitle h3 {
	font-weight: normal;
	font-size: 30px;
	color: #333;
	margin-right: 20px;
	float: left;
}
.inewsnav {
	width: 300px;
	float: left;
}
.inewsnav span {
	display: block;
	width: 75px;
	margin: 0 12px;
	font-size: 18px;
	color: #333;
	text-align: center;
	float: left;
	cursor: pointer;
}
.inewsnav span.inewsactive {
	border-bottom: 2px #31ae4b solid;
}
.inewslist {
	position: relative;
	overflow: hidden;
	width: 800px;
	height: 130px;
}
.inewslist .inewsbox {
	position: absolute;
	width: 800px;
}
.inewslist ul {
	float: left;
	width: 800px;
}
.inewslist ul li {
	width: 390px;
	float: left;
	line-height: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.inewslist ul li a {
	font-size: 14px;
	color: #666;
}
.inewslist ul li a span {
	padding: 0 10px;
}
.inewslist ul li a i {
	display: inline-block;
	line-height: 16px;
	font-style: normal;
	text-align: center;
	font-size: 12px;
	width: 35px;
	height: 16px;
	background: #fc5900;
	color: #fff;
}
.nyfwpx {
	width: 1100px;
	margin: 0 auto;
}
.nyfwpx h3 {
	font-size: 30px;
	color: #333;
	padding-top: 100px;
	font-weight: normal;
	line-height: 48px;
}
.nyfwpx p {
	font-size: 18px;
	color: #666;
	line-height: 35px;
	margin-top: 20px;
}
.wqjchg {
	width: 1200px;
	margin: 40px auto;
}
.wqjchg ul {
}
.wqjchg ul li {
	float: left;
	width: 600px;
	padding: 20px;
	box-sizing: border-box;
}
.wqjchg ul li img {
	float: left;
	width: 200px;
	height: 150px;
	margin-right: 20px;
}
.wqjchg ul li h3 {
	float: left;
	font-size: 18px;
	font-weight: normal;
	color: #333;
	width: 330px;
	margin-bottom: 10px;
}
.wqjchg ul li h3 a {
	color: #333;
}
.wqjchg ul li h3 b {
	font-size: 24px;
	color: #666;
	font-weight: normal;
	line-height: 40px;
}
.wqjchg ul li p {
	font-size: 14px;
	color: #666;
	line-height: 30px;
	width: 330px;
	float: left;
}
.fwpx {
	float: right;
	width: 400px;
}
.foot {
	width: 100%;
	height: 400px;
	padding: 60px 0;
	background: #2e3033;
}
.footcon {
	float: left;
	width: 440px;
	border-right: 1px #45484c solid;
}
.footcon h3 {
	padding-left: 60px;
	background: url(../images/footcon.png) left 0px no-repeat;
	font-size: 24px;
	color: #fff;
	font-weight: normal;
}
.footcon h3 span {
	font-size: 18px;
	color: #ddd;
}
.footcon p {
	font-size: 14px;
	color: #ccc;
	line-height: 30px;
	margin-top: 20px;
}
.footconp {
	margin-top: 0
}
.footnav {
	width: 660px;
	float: right;
}
.footnav dl {
	float: left;
	width: 175px;
}
.footnav dl dt {
	line-height: 40px;
}
.footnav dl dt a {
	font-size: 16px;
	color: #fff;
}
.footnav dl dd {
	line-height: 30px;
}
.footnav dl dd a {
	font-size: 12px;
	color: #ccc;
}
.footnav dl.footewm {
	width: 135px;
}
.dbwz {
	display: none;
	height: 50px;
}
/*footer*/
.footer {
	display: none;
}
.foot-relative {
	height: 50px !important;
}
.footdown a {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	height: 100%;
	text-align: center;
	color: #FFF !important;
}
.footdown a:first-child {
	border-left: none;
}
.footer {
	width: 100%;
	position: fixed!important;
	bottom: 0;
	right: 0;
	z-index: 9999;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}
.footdown {
	width: 100%;
	position: relative;
	bottom: 0;
	left: 0;
	z-index: 10;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	height: 0.75rem;
	background: #2f3841
}
.foot-relative {
	position: relative;
	width: 100%;
}
.footdown a {
	display: block;
	float: left;
	width: 25%;
	color: #fff;
	text-align: center;
}
.footdown a i {
	font-size: 20px;
	line-height: 35px;
}
.footdown a h3 {
	font: 14px/10px "microsoft yahei";
}
.copyright {
	border-top: 1px #45484c solid;
	width: 1200px;
	margin: 0 auto;
	padding-top: 30px;
}
.copyright ul {
}
.copyright ul li {
	float: left;
	margin-right: 10px;
	color: #ccc;
}
.copyright ul li a {
	color: #ccc;
	font-size: 12px;
}
.copyright p {
	color: #ccc;
	font-size: 12px;
}
.aboutnav {
	width: 100%;
	border-bottom: 1px #ddd solid;
	height: 60px;
	background: #fff
}
.aboutnav ul {
	width: 1200px;
	margin: 0 auto;
	height: 60px;
}
.aboutnav ul li {
	float: left;
	width: 171px;
	text-align: center;
}
.aboutnav ul li a {
	display: block;
	height: 58px;
	width: 100px;
	margin: 0 auto;
	line-height: 58px;
	font-size: 16px;
	color: #333;
}
.aboutnav ul li a:hover {
	border-bottom: 2px #31ae4b solid;
}
.newsnav {
	width: 100%;
	border-bottom: 1px #ddd solid;
	height: 60px;
	background: #fff
}
.newsnav ul {
	width: 1200px;
	margin: 0 auto;
	height: 60px;
}
.newsnav ul li {
	float: left;
	width: 171px;
	text-align: center;
}
.newsnav ul li a {
	display: block;
	height: 58px;
	width: 100px;
	margin: 0 auto;
	line-height: 58px;
	font-size: 16px;
	color: #333;
}
.newsnav ul li a:hover,.newsnav ul li a.active,.aboutnav ul li a.active  {
	border-bottom: 2px #31ae4b solid;
}
.nytitle {
	text-align: center
}
.nytitle h3 {
	font-size: 30px;
	color: #333;
	line-height: 40px;
	font-weight: normal;
}
.nytitle p {
	font-size: 16px;
	line-height: 30px;
	color: #666;
}
.qyvr {
	width: 1200px;
	height: 300px;
	background: url(../images/qyvr.jpg) center center no-repeat;
}
.qyvr:hover {
	background-image: url(../images/qyvrnow.jpg);
}
.qyvr a {
	display: block;
	width: 1200px;
	height: 300px;
}
.abouttext {
	font-size: 14px;
	color: #333;
	line-height: 30px;
}
.abouttext p {
	margin: 10px 0;
}
.abouttext strong {
	color: #31ae4b;
	font-weight: normal;
}
.culture {
	width: 1200px;
}
/*大事记start*/
.event_box {
	width: 1200px;
	margin: 3% auto 0;
	position: relative;
	min-height: 420px;
}
.event_box .parHd {
	width: 100%;
	display: inline-block;
	height: 92px;
	overflow: hidden;
}
.parHd ul {
	width: 100%;
	text-align: center;
	margin: 0 auto;
	padding-top: 25px !important;
}
.parHd .tempWrap {
	margin: 0 auto;
}
.parHd .tempWrap:after {
	content: '';
	width: 85%;
	height: 1px;
	background: #580000;
	position: absolute;/* top:33%;*//* right:-140%;*/
	right: 8%;
	top: 35%;/* margin-top:-0.5px;*/
	z-index: 10;
}
.parHd li.no_line:before {
	display: none;
}
.parHd li {
	display: inline-block;
	width: 270px !important;
	cursor: pointer;
	padding-top: 30px;
	font-size: 16px;
	color: #000;
	margin: 0 30px;
	position: relative;
}
.parHd li:after {
	content: '';
	background: url(../images/dot_ico.png) no-repeat;
	width: 24px;
	height: 24px;
	position: absolute;
	z-index: 20;
	top: -12px;
	left: 50%;
	margin-left: -12px;
}
.parBd {
	text-align: center;
	margin-top: 60px;
}
.parBd h4 {
	position: relative;
	font-size: 30px;
	margin-bottom: 3%;/*width:200px;*/
	padding: 0 60px;
	display: inline-block;
	text-align: center;
	color: #31ae4b;
}
.parBd h4:after {
	content: '';
	background: #000;
	width: 100px;
	height: 1px;
	position: absolute;
	left: -100px;
	bottom: 12px;
}
.parBd h4:before {
	content: '';
	background: #000;
	width: 100px;
	height: 1px;
	position: absolute;
	right: -100px;
	bottom: 12px;
}
.parBd p {
	line-height: 30px;
	font-size: 14px;
	width: 80%;
	margin: 0 auto;
}
div#listBox {
	width: 100%;
}
.sPrev, .sNext {
	width: 30px;
	height: 30px;
	display: block;
	position: absolute;
	top: 10px;
	z-index: 50;
	cursor: pointer;
}
.sPrev {
	left: 0;
}
.sNext {
	right: 0;
}
.sPrev img, .sNext img {
	transition: all .6s cubic-bezier(.51, 1.1, .9, .95);
	-moz-transition: all .6s cubic-bezier(.51, 1.1, .9, .95);
	-webkit-transition: all .6s cubic-bezier(.51, 1.1, .9, .95);
	-o-transition: all .6s cubic-bezier(.51, 1.1, .9, .95);
}
.parHd li.act span {
	display: block;
	width: 24px;
	height: 24px;
	overflow: hidden;
	background: url(../images/cat.png) no-repeat;
	position: absolute;
	top: -12px;
	left: 123px;
	z-index: 21;
}
.parHd li span, .parHd li.clone span {
	display: none;
}
.list_news {
	min-height: 400px;
	padding: 0 0 30px;
}
.list_news li {
	width: 50%;
	height: 150px;
	float: left;
	display: inline;
}
.list_news .item {
	display: block;
	position: relative;
	height: 120px;
	margin-bottom: 30px;
	width: 98%;
	border-bottom: 1px #f0f0f0 solid;
}
.list_news .item .fg {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}
.list_news .item .fg .date {
	position: absolute;
	left: 0;
	top: 0;
	width: 118px;
	height: 118px;
	border: 1px #fff solid;
	background: #f0f0f0 url(../images/datebg.jpg) left top no-repeat;
	font-family: Impact, "MS Sans Serif";
	text-align: center;
	filter: alpha(opacity=50);/* internet explorer */
	-khtml-opacity: 0.5;     /* khtml, old safari */
	-moz-opacity: 0.5;
	opacity: 0.5;
}
.list_news .item .fg .date .day, .list_news .item .fg .date .month {
	font-size: 44px;
	height: 40px;
	line-height: 40px;
	margin-bottom: 5px;
	margin-top: 20px;
	color: #666;
}
.list_news .item .fg .date .month {
	font-size: 22px;
	margin-top: 0;
	line-height: 30px;
}
.list_news .item .fg .arrow {
	position: absolute;
	right: 5px;
	top: 50%;
	margin-top: -25px;
	text-align: center;
	width: 50px;
	height: 50px;
	font-size: 30px;
	color: #fff;
	line-height: 50px;
	filter: alpha(opacity=1);/* internet explorer */
	-khtml-opacity: 1;     /* khtml, old safari */
	-moz-opacity: 1;
	background: url(../images/arrow.png) center center no-repeat;
	opacity: 1;
}
.list_news .item .fg .txt {
	padding: 25px 60px 20px 145px;
}
.list_news .item .fg .line {
	width: 80px;
	height: 1px;
	background: #dbdbdb;
	margin-bottom: 10px;
}
.list_news .item .fg .title {
	font-size: 18px;
	height: 30px;
	line-height: 30px;
	margin-bottom: 10px;
	color: #111;
}
.list_news .item .fg .desc {
	font-size: 14px;
	color: #888;
}
.list_news .item .bg {
	width: 100%;
	height: 100%;
}
.list_news .item .bg .bg_in {
	width: 0%;
	height: 100%;
}
.list_news .item .bg .bg_in.fl {
	background: #fff;
}
.list_news .item .bg .bg_in.fr {
	background: #fff;
}
.list_news .item:hover .date {
	border-color: #31ae4b;
	background: #fff;
}
.list_news .item:hover .date {
	filter: alpha(opacity=100);/* internet explorer */
	-khtml-opacity: 1;     /* khtml, old safari */
	-moz-opacity: 1;
	opacity: 1;
}
.list_news .item:hover .title {
	color: #fff;
}
.list_news .item:hover .desc {
	color: #fff
}
.list_news .item:hover .fg .arrow {
	right: 5px;
	background: url(../images/arrownow.png) center center no-repeat;
	filter: alpha(opacity=100);/* internet explorer */
	-khtml-opacity: 1;     /* khtml, old safari */
	-moz-opacity: 1;
	opacity: 1;
	transition-delay: 200ms;
	-o-transition-delay: 200ms;
	-moz-transition-delay: 200ms;
	-webkit-transition-delay: 200ms;
}
.list_news .item:hover .bg .bg_in.fl {
	width: 100%;
	background: #31ae4b;
}
.list_news .item:hover .bg .bg_in.fr {
	width: 0%;
}
.nhbdlist {
	width: 1200px;
	margin: 0 auto;
}
.nhbdlist li {
	float: left;
	width: 270px;
	margin: 0 15px;
	margin-bottom: 30px;
}
.nhbdlist li h3 {
	width: 270px;
	height: 160px;
}
.nhbdlist li h3 a {
	display: block;
	width: 270px;
	height: 160px;
}
.nhbdlist li p {
	font-size: 12px;
	color: #666;
	margin-top: 5px;
}
.nhbdlist li p a {
	font-size: 14px;
	color: #333;
}
.nhbdlist li p a:hover {
	color: #31ae4b;
	text-decoration: underline;
}

.spbdlist {
	width: 1200px;
	margin: 0 auto;
}
.spbdlist li {
	float: left;
	width: 370px;
	margin: 0 15px;
	margin-bottom: 30px;
}
.spbdlist li h3 {
	width: 370px;
	height: 220px;
}
.spbdlist li h3 a {
	display: block;
	width: 370px;
	height: 220px;
}
.spbdlist li p {
	font-size: 12px;
	color: #666;
	margin-top: 5px;
}
.spbdlist li p a {
	font-size: 14px;
	color: #333;
}
.spbdlist li p a:hover {
	color: #31ae4b;
	text-decoration: underline;
}

.news_con {
	width: 800px;
	padding-right: 50px;
	float: left;
	border-right: 1px #eee solid;
}
.news_con h3 {
	font-size: 24px;
	color: #333;
	margin-bottom: 10px;
}
.news_con img {
	max-width: 100%;
}
.casename{ padding:20px 0; border-bottom: 1px #ddd dashed; border-top: 1px #ddd dashed;}
.casename h3{ font-size:14px; color:#666;}
.casename p{ font-size:14px; color:#666;}
.news_text {
	border-top: 1px #ddd solid;
	border-bottom: 1px #ddd solid;
	padding-top: 5px;
	padding-bottom: 20px;
	line-height: 30px !important;
	font-size: 14px;
}

.news_text p {
	padding: 15px 0 0 0;
}
.contact-ways {
	overflow: hidden;
	padding-bottom: 80px;
}
.contact-ways li {
	float: left;
	width: 24.5%;
	height: 228px;
	border-left: 1px solid #E9E9E9;
}
.contact-ways li:last-child {
	border-right: 1px solid #E9E9E9;
}
.contact-ways li a, .contact-ways li a:hover {
	display: block;
	text-align: center;
	text-decoration: none;
}
.contact-ways li h4 {
	font-size: 16px;
	color: #666;
	line-height: 30px;
	margin: 0;
	font-weight: 100;
}
.contact-ways li p.cway-txt {
	font-size: 30px;
	line-height: 50px;
	color: #121212;
}
.contact-ways li:hover p.cway-txt {
	color: #31ae4b;
}
.contact-ways li a i {
	margin: 0 auto 20px;
	display: block;
	width: 128px;
	height: 128px;
	background-color: #f8f8f8;
	border-radius: 64px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
.contact-ways li a:hover i {
	background-color: #31ae4b;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
.contact-ways li a i.i-phone {
	background-image: url(../images/icon_phone.png);
	background-size: 128px;
	background-repeat: no-repeat;
	background-position: 0 0;
}
.contact-ways li a:hover i.i-phone {
	background-position: 0 -128px;
}
.contact-ways li a i.i-qq {
	background-image: url(../images/icon_qq.png);
	background-size: 128px;
	background-repeat: no-repeat;
	background-position: 0 0;
}
.contact-ways li a:hover i.i-qq {
	background-position: 0 -128px;
}
.contact-ways li a i.i-dh {
	background-image: url(../images/icon_dh.png);
	background-size: 128px;
	background-repeat: no-repeat;
	background-position: 0 0;
}
.contact-ways li a:hover i.i-dh {
	background-position: 0 -128px;
}
.contact-ways li a i.i-mail {
	background-image: url(../images/icon_mail.png);
	background-size: 128px;
	background-repeat: no-repeat;
	background-position: 0 0;
}
.contact-ways li a:hover i.i-mail {
	background-position: 0 -128px;
}
.qiehuan {
	margin-top: 50px;
	width: 1200px;
	height: 300px;
}
.qiehuan>div {
	width: 500px;
	height: 300px;
	border-radius: 5px;
	color: #fff;
	margin: 0 30px;
	background: -moz-linear-gradient(120deg, #44baea 0%, #52a5f5 100%);
	background: -webkit-linear-gradient(120deg, #44baea 0%, #52a5f5 100%);
	background: -o-linear-gradient(120deg, #44baea 0%, #52a5f5 100%);
	background: -ms-linear-gradient(120deg, #44baea 0%, #52a5f5 100%);
	background: linear-gradient(120deg, #44baea 0%, #52a5f5 100%);
	box-sizing: border-box;
	padding: 35px;
}
.qiehuan>div>h2 {
	font-size: 20px;
	color: #fff;
	font-weight: 500;
	height: 30px;
	line-height: 30px
}
.qiehuan>div>h2>img {
	vertical-align: bottom;
	margin-right: 10px
}
.qiehuan>div>div>p {
	color: #fff;
	font-size: 14px
}
.qiehuan>div>div>h1 {
	color: #fff;
	font-size: 32px;
	font-weight: 500;
	margin-top: 10px
}
.qiehuan>div>h2+div+div>h1 {
	font-size: 16px;
}
.qiehuan>div>h2+div+div+div {
	position: relative;
	margin-top: -32px;
	right: -290px;
	width: 120px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border: 1px solid #fff;
	border-radius: 5px
}
.qiehuan>div>h2+div+div+div a {
	color: #fff;
	font-size: 16px;
}
.qiehuan>div>h2+div {
	margin: 40px 0 40px;
	font-size: 16px;
}
.fssj div {
	width: 50%;
}
.fssj {
	padding-top: 50px;
	padding-bottom: 90px;
	box-shadow: 0px 0px 8px 3px #e3f1fa;
	-webkit-box-shadow: 0px 0px 8px 3px #e3f1fa;
	-moz-box-shadow: 0px 0px 8px 3px #e3f1fa;
	box-shadow: 0px 0px 8px 3px #e3f1fa;
	width: 1065px;
	margin: 55px auto 0;
}
.fssj h1 {
	text-align: center;
	font-size: 24px;
	color: #666;
	margin-bottom:30px;
}
.conaddress {
	width: 100%;
	padding: 40px 0;
	color: #fff;
	background: #31ae4b;
	text-align: center;
	font-size: 24px
}
.conaddress span {
	font-size: 16px;
	color: #fff;
	font-family: Arial;
	line-height: 50px;
	letter-spacing: 1px
}
.shfw {
	height: 560px;
	width: 1200px;
	text-align: center;
}
.shfw h3 {
	font-size: 30px;
	color: #333;
}
.shfw p {
	background: #31ae4b;
	width: 1200px;
	height: 60px;
	line-height: 60px;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
}
.shfw ul {
	display: block;
	width: 1200px;
}
.shfw ul li {
	float: left;
	font-size: 18px;
	line-height: 50px;
}
.shfw ul li em {
	color: #31ae4b;
	font-weight: bold;
	font-size: 24px;
	font-family: Impact;
	margin-right: 10px;
}
.shfw ul li:nth-child(1) {
	width: 28%
}
.shfw ul li:nth-child(2) {
	width: 28%
}
.shfw ul li:nth-child(3) {
	width: 44%
}
.shfw ul li:nth-child(4) {
	width: 50%
}
.shfw ul li:nth-child(5) {
	width: 50%
}
.wzjs {
	width: 100%;
	height: 520px;
	background: url(../images/wzjsbg.jpg) center center no-repeat;
	padding: 200px 0
}
.nytitle01 {
	width: 650px;
}
.nytitle01 h3 {
	font-size: 30px;
	color: #333;
	font-weight: normal;
	line-height: 50px;
}
.nytitle01 span {
	font-size: 24px;
	color: #888;
	line-height: 50px
}
.nytitle01 b {
	width: 100px;
	height: 1px;
	background: #aaa;
	display: block;
}
.nytitle01 p {
	font-size: 18px;
	color: #666;
	line-height: 60px
}
.nytitle05 {
	text-align: center;
	width: 1200px;
}
.nytitle05 h3 {
	font-size: 30px;
	color: #333;
	font-weight: normal;
	line-height: 40px;
}
.nytitle05 span {
	color: #31ae4b;
}
.nytitle05 b {
	width: 100px;
	height: 1px;
	background: #aaa;
	display: block;
	margin: 0 auto;
}
.nytitle05 p {
	font-size: 24px;
	color: #666;
	line-height: 40px
}
.fwnav01 {
	margin: 60px 0;
	height: 130px;
}
.fwnav01 li {
	float: left;
	text-align: center;
	margin-right: 100px;
}
.fwnav01 li a {
	font-size: 18px;
	color: #333;
	line-height: 60px;
}
.fwnav01 li a:hover {
	color: #31ae4b;
}
.dgwz {
	width: 1200px;
	margin: 80px auto;
}
.dgwztext {
	float: left;
	width: 330px;
}
.dgwztext h3 {
	font-size: 24px;
	color: #333;
	font-weight: normal;
}
.dgwztext h3 b {
	font-size: 72px;
	text-transform: uppercase;
	font-family: "Arial Black";
	color: #31ae4b
}
.dgwztext h3 span {
	font-size: 18px;
	color: #aaa;
}
.dgwztext p {
	font-size: 18px;
	line-height: 50px;
}
.dgwztext p span {
	color: #31ae4b;
}
.dgwztext em {
	height: 3px;
	width: 250px;
	display: block;
	margin-top: 10px;
	background: #dddddd;
}
.dgwz img {
	float: right;
}
.dzzhgj {
	width: 1200px;
	margin: 80px auto;
}
.dzzhgj h3 {
	font-size: 30px;
	color: #333;
	font-weight: normal;
	margin-bottom: 20px;
}
.dzzhgj h3 b {
	color: #31ae4b
}
.dzzhgj h3 span {
	font-size: 18px;
	color: #333;
	margin-left: 10px;
}
.mtgzl {
	width: 550px;
}
.mtgzl h3 {
	font-size: 24px;
	color: #333;
	font-weight: normal;
	margin-bottom: 20px;
}
.mtgzl h3 b {
	color: #31ae4b
}
.qubie {
	width: 1200px;
	margin: 40px auto;
	text-align: center;
}
.qubie h3 {
	font-size: 24px;
	color: #333;
	margin-bottom: 20px;
}
.qubie h3 span {
	color: #31ae4b
}
.ljzx01 {
	width: 200px;
	height: 50px;
	display: block;
	border: 1px #333 solid;
	text-align: center;
	font-size: 18px;
	line-height: 50px;
}
.pc01 {
	float: right;
}
.fjjtg {
	width: 100%;
	height: 520px;
	background: #31ae4b url(../images/fjjtgbg.png) center center no-repeat;
	padding: 200px 0
}
.nytitle02 {
	width: 650px;
}
.nytitle02 h3 {
	font-size: 30px;
	color: #fff;
	font-weight: normal;
	line-height: 50px;
}
.nytitle02 span {
	font-size: 24px;
	color: #fff;
	line-height: 50px
}
.nytitle02 b {
	width: 100px;
	height: 1px;
	background: #fff;
	display: block;
}
.nytitle02 p {
	font-size: 18px;
	color: #fff;
	line-height: 60px
}
.fwnav02 {
	margin: 60px 0;
	height: 130px;
}
.fwnav02 li {
	float: left;
	text-align: center;
	margin-right: 100px;
}
.fwnav02 li a {
	font-size: 18px;
	color: #fff;
	line-height: 60px;
}
.fwnav02 li a:hover {
	color: #fff;
}
.ljzx02 {
	width: 200px;
	height: 50px;
	display: block;
	border: 1px #fff solid;
	color: #fff;
	text-align: center;
	font-size: 18px;
	line-height: 50px;
}
.pc02 {
	float: left;
}
.zzfw {
	border-top: 1px #ddd solid;
	width: 100%;
	height: 620px;
	background: url(../images/zzfwbg.jpg) center center no-repeat;
	padding: 150px 0
}
.nytitle03 {
	width: 650px;
}
.nytitle03 h3 {
	font-size: 30px;
	color: #333;
	font-weight: normal;
	line-height: 50px;
}
.nytitle03 span {
	font-size: 24px;
	color: #888;
	line-height: 50px
}
.nytitle03 b {
	width: 100px;
	height: 1px;
	background: #aaa;
	display: block;
}
.nytitle03 p {
	font-size: 18px;
	color: #666;
	line-height: 60px
}
.gsfllist {
	width: 1200px;
	margin: 0 auto;
}
.gsfllist li {
	width: 380px;
	height: 160px;
	margin-bottom: 80px;
	float: left;
	margin-right: 20px;
}
.gsfllist li img {
	float: left;
	width: 48px;
	height: 48px;
	margin-right: 20px;
}
.gsfllist li h3 {
	font-size: 24px;
	color: #333;
	font-weight: normal;
	line-height: 30px;
}
.gsfllist li span {
	font-size: 16px;
	color: #888;
	line-height: 24px
}
.gsfllist li b {
	width: 100px;
	height: 1px;
	background: #aaa;
	display: block;
	margin-top: 15px;
}
.gsfllist li p {
	font-size: 16px;
	color: #666;
	line-height: 30px;
	margin-top: 15px;
}
.hdjy {
	background: url(../images/hdjy.jpg) center center no-repeat;
	width: 1200px;
	height: 330px;
	margin: 60px 0;
}
.fwnav03 {
	width: 650px;
	margin: 60px 0;
	height: 300px;
}
.fwnav03 li {
	float: left;
	text-align: center;
	width: 150px;
	margin-right: 50px;
	margin-bottom: 20px;
}
.fwnav03 li a {
	font-size: 18px;
	color: #333;
	line-height: 60px;
}
.fwnav03 li a:hover {
	color: #31ae4b;
}
.pc03 {
	float: right;
}
.yhhd {
	width: 100%;
	height: 400px;
	padding: 100px 0
}
.yhhdtext {
	width: 550px;
	float: right;
}
.yhhdtext h3 {
	background: url(../images/tydlogo.png) left center no-repeat;
	padding-left: 170px;
	font-size: 30px;
	color: #333;
	font-weight: normal;
	line-height: 50px;
	margin-bottom: 50px;
}
.yhhdtext span {
	font-size: 30px;
	font-weight: bold;
	color: #31ae4b;
	line-height: 50px;
}
.yhhdtext p {
	font-size: 18px;
	color: #666;
	line-height: 40px;
	margin-top: 30px;
	margin-bottom: 30px;
}
.bjty {
	width: 100%;
	height: 350px;
	padding: 100px 0;
	background: #f0f0f0
}
.bjtytext {
	width: 550px;
	float: left;
}
.bjtytext h3 {
	font-size: 30px;
	color: #1ca797;
	line-height: 50px;
	margin-bottom: 50px;
	margin-top: 50px;
}
.bjtytext p {
	font-size: 18px;
	color: #666;
	line-height: 40px;
	margin-top: 30px;
	margin-bottom: 30px;
}
.wzgn {
	width: 100%;
	height: 380px;
	padding: 100px 0
}
.wzgntext {
	width: 550px;
	float: right;
}
.wzgntext h3 {
	font-size: 30px;
	color: #eb9f1e;
	line-height: 50px;
	margin-bottom: 20px;
}
.wzgntext span {
	font-size: 18px;
	font-weight: bold;
	color: #333;
	line-height: 50px;
}
.wzgntext ul {
	margin-bottom: 20px;
	height: 83px;
}
.wzgntext ul li {
	width: 16.6%;
	float: left;
	text-align: center;
	font-size: 14px;
	color: #666;
}
.tydal {
	width: 100%;
	background: #31ae4b;
	padding: 100px 0
}
.tydaltitle {
	font-size: 30px;
	color: #fff;
	text-align: center;
}
.tydallist {
}
.tydallist DIV {
	MARGIN: 0px 10px 0px;
	WIDTH: 280px;
	FLOAT: left
}
.tydallist H3 {
	WIDTH: 280px;
	HEIGHT: 180px;
}
.tydallist H3 A {
	TEXT-ALIGN: center;
	WIDTH: 280px;
	DISPLAY: block;
	HEIGHT: 180px;
}
.tydallist p {
	TEXT-ALIGN: center;
	LINE-HEIGHT: 30px;
	DISPLAY: block;
	COLOR: #fff;
	FONT-SIZE: 12px
}
.tydallist p A {
	LINE-HEIGHT: 30px;
	COLOR: #fff;
	FONT-SIZE: 14px;
	FONT-WEIGHT: normal
}
#demo1p {
	height: 210px;
	list-style: none outside none;
	overflow: hidden;
	width: 1200px;
}
#indemo1p {
	float: left;
	width: 800%;
}
#demo1p1 {
	float: left;
}
#demo1p2 {
	float: left;
}
.bbbz {
	width: 100%;
	padding: 100px 0;
}
.bbbztitle {
	font-size: 30px;
	color: #333;
	text-align: center;
}
.bbbz table tr td h3 {
	font-size: 14px;
}
.bbbz table tr td {
	font-size: 14px;
}
.bbbz table tr td span {
	color: #f00;
}
.bbbz table tr th {
	height: 120px;
	background: #31ae4b;
}
.bbbz table tr th h3 {
	font-size: 18px;
	color: #fff;
	font-weight: normal;
	line-height: 50px
}
.bbbz table tr th p {
	font-size: 14px;
	color: #fff;
	font-weight: normal;
}
.bztg {
	width: 100%;
	height: 520px;
	background: url(../images/bztgbg.png) center center no-repeat;
	padding: 200px 0
}
.nytitle04 {
	width: 650px;
}
.nytitle04 h3 {
	font-size: 30px;
	color: #333;
	font-weight: normal;
	line-height: 50px;
}
.nytitle04 h3 em {
	color: #31ae4b;
	font-style: normal;
}
.nytitle04 span {
	font-size: 24px;
	color: #888;
	line-height: 50px
}
.nytitle04 b {
	width: 100px;
	height: 1px;
	background: #aaa;
	display: block;
}
.nytitle04 p {
	font-size: 18px;
	color: #666;
	line-height: 60px
}
.fwnav04 {
	margin: 60px 0;
	height: 130px;
}
.fwnav04 li {
	float: left;
	text-align: center;
	margin-right: 100px;
}
.fwnav04 li a {
	font-size: 18px;
	color: #333;
	line-height: 60px;
}
.fwnav04 li a:hover {
	color: #31ae4b;
}
.join_title {
	width: 1200px;
	height: 60px;
	border-bottom: 1px #ddd solid;
}
.join_title h3 {
	color: #31ae4b;
	font-size: 30px;
	font-weight: normal;
	line-height: 60px;
}
.join_title span {
	color: #31ae4b
}
.join_con {
	float: left;
	width: 1200px;
	border-right: 1px #eee solid;
	margin-top: 40px;
}
.join_con div {
	width: 560px;
	float: left;
	margin-right: 40px;
	border-bottom: 1px #eee solid;
	margin-bottom: 20px;
}
.join_con div h3 {
	font-size: 24px;
	font-weight: normal;
	color: #333;
	margin-bottom: 10px;
}
.join_con div h5 {
	font-size: 14px;
	font-weight: normal;
}
.join_con div p {
	margin: 8px 0;
}
.join_con div p a {
	display: block;
	float: right;
	padding-right: 18px;
	width: 50px;
	color: #31ae4b;
	height: 24px;
	line-height: 24px;
	background: url(../images/join01.jpg) right center no-repeat;
}
.join_con div p a:hover {
	text-decoration: underline;
}
.join_list {
	float: right;
	width: 300px;
}
.joinlist_title {
	height: 25px;
	background: url(../images/icon01.jpg) left center no-repeat;
	font-size: 18px;
	color: #31ae4b;
	padding-left: 30px;
	border-bottom: 1px #ddd solid;
}
.join_list ul {
	margin-top: 10px;
}
.join_list ul li {
	line-height: 50px;
	background: url(../images/icon03.jpg) left bottom repeat-x;
}
.join_list ul li a {
	line-height: 50px;
	font-size: 14px;
	background: url(../images/icon02.jpg) left center no-repeat;
	padding-left: 15px;
}
.join_list ul li a:hover {
	color: #31ae4b;
	text-decoration: underline
}
.join_right {
	width: 460px;
	border-bottom: 1px #eee solid;
	margin-left: 20px;
	padding-bottom: 5px;
	float: right;
}
.join_right h3 {
	font-size: 24px;
	font-weight: normal;
	color: #31ae4b;
	margin-bottom: 10px;
}
.join_right h5 {
	font-size: 18px;
	font-weight: normal;
}
.join_right p {
	margin: 6px 0;
	font-size: 14px
}
.join_left {
	width: 679px;
	border-right: 1px #eee solid;
	float: left
}
.joinform h3{ text-align:center; color:#fff; font-size:30px; padding:50px 0;}
.yrln {
	width: 1200px;
	margin: 0 auto;
	background: url(../images/join02.jpg) right bottom no-repeat;
}
.yrln h3 {
	font-size: 24px;
	line-height: 50px;
	color: #31ae4b;
	font-weight: normal;
}
.yrln p {
	margin: 0;
	font-size: 14px;
	line-height: 30px;
}
.yrln p span {
	color: #31ae4b;
}
/*分页样式*/
.page_info {
	text-align: center;
	margin-top: 10px;
	color: #aaa;
}
.page_info span {
	padding: 0 2px;
	font-weight: bold;
}
.page_list {
	height: 20px;
	line-height: 20px;
	text-align: center;
	letter-spacing: 0;
	;
	font-size: 12px;
	margin-top: 20px;
	border: none !important;
}
.page_list a {
	display: inline-block;
	color: #aaa;
	border: 1px solid #aaa;
	background: #fff;
	text-align: center;
	margin: 0 1px;
	width: auto;
	height: 20px;
	padding: 0px 6px;
	font-family: "Microsoft Yahei", "宋体";
}
.page_list a:hover {
	color: #fff;
	border: 1px solid #31ae4b;
	background: #31ae4b;
}
.page_list a.on {
	color: #fff;
	border: 1px solid #31ae4b;
	background: #31ae4b;
}
.yingpinjianli {
	padding: 60px 0;
	width: 100%;
	background: #31ae4b;
	text-align: center;
}
.yingpinjianli h3 {
	font-size: 24px;
	font-weight: normal;
	color: #fff;
}
.yingpinjianli p {
	margin-top: 20px;
}
.yingpinjianli p a {
	font-size: 30px;
	color: #fff;
}
.dpxg {
	width: 1200px;
	margin: 0 auto;
}
.height60 {
	height: 60px;
}
.wmdfwmobile {
	display: none;
	background: #f0f0f0;
	padding: 20px 0;
	box-sizing: border-box;
}
.wmdfwmobile li {
	width: 21%;
	float: left;
	text-align: center;
	padding: 5px 0;
	background: #fff;
	margin: 2% 2%;
}
.wmdfwmobile li:nth-child(4) {
	margin-right: 0
}
.wmdfwmobile li a {
	display: block;
}
.wmdfwmobile li a h3 {
	width: 3.6rem;
	height: 3.6rem;
	border-radius: 50%;
	margin: 0 auto 5px;
}
.wmdfwmobile li a h3 i {
	line-height: 4rem;
	color: #fff;
	font-size: 2rem;
}
.wmdfwmobile li a span {
	font-size: 0.85rem;
}
.wmdfwmobile li:nth-child(1) a h3 {
	background: #31ae4b
}
.wmdfwmobile li:nth-child(2) a h3 {
	background: #325cbc
}
.wmdfwmobile li:nth-child(3) a h3 {
	background: #1ca797
}
.wmdfwmobile li:nth-child(4) a h3 {
	background: #ee771d
}

/* questions */
#questions{width:100%;margin:10px auto;border:1px solid #e7e7e7;padding-top:14px;}
#questions li{border-bottom:1px solid #e7e7e7;padding:0 14px 5px 14px;vertical-align:bottom;}
#questions li h5{position:relative;font-size:14px;cursor:pointer;line-height:30px;height:30px;overflow:hidden; text-align:center;}
#questions li .foldContent{ display:none;border-left:3px solid #31ae4b;padding:5px;border-top:1px dashed #e2e2e2;line-height:24px;}



/*Top按钮*/
*html {
	background-image: url(about:blank);
	background-attachment: fixed;
}/*解决IE6下滚动抖动的问题*/
.tbox {
	width: 50px;
	float: right;
	position: fixed;
	right: 10px;
	bottom: 15px;
	_position: absolute;
	_bottom: auto;
_top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop, 10)||0)-(parseInt(this.currentStyle.marginBottom, 10)||0)));
	_margin-bottom: 15px;
	display: none;
}/*解决IE6下不兼容 position:fixed 的问题*/
.tbox #gotop {
	width: 50px;
	height: 50px;
	background: url(../images/icon.png) no-repeat 0 0;
	display: block;
}
