body,p,h1,h2,h3,h4,h5,h6,img,ul,li,dl,dd,dt,input,button,textarea{margin:0; padding:0;  }
body{
	font-size:16px; color:#000; font-family:"MicrosoftYaHei", "Arial"; 
}
img { border:0 none;}  
ol, ul ,dl,li,dt,dd{ list-style:none; }
h1, h2, h3, h4, h5, h6{font-weight:normal;}
em {font-style:normal; }
img{display: block; width: auto;}
input, button, select, textarea { outline:none; } 
textarea {
    resize: none;
    overflow: auto;
}
a {color:#333;text-decoration:none; outline: medium none; cursor: pointer;}
a:hover { text-decoration:none; outline: medium none;}
.clearfix:after{
  content:"";        
  display:block;        
  height:0;        
  clear:both;        
  visibility:hidden;   
}
.clearfix{zoom:1;}
.wap-flex{
    display:-webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content:space-between;
    justify-content:space-between;
    -moz-box-pack:space-between;
    -webkit--moz-box-pack:space-between;
    box-pack:space-between;
    align-items: center;
    -webkit-align-items:center;
    box-align:center;
    -moz-box-align:center;
    -webkit-box-align:center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.content{
	width: 1200px;
	margin: 0 auto;
}
.clear{
	clear: both;
}
.aniimg{
	overflow: hidden;
}
.aniimg img{
	display: block;
	transition: all 2s;
	vertical-align: middle;
	transform: scale(1);
}
.aniimgbox:hover .aniimg img{
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.content img{
	width: 100%;
}
.padd{
	padding: 70px 0;
}
.mtop{
	margin-top: 60px;
}
.menubtn{
	display: none;
}
header>a{
	display: block;
	float: left;
	width: 24.5%;
	padding:24px 0 30px;
}
.callbox{
	margin-left: 15.5%;
	width: 51%;
}
.callbox .email{
	width: 50%;
}
.iconlist{
	display: block;
	float: left;
	width: 30px;
	height: 64px;
	background: #BD1D21;
	text-align: center;
	margin-right: 10px;
}
.iconlist img{
	width: 20px;
	margin-top: 25px;
	display: inline-block;
}
.emailtxt span{
	font-size: 15px;
	display: block;
	margin-bottom:5px;
	margin-top: 20px;
	color: #4D4D4D;
}
.emailtxt a{
	font-size: 18px;
	font-weight: bold;
}
.callus .emailtxt a{
	font-size: 18px;
}
nav{
	height: 60px;
	background: #020C17;
}
nav .content{
    z-index: 9;
	position: relative;
}
nav .content>ul{
	width: 100%;
}
nav .content>ul>li{
	line-height: 60px;
	float: left;
	position: relative;
	margin-right: 10px;
}
nav .content>ul>li>a{
	font-size: 16px;
	padding: 0 23px;
	color: #FFF;
	display: block;
}
nav .content>ul>li.navact>a{
	background: #BD1D21;
	font-weight: bold;
}

nav .content>ul>li ul{
	position: absolute;
	box-shadow: 0px 11px 13px 0px rgba(0, 0, 0, 0.6);
	background: #FFF;
	top: 60px;
	word-break:keep-all;
	white-space:nowrap;
	padding: 10px 24px;
	display: none;
	z-index: 2;
	left: 50%;
	transform: translateX(-50%);
}
nav .content>ul>li ul li{
	line-height: 47px;
	border-bottom: 1px dashed #E8F1F5;
	text-align: center;
	padding: 0 20px;
}
nav .content>ul>li ul li:last-child{
	border:0 none;
}
nav .content>ul>li ul li.navact a{
	color: #BD1D21;
	font-weight: bold;
}
.code{
	position: absolute;
	width: 8.6%;
	right: 10px;
	bottom: 0;
}
.code p{
	color: #FFF;
	font-size: 15px;
	text-align: center;
	line-height: 30px;
}
.banner img{
	width: 100%;
}
.banner .swiper-pagination{
	bottom: 30px;
}
.banner .swiper-pagination span{
	width: 30px;
	height: 5px;
	border-radius: initial;
	opacity: .5;
}
.banner .swiper-pagination .swiper-pagination-bullet-active{
	opacity: 1;
	background: #BD1D21;
}
.titbox span{
	font-size: 60px;
	line-height: 60px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	opacity: 0.15;
	color: #BD1D21;
	display: block;
}
.titbox{
	margin-bottom: 30px;
}
.titbox h2,.titbox h1{
	font-size: 48px;
	line-height: 48px;
	font-weight: bold;
	margin-top: -30px;
	text-align: center;
}
.epcindex>p{
	font-size: 30px;
	text-align: center;
}
.epcindex>p font{
	color: #BD1D21;
}
.titboxfff span{
	color: #FFF;
}
.titboxfff h2{
	color: #fff;
}
.listtitbox{
	margin-top: 70px;
	margin-bottom: 0;
}
.listtitbox h1,.listtitbox h2{
	font-size: 36px;
}
footer{
	padding: 30px 0;
	background: #020C17;
}
footer p{
	float: left;
	font-size: 15px;
	color: #FFF;
}
.footright{
	float: right;
	color: #FFF;

}
.footright a{
	display: inline-block;
	color: #FFF;
}
.footright img{
	display: inline-block;
	width: auto;
	margin-right: 10px;
	vertical-align: middle;
}
.foot{
	background: #0F161D;
	padding: 40px 0;
}
.footcode{
	width: 29.75%;
	float: right;
	box-sizing: border-box;
	padding-left: 40px;
	border-left: 1px solid rgba(255,255,255,0.24);
}
.footcode li {
	font-size: 15px;
	color: #FFF;
	overflow: hidden;
	line-height: 40px;
}
.footcode li img{
	display: block;
	width: 16px;
	margin-right: 15px;
	float: left;
	margin-top: 12px;
	vertical-align: middle;
}
.footcode li span{
	float: left;
	display: block;
}
.footcode li a{
	display: block;
	color:#FFF;
	margin-top: 7px;
	width: 71%;
	float: left;
	line-height: 26px;
}
.footcodecon{
	width: 36.5%;
	margin: 25px auto;
}
.footcodecon p{
	font-size: 16px;
	color: #FFF;
	text-align: center;
	margin-top: 10px;
}
.footnav{
	width: 70%;
	float: left;
}
.footnav dl{
	overflow: hidden;
	padding: 20px 0 15px;
}
.footnav dl a{
	color: #FFF;

}
.footnav dl a:hover{
	color: rgba(255,255,255,0.85);
}
.footnav dt{
	padding-left: 20px;
	font-size: 16px;
	position: relative;
	float: left;
	line-height: 17px;
	font-weight: bold;
}
.footnav dt:before{
	content: "";
	width: 7px;
	height: 7px;
	background: #FFFFFF;
	border-radius: 50%;
	display: block;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -3.5px;
}
.footnav dd {
	margin-right: 15px;
	float: left;
}
.footnav dd a{
	font-size: 15px;
	line-height: 17px;
	border-right: 1px solid #FFF;
	padding-right: 15px;
}
.footnav dd:last-child a{
	border:0 none;
}
.footnavbtn{
	margin-top: 40px;
}
.footnavbtn a{
	line-height: 42px;
	height: 42px;
	background: #BD1D21;
	display: block;
	width: 189px;
	float: left;
	margin-right: 20px;
	border-radius: 42px;
	text-align: center;
}
.footnavbtn a span{
	font-size: 16px;
	color: #FFF;
	background: url(../images/mesicon.png) no-repeat left center;
	padding-left: 30px;
	display: inline-block;
}
.footnavbtn a:nth-child(2) span{
	background: url(../images/chaticon.png) no-repeat left center;

}
.footnavbtn a:hover span{
	font-weight: bold;
}
.totop{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background:url(../images/totop.png) no-repeat center center #BD1D21;
    background-size: 30px 24.4px;
    z-index: 7;
    position: fixed;
    right: 50px;
    bottom:50px;
    box-shadow: 0px 0px 0.21rem 0px rgba(0, 0, 0, 0.13);
    display: none;
    cursor: pointer;
}
/*route*/
.route{
	padding: 20px 0;
	background: #FFF;
	position: relative;
	z-index: 2;
	padding-left: 30px;
}
.route a{
	font-size: 15px;
	color: #666;
}
.route a:first-child:before{
	content:'';
	width: 16px;
	height: 16px;
	display: inline-block;
	background-size: 16px 16px;
	background:url(../images/routeicon.png) no-repeat 0px 0px;
	margin-right: 10px; 
	float: left;
}
.route i{
	display: inline-block;
	width: 6px;
	height: 10px;
	background-size: 6px 10px;
	background: url(../images/routeright.png) no-repeat;
	margin: 0 5px;
}
.route a:hover{
	color: #bd1d21;
}
.route a:first-child:hover:before{
	background-position:-16px 0px;
}
.route a:last-child:hover{
	color: #666;
}
/*route end*/
.pagediv{
	text-align: right;
	margin-top: 70px;
	font-size: 0;
}
.pagediv a,.pagediv span{
	width: auto;
	display: inline-block;
	font-size: 15px;
	color: #4D4D4D;
	margin: 0 5px;
	padding: 0 12px;
	height: 36px;
	border: 1px solid #E6E6E6;
	box-sizing: border-box;
	line-height: 36px;
}
.pagediv a:hover,.pagediv a.pageact{
	background: #BD1D21;
	border-color: #BD1D21;
	color: #FFF;
}
 .pagediv i{
 	display: inline-block;
 	font-style: normal;
 	color: #4D4D4D;
 	font-size: 15px;
 	margin: 0 10px;
 	line-height: 36px;
 }
 .mfoot{
	display: none;
 }
@media (max-width: 1300px){
	.content{
		width: 90%;
	}
	.padd{
		padding: 50px 0;
	}
}
@media (min-width: 1000px){
	nav .content>ul>li:hover ul{
		display: block;
	}
	nav .content>ul>li:hover>a{
		background: #BD1D21;
		font-weight: bold;
	}
	nav .content>ul>li ul li:hover a{
		color: #BD1D21;
		font-weight: bold;
	}
}