
/* CSS Document */
html,body{
	overflow-x:hidden;
	}
* {
	margin:0;
	font-size:14px;
	box-sizing: border-box;   /*盒模型内缩*/
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding:0;
	text-decoration:none !important;
	list-style:none;
}
.clearfix:after {
	visibility:hidden;
	display:block;
	font-size:0;
	content: " ";
	clear:both;
	height:0;
}
img{
	border:none;
	}
.clearfix {
*zoom:1;
}
a{text-decoration: none !important; }
a:hover{text-decoration: none !important;}
button{outline:none;}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
 u, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-family:'SourceHanSansCN',Helvetica Neue,Source Han Sans SC,Microsoft YaHei;
	font: inherit;
	vertical-align: baseline;
	outline:none;
	text-decoration: none !important; 
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, main {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12
{
	padding-left: 0;
}

@font-face {
	font-family:'SourceHanSansCN';
	src: url("http://www.feidiao.com/fonts/SourceHanSansCN-Regular.otf");
}
@font-face {
	font-family:'SourceHanSansCN';
    src: url(../font/SourceHanSansCN-Regular1.eot);
    src:local('☺'),
        url(../font/SourceHanSansCN-Regular1.eot) format('embedded-opentype'),
        url(../font/SourceHanSansCN-Regular.woff) format('woff'),
        url(../font/SourceHanSansCN-Regular1.ttf) format('truetype'),
        url(../font/SourceHanSansCN-Regular1.svg) format('svg');
}
@font-face {
	font-family:'SourceHanSansCN Medium';
	src: url("http://www.feidiao.com/fonts/SourceHanSansCN-Medium.otf");
}

@font-face {
	font-family:'Arial';
	src: url("http://www.feidiao.com/fonts/Arial.ttf");
}
/***********滚动条*********/
*::-webkit-scrollbar,
*::-webkit-scrollbar {
  width: 4px;
  border-radius: 1.5px; opacity: 1;}

*::-webkit-scrollbar-button,
*::-webkit-scrollbar-button {
  display: none; }

*::-webkit-scrollbar-track,
*::-webkit-scrollbar-track {
  background-color: #eee; opacity: 0;}

*::-webkit-scrollbar-thumb,
*::-webkit-scrollbar-thumb {
  background-color: #888; }
  
*{
	font-family:'SourceHanSansCN',Helvetica Neue,Source Han Sans SC,Microsoft YaHei;
	font-size: 18px;
	color: #222;
    line-height: 2;
}
a{
	font-family:'SourceHanSansCN',Helvetica Neue,Source Han Sans SC,Microsoft YaHei;
	color: #666;
	cursor: pointer;
	outline: none !important;
}
.center{
	position: relative;
	width: 84%;
	height: 100%;
	margin: 0 auto;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev{
	background-image:none;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next{
	background-image:none;
}
.swiper-pagination{
	width:100%;
}
/*******************导航******************/
header{
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 140px;
	padding-top: 30px;
	z-index: 99999;
}
header.nav{
	height: 80px;
	padding-top: 0;
	background: #fff;
	/*border-bottom: 1px solid rgba(255,255,255,.3);*/
    box-shadow: 0 0 10px rgba(0,0,0,.2);
	transition: all .5s linear; 
	z-index: 99999;
}
header .menu{
	position: relative;
	width: 100%;
	height: 80px;
}
header .menu ul{
	display: flex;
	justify-content:flex-start;
	width: 100%;
	height: 100%;
}
header .menu ul li{
	width: 10%;
	align-items: center;
	font-family:'SourceHanSansCN',Helvetica Neue,Source Han Sans SC,Microsoft YaHei;
}
header .menu ul li.logo{
	display: flex;
	justify-content: center;
	margin: 0 0px;
	width: 40%;
	text-align: center;
}
header .menu ul .logo .logo1{
	display: block;
	width: 260px;
    height: 70px;
}
header .menu ul .logo .logo2{
	display: none;
	width: 260px;
    height: 80px;
}
header .menu ul li .item{
	position: relative;
	display: block;
	height: 100%;
	line-height: 80px;
	color: #fff;
	font-size: 18px;
}
header .menu ul li.on .item,header.nav .menu ul li.on .item{
	color: #e4007f;
}
header.nav .menu ul li:hover .item{
	color: #e4007f;
}
header .menu ul li:hover .item{
	color: #e4007f;
}
/* header .menu ul li.on .item:after{
	position: absolute;
	content: "";
	left: 36px;
	bottom: 20px;
	margin-left: -2px;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: #e4007f;
} */
/* header .menu ul li:hover .item:after{
	position: absolute;
	content: "";
	left: 36px;
	bottom: 20px;
	margin-left: -2px;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: #e4007f;
} */
header .menu ul li.logo:hover .item:after{
	width: 0;
	height: 0;
}
header.nav .menu ul li .item{
	color: #333;
}
.language{
	position: absolute;
	top: 0;
	right: 0;
	height: 80px;
}
.language a{
	display: inline-block;
	margin-top: 31px;
	padding-left: 30px;
	font-size: 18px;
	line-height: 1;
	color: #fff;
	border-left: 1px solid #ffffff60;
}
.nav .language a{
	color: #666;
	border-left: 1px solid #666;
}
header .menu ul li .lists{
	display: block;
	position: absolute;
	top: 90px;
	left: -10%;
	width: 120%;
	height: 0px;
	background: rgba(255,255,255,1);
	transition: all 1s;
	overflow: hidden;
	opacity: 0;
}
header .menu ul li .lists ul{
	position: relative;
	display: flex;
	justify-content: flex-start;
}
header.nav .menu ul li .lists{
	border-top: 1px solid #eee;
}
header .menu ul li .lists ul .proTypeItem{
	display: flex;
	justify-content: center;
	position: relative;
	width: 14.25%;
}
header .menu ul li .lists ul .proTypeItem a{
	font-family:'SourceHanSansCN',Helvetica Neue,Source Han Sans SC,Microsoft YaHei;
	font-size: 20px;
	color: #333;
	display: block;
	width: 100%;
	height: 41px;
	line-height: 41px;
	text-align: center;
	border-right: 1px solid rgba(229,229,229,.5);
	
}
header .menu ul li .lists ul .proTypeItem a .img1{
	display: inline-block;
}
header .menu ul li .lists ul .proTypeItem a .img2{
	display: none;
}
header .menu ul li .lists ul .proTypeItem a:hover{
	color: #E4007F;
}
header .menu ul li .lists ul .proTypeItem a:hover .img1{
	display: none;
}
header .menu ul li .lists ul .proTypeItem a:hover .img2{
	display: inline-block;
}
header .menu ul li .lists ul .proTypeItem:last-child a{
	border:none;
}
header .menu ul li .lists ul .proTypeItem a img{
	display: inline-block;
	margin-right: 15px;
	vertical-align: middle;
	margin-top: -3px;
}

.phone-nav{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 60px;
	z-index: 999999999999;
	overflow: hidden;
	background: #fff;
	border-bottom: 1px solid rgba(255,255,255,.3);
    box-shadow: 0 0 10px rgb(0 0 0 / 20%);
	transition: all 1s ease;
}
.phone-nav.phone-nav-bg{
	height: 100%;
	background: #fff;
	
}
.phone-nav .navBox{
	display: flex;
	justify-content: space-between;
	position: relative;
	width: 100%;
	height: 60px;
	padding: 0 15px;
	background: #fff;
}
.phone-nav .navBox .logo img{
	width: 65%;
    height: 60px;
}

.navBars{
	position: relative;
	width: 33px;
	height: 33px;
}
.menuBar{
	position: absolute;
    width: 30px;
    top: 22px;
    right: 5px;
    z-index: 35;
    display: block;
    cursor: pointer;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.menuBar b{
	display: block;
    content: '';
    width: 100%;
    height: 2px;
    background-color: #363636;
    margin-bottom: 5px;
    transition: .5s;
    transform: rotateZ(0);
    opacity: 1;
    -webkit-transform: rotateZ(0);
    -moz-transform: rotateZ(0);
    -ms-transform: rotateZ(0);
    -o-transform: rotateZ(0);
    opacity: 1;
}
 .menuBar b:last-child{
   	margin-bottom: 0;
   }
   .menuBar.open b{
   	opacity: 0;
   }
   .menuBar.open b:first-child{
	margin-bottom: 7px;
   	opacity: 1;
   	transform: translateY(9px) rotateZ(42deg);
   	-webkit-transform: translateY(9px) rotateZ(42deg);-moz-transform: translateY(9px) rotateZ(42deg);-ms-transform: translateY(9px) rotateZ(42deg);-o-transform: translateY(9px) rotateZ(42deg);
   }
   .menuBar.open b:last-child{
	margin-top: 11px;
   	opacity: 1;
   	transform: translateY(-13px) rotateZ(-42deg);
   	-webkit-transform:translateY(-13px) rotateZ(-42deg);-moz-transform:translateY(-13px) rotateZ(-42deg);-ms-transform:translateY(-13px) rotateZ(-42deg);-o-transform:translateY(-13px) rotateZ(-42deg);
   	
   }
.phone-nav .navList{
	display: block;
	position: relative;
	width: 100%;
	padding: 0 20px;
}
.phone-nav .navList ul li{
	border-bottom: 1px solid #F8F8F8;
	text-indent: 0px;
}
.phone-nav .navList ul li a{
	display: block;
	font-size: 18px;
    line-height: 3.4;
    color: #333;
}

/***********************footer************************/
footer{
	position: relative;
	background: #1A1A1A;
	color: #fff;
	padding-top: 70px;
    z-index: 20;;
}
footer .center .footerList{
	display: flex;
	justify-content: space-between;
}
footer .center .footerList .footer-left{
	position: relative;
	display: flex;
	flex-wrap: wrap;
	width: 60%;
}
footer .center .footerList .footer-left dl{
	width: 16.5%;
}
footer .center .footerList .footer-left dl dt{
	margin-bottom: 30px;
}
footer .center .footerList .footer-left dl dt a{
	font-family:'SourceHanSansCN Medium','SourceHanSansCN',Helvetica Neue,Source Han Sans SC,Microsoft YaHei;;
	font-size: 18px;
	font-weight: 500;
	color: #FFFFFF;
}
footer .center .footerList .footer-left dl dt a:hover{
	color: #e4007f;
}
footer .center .footerList .footer-left dl dd{
	margin-bottom: 20px;
}
footer .center .footerList .footer-left dl dd a{
	font-family:'SourceHanSansCN',Helvetica Neue,Source Han Sans SC,Microsoft YaHei;
	font-size: 18px;
	font-weight: 400;
	color: #aaa;
}
footer .center .footerList .footer-left dl dd a:hover{
	color: #e4007f;
}
footer .center .footerList .footer-right{
	position: relative;
	text-align: right;
}
footer .center .footerList .footer-right>div{
	
}
footer .center .footerList .footer-right .cantac-tit .cant-tit{
	font-family:'SourceHanSansCN Medium','SourceHanSansCN',Helvetica Neue,Source Han Sans SC,Microsoft YaHei;;
	font-size: 18px;
	color: #FFFFFF;
}
footer .center .footerList .footer-right .cantac-tit .cant-tel{
	margin-top: 10px;
    font-size: 40px;
	font-family: Arial;
	font-weight: 400;
	color: #E4007F;
}
footer .center .footerList .footer-right .ewm{
	position: relative;
	margin-top: 30px;
}
footer .center .footerList .footer-right .ewm>div{
	float: right;
}
footer .center .footerList .footer-right .ewm .ewm-img{
	width: 130px;
	
}
footer .center .footerList .footer-right .ewm .ewm-img img{
	width: 80%;
}
footer .center .footerList .footer-right .ewm .ewm-img p{
	margin-top: 10px;
	width: 100%;
	
	color: #AAAAAA;
	font-family:'SourceHanSansCN',Helvetica Neue,Source Han Sans SC,Microsoft YaHei;;
}
footer .center .footerList .footer-right .online-store{
	position: relative;
	margin-top: 50px;
	float: right;
	width: 100%;
}
footer .center .footerList .footer-right .online-store p{
	display: flex;
	justify-content: flex-end;
}
footer .center .footerList .footer-right .online-store a{
	position: relative;
	margin-left: 20px;
	width: 45px;
	height: 45px;
}
footer .center .footerList .footer-right .online-store a img{
	width: 45px;
	height: 45px;
}
footer .center .footerList .footer-right .online-store .icon1{
	display: block;
}
footer .center .footerList .footer-right .online-store .icon2{
	display: none;
}
footer .center .footerList .footer-right .online-store a:hover .icon1{
	display: none;
}
footer .center .footerList .footer-right .online-store a:hover .icon2{
	display: block;
}
footer .center .footerList .footer-right .online-store a span{
	position: absolute;
	top: 0px;
	left: -80px;
	display: block;
	width: 180px;
	font-size: 14px;
	text-align: center;
	color: #fff;
	opacity: 0;
	transition: 0.8s ease;
}
footer .center .footerList .footer-right .online-store a:hover span{
	opacity: 1;
	top: -30px;
}
footer .center .footer-bottom{
	position: relative;
	margin-top: 60px;
	border-top: 1px solid #ffffff12;
	padding-bottom: 40px;
}
footer .center .footer-bottom p{
	font-family:'SourceHanSansCN',Helvetica Neue,Source Han Sans SC,Microsoft YaHei;;
	display: block;
	font-size: 16px;
	margin-top: 30px;
	color: #666;
}
footer .center .footer-bottom p a{
	font-size: 16px;
	color: #666;
}
footer .center .footer-bottom p span{
	float: right;
	color: #666;
}
@media screen and (max-width: 1920px){
	
}
@media screen and (max-width: 1600px){
	
}
@media screen and (max-width: 1440px){
	header .menu ul li{
		width: 9.5%;
	}
	header .menu ul li .lists ul .proTypeItem a{
		font-size: 16px;
		
	}
	header .menu ul li .lists ul .proTypeItem a img{
			width: 30px;
		}
	
}
@media screen and (max-width: 1280px){
	header .menu ul li{
		width: 9.5%;
	}
	header .menu ul li .lists ul .proTypeItem a img{
		margin-right: 5px;
		width: auto;
	}
	header .menu ul li .lists ul .proTypeItem a{
		font-size: 16px;
	}
	
}
@media screen and (max-width: 1100px){
	header .menu ul li.logo{
		width: 34%;
	}
	
}
@media screen and (max-width: 1024px){
	header .menu ul li{
		width: 9.5%;
	}
	header .menu ul li .lists ul .proTypeItem a img{
		margin-right: 5px;
		width: 30px;
	}
	header .menu ul li .lists ul .proTypeItem a{
		font-size: 12px;
	}
	
}
@media screen and (max-width: 990px){
	footer .center .footerList .footer-left{
		display: flex;
	}
	footer .center .footerList .footer-right{
		text-align: right;
		width: auto;
	}
	footer .center .footerList .footer-right .ewm>div{
		float: right;
	}
	footer .center .footerList .footer-right .online-store p{
		justify-content: flex-end;
	}
	footer .center .footerList .footer-right .online-store a{
		margin-left: 20px;
		margin-right: 0px;
	}
	footer .center .footer-bottom p span{
		float: right;
	}
	header .menu ul li .lists{
		display: none;
	}
	
}
@media screen and (max-width: 780px){
	
	.center{
		width: 90%;
	}
	footer .center .footerList .footer-left{
		display: none;
	}
	footer .center .footerList .footer-right{
		width: 100%;
		text-align: center;
	}
	footer .center .footerList .footer-right .ewm>div{
		position: relative;
		float: none;
		left: 50%;
		margin-left: -65px;
	}
	footer .center .footerList .footer-right .online-store p{
		justify-content: center;
	}
	footer .center .footerList .footer-right .online-store a{
		margin-left: 0;
		margin-right: 20px;
	}
	footer .center .footer-bottom{
		text-align: center;
		line-height: 22px;
	}
	footer .center .footer-bottom p,footer .center .footer-bottom p a{
		font-size: 14PX;
	}
	footer .center .footer-bottom p span{
		float: none;
		text-align: center;
	}
	footer .center .footerList .footer-right .cantac-tit .cant-tel{
		font-size: 36px;
	}
}


 