/* CSS Document */
.index-body{
	background: url(../images/index-body-bg.jpg) no-repeat;
	background-size:100%;
}

.index-main{
	width:980px;
	margin:0 auto;
	background: #fff;
}


/*??*/
.header-main{
    background:#fff;
    padding-bottom: 20px;
}
.header-citys {
    overflow: hidden;
    background: #fff;
    /*padding-top:10px;*/
}

.header-citys ul {
    float: left;
}

.header-citys ul li {
    float: left;
}

ul.city li a {
    padding: 0 8px;
    display: block;
    color: #516e8f;
    margin-top: 4px;
    font-weight: bold;

}

ul.city li.line1 {
    width: 1px;
    height: 10px;
    background: #516e8f;
    margin-top: 8px;
}

.hc-first {
    font-size: 14px;
}

.hc-first i {
    color: #516e8f;
    font-size: 18px;
    margin-right: 5px;
}

.header-citys ul.login {
    margin-left: 80px;
}

ul.login li a {
    padding: 5px;
    color: #516e8f;

}

ul.login li.line1 {
    width: 1px;
    height: 10px;
    background: #516e8f;
    margin-top: 4px;

}

.header-citys ul.set-index {
    float: right;
}

ul.set-index li a {
    padding: 5px;
    color: #516e8f;
}

ul.set-index li.line1 {
    width: 1px;
    height: 10px;
    background: #516e8f;
    margin-top: 4px;

}

/*??*/
.header {
    overflow: hidden;
    margin-top: 0px;

}

.header .header-logo {
    width: 25%;
    margin-left: 10px;
}

.header .header-scroll {
    width: 45%
}

.header-seach input {
    width: 200px;
    height: 34px;
    color: #bababa;
    font-size: 14px;
    border: 1px #ececec solid;
    border-right: 0;
    line-height: 38px;
    padding-left: 10px;
    background: #f9f9f9;
    float: left;
    border-radius: 1px 0 0 1px;
    box-sizing: border-box;
    margin-top: 20px;
}

.header-seach button {
    float: left;
    cursor: pointer;
    width: 80px;
    height: 34px;
    display: inline-block;
    background: #ec9705;
    text-align: center;
    border-radius: 0 1px 1px 0;
    border: none;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    margin-top: 20px;
}

.header-nev {
    padding: 10px 0;
    overflow: hidden;
    /* width: 100%; */
    background: url("../images/header-nav-bg.jpg") repeat-x;
    width: 980px;
	margin: 0 auto;
}


.header-nev div.line2 {
   width: 2px;
    height: 18px;
    background: url(../images/header-nav-line.jpg);
    float: left;
    margin-top: 2px;
}

.header-nev a {
    color: #fff;
}

.header-nev .hn-box-first {
    padding-left: 10px;
    width: 80px;
    float: left;
    text-align: right;

}

.hn-box-first li {
    padding-right: 20px;
}

.header-nev .hn-box-first li a {
    font-size: 14px;
}

.header-nev .hn-box {
    float: left;
    width: 160px;
    padding-left: 16px;

}

.header-nev .hn-box-last {
    border-right: none;
}

.header-nev ul {
    overflow: hidden;
}

.header-nev .hn-box li {
    float: left;
    margin-top: 2px;
}

.header-nev ul li.first a {
    font-weight: bold;
    font-size: 15px;
}

.header-nev ul li.first {
    margin-top: 0px
}

.header-nev ul li a {
    padding: 5px 5px;
    font-size: 12px;
}

.toutiao {
    background: url("../images/toutiao-bg.jpg") no-repeat;
    overflow: hidden;
}

.toutiao h2, .toutiao p {
    text-align: center;
    color: #06346f;
}

.toutiao h2 {
    font-size: 20px;
    margin-bottom: 10px;
	padding-top:20px
}

.toutiao p {
    padding-bottom: 25px;
}

#zSlider {
    margin: 0px auto;
    width: 980px;
    overflow: hidden;
/*     margin-top: 10px; */
}

#picshow {
    position: relative;
}

