@charset "gb2312";
/* CSS Document */

body{ background:url(../images/banner02.jpg?01) no-repeat top center; }
a:hover{
	text-decoration: none;
	color: #188DE2;
}
.banner{ height: 687px;}
.banner img{ display:none;}
.con{background: url(../images/bg.jpg) center top no-repeat; }
.main{width: 1180px; margin: auto; overflow: hidden; padding: 40px 0; }

.jujiao{ width :400px;  float:left; background: #f8f8f8;padding: 25px 20px 10px 30px; }
.jujiao .title-a{background: url(../images/hot.png) no-repeat; height: 30px; line-height: 30px; position: relative;}
.jujiao .title-a a{ display: block;  position:absolute; right: 28px; }
.jujiao ul li{ margin-bottom: 15px;  font-size: 20px; overflow: hidden; line-height:1.2;height: 48px; font-weight: bold; padding-top: 15px; }
.jujiao ul li+li{
	border-top: 1px solid #e4e4e4;
}
.jujiao ul li a{ color:#000; }

.lunxian{ width :730px; float:left; height: auto;}


/*Í¼Æ¬ÂÖÏÔ¿ªÊ¼*/
    .slideBox{ position:relative; width:730px;  }
	.slideBox .hd{ position:absolute; height:28px; line-height:28px; bottom:0; right:0; z-index:1; }
	.slideBox .hd li{ display:inline-block; width:5px; height:5px; -webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px; background:#333; text-indent:-9999px; margin:0 6px;   }
	.slideBox .hd li.on{ background:#fff;  }
	.slideBox .bd{ position:relative; z-index:0; }
	.slideBox .bd li{ position:relative;  }
	.slideBox .bd li img{ width:100%;  height:380px; display:block;   }
	.slideBox .bd li a{ -webkit-tap-highlight-color:rgba(0, 0, 0, 0); /* È¡ÏûÁ´½Ó¸ßÁÁ */ }
	.slideBox .bd li .tit{display: block;
    width: 100%;
    position: absolute;
    bottom: 0;
    height: 57px;
    line-height: 57px;
    background: #188de2;
    color: #fff;
    font-size: 22px;
    padding-left: 15px;  }

	.slideBox .prev,
	.slideBox .next{ position:absolute; left:3%; top:50%; margin-top:-25px; display:block; width:32px; height:40px; background:url(../images/slider-arrow.png) -110px 5px no-repeat; filter:alpha(opacity=50);opacity:0.5;   }
	.slideBox .next{ left:auto; right:3%; background-position:8px 5px; }
	.slideBox .prev:hover,
	.slideBox .next:hover{ filter:alpha(opacity=100);opacity:1;  }
	.slideBox .prevStop{ display:none;  }
	.slideBox .nextStop{ display:none;  }
	.slideBox .pageState{
		    position: absolute;
		    width: 57px;
		    height: 57px;
		    background: #444;
		    color: #fff;
		    right: 0;
		    bottom: 0;
		    font-size: 14px;
		    line-height: 57px;
		    text-align: center;
			font-style: italic;
	}
	.slideBox .pageState span{
		font-size: 26px;
	}

/*Í¼Æ¬ÂÖÏÔ½áÊø*/



.title-b{ background: url(../images/tit01.png) no-repeat center; height: 95px; margin: 80px 0;}
.title-c{ background: url(../images/tit02.png) no-repeat center; height: 95px; margin: 80px 0;}
.title-d{ background: url(../images/tit03.png) no-repeat center; height: 95px; margin: 80px 0;}


.rc{ width:1230px;}
.rc li{ float: left; padding: 30px; background: url(../images/jx.png) no-repeat 10px 0px #f4f4f4; width: 320px; height: 70px; margin-bottom: 30px; margin-right: 30px;}
.rc li p{ font-size: 22px;  font-weight: bold; 
                     text-overflow: -o-ellipsis-lastline;
					  overflow: hidden;
					  text-overflow: ellipsis;
					  display: -webkit-box;
					  -webkit-line-clamp: 2;
					  line-clamp: 2;
					  -webkit-box-orient: vertical;}

.rimg{ width:1230px;}
.rimg li{ float: left;   width: 380px;  margin-bottom: 30px; margin-right: 30px;}
.rimg li img{ width:100%; height: 220px;}
.rimg li p{ background: #f4f4f4; padding: 15px; height: 50px;


} 

.more { text-align: center;}
.more a{ display: inline-block; width:190px; text-align: center; background: #eeeeee; line-height: 40px; font-size: 20px; color: #999;}

.footer {}
.footer .footer-nav {}
.footer .footer-nav a{color: #FFFFFF;margin-left: 10px;}
.footer .footer-sub{color: #999; font-size: 14px; line-height: 30px;}
.footer .footer-sub a{color: #999;}
.footer .mobile-media .item{float: left; width: 95px; margin-left: 25px;padding-top: 3px;}
.footer .mobile-media img{width: 95px;height: 95px;}
.footer .mobile-media p{text-align: center; font-size: 14px; line-height: 28px;}
.footer .footer-gray{background: #f6f6f6;padding: 30px 0;}
.footer .footer-black{background: #333333;color: #FFFFFF; font-size: 12px;line-height: 45px;height: 45px;overflow: hidden;}
.content-adv{width: 810px;}


@media screen and (max-width: 720px) {
	body{background: none;}
	.banner {height:auto;}
	.banner img{ display:block; width: 100%;}
	.main{width: 100%; margin:0; padding: 0 0 30px;  }
    .lunxian{ width: 100%; margin-right: 0; margin-bottom: 0px;    box-sizing: border-box;
    padding: 15px;
}
	.slideBox{width: 100%;}
	.slideBox .bd li img{ height: 200px;}	
	.slideBox .prev,
	.slideBox .next{display: none;}
	.slideBox .bd li .tit{
		    height: 36px;
		    line-height: 36px;
			font-size: 16px;
	}
	.slideBox .pageState{
		font-size: 12px;
		    width: 36px;
		    height: 36px;
			line-height: 36px;
	}
	.slideBox .pageState span{
		font-size: 16px;
	}
	.jujiao{width: 100%; margin: auto;    box-sizing: border-box;padding: 15px 15px 0; }
	.jujiao ul li{font-size: 16px; height: 41px;}
    .jujiao .title-a a{ right: 0;}


.title-b,.title-c,.title-d{background-size: 100%;     margin: 20px auto;
    width: 94%;}



	.rc{width:100%;box-sizing: border-box;
    padding: 0 15px;}
	.rc li{ width:86%; padding: 7%; margin-right: 0; margin-bottom:20px; height: auto; background-size: 7%;}
	
	.rc li p{ font-size: 16px; }
.rimg{width:100%;}
.rimg li{width:100%;}
.rimg li img{ height: auto;}
.rimg li p{ height: auto;}
.more{
	padding: 0 15px;
}
.more a {
    width: 100%;
    line-height: 38px;
    font-size: 16px;
 
}
.container{width: 100%;}
.footer-gray {
    display: none;
}
.footer-black .fl{
	float: none;
	text-align: center;
}

}

@media screen and (max-width: 320px) {
.slideBox .bd li img{ height: 170px;}	
}<!--ecms sync check [sync_thread_id="3bcee7cc5a424330844ab778a62d31c1" sync_date="2020-07-15 18:07:18" check_sum="3bcee7cc5a424330844ab778a62d31c1]-->