body, h1, h2, h3, h4, h5, h6, hr, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td{
	margin: 0;
	padding: 0;
	font-size: 16px;
}

img{border: 0 none;}
	
li{list-style-type: none;}

body{
	color: #151515;
	font-size: 16px;
	line-height: 190%;
	text-decoration: none;
	-webkit-font-smoothing: antialiased;
	font-family: "Microsoft YaHei", Helvetica, Arial, sans-serif;	
}
	
a{color: #151515;text-decoration: none;}
	
a:hover{color: #e60000;}

.w1200{width: 1200px;margin: 0 auto;}

h1{
	font-size: 42px;
	line-height: 110px;
	padding-bottom: 5px;
	margin-bottom: 45px;
	text-align: center;
	letter-spacing: 3px;
	background: url(line.png) no-repeat center bottom;
}

/*top*/
#top_box{
	position: fixed;
	top: 0;
	left: 0;
    width: 100%;
    height: 100px;
	margin: 0 auto;
	z-index: 999;
	background: #fff;
	box-shadow: -1px 3px 10px 0px rgba(0,0,0,0.06);
}
		
#top_box .logo{
	float: left;
	width: 275px;
    height: 100px;
	background: url(logo.png) no-repeat left center;
}

#top_box .menu_box{float: right;}

#top_box .menu{
	display: inline-block;
	position: relative;
    padding: 0 24px;
	line-height: 100px;
	z-index: 999;
}

#top_box .menunow{color: #e60000}

.menu_box .dropmenudiv_b{
	display: none;
	position: absolute;
	width: 125%;
	top: 100px;
	left: 0px;
	padding: 10px 20px;
	background: rgba(255,255,255,.96);
	box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06);
}

.menu_box .dropmenudiv_b a{
	display: block;
	color: #353535;
	font-size: 14px;
    line-height: 35px;
}
	
.menu_box .dropmenudiv_b a:hover{color: #e60000}

.menu_box .fa{float: right;color: #353535;line-height: 35px;}

/*banner*/	
#banner_box{
	width: 100%;
	height: 625px;
	margin: 100px auto auto;
	overflow: hidden;
}

#form_box{
	position: relative;
	width: 100%;
	height: 150px;
	margin: -70px auto auto;
	z-index: 900;
	overflow: hidden;
}

.form_box{
	width: 1100px;
	height: 100px;
	padding: 25px 50px;
	margin: auto;
	background: rgba(230,0,0,.8);
	color: #fff;
	line-height: 40px;
	border-radius: 6px;
	overflow: hidden;
}

.form_box li:first-child{
	float: left;
	height: 100px;
	padding-right: 40px;
	border-right: 1px solid rgba(255,255,255,.5);
	overflow: hidden;
}

.form_box li>h2{
	font-size: 30px;
	font-weight: 600;
	letter-spacing: 2.5px;
	margin-bottom: 15px;
}

.form_box div{float: left}

.form_box span{display: none}

.form_box .input{
	float: left;
	width: 280px;
	height: 40px;
	margin-right: 10px;
	background: #fff;
	text-indent: 20px;
	line-height: 40px;
	border-radius: 6px;
	font-size: 16px!important;
	font-family: "Microsoft YaHei"!important;
	border: 0;
	padding: 0;
	overflow: hidden;
}

.form_box .button{
	float: left;
	width: 120px;
	color: #fff;
	line-height: 40px;
	font-size: 16px!important;
	font-family: "Microsoft YaHei"!important;
	border: 0;
	padding: 0;
	background: #ffc401;
	border-radius: 6px;
	cursor: pointer;
}

.form_box li:last-child{float: left;padding-left: 40px;}

.form_box li:last-child>a{
	display: block;
	color: #fff;
	font-size: 36px;
	font-family: "Arial";
	font-weight: 600;
	margin-bottom: 15px;
}

.form_box li .iconfont{color: #ffc401;font-size: 36px;margin-right: 6px}

.form_box li h4{font-size: 22px;font-weight: 500;}

/*pro*/	
#pro_box{
	width: 100%;
	margin: -80px auto auto;
	padding: 100px 0px 60px 0px;
	background: #fbfbfb;
	overflow: hidden;
}

.tabs nav{text-align: center}

.tabs nav li{display: inline-block}

.tabs nav li a{
	position: relative;
	display: block;
	padding: 0 35px;
	margin: 0px 15px;
	color: #fff;
	font-size: 22px;
	font-weight: 500;
	letter-spacing: 1.5px;
	line-height: 50px;
	background: #353535;
	border-radius: 6px;
	overflow: hidden;
}