#picshow, #picshow_img {
    width: 680px;
    height: 439px;
    overflow: hidden;
    float: left;
}

#picshow_img li {
    width: 680px;
    height: 439px;
    overflow: hidden;
    float: left;
    display: none;
}

#picshow_img img {
    width: 680px;
    height: 440px;
}

#picshow_tx {
    left: 0px;
    width: 680px;
    bottom: 0px;
    position: absolute;
    overflow: hidden;
}

#picshow_tx li {
    background: url(../images/picshow_bg.png) repeat;
    padding: 10px 30px;
    height: 40px;
    color: #fff;
    display: none;

}

#picshow_tx li a {
    color: #fff;
}

#picshow_tx li a:hover {
    text-decoration: underline;
}

#picshow_tx li h3 {
    margin: 13px 0;
    text-align: center;
    font-size: 18px
}

#picshow_tx li p {
    color: #ccc;
    line-height: 16px;
    height: 16px;
    overflow: hidden;
}

#select_btn {
    width: 300px;
    height: 440px;
    color: #fff;
    float: right;
    display: inline;
    background-color: #f5f8fa;
}

#select_btn li {
    padding: 9px 11px 0px 9px;
    width: 300px;
    height: 100px;
    border-top: 1px solid #ddd;
    cursor: pointer;
    transition: all .7s ease 0s;
}

#select_btn li:hover {
    background-color: #0f3d71
}

#select_btn li a:hover {
    color: #fff;
}

#select_btn li.current {
    background-color: #0f3d71;
}

#select_btn li.current a {
    color: aliceblue
}

#select_btn li.current:hover {
    background-color: #292929;
    color: #fff;
}

#select_btn li:hover .select_text {
    color: #fff;
}

#select_btn a {
    color: #000;
}

#select_btn img {
    padding: 2px;
    border: 1px solid #ccc;
    width: 120px;
    height: 80px;
    margin-right: 10px;
    float: left;
}

#select_btn .select_text {
    width: 140px;
    overflow: hidden;
    display: block;
    color: #000;
	font-size: 16px;
}

#select_btn li.current .select_text {
    color: #fff;
}

#select_btn .select_text:hover {
    text-decoration: none;
    color: #fff;
}

#select_btn .select_date {
    height: 23px;
    line-height: 23px;
    overflow: hidden;
    display: block;
}

/*????*/
.ih-box{
	border: 1px solid #ddd;
}
.index-hot {
    width: 980px;
    margin: 0 auto;
    height: 662px;
    overflow: hidden;
    margin-top: 10px;

}

.index-hot .ih-left {
    width: 280px;
    float: left;
}

.index-hot .ih-right {
    float: right;
    width: 280px;
}

.index-hot .ih-main {
    float: left;
    width: 400px;
    margin-left: 10px;
    border: 1px solid #ddd;
    height: 660px;
}

.index-title {
    height: 52px;
    line-height: 52px;
    background: url("../images/title-bg.png") repeat-x;
    border-bottom: 2px solid #cfcfcf;
}

.index-title .title-img {
    float: left;
    margin-top: 13px;
    padding-left: 10px;
    border-bottom: 2px solid #0a5bac;
    line-height: normal;
    padding-bottom: 13px;
}
.index-title .title-h3{
	font-size:17px;
	letter-spacing:.2em;
	display:inline-block;
}
.index-title p{
	display: inline-block;
    margin-left: 40px;
    font-size: 17px;
    font-family: cursive;
    font-weight: 600;
	
}
.index-title .title-more {
    float: right;
    margin-right: 10px;
}

.index-title .title-more a {
    color: #999999;
}

.ih-first-news {
    margin: 10px;
}

.ih-first-news .ihf-img {
    float: left;
    margin-right: 10px;
}

.ih-first-news .ihf-title {
    font-size: 16px;
    font-weight: bold;
}

.ih-first-news .ihf-intro {
    color: #858585;
    margin-top: 10px;
    font-size: 14px;
}

.index-news-list {
    /* margin-top: 10px; */
	padding: 5px 10px;
}

