@charset "utf-8";
/* banner */
.c-banner{
	width: 100%;
}
.c-banner img{
	width: 100%;
}
.c-banner .banner ul{
	list-style: none;
	padding-left: 0px;
	margin-bottom: 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%;
	top: 0px;
	height: 600px;
}
.c-banner .nexImg,.c-banner .preImg{
	padding: 25px 10px 25px 10px;
	position: absolute;
	top: 50%;
	margin-top: -53px;
	background: #ffff;
	opacity: 0.5;
	border-radius: 5px;
	z-index: 10;
	
}
.c-banner .nexImg:hover,.c-banner .preImg:hover{
	opacity: 0.8;
}
.c-banner .nexImg{
	right: 0px;
}
.c-banner .jumpBtn{
	width: 100%;
	height: 0px;
	position: relative;
	z-index: 10;
	bottom: 50px;
	text-align: center;
}
.c-banner .jumpBtn ul{
	margin-bottom: 0px;
	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;
}
.c-banner .jumpBtn ul li:first-child{
	margin-left: 0px;
}
@media screen and (max-width:768px) {
	.c-banner{
		width: 100%;
		height: 345px;
		overflow: hidden;
	}
	.c-banner .banner ul li img{
		width: 768px;
		height: 345px;
		position: absolute;
		left: 50%;
		margin-left: -384px;
	}
}
.jianjie{
	width: 100%;
	height: 1000px;
	background-image: url("https://swwz.oss-cn-beijing.aliyuncs.com/images/index_jianjie.png");
	background-position:center;
	background-repeat:no-repeat;
}
.jianjie_main{
	padding-top: 50px;
	padding-bottom: 100px;
}
.jianjie_main_left{
	float: left;
	max-width: 800px;
	height: 100%;
}
.jianjie_main_left_cebiao{
	float: left;
	width: 60px;
	height: 100px;
}
.jianjie_main_left_zhuti{
	padding-top: 80px;
	float: left;
}
.left_zhuti_main{
	padding-top: 50px;
    width: 600px;

    
    
}
.left_zhuti_main_title{
	display:flex;
	justify-content: space-between;
	align-items: flex-end;
}
.left_zhuti_main_title_text{
	color: #ffffff;
	font-weight: bold;
	font-size: 28px;
}
.left_zhuti_main_title_td{
	width: 80px;
	height: 10px;
	background-color:#bd8e3b;
}
.main_title_td{
	width: 80px;
	height: 10px;
	background-color:#e5a32d;
}
.left_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: 6; 
    /* overflow: visible; */
}
.left_zhuti_main_a{
	width: 120px;
	height: 40px;
	background-color: #e5a32d;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top:8px;
	color: #fff;
}
.jianjie_main_right{
	float: right;
	max-width: 800px;
	height: 100%;
	color: #ffffff;
}
.jianjie_main_right_title{
	float: right;
	margin-left:300px;
	margin-top: 50px;
	width: 140px;
	height: 140px;
	background-color: #bd8e3b;
}
.jianjie_main_right_title span{
	font-size: 140px;
	font-weight: bold;
	position: relative;
	bottom: 70px;
	right: 40px;
}
.jianjie_main_right_content{
	font-size: 125px;
	font-weight: bold;
	position: relative;
	bottom: 40px;
}
.news{
	margin-top: 150px;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.news_back{
	width: 100%;
	height: 400px;
	background-color: #e5a32d;
	position: absolute;
	z-index: -1;
}
.news_main{
	margin: 0px;
	background-image: url("https://swwz.oss-cn-beijing.aliyuncs.com/images/news.png");
	background-position:center;
	background-repeat:no-repeat;
	background-size: 110% 110%;
	box-shadow: #000000 0px 0px 10px 1px;
	padding:80px 60px;
}
.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 50px;
	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{
	max-height: 300px;
}
.item{
	margin-bottom: 40px;
	border-bottom: 1px dotted #000;
}
.item_icon{
	float: left;
	margin: 0px 5px;
	font-size: 30px;
	font-weight: bolder;
	color: #e5a32d;
}
.item_title{
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	margin-bottom: 5px;
	line-height: 45px;
}

.item_date{
	float: right;
	font-size: 14px;
	color: #000000;
	line-height: 45px;
}
.friendlink{
	padding-top: 80px;
	padding-bottom: 100px;
}
.friendlink_list_td{
	border: 1px #e9e6ea solid;
	width: 270px;
	height: 180px;
	text-align: center;
	line-height: 160px;
}
.friendlink_list_td img{
	width: 150px;
	max-height: 100%;
}
.gongyi{
	height: 740px;
	width: 100%;
	background-image: url("https://swwz.oss-cn-beijing.aliyuncs.com/images/gongyi.jpg");
	background-position:center;
	background-repeat:no-repeat;
}
.gongyi_main{
	padding-top: 80px;
}


.dashiji{
	padding-top: 80px;
	padding-bottom: 100px;
}

	*{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;}























ul,ol{list-style: none}
.pre_banner_3d a{
    text-decoration: none;
    border:none;
}
.pre_banner_3d{
    margin:auto;
    width:1200px;
    height:900px;
    position:relative;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
}
.contrves{
    width:100%;
    height:auto;
    position:absolute;
    
}
.nav_banners{
    width:100%;
    height:auto;
    border-bottom: 1px solid #f2f2f2;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content:space-between;
}
.nav_banners>li{
    display:inline-block;
    padding:5px 16px;
    margin:12px 0;
    border-radius: 5px;
    font-size:14px;
    cursor: pointer;
}
.blue_nav{
    background:#63B504;
    color:#fff;
}
.banner_tree{
    width:100%;
    height:700px;
}
.show_phone_s{
    width:414px;
    height:736px;
    position:absolute;
    top:0;
    left:0;
    bottom: 0;
    right:0;
    margin:auto;
    z-index: 10
}
.color_font{
    background:#63B504;
    color:#fff;
    width: 45px;
    height: 100px;
    font-size:24px;
    text-align: center;
    line-height: 100px;
    border-radius: 5px;
    font-weight: 700;
    z-index: 50;
    cursor: pointer;
}
.left_btn{
}
.right_btn{
}
.img_phone{
    width:100%;
    height:100%;
}
.show_s_ui{
	margin-top: 50px;
    width:100%;
    height:500px;
    position:relative;
}
.show_s_ui>li{
    width:215px;
    height:362px;
    position:absolute;
    top:0;
    bottom:0;
    margin:auto;
    z-index: 30;
    cursor: pointer;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    opacity: 0;
    font-size:40px;
}
.show_s_ui>li>div{
    position: absolute;
    top:0;
    width:100%;
    height:100%;
    background:#fff;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=90);
    opacity: 0.9;
    display:none;
}
.show_s_ui>li>a>div{
    width:500px;
    height:300px;
    background:rgba(255,255,255,0.5);
    display: flex;
    justify-content: center;
    align-items: center;
}
.show_s_ui>li>a>div>img{
    height:150px;
}
#middel_shows{
    width:295px;
    height:503px;
    left:37.7%;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    opacity:1;
}
#left_shows{
    left:8%;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60);
    opacity: 0.6;
}
#right_shows{
    left:73%;
    opacity: 0.6;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60);
}
#small_left,#small_right{
    width:154px;
    height:249px;
    opacity: 0;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}