.tabs nav li a:hover,.tabs nav li.tab-current a{color: #fff; background: #e60000;}

.content-wrap section{
	display: none;
	width: 1200px;
	height: 425px;
	margin: 45px auto auto;
	background: #fff;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.06);
	overflow: hidden;
}

.content-wrap section.content-current{display: block;}

.pro_pic p{margin: auto}

.pro_pic img{
	float: left;
	display: block;
	width: 600px;
	height: 425px;
}

#pro_box .left{
	float: left;
	width: 520px;
	margin: 40px auto auto 40px;
	overflow: hidden;
}

#pro_box .left h2{
	width: 100%;
	border-left: 9px solid #e60000;
	line-height: 36px;
	padding-left: 12px;
	font-size: 30px;
    letter-spacing: 2.5px;
	margin-bottom: 25px;
	overflow: hidden;
}

#pro_box .left p{width: 100%;color: #353535;}

#pro_box .left ul{width: 100%;border-bottom: 1px dotted #e5e5e5;overflow: hidden}

#pro_box .left li{float: left;width: 25%;text-align: center;}

#pro_box h3{
	position: relative;
	width: 75px;
	margin: 10px auto;
	border-radius: 50%;
	cursor: pointer;
}

#pro_box h3 .iconfont{
	color: #e60000;
	font-size: 45px;
	line-height: 75px;
	font-weight: 500;
}

#pro_box .icon-tijian{font-size: 36px!important;}

#pro_box .icon-yaowan{font-size: 37px!important;}

#pro_box h3:before{
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	box-sizing: border-box;
	border: dashed 1px #e60000;
	content: "";
}

#pro_box h3:hover:before{animation: z 6s linear infinite;}

@keyframes z{
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(360deg);
	}
}

#pro_box h4{color: #656565;font-weight: normal;margin-bottom: 15px}

#pro_box .bottom h5{float: left;font-weight: normal;}

#pro_box .bottom p{color: #656565;line-height: 34px;}

#pro_box .bottom strong{color: #e60000;font-weight: normal;}

#pro_box .bottom a{
	float: right;
	display: block;
	width: 118px;
	height: 34px;
	margin-top: 15px;
	margin-left: 20px;
	border-radius: 18px;
	text-align: center;
	border: 1px solid #e60000;
	color: #e60000;
	line-height: 34px;
	background: #fff;	
}

#pro_box .bottom a:hover{color: #fff;background: #e60000;}

/*service*/	
#service_box,#news_box{
	width: 100%;
	margin: auto;
	padding: 20px 0px 60px 0px;
	background: #f7f7f7;
	overflow: hidden;
}

#news_box{background: #fbfbfb;}

#service_box .w1200,#news_box .w1200{overflow: hidden;}

#swiper-container1,#swiper-container2{float: left;width: 1230px;}

#swiper-container1 a,#swiper-container2 a{
	display: block;
	width: 380px;
	height: 445px;
	background: #fff;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.06);
	overflow: hidden;
}

#swiper-container2 a{height: 400px;}

#swiper-container1 a p{margin: auto}

#swiper-container1 h4,#swiper-container2 h4{
	width: 380px;
	height: 220px;
	margin-bottom: 30px;
	overflow: hidden;
}

#swiper-container2 h4{height: 235px;margin-bottom: 20px}

#swiper-container1 a img{transition: all 0.5s;}

#swiper-container2 a img{
	display: block;
	width: 380px;
	height: 235px;
	transition: all 0.5s;
}

#swiper-container1 a:hover img,#swiper-container2 a:hover img{transform: scale(1.1,1.1);}

#swiper-container1 h3{
	float: left;
	position: relative;
	width: 60px;
	margin-left: 30px;
	border-radius: 50%;
	text-align: center;
}

#swiper-container1 h3 .iconfont{
	color: #e60000;
	font-size: 35px;
	line-height: 60px;
	font-weight: 500;
}

#swiper-container1 .icon-jiankangzhuangkuang{font-size: 40px!important;}

#swiper-container1 a h3:before{
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	box-sizing: border-box;
	border: dashed 1px #e60000;
	content: "";
}

#swiper-container1 a:hover h3:before{animation: zz 6s linear infinite;}

@keyframes zz{
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(360deg);
	}
}

#swiper-container1 h2{
	float: left;
	margin-left: 16px;
	color: #e60000;
    font-size: 30px;
    letter-spacing: 2.5px;
	line-height: 60px;
}

#swiper-container2 h2{
	width: 320px;
	height: 60px;
	margin-left: 30px;
	font-size: 22px;
    letter-spacing: 1.5px;
	line-height: 30px;
	overflow: hidden;
}