.index-news-list li {
	height: 30px;
	line-height:30px;
    /* padding: 6px 0px; */
	overflow:hidden;
}

.index-hot .index-news-list li {
    /* padding: 5px 0px; */
}

.index-news-list li a {
    font-size: 15px;
}

.ihm-first-new {
    margin: 0 10px;
    border-bottom: 1px dashed #ddd;
    padding-bottom: 15px;

}

.ihm-first-new h2 {
    color: #0a5bac;
    font-size: 18px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

.ihm-first-new p {
    color: #858585;
    font-size: 14px;
    padding: 0px 10px;
}

.ih-main .index-news-list {
    margin-top: 0;
    padding: 5px 10px 10px 10px;
}

.ih-main .index-news-list span {
    margin-right: 5px;

}

.ih-main .index-news-list span a {
    color: #0a5bac;
}

.ih-main .index-news-list span.news-time {
    font-size: 14px;
    margin-left: 20px;
	float: right;
}

.icn-box {
    width: 314px;
    float: left;
    margin-left: 16px;
    margin-top: 10px;
}

.icn-first-box {
    margin-left: 0px;
}

.icn-box .icn-first-news {
    margin: 10px;
    position: relative;
    width: 295px;
    overflow: hidden;

}

.index-cate-news {
    overflow: hidden;
}

.icn-box .icn-first-news .is-title {
    display: none;
    position: absolute;
    width: 100%;
    bottom: 0px;
    height: 36px;
    line-height: 36px;
    background-color: #000;
    text-align: center;
    color: #fff;
    filter: Alpha(opacity=70);
    opacity: 0.7
}

.icn-box .index-news-list {
    margin-top: 10px;
}

/*????*/
.index-link {
    border: 1px solid #e8e8e8;
    overflow: hidden;
}

.index-link .il-title {
	font-size:16px;
	font-weight:bold;
    float: left;
    width: 20px;
    color: #0a5bac;
    padding:15px;
    background: #f0f5fa;
    text-align: center;
}

.index-link .il-list {
    padding: 10px;
    float: left;
    width: 890px;
    overflow: hidden;
}

.index-link .il-list a {
    font-size: 14px;
    color: #999;
    padding: 5px;
    display: block;
    float: left;
}

.index-link .il-gonghao {
    border-top: 1px solid #e8e8e8;

}

.index-link .il-gonghao .il-title {
    padding: 45px 15px;
}

.index-link .il-gonghao li {
    float: left;
    text-align: center;
    margin-right: 20px;
}

.index-link .il-gonghao ul {
    margin-left: 20px;
    margin-top: 20px;
}

.index-link .il-gonghao li p {
    font-size: 14px;
    padding-top: 10px;
}

/*??*/
.footer-full-nav {
    width: 100%;
    background: #14497F;
}

.footer-full-nav .footer-nav {
    text-align: center;
    color: #fff;
    padding: 15px 0px;
    background: #14497F;
}

.footer-nav a {
    color: #fff;
    padding: 5px 38px;
    font-size: 16px;
}

.footer-sub-nav {
    color: #ababab;
    margin-top: 20px;
}

.footer-sub-nav a {
    color: #ababab;
    padding: 5px;
}


.footer-text{
    margin-top:20px;
    overflow: hidden;
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
}
.footer-text span,.footer-text span a{
    margin-right: 20px;
    color:#ababab;
    padding:5px 0px;
    font-size:14px;
    float: left;
    display: block;
}
.footer-text a{
	margin-right: 20px;
    color:#ababab;
    font-size:14px;
	line-height:200%;
}
.footer-text span  a {
	padding:0;
}
.footer-copyright{
    padding:20px 0px
}

.footer-copyright p{
    text-align: center;
    color:#ababab;
    padding:5px 0px;
}

.footer-copyright p a{
    color:#ababab;
}

.icn-width-box{
	width:978px;
	margin-left:0;
	position: relative;
	padding-top: 52px;
}
.icn-width-box .index-title {
    
    position: absolute;
    top: 0;
    width:100%;
}
.icn-width-box .icn-box{
	width:295px;
}


/*乡村行*/
.index-xcx{background:url(../images/xcx_bg.jpg) no-repeat 100% 100%;width:980px;height:205px;margin:10px auto 0 auto;overflow: hidden;position:relative;display:none;}
.index-xcx .mlxcx{width:305px;height:205px;position:absolute;top:0;left:0;cursor:pointer;}
.index-xcx .main{width:600px;float:right;position: relative;padding:0 35px;margin:20px 0 0 0;}
.index-xcx .main .btn {display: block;width: 12px;height: 24px;position: absolute;top: 80px;cursor: pointer;}
.index-xcx .main .btnl {background: url(../images/xcx_left.png) no-repeat center;left: 10px;}
.index-xcx .main .btnr {background: url(../images/xcx_right.png) no-repeat center;right: 10px;}
.index-xcx .main .conbox {position: relative;overflow: hidden;}
.index-xcx .main .conbox ul {position: relative;list-style: none;}
.index-xcx .main .conbox ul li {float: left;width: 190px;height: 175px;margin-left: 15px;overflow: hidden;}
.index-xcx .main .conbox ul li:first-child {margin-left: 0;}
.index-xcx .main .conbox ul li img {display: block;width: 190px;height: 127px;transition: all 0.5s;}
.index-xcx .main .conbox ul li:hover img {transform: scale(1.1);}
.index-xcx .main .conbox ul li p{line-height:130%;font-size:15px;width: 150px;height:39px;margin: 10px auto 0 auto;overflow:hidden;}
/*乡村行*/


/*顶部轮播图*/
.header-top{width:100%;overflow: hidden;position:relative;}
.header-top .main{width:100%;position: relative;}
.header-top .main .conbox {position: relative;width: 1200px;height:200px;overflow: hidden;}
.header-top .main .conbox ul {position: relative;list-style: none;}
.header-top .main .conbox ul li {float: left;width: 1200px;height:200px;}
.header-top .main .conbox ul li:first-child {margin-left: 0;}
.header-top .main .conbox ul li img {display: block;width: 1200px;height:200px;transition: all 0.5s;}
/*顶部轮播图*/
/*Nav*/
.pc_nav {
	display:inline;
}
 ul.pc_nav li a{
	color:#fff;
	font-weight:bold;
	font-size:14px;
}
 ul.pc_nav li{
	 display:inline-block;
	 float: left;
    height: 10px;
	padding:0 30px;
 }
.city li{
	display:inline-block;
}
.city_site{
	float:left;
	
}
.hc-first{
	color:#ec9705;
	    padding-left: 35px;
		font-weight:bold
}
.city_site ul li.hc-first a{
	    margin-left: 0px;
		color:#ec9705;
	  
		font-weight:bold
}
.city_site ul li a{
	padding:0 5px;
	color:#fff;
	margin-left: 22.5px;
}
.city_site ul li{
	
}
/*轮播图*/
.index-tougao{width:100%;overflow: hidden;position:relative;display:none;}
.index-tougao .main{width:100%;position: relative;}
/*.index-tougao .main .btn {display: block;width: 12px;height: 24px;position: absolute;top: 80px;cursor: pointer;}*/
/*.index-tougao .main .btnl {background: url(../images/xcx_left.png) no-repeat center;left: 10px;}*/
/*.index-tougao .main .btnr {background: url(../images/xcx_right.png) no-repeat center;right: 10px;}*/
.index-tougao .main .conbox {position: relative;width: 280px;height:110px;overflow: hidden;}
.index-tougao .main .conbox ul {position: relative;list-style: none;}
.index-tougao .main .conbox ul li {float: left;width: 280px;height:110px;}
.index-tougao .main .conbox ul li:first-child {margin-left: 0;}
.index-tougao .main .conbox ul li img {display: block;width: 280px;height:110px;transition: all 0.5s;}
/*.index-tougao .main .conbox ul li:hover img {transform: scale(1.1);}*/
/*轮播图*/






ul.pc_nav li:first-child {
      padding-left: 35px;
}

ul.pc_nav li:last-child {
 padding-left: 12px;
}





