@charset "utf-8";
body{
	font-family:"Microsoft Yahei","SimSun";
	font-size:14px;
	color:#333;
}

a{
	color:#333;
}

img{
	display:block;
}

h1,h2,h3,h4,h5{
	font-family:"Microsoft Yahei","SimHei";
	overflow:hidden;
	font-weight:normal;
}

p{
	overflow:hidden;
}

.wrapper{
	width:100%;
	min-width:1240px;
	overflow:hidden;
}

.w1240{
	width:1240px;
	margin:0px auto;
}

#header{
	height:100px;
}

#header .logo{
	float:left;
	margin-top:20px;
}

#header .right{
	margin-top:15px;
}

#header .top span{
	float:right;
	display:inline;
	font-family:"SimSun";
	font-size:12px;
	line-height:14px;
	height:14px;
	border-right:1px solid #acb0b5;
	padding:0px 23px;
}

#header .top span a{
	color:#acb0b5;
	margin:0px 2px;
}

#header .top span .current{
	text-decoration:underline;
}

#header .top form{
	float:right;
	display:inline;
	margin-left:25px;
}

#header .top form .sub{
	float:left;
	margin-top:1px;
	width:12px;
	height:12px;
	border:none;
	background:url(../images/search.gif);
	background-repeat: no-repeat;
	cursor:pointer;
}

#header .top form .text{
	float:left;
	display:inline;
	margin-left:6px;
	border:none;
	border-bottom:1px solid #cdd0d3;
	padding:0px;
	width:95px;
	height:14px;
	line-height:14px;
	font-family:"SimSun";
	color:#acb0b5;
}

#header .nav{
	margin-top:23px;
}

#header .nav li{
	float:left;
	display:inline;
	margin-left:30px;
	position:relative;
	color:#7a7a7a;
	line-height:20px;
	height:35px;
}

#header .nav li a{
	color:#7a7a7a;
	display: block;
	width: 100%;
	height: 100%;
}

#header .nav .current,#header .nav .current a{
	font-size:18px;
	font-weight:bold;
	color:#1a7131;
}

#header .nav .drop{
	position:absolute;
	left:0px;
	margin-left:-26px;
	top:30px;
	display:none;
	width:98px;
	padding:5px 10px 15px 10px;
	background:#ff8a01;
	background-color:rgba(255,138,1,0.85);
	z-index:999;
}

#header .nav .drop label{
	position:absolute;
	left:50%;
	margin-left:-10px;
	top:-10px;
	width:0;
    height:0;
    border-left:10px solid transparent;
    border-right:10px solid transparent;
    border-bottom:10px solid #ff9b27;
}

#header .nav .drop p{
	line-height:20px;
	padding:10px 0px;
	text-align:center;
	border-bottom:1px dotted #fff;
}

#header .nav .drop a{
	color:#fff;
}
#header .nav .drop span{
	display:block;
	/* background:#fff;
	background-color:rgba(255,255,255,0.36); */
	border: 1px solid #fafafa;
	padding:5px 0px;
	margin-top:8px;
	position:relative;
}

#header .nav .drop span b{
	position:absolute;
	top:-7px;
	left:50%;
	margin-left:-8px;
	width:0; 
	height:0; 
	border-left:8px solid transparent;
	border-right:8px solid transparent;
	border-bottom:7px solid rgba(255,255,255,0.36);
}

#header .nav .drop span i{
	display:block;
	text-align:center;
	line-height:18px;
	padding:4px 2px;
	font-style:normal;
}

#footer{
	border-top:5px solid #94872a;
	background:#eff0f1;
	line-height:26px;
	font-size:12px;
	font-family:"SimSun";
	text-align:center;
	color:#7a7a7a;
}

#footer a{
	color:#7a7a7a;
	margin:0px 20px;
}

#footer .w1240{
	padding:22px 0px;
}

#banner{
	height:555px;
	max-width:1920px;
	margin:0px auto;
	position:relative;
}

#banner .photo{
	height:555px;
}

#banner .photo li{
	height:555px;
	width:100%;
	display:none;
	background-repeat:no-repeat;
	background-position:center top;
}

#banner .photo .show{
	display:block;
}