#swiper-container1 h5,#swiper-container2 h5{
	float: left;
	color: #353535;
	font-weight: 400;
	margin: 15px 30px;
}

#swiper-container2 h5{color: #656565;font-weight: lighter}

.swiper-pagination{
	width: 100%;
	text-align: center; 
	margin: 50px auto auto;
	overflow: hidden
}

.swiper-pagination-bullet{
	width: 10px!important;
	height: 10px!important;
	border-radius: 100%;
	margin: 0 5px;
}

.swiper-pagination-bullet-active{background:#e60000!important;}

/*system_box*/	
#system_box{
	width: 100%;
	margin: auto;
	padding: 40px 0px 30px 0px;
	background: #f7f7f7;
	text-align: center;
	overflow: hidden;
}

#system_box a{
	display: inline-block;
	width: 165px;
	padding: 0px 60px;
}

#system_box a .iconfont{
	float: left;
	display: inline-block;
	color: #e60000;
	font-size: 50px;
	line-height: 60px;
}

#system_box a .icon-shenqingshenpi{font-size: 45px;}

#system_box a h3{
	float: left;
	display: inline-block;
	font-size: 22px;
	line-height: 60px;
	margin-left: 20px;
}

/*foot*/
#foot_box{
	width: 100%;
	background: #353535;
	padding: 40px 0px;
	margin: 0 auto;
	color: rgba(255,255,255,.8);
	overflow: hidden;	
}

#foot_box .left{float: left;width: 850px;}
	
.bottom_menu .menu{
	float: left;
	display: block;
	width: 170px;
	font-size: 18px;
	color: #fff;
	font-weight: 600;
	line-height: 40px;
	letter-spacing: 1.5px;
}
	
.bottom_menu .dropmenudiv_b{float: left;width: 170px;margin-top: 10px;}

.bottom_menu .dropmenudiv_b a{
	display: block;
	color: rgba(255,255,255,.8);
	font-size: 14px;
	line-height: 36px;
}

.bottom_menu .menu:hover,.bottom_menu .dropmenudiv_b a:hover{color: #fff;}

.bottom_menu #dropmenu4_b{display: none;}

.bottom_menu .dropmenudiv_b .fa{display: none}

.foot_intro{
	float: left;
	width: 850px;
	margin-top: 70px;
	font-size: 14px;
}

#foot_box .right{
	float: right;
	width: 275px;
	font-size: 14px;
	padding-left: 60px;
	padding-bottom: 20px;
	border-left: 1px solid rgba(255,255,255,.6);
	overflow: hidden;
}

#foot_box .right h3{
	font-size: 24px;
	color: #fff;
	line-height: 36px;
	letter-spacing: 1.5px;
	margin-bottom: 15px;
}

#foot_box .right p,#foot_box .right p a{color: rgba(255,255,255,.8);line-height: 36px;margin: auto}

#foot_box .right p strong{color: #fff;font-size: 20px;font-family: "Arial";}

#foot_box .right .iconfont{margin-left: 6px;color: #fff;text-decoration: underline}

.erewima{
	width: 145px;
	height: 200px;
	background-image: url(erweima.png);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 145px auto;
	text-align: center;
	line-height: 330px;
	margin-top: 20px;
}

/*右侧*/
.r_menu{
	position: fixed;
	right: 0px;
	bottom: 50%;
	z-index: 99;
}

.r_menu a{
	position: absolute;
	display: block;
	width: 60px;
	height: 60px;
	right: 0px;
	background: rgba(230,0,0,0.8);
	transition: all 0.6s ease;
	color: #fff;
	line-height: 60px;
}

.r_menu a:hover{background: rgba(230,0,0,1);}

.r_menu a b{
	float: left;
	display: block;
	width: 60px;
	font-size: 27px;
	text-align: center;
	font-weight: normal;
}

.r_menu a i{
	width: 277px;
	height: 259px;
	position: absolute;
	left: -277px;
	top: 0%;
	margin-top: -80px;
	display: none;
}

.r_menu a:hover i{display: block;background-image: url(sprite.png)}

.r_menu a:first-child{border-radius: 10px 0 0 0;}

.r_menu a:last-child{border-radius: 0 0 0 10px;}

.r_qq{top: 0px;transition: width 0.5s;overflow: hidden;}

.r_qq:hover{width: 185px;}

.r_wx{top: 60px;}

.r_tel{top: 120px;transition: width 0.5s;overflow: hidden;}

.r_tel:hover{width: 215px;}

.r_menu font{float: left;font-size: 18px;font-weight: 600;}

.r_go{top: 180px;}

