﻿/*
Theme Name: zyl
Theme URI: http://wordpress.org/
Author: zhaoyl
Author URI: zyl
Description: 2015年底至2016年初经过多次修改确认的新风格，以原来的绿色为基调，保留原来优秀的网页元素，结合一些新的趋势和创意，使整个网站的信息组织架构更加合理，方便用户浏览。
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: light, gray, white, one-column, two-columns, right-sidebar, flexible-width, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
Text Domain: twentytwelve
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
/* =Notes
--------------------------------------------------------------
This stylesheet uses rem values with a pixel fallback. The rem
values (and line heights) are calculated using two variables:
$rembase:     14;
$line-height: 24;
---------- Examples
* Use a pixel value with a rem fallback for font-size, padding, margins, etc.
	padding: 5px 0;
	padding: 0.357142857rem 0; (5 / $rembase)
* Set a font-size and then set a line-height based on the font-size
	font-size: 16px
	font-size: 1.142857143rem; (16 / $rembase)
	line-height: 1.5; ($line-height / 16)
---------- Vertical spacing
Vertical spacing between most elements should use 24px or 48px
to maintain vertical rhythm:
.my-new-div {
	margin: 24px 0;
	margin: 1.714285714rem 0; ( 24 / $rembase )
}
---------- Further reading
http://snook.ca/archives/html_and_css/font-size-with-rem
http://blog.typekit.com/2011/11/09/type-study-sizing-the-legible-letter/
/* =Reset
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
body {
	line-height: 1;
	background-image: url('images/bg.png');
	font-family: 'Microsoft Yahei', Arial;
}
ol,
ul {
	list-style: none;
}
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,
th,
td {
	font-weight: normal;
	text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}
html {
	overflow-y: scroll;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
a:focus {
	outline: thin dotted;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
audio,
canvas,
video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
}
del {
	color: #333;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin: 24px;
	margin-bottom: 1.714285714rem;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
small {
	font-size: smaller;
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}
/* Clearing floats */
.clear:after,
.wrapper:after,
.format-status .entry-header:after {
	clear: both;
}
.clear:before,
.clear:after,
.wrapper:before,
.wrapper:after,
.format-status .entry-header:before,
.format-status .entry-header:after {
	display: table;
	content: "";
}
.site{
	/*width:960px;
    margin:auto;*/
}
.header_menu{
    width: 100%;
    min-width: 960px;
    margin:auto;
    position: relative;
    min-height: 60px;
    /*background-color:green;*/
}
.header_menu .splitline{
	height: 2px;
    background-color: #fff;
    width: 100%;
}
#logo{
	margin:auto;
    display: block;
    position:absolute;
    top: 0px;
    left: 416px;
    cursor:pointer;
}
.main_menu{
	margin:auto;
    width: 960px;
    position: relative;
}
.main_menu ul li{
	background: url(images/menu_1.png) 15px center no-repeat;
	float: left;
	padding: 20px 14px 20px 60px;
}
#menu-item-5{
	background: url(images/menu_2.png) 15px center no-repeat;
}
#menu-item-10{
    background: url(images/menu_3.png) 15px center no-repeat;
}
#menu-item-11{
    background: url(images/menu_4.png) 15px center no-repeat;
}
#menu-item-12{
    background: url(images/menu_5.png) 15px center no-repeat;
}
.main_menu ul #menu-item-5.hover{
	background: url(images/menu_2_h.png) left center no-repeat;
}
.main_menu ul #menu-item-10.hover{
    background: url(images/menu_3_h.png) left center no-repeat;
}
.main_menu ul #menu-item-11.hover{
    background: url(images/menu_4_h.png) left center no-repeat;
}
.main_menu ul #menu-item-12.hover{
    background: url(images/menu_5_h.png) left center no-repeat;
}
.main_menu ul #menu-item-5.hover a, .main_menu ul #menu-item-5.hover a:hover{
	color: #374e21;
} 
.main_menu ul li a, .main_menu ul li a:hover{
	color: #fff;
    text-decoration: none;
}
.main_menu ul li.menu-item-11{
	margin-left: 173px;
}
.main_menu ul li ul{
	z-index: 999;
	margin-top: 2px;
	position: absolute;
    padding-top: 15px;
	margin-left: -60px;
	overflow: hidden;
	-webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}
