@charset "utf-8";
/* banner */
.c-banner{
	width: 100%;
}
.c-banner img{
	width: 100%;
}
.c-banner .banner ul{
	list-style: none;
	padding-left: 0px;
}
.c-banner .banner ul li{
	display: none;
	opacity: 0;
}
.c-banner .banner ul li:nth-child(1){
	opacity: 1;
	display: block;
}
.c-banner .banner ul li img{
	width: 100%;
	height: 170px;
}
.c-banner .nexImg,.c-banner .preImg{
	padding: 25px 10px 25px 10px;
	background: #ffff;
	opacity: 0.5;
	border-radius: 5px;
}
.c-banner .nexImg:hover,.c-banner .preImg:hover{
	opacity: 0.8;
}
.c-banner .jumpBtn{
	width: 100%;
	height: 0px;
	position: relative;
	z-index: 10;
	bottom: 50px;
	text-align: center;
}
.c-banner .jumpBtn ul{
	padding: 0px;
}

.c-banner .jumpBtn ul li{
	width: 15px;
	height: 15px;
	border-radius: 50%;
	display: inline-block;
	background-color: white;
	opacity: 0.9;
	margin-left: 10px;
}
.jianjie{
	width: 100%;
	/*height: 800px;*/
	padding: 60px 0px;
	background-image: url("https://swwz.oss-cn-beijing.aliyuncs.com/images/wap/jieshao.png");
	background-position:center;
	background-repeat:no-repeat;
	background-size: 100% 100%;
	position: relative;
	z-index: 1000;
}
.jianjie_main{
	width: 65%;
	color: #ffffff;
}
.jianjie_main_title{
	width: 90px;
	height: 90px;
	background-color: #bd8e3b;
}
.jianjie_main_title span{
	font-size: 85px;
	font-weight: bold;
	position: relative;
	bottom: 50px;
	left: 10px;
}
.jianjie_main_text{
	font-size: 50px;
	font-weight: bold;
	position: relative;
	width: 100%;
}
.zhuti_main{
	width: 100%;
	margin-top: 30px;
}
.zhuti_main_title{
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
.zhuti_main_title_text{
	color: #ffffff;
	font-weight: bold;
	font-size: 24px;
}
.main_title_td{
	width: 80px;
	height: 10px;
	background-color:#e5a32d;
	margin-bottom: 5px;
}
.zhuti_main_content{
	color: #e4e5e5;
	margin-top: 15px;
	line-height: 1.8;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical; 
    -webkit-line-clamp: 4; 
    overflow: hidden;
}
.zhuti_main_a{
	width: 120px;
	height: 40px;
	background-color: #e5a32d;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 15px;
	color: #fff;
}
.news{
	margin-top: 10px;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background-image: url("https://swwz.oss-cn-beijing.aliyuncs.com/images/wap/news.png");
	background-position:center;
	background-repeat:no-repeat;
	background-size: 100% 100%;
}
.news_main{
	padding-top: 80px;
	padding-bottom: 50px;
}
.main_title_bai{
	color: #ffffff;
}
.main_title_hei{
	color: #000000;
}
.main_title{
	margin-top: 20px;
}
.main_title_max{
	font-size: 36px;
	font-weight: bold;
}
.main_title_min{
	margin-left: 20px;
	font-size: 20px;
}
.news_main_content{
	display: flex;
	justify-content: space-between;
}
.news_main_left{
    background:rgba(255,255,255,0.8);
    padding: 40px 50px;
	margin-top: 50px;
}
.news_main_right{
    background:rgba(255,255,255,0.8);
    padding: 40px;
	margin-top: 50px;
}
.main_left_title{
	margin-bottom: 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.main_left_title_left{
	float: left;
}
.main_left_title_left_max{
	color: #353535;
	font-size: 28px;
	font-weight: bolder;
}
.main_left_title_left_min{
	margin-left: 10px;
	color: #353535;
	font-size: 16px;
}
.main_left_title_right{
	float: right;
	width: 70px;
	height: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #e5a32d;
	color: #ffffff;
	font-size: 12px;
}
.news_main_left_img img{
	width: 100%;
}
.news_main_left_content{
	margin-top: 10px;
	margin-bottom: 10px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #353535;
}
.news_main_left_content_left{
	font-size: 16px;
	font-weight:bold;
}
.news_main_left_content_right{
	font-size: 14px;
}
.fenye_title{
	float: left;
	font-size: 14px;
	color: #353535;
}
.fenye{
	float: right;
	display: flex;
	align-items: center;
	justify-content: center;
}
.fenye_left{
	width: 25px;
	height: 25px;
	background-color: #e5a32d;
	display: flex;
	justify-content: center;
}
.fenye_right{
	width: 25px;
	height: 25px;
	background-color: #e5a32d;
	margin-left: 10px;
	display: flex;
	justify-content: center;
}
.fenye img{
	width: 15px;
	height: 18px;
}
.list{

}
.item{
	margin-bottom: 25px;
	border-bottom: 1px dotted #000;
	display: flex;
	justify-content: space-between;
}
.item a{
	display: flex;
}
.item_icon{
	margin: 0px 5px;
	font-size: 26px;
	font-weight: bolder;
	color: #e5a32d;
}
.item_title{
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	margin-bottom: 5px;
	line-height: 45px;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical; 
    -webkit-line-clamp: 2; 
    overflow: hidden;
}
.item_date{
	font-size: 14px;
	color: #000000;
	line-height: 45px;
}
.friendlink{
	padding: 50px 0px;
}
.friendlink_list_td{
	border: 1px #e9e6ea solid;
	height: 180px;
	text-align: center;
	line-height: 160px;
}
.friendlink_list_td img{
	width: 150px;
	max-height: 100%;
}

body,ul {
	padding: 0;
	margin: 0;
	
}
ul {
	list-style: none;
}
.wrap {
	position: relative;
	width: 1200px;
	height: 360px;
	margin: 100px auto;
}
.content {
	position: absolute;
	width: 1200px;
	height: 360px;
}
.content li{
	position: absolute;
	background-size: 100% 100%;
	cursor: pointer;
}
.wrap a {
	position: absolute;
	display: none;
	z-index: 2;
	top: 50%;
	width: 60px;
	height: 60px;
	margin-top: -30px;
	font: 36px/60px "宋体";
	text-align: center;
	text-decoration: none;
	color: #fff;
	background: rgb(255, 100, 0);
	background: rgba(255, 100, 0, .6);
	transition: background 1s ease;
}
.wrap a:hover {
	background: rgb(255, 100, 0);
}
.prev {
	left: 30px;
}
.next {
	right: 30px;
}

.dashiji{
	padding-top: 50px;
	padding-bottom: 20px;
}
.gongyi{
	width: 100%;
	background-image: url("https://swwz.oss-cn-beijing.aliyuncs.com/images/wap/gongyi.png");
	background-position:center;
	background-repeat:no-repeat;
	background-size: 100% 100%;
}
.gongyi_main{
	padding: 50px 0px;
}
.gongyi_item{
	width:100%;
	height: 240px;
	margin:40px 0px;
	background:rgba(255,255,255,0.5);
	border-bottom:10px #e5a32d solid;
	display: flex;
	justify-content: center;
	align-items: center;
}
.gongyi_item img{
	width: 180px;
}
	*{margin:0;padding:0;}
	li{list-style: none;}
.time-line{max-width:1600px;margin:20px auto;position: relative;}
	.time-line .left-btn,.time-line .right-btn{width: 30px;height: 30px;background: url(https://swwz.oss-cn-beijing.aliyuncs.com/images/arrow.png) no-repeat;position: absolute;margin-top:-15px;cursor: pointer;}
	.time-line .left-btn{margin-right: 30px;left:0;top:50%;}
	.time-line .right-btn{margin-left: 30px;right:0;top:50%;transform: rotate(180deg);}
	.time-line .right-btn:hover{background: url(https://swwz.oss-cn-beijing.aliyuncs.com/images/arrow-hover.png) no-repeat;transform: rotate(180deg);}
	.time-line .left-btn:hover{background: url(https://swwz.oss-cn-beijing.aliyuncs.com/images/arrow-hover.png) no-repeat;}
	.time-line .time-box{width: 90%;margin: 0 auto;overflow: hidden;}
	.time-line .time-box ul{overflow: hidden;position: relative;}
	.time-line .time-box ul:after{content: "";background: #d2d2d2;height: 1px;width: 100%;position: absolute;left:0;top:50%;}
	.time-line .time-box li{padding: 10px;border-radius: 5px;width:210px;float: left;box-sizing: border-box;border: 1px solid #d2d2d2;position: relative; cursor: pointer;}
	.time-line .time-box li:nth-child(2n){margin-top: 245px;}
	.time-line .time-box li:before{content: "";border-left: 1px solid #d2d2d2;border-bottom: 1px solid #d2d2d2;position: absolute;width: 16px;height: 16px;background: #fff;   bottom: -9px; transform: rotate(-45deg);left: 50%;margin-left: -8px;}
	.time-line .time-box li:after{content: "";width: 15px;height: 15px;background: url(https://swwz.oss-cn-beijing.aliyuncs.com/images/point.png) no-repeat;position: absolute;left:50%;margin-left:-7px;bottom: 0;    bottom: -48px; z-index: 1;}
	.time-line .time-box li:nth-child(2n):before{bottom: auto;top: -10px;transform: rotate(-225deg);}
	.time-line .time-box li:nth-child(2n):after{bottom: auto;top:-46px;}
	.time-line .time-box li:hover,.time-line .time-box li.active{background: #1b96ff;border-color: #1b96ff;}
	.time-line .time-box li:hover:before,.time-line .time-box li.active:before{border-color: #1b96ff;background: #1b96ff;}
	.time-line .time-box li:hover:after,.time-line .time-box li.active:after{background: url(https://swwz.oss-cn-beijing.aliyuncs.com/images/point-hover.png) no-repeat;}
	.time-line .time-box li a{width: 100%;height: :100%;}
	.time-line .time-box li a:hover{color:#ffffff;}
















.dashiji_main{
	width: 100%;
	margin-top: 40px;
}
.dashiji_item_top{
	height: 100%;
	border-left:  1px #e5a32d dashed;
}
.dashiji_item_thumb{
	width:160px;
	height: 160px;
	border:20px #e5a32d solid;
	border-radius: 50%;
	margin: 0px;
}
.dashiji_item_thumb div{
	width:120px;
	height: 120px;
	border:3px #ffffff solid;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.dashiji_item{
	margin-top:30px;
	padding-bottom: 60px;
	height: 160px;
	display: flex;
	justify-content: space-between;

}
.dashiji_item_content{
	max-width:200px;
	margin:0px auto;
	height: 100%;
}
.dashiji_item_date{
	margin:10px 0px;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
}
.dashiji_item_jianjie{
	height: 71px;
	font-size: 12px;
	color: #000000;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical; 
    -webkit-line-clamp: 4; 
    overflow: hidden;
}
.dashiji_item_address{
	margin:10px 0px;
	font-size: 12px;
	color: #000000;
}
.main_more{
	margin:0px auto;
	margin-top:40px;
	margin-bottom:20px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.main_more a{
	width: 100px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #e5a32d;
	color: #ffffff;
	font-size: 16px;
}
