* {
	padding: 0;
	margin: 0
}
a{
	text-decoration: none;
}
li {
	list-style: none;
}

.clear {
	clear: both;
	height: 0;
}

.width {
	width: 1320px;
	margin: 0 auto;
	overflow: hidden;
}
.head_bg{
	width: 100%;
	height: 140px;
	overflow: hidden;
	border-top: 10px solid #3f3f3f;
	position: relative;
}
.top{
	width: 100%;
	height: 40px;
	line-height: 30px;
	background-color: #3F3F3F;
	display: flex;
}
.top .p1{
	color: #FFFFFF;
	font-weight: bold;
	font-size: 16px;
	padding-left: 49%;
	/* background: url(../img/phone.png) 64.5% 30% no-repeat; */
}
.top .p1 i{
	width: 40px;
	height: 40px;
	padding-left: 30px;
	background: url(../img/phone.png)no-repeat;
}
.top .p2{
	margin-left: 2.8%;
	color: #FFFFFF;
}
.top a{
	font-size: 16px;
	color: #FFFFFF;
}
.top::after{
	position: absolute;
	content: "";
	width: 50%;
	height: 40px;
	transform: skew(45deg);
	background-color: #ffffff;
	top: 0;
	left: -5%;
	z-index: 3;
}
.head{
	display: flex;
	justify-content: space-between;
}
.head_left{
	width: 40%;
}
.head_left img{
	width: 497px;
}
.head_right{
	width: 56%;
}
.nav{
	display: flex;
}
.nav li{
	width: 20%;
	height: 100px;
	line-height: 100px;
	text-align: center;
}
.nav li a{
	color: #3F3F3F;
}

/* banner */
.flexslider {
	position: relative;
	width: 100%;
	height: 450px;
	margin: 0 auto;
	overflow: hidden;
}

.flexslider .slides {
	position: relative;
	z-index: 1;
}

.flexslider .slides li {
	width: 100%;
	height: 450px;
}

.flex-control-nav {
	position: absolute;
	bottom: 4%;
	z-index: 2;
	width: 100%;
	text-align: center;
}

.flex-control-nav li {
	display: inline-block;
	width: 8px;
	height: 8px;
	margin: 0 5px;
	*display: inline;
	zoom: 1;
}

.flex-control-nav a {
	display: inline-block;
	width: 8px;
	height: 8px;
	overflow: hidden;
	cursor: pointer;
	font-size: 0;
	background: #fff;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	-moz-transition: .5s ease;
	-webkit-transition: .5s ease;
	transition: .5s ease;
}

.flex-control-nav a:hover {
	background: #2572ba;
}

.flex-control-nav .flex-active {
	background: #2572ba;
}

.flexslider .flex-direction-nav {
	position: absolute;
	z-index: 3;
	width: 100%;
	top: 0;
}