.main_menu ul li ul li{
	display:none;
	font-size: 14px;
	line-height: 30px;
	background-image: none;
	text-align: center;
	/* margin-left: -61px; */
	width: 138px;
	background-color: #97c84a;
	margin-top: 2px;
	float: none;
	padding: 0px;
}
.main_menu ul li ul li a, .main_menu ul li ul li a:hover{
	color: #374e21;
    font-weight: bold;
}
.c {
	clear:both;
}
.footer_content{
	margin: auto;
	width: 960px;
	margin-bottom: -2px;
	margin-top: 20px;
}
.footer{
	width: 100%;
}
.footer_split{
	width: 100%;
    background-color: #fff;
    height: 3px;
}
.ft{
	float:right;
} 
.footer_content a{
	color: #fff;
margin-right:20px;
text-decoration: none;
line-height: 38px;
font-size: 12px;
}
.footer_content a.ft{
	margin-right:20px;
    line-height: 12px;
}
.footer_copy, .footer_copy a{
	text-align:right;
    color: #fff;
	font-size: 12px;
	width: 960px;
	margin-bottom: 10px;
	margin-top: 10px;
    margin:auto;
    line-height: 30px;
}
#menu-main{
    /* display:none; */
	/*z-index: 999;
	position: absolute;
	height: 60px;*/
}
.lan{
	top: 10px;
	right: 0px;
	position: absolute;
	width: 80px;
    display:none;
}
.lan_en{
	float: right;
}
.lan_cn{
    float: right;
}
p{
	font-family:'Microsoft Yahei', Arial;
	font-size: 16px;
	line-height: 26px;
}
.tc{
	text-align:center;
}
#post-13 .entry-header h1{
	display:none;
}
.home_form{
	width:839px;
    position: relative;
    height: 76px;
    background-image:url('images/form_bg.png');
    margin: auto;
}
.home_form input{
	width: 211px;
    height: 22px;
    float: left;
    border: none;
	left: 167px;
	top: 22px;
    position: absolute;
}
.home_form .your-email input{
	left: 472px;
    top:-3px;
}
.home_form  .wpcf7-submit{
	top:27px;
	background-color: #308242;
	font-size: 16px;
	color: #fff;
	width: 100px;
	left: 719px;
}
.home_form div.wpcf7-mail-sent-ng{
	top: 32px;
    left: 70px;
}
/*slider begin*/
#slider_btn{
width: 960px;
text-align:center;
margin:-24px auto 0;
height: 155px;
}
#water_slider{
position:relative;
overflow: hidden;
margin:auto;
width: 960px;
height: 360px;
}
#water_slider img{
    position:absolute;
}
#w1{top: 67px; left: 140px;}
#w2{top: 42px; left: 490px;}
#w3{top: 31px; left: 773px;}
#w4{top: 102px; left: 50px;}
#w5{top: 54px; left: 298px;}
#w6{top: 181px; left: 236px;}
#w7{top: 240px; left: 372px;}
#w8{opacity: 0.2; top: 126px; display:none;}
.close #w1{ left: 196px; top: 78px; width: 64px; display:none;}
.close #w2{ left: 451px; top: 62px; width: 144px; display:none;}
.close #w3{ top: -50px;}
.close #w4{ left: 137px; top: 126px; width: 116px; display:none;}
.close #w5{ left: 442px; top: 133px; width: 116px; display:none;}
.close #w6{ left: 171px; top: 351px;}
.close #w7{ left: 965px;}
#j_slider{
position:relative;
overflow: hidden;
width: 960px;
height: 360px;
margin:auto;
}
#j_slider img{
    position:absolute;
}
#j1{left: 17px;top: 58px; }
#j2{left: 65px;top: 131px; }
#j3{ left: 275px;top: 58px;}
#j4{left: 633px;top: 120px;}
#j5{left: 631px;top: 192px; }
#j6{left: 850px;top: 115px; }
#j7{ left: 445px;top: 166px;}
#j8{ left: 512px;top: 239px;}
.close #j1{left: 116px;top: 76px; width: 100px;display:none;}
.close #j2{left: 128px;top: 116px; width: 80px;display:none;}
.close #j3{left: 387px;top: 128px; width: 150px;display:none;}
.close #j4{left: 709px;top: 144px; width: 130px;display:none;}
.close #j5{left: 709px;top: 200px;  width: 135px;display:none;}
.close #j6{top: -80px;}
.close #j7{top: 400px;}
.close #j8{ left: 965px;}
#n_slider{
position:relative;
overflow: hidden;
width: 960px;
margin:auto;
height: 360px;
}
#n_slider img{
    position:absolute;
}
#n1{left: 40px;top: 100px; }
#n2{left: 40px;top: 169px; }
#n3{left: 393px;top: 54px;}
#n4{left:511px;top: 74px;}
#n5{left: 511px;top: 170px; }
#n6{left: 691px;top: 67px; }
#n7{ left: 630px;top: 213px;}
#n8{ left: 40px;top: 248px;}
.close #n1{left: 156px;top: 125px; width: 128px;display:none;}
.close #n2{left: 156px;top: 188px; width: 128px;display:none;}
.close #n3{left: 430px;top: 100px; width: 61px;display:none;}
.close #n4{left: 553px;top: 107px; width: 80px;display:none;}
.close #n5{left: 553px;top: 158px;  width: 210px;display:none;}
.close #n6{top: -100px;}
.close #n7{left: 750px;top: 360px;}
.close #n8{ left: -600px;}
#slider_btn img{
    margin: 0px 50px -3px;
    cursor:pointer;
}
.slider_btn_split{
	border-top: 1px solid #051007;
	height: 1px;
	width: 100%;
	background-color: #709b77;
	margin-bottom:30px;
}
/*slider end*/
#main {
	overflow: hidden;
}
#content{
	/* margin-top: -30px; */
}
/**map**/
#map_left{
    width:275px;
    height:192px;
    float:right;
    position:relative;
    margin-top: -221px;
    margin-right: 30px;
    /* border: red 1px solid; */
    line-height: 14px;
    background:url('images/shui99_20.gif') center bottom repeat-x;
    opacity: 0.9; /*0 - 1.0*/
    filter: alpha(opacity=80); /*0 - 100*/
    -moz-opacity: 0.8; /*0 - 1.0*/
}
.map_left_1, .map_left_3,#mapleftbtn,#maprightbtn{
    width: 27px;
    height: 156px; 
    position: absolute;
    left:0px;
    top:0px;
}
.map_left_1, .map_left_3{
	background-color: #009ef2;
}
.map_left_3, #maprightbtn{
	left: 249px;
}
.map_left_2, #mapcontent{
	width: 222px;
	height: 156px;
    position: absolute;
    left:27px;
    top:0px;
    overflow:hidden;
}
.map_left_2{
	background-color: #e1f9ff;
}
.map_right_sp{
	background:url('images/shui99/shui992_03.png') center bottom repeat-x;
    padding-bottom: 7px;
}
#mapleftbtn{
	background:url('images/map/111_32.png') center center no-repeat;
    cursor:pointer;
}
#maprightbtn{
    background:url('images/map/111_35.png') center center no-repeat;
    cursor:pointer;
}
.mlt{
	margin: 2px;
	padding-left: 27px;
    margin-left: 6px;
	color: #fff;
    font-size: 13px;
    width: 100%;
    /* border: red 1px solid; */
    height: 30px;
    background:url('images/map/111_23.png') left center no-repeat;
    line-height: 35px;
}
#mlt1{
	font-size: 16px;
	background: none;
	padding-left: 1px;
}
#mlt2{background:url('images/shui99/shui99_03.png') left 3px no-repeat;}
#mlt3{background:url('images/shui99/shui99_03.png') left bottom no-repeat;}
#mlt4{background:url('images/map/111_40.png') left center no-repeat;}
#mlt5{background:url('images/map/111_43.png') left center no-repeat;}
#mapcontent a, #mapcontent a:hover{color:#fff;text-decoration: none; font-size: 12px;}
.detail_link{
	text-align: right;
    margin-top: 6px;
    padding-right: 10px;
}
.writeLi{
	background-color: #fff;
    width: 100%;
    height: 32px;
    border-bottom: 1px solid #5b5c57;
}
.blueLine{
	background-color: #1979a5;
    width: 100%;
    height: 30px;
}
.blueuser1{
	width: 905px;
    margin:auto;
    padding: 20px 0px;
}
.bluetitle{
	/* background:url('images/wu/xcs_15.png') left center repeat-x;*/
    width: 100%;
}
.bluebigimg, .bluesmallimg{
	margin: 1px;
	border: 2px #fff solid;
	float: left;
}
.p1{
	font-size: 13px;
	color: #fff;
	line-height: 22px;
}
.bluea {
	line-height: 25px;
	color: #a3c716;
	text-decoration: none;
}
.bh{
	line-height: 25px;
    color: #d8db00;
    font-size: 17px;
    padding:0px 3px;
}
.bluesms{ 
	width: 240px;
	float: left;
}
.bluebigimg{
	width: 396px;
    height: 232px;
    display:none;
}
.bluebigimg.first{
    display:inline;
}
.bluesmallimg{
	width: 113px;
    height: 113px;
    opacity: 0.6; /*0 - 1.0*/
	filter: alpha(opacity=60); /*0 - 100*/
	-moz-opacity: 0.6; /*0 - 1.0*/
    margin: 0px;
}
.bluesmallimg.first{
	opacity: 1.0; /*0 - 1.0*/
    filter: alpha(opacity=100); /*0 - 100*/
    -moz-opacity: 1.0; /*0 - 1.0*/
}
.bluesmallimgdiv{
	float: left; 
    background-color: #000;
    margin:1px;
    cursor:pointer;
}
.blueuser2{
	background: url('images/wu/xcs_15.png') left 53px repeat-x;
    width: 100%;
}
.user2_content{
	width: 905px;
    margin:auto;
    padding: 20px 0px 0px;
}
.user2_title{
	width: 183px;
    background-image: url('images/weaterbg.png');
}
.user2_content2{ 
	margin: auto;
	width: 905px;
	background: url('images/wu/xx_13.png') 42px top no-repeat;
	height: 510px;
    margin-top: -3px; 
}
.bc{ 
    height: 160px; 
    padding-left: 114px;
}
.bigText{
	color: #fff;
    font-size: 22px;
    font-weight: bold;
}
.bc1{
	background: url('images/wu/bluetext_03.png') 104px 27px no-repeat;
    padding: 27px 27px 0px 241px;
}
.bc2{
	padding: 0px 27px 0px 241px;
    background: url('images/wu/bluetext_06.png') 104px 22px no-repeat;
}
.bc3{
	padding: 21px 27px 0px 241px;
    background: url('images/wu/bluetext_09.png') 104px 33px no-repeat;
}
.bc4{
    padding: 21px 27px 0px 241px;
    background: url('images/wu/bluetext_12.png') 104px 33px no-repeat;
    height: 115px;
}
.bc5{
    padding: 21px 27px 0px 100px;
    height: 73px;
}
.bc2 img{
	margin-right: 20px;
    margin-right: 47px;
    cursor:pointer;
}
.user3_title{
    width: 289px;
    background-image: url('images/weaterbg.png');
}
.user3_content2{ 
    margin: auto;
    width: 905px;
    background: url('images/wu/xx_27.png') 42px top no-repeat;
    margin-top: -3px; 
}
.user3_content2 img{
	vertical-align: middle;
}
#map_right img{
    vertical-align: middle;
    margin-right: 5px;
}
#map_right{
	margin-right: 30px;
	position: relative;
	margin-top:-304px;
	float: right; 
	width: 292px;
	height: 300px;
    opacity: 0.9; /*0 - 1.0*/
	filter: alpha(opacity=90); /*0 - 100*/
	-moz-opacity: 0.9; /*0 - 1.0*/
    background-color: #004668;
}
#map_right > div{
	font-size: 17px;
    line-height: 55px; 
    color: #fff;
    text-align: left;
    padding-left: 17px;
    padding-right: 14px;
}
#map_right div a{
    font-size: 19px;
    line-height: 60px; 
    color: #fff;
    text-decoration: none;
}
.br1 {
	background-color:#051A37;
}
.br2,.br3,.br4,.br5 {
    background-color:#0e4773;
} 
#map_right .br5 a{
	color: #8293a2;
}
.st{
	display:none;
    min-height: 137px;
}
.st.first{
    display:block;
}
.tabtextdiv{
    display:none;
}
.tabtextdiv.first{
	display:block;
}
.centerimg{
	display: block;
    margin: auto;
}
.center{
	margin: auto;
    width: 960px;
}
#br2, #br3, #br4, #br5{
/* 	display:none; */
}
.big960{
	width: 960px;
    margin:auto;
}
.zhiyuantitle{
	background:url('images/zhiyuanzhe/zhiyuanzhe_03.png');
    padding: 15px 0px;
    color: #000;
    font-weight: bold;
    text-align:center;
    font-size: 16px;
    line-height: 24px;
}
.zhiyuancontent{
	background:url('images/zhiyuanzhe/zhiyuanzhe_23_2.png') 210px 135px no-repeat;
    min-height: 520px;
    position:relative;
}
#wpcf7-f52-p49-o1 .your-name input, #wpcf7-f52-p49-o1 .your-email input, #wpcf7-f52-p49-o1 .your-tel input{
	font-size: 17px;
	line-height: 21px;
	height: 21px;
	border: none;
	width: 208px;
	position: absolute;
	left: 438px;
	top: 233px;
}
#wpcf7-f52-p49-o1 .your-email input{
	top: 256px;
}
#wpcf7-f52-p49-o1 .your-tel input{
    top: 278px;
}
#wpcf7-f52-p49-o1 .wpcf7-submit{
    border: none; 
    background:url('images/zhiyuanzhe/zhiyuanzhe_27.png') left center no-repeat;
    position: absolute;
    left: 316px;
    top: 404px;
    width: 358px;
    height: 55px;
    cursor:pointer;
}
.zyz_tab_content > div
{
	float: left;
	margin-right: 257px; 
	padding-left: 50px;
	line-height: 33px;
}
.zyz_tab_content a{
	font-size: 16px; 
    color: #fff;
    text-decoration: none;
}
.zyz_tab_content .zyz_tab3{
	margin-right: 0px;
}
.zyz_tab_content .active{
	color: #67d6c7;
}
.zyz_tab_content{ 
	margin-top: 30px;
    background:url('images/zhiyuanzhe/zhiyuanzhe_18.png') left bottom repeat-x;
}
.zyz_tab1{
	background:url('images/zhiyuanzhe/zhiyuanzhe_07.png') left top no-repeat;
}
.zyz_tab2{
    background:url('images/zhiyuanzhe/zhiyuanzhe_09.png') left top no-repeat;
}
.zyz_tab3{
    background:url('images/zhiyuanzhe/zhiyuanzhe_11.png') left top no-repeat;
}
.zyz_tab1.active{
    background:url('images/zhiyuanzhe/zhiyuanzhe_07_a.png') left top no-repeat;
}
.zyz_tab2.active{
    background:url('images/zhiyuanzhe/zhiyuanzhe_09_a.png') left top no-repeat;
}
.zyz_tab3.active{
    background:url('images/zhiyuanzhe/zhiyuanzhe_11_a.png') left top no-repeat;
}
.tabLine{
	margin-top: 4px;
	width: 163px;
	margin-left: -59px;
	height: 4px;
	background: url('images/zhiyuanzhe/zhiyuanzhe_19.png') left center no-repeat;
}
.zyz_tab2 .tabLine{
	margin-left: -53px;
}
.hezuo_content{
    background:url('images/zhiyuanzhe/hezuo_03_2.png') 210px 108px no-repeat;
    min-height: 520px;
    position:relative;
}
#wpcf7-f80-p65-o1 .your-name input, #wpcf7-f80-p65-o1 .your-email input, #wpcf7-f80-p65-o1 .your-tel input{
    font-size: 17px;
    line-height: 21px;
    height: 21px;
    border: none;
    width: 208px;
    position: absolute;
    left: 438px;
    top: 230px;
}
#wpcf7-f80-p65-o1 .your-email input{
	top: 252px;
}
#wpcf7-f80-p65-o1 .your-tel input{
	top: 273px;
}
#wpcf7-f80-p65-o1 .wpcf7-submit{
    border: none; 
    background:url('images/zhiyuanzhe/zhiyuanzhe_27.png') left center no-repeat;
    position: absolute;
    left: 316px;
    top: 415px;
    width: 358px;
    height: 55px;
    cursor:pointer;
}
#wpcf7-f80-p65-o1 .menu-224 select{
	font-size: 17px;
	line-height: 21px;
	height: 21px;
	width: 213px;
	position: absolute;
	left: 438px;
	top: 206px;
}
.cunzhuangcontent{
    background:url('images/zhiyuanzhe/cunzhuang_03_2.png') 80px 34px no-repeat;
    min-height: 620px;
    position:relative;
}
#wpcf7-f84-p73-o1 .your-v1 input, 
#wpcf7-f84-p73-o1 .your-v2 input,  
#wpcf7-f84-p73-o1 .your-v3 input, 
#wpcf7-f84-p73-o1 .your-v4 input, 
#wpcf7-f84-p73-o1 .your-v5 input, 
#wpcf7-f84-p73-o1 .your-name input, 
#wpcf7-f84-p73-o1 .your-email input, 
#wpcf7-f84-p73-o1 .your-tel input {
    font-size: 17px;
    line-height: 21px;
    height: 21px;
    border: none;
    width: 208px;
    position: absolute;
    left: 309px;
    top: 138px;
}
#wpcf7-f84-p73-o1 .wpcf7-submit{
    border: none; 
    background:url('images/zhiyuanzhe/cunzhuang_07.png') left center no-repeat;
    position: absolute;
    left: 186px;
    top: 536px;
    width: 694px;
    height: 55px;
    cursor:pointer;
}
#wpcf7-f84-p73-o1 .your-v2 input{ 
    top: 161px;
}
#wpcf7-f84-p73-o1 .your-tel input{ 
    top: 290px;
}
#wpcf7-f84-p73-o1 .your-email input{
	top: 270px;
}
#wpcf7-f84-p73-o1 .your-name input{
    top: 250px;
}
#wpcf7-f84-p73-o1 .your-v5 input{
    top: 227px;
}
#wpcf7-f84-p73-o1 .your-v4 input{
    top: 207px;
}
#wpcf7-f84-p73-o1 .your-v3 input{
    top: 184px;
}
/*pop*/
.cunzhuangpopcontent{
    background:url('images/shui99/shuipop_07.png') 163px 7px no-repeat;
    min-height: 620px;
    top: 300px;
	position: absolute;
/* 	border: red 1px solid; */
    left: 100px;
    display:none;
}
.popclose{
	cursor:pointer;
    margin-top: -20px;
	margin-right: 24px;
	float: right;
}
#wpcf7-f84-p31-o1 .your-v1 input, 
#wpcf7-f84-p31-o1 .your-v2 input,  
#wpcf7-f84-p31-o1 .your-v3 input, 
#wpcf7-f84-p31-o1 .your-v4 input, 
#wpcf7-f84-p31-o1 .your-v5 input, 
#wpcf7-f84-p31-o1 .your-name input, 
#wpcf7-f84-p31-o1 .your-email input, 
#wpcf7-f84-p31-o1 .your-tel input {
    font-size: 17px;
    line-height: 21px;
    height: 21px;
    border: none;
    width: 208px;
    position: absolute;
    left: 309px;
    top: 138px;
}
#wpcf7-f84-p31-o1 .wpcf7-submit{
    border: none; 
    background:url('images/shui99/shuipop_11.png') left center no-repeat;
    position: absolute;
    left: 186px;
    top: 536px;
    width: 694px;
    height: 55px;
    cursor:pointer;
}
#wpcf7-f84-p31-o1 .your-v2 input{ 
    top: 161px;
}
#wpcf7-f84-p31-o1 .your-tel input{ 
    top: 290px;
}
#wpcf7-f84-p31-o1 .your-email input{
    top: 270px;
}
#wpcf7-f84-p31-o1 .your-name input{
    top: 250px;
}
#wpcf7-f84-p31-o1 .your-v5 input{
    top: 227px;
}
#wpcf7-f84-p31-o1 .your-v4 input{
    top: 207px;
}
#wpcf7-f84-p31-o1 .your-v3 input{
    top: 184px;
}
/*pop e*/
#pickmap{
	position: absolute;
    border: #b1c392 1px solid;
    width: 319px;
    height: 363px;
	left: 545px;
	top: 142px;
}
#map_flag{
	left: 534px;
    top: 196px;
    position: absolute;
}
.map_page_title{
    font-size: 30px;
    color: #86D4C9;
    padding-left: 15px;
    background:url('images/gushi/gushi_03.png') left top no-repeat;
    position:relative;
}
.map_page_subtitle p{
	font-size: 20px;
	line-height: 53px;
	padding-left: 35px;
    color: #86D4C9;
	background: url('images/gushi/gushi_10.png') left 8px no-repeat;
}
.map_page_pages{
	margin: auto;
    width: 960px;
}
.map_page_split1{
	background: url('images/wu/xcs_15.png') left -10px repeat-x;
    text-align:right;
}
.map_page_split1 span{
	background-image: url('images/weaterbg.png');
    color: #86D4C9;
}
.map_page_split1 span a{ 
    color: #b3e400;
}
.imgs{
	margin-top: 30px;
}
.imgs img{
    float: left;
    border: 5px solid #fff;
} 
.imgs .bigimg{
    margin-right: 18px;
    width: 410px;
    height: 370px;
}
.smallimg{
	width: 294px;
}
.smallimg.last{
	margin-top: 18px;
}
.psplitline{
	background: url('images/wu/xcs_15.png') left -10px repeat-x;
    height: 20px;
    width:744px;
}
.cunzhuangdesc{
	color: #fff;
    line-height: 28px;
    font-size: 14px;
}
.cunzhuangdesc span{
	color: #67d6c7;
    font-size: 16px;
}
.pi1, .pi2, .pi3, .pi4, .pi5, .pi6, .pi7, .pi8, .pi9, .pi10{
	padding-left: 25px;
    background: url('images/gushi/gushi_15.png') left 5px no-repeat;
} 
.pi2{
	background-position-y: -45px;
}
.pi3{
    background-position-y: -96px;
}
.pi4{
    background-position-y: -144px;
}
.pi5{
    background-position-y: -196px;
}
.pi6{
    background-position-y: -244px;
}
.pi7{
    background-position-y: -296px;
}
.pi8{
    background-position-y: -355px;
}
.pi9{
    background-position-y: -525px;
}
.pi10{
    background-position-y: -575px;
}
.nanjibigtitle{
	width:100%;
    min-width: 960px;
    margin-top: 26px;
    height: 515px;
    background: url('images/nanji/nanji_02.png') center center no-repeat;
}
.page-id-183 #logo, .page-id-585 #logo{
	z-index:9999;
    margin-bottom: -51px;
}
.page-id-183 #header_menu, .page-id-585 #header_menu{
	min-height: 0px; 
}
.page-id-183 #header_menu, .page-id-232 #header_menu, .page-id-217 #header_menu{ 
    background-image: url('images/bg.png');
}
.jinrongbigtitle{
    width:100%;
    min-width: 960px;
    margin-top: 28px;
    height: 456px;
    background: url('images/jinrong/jinrongbig.png') center center no-repeat;
}
.yaanbigtitle{
    width:100%;
    min-width: 960px;
    margin-top: -28px;
    height: 396px;
    background: url('images/yaan/yaan_02.png') center center no-repeat;
}
.jinrongdesc{
	margin-right: 30px;
	margin-top: 60px;
	line-height: 30px;
	float: right;
	width: 440px;
	padding: 25px;
	color: #fff;
	background-color: #000;
	font-size: 20px;
}
.yaanbigtitle .jinrongdesc{
	font-size: 16px;
    line-height: 21px;
    margin-top: 34px;
    width: 360px;
    padding: 15px;
}
.jinrongdesc .bigt{
	font-size: 24px;
}
.jinrongdesc .greent{
    color: #80bd47;
}
.nanjicontent2{ 
    margin-bottom: -30px;
	border-bottom: 1px dashed #19345c;
	padding: 10px 10px 26px;
	width: 940px;
	min-height: 132px;
	margin-top: 65px;
}
.nanjicontent2 .nanjicontent2_left{
	width: 476px;
    float: left;
}
.nanjicontent2 .nanjicontent2_right{ 
    float: right;
}
.nanjip1{
	color:#c3d5ea;
    font-size: 15px;
    line-height: 26px;
}
.nanjisplitline{
	width: 100%;
    background-color:#19345c;
    height:24px;
    border-top: 1px solid #50667f;
}
.nanjicontent3{ 
    margin-top: 65px;
}
.nanjicontent3 .nanjicontent3_left{ 
    float: left;
}
.nanjicontent3 .nanjicontent3_right{
    width: 425px;
    float: right;
}
.nanjih3{
	font-size: 18px;
    line-height: 30px;
}
.nanjip{
	font-size: 14px;
    color:#19345c;
	line-height: 19px;
	font-weight: bold;   
}
.nanjicontent4{
	background: url('images/nanji/nanji_12_2.png');
	width:100%;
	text-align:center;
    margin-top: 65px;
}
.nanjicontent5, .nanjicontent6{  
    margin-top: 65px;
}
.nanjizixun{
	margin-top: 17px;
	width: 25%;
	text-align: left;
	float: left;
    margin-bottom: 50px;
    background: url('images/nanji/nanjibg_03.png') right top repeat-y;
}
.nanjizixun_4{
	background: none;
}
.nanjizixun p{
	padding-right: 10px;
    color: #77797B;
    font-size: 14px;
}
.nanjizixun a{
	font-weight: bold;
	text-decoration: none;
	color: #000;
	line-height: 34px;
}
.scrollable {
  /* required settings */
  position:relative;
  overflow:hidden;
  width: 900px;
  height:136px;
  margin-left: 5px;
  float: left;
  display: block;
}
/*
root element for scrollable items. Must be absolutely positioned
and it should have a extremely large width to accommodate scrollable
items.  it's enough that you set width and height for the root element
and not for this element.
*/
.scrollable .items {
  /* this cannot be too large */
  width:20000em;
  position:absolute;
  margin-top: 12px;
}
.yaan .scrollable .items {
	margin-top: 5px;
}
/*
a single item. must be floated in horizontal scrolling.  typically,
this element is the one that *you* will style the most.
*/
.items div {
  float:left;
}
.prev.browse.left{
	margin-left: 3px;
	height: 113px;
	float: left;
	display: block;
    cursor: pointer;
	padding: 12px;
	background: url('images/nanji/nanji_49.png') left center no-repeat;
}
.next.browse.right{
	height: 113px;
    padding:12px;
    float: left;
    display: block;
    background: url('images/nanji/nanji_52.png') left center no-repeat;
}
.scrollable img{
	margin-right: 20px;
}
.yaan .scrollable img{
	margin-left: 10px;
    margin-right: 5px;
}
.nanjislider{
	margin:0 auto; 
	width: 960px; 
	height: 145px;
    cursor: pointer;
    background: url('images/nanji/nanji2_03.png');
    margin-top: 23px;
}
.yaan .nanjislider{
    background:none;
}
.yaan .nanjislider img{
	border: 7px solid #fff;
}
.yaan .prev.browse.left{
	background: url('images/yaan/yana1_05.png') left center no-repeat;
}
.yaan .next.browse.right{
    background: url('images/yaan/yana1_07.png') left center no-repeat;
}
.nanjicontent7{
	text-align: center;
    margin-top: 65px;
}
.nanjicontent8{
	margin-top: 65px;
    background: url('images/nanji/dashiji_10.png') left top no-repeat;
    height: 530px;
    padding-left: 177px;
    width: 783px;
    font-size: 14px;
    line-height: 16px;
}
p.naji{
	color: #1f446e;
	font-size: 14px;
	font-family: 'Microsoft Yahei', Arial;
}
.dayangtitle h1, .dayangtitle h3{
	font-size: 30px;
    color: #1f446e;
    font-family: 'Microsoft Yahei', Arial;
    line-height: 37px;
}
.dayangtitle{
	margin-bottom: 20px;
    padding-left: 10px;
    background: url('images/nandayang/nandayang_03.png') left top no-repeat;
}
.nanjih6{
	font-size: 20px;
    color:#1f446e;
}
.page-id-183 #menu-main, .page-id-585 #menu-main{
	margin-bottom: -56px;
    overflow: auto;
}
.dashijidiv2{
    font-size: 12px;
	color: #676767;
	padding-left: 20px;
	background: url('images/nanji/dashiji_13.png') left top no-repeat;
    line-height: 22px;
}
.dashijidiv2 img{
	border: 4px #fff solid;
    margin: 2px;
}
.submenu{
	width: 100%;
    height: 71px;
    background:url('images/faq/faq3_03.png') left top repeat-x;
}
.submenucontent, .submenucontent2 .submenucontent3{
	background: url('images/faq/faq3_05.png') left top no-repeat;
    height: 71px;
    padding-left: 320px;
    width: 640px;
}
.submenucontent2{
    background: url('images/like/like1_03.png') left top no-repeat;
}
.submenucontent3{
    background: url('images/jianbao/jianbao3_03.png') left top no-repeat;
}
#menu-qipamenu li a, #menu-likemenu li a, #menu-zhuizongmenu li a {
	padding: 0px 21px;
	line-height: 68px;
    color: #2e8041;
    font-size: 16px;
    text-decoration: none;
}
#menu-qipamenu li, #menu-likemenu li, #menu-zhuizongmenu li{
	height:71px;
	float: left;
	border-right:3px solid #1f632a;
}
#menu-qipamenu li a.active, 
#menu-qipamenu li a:hover, 
#menu-likemenu li a.active, 
#menu-likemenu li a:hover, 
#menu-zhuizongmenu li a.active, 
#menu-zhuizongmenu li a:hover, 
#menu-zhuizongmenu li a.active, 
#menu-zhuizongmenu li a:hover{
    color: #adda6d;
}
#menu-qipamenu .current_page_item, #menu-likemenu .current_page_item, #menu-zhuizongmenu .current_page_item, #menu-zhuizongmenu .current-menu-item{
	background:url(images/li.png) center bottom repeat-x;
}
#menu-qipamenu .current_page_item a, #menu-likemenu .current_page_item a, #menu-zhuizongmenu .current_page_item a, #menu-zhuizongmenu .current-menu-item a{
    color: #adda6d;
}
.faq_q{ 
    color: #2e8041;
    margin-top: 30px;
    opacity: 0.5; 
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
    cursor:pointer;
    position:relative;
    margin-bottom: 30px;
}
.faq_q img {
    top: 33px;
	position: absolute;
	left: 7px; 
}
.faq_q span{
	line-height: 30px;
	padding: 9px 6px 10px 16px;
	background-color: #fff;
/*     -webkit-border-radius: 8px;
    -moz-border-radius: 8px; */
} 
.faq_q.first{
	opacity: 1.0; 
    filter: alpha(opacity=100);
    -moz-opacity: 1.0;
}
.faq_a.first{
    display: block;
}
.faq_a{
	position:relative;
	padding: 22px;
	background-color: #104513;
    margin-top: 15px;
    display: none;
    color: #fff;
    line-height: 20px;
    /* -webkit-border-radius: 8px;
    -moz-border-radius: 8px; */
}
.faq_a .faq_1{
	position:absolute;
    left:0px;
    top:0px;
}
.faq_a .faq_2{
    position:absolute;
    right:0px;
    top:0px;
}
.faq_a .faq_3{
    position:absolute;
    left:0px;
    bottom:-1px;
}
.faq_a .faq_4{
    position:absolute;
    right:8px;
    bottom:-12px;
}
.faq_li{
	/* margin-top: 15px; */
}
.lianxi_main{
	float: left;
}
.lianxi_weibo{
	float: left;
    margin-left: 18px;
}
.lianxi_follow{
	float: left;
}
#contentmap{
	width: 606px;
    height: 320px;
}
.addr{
	border-bottom: 1px solid #19391c;
    padding-bottom: 10px;
    margin-top: 10px;
}
.wtext{
	color: #fff;
	font-size: 14px;
	line-height: 23px;
}
.contact_form{
	margin-top: 10px;
}
.contact_form_title{
	line-height: 27px;
    padding-left: 26px;
    color: #d9ff8D;
    font-size: 16px;
	background: url('images/lianxi/lianxi_03.png') left center no-repeat;
}
.contact_form .wpcf7-textarea{
	width: 100%;
}
.contact_form p{
	color: #fff;
}
.contact_form .wpcf7-captchar{
	width: 100px;
}
.contact_form img{
	vertical-align: middle;
}
.contact_form input, .contact_form textarea{
	color: #438448;
}
.contact_form .wpcf7-submit{
    border: none; 
    background:url('images/lianxi/lianxi_18.png') left center no-repeat;
    width: 69px;
    height: 30px;
    cursor:pointer;
    margin-top: -27px;
    float: right;
}
.lianxi_follow{
	margin-left: 18px;
    border-top: 1px solid #19391c;
}
.lianxi_follow a{
	color:#ddffa3;
}
.lianxi_follow a:hover{
    color:#00f3fb;
}
.lianxi_follow div{
	padding-left: 40px;
    line-height: 40px;
}
.weibo{
	background:url('images/lianxi/lianxi_10.png') left center no-repeat;
}
.qq{
    background:url('images/lianxi/lianxi_13.png') left center no-repeat;
}
.douban{
    background:url('images/lianxi/lianxi_20.png') left center no-repeat;
}
.contact_form_title.follow{
	background:url('images/lianxi/lianxi_07.png') left center no-repeat;
}
.aboutus{
	color:#2f8142;
    font-size: 16px;
}
.aboutustitle{
	padding: 23px;
    background:url('images/aboutus/aboutus_03.png');
    line-height: 23px;
}
.aboutli1, .aboutli2, .aboutli3{
	line-height: 61px;
    padding-left: 78px;
    font-size: 14px;
margin-top: 20px;
}
.aboutli1{
    background:url('images/aboutus/aboutus_07.png') left center no-repeat;
}
.aboutli2{
    background:url('images/aboutus/aboutus_10.png') left center no-repeat;
}
.aboutli3{
    background:url('images/aboutus/aboutus2_09.png') left center no-repeat;
}
.aboutus p{
	color: #fff;
    font-size: 14px;
}
.aboutus h6{
	margin-top: 30px;
}
.aboutus h6 a{
    color: #ddffa3;
    font-size: 16px;
}
.aboutsplit{
	border-bottom: 1px solid #18381A;
    height: 30px;
}
.l760{
	width: 760px;
float:left;
}
.r200{
	width: 200px;
    float:right;
}
.mapDataRightWin{
	width: 157px;
}
.mapDataRightWin #br1,.mapDataRightWin #br2, .mapDataRightWin #br3, .mapDataRightWin #br4 {
	display: block;
    padding: 14px;
}
.mapDataRightWin #br2, .mapDataRightWin #br4 {
    background-color: #103660;
}
.mapDataRightWin div img{
	vertical-align: middle;
    margin-right: 5px;
    width: 22px;
}
.mapDataRightWin #br1 img{
    width: 14px;
}
.mapDataRightWin div a{
	color: #fff;
    text-decoration: none;
    font-size: 14px;
}
.mapDataRightWin #br3{
	background-color: #051A37;
}
.wuimages{
	height: 88px;
}
.wuimages img{
	vertical-align: top;
}
.zhiyuan_form1{
	background: url('images/like/like2_07.png') 210px 60px no-repeat;
	min-height: 404px;
	position: relative;
}
.zhiyuan_form1 .your-name input,.zhiyuan_form1 .your-email input,.zhiyuan_form1 .your-tel input{
	font-size: 17px;
	line-height: 21px;
	height: 21px;
	border: none;
	width: 204px;
	position: absolute;
	left: 380px;
	top: 84px;
}
.zhiyuan_form1 .your-email input{
	top: 167px;
    left: 382px;
}
.zhiyuan_form1 .your-tel input{
    top: 252px;
}
#zhiyuan_form_next{
	position: absolute;
    top: 347px;
    left: 482px;
    cursor: pointer;
}
.zhiyuanleft{
	float: left;
    width: 218px;
}
.zhiyuanleft img {
	margin-bottom: 15px;
}
.zhiyuanright{
width: 730px;
float: left;
}
.zhiyuandesc{
	color: #ddffa3;
    font-size: 14px;
    line-height: 27px;
}
.zhiyuan_form2{
	margin-top:30px;
}
.zhiyuansplit{
	background:url('images/like/like5_09.png') left center repeat-x;
    height: 20px;
}
.zhiyuanright p, .zhiyuantab{
	/* color: #ddffa3;
    font-size: 18px; */
}
.zhiyuanright span{
	color: #fff;
    font-size: 14px;
}
.zhiyuantab .wpcf7-list-item, .radio-708 .wpcf7-list-item{
	display: block;
    font-size: 14px;
    line-height: 28px;
}
.zhiyuan_form2 .wpcf7-submit {
	border: none;
	background: url('images/like/like6_03.png') left center no-repeat;
	float:right;
    width: 69px;
    height: 30px;
	cursor: pointer;
}
.zhiyuan_form2{
	display:none;
}
.wpcf7-response-output{
	display:none;
}
.nanjicontent5{
	display:none;
}
.menu-item-4{
	opacity: 0; /*0 - 1.0*/
	filter: alpha(opacity=0); /*0 - 100*/
	-moz-opacity: 0; /*0 - 1.0*/
}
.zhuizongsplit{
	background: url('images/jianbao/jianbao_10.png') left center repeat-x;
    height: 20px;
}
.selectright{
    float:right;
    width: 100px;
}
.jianbaotitleleft{
	width: 526px;
    float: left;
}
.tp40{
	margin-top: 40px;
}
.category_list_content{
	padding-left : 25px;
    padding-bottom: 22px;
    background: url('images/jianbao/jianbao_14.png') left top no-repeat;
}
.category_list_content .attachment-post-thumbnail{
	float: left;
    margin-right: 10px;
    border: 5px solid #fff;
    width:209px;
    height:147px;
}
.category_list_content p{
	font-size: 13px; 
}
.category_list_content h1{
	margin-bottom: 10px;
    font-size: 18px; 
}
.category_list_content h1 a{ 
    color: #fff;
    text-decoration: none;
}
.big745{
	width: 745px;
    float: left;
}
.big213{
	width: 213px;
    float: left;
    text-align: right;
    position:relative;
}
.big213 form input{
	height: 20px;
	width: 127px;
	position: absolute;
	top: 133px;
	left: 68px;
    border: none;
}
.big213 form #mce-MMERGE1{
	top: 203px;
}
.big213 form #mc-embedded-subscribe{
	left: 72px;
	height: 30px;
	top: 266px;
	font-size: 18px;
	color: #fff;
	background-color: #2d7131;
}
#nav-below{
	text-align: center;
    width: 700px;
	clear:both;
	margin:auto;
}
#nav-below a{
	font-size: 16px;
	color: #328445;
	background: #ABD86B;
	line-height: 150%;
	text-decoration: none;
	padding: 4px 8px 4px 8px;
	text-align: center;
	border-radius: 5px;
}
#nav-below a:hover, #nav-below .pagenav_current{
    color: #aedb6e;
    background: #094111;
}
#nav-below .pagenav_right_one, #nav-below .pagenav_right_one:hover{
	background: url('images/jianbao/pagenav_19.png') left center no-repeat;
	padding: 10px 23px 8px 10px;
}
#nav-below .pagenav_right_all, #nav-below .pagenav_right_all:hover{
    background: url('images/jianbao/pagenav_21.png') left center no-repeat;
	padding: 10px 23px 8px 10px;
}
#nav-below .pagenav_left_all, #nav-below .pagenav_left_all:hover{
    background: url('images/jianbao/pagenav_11.png') left center no-repeat;
	padding: 10px 23px 8px 10px;
}
#nav-below .pagenav_left_one, #nav-below .pagenav_left_one:hover{
    background: url('images/jianbao/pagenav_13.png') left center no-repeat;
	padding: 10px 23px 8px 10px;
}
.showiniframe{
	padding: 10px;
    background:none;
} 
.showiniframe_content{
	position:relative;
}
.gotoproject{
	float: right;
    position:absolute;
    top: 0px;
    right: 0px;
}
.wp-breadcrumbs{
	position: absolute;
	left: -13px;
	top: 400px;
	background-color: #2b6e2e;
	width: 19px;
	padding: 6px 6px 6px 20px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}