#banner .shadow{
	position:absolute;
	width:100%;
	height:132px;
	left:0px;
	bottom:0px;
	background:url(../images/banner-shadow.png);
	z-index:100;
}

#banner .photo li a{
	display:block;
	width:1240px;
	height:100%;
	margin:0px auto;
}

#banner .point{
	position:absolute;
	left:0px;
	bottom:25px;
	text-align:center;
	width:100%;
	z-index:150;
}

#banner .point span{
	display:inline-block;
	width:10px;
	height:10px;
	background:#eff0f1;
	margin:0px 7px;
	cursor:pointer;
}

#banner .point .on{
	background:#ffca01;
}

#banner .arrow1,#banner .arrow2{
	width:59px;
	height:59px;
	position:absolute;
	top:50%;
	margin-top:-30px;
	cursor:pointer;
	z-index:200;
	border-radius:50%;
}

#banner .arrow1:hover,#banner .arrow2:hover{
	box-shadow:0px 0px 10px #fff inset;
}

#banner .arrow1{
	background:url(../images/banner-arrow1.png);
	left:2%;
}

#banner .arrow2{
	background:url(../images/banner-arrow2.png);
	right:2%;
}

.title1{
	height:30px;
	line-height:30px;
}

.title1 span{
	float:left;
	font-size:26px;
	color:#27793d;
}

.title1 label{
	float:left;
	display:inline;
	font-size:12px;
	color:#ffca01;
	line-height:16px;
	margin:14px 0px 0px 12px;
}

.title1 .more{
	float:right;
	width:42px;
	height:5px;
	background:url(../images/more.gif);
	margin-top:20px;
}

#layout1 .left{
	width:810px;
}

#layout1 .right{
	width:380px;
}

#layout3 .left,#layout3 .right{
	width:380px;
}

#layout3 .middle{
	float:left;
	display:inline;
	width:380px;
	margin-left:50px;
}

.hot1{
	margin-top:30px;
}

.hot1 .photo{
	float:left;
	width:215px;
	height:130px;
	border:1px solid #edecec;
}

.hot1 h3{
	font-size:30px;
	height:40px;
	line-height:40px;
	margin-bottom:10px;
}

.hot1 .text{
	float:right;
	width:570px;	
}

.hot1 p,.hot2 p{
	line-height:26px;
	height:78px;
	color:#999;
	font-family:"SimSun";
	font-size:12px;
	text-indent: 2em;
}

.hot1 p a,.hot2 p a{
	color:#999;
}

.hot2{
	margin-top:30px;
}

.hot2 h4{
	font-size:16px;
	height:20px;
	line-height:20px;
	text-align:center;
	font-weight:bold;
	margin-bottom:18px;
}

.hot2 h4 a{
	color:#27793d;
}

.hot2 .photo{
	float:left;
	width:105px;
	height:60px;
	margin-top:9px;
}

.hot2 .photo img{
	width:105px;
	height:60px;
}

.hot2 p{
	float:right;
	width:260px;
}

.list1{
	margin-top:20px;
}

.list1 li{
	height:36px;
	line-height:36px;
	overflow:hidden;
	padding-left:12px;
	background:url(../images/list.gif) no-repeat left 16px;
}

.list1 li a{
	color:#7a7a7a;
}

.row2{
	margin-top:40px;
}

.row2 ul{
	zoom:1;
	margin-left:-26px;
}

.row2 li{
	float:left;
	display:inline;
	width:380px;
	margin-left:26px;
}

.video ul{
	zoom:1;
	margin-left:-41px;
}

.video li{
	float:left;
	display:inline;
	margin:30px 0px 0px 41px;
	width:215px;
	height:135px;
	position:relative;
}

.video li img{
	width:100%;
	height:100%;
}

.video li p{
	position:absolute;
	width:100%;
	text-align:center;
	height:34px;
	line-height:34px;
	left:0px;
	bottom:0px;
}

.video li p a{
	color:#fff;
}

.video li .shadow{
	position:absolute;
	width:100%;
	height:64px;
	background:url(../images/list-shadow.png);
	left:0px;
	bottom:0px;
}

.video li .play{
	position:absolute;
	width:55px;
	height:55px;
	background:url(../images/video.png) no-repeat;
	left:80px;
	top:35px;
}