.flexslider .flex-direction-nav li a {
	display: block;
	width: 15%;
	height: 450px;
	overflow: hidden;
	cursor: pointer;
	position: absolute;
	filter: alpha(Opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	-moz-transition: .5s ease;
	-webkit-transition: .5s ease;
	transition: .5s ease;
}

.flexslider .flex-direction-nav li a.flex-prev {
	left: 0;
	background: url(../img/prev.png) 40% 50% no-repeat;
	background-size: 50px;
}

.flexslider .flex-direction-nav li a.flex-next {
	right: 0;
	background: url(../img/next.png) 60% 50% no-repeat;
	background-size: 50px;
}

.flexslider .flex-direction-nav li a:hover {
	filter: alpha(Opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

.flexslider .flex-direction-nav li a.flex-prev:hover {
	background-position: 30% 50%;
}

.flexslider .flex-direction-nav li a.flex-next:hover {
	background-position: 70% 50%;
}

/* 搜索 */
.search_bg{
	height: 60px;
	line-height: 60px;
	background-color: #f5f5f5;
}
.keys{
	float: left;
	text-align: center;
	font-size: 14px;
}
.keys a{
	padding: 0 10px;
	font-size: 14px;
	color: #868686;
}
.search{
	float: right;
	position: relative;
}
.search1{
	width: 280px;
	height: 35px;
	border: 1px solid #868686;
	border-radius: 10px;
	padding-left: 10px;
}
.search2{
	position: absolute;
	width: 35px;
	height: 35px;
	border: none;
	background: url(../img/search.png) center no-repeat;
	top: 15px;
	right: 5px;
}

/* 产品中心 */
.product{
	height: 760px;
}
.title{
	text-align: center;
	padding: 15px 0;
	margin: 10px 0 35px 0;
	background: url(../img/title_b.png) bottom no-repeat;
}
.title .p1{
	font-size: 36px;
	font-weight: bold;
}
.title .p1 span{
	color: #d50000;
}
.title .p2{
	font-size: 18px;
	color: #999999;
}

.menu_index {
	display: flex;
	justify-content: center;
	height: 67px;
	background: url(../img/pro_bg2.png)center no-repeat;
}
.menu_index  li{
	width: 280px;
	height: 65px;
	border: 1px solid #b5b5b5;
	border-radius: 30px;
	background-color: #f4f4f4;
	text-align: center;
	margin: 0 30px;
}
.menu_index  li a{
	position: relative;
	display: block;
	color: #B5B5B5;
	width: 280px;
	height: 65px;
	/* border: 1px solid #b5b5b5; */
	border-radius: 30px;
}
.menu_index  li:hover a{
	color: #FFFFFF;
}
.menu_index  li:hover p{
	color: #FFFFFF;
}
.menu_index  li span{
	display: inline-block;
	font-size: 48px;
	padding-right:15px;
}
.menu_index  li p{
	display: inline-block;
	font-size: 24px;
	line-height: 18px;
	color: #3F3F3F;
	padding-right: 30px;
}
.menu_index  li p i{
	font-size: 12px;
	
}
.btn_bg{
	position: absolute;
	right: 20px;
	top: 12.5px;
	width: 40px;
	height: 40px;
}
.menu_index .current a{
	background-color: #D50000  !important;
	color: #FFFFFF;
}
.menu_index .current a p{
	 color: #FFFFFF;
 }
 .cur{
	 color: #D50000 !important;
 }
/* .cur2{
	color: #FFFFFF !important;
}
.cur3{
	color: #FFFFFF !important;
} */
.hide{
	display: none;
}

.product_box{
	height: 480px;
	width: 100%;
}
.product_bg{
	width: 100%;
	margin-top: 45px;
	/* display: flex;
	justify-content: space-between;
	flex-wrap: wrap; */
}
.product_con{
	width: 310px;
	height: 206px;
	border: 1px solid #B5B5B5;
	overflow: hidden;
	position: relative;
	margin-bottom: 35px;
	float: left;
	margin: 0 8px 25px 8px;
}
.product_con img{
	width: 100%;
}
.product_con p{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 35px;
	line-height: 35px;
	text-align: center;
	background-color: rgba(0,0,0,.5);
	color: #FFFFFF;
}

/* 关于我们 */
.about{
	width: 100%;
	min-height: 900px;
	margin-bottom: 15px;
	background: url(../img/about_bg.jpg);
}
.about_title{
	width: 100%;
	height: 70px;
	margin: 50px 0 30px 0;
	position: relative;
}
.about_title .p1{
	position: absolute;
	font-size: 66px;
	font-weight: bold;
	color: rgba(213,0,0,.1);
}
.about_title .p2{
	font-size: 42px;
	font-weight: bold;
	padding-top: 30px;
}
.about_title .p2 span{
	color: #D50000;
}
.con1_left{
	float: left;
	width: 720px;
}
.con1_left p{
	font-size: 16px;
	line-height: 36px;
}
.con1_left a{
	float: right;
	display: block;
	margin-top: 25px;
	padding-left: 30px;
	width: 120px;
	height: 40px;
	line-height: 40px;
	border: 1px solid #B5B5B5;
	color: #3F3F3F;
	border-radius: 20px;
	background: url(../img/more1.png) 80% center  no-repeat #FFFFFF;
	transition: all .5s;
}
.con1_left a:hover{
	color: #FFFFFF;
	background: url(../img/more.png) 85% center  no-repeat #D50000;
	border: none;
}
.con1_right{
	float: right;
	width: 540px;
	height: 370px;
	overflow: hidden;
	margin-top: 10px;
}
.con1_right img{
	width: 100%;
}

.youshi_title{
	width: 100%;
	height: 32px;
	margin-top: 30px;
	background: url(../img/youshi.png) left center no-repeat;
}
.youshi_title p{
	font-size: 25px;
	font-weight: bold;
	line-height: 32px;
	padding-left: 35px;
	color: #D50000;
}
.youshi_con{
	width: 100%;
	display: flex;
	margin-top: 35px;
}
.youshi_con1{
	width: 25%;
	min-height: 250px;
	transition: .3s;
}
.one{
	background: url(../img/gc.png) top center no-repeat;
}
.one:hover{
	background: url(../img/gc1.png) top center no-repeat;
}
.two{
	background: url(../img/jg.png) top center no-repeat;
}
.two:hover{
	background: url(../img/jg1.png) top center no-repeat;
}
.three{
	background: url(../img/xl.png) top center no-repeat;
}
.three:hover{
	background: url(../img/xl1.png) top center no-repeat;
}
.four{
	background: url(../img/zl.png) top center no-repeat;
}
.four:hover{
	background: url(../img/zl1.png) top center no-repeat;
}
.youshi_con1 p{
	text-align: center;
	margin-top: 180px;
	color: #3c3d3d;
	padding: 0 20px;
}

/* 新闻 */
.news{
	width: 100%;
	min-height: 420px;
	margin-bottom: 40px;
}
.news_con{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.news_con1{
	width: 640px;
	height: 125px;
	border: 1px solid #B5B5B5;
	margin-bottom: 20px;
}
.news_con1 a{
	display: flex;
}
.news_con1 .p1{
	text-align: center;
	width: 20%;
	height: 80px;
	margin: 23px 20px;
	border-right: 1px solid #B5B5B5;
	font-size: 18px;
	color: #333333;
}
.news_con1 .p1 span{
	font-size: 36px;
	font-weight: bold;
}
.news_con1 .p2{
	width: 67%;
	height: 80px;
	margin: 23px 20px;
	font-size: 14px;
	color: #777777;
}
.news_con1 .p2 span{
	display: block;
	font-size: 18px;
	color: #333333;
}

/* 底部 */
.foot{
	/* width: 100%; */
	height: 290px;
	background-color: #3c3c3c;
}
.foot_con{
	min-height: 250px;
	border-bottom: 1px solid #FFFFFF;
}
.foot_left{
	float: left;
}
.foot_left img{
	padding: 15px 0;
}
.foot_left p{
	color: #FFFFFF;
	font-size: 14px;
	line-height: 30px;
	padding-left: 28px;
}
.foot_left .p1{
	background: url(../img/phone.png) left center no-repeat;
}
.foot_left .p2{
	background: url(../img/lxr.png) left center no-repeat;
}
.foot_left .p3{
	background: url(../img/chuanzhen.png) left center no-repeat;
}
.foot_left .p4{
	background: url(../img/mail.png) left center no-repeat;
}
.foot_left .p5{
	background: url(../img/address.png) left center no-repeat;
}

.foot_right{
	float: right;
	margin: 90px 60px 0 0;
}
.foot_right img{
	width: 120px;
}
.foot_right p{
	text-align: center;
	font-size: 14px;
	color: #FFFFFF;
}
.foot .p6{
	text-align: center;
	color: #FFFFFF;
	font-size: 14px;
	padding-top: 10px;
}
.foot .p6 a{
	color: #FFFFFF;
}

/* 位置 */
.position p{
	width: 100%;
	height: 45px;
	line-height: 48px;
	margin: 10px 0;
	padding-left: 28px;
	font-size: 15px;
	color: #333333;
	border-bottom: 1px solid #B5B5B5;
	background: url(../img/home.png) left center no-repeat;
}
.position p a{
	color: #333333;
}

/* 关于我们内页 */
.menu_about ul{
	display: flex;
	justify-content: center;
	margin-top: 20px;
}
.menu_about ul li{
	background-color: #F5F5F5;
	text-align: center;
}
.menu_about ul li a{
	display: block;
	width: 200px;
	height: 55px;
	line-height: 55px;
	font-size: 16px;
	color: #666666;
}
.cur2{
	background-color: #D50000 !important;
	color: #FFFFFF !important;
}

.about1{
	height: auto;
}
.about1_title{
	width: 100%;
	height: 60px;
	margin: 30px 0;
	background: url(../img/down.png) center bottom no-repeat;
}
.about1_title p{
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	color: #D50000;
}
.about1_con{
	width: 95%;
	min-height: 484px;
	box-shadow:0 0 40px 10px rgba(0,0,0,0.2);
	margin: 0 auto;
	margin-bottom: 90px;
}
.about1_left{
	float: left;
	width: 580px;
	height: 484px;
	overflow: hidden;
	margin: 0 auto;
}
.about1_left img{
	height: 484px;
}
.about1_right{
	float: right;
	width: 600px;
	margin-right: 30px;
}
.about1_right .p1{
	font-size: 30px;
	height: 90px;
	line-height: 100px;
	border-bottom: 1px solid #999999;
}
.about1_right .p2{
	padding-top: 5px;
	line-height: 35px;
}

.about1_desc{
	width: 99%;
	min-height: 200px;
	margin-bottom: 40px;
}

 /* 分页 */
 .page{
	 float: right;
	 width: 980px;
 	height: 50px;
 	text-align: center;
 	font-size: 14px;
 	background-color: #FFFFFF;
 	color: #676767;
 }
 .page,
 .page span,
 .page p,
 .page a {
 	padding: 4px;
 	font-size: 14px;
 	color: #868686;
 }
 
 .page a {
 	color: #666;
 }
 
 .page a:hover {
 	color: #005ca1;
 }

/* 联系我们 */
.contact{
	margin-top: 30px;
}
.contact_left{
	position: relative;
	float: left;
	width: 555px;
	height: 340px;
	background-color: #F5F5F5;
	padding: 30px;
	margin-bottom: 40px;
	border-radius: 10px;
}
.contact_left .p2{
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 22px;
	height: 150px;
	line-height: 22px;
	padding: 10px;
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #333333;
	border-radius: 0 10px 0 0;
	text-align: center;
}
.contact_right{
	position: relative;
	float: right;
	width: 555px;
	height: 340px;
	background-color: #F5F5F5;
	padding: 30px;
	margin-bottom: 40px;
	border-radius: 10px;
}
.contact_right .p1{
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 22px;
	height: 150px;
	line-height: 22px;
	padding: 10px;
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #333333;
	border-radius: 0 10px 0 0;
	text-align: center;
}

.map{
	width: 100%;
	height: 410px;
	margin-bottom: 30px;
}



.equipment{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.equipment_con{
	width: 31%;
	border: 1px solid #999999;
	margin-bottom: 30px;
	transition: all .3s;
}
.equipment_con:hover{
	border: 1px solid #D50000;
	background-color: #D50000;
}
.equipment_con img{
	width: 100%;
}
.equipment_con p{
	text-align: center;
	line-height: 30px;
	transition: all .3s;
}
.equipment_con:hover p{
	color: #FFFFFF;
}

