@charset "utf-8";
/* CSS Document */
 *{
     margin:0;
     padding:0;
	 -webkit-tap-highlight-color:transparent;  
	 outline:0;
	 font-style: normal;
}
html{
    height: 100%;
}
 body{
     background:#f8f8f8;
	 font-family:"微软雅黑";
	 -webkit-font-smoothing:antialiased;
	 font-size:14px;
	 color:#333;
	 font-style: normal;
}

@font-face{font-family:"MicrosoftYaHeiLight";src:url(../font/MicrosoftYaHeiLight.ttf);}
@font-face{font-family:"HelveticaLT35Thin";src:url(../font/HelveticaLT35Thin.ttf);}
@font-face{font-family:"FZSHKGBK10";src:url(../font/FZSHKGBK10.ttf);}
 li{
	 list-style:none;
	 font-style: normal;
}
 img{
     border:0 
}
 a{
     text-decoration:none;
	 color:inherit; 
}
 input,textarea{
     outline:none;
     border:0;
     background:none;
     resize:none;
	 font-family:"微软雅黑";
}


.gi_HeadlinesTxt h2{ font-size:20px;color: #26835d; }
.gi_HeadlinesTxt { margin:15px 0}
.gi_headNewsList { margin-left:20px}


 .model{
     -webkit-box-sizing:border-box;
     -moz-box-sizing:border-box;
     box-sizing:border-box;
}
 .left{
     float:left 
}
 .right{
     float:right 
}
.floatRight{
    float:right!important
}
.initialfloat{
	float:initial
}
 .clearfloat:after{
     display:block;
     clear:both;
     content:"";
     visibility:hidden;
     height:0 
}
 .clearfloat{
     zoom:1 
}
.width100{
	width: 100%!important;
}
.marginBtm15 { margin-bottom: 15px;}
.width1200{
	width:1200px;
	margin:0 auto
	}
.width716{
	width:716px;
	margin:0 auto
	}
.marginBtm20{margin-bottom:20px;}
.backfff{ background: #fff;}
/*首页*/
.header .header-top{
	width:100%;
	min-width:1200px;
	background:#fff;
	height:28px;
    line-height:28px;
    border-bottom:1px solid #eee
	}
.header .header-top .welcome{
	font-size:14px;
	color:#666;
	}	
.header .header-top ul li{
	font-size:14px;
	color:#666666;
	}	
.header .header-top ul li a{ 
	display:block;
	color:#999999;
	padding:0 10px;
	background:url(../images/top-line2.jpg) right center no-repeat
	}
.header .header-top ul li:nth-child(4) a{
	padding-right:0;
	background:none;
	}
.logoBg{background:#fff;padding-top:18px;padding-bottom:14px;}
.logoBg .header-1 {     font-size: 22px;
	color: #333333;
	float: left;
	margin: 14px 0 0 40px;}
.logo{float: left;}
.search_content{float: right;padding-top:13px;}
.search_content a{ float: right;width:90px;height:40px;color:#fff;display: inline-block; line-height: 40px; font-weight: bold;}
.search_content a img{ vertical-align: top;
    margin: 12px 5px 0 5px;
	width: 15px;}
.searchBg{width: 332px;
    height: 40px;
    background: #fff;
    line-height: 40px;
    padding-left: 16px;
    display: inline-block;
    vertical-align: top;
    border: 1px solid #eee;
    margin-right: 20px;}
.selectIs{width:90px;height:40px;line-height:40px;display: inline-block;vertical-align: top;position: relative;background: none;
    border-right: 1px solid #eee; }
.selectIs i{    position: absolute;
    top: 10px;
    font-size: 20px;
    right: 10px;    pointer-events: none;}
.selectIs select{    width: 90px;
    height: auto;
    position: relative;
    left: 0;
    top: 0;
    opacity: 1;
    border: 0;
    color: #238461;-webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;}
.searchBg input{padding-top:10px;}
.selectIs label { color: #238461;} 
.searchBg img{    float: right;
    margin: 10px;
    width: 20px; cursor: pointer;}
.searchBg input{padding-top:10px;}
.messagesBtn{width:75px;height:40px;color:#fff;margin-right:7px;display: inline-block;background:#428263;}
.mapBtn{width:75px;height:40px;color:#fff;display: inline-block;background:#f29d38;}
.navBg{background:#26835d;}
.move{float:left;position: relative;padding: 10px 0; background: none;}
.move:hover{ background: none!important;}
.move a:hover{background: #2c5b48;}
.move:last-child .lineMore{ background: none;}
.lineMore{display: inline-block;
    padding: 7px 10.6px;;color:#fff;font-size:16px;background:url(../images/rightBorder.jpg) no-repeat right center;background-size: 1px 15px;}
.subMenu{position:absolute;left:0;top:75px;z-index:9;display: none;z-index:10;}
.subMenu li{margin-bottom:1px;padding:11px 14px;background:#26835d;text-align:center;}
.subMenu li a{text-align:center;color:#fff;font-size:14px;}
/*.navList li:last-child{background:none;}*/
.weixin {margin: 0 5px 0 0;
    display: inline-block;
    vertical-align: middle;}

/*底部*/
.footer{
	background:#1a1a1a;
	height:184px;
	min-width:1200px;
	}
.footer .logo{
	height:184px;
	padding:48px 38px 0 0;
	background:url(../images/btm-line1.png) right center no-repeat;
	margin-right:38px;
	}
.footer .btm-code dl{
	margin:32px 0 0 30px;
	}	
.footer .btm-code dl dt img{
	display:block;
	margin:0 auto;
	width:94px;
	height:94px;
	}
.footer .btm-code dl dd{
	font-size:14px;
	color:#CCC;
	text-align:center;
	margin-top:6px;
	}
.footer .btm-nav{
	margin-top:34px;
	}	
.footer .btm-nav li{
	font-size:14px;
	color:#CCCCCC;
	}	
.footer .btm-nav li a{
	font-size:14px;
	color:#CCCCCC;
	display:block;
	padding:0 21px;
	background:url(../images/btm-line2.png) right center no-repeat;
	}
.footer .btm-nav li:nth-child(6) a{
	padding-right:0;
	background:none;
	}
.footer .btm-nav li:nth-child(1) a{
	padding-left:0;
	}
.footer .btm-address{
	margin-top:20px;
	}	
.footer .btm-address li{
	font-size:14px;
	color:#999999;
	line-height:26px;
	}
.linkBg{height:50px;background:#000000;line-height:50px;}
.linkBg span{font-size:16px;color:#666666;margin-right:36px;}
.linkBg a{font-size:14px;margin-right:16px;color:#666666;}

.fRight{float: right;}
.fLeft{float: left;}
.margin20{margin:20px 0;}
/*
sf
*/

.list-type1{}
.list-type1 ul img{ width: 100%;    height: 188px}
.list-type1 ul li{
    float: left;
    width: 32%;
    margin-left: 2%;
    background: #fff;
	padding-bottom: 15px;
	margin-top: 20px;
	
}
.list-type1 ul li:hover{box-shadow: 2px 3px 3px #ddd;}
.list-type1 ul li:nth-child(3n+1){ margin-left: 0;}
.list-type1 ul li span{
    float: left;
    width: 100%;
}
.list-type1 ul li p{
    float: left;
    width: 90%;
    font-size: 14px;
    padding: 0 5%;    margin-top: 5px;
}
.list-type1 ul li p.first{ font-size: 16px; font-weight: 500; margin: 10px 0;    color: #333;
    font-weight: bold;
}
.list-type1 ul li p a { /*background: #267c59; color: #fff; */padding: 2px 10px; border-radius: 15px;}
.list-type1 ul li p i { float: right;}


.gi_Headlines { border: 0; margin-top: 15px;}
.gi_newsListNew{float: left;
    width: 100%;
}
.gi_newsListNew .leftNew ,.leftNew .swiper-slide,.swiper-slide img{ width: 400px;height: 320px;}
.flexslider3 .swiper-slide img{ width: 100%; height: 420px}
.slidercom p { position: absolute; bottom:0; width: 100%; color: #fff; padding:12px; background: rgba(0,0,0,.4);}
.gi_newsListNew .leftNew2 {     width: 390px;
    padding: 0 10px 7px 20px;
    float: left;
    background: #fff;}
.gi_newsListNew .gi_HeadlinesTxt {padding-bottom: 15px;}
.gi_newsListNew .gi_headNewsList li { line-height: 30px;}
.gi_newsListNew .gi_HeadlinesTxt h2 { font-size: 20px;    height: 30px;
    overflow: hidden;}
.gi_newsListNew .gi_HeadlinesTxt p { font-size: 14px;}
.gi_newsListNew .gi_headNewsList{ padding-bottom: 0;}
.gi_newsListNew .gi_headNewsList li a { font-size: 16px;}
.bx-wrapper .bx-pager{position: absolute;
    right: 10px;
    bottom: 0;
    text-align: right;
    color: rgba(0,0,0,0);
    background: none;
	padding: 12px 0;}
.bx-wrapper .bx-pager.bx-default-pager a{ background: #fff;}
.bx-wrapper .bx-pager.bx-default-pager a.active{ background: #0099cc;}
.gi_newsList .rightNew {     width: 360px;
    float: right;
	padding: 0;}
.menuLeft_active {border-left: 5px solid #26835d;}
.q_inputTxt input {width: 100%;}
.queryContent {margin-bottom: 0;}
.queryContent h2 { padding-bottom: 10px;}
.m_titleNew { border-bottom: 1px solid #ccc; margin: 30px 0 20px 0; display: inline-block; width: 100%;}
.m_titleNew span{ font-size: 24px; color: #26835d; font-weight: bold; border-left: 5px solid #26835d; padding-left: 15px; margin-bottom: 10px; display: inline-block;}
.l_picNew .l_picImg { background: #fff; margin-top: 10px; display: inline-block;}
.l_picNew .l_newsTitle span { font-size: 20px; margin-left: 20px;}
.l_newsTitle>span {cursor: pointer; }
.l_picNew .l_newsTitle a {  margin-right: 20px;}
.l_picNew .l_newsTitle { line-height: 60px;border-bottom: 1px solid #eee;margin-bottom: 20px;}
.l_newsAndpicNew .l_newsTitleNew span{ display: inline-block;
    width: 274px;
    text-align: center;
    margin-left: -6px;}
.l_newsAndpicNew .l_newsTitleNew span:first-child{margin-left: 0;}
.l_newsAndpicNew .l_newsTitleNew span.active,.l_newsTitleNew span:hover{ background: #26835d; color: #fff;}
.l_newsAndpicNew .l_newsTitleNew { background: #fff; display: inline-block;border-bottom: 1px solid #eee;}
.goMore { text-align: center; width: 100%; display: inline-block; font-size: 18px;margin: 15px 0 40px 0;}
.m_meetListNew dl{margin-right: 0; margin-left: 26px; margin-top: 10px;}
.m_meetListNew dl:nth-child(4n+1){ margin-left: 0;}
.first-column ul li { font-size: 14px; padding:0 10px;    line-height: 28px}
.first-column ul { border-bottom: 1px dashed #ccc; width: 88%;padding-bottom: 10px;/*height: 24px;*/
    overflow: hidden;}
.l_pic .gi_finance{ padding: 0 20px 20px 20px;}
.first-column ul .hover3{ background: #26835d; color: #fff;}
.openbtn {position: absolute;
    right: 26px;
    top: 14px;
    color: #26835d;
    cursor: pointer;}
    
.closebtn { display: none; bottom:20px; top:inherit}
.showbox{ height: auto!important; transition: height 1s ;}
.allbtn {    color: #ffffff;
    background-color: #26835d;
    padding: 0px 7px 0px 7px;
    font-size: 14px;
    float: left;
    margin-top: 5px;
	border-radius: 3px;}
.l_newsList dl dd.newsall { width: 790px;}
.l_newsContent {margin-top: 10px;}


.p_Meetlist li {
    float: left;
    height: 55px;
    background: #fff;
    line-height: 55px;
    text-align: center;
    font-size: 18px;
    color: #666666;
    margin-right: 20px;
    padding: 0 47px;
	margin: 0 0 0 1px;
	width: auto;
}
.colorBlue{    color: #027f9b;}
.colorGreen{    color: #26835d!important;}
.colorRed{    color: #e50012;}
.l_btnGroup button:first-child {    background: #26835d; border: 0; color: #fff; margin-right: 0;}
.l_btnGroup button {  border:1px dashed #26835d; color: #26835d; background: none;}
.l_btnGroup button i{ font-size: 22px;
    margin-right: 10px;
    vertical-align: text-bottom;}
.l_btnGroup button:last-child { background: none; border:1px dashed #26835d }
.l_picBox img {height: 250px;}
.c_banner222 {text-align: center;
    margin-bottom: 20px;
    width: 100%;
	margin: 0 auto;}
.c_banner222 img,.tableAbout img { width: 100%;}
.tableAbout .theme dt{ width: 450px;}
.tableAbout .theme dd{width: 440px;padding: 0;}
.tableAbout .theme dd ul li{font-size: 14px;}
.tableAbout .theme dd ul li span{    width: auto;}
.tableAbout .theme dd ul li em{    width: 360px;}
.tableAbout .theme dd h2{ font-size: 20px;}
.tableAbout .l_btnGroup button i{  vertical-align: middle}
.tableAbout .l_btnGroup button{ width: 120px;
    height: 48px;
    font-size: 16px;
	line-height: 48px;    margin-right: 0; border-radius: 3px;}
.download{    display: inline-block;margin-top: 20px;}
.download a{ color: #0099cc; text-decoration: underline;}
.about p { font-size: 14px;}
.about { margin-top: 10px;}
.public .menuRight>.title { margin-bottom: 20px;}
.e_bigSort h2 { position: relative;}
.e_bigSort h2 i {    margin-right: 20px;}
.e_selectHover {color: #26835d!important}
.r_banner { width: 1200px; margin: 0 auto;}

.baoming {position: fixed;top: 15%;left: 50%;width: 350px;margin-left: -175px;background: #fff;text-align: center;height: 250px;}
.baoming span {font-size: 18px;font-weight: bold;width: 100%;display: inline-block;font-style: normal;padding: 20px 0;}
.baoming span i{ position: absolute; right:10px; top: 10px; font-size: 20px; color: #666; cursor: pointer;}
.baoming .bm-er{border: 1px solid #ccc;padding: 10px;display: inline-block;font-style: normal;margin-left: 10px;}
.baoming .bm-er img { width: 100px; height: 100px;}
.minHeight600 { min-height: 600px;}
.banner2 { display: inline-block; width: 100%; background: url(../images/banner2.jpg) center; background-size: 100%; height:96px;margin-top: 20px;}

.investment { padding: 0;background: none;}
.investment img{ width: 100%; height: 230px;}
.investment  dl{ width: 100%; margin: 0; border: 0;}
.investment  a{ width: 390px;  margin-left: 15px; float: left; background: #fff; margin-bottom: 15px;}
.investment  a:nth-child(3n+1){ margin-left: 0;}
.investment  a:hover { box-shadow: 2px 3px 3px #ccc;}
.investment .e_watchPerson span{ float: left;color: #666;}
.investment .e_watchPerson em{ float: right}
.investment .author span{ margin-right: 20px;}
.searchInput {float: right;
    background: #fff;
    height: 30px;
    line-height: 30px;
    width: 220px;
	position: relative;}
.searchInput i{    position: absolute;
    right: 10px;
    top: 8px;
	color: #999;
	cursor: pointer;
}
.searchInput input{ padding-left: 15px;}
.marginTop20 { margin-top: 20px!important;}
.paddingTop20 { padding-top: 20px!important;}
.investment-p{ margin: 15px 0 20px 0;}
.investment-p em{ color: #e50012;}
.investmentRight .gr_newsList p{ line-height: 28px;}
.fontBlod{ font-weight: bold;}
.baoming .investment-p{ margin-top: 50px;}


.personnel-list  ul{
	float: left;
    width: 810px;
    background: #fff;
    padding: 0;
}
.personnel-list  .rightNew{
    width: 360px;
    float: right;
}
.personnel-list  ul li{
    float: left;
    width: 95%;
    border-bottom: 1px solid #eee;
    margin: 0 20px;
    background: #fff;
    padding: 10px 0;
}
.personnel-list  ul li:first-child{
	width: 770px;
    padding: 20px;
    margin: 0;
    background: #eee;
    font-size: 18px;
}
.personnel-list  ul li span{
    float: left;
	width: 100px;
	overflow: hidden;
	text-overflow: ellipsis;
	height: 24px;
    word-break: keep-all;
}
.personnel-list  ul li span:nth-child(2){width: 120px;}
.personnel-list  ul li span:nth-child(3){width: 150px;}
.personnel-list  ul li span:nth-child(4){width: 150px;}
.personnel-list  ul li span:nth-child(5){width: 120px;}
.personnel-list  ul li span:nth-child(6) a{ color: #0099cc; text-decoration: underline;}
.width800 {width: 800px;}

.personnel-d .right1 {height: 203px;}
.personnel-d .right1 .investment-p{margin: 0;}
.personnel-d .f_throw img {width: 100%;}
.personnel-d .f_throw{    position: absolute;
    right: 0;
    width: 150px;
    bottom: -20px;
	cursor: pointer;}
.mechanismAbout { position: relative;}
.mechanismAbout dd h2 { border-bottom: 1px solid #eee; position: relative;}
.mechanismAbout dd {width: 640px}
.mechanismAbout dd p em{font-weight: bold;}
.shoucangdiv { position: absolute; right:10px; color: #999; font-size: 14px; top: 10px; cursor: pointer;}
.shoucangdiv i{ margin-right: 5px;}


/**采购*/
.cg_btn {    display: inline-block;
    width: 100%;
    margin-top: 20px;}
.cg_btn span{display: inline-block;
    width: 100%;
    background: #f09d38;
    color: #fff;
    text-align: center;
    padding: 20px 0;
	font-size: 20px;}
.buy-list .policyTitle{
	border-bottom: 1px dashed #26835d;
	padding-bottom: 10px;
	color: #26835d;
}
.buy-list .every_policy {padding-bottom: 40px;}
.buy-list .policyTitle span{
	float: right;
	font-size: 14px;
}
.buy-list .policyTitle span em{
	color: #e13023; font-size: 16px;
}
.buy-list .r_times span:first-child{ margin-left: 0;}
.buy-list .r_times a{float: right;margin-left: 10px;border: 1px dashed #26835d;padding: 7px 20px;color: #26835d;}
.buy-list .r_times .bgbtn{
	background: #26835d;
	color: #fff;
}

.product-list .cnt dl dd .intro { color: #333;}
.product-list  .cnt dl dd .url li{ min-width: auto; color: #333;}
.marginLeft20 { margin-left: 25px;}

.f_topSelect_2 {
    display: inline-block;
    width: 100%;
    padding: 10px 0;
}
.f_topSelect_2 ul li{
    float: left;
    border: 1px dashed #26835d;
    padding: 4px 10px 4px 20px;
    margin-right: 10px;
    background: #fff;
    color: #26835d;
}
.f_topSelect_2 ul li i{
    margin-left: 12px;
    color: #999;
    font-size: 20px;
    line-height: 20px;
	}
.product-d .r_proDes{ width: 520px;}
.product-d .r_explain em{ width: 455px;}
.product-d .r_leftImg{ width: 300px; margin-right: 20px;}
.purchaseBtn button {width: 140px;
    height: 45px;
    text-align: center;
    border: 0;
    background: #cc0001;
    font-size: 16px;
    color: #fff;
    margin-right: 10px;
    line-height: 45px;
	float: left;}
.purchaseBtn .r_purchaseBtn2 { background: #0099cc;}
.purchaseBtn .r_purchaseBtn3 { background: #999;}
.purchaseBtn i { font-size: 18px; margin-right: 10px;}


.lookProject{background:none;}
.lp_title{margin-right:18px;}
.projectList{width:1130px;padding:15px 30px;}
.projectList dl{width:360px;height:220px;position: relative;margin-right:16px;}
.projectList dl dd{position: absolute;left:0;bottom:0;width:100%;height:40px;background: rgba(0,0,0,0.7);text-align:center;font-size:16px;color:#fff;line-height:40px;}
.bx-wrapper .bx-controls-direction a{width: 30px;height: 70px;margin-top: -40px;}
.bx-wrapper .bx-prev{background: url(../images/arrow-l.jpg) no-repeat center;left: -36px; background-size: 100%;}
.bx-wrapper .bx-prev:hover{background: url(../images/arrow-l.jpg) no-repeat center;left: -36px; background-size: 100%;}
.bx-wrapper .bx-next{background: url(../images/arrow-r.jpg) no-repeat center;right: -36px;background-size: 100%;}
.bx-wrapper .bx-next:hover{background: url(../images/arrow-r.jpg) no-repeat center;right: -36px;background-size: 100%;}
.bx-wrapper img {width: 100%;}
.park-i .projectList dl { width: 360px;}

.more { float: right; margin: 5px 10px 0 0; color: #333; cursor: pointer;}

.banner3 { width: 1200px; display: inline-block;}
.banner3-1 {width: 398.5px;
    display: inline-block;
    float: left;
    margin-left: 2px;}
.banner3-1:first-child{ margin-left: 0;}
.banner3-1 img { width: 100%; height: 96px;}
.marginTop5{margin-top: -2px}

.shouyeD5  { margin-top: 20px;}
.project-ku {
    background: #fff;
    border: 1px solid #eee;
    height: 220px!important;
}
.project-ku h3{
    margin: 20px 0 0 15px;
    color: #26835d;
    font-size: 16px;
}
.project-ku>span{
    margin: 10px 0 10px 15px;
    display: inline-block;
    width: 330px;
    color: #666;
    font-size: 12px;
    height: 16px;
    overflow: hidden;
}
.project-ku>p{
    margin: 0 0 0 15px;
    width: 330px;
    border-top: 1px solid #ccc;
    padding-top: 10px;
    height: 62px;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #333;
    font-size: 14px;
}
.project-ku .project-ku-bot{
    margin: 15px 0 0 15px;
    color: #999;
}
.project-ku .project-ku-bot i{
    margin-right: 10px;
    margin-top: 10px;
}
.project-ku .project-ku-bot span{
    margin-right: 10px;
    border: 1px dashed #26835d;
    width: 90px;
    display: inline-block;
    float: right;
    text-align: center;
    height: 30px;
    line-height: 30px;
    color: #26835d;
}
.project-ku .project-ku-bot span.bot2{
    background: #26835d;
    color: #fff;
}
.project-d h2 { color: #333; font-size: 22px; width: 100%; border-bottom: 1px solid #ccc; padding-bottom: 10px;}
.project-d { width: 100%; position: relative;}
.project-d .p1{  color: #666;    margin-bottom: 30px;  }
.project-d p span{   padding-right: 20px;margin-right: 20px;  border-right: 1px solid #ccc;}
.project-d p span i { margin-right: 10px;}
.project-d p span:nth-child(3),.project-d p span:nth-child(4) {   border-right:0}
.project-d-btn { position: absolute;
    bottom: 0;
    right: 0;
    width: 150px;
cursor: pointer;}
.project-d-btn img { width: 100%;}


.qiyeSearch { position: relative;}
.search-select {     width: 120px;
    height: 65px;
    float: left;
    border-radius: 5px;
    margin-right: 5px;
    text-align: center;
    color: #666666;
    font-size: 16px;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
cursor: pointer;
padding-left: 10px;}
.qiyeSearch .inputText {background: none;width: 580px;padding-left: 30px;height: 40px;line-height: 40px;border-right: 1px solid #eee;margin-top: 15px;}
.qiyeSearch .searchWidth {position: relative;height: 65px;line-height: 65px;}
.qiyeSearch i {
    font-size: 24px;
    color: #999;
    margin-left: 20px;
    margin-top: 11px;
    position: absolute;
    top: 10px;
}
.qiyeSearch i.fa-angle-down{left: 75px;
    z-index: 2;}
.s_everyList { margin-right: 0; margin-left: 40px; margin-bottom: 20px;}
.s_everyList:nth-child(4n+1) {  margin-left: 0}
.s_recommendCompany h2 {    margin-bottom: 0;
    background: #fff;
    padding: 30px 0 10px 0;}
.gi_Headlines img{ width: 70px;}



.expert-d .e_everyExpert dt img,.finance-d dt img { display: inline-block;}
.expert-d>div,.finance-d>div{ margin-left: 35px;}
.finance-d .f_allList dl{ width: 210px; background: #fff;}
.padding15 {padding:15px}
.detailBtn {    position: absolute;
    right: 0;
    bottom: 0;
    width: 150px;}
.detailBtn img { width: 150px;}

.greenline {background: url(../images/title-bg.jpg) left bottom no-repeat;background-size: 100%;}
.imgborderline {  border:1px solid #ccc}
.wrapBg { position: relative;}
.paddingBtm20 { padding-bottom: 20px;}

/***产业**/
.industry-nav-d {
    background: #fcfcfc;
    border-top: 2px solid #26835d;
    padding-bottom: 20px;
}
.industry-nav-d h3{
    font-size: 20px;
    padding: 10px;
}
.industry-nav-d h3 span{
    color: #26835d;
    margin-right: 10px;
}
.industry-nav-d .industry-nav-d-con{
    display: inline-block;
    width: 100%;
}
.industry-nav-d .industry-nav-d-con .in-left{
    float: left;
    width: 200px;
    /* background: #fbfcfd; */
    height: 250px;
}
.industry-nav-d .industry-nav-d-con .in-left ul li{
    float: left;
    width: 180px;
    margin: 0;
    color: #26835d;
    font-weight: bold;
    padding: 5px 0 5px 20px;
    height: 25px;
    line-height: 25px;
    overflow: hidden;
}
.industry-nav-d .industry-nav-d-con .in-left ul li i{
    width: 5px;
    height: 5px;
    display: inline-block;
    background: #26835d;
    margin-right: 5px;
    vertical-align: middle
}
.industry-nav-d .industry-nav-d-con .in-left ul li.active,.industry-nav-d .industry-nav-d-con .in-left ul li:hover{
    background: #26835d; color: #fff;
}
.industry-nav-d .industry-nav-d-con .in-left ul li.active i,.industry-nav-d .industry-nav-d-con .in-left ul li:hover i{
    background: #fff; 
}
.industry-nav-d .industry-nav-d-con .in-mid{
    float: left;
    width: 500px;
    margin-left: 0;
    border-right: 1px solid #eee;
    height: 260px;
    background: #fff;
    padding: 20px 0 0px 0;

}
.industry-nav-d .industry-nav-d-con .in-mid ul li{
    float: left;
    width: 210px;
    margin-top: 0px;
    margin-left: 20px;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    padding-left: 5px;
    position: relative;
}
.industry-nav-d .industry-nav-d-con .in-left2{
    float: left;
    width: 200px;
    /* background: #fbfcfd; */
    height: 250px;
}
.industry-nav-d .industry-nav-d-con .in-left2 ul li{
    float: left;
    width: 180px;
    margin: 0;
    color: #26835d;
    font-weight: bold;
    padding: 5px 0 5px 20px;
    height: 25px;
    line-height: 25px;
    overflow: hidden;
}
.industry-nav-d .industry-nav-d-con .in-left2 ul li i2{
    width: 5px;
    height: 5px;
    display: inline-block;
    background: #26835d;
    margin-right: 5px;
    vertical-align: middle
}
.industry-nav-d .industry-nav-d-con .in-left ul li.active,.industry-nav-d .industry-nav-d-con .in-left2 ul li:hover{
    background: #26835d; color: #fff;
}
.industry-nav-d .industry-nav-d-con .in-left ul li.active i,.industry-nav-d .industry-nav-d-con .in-left2 ul li:hover i{
    background: #fff; 
}
.industry-nav-d .industry-nav-d-con .in-mid2{
    float: left;
    width: 999px;
    margin-left: 0;
    border-right: 1px solid #eee;
    height: 400px;
    background: #fff;
    padding: 20px 0 0px 0;

}
.industry-nav-d .industry-nav-d-con .in-mid2 ul li{
    float: left;
    width: 210px;
    margin-top: 0px;
    margin-left: 20px;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    padding-left: 5px;
    position: relative;
}
.liyuan{
    width: 3px;
    height: 3px;
    display: inline-block;
    background: #333;
    margin-right: 5px;
    vertical-align: bottom;
    position: absolute;
    bottom: 9px;
    left: 0;
    border-radius: 100%;
}
.industry-nav-d .industry-nav-d-con .in-mid ul li:hover{ color: #26835d; text-decoration: underline;}
.industry-nav-d .industry-nav-d-con .in-mid ul li:hover i{ background: #26835d;}
.industry-nav-d .industry-nav-d-con .in-right{
    float: right;
    width: 479px;
    background: #fff;
    height: 260px;
    padding-left: 20px;
    padding-top: 20px;
}
.industry-nav-d .in-right-l{
    float: left;
    width: 235px;
}
.industry-nav-d .in-right-l h4{
    border-left: 3px solid #26835d;
    padding-left: 15px;
}
.industry-nav-d .in-right-l  ul {
    border-top: 1px solid #ccc;
    float: left;
    width: 100%;
    margin-top: 10px;
    padding-top: 8px;
}
.industry-nav-d .in-right-l  ul li{
    position: relative;
    float: left;
    width: 95%;
    padding-left: 5px;
    color: #666;
    height: 24px;
    line-height: 24px;
    overflow: hidden;
}
.industry-nav-d .in-right-l-b{
    float: left;
    width: 100%;
    border-top: 1px solid #ccc;
    margin-top: 10px;
    padding-top: 8px;
}
.industry-nav-d .in-right-l-b-l{
    float: left;
    color: #26835d;
    font-weight: bold;
    width: 40px;
}
.industry-nav-d .in-right-l-b-r {
    float: left;
    width: 190px;
}
.industry-nav-d .in-right-l-b-r p{
    height: 24px;
    line-height: 24px;
    overflow: hidden;
}
.industry-nav-d .in-right-r{
    float: right;
    width: 200px;
    margin-right: 20px;
}
.industry-nav-d .in-right-r img {
    width: 200px;
    float: left;
}
.industry-nav-d .in-right-r p {
    float: left;
    width: 100%;
    text-align: center;
    background: #f7f8f9;
    padding: 5px 0;
    overflow: hidden;
    height: 30px;
    line-height: 30px;
}

.shouyeDiv .gi_newsList dt{ height: 422px; width: 750px;}
.shouyeDiv .gi_HeadlinesTxt p{ color: #333;}
.shouyeDiv .gi_newsList dd{ width: 410px;padding-right: 10px}
.marginLeft10 { margin-left: 10px;}

.shouyeDiv .gi_newsListNew .leftNew,.shouyeDiv .leftNew .swiper-slide,.shouyeDiv .swiper-slide img{ height: 422px;}
.shouyeDiv .i_title span{ font-weight: 400;}
.shouyeDiv .i_newsList li a:hover{ color: #26835d;}
.shouyeDiv .i_newsList li,.gi_headNewsList li a {  background: none;    background: none;
    height: 36px;
    overflow: hidden;
    line-height: 36px; padding-left: 0;font-size:16px; }
.gi_headNewsList  h3 { width: 400px;height: 25px;
    overflow: hidden;
    margin-bottom: 15px;font-size: 18px;}
.shouyeDiv  .enterprise{     width: 335px;
    background: #fff;
    margin-left: 0;
    padding: 0 15px 0 15px;
    border: 1px solid #eee;}
.shouyeDiv  .enterprise img { width: 100%;}
.shouyeDiv  .enterprise .picNews dt{ width:100%}
.shouyeDiv .bx-wrapper .bx-pager.bx-default-pager a.active,.shouyeDiv .bx-wrapper .bx-pager.bx-default-pager a:hover{ background: #2e8a65;}
.informationWrap1 .enterprise>img{width: 365px;float: left;margin-left: -15px;} 
.informationWrap1 .enterprise .picNews img{width: 330px;float: left;height: 181px;} 
.informationWrap1 {    margin-bottom: 27px;margin-top: 20px!important;}
.informationWrap { margin-top: 28px;}
.shouyeD4 .picNews  { padding: 20px 0 10px 0;}
.i_title2 { position: relative; border-bottom:3px solid #f6f6f6;    line-height: 50px;margin-bottom: 20px}
.title-botG{    position: absolute;
    left: 0;
    bottom: -3px;
    height: 3px;
    background: #26835d;
    width: 100px}
.i_title .title-a {    margin-right: 10px;
    border-right: 1px solid #ccc;
    height: 14px;
    line-height: 14px;
    margin-top: 17px;
    padding-right: 5px;font-size: 12px;}
.i_title .title-a-f { border-right: 0;margin-right: 90px;}
.picNews2 dt {width:200px;float: left;}
.sy-right { float: right; width: 420px;}
.sy-right .enterprise{ width: 420px; margin: 0; padding: 0;border: 0;}
.floatright { float: right!important;}
.sy-right .i_newsList li{ height: 36px; line-height: 36px;}
.sy-right .i_newsList{ margin-bottom: 0;}
.shouyeD3 ul li {float: left;margin-top: -4px;}
.shouyeD4 .enterprise {width: 344px;
    border: 1px solid #f3f3f3;
    padding:0 20px 15px 20px;}
.shouyeD4 .enterprise .every_expert dt img {    width: 90px;height: auto;}
.shouyeD4 .bx-wrapper .bx-pager {   text-align: center;    bottom: -30px;    right: 0;}
.shouyeD4 .bx-wrapper .bx-pager.bx-default-pager a {  background: #333;}
.last-child { margin-right: 0;}
 .bx-wrapper .bx-pager.bx-default-pager a.active{  background: #2e8a65;}
.zjzk { margin-top: 20px; height: 230px;}
.zjzk .slide1{ margin-right: 10px; }
.zjzk-list { margin-top: 20px; }
.shouyeDiv .zjzk-list  li {    height: 34px;line-height: 34px;}
.shouyeDiv  .lineheigth37  li{ height: 39px; line-height: 39px;}
.shouyeD4 .bx-viewport{  height: 235px!important;}
.shouyeD4 .every_expert {
    padding: 10px 10px 0 10px;
    border: 1px solid #eee;
    margin-right: 10px;
    height: 200px;
}
.shouyeD4 .every_expert dd p {margin-bottom: 0;}
.shouyeD4 .every_expert dd h2{margin-bottom: 0; font-size: 20px;}
.widthauto { width: auto!important;}
.width180 { width: 180px!important;}
.shouyedh img,.shouyedh .leftNew, .shouyedh .swiper-slide{ height: 270px!important; }
.shouyeD5 .finance{    width: 380px;
    background: #fff;
    padding: 0;
   }
.shouyeD5 .finance dl dt img,.shouyeD5 .financeImg dl{ width: 184px; height: 132px;}
.shouyeD5 .financeImg dl{     margin-right: 6px;
    margin-bottom: 6px;}
.shhouyeD6 .capitalList dl{    margin-right: 25px;}
.shhouyeD6 .capitalList{    width: 100%;}
.shhouyeD6 .capitalList dl:last-child { margin-right: 0;}
.banner4-1 img{ width: 599px; height: 90px;}
.banner4-1 { float: left; margin-right: 1px;    margin-top: -3px;}

.shouyeD7 { margin-top:15px}
.shhouyeD6 { margin-bottom: 18px;}
.shouyeD7  .enterprise{ width: 580px; margin: 0;    border: 0;
    padding: 0;
}
.banner4 { display: inline-block;}
.shouyeD7-d { width: 47.5%; float: left;}
.shouyeD7 .i_title a { background: #2e8a65;
    color: #fff;
    height: 30px;
    line-height: 30px;
    margin-top: 10px;
    padding: 0 10px;
    border-radius: 3px;}
.navBg-b { background: #f2f2f2; height: 35px; line-height: 35px;}
.navBg-b span{ float: left; color: #2e8a65; font-weight: 800;}
.navBg-b ul {float: left;}
.navBg-b ul li{float: left;
    margin-left: 10px;
    border-right: 2px solid #ccc;
    height: 20px;
    line-height: 20px;
    margin-top: 8px;
    padding-right: 10px;}
.navBg-b ul li:last-child { border-right: 0;}
.cooperationImg img { width: 100%;}
.cooperationImg { margin-top: 15px;}
.fullscreen { position: absolute; height: 100%; width: 100%; background: url(../images/bglv.jpg) no-repeat center; background-size: cover;}
.fullscreen .header-sea{
    position: absolute;
    top: 0;
    width: 100%;
    background: rgba(0,0,0,.1);
    color: #fff;
    height: 60px;
    line-height: 60px;
}
.fullscreen .header-sea span{
    margin-top: 10px;
    float: left;
}
.fullscreen .header-sea a{
    float: right;
    margin-right: 10px;
    border-left: 1px solid #fff;
    height: 20px;
    line-height: 20px;
    padding-left: 10px;
    margin-top: 19px;
}
.fullscreen .header-sea a:last-child{ border-left: 0;}
.fullscreen .linkBg{
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    color: #fff;
    text-align: center;
}
.fullscreen .brand-top{
    background: none;
    margin-top: 10%;
}
.touzimap { background: url(../images/bg-2.jpg) center no-repeat; background-size: cover; position: absolute; width: 100%; height: 100%; left: 0;}
.touzimap .header-map {    background: none;
    height: 77px;
    border-bottom: 1px solid #eee;
    color: #fff;}
.touzimap .header-map span {    margin-top: 18px;}
.touzimap .header-map .nav-map, .touzimap .nav-map-right {    margin-top: 28px;}
.touzimap-t{    font-size: 18px;
    float: left;
    margin: 25px;
    border-left: 1px solid #3b747e;
    padding-left: 20px;
    font-weight: bold;}
.touzimap-left {float: left;
    width: 600px;
    color: #fff;
    margin-top: 10%;}

.touzimap-left select{ background: none; border: 1px solid #009999; border-radius: 3px; width: 104px; height: 30px; color: #fff;text-indent: 10px;}
.touzimap-left .selectBox1   {    float: left;margin-left: 30px}
.touzimap-left img { margin-top: 20px;}
.touzimap-right {
    float: right;
    width: 600px;
    margin-top: 5%;
    color: #fff;
}
.touzimap-right>span{
    font-size: 16px;
    font-weight: bold;
    float: left;
    width: 100%;
    position: relative;
    margin-bottom: 20px;
}
.touzimap-right>span i{
    float: right;
    font-size: 14px;
    font-weight: normal;
    color: #b7dfdd;
    margin-right: 10px;
}
.touzimap-rd{
    float: left;
    width: 100%;
}
.touzimap-rd1 {
    float: left;
    width: 140px;
    height: 130px;
    background: url(../images/map-icon.jpg) center no-repeat;
    background-size: contain;
    text-align: center;
    margin: 10px 10px 0 0;
}
.touzimap-rd1 span{
    display: inline-block;
    width: 100%;
    margin-top: 25px;
    font-size: 30px;
    color: #66cccc;
}
.touzimap-rd1 p{
    color: #ccffff;
    margin-top: 20px;
}
.touzimap-rd1-t {float: left; width: 289px;  height: 130px;
    background: url(../images/map-icon2.jpg) center no-repeat;
    background-size: contain;     margin-right: 0px;}
    .touzimap-rd1-t:first-child{ margin-right: 12px;}
.touzimap-rd1-r {    float: right;
width: 160px;
margin-top: 25px;}
.touzimap-rd1-r span   {    font-size: 36px;
    color: #ccffff;}
.touzimap-rd1-r p   {color: #ccffff;}
.circle{
    width:80px;
    display:inline-block;
    height:80px;
    margin:20px;
    position: relative;
    background: #fff;
    border-radius: 50%;
}
.circle .pie_left,.circle .pie_right{
        width:80px;
        height:80px;
        position: absolute;
        top:0px;
        left:0px;
    }
    .circle .left,.circle .right{
        position: absolute;
        left:0px;
        top:0px;
        border-radius:50%;
        background: #cc6633;
        transform:rotate(-180px);
        width:100%;
        height:100%;
        transform: rotate(-180deg);
    }
.circle2 .left, .circle2 .right{
    background: #6cb8b0;
}

.circle .pie_left,.circle .left{
        clip: rect(auto, 40px, auto, auto);
         /*clip:rect(0,100px,auto,0);*/
    }
    .circle .pie_right,.circle .right{
        clip:rect(0, auto, auto, 40px);
    }
    .circle .mask{
        position: absolute;
        top:10px;
        left:10px;
        width:60px;
        height:60px;
        line-height: 60px;
        font-size:18px;
        font-weight: 600;
        border-radius: 50%;
        background: #165260;
        text-align: center
    }
    .xuqiumap { background: url(../images/map-bg2.jpg) center no-repeat; background-size: cover;  }
    .xuqiumap .touzimap-left{
        background: url(../images/map-icon4.jpg);
        background-size: 100% 100%;
        margin-top: 8.5%;
        width: 550px;
        padding: 30px 0;
        }
    .xuqiumap .touzimap-rd1 {    background: url(../images/map-icon3.jpg) center no-repeat;background-size: contain;}
    .xuqiumap .touzimap-rd1-t {
	background-size: 100% 100%;
	background-image: url(../images/map-icon5.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
    .xuqiumap .touzimap-left h3{    font-size: 30px;
        text-align: center;
        color: #ccffff;
        margin-bottom: 20px;     margin-top: 20px;  }
    .xuqiumap .touzimap-left {
        height: 350px;
    }
    .xuqiumap .touzimap-left .selectBox1{
        margin-top: 10px;
        margin-left: 60px;
    }
    .xuqiumap .touzimap-left select{ background: #418b6d;
        border: 0;
        width: 130px; margin-left: 10px;}
    .xuqiumap .touzimap-left input{
        width: 410px;
        background: #418b6d;
        height: 30px;
        margin: 10px 0 0 70px;
        color: #fff;
        text-indent: 15px;
    }
    .xuqiumap .touzimap-left .xuqiu-btn{
        background: #ff9900;
        width: 200px;
        border-radius: 25px;
        text-align: center;
        height: 35px;
        line-height: 35px;
        margin: 35px 0 0 170px;
        cursor: pointer;
    }
    

    .xuqiumap input::-webkit-input-placeholder{
        color:#fff;
    }
    .xuqiumap input::-moz-placeholder{   /* Mozilla Firefox 19+ */
        color:#fff;
    }
    .xuqiumap input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
        color:#fff;
    }
    .xuqiumap input:-ms-input-placeholder{  /* Internet Explorer 10-11 */ 
        color:#fff;
    }
    .xuqiumap .circle .mask { background: #267c59;}

.chanye-nav .s_everyList{ width: 206px;}
.chanye-nav .s_everyList:last-child { margin-left:40px}
.s_tabContent{    padding: 0;}
.cooperationImg { padding: 0;}
.nav-city3-left {float: left;width: 350px;}
.nav-city3-left img{ width: 350px; height: 250px;}
.nav-city3-right {float: right; width: 210px;}
.nav-city3-right span{display: inline-block;position: relative;     height: 116px;}
.nav-city3-right span img{height: 116px;}
.nav-city3-right span p{
    position: absolute;
    bottom: 0;
    background: rgba(0,0,0,.4);
    width: 100%;
    color: #fff;
    text-align: center;
}

.nav-city3 .picNews img{ height: 120px;}
.nav-city3 .picNews { padding: 10px 0;}
.cydh-right {
    float: right;
    width: 342px;
}
.cydh-right ul li{
    float: left;
    width: 170px;
    height: 82px;
}
.nav-chanye .gi_HeadlinesTxt { border-bottom: 0;}
.index-search {}
.index-search .searchInput{    float: left;
    width: 589px;
    height: 70px;
    background: none;}
.index-search .searchBtn22{}
.whiteBg { background: #fff;}
.registerSelect {font-size: 16px;
    color: #363636;
    border: 1px solid #ECECEC;
    width: 364px;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    margin-left: 15px;}



.user-lt .list{ margin-top: -5px;}
.v_ico { background:url(../images/v_right2.png) no-repeat center; width: 7px; height: 13px;    display: inline-block;}
.v_one span:first-child,.v_one span:last-child,.v_one span,.v_two span { background: none;}
.v_userInfoLeft {
    float: left;
    width: 120px;
    padding: 20px;
    background: #fff;
}
.v_userInfoLeft img{
    width: 120px;
    height: 120px;
}
.v_userInfoLeft a{
    text-align: center;
    width: 90px;
    float: left;
    background: #e60012;
    color: #fff;
    border-radius: 15px;
    margin: 10px 0 0 15px;
    height: 25px;
    line-height: 25px;
}
.v_userInfoContent {
    float: left;
    width: 480px;
    padding: 20px;
    padding-bottom: 4px;
}
.v_userInfoContent h2{
    color: #333333;
    font-size: 20px;
    font-weight: bold;
    border-bottom: 1px dashed #ccc;
    padding-left: 0;
}
.v_userInfoContent h2 a{
    font-size: 12px;
    float: right;
    color: #e60012;
    border: 1px dashed #e60012;
    width: 80px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    border-radius: 5px;
    margin-top: 10px;
}
.v_userInfoContent .v_userList{
    padding: 20px 0;
}
.v_userInfoContent .v_userList p{
    margin-bottom: 10px;
}
.v_userInfoContent .v_userList p span{
    padding-left: 0;
    margin-right: 10px;
    border-right: 1px solid #ccc;
    padding-right: 10px;
}
.v_userInfoContent .v_userList p span:last-child { border-right: 0;}
.v_userInfoContent .v_userList p span a{
    color: #336699;
    text-decoration: underline;
}
.v_userInfoContent .v_userList p span  .wszl { color: #e60012; font-weight: bold;    margin-left: 10px;}
.v_tableList td a { color:#336699 ; text-decoration: underline;}
.logo-fu {    float: left;
    font-size: 18px;
    margin: 35px 0 0 20px;
    border-left: 1px solid #ccc;
    padding-left: 20px;
    color: #238461;}
.tupian img {     vertical-align: bottom;}
/* .dianList li {    background: url(../images/dian.jpg) no-repeat left 24px!important;padding-left: 6px;} */
.marginTop0 { margin-top: 0!important;}
.marginTop30 { margin-top:30px!important;}


.newsNew .gi_HeadlinesTxt{    border-bottom: 1px dashed #999;}
.newsNew .gi_headNewsList li {    margin-top: 30px;
    height: 20px;
    line-height: 20px;
    /* background: url(../images/dian.jpg) no-repeat left 18px!important; */
}
.newsNew .gi_headNewsList li a{  padding-left: 0;}
/* .newsNew .l_picNew .l_newsTitle { border:0} */
.zanContent>i {float: left;color: #999;}

.brand .cnt dl { padding: 0;}
.brand .cnt dl dt img {width: 188px; height: 188px; border: 0;}
.brand .cnt dl dd  {    width: 590px;
    margin-top: 35px;
    margin-right: 20px;}
.sample-companyl .s_everyList:nth-child(4n+1){    margin-left: 38px;}
.sample-companyl .s_everyList{    margin-left: 38px;}

.product-tc {
    position: fixed;
    top: 10%;
    background: #fff;
    width: 900px;
    margin-left: -450px;
    left: 50%;
    border: 1px solid #eee;

}
.product-tc .fa-close { position: absolute; right:20px}
.product-tc-h {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    display: inline-block;
    width: 80%;
    margin: 30px 0 20px 10%;
    border-bottom: 1px solid #666;
    padding-bottom: 20px;
}
.product-tc-m {
    display: inline-block;
    width: 80%;
    margin-left: 10%;
}
.product-tc-m p{
    margin-top: 30px;
    font-size: 16px;
    float: left;
    width: 100%;
}
.product-tc-m p:first-child{ margin-top: 0px;}
.product-tc-m p span{
    float: left;
    width: 50%;
}
.product-tc-m p i{
    width: 50px;
    display: inline-block;
    text-align: center;
    font-size: 18px;
}
.product-tc-m p em{
    border: 1px solid #ccc;
    width: 130px;
    display: inline-block;
    margin-left: 10px;
    text-align: center;
}
.product-tc-m p a{ color: #0099cc; text-decoration: underline;}
.product-tc-m p input{
    border: 1px solid #ccc;
    height: 30px;
    width: 120px;
    margin-left: 10px;
}
.product-tc textarea {border: 1px solid #ccc;
    height: 100px;
    vertical-align: top;
    width: 640px;
    margin-left: 10px;}
.product-tc-b  {    width: 170px;
    background: #666666;
    color: #fff;
    text-align: center;
    display: inline-block;
    margin-left: 375px;
    margin-top: 20px;
    margin-bottom: 30px;
    height: 40px;
    line-height: 40px;font-size: 16px; cursor: pointer;}
.m_background { padding-top: 30px;}
.public .menuLeft .title {font-size: 20px;}
.public .menuLeft ul li{ font-size: 16px;}
.public .menuLeft { width: 150px;}
.public .menuRight{width: 1020px;}
.public .menuRight>.title {    background: url(../images/i-line8.jpg) left center no-repeat; border-bottom: 1px dashed #999;}
.news-list .cnt {margin-top: -20px;}
.f_topSelect {padding: 20px 0px 20px 20px;}
.r_ruralRight .queryContent h2{    padding-bottom: 25px;}
.r_policyList{    margin-top: 30px;}
.news-show .show-Lt .nopiece2  li:nth-child(3) {
    padding-top: 10px
}
.news-show .show-Lt .date2 { margin-bottom: 20px;}
.news-show .show-Lt .nodata2 li:nth-child(3){ background: none; padding:0}
.shenbaobtn {     float: right;
    width: 165px;
    height: 55px;
    border: 1px dashed #26835d;
    line-height: 55px;
    font-size: 18px;
    color: #26835d;
    font-weight: bold;
    text-align: center;
    border-radius: 30px;
    cursor: pointer;
}
.shenbaobtn img {vertical-align: middle;margin-right: 5px;}
.f_aboutIs h2 {    line-height: 38px}
.r_ruralStar dd h2 { text-align: left; font-size: 24px;padding-left: 15px;}
.r_ruralStar dd p { text-align: left;  }
.r_button { margin-top: 20px;}


.shenqingTC {
    width: 890px;
    border-radius: 5px;
}
.shenqingTC  h2{ font-size: 30px;}
.shenqingTC  .apply{height: 158px;line-height: 24px;}
.shenqingTC  .apply p{  float: left; width: 100%; margin-top: 10px;}
.shenqingTC  .apply p:first-child{ margin-top: 20px;}
.shenqingTC  .apply em {
    font-style: normal;
    float: left;
    width: 700px;
}
.shenqingTC  .apply span {
    width: 65px;
    float: left;
}
.shenqingTC  .apply em i{ margin-left: 30px;}
.shenqingTC  .apply em a{ color: #3399cc; text-decoration: underline; margin-left: 20px; cursor: pointer;}
.shenqingTC  .d_formEnter input{width: 305px;
    height: 45px;
    border: 1px solid #e5e5e5;
    padding-left: 10px;
    font-size: 16px;
    float: right;}
.shenqingTC  .d_formEnter{ margin-right: 0; position: relative;}
.shenqingTC  .d_formEnter>i{ position: absolute;
    right: 15px;
    top: 13px;
    cursor: pointer;}
.shenqingTC .d_formEnter label {    font-size: 16px;
    width: 80px;
    margin-right: 10px;
    float: left;
    margin-top: 10px;}
.shenqingTC  .d_citySelect { width: 90px;color: #999;}
.shenqingTC  .d_industry { width: 147px;}
.shenqingTC .explain label { width: 80px; float: left;}

.news-show .show-Lt .date2 li:first-child{ margin-left: 0;}

.memberList  .cnt dl dt img {
    display: block;
    width: 108px;
    height: 108px;
    border: 1px solid#ECECEC; margin: 30px;
}

.ed-bm { border: 1px dashed #ccc; background: #f5f6f7; padding: 0 10px; border-radius: 3px; line-height: 28px;}
.newsNew .gi_newsList { background: #fff;}
.queryContent .h2-new {padding: 0 0 17px 44px; margin-top: 5px;}


.financeList .news-list{width: 900px;
    padding: 0 20px;
    background: #fff;}
.financeList .news-list dl dd{width: 635px;}
.financeList .news-list  dl dd.all{width: 860px;}
.financeList .crumbs{height:40px; color: #999; line-height: 40px;}
.financeList .financeList-r{
    width: 286px;
    background: #fff;
    padding-bottom: 20px;
}
.financeList .financeList-r span{
    display: inline-block;
    width: 220px;
    height: 220px;
    border: 1px solid #eee;
    margin: 30px 30px 0 30px;
}
.financeList .financeList-r span img{
    margin: 15px;
    width: 185px;
}
.financeList .financeList-r p{
    text-align: center;
    color: #333;
    background: #f7f7f7;
    width: 220px;
    border: 1px solid #eee;
    display: inline-block;
    margin-left: 30px;
    padding: 8px 0;
}
.financeList .financeList-r h2{text-align: center;
    color: #333;
    font-size: 22px;
    margin: 30px 0 0 0;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;}
.w317 {width: 317px!important; margin-right: 0;}
.w217 {width: 170px!important; margin-right: 0;}
.w315 {width: 260px!important; }
.w515 {width: 560px!important; }
.w515 input{ width: 457px!important; }
.d_fileBtn span{ color: #238461;}
.d_update{    padding-left: 90px;}
.w100 { width: 100%; }
.scspan{    display: inline-block;
    vertical-align: top;
    margin-top: 30px;
    margin-left: 30px;}
.userinfo { background: none;    padding: 0; margin: 0 auto; font-size: 22px;font-weight: bold; padding-left: 10px;    height: 65px;
    line-height: 58px;}
.userinfo i{font-size: 14px; font-weight: normal;}
.cylfooter {     background: #fff;
    border-top: 1px solid #ccc;
    text-align: center;height: 60px;    position: relative; z-index: 3;}
.cylfooter  .btm-nav {
    margin-top: 34px;
    text-align: center;
    margin-left: 340px;
}
.cylfooter .btm-nav li a { color: #333;background: none;}

.cylfooter .btm-address li {
    font-size: 14px;
    color: #999999;
    line-height: 26px;
    float: left;
    margin-left: 70px;
}

.member-newlist  .cnt {
    margin-top: -20px;
    float: left;
    width: 915px;
}
.member-newlist dl dd {
    width: 680px;
}
.member-newlist dl dd.all {
    width: 910px;
}
.paddingTop0 { padding-top: 0!important;}
.industry-nav-d .industry-nav-d-con .in-mid {
    float: left;
    width: 500px;
    margin-left: 0;
    border-right: 1px solid #eee;
    height: 260px;
    background: #fff;
    padding: 20px 0 0px 0;
}
