@charset "utf-8";



@font-face {
	font-family: 'abc';
	src: url('fonts/montserrat-v12-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
		 url('fonts/montserrat-v12-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: 'abc';
	src: url('fonts/montserrat-v12-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
		 url('fonts/montserrat-v12-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: 'bs-Local';
	src: url('fonts/BigShouldersDisplay-Regular.eot');
	src: url('fonts/BigShouldersDisplay-Regular.eot?#iefix') format('embedded-opentype'),
		url('fonts/BigShouldersDisplay-Regular.woff2') format('woff2'),
		url('fonts/BigShouldersDisplay-Regular.woff') format('woff'),
		url('fonts/BigShouldersDisplay-Regular.ttf') format('truetype');
	font-weight: 700;
	font-style: normal;
}




@font-face {
	font-family:'myicon';
	src:url('fonts/icomoon.eot?gfq5xx');
	src:url('fonts/icomoon.eot?gfq5xx#iefix') format('embedded-opentype'),
		url('fonts/icomoon.ttf?gfq5xx') format('truetype'),
		url('fonts/icomoon.woff?gfq5xx') format('woff'),
		url('fonts/icomoon.svg?gfq5xx#icomoon') format('svg');
	font-weight: 100;
	font-style: normal;
}

form > br{display: none;}

body,textarea,input,button,select,em{
	font-family:'abc','微软雅黑',serif;/**/
}
a{text-decoration: none;color: #444;-webkit-tap-highlight-color:rgba(0,0,0,0);}
html,body, p, input, h1, h2, h3, h4, h5, h6, ul, ol,li, dl, dt, dd, form,figure,img,button{margin: 0; padding: 0;}
.header li{list-style-type: none;}
img{border:none;vertical-align: middle;}
body,ul,li,a,div,nav,header,footer,section,span,p,article,ol,figure,form,input,textarea,em,i,img,input,button,:after,:before{box-sizing: border-box;}
iframe{position: absolute; width: 100% !important;height: 100% !important;left: 0;top: 0;}
.iframe-wrap{position: relative;padding-top: 60.2%;margin: 20px 0;}


input,button,textarea{-webkit-appearance: none;border:none;border-radius: 0;}
button,input[type="submit"]{cursor: pointer;}
textarea,input,a,div,img,button,select,i{outline:none;}
em,i{font-style: normal;}
.img img{max-width: 100%;}
.img{background-size: cover;background-position: center;background-repeat: no-repeat;position: relative;}
.img-f,.banner:after,.bg-wrap{
	position: absolute;width: 100%;height: 100%;top: 0;left: 0;background-size: cover;background-position: center;background-repeat: no-repeat;z-index: 1;
}
a.full{position: absolute;right: 0;bottom:0;top: 0;left: 0;background-size: cover;background-color:transparent; z-index: 10;}
.pic-list .img:after{
	content: '';position: absolute;width: 100%;height: 100%;top: 0;left: 0;background: #000;opacity: 0;
}
.ie8 .pic-list .img:after{display: none;}

html{
	font-size: 14px;
}
.nav li a,
.foot_box,
.page-menu .wrap a,
.page li,
.ctrl-menu a,
button,input,textarea {
	font-size: 14px;
	font-size: 1rem;
}

body{
	color: #555;
	line-height: 1.6;
	background-color: #f8f8f8;
	font-size: 1rem;
}

p{
	line-height: 1.7;
}
.cf:after,
.section:after{content: '';display: block;height: 0;clear: both;}

h1,h2,h3,h4,h5,h6{
	line-height: 1.2;
}
h1,
h2,
.news-box h3,
.service-list h3,
.footer-button h4 {
	/*font-family: 'abc','黑体';*/
}
.banner h1{
	font-family: 'bs-Local','黑体';
	font-weight: 700;
}
.category-list .item h6{
	font-family: 'bs-Local','微软雅黑';
}



blockquote{
	position: relative;
	padding: 0 40px;
	margin: 10px 0;
	z-index: 2;
}
blockquote:after{
	content: '';position: absolute;width: 100%;height: 100%;top: 0;left: 0;
	opacity: 0.1;
	z-index: -1;
}
.text-wrap hr{
	border-top: none;
	border-color: #ddd;
}
small{
	font-size: 12px;
	font-weight: 400;
}

h1{font-size: 44px;}
h2{font-size: 36px;}
h3{font-size: 30px;}
h4{font-size: 24px;}
h5{font-size: 20px;}
h6{font-size: 18px;}

@media (max-width: 1920px) {
	h1{font-size: 40px;}
	h2{font-size: 32px;}
	h3{font-size: 28px;}
	h4{font-size: 22px;}
}
@media (max-width: 1680px) and (min-width: 1024px) {
	h1{font-size: 36px;}
	h2{font-size: 30px;}
	h3{font-size: 22px;}
	h4{font-size: 20px;}
	h5{font-size: 16px;}
	h6{font-size: 14px;}
}
@media (max-width: 1024px){
	h1{font-size: calc(16px + 1.2vw);}
	h2{font-size: calc(16px + 1vw);}
	h3{font-size: calc(16px + 0.8vw);}
	h4{font-size: calc(15px + 0.6vw);}
	h5{font-size: calc(14px + 0.4vw);}
	h6{font-size: calc(13px + 0.3vw);}
}


/*初始化结束 ————————————————————————————————————————————————————————————————————————————————————*/

/* $ main frames */
.home-about,
.service,
.section.small,
.footer .wrap,
.pic-list,
.home-about .wrap,
.count-list .wrap,
.contact.section,
.news-list{
	max-width: 1250px;
}
.pic-list,
.product-list,
.category-list,
.header .wrap{
	max-width: 1280px;
}
.sub-page .news-list:not(.type-02){
	max-width: 900px;
	min-width: 0;
}
.product-detail{
	max-width: 1040px;
	min-width: 0;
}

@media (min-width: 1024px){
	.home-about,
	.service,
	.section.small,
	.footer .wrap,
	.pic-list,
	.home-about .wrap,
	.count-list .wrap,
	.contact.section,
	.news-list{
		min-width: 1000px;
	}
}

/*$ header ------------------------------ */
.header{
	position: fixed;
	top: 0;left: 0;
	width: 100%;
	height: 88px;
	color: #fff;
	background-color:rgba(11,11,11,.5);
	box-shadow: 0 0px 20px rgba(0,0,0,.03);
	text-align: center;
	z-index: 999;
}
.header-gap{
	height: 88px;
}
.footer-gap{
	height: 40px;width: 100%;left: 0;bottom: 0;
	position: fixed;
	background:#fff;
	z-index: 999;
	display: none;
}
.header .wrap{
	position: relative;
	margin: 0 auto;
}
.header,
.m-header{
	background-color: #111;
	background-color: rgba(92, 80, 200, 0.64);
}
.logo{
	position: absolute;
	left: 15px;top: 0;
	line-height: 88px;font-size: 0;
	transition: all 0.3s;
}
.logo img{
	max-height: 88px;
	padding: 8px 0;
	vertical-align: middle;
	transition: all 0.3s;
}
.logo span{
	font-size: 16px;
	font-weight: 700;
	display: inline-block;
	vertical-align: middle;
	padding-left: 20px;
}
.nav{
	font-size: 0;
	text-align: right;
	padding-right: 70px;
}
.nav li{
	position: relative;
	display: inline-block;
	vertical-align: top;
	line-height: 88px;
}
.nav li a,
.m-nav li a{
	opacity: 0.8;
	font-weight: 700;
	color: #555;
}
.nav li.on > a,
.m-nav li.on > a{
	color: #111;
}


.nav > li >a:before{
	content: '';
	position: absolute;
	width: 16px;
	height: 14px;
	right: 100%;
	top: 50%;
	margin-right: 4px;
	margin-top: -7px;
	opacity: 0;
	background-image: url(current.png);
}
.nav li.on > a:before{
	opacity: 1;
}
.nav > li:not(.on):hover >a{
	opacity: 1;
}
.nav>li.has-sub > a:after{
	content: '\e902';
    font-size: 14px;
    font-family: 'myicon';
    position: absolute;
    left: 101%;
    top: 50%;
    transform: translateY(-50%);
    color: rgba(166,166,166,.7);
}
.nav li a{
	position: relative;
	display: block;
	color: #fff;
	margin: 0 20px;
	letter-spacing: 0.5px;
}
.nav .sub{
	position: absolute;
	left: 0;top: 50px;
	width: 240px;
	background-color: #fff;
	box-shadow: 1px 1px 10px rgba(0,0,0,.15);
	border-top: 2px solid;
	padding: 20px;
	opacity: 0;
	visibility: hidden;
	text-align: left;
	transform: rotateX(60deg);
	-webkit-transform: rotateX(60deg);
	-moz-transform: rotateX(60deg);
	-ms-transform: rotateX(60deg);
}
.nav li:hover .sub{
	top: 60px;
	opacity: 1;
	filter: alpha(opacity=100);
	visibility: visible;
}
.nav .sub li{
	display: block;top: 0;line-height: 36px !important;
}
.nav .sub li a{opacity: 0.7;color: #111;}
.nav .sub li:before{
	content: '';position: absolute;width: 0;height: 0;left:5px;top: 50%;border-radius: 4px;
}
.nav .sub li:hover:before{width: 8px;height: 8px;margin-top: -4px;margin-left: -4px;}
.nav .sub li:hover a,.nav .sub li.on a{opacity: 1;}



/*search -  */
.search-box{
	position: absolute;
	right: 0;top: 0;
	font-size: 0;
	z-index: 9;
}
.search-box form{
	position: absolute;
	right: 0;top: 88px;
	width: 300px;
	height: 70px;
	opacity: 0;
	padding: 15px 15px 0;
	visibility: hidden;
	background-color:rgba(44,44,44,.4);
	pointer-events: none;
	z-index: 10;
}


.search-box form.open{
	width: 400px;
	opacity: 1;
	right: 0;
	visibility: visible;
	pointer-events: auto;
}
.btn_search,
.search-box form button,
.m-search-box form button{
	position: absolute;
	visibility: hidden;
}
.search-box i,
.search-box form:before{
	position: relative;
	display: inline-block;vertical-align: top;
	height: 88px;line-height: 88px;
	width: 40px;
	font-family: 'myicon';
}
.search-box i.search-open:before{
	content: '';
	position: absolute;
	height: 20px;
	width: 1px;
	background: #ddd;
	right: 48px;
	top:34px;
	transition: 0.3s;
}
.search-box i:after{
	position: absolute;
	width: 100%;
	height: 100%;
	text-align: center;
	font-size: 1.2rem;
	right: 0;
}
.search-box i.search-open:after{
	content: '\e8b6';cursor: pointer;
}
.search-box form:before,.m-search-box form:before{
	content: '\e8b6';
}
.search-box form:before,.m-search-box form:before{
	position: absolute;
	left: 22px;
	top: 2px;
	width: 20px;
	pointer-events: none;
	font-size: 1.1rem;
	line-height: 70px;
}
.search-box i.search-close:after{
	content: '\e5cd';
}
.search-box i.search-close{
	position: absolute;
	right: 0;top: -88px;background-color: #fff;
	cursor: pointer;
}
.search-box input.search,.m-search-box input.search{
	height: 40px;width: 100%;
	border-color: #ddd;
	padding-left: 34px;
	font-size: 1rem;
	vertical-align: middle;
}
.search-box input.search{
	background: #f3f3f3;
}
.header > i{
	display: none;
}
.fancybox-active .header{
	width: calc(100% - 17px);
}
/* mini header */
.header.mini{
	height: 64px;
}
.header.mini .logo{
	line-height: 64px;
}
.header.mini .logo img{
	max-height: 64px;
}
.header.mini .nav li{
	line-height: 64px;
}
.header.mini .nav li:hover .sub{
	top: 50px;
}
.header.mini .search-box form{
	top: 64px;
}
.header.mini .search-box i,
.header.mini .search-box form:before{
	line-height: 64px;
	height: 64px;
}
.header.mini .search-box i.search-open:before{
	top: 22px;
}
.header.mini .search-box i.search-close{
	top: -64px;
}




/*slider -------------------*/

/*slider new*/
.slider .item:before{
	content: '';
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	width: 0;
}
.slider{
	text-align: center;
}
.slider .caption{
	position: relative;
	display: inline-block;
	vertical-align: middle;
	max-width: 680px;
	width: 80%;
	color: #fff;
	z-index: 10;
}
@media (min-width: 1024px){
	.slider .caption{
		top: -25px;
	}
}
.slider .caption h1{
	font-size: 36px;
	font-size: calc(16px + 1.2vw);
}
.slider .caption p{
	font-size: 14px;
	font-size: calc(10px + 0.5vw);
	margin-bottom: 20px;
	font-family: 'bs-Local';
	letter-spacing: 2px;
	line-height: 1;
}
.slider .caption a{
	display: inline-block;
	font-size: 0;
	font-weight: 700;
	color: #fff;
	line-height: 54px;
	margin-top: 30px;
	min-width: 200px;
	padding: 0 30px;
	border-radius: 4px;
	border-top-left-radius: 22px;
	border-bottom-right-radius: 22px;
	transition: box-shadow 0.4s;
}
.slider .caption a > *{
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	font-size: 1.143rem;
}
.slider .caption a:after{
	content: '';
	display: inline-block;
	vertical-align: middle;
	margin-left: 20px;
	background: #fff;
	width: 8px;
	height: 8px;
	border-radius: 5px;
	box-shadow: 0 0 0 4px rgba(255,255,255,.2);
	transition: box-shadow 0.4s;
}
.slider .caption a:hover:after{
	box-shadow: 0 0 0 12px rgba(255,255,255,.2);
}


/*old*/
.slider{
	position: relative;
	background-color: #f0f0f0;
}
body:not(.mobile) .slider.boxed{
	width: 90%;
}
.slider.boxed{
	max-width: 1600px;
	margin: 40px auto 0;
}
.slider .item {
	position: relative;
	overflow: hidden;
	background: #000000;
}
.slider .item .img:after{content: '';position: absolute;left: 0;right: 0;bottom: 0;top: 0;background:#000000;}
.slider .img-f{
	transform:scale(1.2,1.2);
	opacity: 0.9;
	z-index: 0;
}
.slider .item.slick-active .img-f,
.first-back.slider .item.slick-cloned:first-child .img-f,
.slider .item:not(.slick-active) + .item.slick-cloned .img-f{
	transform:scale(1,1);
	opacity: 1;
}
.slider .item:after{
	content: '';position: absolute;width: 100%;height: 16%;left: 0;bottom: -16%;background-color: #111;opacity: 0;z-index: 2;
}
.slider.type-02 .item:after{
	height: 20%;
}
.slider.type-03 .item{
	height: 600px;
}
.slider.type-03 .img-f{
	background-size: auto 100%;
}
.caption-img{
	position: absolute;
	width: 100%;height: 100%;left: 0;top: 0;
	transform-style: preserve-3d;
	text-align: center;
	z-index: 9;
}
.caption-img:after,
.loader:after{
	content: '';display: inline-block;width: 0;height: 100%;vertical-align: middle;
}
.slider .caption-img img{
	position: relative;
	display: inline-block;vertical-align: middle;
	max-height: 70%;max-width: 70%;width: auto; 
	transform: scale(0.5,0.5);
	-ms-transform: scale(0.5,0.5);
	-webkit-transform: scale(0.5,0.5);
	opacity: 0;
}
.slider .item.slick-current .caption-img img,
.slider .item:not(.slick-active) + .item.slick-cloned .caption-img img,
.first-back.slider .item.slick-cloned:first-child .caption-img img{
	transform: scale(1,1);
	-ms-transform: scale(01,1);
	-webkit-transform: scale(1,1);
	opacity: 1;
}
.slider .slick-dots{
	position: absolute;
	bottom: 60px;left: 50%;
	text-align: center;
	transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	font-size: 0;
	z-index: 3;
}
.slider .slick-dots li{
	display: inline-block;vertical-align: top;line-height: 0;
	padding: 2px;
	margin:0 4px;
	border-radius: 50%;
	background-color: #ccc;
	background-color: rgba(166,166,166,.5);
	cursor: pointer;
}
.slider .slick-dots li.slick-active i{
	opacity: 1;
}
.slider .slick-dots li i{
	display: inline-block;vertical-align: top;
	width: 10px;height: 10px;
	border-radius: 50%;
	background: #fff;
	box-shadow: 0 0 12px rgba(11,11,11,.5);
	opacity: 0;
}
.slick-arrow{
	position: absolute;
	width: 44px;height: 44px;line-height: 44px;text-align: center;
	top: 50%;margin-top: -22px;background-color: rgba(100,100,100,.3);cursor: pointer;border-radius: 6px;
	z-index: 9;
}
.slick-arrow:hover{background-color: rgba(66,66,66,.7);}
.slick-arrow:after{position: absolute;left: 0;top: 0;bottom: 0;right: 0;font-size: 24px;font-family: 'myicon';color: #fff;opacity: 1;}
.slick-next{right: 100px;}
.slick-prev{left: 100px;}
.slick-next:after{content: '\e5c8';}
.slick-prev:after{content: '\e5c4';}


/*section elems ------------------------------------ */


.section{
	position: relative;
	margin: 0 auto;
}
.section.center{
	text-align: center;
}
.section.small{
	padding: 6%;
	margin: 50px auto;
}
.section.sub-page{
	padding-bottom: 100px;
	padding-bottom: calc(40px + 2vh);
}
.section.gap{
	padding: 100px 0;
	padding: calc(40px + 2vh) 0;
}
.section.gap + .section.gap{
	padding-top: 0 !important;
}
.section > .title{
	position: relative;
	text-align: center;
	margin-bottom: 40px;
	z-index: 2;
}
.section > .title p,
.sub-title{
	font-family: 'bs-Local','微软雅黑';
	font-size: 16px;
	font-size: 1.143rem;
	letter-spacing: 2px;
}
.title h2 i:after{
	content: '';
	position: absolute;
	width: 50px;
	height: 2px;
	left: 50%;
	margin-left: -25px;
	bottom: -15px;
}

.s-results li{
	background-color: #fff;
	padding: 20px;
	margin-bottom: 20px;
	list-style-type: none;
}



/* $ bannr ---------------- */
.banner{
	position: relative;
	margin-bottom: 80px;
	margin-bottom: calc(40px + 1vw);
	min-height: 360px;
	min-height: calc(200px + 6vw);
	background-color: #f0f0f0;
	text-align: center;
	color: #fff;
}
.banner.type-02{
	min-height: 560px;
	min-height: calc(360px + 8vw);
}
.banner:after{
	content: '';
	background-color: rgb(22,26,30);
	opacity: 0.15;
	z-index: 1;
}

/*img*/
.bg {
	opacity: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-size: cover;
	background-position: center;
}
.banner > img{
	width: 100%;
	height: auto;
}
body:not(.ie) .banner > img{
	object-fit: cover;
    height: 100%;
    min-height: calc(200px + 6vw);
}
body:not(.ie) .banner.type-02 > img{
    min-height: calc(360px + 8vw);
}

body.mobile .banner > img,
body.mobile .banner{
	min-height: 30vw;
}
body.mobile .banner.type-02 > img{
    min-height: 50vw;
}

.bg-wrap{
	overflow: hidden;
}

/*text*/
.banner .text{
	position: absolute;top: 48%;left: 0; width: 100%;z-index: 2;opacity: 0;padding: 0 30px;
}
.banner .text >p{
	font-size: 18px;font-weight: 400;line-height: 100%;
}
.banner-no-img,
.banner-no-text{
	text-align: center;
	width: 96%;
	max-width: 800px;
	margin: 80px auto;
	margin: calc(40px + 3vw) auto 20px;
}



a.btn i{
	display: inline-block;vertical-align: middle;
	line-height: 15px;
	font-weight: 700;
}


a.btn{
	position: relative;
	display: inline-block;padding:0 40px;
	line-height: 56px;
	letter-spacing: 1px;
	border-radius: 5px;
	font-weight: 700;
	z-index: 9;
}
a.btn:after {
	font-family: 'myicon';
	vertical-align: middle;
	display: inline-block;
	position: relative;
	font-size: 1rem;
}

a.btn-01 {
	margin-top: 20px;
	padding: 0 50px;
	text-transform: uppercase;
	color: #fff;
	font-size: 14px;
}

a.btn-01:after {
	content: '\e5c8';
	margin-left: 10px;
	left: 10px;
}

a.btn-01:hover:after {
	left: 20px;
}

a.btn,
a.btn:after {
	color: #fff;
}



/*sub page category ctrl --------------------------------  */
.page-menu{
	position: absolute;
	width: 100%;height: 72px;bottom: 0;left: 0; margin-bottom: -36px;line-height: 72px;
	z-index: 10;
}
.page-menu .icon{
	display: inline-block;
	width: 72px;
	height: 72px;
}
.page-menu .icon:hover:after {
	opacity: 0;
	visibility: hidden;
}
.page-menu .icon:after{
	content:"\e90f";
	position: absolute;
	width: 72px;
	height: 72px;
	left: 50%;
	top: 0;
	margin-left: -36px;
	font-family:'myicon';
	border-radius: 6px;
	font-size: 22px;
	color: #fff;
}
.page-menu .wrap {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	opacity: 0;
	visibility: hidden;
	font-size: 0;
}
.page-menu .wrap:after,
.page-menu:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 0;
	top: 50%;
	left: 0;
}
.page-menu:after {
	height: 3px;
	margin-top: -1px;
	z-index: -1;
}
.page-menu .icon:hover .wrap:after {
	height: 100%;
	top: 0;
}
.page-menu .wrap a {
	position: relative;
	display: inline-block;
	vertical-align: top;
	padding: 0 20px;
	color: #fff;
	z-index: 2;
}
.page-menu .wrap a.back {
	font-family: 'myicon';
}
.page-menu .icon:hover .wrap {
	opacity: 1;
	visibility: visible;
}
.page-menu .icon:hover a {
	padding: 0 30px;
}
.page-menu a:hover {
	background-color: #fff;
	color: #222;
}
.page-menu a.on {
	opacity: 0.6;
	pointer-events: none;
}
.ctrl-menu {
	line-height: 64px;
	min-height: 84px;
	border: 1px solid rgb(229, 230, 231);
	border-right: none;
	border-left: none;
	margin-top: 100px;
	margin-top: calc(40px + 2vw);
}
.no-text .ctrl-menu {
	margin-top: 0;
}
.ctrl-menu a {
	display: block;
	width: 33.55533%;
	float: left;
}
.ctrl-menu a.prev:before,
.ctrl-menu a.next:after {
	font-family: 'myicon';
	display: inline-block;
	margin: 0 10px;
}
.ctrl-menu a.prev:before {
	content: '\e5c4'
}
.ctrl-menu a.next:after {
	content: '\e5c8'
}
.ctrl-menu a.back {
	text-align: center;
	float: none;
	position: absolute;
	left: 33.5553%;
}
.ctrl-menu a.next {
	text-align: right;
	float: right;
}


/*$ pages 页码*/

.page {
	margin-top: 60px;
	text-align: center;
	font-size: 0;
}
.page li {
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	background-color: #f0f0f0;
	margin: 0 4px;
	vertical-align: top;
}
.page a {
	display: block;
	opacity: 0.5;
}
.page li.on a {
	opacity: 1;
	color: #fff;
}
.page li:hover a {
	opacity: 1;
}


/* 3d text ————————————————————————————————————————*/

.pic-list h5{
	transform: rotateX(90deg);
	-webkit-transform: rotateX(90deg);
	-moz-transform: rotateX(90deg);
	-ms-transform: rotateX(90deg);
}
.pic-list .inner-wrap:hover h5,
.nav>li:hover .sub{
	transform: rotateX(0deg);
	-webkit-transform: rotateX(0deg);
	-moz-transform: rotateX(0deg);
	-ms-transform: rotateX(0deg);
}

/* 首页关于我们 ————————————————————————————————————————*/

.home-about{
	position: relative;
	background: #fff;
}
.home-about .wrap{
	margin: 0 auto;
}
.home-about .wrap:after{
	content: '\e978';font-family: 'myicon';position: absolute;right: 20px;top: 20%;font-size: 4vw;opacity: 0.03;color: rgb(11,22,33);
}
.home-about .img{
	position: absolute;
	width: 45%;height: 100%;
	left: 0;top: 0;
	background-size: cover;
}
.home-about h2{
	position: relative;
	max-width: 80%;
	line-height: 1.4;
	margin-bottom: 30px;
	margin-bottom: calc( 15px + 0.5vw);
	z-index: 2;
}
.home-about .wrap .bg{
	position: absolute;width: 100%;height: 100%;top: 0;left: 0;
	background-size: cover;background-position: center;
	opacity: 1;
}
.home-about .text{
	padding: 80px 80px 80px calc(45% + 80px);
	font-size: 18px;
	font-size: 1.286rem;
}


/*服务 ————————————————————————————————————————*/
.section-service + .section.gap{
	padding-top: 0;
}
.slider.boxed + .content .service{
	margin-top: 50px;
	margin-top: calc(40px + 2vh)
}
.service{
	margin: -50px auto 0;
	padding: 0 0 100px 0;
	padding: 0 0 calc(40px + 2vh) 0;
	font-size: 0;
	color: #fff;
}
.service .item{
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 50%;
}
.service .img-f{
	transition: transform 0.6s;
}
.service .item:hover .img-f{
	transform: scale(1.03);
}
.service .text{
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 8%;
	max-width: 80%;
	z-index: 10;
}
.service h3{
	margin-bottom: 10px;
}
.service p{
	font-size: 16px;
	font-size: 1.143rem;
	margin-bottom: 20px;
}
.service a{
	display: inline-block;
	border: 1px solid #fff;
	padding: 10px 30px;
	border-radius: 3px;
	font-size: 14px;
	font-weight: 700;
	color: #fff;
}
.service a:hover{
	background-color: #fff;
	color: #111;
}
.service .inner-wrap{
	position: relative;
	padding-top: 64%;
	overflow: hidden;
}
.service .item:nth-child(even) .text:after{
	content: '';
	position: absolute;
	left: 0;bottom: 0;
	width: 100%;
	height: 1000px;
	opacity: 0.8;
	z-index: -1;
}


/* 计数box ————————————————————————————————————————*/

.count-list{
	position: relative;
	background: rgb(20,24,28);
}
.count-list .wrap{
	position: relative;
	margin: 0 auto;
	padding: 80px 0;
	font-size: 0;
	color: #fff;
	text-align: center;
	z-index: 9;
}
.count-list .item{
	display: inline-block;vertical-align: top;
	width: 33.333333%;
}
.count-list.for-2 .item{width: 50%;}
.count-list.for-4 .item{width: 25%;}
.count-list.for-5 .item{width: 20%;}
.count-list .item i{
	font-size: 60px;
}
.count-list .item h1{
	margin: 10px 0;
}
.count-list .item p{
	font-size: 16px;
	font-size: 1.143rem;
	font-weight: 700;
}
.p-imgs.hidden{
	display: none;
}
body:not(.mobile) .product-detail a[data-fancybox]{
	pointer-events: none;
}

/* $ comnon 列表公用*/

.product-detail figure:first-child{
	text-align: center;
}
.news-list,.product-detail,.product-list{
	position: relative;
	margin: 0 auto;
}
.gallery-detail .title p,
.news-detail .title{
	font-size: 14px;
}
.product-detail .title p,
.news-detail .title p{
	font-size: 11px;
	font-weight: 700;letter-spacing: 1px;
	margin-bottom: 4px;
}
.gallery-detail,
.news-detail{
	position: relative;
	width: 96%;
	max-width: 800px;
	padding: 90px 0 120px;
	z-index: 2;
}
.product-detail .text-wrap,
.puretext .text-wrap,
.about ~ .section .text-wrap{
	padding: 50px;
	background-color: #fff;
}
.news-detail .ctrl-menu,
.product-detail .ctrl-menu{
	border-bottom: none;
	padding-top: 20px;
	margin-bottom: -30px;
}


/* $ product 产品-----------------------------*/

.product-list{
	font-size: 0;
}
.product-box .img{
	padding: 20px 20px 15px 20px;
}
.product-box .img:hover{
	opacity: 0.8;
}
.product-detail .title{
	margin-bottom: 30px;
}
.product-list h3{
	font-size: 16px;
	font-size: 1.143rem;
}
.product-box{
	display: inline-block;
	vertical-align: top;
	width: 25%;
	padding: 15px;
	border: none;
}
.product-box .inner-wrap{
	background-color: #fff;
	border: 1px solid rgba(166,166,166,.2);
	transition: box-shadow 0.4s;
}
.product-box .inner-wrap:hover{
	box-shadow: 0 30px 30px -20px rgba(0,0,0,.1);
}
.product-box img{
	width: 100%;
	height: auto;
}
.product-box .text{
	padding: 10px 20px 30px;
	text-align: center;
}

/*detail*/
.product-detail .p-imgs{
	margin-bottom: 0;
	background-color: #fff;
}
.p-imgs img{
	max-width: 100%;
	height: auto;
}
.p-list img{
	margin-bottom: 30px;
}
.product-detail{
	padding: 50px 20px;
}
.p-slider .slick-prev{
	left: -60px
}
.p-slider .slick-next{
	right: -60px
}
.p-imgs .slick-dots{
	position: relative;
	margin: 20px auto 0;
	padding-bottom: 30px;
	text-align: center;
}
.p-imgs .slick-arrow{
	margin-top: -62px;
}
.p-imgs .slick-dots li{
	position: relative;
	display: inline-block;
	vertical-align: top;
	height: 60px;
	width: 60px;
	margin: 2px;
	border: 1px solid rgba(0,0,0,.2);
	transition: 0.3s;
	opacity: 0.7;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	cursor: pointer;
}
.p-imgs .slick-dots li.slick-active{
	opacity: 1;
	cursor: default;
}
.p-imgs .slick-dots li:after{
	content: '';
	position: absolute;
	left: 0;right: 0;top: 0;bottom: 0;
	border: 3px solid;
	opacity: 0;
	margin: -1px;
	transition: 0.3s;
}
.p-imgs .slick-dots li.slick-active:after{
	opacity: 1;
}
@media (max-width: 1023px){
	.p-imgs .slick-dots li{
		height: 40px;
		width: 40px;
	}
	.p-imgs .slick-arrow{
		margin-top: -42px;
	}
}
@media (min-width: 1024px){
	.product-detail .p-imgs{
		padding: 50px;
	}
	.p-imgs img{
		margin: auto;
	}
}


/* $ news 新闻-----------------------------*/

.section.news{
	padding: 100px 0;
	padding: calc(40px + 4vh);
	text-align: center;
}
.news-box{
	position: relative;
	border-bottom: 1px solid rgba(111,122,133,.2);
	padding: 0 0 30px 0;
	margin-bottom: 30px;
	text-align: left;
	font-size: 0;
}
.news-box:last-child{
	border: none;
	margin-bottom: 0;
}
.news-list .part-01{
	width: 400px;
	float: left;
}
.news-list .part-02{
	float: right;
	width: 650px;
}
.part-01 .news-box {
	border: none;
	padding-bottom: 0;
}
.news-box .text{
	width: 74%;
	font-size: 1rem;
	padding-right: 6%;
}
.news-list.type-01 .news-box{
	border: none;
	background-color: #fff;
	padding: 40px;
}
.section .news-list.home{
	background-color: #fff;
	padding: 50px;
}
.part-01 .news-box .text{
	padding: 0;
	width: 100%;
}
.news-box .img{
	width: 26%;
	float: right;
}
.part-01 .news-box .img{
	float: none;
	width: 100%;
	margin-bottom: 20px;
}
.news-box .img:hover{
	opacity: 0.8;
}
.news-box h3{
	margin-bottom: 10px;
}
.news-list.type-02 h3{
	font-size: 21px;
	font-size: 1.5rem;
}
.news-box p{
	font-size: 14px;
	font-size: 1rem;
	margin-top: 8px;
}
.time{line-height: 20px;margin-top: 8px;}
.time i{display: inline-block;vertical-align: top;}
.time:before{
	content: '\e91c';display: inline-block;vertical-align: top;font-family: 'myicon';margin-right: 6px;position: relative;top: -1px;
}
.part-01 .news-box h3{
	font-size: 24px;
	font-size: 1.714rem;
}
.part-01 .news-box p{
	font-size: 1.125rem;
}
.part-02 .news-box h3{
	font-size: 21px;
	font-size: 1.5rem;
}
.news-box .more{
	display: inline-block;
	padding: 10px 30px;
	margin-top: 20px;
	border-radius: 3px;
	text-transform: uppercase;
	font-size: 12px;
	border: 1px solid rgb(222,224,226);
	letter-spacing: 1px;
	font-weight: 700;
}
.news-box .more:hover{
	color: #fff;
	border-color: transparent;
}
.section.news:not(.has-three) .part-02 .news-box .more{
	display: none;
}
.news-list.type-02 .news-box{
	width: 33.33333%;
	margin-bottom: 30px;
	display: inline-block;
	vertical-align: top;
	border: none;
}
.news-list.type-02{
	font-size: 0;
}
.news-list.type-02 .inner-wrap{
	padding: 15px;
}
.news-list.type-02 .news-box .img{
	float: none;
	width: 100%;
}
.news-list.type-02 .news-box .text{
	width: 100%;
	padding: 40px;
	background-color: #fff;
}
.news-list.type-02 .news-box p{
	font-size: 1rem;
}
.news-detail .img img{
	width: 100%;
}
.news-detail .text-wrap{
	background-color: #fff;
	padding: 50px;
}

/* $ gallery 画廊-----------------------------*/
.category.section{
	padding: calc(40px + 2vh);
}
.category-list{
	margin: auto;
}
.category-list .item{
	position: relative;
	margin-bottom: 30px;
	margin-bottom: calc(20px + 2vw);
}
.category-list .item .wrap{
	position: relative;
	overflow: hidden;
}
.category-list .img{
	padding-top: 50%;
	transform: scale(1.02) translateY(5px);
	transition: transform 0.6s;
}
.category-list a.full{
	display: none;
}
.category-list .item h6{
	margin: 10px 0;
	font-weight: 400;
}
.category-list .item .text{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: calc(20px + 2vw);
	color: #fff;
	z-index: 2;
}
.category-list .img:after{
	content: '';
	position: absolute;
	width: 100%;
	height: 70%;
	bottom: 0;
	left: 0;
	background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
}
.category-list .item:hover .img{
	transform: none;
}


.pic-list{
	position: relative;
	margin: 0 auto;
	z-index: 3;
}
.pic-list .item{
	position: relative;
	float: left;
	width: 33.333333%;
	padding: 15px;
}
.sub-page .pic-list .img img{
	width: 100%;
}
.pic-list .text{
	position: absolute;
	width: 100%;left: 0;bottom: 30px;
	text-align: center;
}
.pic-list h5{
	position: relative;
	top: 20px;
	display: inline-block;
	padding: 0 30px;line-height: 40px;
	color: #fff;
	background-color: #222;border-radius: 4px;
	font-size: 14px;
	opacity: 0;
}
.pic-list .item.no-hover .img:after{
	opacity: 0.3;
}
.pic-list .inner-wrap:hover h5{
	opacity: 1;top: 0;
}

/*gallery detail*/
.gallery-detail .title{
	margin-bottom: 30px;
}
.sub-page .text-wrap{
	margin: 0 auto;
	max-width: 900px;
}
.text-wrap{
	font-size: 18px;
	font-size: 1.286rem;
	line-height: 180%;
}
.text-wrap .text {
	white-space: pre-line;
}
.text-wrap ul,
.text-wrap ol {
	white-space: normal;
	margin-left: 15px;
}
.text-wrap p {
	white-space: pre-line;
}
.text-wrap img {
	max-width: 100%;
}

/*for home*/
.slider ~ .content .pic-list .inner-wrap{
	position: relative;
	padding-top: 60%;
}
.slider ~ .content .pic-list .img{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;left: 0;
	background-color: #222;
	opacity: 0;
}
@media (min-width: 1024px) {
	.slider ~ .content .pic-list .item:nth-child(1),
	.slider ~ .content .pic-list .item:nth-child(2){
		width: 50%;
	}
	.slider ~ .content .pic-list .item:nth-child(1) h5,
	.slider ~ .content .pic-list .item:nth-child(2) h5{
		font-size: 16px;
		font-size: 1.143rem;
		line-height: 60px;
		padding: 0 40px;
	}
}
.gallery-banner{
	padding: calc(40px + 2vw) 6vw 0;
}
.gallery-banner .img{
	margin: auto;
	max-width: 1200px;
}
.gallery-banner img{
	display: block;
	margin: 0 auto 30px;
	max-width: 100%;
	width: auto;
}
.mobile .gallery-banner img{
	margin-bottom: 6vw;
}
.gallery-banner img:last-child{
	margin-bottom: 0 !important;
}



/*$ contact  ------------------------------ */

.contact.section{
	margin: 100px auto;
	margin: calc(40px + 1vw) auto;
	opacity:0; 
}
.contact.section > .wrap{
	padding: 60px;
	background: #fff;
}
.contact h5,
.contact h6{
	font-size: 16px;
	font-size: 1.143rem;
}
.contact .text{
	width: 60%;
	float: left;
	padding-right: 10%;
}
.contact .text > h5,.contact .form > h5{position: relative;margin-bottom: 30px;}
.contact p{white-space: pre-line;}
.contact .text p{margin-bottom: 20px;}
.contact .form{
	width: 40%;
	float: right;
}
input[type='text'],
input[type='email'] {
	height: 40px;
	padding: 0 15px;
}

input[type='text'],
input[type='email'],
textarea {
	width: 100%;
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, .2);
}

textarea {
	padding: 15px;
	max-width: 100%;
}

form dl {
	margin-bottom: 10px;
}

form dt {
	margin-bottom: 6px;
	font-size: 14px;
}

form button {
	padding: 15px 45px;
	background-color: #999;
	color: #fff;
	border-radius: 3px;
}
.contact .text>h5:after,
.contact .form>h5:after{
	content: '';
	position: absolute;
	left: 0;
	bottom: -10px;
	height: 3px;
	width: 30px;
}
.map{
	position: relative;
	min-height: 240px;
	height: calc(240px + 15vh);
	background-color: #eee;
}
.contact i[class^="lni-"]{
	display: inline-block;vertical-align: middle;margin-right: 10px;font-size: 150%;
}
.contact .text div .h{
	margin: 15px 0;
}


/*$ footer ----------------------------------*/
.footer-button{
	position: relative;
	margin-top: calc(20px + 2vh);
	color: #fff;
	text-align: center;
	z-index: 2;
}
.count-list + .footer .footer-button,
.map + .footer .footer-button{
	margin-top: 0;
}
.footer .footer-button .wrap{
	position: relative;
	max-width: 1200px;
	padding: 60px 20px;
	z-index: 2;
}
.footer-button .bg{
	opacity: 1;
}
.footer-button a:hover{
	opacity: 0.9;
}
.footer-button h4{
	font-weight: 400;
	line-height: 1.4;
}
.footer .footer-button a{
	display: inline-block;
	margin-top: 30px;
	color: #111;
	border-radius: 3px;
	background-color: #fff;
	padding: 15px 50px;
	font-weight: 700;
}
.footer .footer-button a:hover{
	color: #fff !important;
}
.footer{background-color: rgb(44,45,48);position: relative;z-index: 99;color: #fff;}
.footer a{opacity: 0.9;color: #fff;}
.footer a:hover{ opacity: 1 ;}
.footer.fixed{
	position: fixed;width: 100%;left: 0;bottom: 0;
}
.footer .wrap{ margin: 0 auto;opacity: 0;padding: 40px 0;}
.foot-extend{
	padding: 3% 0 6%;margin-bottom: 40px;
	font-size: 0;
	border-bottom: 1px solid rgb(64,65,68);
	display: flex;
}
.foot_box img + p,
.foot_box figure + p{
	margin-top: 40px;
}
.foot_box p+p{
	margin-top: 10px;
}
.foot_box p span{
	opacity: 0.8;
}
.foot_box{
	position: relative;
	width: 45%;
	line-height: 1.8;
}
.ie8 .foot_box,
.ie9 .foot_box{
	display: inline-block;
	width: 30%;
}

.foot_box + .foot_box{
	margin-left: 50px;
}
.foot_box h6{
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid rgb(64,65,68);
	font-size: 15px;
	font-size: 1.071rem;
}
.foot_box.col-boxed{
	width: auto;
	flex-shrink: 0;
}


.foot_box:last-child{padding: 0;}
.foot_box a{display: block;}
a.footer-qq figure{
	display: inline-block;
	vertical-align: middle;
}
a.footer-qq{
	border: 2px solid #ddd;
	color: #fff !important;
	font-weight: 700;
	display: inline-block;
	padding: 5px 25px;
	margin-top: 10px;
	border-radius: 5px;
	line-height: 0;
}
a.footer-qq:hover{
	border-color: #fff;
	background-color: #fff;
	color: #111 !important;
}


.social-box{
	position: fixed;
	width: 40px;line-height: 40px;right: 0;bottom:0;
	text-align: center;font-size: 14px;
	opacity: 0;visibility: hidden;
	box-shadow: 0 0 40px rgba(0,0,0,.05);
	z-index: 99;
}
.social-box.show{
	bottom: 0;
}
.social-box.go-top-show{
	bottom: 40px;
}
.social-box a{
	position: relative;
	display: block;
	height: 40px;
	background-color:#fff;
	color: #111;
	cursor: pointer;
	opacity: 1;
}
.social-box a:after{
	font-family: 'myicon';position: absolute;width: 100%;height: 100%;left: 0;font-size: 22px;text-align: center;
}
.social-box a.qq:after{content: '\f1d6';font-size: 16px;}
.social-box a.taobao:after{content: '\e91a';font-size: 24px;}
.social-box a.tt:after{content: '\f1d5';}
.social-box a.weibo:after{content: '\f18a';font-size: 18px;}
.social-box a.scan:after{content: '\e917';font-size: 18px;}
.social-box a.go-top:after{content: '\e5d8';}
.social-box a.facebook:after{content: '\ea90';font-size: 16px;}
.social-box a.twitter:after{content: '\ea96';font-size: 15px;}
.social-box a.linkedin:after{content: '\eaca';font-size: 16px;}
.social-box a.googleplus:after{content: '\ea8b';font-size: 16px;}
.social-box a.qq:hover,.social-box a.qq:hover i{background-color: #4fb5ef}
.social-box a.taobao:hover,.social-box a.taobao:hover i{background-color: #f78a1f}
.social-box a.tt:hover,.social-box a.tt:hover i{background-color: #25bdd8}
.social-box a.weibo:hover,.social-box a.weibo:hover i{background-color: #f37245}
.social-box a.facebook:hover,.social-box a.facebook:hover i{background-color: #5266ab}
.social-box a.twitter:hover,.social-box a.twitter:hover i{background-color: #4ebeed}
.social-box a.linkedin:hover,.social-box a.linkedin:hover i{background-color: #379ad0}
.social-box a.googleplus:hover,.social-box a.googleplus:hover i{background-color: #ed2524}

.social-box a.qq.mobile,
body.mobile .social-box a.qq.pc{
	display: none;
}
body.mobile .social-box a.qq.mobile{
	display: block;
}


.social-box a:hover,
.social-box a:hover i,
.social-box a:hover:after {
	color: #fff;
}
.social-box a img {
	position: absolute;
	opacity: 0;
	visibility: hidden;
	padding: 10px;
	right: 140%;
	bottom: 0;
	background-color: #fff;
	border-radius: 6px;
	max-width: 160px;
}
.social-box i {
	position: absolute;
	display: block;
	width: 110px;
	background-color: #fff;
	opacity: 0;
	right: 20px;
	visibility: hidden;
}
.social-box a:hover i{right: 40px;}
.social-box a.scan:hover img,.social-box a:hover i,.social-box.show{opacity: 1;visibility: visible;}

a.go-top{opacity: 0;visibility: hidden;}
.go-top-show a.go-top{opacity: 1;visibility: visible;}
.copy{font-size: 14px;color: #bbb;}


/*$ feed ------------------------ */
.feedback{
	position: fixed;
	right: -500px;top: 50%;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	width: 500px;
	color: #fff;
	z-index: 99;
}
.feedback.show{
	right: 0;
}
.feedback i.toggle{
	position: absolute;
	left: -68px; top: 50%;margin-top: -34px;
	width: 68px;height: 68px;
	cursor: pointer;
}
.feedback i.toggle img{
	width: 100%;height: 100%;
}
.feedback.show i.toggle{
	opacity: 0;
	visibility: hidden;
}
.feedback i.toggle:hover{
	margin-top: -40px;
}
.fb-layer{
	width: 500px;
	background: rgb(90,90,90);background: rgba(88, 88, 88, 0.9);
	box-shadow: 0 2px 35px rgba(0,0,0,.2), 0 0 3px rgba(0,0,0,.1);
	border-left: 4px solid;
	text-align: right;
	opacity: 0;
	padding: 30px;
}
.feedback.show .fb-layer{
	opacity: 1;
}
textarea#feedback-textarea,input#feedback-visitor-info{
	background: #fff;
	background: rgba(255, 255, 255, 0.7);
	margin-bottom: 6px;
	overflow: auto;
}
textarea#feedback-textarea:focus,input#feedback-visitor-info:focus{
	background: rgba(255, 255, 255, 1);
}
input[type="submit"]{
	color: #fff;
	padding: 0 30px;
	height: 40px;
	border-radius: 3px;
}
#abc-feedback h5{
	text-align: left;
}
#abc-feedback p{
	text-align: left;
	padding-right: 60px;
	margin-bottom: 10px;
}
.fb-layer i.close{
	position: absolute;
	right: 10px;top: 10px;
	width: 40px;height: 40px;line-height: 40px;text-align: center;
	cursor: pointer;
}
.fb-layer i.close:after{
	content: '\e5cd';font-family: 'myicon';position: absolute;width: 100%;height: 100%;left: 0;top: 0;font-size: 24px;
}
.feedback.successed form{
	display: none;
}
.feedback.successed form{
	display: none;
}
.fb-success{
	text-align: center;
	font-size: 20px;
	padding: 60px 0;
	display: none;
}


/* $ other  ——————————————————————————————————————————*/

.search-box i:after,.search-box input,.search-box form,.slick-dots li i,.service a,.footer-button a,.feedback.show i.toggle,.fb-layer,
.slider .item:after,.nav li a,.nav>li>a:before,.slick-arrow:after,.header-other a,.nav .sub,.nav .sub li:before,.slick-dots li button,.go-top,
a.btn,a.btn:after,p.clone-title,.news-box a,.slick-arrow,.pic-list .img,.img:after,.product-box .img,.product-box .h a,
.footer a,.social-box a:after,.social-box a img,.social-box,.social-box i,.copy a,.news-box .img,
.pic-list h5,input[type='text'],input[type='email'],textarea,button,
.page-menu .icon:after,.page-menu .wrap,.page-menu .wrap:after,.page-menu .wrap a,.page li a,.ctrl-menu,.ctrl-menu a,
.news-box .more{
	transition: all 0.3s;
}
.header{
	transition: height 0.3s;
}
a.btn-01,.home-about .img h2:after,.nav .sub li:before,.title h2 i:after,
.pic-list h5,
.social-box a.go-top:hover i,.social-box a.scan:hover i,.social-box a.go-top:hover,.social-box a.scan:hover,
.page-menu .icon:after,.page-menu .wrap:after,.page-menu:after,.page li.on,button:hover,.contact h5:after{
	background-color: #766fd0;
}
.home-about .img h2 i,input[type='text']:focus,textarea:focus{
	border-color: #766fd0;
}
.section > .title p,.ctrl-menu a:hover{
	color: #766fd0;
}
.caption-img img{
	transition: all 0.5s 0.4s;
	-webkit-transition: all 0.5s 0.4s;
}
.feedback i.toggle{
	transition: margin 0.3s,opacity 0.5s 0.6s;
}
.pic-list .img:after{
	transition:opacity 0.4s 0.1s;
}
.slider .item .img-f,.map{
	transition: transform 1s,opacity 0.4s;
}
.mobile .slider .item .img-f,
.map *{
	transition: all 0s !important;
}
.news-box .img-f{
	transition: transform 0.4s;
}
.text,.nav>li{
	perspective:3000px;
	-webkit-perspective:3000px;
	-moz-perspective:none;
	-ms-perspective:3000px;
}
.feedback{
	transition: all 0.6s;
}


/* $ res --------------------------  */

/* $ mobile menu 手机导航   */

.mobile .header{
	display: none;
}
.m-header{
	position: fixed;display: none;
	width: 100%;height: 50px;left: 0;top: 0;
	z-index: 9999;
}
.m-header:after,.has-ul em{
	content: '';position: absolute;width: 100%;height: 100%;left: 0;top: 0;z-index: -1;
}
.has-ul em{
	z-index: 1;
}
.mobile .m-header{
	display: block;
}
.m-nav li a{
	position: relative;
	display: inline-block;
	vertical-align: top;
	padding-right: 50px;
	z-index: 2;
}
.m-logo{
	float: left;
	height: 50px;
}
.m-logo img {
	height: 100%;
	padding: 10px 10px 10px 20px;
}
.m-logo span{
	font-size: 12px;
}
.m-header>i{
	float: right;
	position: relative;
	height: 50px;width: 50px;line-height: 50px;
	text-align: center;
	font-size: 0;cursor: pointer;
}
.m-header>i:after,
li.has-ul:after{
	content: '\e896';
	font-family: 'myicon';
	position: absolute;
	height: 50px;
	width: 50px;
	left: 0;
	top: 0;
	color: #fff;
	font-size: 30px;
}
.m-header>i.down:after{
	content: '\ea0f';
	font-size: 12px;
}
.m-nav{
	display: none;
	position: fixed;
	top: 50px;
	left: 0;
	width: 100%;
	max-height: calc(100% - 50px);
	background-color: rgb(248, 249, 250);
	overflow: auto;
	font-size: 14px;
	line-height: 40px;
	padding: 20px 30px;
	-webkit-overflow-scrolling: touch;
	box-shadow: 0 20px 30px rgba(0,0,0,.1);
	z-index: 2;
}
.m-nav li ul{
	margin-left: 30px;
	display: none;
	padding-bottom: 10px;
}
.m-nav>li{
	position: relative;
	border-bottom: 1px solid rgba(99,99,99,.1);
	padding-right: 30%;
	list-style-type: none;
}
.m-nav>li:last-child{
	border-bottom: none;
}
li.has-ul:after{
	content: '\e902';height: 36px;width:auto;right: 10px;left: auto;font-size: 16px;
}
.m-header-other{
	margin-top: 20px;
	background-color: rgba(55,55,55,.5);
	text-align: center;
	border-radius: 4px;
}
.m-nav .m-header-other a{display: block;padding: 0;}



.mobile .pic-list h5 {
	opacity: 1;
	-webkit-transform: rotateX(0deg);
	top: 0;
	line-height: 36px;
}
.page-menu>em{
	position: fixed;display: none;
	z-index: 1;width: 100%;height: 100%;left: 0;top: 0;background-color: rgba(11,11,11,.7);visibility: hidden;
}
body.mobile .page-menu{height: 48px;list-style: 48px;margin-bottom: -24px;}
.mobile .page-menu .wrap a{display: block;line-height: 36px;}
.mobile .page-menu .icon:after,.mobile .page-menu .icon{width: 48px;height: 48px;line-height: 48px;}
.mobile .page-menu .icon:after{margin-left: -24px;opacity: 1 !important;visibility:visible !important;}
.mobile .page-menu .icon .wrap:after{height: 120% !important;top:-10% !important; }
.mobile .page-menu .icon .wrap{opacity: 1;display: none;visibility: visible;-webkit-transition: all 0s;z-index: 2;}
.mobile .page-menu>em{display: none;visibility: visible;}



@media (max-width: 1680px) {

	html{
		font-size: 13px;
	}
	.section > .title h2,
	.home-about h2{
		font-size: 28px;
	}
	.sub-page .news-list:not(.type-02),
	.product-detail{
		min-width: 0;
	}
	.home-about,
	.service,
	.section.small,
	.footer .wrap,
	.home-about .wrap,
	.count-list .wrap,
	.contact.section,
	.news-list{
		max-width: 1080px;
	}
	.pic-list,
	.product-list,
	.category-list,
	.header .wrap{
		max-width: 1100px; /*只大20px： box：padding=10*/
	}
	.news-list .part-01 {
		width: 360px;
	}
	.news-list .part-02 {
		width: 570px;
	}


	/*header*/
	.logo{
		left: 10px;
	}
	.logo span {
		font-size: 15px;
		padding-left: 10px;
	}
	.nav li a{
		margin: 0 15px;
	}
	.nav {
		padding-right: 50px;
	}
	.product-box,
	.news-list.type-02 .inner-wrap,
	.pic-list .item{
		padding: 10px;
	}
	/*slider*/
	.slider.type-03 .item {
		height: 500px;
	}

}

@media (max-width: 1280px) {

	html{
		font-size: 12px;
	}
	.home-about,
	.service,
	.section.small,
	.footer .wrap,
	.home-about .wrap,
	.count-list .wrap,
	.contact.section,
	.news-list{
		max-width: 980px;
	}
	.pic-list,
	.product-list,
	.category-list,
	.header .wrap{
		max-width: 1000px;
	}


	.news-list .part-01 {
		width: 360px;
	}
	.news-list .part-02 {
		width: 470px;
	}
	.nav li a{
		letter-spacing: 0;
	}
	.nav .sub {
		width: 200px;
	}

}




@media (max-width: 1023px) {

	html{
		font-size: 14px;
	}
	blockquote{
		padding: 0 5vw;
	}
	.section > .title h2,
	.home-about h2 {
		font-size: 5vw;
	}
	.service p,
	.home-about .text,
	.text-wrap,
	.banner .text >p{
		font-size: 1.125rem;
	}

	/*header*/
	.header-gap{height: 50px;}
	.search-box{display: none;}
	.social-box{display: none}

	/*slider*/
	.slick-prev,.p-slider .slick-prev{left: 10px;}
	.slick-next,.p-slider .slick-next{right: 10px;}
	.slick-arrow{height: 28px;width: 28px;line-height: 28px;margin-top: -14px;}
	.slick-arrow:after{font-size: 14px;}
	.slider .slick-dots li i{width: 4px;height: 4px;}
	.slider .slick-dots{bottom: 20px;}

	.slider.type-03 .item {
		height: 64vw;
	}
	.slider .caption a {
		line-height: 44px;
		margin-top: 20px;
		min-width: 160px;
		padding: 0 30px;
	}
	.slider .caption a > *{
		font-size: 1rem;
	}

	/*banner*/
	.banner{
		margin-bottom: 6vw;
	}

	/*service*/
	.service{
		margin-top: 6vw;
	}
	.service .item{
		width: 100%;
		padding-left: 6vw;
		padding-right: 6vw;
	}
	.service .text{
		padding: 6vw;
	}
	.service a {
		padding: 8px 20px;
		font-size: 1rem;
	}

	/*home about*/
	.home-about {
		margin: 0;
		padding: 6vw;
	}
	.home-about .img {
		position: relative;
		width: 100%;
		padding-top: 60%;
		margin-bottom: 30px;
	}
	.home-about .bg{
		height: 100%;
		top: 0;
	}
	.home-about .text {
		padding: 0;
	}
	.home-about .img h2 {
		right: 7%;
		bottom: 30px;
		top: auto;
		text-align: center;
	}
	.text-wrap{
		padding: 6vw !important;
	}


	/*all list*/
	.category.section{
		padding: 6vw;
	}
	.category-list a.full{
		display: block;
	}
	.category-list a.btn{
		display: none;
	}
	.category-list .text{
		padding: 6vw;
	}
	.category-list .item h6{
		margin-bottom: 0;
	}
	.pic-list .item,
	.news-list.type-02 .news-box,
	.product-box{
		width: 50% !important;
	}

	.pic-list,
	.product-list,
	.section.news,
	.news-list,
	.copy{
		padding-left: calc(6vw - 10px);
		padding-right: calc(6vw - 10px);
	}
	.img img{width: 100%;}
	.news-list.type-02 .news-box{
		padding-bottom: 0;
		margin-bottom: 0;
	}
	.sub-page .news-list:not(.type-02),
	.product-detail{
		max-width: 100%;
	}
	.news-box{
		margin-bottom: calc(6vw - 10px);
	}

	.gallery-detail,
	.news-detail,
	.product-detail{
		width: 100%;
		padding: 12vw 6vw;
	}

	/*footer*/
	.foot-extend{
		padding: 6vw;
		display: block;
	}
	.foot_box{
		width: 100% !important;
		padding: 0 !important;
		margin: 0 0 6vw 0 !important;
	}
	.footer-button h4 {
		font-size: calc(12px + 1vw);
		padding: 0 6vw;
	}
	.footer .footer-button a {
		padding: 10px 40px;
	}

	/*contact*/
	.contact.section,
	.contact.section > .wrap{
		padding: 6vw;
	}
	.contact.section{
		padding-top: 0;
	}
	/*other*/
	.puretext,
	.about + .section{
		padding-left: 6vw;
		padding-right: 6vw;
	}
	.ctrl-menu a{
		font-size: 12px;
		white-space: nowrap;
	}
	.ctrl-menu a.prev:before,
	.ctrl-menu a.next:after{
		margin: 0 3px;
	}

}

@media (max-width: 768px) {

	html{
		font-size: 13px;
	}

	/*list*/
	.pic-list .item{
		width: 100% !important;
	}
	.pic-list h5{
		font-size: 1.125rem !important;
	}
	.product-box,
	.news-list.type-02 .inner-wrap,
	.pic-list .item{
		padding-top: 3vw;
		padding-bottom: 3vw;
	}

	.pic-list .item,
	.news-list.type-02 .news-box,
	.product-box{
		width: 100% !important;
	}
	/*news*/
	.news-list:not(.type-02) .img,
	.news-list:not(.type-02) .text,
	.contact .text,
	.contact .form{
		width: 100%;
		float: none;
		padding: 0;
	}
	.news-list:not(.type-02) .img,
	.news-list:not(.type-02) .item,
	.contact .text{
		margin-bottom: 6vw;
	}

	.count-list .item p{
		font-size: 12px;
	}
	.count-list .item i {
		font-size: 8vw;
	}

	.fb-layer {
		width: 320px;
	}
	.feedback {
		right: -320px;
		width: 320px;
	}
	.feedback i.toggle {
		transform: scale(0.6, 0.6) translateX(35%);
		-webkit-transform: scale(0.6, 0.6) translateX(35%);
	}
	.contact h5,
	.contact h6{
		font-size: 1.1rem;
	}

}


.ie8 .bg{opacity: 1;z-index: 2;}
.ie8 .text{z-index: 5;}
.ie8 .page-menu{display: none;}