.consult ul{
	zoom:1;
	margin-left:-17px;
}

.consult li{
	float:left;
	display:inline;
	width:62px;
	margin:15px 20px 0px 17px;
	text-align:center;
}

.consult li .photo{
	width:60px;
	height:80px;
	position:relative;
	border:1px solid #ebeaea;
	overflow:hidden;
}

.consult li .photo img{
	width:100%;
	height:100%;
}
/*
.consult .offline .photo img{
	-webkit-filter: grayscale(100%);
	-webkit-filter: grayscale(1);
	filter: grayscale(100%);
	filter:gray; 
}
*/
.consult li .photo p{
	position:absolute;
	width:100%;
	height:20px;
	line-height:20px;
	left:0px;
	bottom:0px;
	color:#fff;
	font-size:12px;
	font-family:"SimSun";
}

.consult li .photo .shadow{
	position:absolute;
	left:0px;
	bottom:0px;
	width:100%;
	height:20px;
	filter:alpha(opacity=80);
	opacity:0.8;
}

.consult .online .photo .shadow{
	background:#1a7131;
}

.consult .offline .photo .shadow{
	background:#9e8478;
}

.consult li h5{
	font-size:14px;
	color:#7a7a7a;
	margin-top:5px;
}
.consult li a:hover, a:active{
    text-decoration: none;
}
#header-line{
	height:1px;
	background:#eaebec;
}

#erji{
	padding-bottom:50px;
}

#erji .add{
	line-height:20px;
	font-family:"SimSun";
	color:#666;
	font-size:12px;
}

#erji .add span,#erji .add a{
	color:#666;
	margin:0px 8px;
}

#erji .xl-header{
	border-bottom:1px solid #e8e8e8;
	margin-top:30px;
	padding-bottom:8px;
}

#erji .xl-header h2{
	font-size:36px;
	line-height:46px;
	font-weight:bold;
	margin-bottom:22px;
}

#erji .xl-header .infor{
	float:left;
	line-height:35px;
	color:#888;
	font-family:"SimSun";
}

#erji .xl-header .infor span{
	margin-right:15px;
}

#erji .xl-header .share{
	float:right;
}

#erji .xl-header .share .circle{
	float:left;
	display:inline;
	width:35px;
	height:35px;
	margin-left:15px;
	background-repeat:no-repeat;
	cursor:pointer;
}

#erji .xl-header .share .icon1{ background-image:url(../images/share1.gif); }
#erji .xl-header .share .icon2{ background-image:url(../images/share2.gif); }
#erji .xl-header .share .icon3{ background-image:url(../images/share3.gif); }
#erji .xl-header .share .icon4{ background-image:url(../images/share4.gif); }

#erji .xl-header .share .icon1:hover{ background-image:url(../images/share1b.gif); }
#erji .xl-header .share .icon2:hover{ background-image:url(../images/share2b.gif); }
#erji .xl-header .share .icon3:hover{ background-image:url(../images/share3b.gif); }
#erji .xl-header .share .icon4:hover{ background-image:url(../images/share4b.gif); }

#erji .side{
	float:right;
	width:380px;
}
#erji .side .link-list li{
	margin-bottom:10px;
	height:58px;
	line-height:58px;
	background-color:#ececec;
	background-image:url(images/tag.gif);
	background-repeat:no-repeat;
	background-position:350px center;
	padding-left:25px;
	border-radius:8px;
	font-size:16px;
	color:#acb0b5;
}

#erji .side .link-list li a{
	display:block;
	width:100%;
	height:100%;
	color:#acb0b5;
	text-decoration:none;
}

#erji .side .link-list li a{
	color:#27793d;
}
#erji .side .link-list .current,#erji .side .link-list li:hover{
	background-color:#27793d;
	color:#fff;
}

#erji .side .link-list .current a,#erji .side .link-list li:hover a{
	color:#fff;
}

#erji .side .tag{
	margin-top:15px;
}

#erji .side .tag ul{
	zoom:1;
	margin-left:-10px;
}

#erji .side .tag li{
	float:left;
	display:inline;
	margin:10px 0px 0px 10px;
	width:185px;
	height:58px;
	line-height:58px;
	background-color:#ececec;
	background-image:url(../images/tag.gif);
	background-repeat:no-repeat;
	background-position:160px center;
	border-radius:8px;
	font-size:16px;
	color:#acb0b5;
}

