/***************************************公共样式css***********************************************/
input{
	border:none;
	border-radius: 4px;
	-webkit-appearance: none; 
	-moz-appearance: none; 
	-o-appearance: none; 
	appearance: none;
}
*{
	box-sizing: border-box;
	color:#333;
	-moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin:0;
    padding:0;
    font-size: 18px;
	font-family:Helvetica, Arial, Verdana, sans-serif; 
}
input, a, textarea{
	-moz-user-select: text !important;
    -webkit-user-select: text !important;
    -ms-user-select: text !important;
    user-select: text !important;
}
p, h1, ul, li, em{
	font-style: normal;
	list-style: none;
	font-weight: normal;
}
h1{
	font-size: 18px;
	line-height: 18px;
}
p{
	text-align:justify;
	text-justify:inter-ideograph;
	color: #7b7a7a;
	font-size: 14px;
}
a{
	color:#282828;
	text-decoration: none;
}
a:hover{
	color: #ea281e;
	text-decoration: none;
}
img{
	vertical-align: top;
}
.font24{
	font-size: 24px;
	line-height: 24px;
}
.font22{
	font-size: 22px;
	line-height: 22px;
}
.font25{
	font-size: 24px;
	line-height: 24px;
}
.font18{font-size: 18px;color: #2c2c2c;margin-bottom:2px !important;
}
.font14{font-size: 14px;}
.fl{
	float: left;
}
.fr{
	float: right;
}
.in{
	width:1200px;
	margin: 0 auto;
	overflow: hidden;
}
li{
	float: left;
}
ul{
	overflow: hidden;
}
/***************************************页面css***********************************************/
header{
	width: 1200px;
	margin:0 auto;
	height: 105px;
}
.logo{
	float: left;
	height: 100%;
	padding-top: 33px;
}
nav{
	float: right;
	height: 100%;
}
nav a{
	line-height: 103px;
    border-bottom: 4px solid #fff;
    display: block;
    margin: 0 20px;
    float: left;
	height: 100%;
	position: relative;
}
nav a:hover,nav a.active{
	color:#ea281e;
	border-bottom: 4px solid #ea281e;
}
nav a:after{
	width: 4px;
    height: 4px;
    content: '';
    background-color: #000;
    display: block;
    position: absolute;
    right: -20px;
    top: 49px;
}
nav a:last-child:after{
    display: none;
}
.swiper-container{
	width:100%;
	padding:0px;
	position: relative;
	z-index: 19;
}
.swiper-container .swiper-slide img{
	width:100%;
	float: left;
}
.middle{
	background-color: rgba(0,0,0,0.5);
    width: 100%;
    height: 160px;
    margin-top: -160px;
    z-index: 20;
    position: relative;
}
.middle ul{
	width: 1200px;
	height: 100%;
	margin:0 auto;
	padding: 20px 0 0px 100px;
}
.middle ul li{
	float: left;
	width: 266px;
	height: 140px;
	padding: 28px 0 0 16px;
	margin-left: 9px;
}
.middle ul li:nth-child(1) h1{
	text-align: right;
	line-height: 30px;
}
.write{
	color:#fff;
}
.red{
	color:#ea281e;
	font-weight: bold;
	font-size: 30px;
}
.middle ul li:nth-child(2){
	background-color: #3b35ac;
}
.middle ul li:nth-child(2) .font25{
	color: #6565f7;
}
.middle ul li:nth-child(3){
	background-color: #f2362c;
}
.middle ul li:nth-child(3) .font25{
	color: #ff766f;
}
.middle ul li:nth-child(4){
	background-color: #f76f1d;
}
.middle ul li:nth-child(4) .font25{
	color: #fcbb81;
}
.middle ul li:nth-child(1) .write{
	margin-top: 0px;
}
.middle ul li .write{
	margin-top: 12px;
}
.title{
	font-size: 30px;
	line-height: 76px;
}
.new .fl{
	width: 560px;
	overflow: hidden;
}
.tab{
	overflow: hidden;
}
.tab .button{
	margin-bottom: 30px;
}
.tab .button li{
	width:80px;
	font-size: 20px;
	height: 54px;
	line-height: 54px;
	text-align: center;
	cursor: pointer;
	background-color: #d1d1d1;
}
.tab .button li a{
	font-size: 20px;
}
.tab .button li.active{
	background-color: #ea281e;
	color: #fff;
}
.tab .box p{
	margin:28px 0;
}
.tab .box li.active{
	display: block;
}
.tab .box li{
	display: none;
}
.tab .border li{
	width: 20px;
	height: 2px;
	background-color: #afafaf;
	margin-right: 10px;
	cursor: pointer;
}
.tab .border li.active{
	background-color: #e8281d;
}
.new {
	margin-bottom:64px;
}
.new .fr .imgbox li{
	width:540px;
	height: 250px;
	background-size: cover;
	margin-top: 28px;
	position: relative;
	display: none;
}
.new .fr .imgbox li.active{
	display: block;
}
.new .fr .imgbox li .foot{
	width: 100%;
    height: 100px;
    background-color: rgba(255,255,255,0.9);
    bottom: 0px;
	position: absolute;
	padding-top: 32px;
}
.foot h1,.foot p{
	text-align: center;
	color: #333;
}
footer{
	height: 160px;
	width: 100%;
	background-color: #353535;
	padding-top: 28px;
	min-width: 1200px;
}
footer p,footer a{
	color: #a2a2a2;
	margin-bottom: 8px;
	font-size: 14px;
}
footer a:hover{
	text-decoration: underline;
	color: #a2a2a2;
}
.banner{
	min-width: 1200px;
	overflow: hidden;
}
.banner .in{
	text-align: right;
    height: 120px;
    padding-top: 80px;
}
.banner>img{
	width: 100%;
	float: left;
}
.banner .in img{
	margin-top:4px;
}
.banner .in span{
	color: #464646;
}
.contant{
	border-top:1px solid #d1d1d1;
	width: 100%;
	min-width: 1200px;
}
.contantin{
	max-width: 1680px;
	margin:0 auto;
	overflow: hidden;
}
.contantin img{
	width:100%;
	float: left;
}
.contactus{
	padding: 50px 0 100px 0;
}
.contactus img{
	float: left;
}
.contactus div{
	padding: 35px;
    overflow: hidden;
}
.contactus div h1{
	margin-bottom: 40px;
}
.contactus div p{
	margin-bottom: 20px;
}
.aboutus {
	height: 1047px;
}
.aboutus.high{
	height: 1088px;
}
.aboutus .box{
	display: none;
}
.aboutus .box.active{
	display: block;
}
.aboutus .fl .top{
	border-left:4px solid #ea281f;
	height: 24px;
	margin:72px 0 32px 0;
	line-height: 24px;
	padding-left: 30px;
	color: #ea281f;
}
.aboutus,.aboutus ul{
	overflow: inherit;
}
.aboutus .top span{
	color: #333;
	font-size: 14px;
	margin-left: 8px;
}
.aboutus .fl li{
	width: 200px;
	position: relative;
	height: 60px;
	clear: both;
	line-height: 60px;
	padding-left: 36px;
	cursor: pointer;
	border-top:1px dashed #ea281e;
}
.aboutus .fl li.active:before{
	width: 1200px;
	position: absolute;
	content: '';
	height: 60px;
	left: -1200px;
	top: 0px;
	background-color:#ea281e;
}
.aboutus .fl li.active:after{
	position: absolute;
    content: '';
    top: 24px;
    left: 120px;
    border-top: 5px solid transparent;
    border-left: 10px solid white;
    border-bottom: 5px solid transparent;
}
.aboutus .fl li.active{
	background-color:#ea281e;
	color: #fff;
	border-top:none;
}
.aboutus .fl li.active +li{
	border-top:none;
}
.aboutus .fl{
	border-right: 1px solid #d1d1d1;
	height: 100%;
	width: 273px;
}
.aboutus .fr{
	padding: 72px 0 64px 0; 
	width: 860px;
	margin-left: 67px;
}
.aboutus .fr .top{
	overflow: hidden;
	padding-bottom: 24px;
	border-bottom:1px solid #d1d1d1;
}
.aboutus .fr .top h1{
	float: left;
	color: #ea281e;
}
.aboutus .fr .top div{
	float: right;
	font-size: 14px;
}
.aboutus .fr .top div img{
	margin-top: 1px;
}
.aboutus .footer>h1{
	margin-top:50px;
}
.aboutus .footer>.red{
	margin-bottom: 40px;
}
.aboutus .footer p{
	margin-bottom: 12px;
}
.aboutus .footer .black{
	background-color: #dcdcdc;
	height: 24px;
	padding-left: 24px;
	line-height: 24px;
	margin:8px auto; 
}
.pspan>span{
	text-align:justify;
	text-justify:inter-ideograph;
	color: black;
	font-weight: bold;
	font-size: 14px;
}
.dian{
	position: relative;
	padding-left: 24px;
}
.dian>span{
	text-align:justify;
	text-justify:inter-ideograph;
	color: black;
	font-weight: bold;
	font-size: 14px;
}
.dian::after{
	position: absolute;
    content: '';
    height: 8px;
	width: 8px;
	border-radius:50%; 
    left: 0;
    top: 6px;
    display: block;
    background-color: black;
}
.header li{
	width: 100%;
	margin-bottom: 20px;
}
	