#small_left{
    left:-15%;
}
#small_right{
    left:102.5%;
}
@media screen and (max-width:1200px){
    .pre_banner_3d {width:1024px;height:763px;}
    #middel_shows {left: 35.5%;}
    .show_s_ui>li { width: 175px;height: 282px;}
    #small_left, #small_right {width: 131px;height: 194px;}
}
@media screen and (max-width:1024px){
    .pre_banner_3d {width: 875px;height: 765px;}
    .show_phone_s {width: 375px;height: 667px;}
    #middel_shows {left: 34.8%;}
    #middel_shows {width: 267px;height: 457px;}
}
@media screen and (max-width:879px){
    .pre_banner_3d {width: 746px;height: 735px;}
    #middel_shows {left: 31.8%;}
    #middel_shows {width: 269px;height: 457px;}
    .show_s_ui>li {width: 145px;height: 232px;}
}
@media screen and (max-width:768px){
    .pre_banner_3d {width: 675px;height: 586px;}
    .show_phone_s {width: 320px;height: 568px;}
    #middel_shows {left: 33.1%;}
    #middel_shows {width: 227px;height: 389px;}
    .show_s_ui>li {width: 138px;height: 215px;}
    #right_shows {left: 72%;}
    .banner_tree {height: 539px;}
}
@media screen and (max-width:685px){
    .color_font{display:none}
    #small_left {left: -55%;}
    .pre_banner_3d {width: 520px;}
    #small_right {left: 109.5%;}
    .show_phone_s {width: 300px;height: 496px;}
    #middel_shows {left: 29.7%;}
    #middel_shows {width: 213px;height: 340px;}
    #left_shows {left: 0%;}.show_s_ui>li {width: 106px;height: 190px;}
    #right_shows {left: 79.5%;}
}
@media screen and (max-width:521px){
    .pre_banner_3d {width: 359px;}
    #left_shows {left: -41%;}
    #right_shows {left: 107.5%;}
    #middel_shows {left: 20.4%;}
    #middel_shows {width: 214px;height: 340px;}
    .show_phone_s {width: 349px;height: 568px;}
    #middel_shows {left: 15.5%;}
    #middel_shows {width: 246px;height: 390px;}
}
@media screen and (max-width:359px){
    .pre_banner_3d {width: 320px;}
    .show_phone_s {width: 320px;height: 520px;}
    #middel_shows {left: 14.5%;}
    #middel_shows {width: 228px;height: 356px;}
}
.banner_tree_btn{
	height: 0px;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	top: 200px;
}