.banner{
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.banner_slide{
	height: 945px;
	position: relative;
}
.banner_slide .font{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 2;
	text-align: center;
	top: 28%;
	transform: translate(0,0);
	opacity: 0;
	transition:all 0.8s cubic-bezier(.4,0,.2,1);
	transition-delay: 0.5s;
}
.banner_slide .swiper-slide-active .font{
	opacity: 1;
	transform: translate(0,-50%);
}
.banner_slide .swiper-slide{
	background-repeat: no-repeat;
	background-size: cover;
}
.banner_slide .main{
	position: relative;
	width: 1250px;
	margin: 0 auto;
	height: 100%;
}
.banner_slide .main .font .p0{
	font-size: 160px;
	color: #fff;
	position: absolute;
	left: 0;
    font-family: 'Anton', sans-serif;
	top: 50%;
	line-height: 170px;
	margin-top: -85px;
	width: 100%;
	opacity: 0.1;
}
.banner_slide .main .font .p1{
	font-size: 80px;
	line-height: 120px;
	color: #fff;
}
.banner_slide .main .font .p2{
	font-size: 24px;
	line-height: 50px;
	color: #fff;
}
.banner_slide .main .font button{
	font-size: 16px;
	color: #f97934;
	position: relative;
	z-index: 4;
	cursor: pointer;
	width: 150px;
	line-height: 50px;
	background: #fff;
	border: 0;
	border-radius: 6px;
	margin-top: 50px;
	transition:all 0.3s;
	text-align: center;
}
.banner_slide .main .font button span{
	display: inline-block;
}
.banner_slide .main .font button:hover{
	background: #00c1de;
	color: #fff;
}
.banner_slide .main .font button:hover span{
	background: url(../images/zx1.png) no-repeat left;
}
.banner_slide .img{
	position: absolute;
	left: 50%;
	bottom: 15%;
	opacity: 0;
	transition:all 0.8s cubic-bezier(.4,0,.2,1);
	transition-delay: 0.5s;
	transform: translate(-50%,50%);
}
.banner_slide .swiper-slide-active .img{
	opacity: 1;
	transform: translate(-50%,0);
}
.particles_box{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.banner .end{
	position: absolute;
	left: 0;
	width: 100%;
	bottom: 0;
	height: 100px;
	background: #2d3035;
	background-color: hsla(0,0%,100%,.1);
	z-index: 3;
}
.banner .end ul{
	height: 100%;
}
.banner .end li{
	width: 25%;
	height: 100px;
	box-sizing:border-box;
	color: #fff;
	text-align: center;
	float: left;
	transition:background 0.3s;
	border-right: 1px solid #727577;
 	border-color: hsla(0,0%,100%,.2);
  display: flex;
  overflow: hidden;
  align-items: center;
  justify-content:center;
  text-align: center;
}
.banner .end li .title .p1{
	line-height: 30px;
}
.banner .end li .title .p1 em{
	font-size: 40px;
	margin-right: 5px;
	line-height: 44px;
	font-weight: bold;
	display: inline-block;
	vertical-align: middle;
}
.banner .end li .title .p1 span{
	font-size: 24px;
	line-height: 44px;
	display: inline-block;
	vertical-align: middle;
}
.banner .end li:first-child{
	border-left: 1px solid #727577;
 	border-color: hsla(0,0%,100%,.2);
}
.banner .end li .title{
	text-align: left;
	margin-left: 10px;
	display: inline-block;
}
.banner .end li i{
	height: 48px;
	width: 48px;
	display: inline-block;
}
.banner .end li .ico1{
	background: url(../images/jinyang.png) no-repeat center;
	background-size: cover;
}
.banner .end li .ico2{
	background: url(../images/qiye.png) no-repeat center;
	background-size: cover;
}
.banner .end li .ico3{
	background: url(../images/anli.png) no-repeat center;
	background-size: cover;
}
.banner .end li .ico4{
	background: url(../images/xuyuelv.png) no-repeat center;
	background-size: cover;
}
.banner .end li .p2{
	line-height: 20px;
}
.banner .end li:hover{
	background-color: hsla(0,0%,100%,.06);
    text-decoration: none;
}
.all_title .line{
	width: 40px;
	height: 2px;
	background: #f97934;
	margin: 10px auto 0;
}
.in_mid .list{
}
.in_mid .baojia{
}
.in_mid .baojia .item{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 12px;
}
.in_mid .baojia .item > li{
    width: 280px;
    margin-right: 20px;
    background-color: #ffffff;
    border: solid 1px #d2d2d2;
    text-align: center;
}
.in_mid .baojia .item >li .b_top{
    height: 75px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    border-bottom: 1px solid #dedede;
    margin: auto;
}
.in_mid .baojia .item >li .b_top h1{
    font-size: 24px;
    font-weight: normal;
    line-height: 35px;
    color: #333333;
    margin-left: 10px;
}
.in_mid .baojia .item >li .b_center{
    display: inline-block;
    margin: auto;
    text-align: left;
    margin-top: 10px;
}
.in_mid .baojia .item >li .b_center li{
    font-size: 14px;
    line-height: 30px;
    color: #666666;
    position: relative;
}
.in_mid .baojia .item >li .b_center li:before{
    content: '';
    display: block;
    position: absolute;
    width: 22px;
    height: 21px;
    background: url(../images/dui.png) no-repeat;
    background-size: 100% 100%;
    top: 5px;
    left: -32px;
}
#particles-js{
	height: 100%;
}
.in_mid .baojia .item >li .hong{
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0px;
    color: #ef5b5b;
    margin-left: 10px;
    text-align: left;
}
.in_mid .baojia .item >li .b_bot{
    margin-top: 10px;
}
.in_mid .baojia .item > li .b_bot .jiage{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 10px;
    box-sizing: border-box;
    margin: auto;
}
.in_mid .baojia .item > li .b_bot .jiage .shounian{
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 0px;
    color: #333333;
}
.in_mid .baojia .item > li .b_bot .jiage .shounian span{
    font-size: 22px;
    font-weight: normal;
    color: #ff0000;
}
.in_mid .baojia .item > li .b_bot .jiage .xufei{
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 0px;
    color: #333333;
}
.in_mid .baojia .item > li .b_bot .jiage .xufei span{
    font-size: 16px;
    font-weight: normal;
    width: 61px;
	display: inline-block;
    color: #ff0000;
}
.in_mid .baojia .item > li .b_bot .jiage .xufei span em{
	display: inline-block;
}
.in_mid .baojia .item > li .b_bot .pwarn{
	height: 24px;
	line-height: 24px;
	font-size: 16px;
	color: #f00;
  margin-bottom: 6px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.in_mid .anniu{
    display: flex;
    justify-content: space-between;
}
.in_mid .anniu .b_left{
    background-color: #f97934;
    width: 50%;
}
.in_mid .anniu .b_left a{
    display: flex;
    height: 50px;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
}
.in_mid .anniu .b_right{
    background-color: #353535;
    width: 50%;
}
.in_mid .anniu .b_right a{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    font-size: 16px;
    line-height: 30px;
    color: #fff;
}
.in_mid .baojia .item > li .b_bot .jiage_jia .xufei,
.in_mid .baojia .item > li .b_bot .jiage_jia .xufei span,
.in_mid .baojia .item > li .b_bot .jiage_jia .shounian,
.in_mid .baojia .item > li .b_bot .jiage_jia .shounian span{
	font-size: 14px;
	color: #999;
}
.in_mid .baojia .item > li .b_bot .jiage_jia .xufei span,
.in_mid .baojia .item > li .b_bot .jiage_jia .shounian span{
	color: #333;
	text-decoration: line-through;
}
.in_mid{
	padding-bottom: 80px;
}
.in_pro{
	padding-bottom: 80px;
}
.class_more{clear: both;width: 200px;margin: 0 auto;padding-top: 50px;}
.class_more a{width: 200px;border: 1px solid transparent;line-height: 45px;font-size: 18px;text-align: center;color: #FFF;background-color: #f97934;}
.class_more a:hover{color:#000 ;background-color: #FFF;border: 1px solid #f97934;}
.in_news .part{
	width: 550px;
	padding: 0 40px;
	float: left;
	box-sizing: border-box;
	border-right: 1px solid #eee;
}
.in_news .part:first-child{
	padding-left: 0;
}
.in_news .part:last-child{
	border-right: 0;
	padding-right: 0;
}
.in_news .part .top{
	position: relative;
	overflow: hidden;
    margin-bottom: 20px;
}
.in_news .part .top .end{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	line-height: 46px;
	color: #fff;
	padding: 0 20px;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    background: rgba(0,0,0,0.5);
    box-sizing:border-box;
}
.in_news .part .top img{
	width: 100%;
	transition:all 0.3s;
}
.in_news .part .top:hover img{
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}
.in_news .part .top:hover p{
	color: #f97934
}
.in_news .part li{
	margin-bottom: 15px;
	line-height: 22px;
}
.in_news .part li:last-child{
	margin-bottom: 0;
}
.in_news .part li a{
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
		display: inline;
}
.in_news .part li a:hover{
	color: #f97934
}
.in_news{
	padding-bottom: 80px;
	background: #f5f5f6;
}
