@charset "utf-8";
/*reset*/
*{ font-family: "微软雅黑"; font-size: 16px;}
body,p,h1,h2,h3,h4,h5,h6,ul,li,img,input,table,dl,dd{ margin: 0; padding: 0;}
img{ display: block; border: none;}
input{border:none;outline:none;font-family:Hiragino Sans GB,microsoft yahei,arial,sans-serif}
button,label {cursor:pointer;
border: none;
background-color: transparent;
outline: none;}
li{ list-style: none; vertical-align: middle;}
a{ text-decoration: none; color:#666; border: none;}
a:hover{
	 text-decoration: none;
}
input{ outline: none; border: none;}
/*h1,h2,h3,h4,h5,h6{ font-weight: normal;}*/
.fl{ float: left;}
.fr{ float: right;}
.clearfix:after{ display: block; height: 0; clear: both; content: ""; visibility: hidden; }

.w1200{width: 1220px; margin: 0 auto;}
.w1460{width: 78.5%; min-width: 1300px; margin: 0 auto;}
.w1300{width: 69.27%; min-width: 1300px; margin: 0 auto;}
.w1376{width: 1376px; min-width: 1300px; margin: 0 auto;}
.w84{width: 90%; min-width: 1300px; margin: 0 auto;}
.w90{width: 90%; min-width: 1300px; margin: 0 auto;}

/*------------------------ 公共 开始 -----------------------------*/
.header{background: #f6f6f6;}
/*--top--*/
.top{background: rgba(249,249,249,1);min-height: 35px;min-width: 1200px;}
.top_section{height: 35px;line-height: 35px;}
.top_Welcome{font-size: 12px;color: #666;float: left;}
.top_Welcome a{margin:0 3px;color: #cf121b;font-size: 12px;}
.top_fun{float: right;}
.top_fun a{font-size: 12px;color: #666;display: block;padding: 0 10px;position: relative;}
.top_fun li{float: left;height: 35px;}
.top_fun li i{width: 1px;background: rgba(230,230,230,1);height: 14px;position: absolute;right: 0px;top: 10px;display: inline-block;}
/*--top end----*/
/*--head--*/
.head{height: 80px;}
.logo_section{float: left;}
.logo_img{float: left;margin-top: 6px;}
.logo_text{float: left;margin-left: 34px;margin-top: 18px;}
.logo_text h1{color: #333;margin-bottom: 4px;}
.logo_text li{float: left;margin-right: 14px;}
.logo_text li p{font-size: 10px;color: #666;}
.logo_text li a{font-size: 10px;color: #444;float: left;margin-top: 2px;}
.logo_text li span{display: block;float: left;margin-right: 3px;}
.logo_text li:nth-child(1) span{width: 17px;height: 20px;background: url(../img/icon-shop.png)no-repeat;background-position: -16px 0px;}
.logo_text li:nth-child(2) span{width: 17px;height: 20px;background: url(../img/icon-shop.png)no-repeat;background-position: -16px -30px;}
.logo_text li:nth-child(3) span{width: 18px;height: 18px;background: url(../img/icon-shop.png)no-repeat;background-position: -16px -64px;}
.head_search{width: 507px;height: 36px;float: right;margin-top: 22px;}
.form-control{width: 422px;height: 36px;border: 2px solid #2e619b;box-sizing: border-box;padding-left: 10px;float: left;}
.cy-search{width: 80px;height: 36px;background: #2e619b;text-align: center;line-height: 36px;color: #fff;float: left;}
/*--head end----*/

/*foot*/
.foot{
	background: url(../img/foot.jpg) no-repeat center 0;
	padding: 55px 0;
}
.fUl{
	display: flex;
}
.fUl li{
	flex: 1;
	margin-right: 35px;
}
.fUl li h5{
	font: bold 26px/55px "微软雅黑";
	color: #ffa200;
}
.fUl li span,.fUl li p{
	font: lighter 16px/35px "微软雅黑";
	color: #fff;
}
.fUl li h6{
	font: bold 38px/55px impact;
	color: #fff;
	padding-left: 45px;
	background: url(../img/phone02.png) no-repeat 0 center;
}
.fUl li div{
	margin-left: 40px;
}
.fUl li div p{
	text-align: center;
}
.fUl li img{
	display: block;
	width: 130px;
	margin: 0 auto;
}

/*--nav--*/
.nav li{float: left;height: 100%; transition: .3s;}
.nav_section{width: 100%;height: 55px;background: #1a73e8;}
.nav li a{color: #fff;display: block;height: 100%;padding: 0 50px;line-height: 55px;}
.nav li:hover{
	background: #ffb200;
}
/*----.footB----*/

.bMxin{
	background: #c4002e;
}
.bMxin p{
	color: #fff;
	line-height: 50px;
}
.bMxin a{
	color: #fff;
	line-height: 40px;
}
.bMxin a:hover{
	text-decoration: underline;
}
.bMxin img{
	margin-top: 8px;
}

/*------------------------ 公共 结束 -----------------------------*/

/*------------------------ index开始 -----------------------------*/

/*banner*/
.banner{
    position: relative;
    height: 100%;
    }

.swiper-container {
    width: 100%;
    height: 100%;
}
.swiper-slide {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.swiper-slide a{ display: block; width: 100%; height: 100%;}
.swiper-slide a img{ width: 100%;}

/*contact*/
.contact h4{
	font: bold 36px/75px "微软雅黑";
	color: #ffb200;
	width: 280px;
	height: 65px;
	margin: 38px auto;
	text-align: center;
	background: url(../img/CONTACT.png) no-repeat center center;
	}
.contact_box{
	background: url(../img/contact.jpg) no-repeat center 0;
	padding: 40px 0 0;
	}
.contact_box h2{
	font: bold 36px/50px "微软雅黑";
	color: #fff;
	text-align: center;
	}
.contact_box i{
	display: block;
	font: normal 16px/30px "微软雅黑";
	color: #fff;
	text-align: center;
	}
.contact_box h6{
	display: block;
	width: 365px;
	margin: 0 auto;
	font: lighter 41px/50px "微软雅黑";
	color: #ffb200;
	text-align: center;
	padding-right: 53px;
	background: url(../img/phone01.png) no-repeat right center;
}

.contactUl{
	display: flex;
	padding: 65px 0 40px;
}
.contactUl>p{
	flex: 1;
	margin-left: 40px;
	font: normal 16px/30px "微软雅黑";
	color: #fff;
	padding-left: 55px;
}
.contactUl>p:nth-child(1){
	background: url(../img/i01.png) no-repeat 0 0;
}
.contactUl>p:nth-child(2){
	background: url(../img/i02.png) no-repeat 0 0;
}
.contactUl>p:nth-child(3){
	background: url(../img/i03.png) no-repeat 0 0;
}
.contactUl>p:nth-child(4){
	background: url(../img/i04.png) no-repeat 0 0;
}

/*product*/
.product{
	padding: 50px 0;
}
.product .left_side{
	margin-top: 10px;;
}

.left-lx{
	width: 297px;
	margin-top: 10px;
}
.pc_tt {
	color: #fff;
	/*height: 165px;*/
	background: #ffb200 url(../img/p02.png) no-repeat 30px 28px;
	padding: 20px 0 30px 65px;
	box-sizing: border-box;
}
.pc_tt h2{
	font: bold 26px/40px "微软雅黑";
	color: #fff;
}
.pc_tt p{
	font: lighter 14px/30px "微软雅黑";
	color: #fff;
}
.left_cplei{
	background: #4b4b4b;
}
.left_cplei ul li{
	height: 75px;
	border-bottom: #5c5c5c 1px solid;
}


.left_cplei ul li a{
	display: block;
	width: 80%;
	box-sizing: border-box;
	margin: 0 auto;
	font: lighter 16px/30px "微软雅黑";
	color: #fff;
	padding-left: 45px;
	line-height: 75px;
	background: url(../img/p01.png) no-repeat 0 center;
	transition: .3s;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
}
.left_cplei ul li:hover a{
	font-size: 18px;
}

/**/
.proUl{
	width: 910px;
}
.proLi{
	width: 30%;
	float: left;
	margin: 0 .65%;
	border: #e6e6e6 1px solid;
	box-sizing: border-box;
	padding: 3px;
	margin-top:10px;
}
.proImg,.proImg img{
	width: 100%;
	height: 265px;
}
.proImg{
	overflow: hidden;
}
.proImg img{
	transition: .5s;
}
.proLi:hover .proImg img{
	transform: scale(1.1);
}
.proLi h3{
	height: 45px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	font: lighter 16px/47px "微软雅黑";
	color: #333;
	border-bottom: #eaeaea 1px dashed;
}
.proP p{
	font: lighter 22px/50px "微软雅黑";
	color: #dc2727;
}
.proP p i{
	font: lighter 22px/50px impact;
	color: #dc2727;
}
.proP span{
	font: lighter 14px/50px "微软雅黑";
	color: #616161;
	display: inline-block;
	margin-right: 20px;
}
.proP h6{
	width: 87px;
	height: 25px;
	font: lighter 14px/23px "微软雅黑";
	color: #fff;
	background: #dc2727;
	padding-left:5px;
	display: inline-block;
	margin-right: 20px;
	border-radius: 5px;
	margin-top: 13px;
	overflow: hidden;
}
.proP h6 em{
	display: inline-block;
	float: right;
	width: 24px;
	height: 25px;
	background: #ffb200;
}
.proP h6 em img{
	margin: 5px auto;

}

/*about*/
.about{
	padding: 85px 0 340px;
	background:url(../img/ab.jpg) no-repeat center 0;
	/*background-size:100%;*/
	height: 400px;
}
.abbt{
	display: block;
	width: 580PX;
	margin:0 auto;
}
.abbt h2{
	font: bold 41px/75px "微软雅黑";
	color: #fff;
	width: 540px;
	height: 65px;
	margin: 0 auto;
	text-align: center;
}
/*.abbt h2::before{*/
/*	content: "";*/
/*	display: block;*/
/*	width: 75px;*/
/*	height: 6px;*/
/*	background:#ffb100 ;*/
/*	margin: 0 auto 6px;*/
/*}*/
.abbt h2 span{
	font: lighter 38px/75px "微软雅黑";
	color: #fff;
}
/*.abbt p{*/
/*	font: bold 60px/95px impact;*/
/*	color: #ffb100;*/
/*	text-align: center;*/

/*}*/
.abbt img{
	display: block;
	margin: 0 auto;
}
.jjL{
	width: 90%;
	margin: 75px auto;
}

.jjL p{
	text-align: center;
	color: #fff;
	line-height: 36px;
}


.btABout{
	display: block;
	width: 540px;
	height:45px;
	margin: 0 auto;
	border: #ce0000 1px solid;

	border-radius: 50px;
	color: #fff;
	text-align: center;
	line-height: 45px;
	padding-left: 15px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
}
.btABout span{
	color: #fff;
	font:  normal 30px/45px impact;
}
.abp{
	display: inline-block;
}
.btABout i{
	display: block;
	width: 190px;
	background:#ce0000 url(../img/jt.png) no-repeat 150px center;
	color: #fff;
	text-align: center;
	line-height: 45px;
	border-radius: 50px;
	font-style: normal;
}
.btABout:hover{
	transform: scaleX(1.05);
	-webkit-transform: scaleX(1.05);
	-moz-transform:scaleX(1.05);
}

/*------------------------ index结束 -----------------------------*/

/*------------------------ products 开始 -----------------------------*/

.left_side{width:280px;}
.left_side .box_one, .left_side .box_two{width:260px;padding:10px 10px;}
.left_side .box_one{
	background-color:#ffb200;
}
.left_side .box_two{
	background-color:#c4002e;
}
.left_side .box_one .title{text-align: center;margin-bottom:20px;}
.left_side .box_one .title h3{color:#fff;font-weight:bold;font-size:30px;margin:20px 0 10px 0;}
.left_side .box_one .title p{color:#fff;font-size:16px;}
.left_side .box_one ul li{line-height:60px;background-color:#fff;margin-bottom:6px;text-align:left;}
.left_side .box_one ul li a{
	display: block;
	color:#333;
	padding-left:20px;
	padding-right:35px;
	position: relative;
	z-index:1;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;-moz-transition: 0.5s;
	transition: 0.5s;background:url(../img/son.png) 220px center/8% no-repeat;
	white-space:nowrap; overflow:hidden; text-overflow: ellipsis;
}
.left_side .box_one ul li a i{position: absolute;height:100%;width:0;left:0;top:0;z-index:-1;background-color: #f1f1f1;-webkit-transition:.5s width;-o-transition:.5s width;-ms-transition:.5s width;-moz-transition:.5s width;transition:.5s width;}
.left_side .box_one ul li a:hover i, .left_side .box_one ul li a.active i{width:100%;}
.left_side .box_one ul li a:hover, .left_side .box_one ul li a.active{font-weight:bold;background-position-x:260px;}
/*.left_side .box_one ul li .son_nav{border-top:2px solid #1d4ec5;}*/
.left_side .box_one ul li .son_nav a{background:none;height:40px;line-height:40px;}
.left_side .box_two{margin-top:10px;text-align: center;padding:20px 10px;}
.left_side .box_two .call_box{padding-left:56px;width:136px;margin:0 auto;text-align: left;height:46px;background:url(../img/phone02.png) left center no-repeat;}
.left_side .box_two .call_box h4{color:#fff;font-weight:bold;font-size:14px;}
.left_side .box_two .call_box p{color:#fff;font-size:18px;font-size:20px;color:#fff; font-family: impact;}
.left_side .box_two img{width:170px;display: inline-block;margin:20px 0 0;}
.left_side .box_two strong{display: block;color:#fff;font-size:14px;margin-top:10px;}
#list .right_side{font-size:16px;line-height:26px;}
#list .right_side.fr{width:1200px;}
@media(max-width:1505px ){#list .right_side.fr{width:900px;}}
/*------------------------ products 结束  -----------------------------*/


/*分页*/
.met_pager{
	margin:0 auto;
	font-size:14px;
	font-family:微软雅黑;
	margin-top: 20px;
}
.met_pager ul{
	width: 100%;
	text-align: center;
}
.met_pager li{
	margin-bottom: 0;
	width:auto;
	border: 1px solid #e6e6e6;
	border-radius: 2px;
	float: none;
	display: inline-block;
	margin-left: 10px;
}
.met_pager li.active{
	background: #1db69a;
	color: #fff;
	border: 1px solid #1db69a;
}
.met_pager a,
.met_pager span{
	display:block;
	padding:10px;
	color:#333;
	text-decoration:none;
}
.met_pager li:hover,
.page .on{
	background: #1db69a;
	color: #fff;
	border: 1px solid #1db69a;
	cursor: pointer;
}


/*------------------------ about 开始 -----------------------------*/
.abRight{
	width: 910px;
}
.abRight h2{
	font: bold 36px/75px "微软雅黑";
	color: #333;
	text-align: center;
}
.abRight h5{
	    margin-bottom: 35px;
    font-size: 24px;
    color: #666;
    text-align: center;
    line-height: 38px;
    letter-spacing: 10px;
    font-weight: normal;
}
.abRight h5 i{
	    display: inline-block;
    padding: 0 7px 0 15px;
    margin-right: 15px;
    background: #ff6633;
    color: #fff;
    vertical-align: top;
    border-radius: 50px;
    font-style: normal;
    font-weight: normal;
}
.abRight p{
	font: lighter 16px/35px "微软雅黑";
	color: #000;
}
.footer{width: 100%;height: 210px;background: #303030;margin-top: 55px;}
.foot{text-align: center;padding-top: 60px;}
.foot li{display: inline-block;color: #fff;font-size: 14px;}
.foot li a{color: #fff;font-size: 14px;}
.foot p{color: #fff;text-align: center;font-size: 14px;line-height: 30px;margin-top: 8px;}
/*------------------------ about 结束  -----------------------------*/
.wz{color: white}