.breadcrumbs_pages img{
	vertical-align: middle; 
}
.breadcrumbs_pages li a{
	text-decoration: none;
    color: #b1e178;
    font-size: 12px;
}
.breadcrumbs_pages li{
	color: #5bffff;
    font-size: 12px;
    padding: 2px 0px;
    word-break: break-all;
}
.showiniframe_content .gotoproject{
	text-decoration: none;
	padding: 6px;
	color: #2d7131;
	background: #a3d555;
}
.zhiyuantab2{
	display:none;
}
.jinrongsubtitlebig{
	width: 100%;
    background-color: #216729;
    margin-top: 67px;
}
.jinrongsubtitlebig .subtitletext{
	width: 806px;
    margin:auto;
    height: 112px;
    font-size: 18px;
    color: #fff;
    padding-left: 154px;
    background: url('images/jinrong/jinrongsubtitle.png') left center no-repeat;
	padding-top: 50px;
	line-height: 26px;
}
.jinrongsubtitlebig .subtitletext span{
	font-size: 22px;
}
.jinrongmap{
	margin-top: 60px;
}
.jinrongmapleft{
	width: 630px;
    float: left;
    height: 711px;
}
.jinrongzixun{
	width: 313px;
    height: 711px;
    float:right;
}
.tp60{
	margin-top: 60px;
}
.jinrongsplit {
margin: 0 40px;
}
.jinrongfooter{
	margin-top: 20px;
}
.hoverimgText{
	font-weight: bold;
	line-height: 16px;
	background: #fff;
	color: #1f632a;
	font-size: 14px;
	height: 117px;
	width: 117px;
	padding: 20px;
	border: 3px solid #216729;
	float: left;
    display:none;
    cursor:pointer;
}
.jinrongfooter div{
	float: left;
}
.jinrongzixunli img{
	float: left;
    border: 2px solid #216729;
    margin: 0px 4px 4px 0px;
}
.jinrongzixunli{
	font-size: 12px;
    color: #fff;
    line-height: 20px;
    background:url('images/jinrong/zixunsplit_03.png') left bottom repeat-x;
margin-bottom: 10px;
height: 100px;
}
.jinrongzixunli a{
	font-size: 14px;
    color: #1f632a
}
.submenu2{
	background:url('images/jinrongsub/tanpan_03.png') left center no-repeat;
    padding-left: 230px;
    position: relative;
}
#menu-jinrong_sub_menu{
	height: 85px;
}
#menu-jinrong_sub_menu li{ 
	min-height: 36px;
    padding: 6px 6px 6px 58px;
	margin-right: 20px;
	background: #1f521d;
	/* border: red 1px solid; */
	margin-top: 11px;
	float: left;
	display: block;
	width: 100px;
}
#menu-jinrong_sub_menu li a{
	color: #82b74a;
    font-size: 14px;
    text-decoration: none;
    line-height: 18px;
    display: block;
}
#menu-jinrong_sub_menu .menu-item-687{
	margin-right: 0px;
}
#menu-jinrong_sub_menu .current_page_item, #menu-jinrong_sub_menu .current-menu-item{  
    background: #fff;
}
#menu-jinrong_sub_menu .current_page_item a,#menu-jinrong_sub_menu .current-menu-item a{
	color: #1f632a;
}
#menu-jinrong_sub_menu  #menu-item-616.current_page_item{
	background: url('images/jinrongsub/tanpan_06.png') left -1px no-repeat #fff;
}
#menu-jinrong_sub_menu  #menu-item-616{
    background: url('images/jinrongsub/duoyuan2_03.png') left -1px no-repeat #1f521d;
}
#menu-jinrong_sub_menu #menu-item-615.current_page_item{
	background: url('images/jinrongsub/duoyuan2_05.png') left center no-repeat #fff;
}
#menu-jinrong_sub_menu #menu-item-615{
    background: url('images/jinrongsub/tanpan_08.png') left center no-repeat #1f521d;
}
#menu-jinrong_sub_menu #menu-item-686.current-menu-item{
    background: url('images/jinrongsub/caidan_03.png') left center no-repeat #fff;
}
#menu-jinrong_sub_menu #menu-item-686{
    background: url('images/jinrongsub/tanpan_10.png') left center no-repeat #1f521d;
}
#menu-jinrong_sub_menu #menu-item-687.current-menu-item{
    background: url('images/jinrongsub/caidan_05.png') left center no-repeat #fff;
}
#menu-jinrong_sub_menu #menu-item-687{
    background: url('images/jinrongsub/tanpan_12.png') left center no-repeat #1f521d;
}
.submenu2_tag{
	position: absolute;
    top: 58px;
}
.jinrongsub{
	font-size: 22px;
    color: #fff;
    padding: 15px 0px;
    margin-top: 0px;
}
.jinrongsubtitle{
	background: url('images/jinrongsub/tanpan_20.png') left bottom repeat-x;
    padding-bottom: 20px;
    line-height: 30px;
}
.jinrongsubcontent{
	padding: 10px 0px 10px 86px;
    color: #fff;
    font-size: 14px;
    height: 184px;
    background: url('images/jinrongsub/tanpan_24.png') left center no-repeat;
    line-height: 20px;
}
.jinrongsubtitlegreen{
	font-size: 17px;
    color: #1f632a;
    padding-bottom: 5px;
    line-height: 45px;
    background: url('images/jinrongsub/tanpan_28.png') left bottom repeat-x;
}
.jinrongsubpageitem{
	margin-top: 20px;
	width: 440px;
	float: left;
	padding: 11px;
}
.jinrongsubpageitem h5{
    color: #000;
    font-size: 17px;
    line-height: 34px;
} 
.jinrongsubpageitem div{
	color: #1f632a;
    line-height: 20px;
    font-size: 14px;
} 
.a80{  
    margin-right: 35px;
}
.jinrongsubpageitem.hover{
	background: #99c368;
}
.jinrongkjsubcontent{
    padding: 10px 0px 10px 0px;
    color: #fff;
    font-size: 14px;
    height: 272px;
    background: url('images/jinrongsub/banner.png') center center no-repeat;
    line-height: 20px;
    min-width: 960px;
}
.jinrongkjsubcontent div.text{
	font-size: 17px;
    color: #fff;
    line-height: 26px;
	margin-left: 291px;
	margin-top: 52px;
	width: 380px;
}
.jinrongsubtitlegreen{
	min-height: 30px;
}
.mapDataRightWin #br5{
	display:none;
}
.tanpan_right, .tanpan_right p{
    margin-left: 20px;
    width: 308px;
    float: left;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
}
.tanpan_right p{
    margin-left: 0px; 
}
.tanpan_right .tanpantitle{
	margin-bottom: 6px;
	margin-top: 5px;
	height: 57px;
	background: url('images/jinrongsub/tanpan_20.png') left bottom repeat-x;
	font-size: 16px;
}
.tanpan_left_div{
	float: left;
    width: 633px;
}
.tanpan_right_div{
	float: left;
    width: 312px;
}
.left {
	float: left;
}
.category_tabpan_content{
	margin-top: 10px;
    background: url('images/tanpan/tanpansplit_03.png') left bottom repeat-x;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.category_tabpan_content .content{
	margin-left: 5px;
    width: 485px;/* 490px;*/   
}
.category_tabpan_content h1 a{
	color: #1f632a;
    font-size: 17px;
    text-decoration: none;
    line-height: 23px;
}
.category_tabpan_content .content p{
	color: #fff;
    font-size: 13px;
    line-height: 21px; 
}
.b2img img{
	border: 2px solid #fff;
}
.zixunform{
	margin-top: 10px;
	margin-left: 17px;
	width: 290px;
	background: url('images/tanpan/tanpan2_09.png') no-repeat;
	padding: 10px;
    height: 285px;
}
.zixunform h1{
	padding-bottom: 16px;
	font-size: 18px;
    color: #fff;
    background: url('images/like/like5_09.png') left bottom repeat-x;
}
.zixunlab{
	color: #82b74a;
}
.zixunform .your-name input, .zixunform .your-email input{
	width: 285px;
    font-size: 18px;
}
.zixunsplit{
	height: 30px;
	background: url('images/like/like5_09.png') left center repeat-x;
}
.zixunform .wpcf7-submit{ 
	background-color: #75ab33;
    border: none;
    color: #1f632a;
    font-size: 18px;
    width: 90px;
    margin-left: 199px;
    line-height: 23px;
}
#liyue{
	margin-left: 17px;
    background-color: #1f632A;
    width: 300px;
    padding: 5px 5px 2px 5px;
    position:relative;
}
#liyue .title{
	color: #fff;
    font-size: 18px;
    line-height: 30px;
}
#liyue .title span{
	float: right;
}
#liyue .title span img{
	margin: 0px 7px;
    cursor:pointer;
}
.liyueslider{
}
/*** easy slider ******/
#liyueslider ul, #liyueslider li,
    #liyueslider2 ul, #liyueslider2 li{
        margin:0;
        padding:0;
        list-style:none;
        }
    #liyueslider2{margin-top:1em;}
    #liyueslider li, #liyueslider2 li{ 
        /* 
            define width and height of list item (slide)
            entire liyueslider area will adjust according to the parameters provided here
        */ 
        width:302px;
        height:241px;
        overflow:hidden; 
        }   
    #prevBtn, #nextBtn,
    #liyueslider1next, #liyueslider1prev{ 
        display:block;
        width:30px;
        height:27px;
        position:absolute;
        left: 253px;
        top: 11px;  
        z-index:1000;
        }   
    #nextBtn, #liyueslider1next{ 
        left:280px;
        top: 10px;  
        }                                                       
    #prevBtn a, #nextBtn a,
    #liyueslider1next a, #liyueslider1prev a{  
        display:block;
        position:relative;
        width:30px;
        height:27px;
        background:url(images/tanpan/tanpan2_29.png) no-repeat 0 0;   
        }   
    #nextBtn a, #liyueslider1next a{ 
        background:url(images/tanpan/tanpan2_26.png) no-repeat 0 0;   
        }