#erji .side .tag li:hover{
	box-shadow:0px 0px 3px #acb0b5;
}

#erji .side .tag li a{
	display:block;
	height:100%;
	padding-left:25px;
	color:#acb0b5;
}

#erji .side .tag li a:hover{
	text-decoration:none;
}

#erji .side .video2{
	margin-top:15px;
}

#erji .side .video2 ul{
	zoom:1;
	margin-left:-10px;
}

#erji .side .video2 li{
	float:left;
	display:inline;
	margin:10px 0px 0px 10px;
	width:185px;
	height:115px;
	position:relative;
}

#erji .side .video2 li img{
	width:100%;
	height:100%;
}

#erji .side .video2 li p{
	position:absolute;
	width:100%;
	text-align:center;
	height:34px;
	line-height:34px;
	left:0px;
	bottom:0px;
}

#erji .side .video2 li p a{
	color:#fff;
}

#erji .side .video2 li .shadow{
	position:absolute;
	width:100%;
	height:64px;
	background:url(../images/list-shadow.png);
	left:0px;
	bottom:0px;
}

#erji .side .video2 li .play{
	position:absolute;
	width:48px;
	height:48px;
	background:url(../images/video2.png) no-repeat;
	left:68px;
	top:30px;
}

#erji .main{
	float:left;
	width:770px;
}
#erji .xl-con {
	font-size: 18px;
}
#erji .xl-con p{
	line-height:30px;
	color:#000;
	margin-top:30px;
	padding:0px; 
	margin:0px; 
}

#erji .liebiao li{
	height:52px;
	line-height:52px;
	overflow:hidden;
	font-size:15px;
	border-bottom:1px solid #e9e9e9;
}

#erji .liebiao li .text{
	float:left;
}

#erji .liebiao li span{
	float:right;
	color:#999;
	font-size:12px;
}

#erji .liebiao li .share{
	float:right;
	width:13px;
	height:14px;
	margin:19px 12px 0px 0px;
	background:url(../images/list-share.gif);
}

#erji .flip{
	text-align:center;
	margin-top:40px;
}

#erji .flip a{
	display:inline-block;
	height:35px;
	line-height:35px;
	font-size:16px;
	color:#000;
	background:#ececec;
	margin:0px 3px;
	padding:0px 12px;
}

#erji .flip .current,#erji .flip a:hover{
	background:#1a7131;
	color:#fff;
	text-decoration:none;
}

.img_center{
	text-align: center;
    width: 100%;
	height: 555px;
}

.qrcode_hide{
	display: none;
}
.qrcode_show{
	display: block;
    position: absolute;
    right: 0px;
	z-index: 900;
}
.qrcode_show img{
	width: 150px;
}
.xl-con img{
	display: inline-block;
}
.partner a:hover, a:active {
    text-decoration: none;
}

#erji .liebiao2{
	width:100%;
}
#erji .liebiao2 th{
	font-weight:bold;
	height:54px;
	font-size:20px;
	color:#1a7131;
}

#erji .liebiao2 td{
	height:54px;
	font-size:15px;
	text-align:center;
}

#erji .liebiao2 .color1{ background:#fff; }
#erji .liebiao2 .color2{ background:#ececec; }




#erji .xl-table{
	float:left;
	width:810px;
	margin-top:30px;
}

#erji .xl-table table{
	width:100%;
}

#erji .xl-table th{
	background:#ececec;
	font-size:23px;
	font-weight:bold;
	text-align:center;
	line-height:55px;
}

#erji .xl-table td{
	border:1px solid #ccc;
	font-size:22px;
	font-family:"楷体_GB2312","楷体","Microsoft Yahei";
	line-height:36px;
}

#erji .xl-table .tit{
	text-align:center;
	width:145px;
}

#erji .xl-table .con1{
	padding-left:45px;
}

#erji .xl-table .photo{
	text-align:center;
	padding:15px 0px;
	width:210px;
}

#erji .xl-table .photo img{
	display:inline;
	width:145px;
	height:215px;
}

#erji .xl-table .con2{
	padding:30px 30px;
}