.header .leader {background-color: #f5f5f5;}
.header div{
	overflow: hidden;
	background-color: #f5f5f5;
	height: 237px;
	padding-right:8px; 
	padding-left: 8px;
}
.header div>h1{
	color: #e9281f ;
	font-size: 24px;
	margin: 20px auto !important;
}
.header div>h1 span {
	margin-left: 8px;
	font-size: 16px;
}
.header img{
	float: left;
}
.info{
	 background:#f5f5f5;
	 padding: 10px;
	 overflow: hidden;
}
.info img{
	float: left;
}
.info div{
	overflow: hidden;
	padding-left: 20px;
}
.info div .red{
	font-size: 18px;
	margin-top: 12px;
}
.s_dian{
	position: relative;
	padding-left: 8px;
}
.s_dian:after{
	position: absolute;
	content: '';
	width: 4px;
	height: 4px;
	display: block;
	left: 0px;
	top:6px;
	background-color: #b3b3b3;
}
.info_tab{
	margin-top:40px;
	overflow: hidden;
}
.info_tab .info_btn{
	border:1px solid #e3e3e3;
	overflow: hidden;
	display: flex;
	display: -webkit-flex;
	margin-bottom: 18px;
}
.info_btn li{
	flex: 1;
	-webkit-flex:1;
	height: 42px;
	line-height: 42px;
	text-align: center;
	cursor: pointer;
}
.info_btn li.active{
	background-color:#e1302a;
	color: #fff;
}
.info_tab .info_box li{
	display: none;
}
.info_tab .info_box li.active{
	display: block;
}
.info_tab .info_box img{
	margin-bottom: 24px;
}
.font14{font-size: 14px;color: 333;}
.block{
	background-color: #ea281e;
	position: relative;
	margin-bottom: 6px;
}
.block h1{
	color: #fff;
	width: 162px;
	position: absolute;
	top: 50%;
	text-align: center;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%)
}
.block h1:after{
	position: absolute;
    content: '';	
    right: -8px;
    top: 50%;
    margin-top: -8px;
    display: block;
    border-top: 8px solid transparent;
    border-left: 8px solid #ea281e;
    border-bottom: 8px solid transparent;
}
.block div{
	overflow: hidden;
	margin-left:162px;
	background-color: #eaeaea;
	height: 100%;
	padding: 12px 0 12px 28px;
}
.block div p{
	margin-bottom: 4px !important;
}
.height126{
	height: 126px;
}
.height50{
	height: 50px;
}
.margin20{
	margin-bottom:20px !important;
}