/*** easy slider ******/
.jinrongsubpageitem a{
	text-decoration: none;
}
.tanpanpost h1{
	color: #1f632a;
 	font-size: 30px;
    background: url('images/tanpan/tanpansplit_03.png') left bottom repeat-x;
	margin-bottom: 10px;
	padding-bottom: 10px;
    margin-top: 13px;
}
.tanpanpost div{
	color: #000;
	font-size: 16px;
	line-height: 23px;
}
.tanpanpostsplit{
	background: url('images/tanpan/tanpansplit_03.png') left center repeat-x;
    height: 45px;
}
.jinrongzixunli img{
	width: 100px;
}
.hyperlinkStyle a img {
	vertical-align: middle;
	float: left;
}
.hyperlinkStyle a div {
	font-size: 14px;
	color: #1f632a;
	background-color: #fff;
	float: left;
}
.hyperlinkStyle li{
	margin: 8px;
}
.hyperlinkStyle a:hover div { 
    color: #39b0c6; 
}
#water_slider, #j_slider, #n_slider{
	cursor:pointer;
}
.contactFormToggle{
	line-height: 40px;
	color: #d9ff8D;
	font-size: 16px;
    cursor:pointer;
}
.downloadlinkbg{
	background: url('images/nanji/nanji2_03.png') left top repeat;
    display: inline-block;
}
a.pdf, a.word, a.ppt{
	display: block;
	height:48px;
	padding-right: 10px;
	padding-left: 51px;
	line-height: 46px;
	text-decoration: none;
	color: #fff;
	font-size: 26px;
	background: url('images/download_03_new.png') left center no-repeat;
}
a.word{
	background: url('images/download_08_new.png') left center no-repeat; 
}
a.ppt{
	background: url('images/download_06_new.png') left center no-repeat;
}
.textLink{
	-webkit-border-radius: 6px;
    -moz-border-radius: 6px;
	border: #1f521d 1px solid;
	color: #00acdd;
	text-decoration: none;
	margin: 6px;
	background-color: #fff;
	padding: 3px;
}
.yaanlinediv{
	background: url('images/yaan/yaan_53.png') left center repeat-x;
    width: 100%;
    margin-top: 40px;
}
/* .yaan_table_work{
	font-size: 14px;
    color: #fff;
}
.yaan_table_work img{
	vertical-align: middle;
}
.yaan_table_work div{
	font-size: 18px;
} */
.worklist {
	color: #fff;
    font-size: 14px;
    margin-top: 30px;
    line-height: 18px;
}
.worklist img{
	float: left;
}
.f18{
	font-size: 18px;
}
.yr20{
	margin-right: 30px;
}
.yaantongbao{
	color: #fff;
    font-size: 14px;
    background: url('images/yaan/yana1_58.png') left 14px no-repeat;
}
.yaantongbao div{
	padding-left: 33px;
    line-height: 48px;
}
.yaanqy, .yaanjg{
	width: 470px;
    float: left;
}
.yaanqy a{
	text-decoration: none;
	margin: 10px 0px;
	display: block;
	color: #fff;
    font-size: 14px;
    padding-left: 20px;
    background: url('images/yaan/yana1_67.png') left center no-repeat;
}
.yaanqy .li{
	float: left;
    padding: 5px 10px;
    /* background: url('images/yaan/yana1_58.png') left top repeat-y; */
}
.yaanqy a span{ 
    padding: 5px;
    background-color: none;
}
.yaanqy a:hover {
	color: #024107;
}
.yaanqy a:hover span{
    background-color: #80BD47;
    -webkit-border-radius: 11px;
    -moz-border-radius: 11px;
}
.yaanjg .block div {
	padding-left: 30px;
	background: url('images/yaan/yana1_67.png') 14px center no-repeat;
	color: #82b74a;
	font-size: 14px;
}
.yaanjg .block a{
	text-decoration: none;
    margin: 10px 0px;
    display: block;
    color: #fff;
    font-size: 14px;
    padding-left: 20px;
}
.yaanjg .block a span{ 
    padding: 5px;
    background-color: none;
}
 .yaanjg .block a:hover {
    color: #024107;
}
.yaanjg .block a:hover span{
    background-color: #80BD47;
    -webkit-border-radius: 11px;
    -moz-border-radius: 11px;
} 
/* .yaanjg .block a.nolink:hover span{
    background-color: none;
}
.yaanjg .block a.nolink:hover {
    color: #fff;
} */
.yaanqy a:hover .nolink {
    color: #fff;
}
.yaanqy a:hover .nolink{
    background-color: none; 
}
.yaanreport a{
	text-decoration: none;
    color: #fff;
}
.yaanreport a span{
    padding: 5px;
    background-color: none;
}
.yaanreport a:hover {
    color: #024107;
}
.yaanreport a:hover span{
    background-color: #80BD47;
    -webkit-border-radius: 11px;
    -moz-border-radius: 11px;
} 
.nanjicontent2 .nanjip1{
	font-weight: bold;
	color: #1f446e;
	font-size: 16px;
}
.wrapper a:link,.wrapper a:visited{text-decoration: none;color: #0000ff;}
.wrapper a:hover{text-decoration: none;color: #0000ff;}
.aligncenter{text-align:center}.share_txt{float:left}

#gg a{display: contents;}