﻿@charset "UTF-8";


*, ::after, ::before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
html, body, div, span, applet, object, iframe, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
html, body {
	color: #333;
}
html {
	-webkit-text-size-adjust: 100%;
	font-size: 14px;
}
body {
	/*font-size: 14px;*/
	-webkit-text-size-adjust: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	user-select: none;
	overflow-x: hidden;
}
h1, h2, h3, h4, h5, h6 {
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
	padding: 0;
	margin: 0;
}
input, textarea {
	margin: 0;
	padding: 0;
	outline: 0;
	-webkit-appearance: none;
	border-radius: 0;
}
select {
	/*Chrome和Firefox里面的边框是不一样的，所以复写了一下*/
	border: solid 1px #000;
	/*很关键：将默认的select选择框样式清除*/
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	/*在选择框的最右侧中间显示小箭头图片*/
	background: url(../images/select.gif) no-repeat scroll 98% center transparent;
	/*为下拉小箭头留出一点位置，避免被文字覆盖*/
	padding-right: 14px;
}

/*清除ie的默认选择框样式清除，隐藏下拉箭头*/
select::-ms-expand {
display: none;
}
a, a:active {
	color: #333;
}
a:hover {
	color: #02B5CB;
}
a, a:link, a:visited, a:hover, a:active {
	text-decoration: none;
noline:-webkit-tap-highlight-color:rgba(0,0,0,0);/* 去掉链接触摸高亮 */
	-webkit-tap-highlight-color: transparent;
}
:focus, a:focus {
	outline: none;
	-moz-outline: none;
}
table, td, th {
	border-collapse: collapse;
	border-spacing: 0;
}
.ul, .ul li {
	list-style: none;
}
hr {
	margin: 0;
	padding: 0;
	border: 0;
	color: #000;
	background-color: #000;
	height: 1px
}
img {
	border: none;
	max-width: 100%;
	vertical-align: middle;
}
.Ispic {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
pre {
	white-space: pre-wrap;
	white-space: -moz-pre-wrap;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	word-wrap: break-word;
	margin: 0;
	text-align: justify;
	text-justify: inter-ideograph;
}
.clear {
	clear: both;
	height: 0px;
	font-size: 0px;
	line-height: 0px;
	overflow: hidden;
	zoom: 0;
}
.clearfix:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	zoom: 1;
}
/*单行文本省略号*/
.dot {
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.dot2, .dot3, .dot4, .dot5 {
	display: -webkit-box;
	display: box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-all;
	-webkit-box-orient: vertical;
}
.dot2 {
	-webkit-line-clamp: 2;
}
/*多行文本省略号*/
.dot3 {
	-webkit-line-clamp: 3;
}
.dot4 {
	-webkit-line-clamp: 4;
}
.dot5 {
	-webkit-line-clamp: 5;
}
.ytable {
	display: table;
	width: 100%;
	height: 100%;
}
.ytable-cell {
	display: table-cell;
	vertical-align: middle;
}
/*设置隐藏*/
.none {
	display: none;
}
.hidden {
	visibility: hidden;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.auto-inner {
	width: 96%;
	max-width: 1600px;
	margin: 0 auto;
}
@media(max-width:750px){
.auto-inner {width: 92%;}
}
.pr {
	position: relative;
}
.nm {
	margin: 0;
}
.nfw {
	font-weight: normal;
}
.img-block {
	display: block;
	width: 100%;
}
/*baidu edit css*/
.view.editor p {
	margin: 16px 0;
}
.view.editor .list-paddingleft-2 {
	padding-left: 0;
}
.view.editor ol, .view.editor ul {
	width: auto;
}
.view.editor li {
	clear: inherit;
}

.body-hidden{overflow: hidden;}

/*STAR*/
.top-main{ border-bottom: 1px solid transparent; position: relative; z-index: 200; transition:background 0.5s;-webkit-transition:background 0.5s;-ms-transition:background 0.5s;}
.top-main.hover{background: #fff; border-bottom-color: #ececec;}
.top-main > .auto-inner{height: 134px;}
.top-main .logo{width:280px;}
.top-right{width: 110px;}
.same-body .top-main{position: absolute; left: 0; width: 100%; top: 0;}
.top-main.hover .logo .on,
.top-main .logo .off{display: none;}
.top-main.hover .logo .off{display: block;}
@media(max-width:1240px){
.top-right{width:210px;}
.top-right .top-tel{ display:none;}
}

/*@media(max-width:480px){
.top-main .logo{width: auto;}
.top-right{width: 240px;}
}*/
.top-main .logo img{max-height: 137px;}

.top-menu ul{width: 90%; margin: 0 auto;display: table;}
.top-menu li{display: table-cell; vertical-align: middle;/*width:14%;*/text-align: center;}
.top-menu li span{display: inline-block;}
.top-menu li span a{display: block;padding: 0 11px; font-size: 18px; color: #fff; line-height: 134px; /*border-bottom:3px solid transparent;*/ transition: 0.3s; position: relative;}
.top-menu li span a:before{position: absolute; content: ''; width: 0;height: 3px; left: 50%; transform: translateX(-50%);-webkit-transform: translateX(-50%);-ms-transform: translateX(-50%); opacity: 0;bottom:0;background: #02B5CB;transition: 0.5s;}
.top-main.hover .top-menu li span a,
.same-body .top-main.hover .top-menu li span a{color: #999;}
.top-main.hover .top-menu li span a:hover,
.top-menu li span a:hover,
.top-main.hover .top-menu li.aon span a:hover,
.top-menu li.aon span a{color: #02B5CB!important;font-family: "fzltchj";/*border-bottom-color: #02B5CB;*/}


.top-main.hover .top-menu li span a:hover:before,
.top-menu li span a:hover:before,
.top-main.hover .top-menu li.aon span a:hover:before,
.top-menu li.aon span a:before{width: 100%;opacity: 1;}

.top-menu li .sub{position: absolute; left: 0; top: 100%;width: 100%; background: rgba(0,66,142,0.95); /*border-top: 1px solid #eee;*/ display: none; text-align: left;z-index: 200;}

.top-menu li .sub > .auto-inner{border-left: 1px solid rgba(235,235,235,0.1); border-right: 1px solid rgba(235,235,235,0.1); position: relative; overflow: hidden;padding:4.204% 0;}
.top-menu li .sub .list-row{ position: relative;}
@media(min-width:769px){
.top-menu li .sub > .auto-inner:before,
.top-menu li .sub > .auto-inner:after{position: absolute; width: 1px; height: 100%; background: rgba(235,235,235,0.1); content: ''; top: 0;}
.top-menu li .sub > .auto-inner:before{left: 33.33333%;}
.top-menu li .sub > .auto-inner:after{right: 33.33333%;}
.top-menu li .sub .list-row{float: left; width: 33.33333%;}
.top-menu li .sub-buy > .auto-inner:before,
.top-menu li .sub-buy > .auto-inner:after,
.top-menu li .sub-column > .auto-inner:before,
.top-menu li .sub-column > .auto-inner:after{display: none;}
.top-menu li .sub-column > .auto-inner{max-width: 1068px;border-right: 0;display: table;table-layout: fixed;}
.top-menu li .sub-column > .auto-inner > div{display: table-cell;vertical-align: top;}
.top-menu li .sub-column .right{width: 46.817%; text-align: center;}
.top-menu li .sub-column .right ol{display:none;list-style:none;}
.top-menu li .sub-column .right ol img{max-height:273px;}
.top-menu li .sub-column .right .img{padding-bottom: 20px; padding-top:15px;}
.top-menu li .sub-column .right .img img{display: block;width: 100%;}
.top-menu li .sub-column .right aside.dot{color: #fff;}
}

.top-menu li .sub-buy ol{text-align: center;}
.top-menu li .sub-buy ol li{display: inline-block; float: none;width: auto; position: relative;padding: 0 20px;}
.top-menu li .sub-buy ol li:not(:last-child):after{position: absolute; width: 1px; height: 20px;background: #eee; content: ''; right: 0; top: 50%; margin-top: -10px;}
.top-menu li .sub-buy ol li img{height: 40px;}

/*@media(max-width:768px){
.top-menu li .sub .list-row:not(:last-child){border-bottom: 1px solid #f5f5f5;}
}*/
.top-menu li .sub .list .list-sub{position: absolute; left: 48%; top: 15px; width: 45.06%; display: none;}
.top-menu li .sub .list{width: 45.06%; /*text-align: center;*/}
.top-menu li .sub .list > aside{line-height: 24px; padding: 15px 0; font-size: 16px;}
.top-menu li .sub .list > aside a{display: inline-block; padding-left: 27px; padding-right:50px; border-left: 2px solid transparent;transition: 0.3s;color: rgba(255,255,255,0.5);}
.top-menu li .sub .list > aside a:before{/*display: inline-block; float: right;content: ''; margin-left: 20px; padding-right: 30px;*/}
.top-menu li .sub .list.off > aside a{color: rgba(255,255,255,0.5);}
.top-menu li .sub .list > aside a:hover,
.top-menu li .sub .list.on > aside a{color: #fff;border-left-color: #fff;background: url(../images/aon-2.png) no-repeat right center;}
.top-menu li .sub .pic img{display: block; width: 100%;max-height: 150px;}
.top-menu li .sub .list-sub dl{padding: 25px 0;}
.top-menu li .sub .list-sub dd{line-height: 20px; padding: 5px 0;}
.top-menu li .sub .list-sub dd a{color: #999;}
.top-menu li .sub .list-sub dd a:before{display: inline-block;content: ''; width: 2px; height: 2px; background: #999; vertical-align: middle; margin: 0 6px 0 7px;}
.top-menu li .sub .list-sub dd a:hover{color: #02B5CB;}

.top-right dl{float: right;}
.top-right dl > *{float: left;line-height: 42px;}
.top-right dl a{color: #fff;}
.top-right dd.icon *{display: block;}
.top-right dd.icon a{color: #fff;}
.top-right dd.icon a.on{color: #02B5CB;}
.top-main.hover .top-right dd.icon a{color: #9b9b9b;}
.top-right dd.icon a i{font-size: 20px;}
.top-right dd.icon a i.icon-denglu{font-size: 24px;}

.top-right dd:not(:nth-of-type(2)):before{position: absolute; content: ''; width: 1px; height: 18px; top: 50%; margin-top: -9px; background:#fff; opacity: 0.3;-webkit-opacity: 0.3; right: 0;}
.top-main.hover .top-right dd:not(:nth-of-type(2)):before{background: #eee; opacity: 1;-webkit-opacity: 1;}

.top-language{margin-right: 30px; /*padding: 0 30px;*/}
.top-language a{display: inline-block; padding-right: 17px; background:url(../images/jiao-1.gif) no-repeat right center;}
.top-main.hover .top-language a{background-image: url(../images/jiao-2.gif); color: #999;}
@media(max-width:1100px){
.top-right{ width:170px;}
.top-language {padding: 0 10px 0 0; margin-right:10px}
}

@media(min-width:481px){
.top-right dd:not(:nth-of-type(2)){ position: relative; padding-right: 19px; margin-right: 20px;}
}

.top-tel{color: #fff; font-family: Arial;font-size: 24px;}
.top-tel i{margin-right: 12px; font-size: 30px;  display: inline-block;line-height: 16px; vertical-align: middle;}
.top-main.hover .top-tel{color: #999;}

@media(max-width:480px){
.top-language{margin-right: 10px;}
}
.open-allmenu{position: relative;width: 42px; height: 42px; border-radius: 50%; cursor: pointer; background: #fff;}
.top-main.hover .open-allmenu{background: #02B5CB;}
.open-allmenu:before,
.open-allmenu:after,
.open-allmenu i{position: absolute;  background: #02B5CB; right: 10px;height: 2px; }
.top-main.hover .open-allmenu:before,
.top-main.hover .open-allmenu:after,
.top-main.hover .open-allmenu i{background: #fff; }
.open-allmenu:before,
.open-allmenu:after{ content: '';transition:transform 0.5s;-webkit-transition:transform 0.5s;-ms-transition:transform 0.5s;}
.open-allmenu i{top: 20px; width: 11px; transition:width 0.3s;-webkit-transition:width 0.3s;-ms-transition:width 0.3s;}
.open-allmenu:after{width: 17px; top:26px;}
.open-allmenu:before{width: 22px; top: 14px;}
.open-allmenu.on i{width: 0;}
.open-allmenu.on:before,
.open-allmenu.on:after{width: 50%; left: 25%; right: auto; top: 50%; margin-top: -2px;}
.open-allmenu.on:before{transform: rotate(45deg);-webkit-transform: rotate(45deg);-ms-transform: rotate(45deg);}
.open-allmenu.on:after{transform: rotate(-45deg);-webkit-transform: rotate(-45deg);-ms-transform: rotate(-45deg);}
@media(min-width:1025px){
#open-wap{display: none;}
}

#open-pc{display: none;}

@media(min-width:481px) and (max-width:1024px){
.top-right dd.icon{line-height: 60px;}
.top-right dd.icon a i{font-size:24px;}
.open-allmenu{width: 60px; height: 60px;}
.open-allmenu:before, .open-allmenu:after, .open-allmenu i{ right: 18px;}
.open-allmenu i{top: 29px;}
.open-allmenu:before{top: 23px;}
.open-allmenu:after{top: 35px;}
}
@media(max-width:1024px){
.top-right dd.icon{margin-right: 0;padding-right: 0;}
.top-right dd.icon:before{display: none;}
.open-allmenu{margin-left: 30px;}
}

.fixed-menu{top:-100%; transform: translateY(-100%);-webkit-transform: translateY(-100%);-ms-transform: translateY(-100%); position: fixed; left: 0; width: 100%; z-index: 150; background: #fff; height: 100%; transition: 1s;-webkit-transition:1s;-ms-transition: 1s; opacity: 0;-webkit-opacity: 0;}
.fixed-menu.show{top: 0; opacity: 1;-webkit-opacity: 1;transform: translateY(0);-webkit-transform: translateY(0);-ms-transform: translateY(0);}
.fixed-menu .ad-column dt .pic{overflow: hidden;}
.fixed-menu .ad-column dt .pic img{transition: 3s;-webkit-transition: 3s;-ms-transition: 3s;}
.fixed-menu .ad-column dt a:hover .pic img{transform: scale(1.15);-webkit-transform: scale(1.15);-ms-transform: scale(1.15);}
.fixed-menu .ad-column dt aside{font-size: 16px; margin-top: 18px; text-align: center;}
.fixed-menu li{ overflow: hidden;}
.fixed-menu li .tit{width: 49.625%;float: left; font-size: 24px; color: #02B5CB; text-align: right; padding-right: 5%;}
.fixed-menu li dl{border-left: 1px solid #eee;float:left; width: 48%;}
.fixed-menu li dd{line-height: 20px; padding: 5px 0;}
.fixed-menu li dd a{display: block;padding-left: 28px; border-left:2px solid transparent;color: #999;}
.fixed-menu li dd a:hover{border-left-color: #02B5CB;color: #02B5CB;}
@media(min-width:481px){
.fixed-menu .ad-column dt{float: left; width:31.25%;}
.fixed-menu .ad-column dt:not(:last-child){margin-right: 3.125%;}
}
@media(min-width:769px){
.fixed-menu li{float: left; width: 33.33333%;}
}
@media(max-width:1024px){
.fixed-menu{display: none;}
}
/*@media(max-width:768px){
.fixed-menu li dl{min-height: inherit!important;}
.fixed-menu{overflow: auto; padding-bottom: 30px;}
.fixed-menu li{padding: 15px 0;}
}
@media(max-width:480px){
.fixed-menu .ad-column dt{padding-bottom: 20px;}
}
*/
@media(max-width:1024px){
.top-main > .auto-inner{height: auto;padding: 3% 0;}
}
@media(max-width:750px){
.top-main > .auto-inner{padding: 5.5% 0;}
}

/*@media(max-width:1024px){
.same-body{padding-top: 121px;}
.same-body .top-main .logo .on{display: none;}
.same-body .top-main .logo .off{display: block;}
.same-body .top-right dd.icon a{color: #333;}
.same-body .top-main .top-language:before{background: #eee; opacity: 1;-webkit-opacity: 1;}
.same-body .top-main .top-language a{background-image: url(../images/jiao-2.gif); color: #999;}
.same-body .top-main .open-allmenu{background: #02B5CB;}
.same-body .top-main .open-allmenu:before,
.same-body .top-main .open-allmenu:after,
.same-body .top-main .open-allmenu i{background: #fff; }
.same-body .top-menu li span a{color: #999;}
}*/

@media(max-width:1024px){
.top-language,
.top-main .mid{display: none;}
.top-main .logo{width: 50%;}
.top-right{width: auto;}
}

@media(min-width:1025px){
	.wap-menu{display: none;}
}
.wap-layer,
.wap-menu{position: absolute;  top:100%; width: 100%;background: #fff;}
.wap-layer{ z-index: 198;background: rgba(0,0,0,0.5);height: 100%;position: fixed;top: 0; left: 0;display: none;}
.wap-menu{font-size: 30px; padding-bottom: 2em;left: -100%;opacity: 0;z-index: 200;}
.wap-menu.show{left: 0; opacity: 1;}
.wap-menu nav{display: table;width: 100%;padding: 16% 0;}
.wap-menu nav > div{display: table-cell; vertical-align: top;}
.wap-menu .left{width: 38%;border-right: 1px solid #eee;}
.wap-menu .left li{line-height: 2em;font-size: 1em; padding-bottom: 1em;}
.wap-menu .left li a{border-left:0.2em solid transparent; padding-left: 1.834em;color: #555;display: inline-block;z-index:20;}
.wap-menu .left li.has-dt a,
.wap-menu .left li.has-dt{position: relative;}
.wap-menu .left li.has-dt:before{position: absolute;content: ''; left: 0; top: 0; width: 100%; height: 100%; z-index: 10;}
.wap-menu .left li.active a{border-left-color: #02B5CB;color: #02B5CB;}
.wap-menu .left li.active:after{position: absolute; content: '';  border:1px solid #ddd; border-left: 0; border-bottom: 0; transform: rotate(45deg); width: 16px; height: 16px;right: -8px; margin-top: -8px;top: 50%; background: #fff;}
.wap-menu .right dl{display: none;}
.wap-menu .right dt a{font-size: 0.8em;line-height: 2.5em;color: #999;padding-left: 4.58334em;padding-right: 1em;}
.wap-menu .lang{font-size: 0.6667em;line-height: 2.35em;}
.wap-menu .lang > *{float: left;}
.wap-menu .lang dt{padding:0 2em 0 3em;}
.wap-menu .lang dd{border: 1px solid #eee; overflow: hidden;border-radius: 2.35em;}
.wap-menu .lang dd a{float: left;padding: 0 1em; min-width:6.5em; text-align: center;}
.wap-menu .lang dd a.on{color: #fff;background: #02B5CB;border-radius: 2.35em;}
@media(max-width:640px){
.wap-menu{font-size: 24px;}
}
@media(max-width:480px){
.wap-menu .lang dt{padding:0 1em;}
.wap-menu{font-size: 18px;}
.wap-menu .left li.active:after{width: 12px; height: 12px;right: -6px; margin-top: -16px;}
}

.top-search{position: absolute; left: 0; top: 100%; width: 100%; z-index: 100;background: rgba(0,66,142,0.95);padding: 63px 0;display: none;}
.top-search .auto-inner{max-width: 750px;}
.top-search ul{margin-top: 40px;}
.top-search li{float: left; margin-bottom: 1px;}
.top-search li:not(:last-child){margin-right: 18px;}
.top-search li a{color: #fff; opacity: 0.5;display: block;padding: 0 20px;line-height: 30px;border-radius: 30px;background: rgba(255,255,255,0.1);}
.top-search .main{border-bottom: 1px solid rgba(255,255,255,0.2);position: relative; padding-right:45px;}
.top-search .main .text{line-height: 63px; height: 63px; border: 0;background: none; width: 100%;font-size: 24px;color: #fff;}
.top-search .main .btn{position: absolute; right: 0; top: 0; line-height: 63px;color: #fff;}
.top-search .main .btn i{font-size: 24px;}
@media(max-width:1024px){
.top-search{padding: 40px 0;}
.top-search .main .text{font-size: 18px;line-height: 50px; height: 50px;}
.top-search .main .btn{line-height: 50px;}
.top-search .main .btn i{font-size: 18px;}
}

.bottom-main > .auto-inner{padding: 3.95% 0;}
.bottom-main .tit{font-size: 24px; padding-bottom: 30px;}
.bottom-main .search{position: relative;}
.bottom-main .search .text{width: 100%;line-height: 39px;height: 39px; border: 0; border-bottom: 1px solid #ddd; background: none;color: #999; padding-right: 34px; transition: 0.3s;-webkit-transition: 0.3s;-ms-transition: 0.3s;}
.bottom-main .search .btn{position: absolute; width: 34px; height: 100%; background: url(../images/btn.gif) no-repeat center center;right: 0; top: 0;transition: 0.3s;-webkit-transition: 0.3s;-ms-transition: 0.3s; z-index: 10;}
.bottom-main .search:hover .text{color: #fff;background: #02B5CB;}
.bottom-main .search:hover .btn{background-image: url(../images/btn2.gif);}
@media(min-width:1025px){
.bottom-main .info .wap{display: none;}
}
@media(max-width:1024px){
	.bottom-main .info .pc{display: none;}
}
.bottom-main .info li{float: left; width:49%; }
.bottom-main .info li:nth-child(2n){float: right;}
a.same-btn{display: block; position: relative; border: 1px solid #ddd; line-height: 38px; border-radius: 38px;color: #999; text-align: center;overflow: hidden;}
a.same-btn:before{position: absolute; content: ''; left:-5px;right: -5px; top: 0; height: 100%; background: #02B5CB; transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);transform: scaleX(0);-webkit-transform: scaleX(0);-ms-transform: scaleX(0);transform-origin: right center;}
.bottom-main .info li.on a.same-btn:before,
a.same-btn:hover:before{transform-origin: left center;transform: scaleX(1);-webkit-transform: scaleX(1);-ms-transform: scaleX(1);}
.bottom-main .info li.on a.same-btn,
a.same-btn:hover{color: #fff;}
a.same-btn span{display: block; position: relative; z-index: 3;}
a.same-btn span:after{display: inline-block; content: ''; margin-left: 7px; width: 9px; height: 9px; vertical-align: middle; margin-top: -1px; background: url(../images/jiao-3.gif) no-repeat center center;}
.bottom-main .info li.on a.same-btn span:after{background-image: url(../images/jiao-1.gif);}
a.same-btn:hover span:after{background-image: url(../images/jiao-4.gif);}
.bottom-main > .auto-inner .box:nth-child(3) .info{text-align: center;}
.bottom-main #share a{border: 1px solid #dfdfdf; line-height: 38px; height: 40px; width: 40px; margin: 0 10px; padding: 0;color: #333;}
.bottom-main #share a:hover{color: #fff; background: #02B5CB;}



@media(min-width:769px){
.bottom-main{border-top: 1px solid #eee; }
.bottom-main > .auto-inner .box{float: left; width: 33.333333%;}
.bottom-main > .auto-inner .box:nth-child(2) .info{max-width:320px;width: 96%; margin: 0 auto;}
.bottom-main .info li{ max-width: 150px;}
.bottom-main .search{max-width: 300px;}
.bottom-main .search:hover .text{padding-left: 10px; padding-right: 50px;border-radius: 30px; }
.bottom-main .search .btn{background-size: 15px auto;}
.bottom-main .search:hover .btn{ width: 50px;}
}
@media(max-width:768px){
.bottom-main > .auto-inner{width: 100%;}
.bottom-main > .auto-inner .box{text-align: center; border-top: 1px solid #eee;padding: 2.33334em 2.6667em;font-size: 30px;}
.bottom-main .search .text{background: #f5f5f5; line-height: 2.5em; height: 2.5em;border: 1px solid #ddd;padding: 0 1.25em; font-size: 0.8em;border-radius: 2.5em;}
.bottom-main .search .btn{width: 2.8667em;}
.bottom-main .tit{font-size: 1em;}
.bottom-main .info li a.same-btn{font-size: 0.8em;line-height: 2.5em; height: 2.5em;border-radius: 2.5em;}
.bottom-main .info li a.same-btn span:after{width: 0.33334em;height: 0.541667em;margin-left: 0.9166em;background-size: contain;}
a.same-btn span:after{background-image: url(../images/jiao-3-wap.gif);}
a.same-btn:hover span:after{background-image: url(../images/jiao-4-wap.gif);}
.bottom-main #share{font-size: 1em;}
.bottom-main #share a{width: 2.33334em;height: 2.33334em;line-height: 2.26667em;font-size: 1em;}
}
@media(max-width:640px){
.bottom-main > .auto-inner .box{font-size: 24px;}
}
@media(max-width:480px){
.bottom-main > .auto-inner .box{font-size: 18px;padding-left: 5%; padding-right: 5%;}
}

.footer{background:url(../images/footerbg.jpg) repeat;}
.footer .link{padding: 4.17% 0 4.17% 0; border-bottom: 1px solid rgba(255,255,255,0.1); position: relative;}
.footer .link .book {display:none;}
.footer .link .book li{margin: 0;width: 32%; color: #fff;line-height: 40px; border: 0;float: left;border-radius: 40px;}
.footer .link .book li:not(:last-child){margin-right: 2%;}
.footer .link .book li a{border: 0;color: #fff;background: rgba(255,255,255,0.1);}
.footer .link .book li a span:after{display: none;}
.footer .link .book li a span i{margin-right: 10px;}
.footer .link .book li a:hover:before{background: #fff;}
.footer .link .book li a:hover{color: #02B5CB;}
@media(min-width:1025px){
.footer .link{/*padding-right: 415px;*/}
.footer .link .book{position: absolute;right: 0;top: 50%; margin-top: -20px;  }
}
@media(min-width:769px) and (max-width:1024px){
.footer .link .book{margin: 20px auto 0;/*display: table;*/width: auto; width: 96%; max-width: 415px;}
}
.footer .link dl{position: relative; min-height: 32px;padding-left: 180px;}
.footer .link dt{color: #fff; opacity: 0.2;-webkit-opacity: 0.2; font-size: 24px; line-height: 32px;position: absolute; left: 0; top: 0;}
@media(min-width:769px){
.footer .link .book{width: 415px;}
.footer .link dl{}
.footer .link dt{}
}
.footer .link dd{float: left; margin-right: 5%;}
.footer .link dd.top-tel{line-height:32px;}
@media(max-width:1024px){
.footer .link dd.top-tel{float:none;clear:both;text-align:center;}
}
@media(min-width:769px) and (max-width:1024px){
.footer .link dd.top-tel{margin-left:-180px;padding:30px 0 0 0;margin-right:-18px;}
}
.footer .link dd img{height: 32px;display: block; transition: 0.3s;}
.footer .link dd a{display: block;border-radius: 30px;}
.footer .link dd a:hover img{transform: scale(0.85);-webkit-transform: scale(0.85);-ms-transform: scale(0.85);}
@media(max-width:768px){
.footer .link{font-size: 30px;padding: 2.6667em 0; margin-bottom: 2.6667em;}
.footer .link dl{padding-left:7em;}
.footer .link dt{font-size: 1em; line-height: normal;}
.footer .link dd:not(:last-child){margin-right: 6%;}
.footer .link dd.top-tel{margin-left:-7em;padding:20px 0 0 0;margin-right:-18px;}
.footer .link dd img{height: 1.2em;}
.footer .link .book li a.same-btn{font-size: 0.8em;line-height: 2.08334em;height: 2.08334em;}
.footer .link .book li a span i{font-size: 1em;}
}
@media(max-width:640px){
.footer .link{font-size: 24px;}
.footer .link dd.top-tel{font-size:18px; }
}
@media(max-width:480px){
.footer .link{font-size: 18px;}
}

.copyright{position: relative; padding: 3.5% 0;}
.copyright .group{width: 280px; z-index: 30; position: relative;}
.copyright .group > span{position: relative; z-index: 1; display: block;line-height: 42px; border: 1px solid rgba(255,255,255,0.1);background: rgba(245,245,245,0.1); padding: 0 30px 0 18px;color: rgba(255,255,255,0.2); cursor: pointer;}
.copyright .group > span:after{position: absolute; content: ''; background: url(../images/jiao-5.png) no-repeat; width: 9px; height: 5px; top: 50%; margin-top: -2.5px; right: 20px; transition:transform 0.3s;}
.copyright .group > span.on:after{transform: rotate(180deg);-webkit-transform: rotate(180deg);-ms-transform: rotate(180deg); margin-top:0;}
.copyright .group ul{position: absolute; left: 0; bottom: 100%; width: 100%;background:#01498e; padding:5px 18px;display: none;}
.copyright .group li a{display: block; line-height: 20px; transition: 0.3s; padding: 10px 0;color: #fff;}
.copyright .group li a:hover{padding-left: 20px;background: #02B5CB;}
.copyright dl,
.copyright dl a{color: #4d7bb0;}
.copyright dt a:hover{color: #fff;}
.copyright dt a:not(:last-child):after{display: inline-block; content: ''; width: 1px; height: 10px; margin: 0 24px; vertical-align: middle;background: #1a559a;}
.copyright dd{padding-top: 10px;}
@media(min-width:1025px){
.copyright .group{position: absolute;left: 0; top: 50%; transform: translateY(-50%);-webkit-transform: translateY(-50%);-ms-transform: translateY(-50%);}
.copyright dl{text-align: right;}
}
@media(max-width:1024px){
.copyright dl{padding-top: 10px;}
.copyright dt a:not(:last-child):after{margin: 0 15px;}
}
@media(max-width:750px){
.copyright{padding: 0 0 1.3333em 0;font-size: 30px;}
.copyright .group{width: 100%; margin-bottom: 1.6667em;}
.copyright .group ul{padding-left: 0; padding-right: 0;background: rgba(0,0,0,0.8);}
.copyright .group li a,
.copyright .group > span{line-height: 2.5em;font-size: 0.8em;padding: 0 1.25em;}
.copyright .group > span{color: #778eb6;}
.copyright dl{padding: 0;font-size: 0.6em;text-align: center;}
.copyright dl dt{padding: 0.8em 0;}
}
@media(max-width:640px){
.copyright{font-size: 24px;}
}
@media(max-width:480px){
.copyright{font-size: 18px;}
}

.fixed-Popups{position: fixed; left: 0; width: 100%; height: 100%; top: 0; overflow: auto; z-index: 400; background: rgba(0,0,0,0.8);display: none;}
.fixed-Popups .main{background: #fff; max-width: 480px; margin: 0 auto; width: 96%; position: relative; padding: 60px 40px;}
.fixed-Popups .close{position: absolute; left: 100%; top: 0; margin-left: 10px; border: 1px solid #fff; width: 50px; height: 50px; cursor: pointer; transition: 0.3s;}
.fixed-Popups .close:before,
.fixed-Popups .close:after{position: absolute; content: ''; width: 30px; height: 1px; background: #fff; transform: rotate(45deg);-webkit-transform: rotate(45deg);-ms-transform: rotate(45deg); left: 50%; margin-left: -15px; top: 50%;}
.fixed-Popups .close:after{transform: rotate(-45deg);-webkit-transform: rotate(-45deg);-ms-transform: rotate(-45deg);}
.fixed-Popups .close:hover{background: #02B5CB; border-color: #02B5CB;}
.fixed-Popups .tit{padding-bottom: 35px;}
.fixed-Popups .tit h3{font-size: 30px;}
.fixed-Popups .tit p{font-size: 16px; color: #999; padding-top: 15px;}
.fixed-Popups .same-from dd{position: relative; margin-bottom: 10px;}
.fixed-Popups .same-from dd .text{width: 100%; padding: 0 20px; line-height: 58px; border: 1px solid #eee; background: none;}
.fixed-Popups .same-from dd label{position: absolute; left: 0; top: 0; line-height: 60px; padding-left: 20px;color: #999;}
.fixed-Popups .same-from dt{padding-top: 10px;}
.fixed-Popups .same-from dt .btn{display:block;background: #02B5CB;color: #fff; height: 60px; cursor: pointer; border: 0; width: 100%;padding: 0;font-size: 16px;}

.homeCon{overflow-x: hidden;}
.homeCon .auto-inner{position: relative;z-index: 1; width: 90%;}
.homeCon .bg{position: absolute; left:0; top: 0; width: 100%; height: 100%; z-index: 0;}
.homeCon .bg li{float:left; width: 20%; height: 100%;position: relative;}
.homeCon .bg li:first-child:before,
.homeCon .bg li:after{position: absolute; content: ''; width: 1px; height: 100%;top: 0; background: #f9f9f9;}
.homeCon .bg li:after{ right: 0; }
.homeCon .bg li:first-child:before{left: 0;}
@media(max-width:750px){
.homeCon .bg{display: none;}
}
.home-box{position: relative; z-index: 3; overflow: hidden;}
.home-more{width: 200px; line-height: 58px; border-radius: 30px; margin-top: -29px; border:1px solid #02B5CB;background: #02B5CB; text-align: center;color: #fff; font-size: 16px;position: relative; overflow: hidden;transition: 0.5s;}
.home-more:before{position: absolute; content: ''; left: 0; top: 0; height: 100%;  background: #fff; width: 100%;transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);transform: scaleX(0);-webkit-transform: scaleX(0);-ms-transform: scaleX(0);transform-origin: right center;}
.home-more:hover:before{transform-origin: left center;transform: scaleX(1);-webkit-transform: scaleX(1);-ms-transform: scaleX(1);}
/*.home;more:after{ left: -1px; right: -1px; top: -1px; bottom: -1px;
    padding: 0;
    z-index: -1;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    border-radius: 30px;
    content: '';
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1);
    transform: scale(0.9);}
.home-more:hover:after{ animation: sonarEffect 1.3s ease-out 75ms infinite;}
@keyframes sonarEffect{
	0% {opacity: 0.3;}
	40% {opacity: 0.5;box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #02B5CB, 0 0 0 10px rgba(255, 255, 255, 0.5);}
	100% {box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #02B5CB, 0 0 0 10px rgba(255, 255, 255, 0.5);transform: scale(1);opacity: 0;}
}
@-webkit-keyframes sonarEffect{
	0% {opacity: 0.3;}
	40% {opacity: 0.5;box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #02B5CB, 0 0 0 10px rgba(255, 255, 255, 0.5);}
	100% {box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #02B5CB, 0 0 0 10px rgba(255, 255, 255, 0.5);-webkit-transform: scale(1);opacity: 0;}
}
@-moz-keyframes sonarEffect{
	0% {opacity: 0.3;}
	40% {opacity: 0.5;box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #02B5CB, 0 0 0 10px rgba(255, 255, 255, 0.5);}
   100% {box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #02B5CB, 0 0 0 10px rgba(255, 255, 255, 0.5);-moz-transform: scale(1);opacity: 0;}
}
.home-more:hover{color: #02B5CB;background:#fff;}*/
.home-more span{position: relative; z-index: 4;}
.home-more span:after{display: inline-block; vertical-align: middle; content: ''; background: url(../images/aon-2.png) no-repeat; width: 10px; height: 13px; margin-left: 10px;}
.home-more:hover span:after{background-image: url(../images/aon.png);}
@media(max-width:1024px){
.home-more{margin: 0;}	
}
@media(min-width:751px) and (max-width:1024px){
.home-more{display: inline-block;width: auto; line-height: 40px; padding: 0 20px;}
}
@media(max-width:750px){
.home-more{display: block;font-size: 20px;width: 10em; line-height: 3em;}
}

.home-tit h2{color: #02B5CB;font-size:56px; letter-spacing: 15px;font-family: 'FZSHANGKJW';}
.home-tit h2 span{position: relative; z-index: 1;}
.home-tit h2 span:before{position: absolute; content: ''; bottom:4px; background: #ffd957; height: 12px; left: 0; right: 0;}
.home-tit h2 span i{font-family: 'FZSHANGKJW';font-style: normal;position: relative; z-index: 3;}
.home-tit p{color: #bbb; letter-spacing:5px;padding-top:10px;font-size: 16px;line-height:30px;}

.home-box1{overflow: inherit; z-index: 4;}
.home-box1 .home-tit h2{ text-indent: 15px;}
.home-box1 .home-tit h2 span:before{ left: -2px;right: 13px;}
.home-box1 .home-tit p{text-indent: 5px;}
.home-box1 .home-pic a {display:block; position:relative; overflow:hidden; padding-bottom:62.5%;transition:transform 0.5s;background-size:contain;}
.home-box1 .home-pic img {display:block; position:absolute; left:0; top:0; width:100%; height:auto; min-height:100%; }
.home-box1 .home-txt .intro {line-height:1.75em; height:1.75em; overflow:hidden; padding-top:0; margin-top:15px;}
.home-box1 .swiper-slide{padding-bottom: 30px;overflow: hidden;}
.home-box1 .swiper-slide-prev,
.home-box1 .swiper-slide-next{ opacity:0.2}
.home-box1 .inner{overflow:hidden; }
@media(min-width:751px){
.home-box1 .home-tit{text-align: center; padding:3% 0 20px 0;}
.home-box1 .swiper-container{overflow: inherit;}
.home-box1 .inner{width: 60%; }
.home-box1 .swiper-slide-prev .inner{float: right;}
}
.home-box1 .swiper-slide-active .inner{margin: 0 auto;}
.home-pic{overflow: hidden;}
.home-pic img{transition: 5s;}
.home-pic a:hover img,
.home-pic:hover a{transform: scale(1.15);-webkit-transform: scale(1.15);-ms-transform: scale(1.15);}
.home-box1 .inner .home-txt{opacity: 0;-webkit-opacity: 0; transform: translateY(100%);-webkit-transform: translateY(100%);-ms-transform: translateY(100%);transition:transform  0.5s 0.5s,opacity 0.5s 0s;}

.home-box1 .swiper-slide-active .inner .home-txt{opacity: 1;-webkit-opacity: 1;transform: translateY(0);-webkit-transform: translateY(0);-ms-transform: translateY(0); transition: 0.5s 0.5s; }

.home-txt{position: relative;}
.home-txt .tit{font-size: 30px;}
.home-txt .intro{color: #999; font-size: 16px; padding-top: 15px;}
@media(min-width:1025px){
.home-txt{padding-right: 220px;}
.home-box1 .inner .home-txt{padding:30px 33.333333% 30px 0;}
}
@media(min-width:751px){
.home-txt .home-more{position: absolute; right: 0; top: 50%; }
}
@media(min-width:751px) and (max-width:1024px){
.home-txt .tit{font-size: 18px;}
.home-txt .intro{font-size: 12px; padding-bottom: 15px; padding-top: 10px;}
.home-box1 .inner .home-txt{padding: 20px 0;}
}
@media(max-width:750px){
.home-txt{font-size: 36px;padding-top: 1em; padding-bottom: 1.9444em;}
.home-txt .tit{font-size: 1em;}
.home-txt .intro{font-size: 0.55555em;padding: 1em 0 1.75em 0;}
.home-box1 .home-txt .intro {margin:1em 0 1.75em;}
}

.home-box1 .btn{position: absolute;width: 20%; top: 0; z-index: 10;}
.home-box1 .btn.prev{left: 0;}
.home-box1 .btn.next{right: 0;}
.home-box1 .btn a{position: absolute; width: 80px; height: 80px; left: 50%; top: 50%; margin: -40px 0 0 -40px; border-radius: 50%; background:url(../images/aon-3.png) no-repeat center center #fff; box-shadow: 0 14px 30px rgba(0,0,0,0.08); cursor: pointer; transition: 0.3s;}
.home-box1 .btn.next a{background-image: url(../images/aon-4.png);}
.home-box1 .btn a:hover{background-color: #02B5CB;}
.home-box1 .btn.prev a:hover{background-image: url(../images/aon-3-on.png);}
.home-box1 .btn.next a:hover{background-image: url(../images/aon-4-on.png);}
@media(max-width:750px){
.home-box1 .btn a{font-size: 100px; width: 0.7em; height: 0.7em;margin: -0.35em 0 0 -0.35em;background:url(../images/aon-3-on.png) no-repeat center center;border: 1px solid rgba(255,255,255,0.4);box-shadow: 0;}
.home-box1 .btn.next a{background-image: url(../images/aon-4-on.png);}
}

.home-box1 .swiper-container-horizontal>.swiper-scrollbar{bottom: 0; height: 1px; background: #ddd; left: 0; width: 100%;}
.home-box1 .swiper-scrollbar-drag{ height: 20px; top: -10px; border-radius: 0; cursor:all-scroll;background: none;}
.home-box1 .swiper-scrollbar-drag:before,
.home-box1 .swiper-scrollbar-drag:after{position: absolute; content: ''; width: 170px; height: 15px;left: 0; top: 0; z-index: 3;background: url(../images/swiper-scrollbar-drag.png) no-repeat center center;}
.home-box1 .swiper-scrollbar-drag:after{transition: 0.3s;background-image: url(../images/swiper-scrollbar-drag2.png); z-index: 1;}
.home-box1 .swiper-scrollbar-drag:hover:after{left: 3px; top: 5px;}
@media(max-width:750px){
.home-box1 .swiper-container-horizontal>.swiper-scrollbar{bottom: 10px;}
}

@media(min-width:1025px){
.home-box1 .home-txt .home-more{ width: 30%; max-width: 200px;}
}
@media(max-width:1024px){
/*.home-tit h2{font-size: 24px;}*/
.home-tit p{letter-spacing: 5px; text-indent: 0;padding-top: 10px; font-size: 12px;}
}
@media(max-width:750px){
.home-tit{font-size: 56px; padding: 2.05357em 0 1.33928em 0;}
.home-tit h2{font-size: 1em;}
.home-tit p{font-size: 0.35714em;line-height:2em;}
.home-box3 .home-tit p{padding-bottom:10px;}
.home-box1 .home-tit p{padding-left:14px; letter-spacing:4px;text-indent:0;}
}


.homeCon .mark{overflow: hidden;}
.homeCon .mark:after{float: right; width: 20%; content: '';border-right: 1px solid #f9f9f9;background-repeat: no-repeat;background-position:center top;}
@media(max-width:750px){
.homeCon .mark{display: none;}
}

/*.home-box2 .mark:after{padding-bottom: 8%; background-image: url(../images/mark-1.jpg);}
@media(min-width:751px){
.home-box2 .home-tit{padding-left: 2.75%; padding-bottom: 30px;}
.home-box2 .home-tit h2{margin-top: -28px;float: left; width: 100%; letter-spacing: 21px;}
.home-box2 .home-tit h2 span:before{right: 21px;}
.home-box2 .home-tit p{line-height: 30px;clear: both;}
.home-box2 .home-txt{margin-top: 35px;}
.home-box2 ul li:nth-child(3){margin-top:-30px;}
.home-box2 ul li:nth-child(2) img{margin-top:-30px;}
}
.home-box2 ul li{float: left; width: 43.75%; padding-bottom: 98px;}
.home-box2 ul li:nth-child(2n){float: right;}
.home-box2 ul li:nth-child(2n+1){clear: left; }
.home-box2 .details{overflow: hidden;}
.home-box2 .details a{ overflow:hidden; float: right; width: 40%; border-top: 1px solid #f9f9f9;line-height: 90px;color: #999; text-align: center;font-size: 16px;background: #fff;border-right: 1px solid #f9f9f9; position: relative;}
.home-box2 .details a span{position: relative; display: inline-block; z-index: 4;}
.home-box2 .details a span:after{width: 10px; height: 13px; display: inline-block; vertical-align: middle; margin-left: 10px; content: ''; background: url(../images/aon-5.png) no-repeat; }
.home-box2 .details a:before{border-radius:100px; position: absolute; content: ''; left: 0; top: 0; height: 100%; width: 0; background: #02B5CB; width: 100%;transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);transform: scaleX(0);-webkit-transform: scaleX(0);-ms-transform: scaleX(0);transform-origin: right center;}
.home-box2 .details a:hover:before{transform-origin: left center;transform: scaleX(1);-webkit-transform: scaleX(1);-ms-transform: scaleX(1);}
.home-box2 .details a:hover span{color: #fff;}
.home-box2 .details a:hover span:after{background-image: url(../images/aon-2.png);}
@media(min-width:751px) and (max-width:1024px){
.home-box2 ul li{padding-bottom: 50px;}
.home-box2 .home-txt{margin-top: 20px;}
}
@media(max-width:750px){
.home-box2 .home-tit p{line-height: 2em;}
.home-box2 ul{font-size: 56px;padding-top:1.5em;}
.home-box2 ul li{width: 47.826%;padding-bottom:1.73214em ;}
.home-box2 ul li:nth-child(2n){margin-top: -1.73214em!important;}
.home-box2 .home-txt{padding-bottom: 0;padding-top: 0.72222em;}
.home-box2 .home-txt .tit{font-size: 0.77777em;}
.home-box2 .home-txt .intro{font-size: 0.55555em;padding-bottom: 0;}
.home-box2 .home-more{display: none;}
.home-box2 .details{padding-bottom: 1.2em;font-size: 100px;}
.home-box2 .details a{float: none;display: block; margin: 0 auto;width:10.1em;line-height: 3em;font-size: 0.2em;background: #02B5CB; border-radius: 3em;color: #fff;}
	.home-box2 .details a:before{display: none;}
	.home-box2 .details a span:after{background-image: url(../images/aon-2.png);}
}


.home-box3{border-top: 1px solid #f5f5f5;position: relative;padding-bottom: 5%; }
.home-box3 .video{position: relative;z-index: 1;}
.home-box3 .home-pic{position: relative; z-index: 2;}
.home-box3 .home-pic .play{display: block;position: relative; cursor: pointer;}
.home-box3 .home-pic .play:before{position: absolute; content: ''; left: 0; top: 0; width: 100%; height: 100%; background: url(../images/play.png) no-repeat center center; z-index: 10;}
.home-box3 .files{position: absolute; left: 0; width: 100%; top: 0; z-index: 1; height: 100%;}
.home-box3 .files video{object-fit: cover;}
.home-box3 .video.show .files{z-index: 30;}
.home-box3 .mark-1:after{padding-bottom: 6%; margin-right: 20%; background-image: url(../images/mark-2.jpg);}
.home-box3 .mark-2{ height: 48.185%;background: url(../images/mark-3.jpg) right top;position: absolute; right: 100%; bottom: 0; width: 20%;}
.home-box3 .home-more span {font-size:16px;}
@media(min-width:751px){
.home-box3{margin-top:-2%;}
.home-box3 .home-tit h2{line-height: 72px;  letter-spacing: 8px;}
.home-box3 .home-tit h2 span:before{right: 8px;}
.home-box3 .home-tit p{margin:0 0 78px 0;padding-top: 25px; letter-spacing: 5px;}
}
.home-box3 .home-tit .home-more{width: 40%; max-width: 200px;display:block;}
.home-box3 .home-tit .same-btn span:after{width: 10px; height: 13px; background-image: url(../images/aon-5.png); margin-left: 14px;}
.home-box3 .home-tit .same-btn:hover span:after{background-image: url(../images/aon-2.png);}
@media(min-width:769px){
.home-box3 .home-tit p{max-width:50%;}
}
@media(min-width:1025px) and (max-width:1440px){
.home-box3 .home-tit h2{font-size:50px;}
}
@media(min-width:1025px){
.home-box3 .video{float: right; width: 80%; }
.home-box3 .home-tit{position: absolute; left: 0; width: 40%;z-index: 20;top: 50%; transform: translateY(-50%);-webkit-transform: translateY(-50%);-ms-transform: translateY(-50%);}
}
@media(min-width:751px) and (max-width:1024px){
.home-box3 .home-tit{padding-bottom: 30px;}
.home-box3 .home-tit .home-more{line-height: 50px;}
.home-box3 .home-tit h2{font-size: 40px; line-height: 50px; }
.home-box3 .home-tit p{margin-bottom: 30px;}
.home-box3 .home-pic .play:before{background-size: auto 20%;}
}
@media(max-width:750px){
.home-box3{overflow: inherit;border: 0;margin:0  -6%;padding: 0;}
.home-box3 .home-tit{padding-top: 1em;padding-bottom: 1.125em;background: url(../images/waptitbg.png) no-repeat center center;background-size: cover;padding-left: 5%; padding-right: 5%;border-top: 1px solid #f5f5f5;}
.home-box3 .home-tit h2{letter-spacing:8px;}
.home-box3 .home-tit .home-more{font-size: 0.35714em;width: 10em; line-height: 3em;background: #02B5CB;color: #fff;border-color: transparent;}
.home-box3 .home-tit .home-more span{font-size:1em;}
.home-box3 .home-tit .same-btn span:after{background-image: url(../images/aon-2.png);}
.home-box3 .home-pic .play:before{background-size: auto 25%;}
}

@media(min-width:751px){
.home-box4{padding: 5% 0 5% 0; border-top: 1px solid #f9f9f9;}
.home-box4 .home-tit h2{letter-spacing: 5px;}
.home-box4 .home-tit h2 span:before{right: 5px;}
.home-box4 .home-tit p{padding-top: 3px;letter-spacing: 1.5px;}
.home-box4 .ad{padding-top: 5%; padding-bottom: 3%;}
}
.home-box4 .mark{position: absolute; right: 0; width: 20%; top: 0; padding-bottom: 13.75%; background: url(../images/mark-4.jpg) no-repeat center top; border-right: 1px solid #f9f9f9;}
.home-box4 .ad aside{font-family: "fzzchjt";color: #02B5CB;}
.home-box4 .ad aside.t-1{font-size: 24px; padding-bottom: 24px; letter-spacing: 5px;}
.home-box4 .ad aside.t-2{font-size: 48px; padding-bottom: 50px;letter-spacing: 10px;}
.home-box4 .ad .more{font-size: 18px; color: #c80000;display: inline-block;}
.home-box4 .ad .more:after,
.home-box4 .ad .more:before{display: inline-block; content: ''; height: 1px; background: #c80000;  width: 0; transition: 0.3s; vertical-align: middle;}
.home-box4 .ad .more:before{width: 60px; margin-right: 20px;}
.home-box4 .ad .more:after{margin-left: 20px;}
.home-box4 .ad .more:hover:before{width: 0;}
.home-box4 .ad .more:hover:after{width:60px;}

@media(min-width:1025px){
.home-box4 .right,
.home-box4 .left{float: left; width: 50%;}
.home-box4 .box-1{width: 80%;}
}
@media(max-width:1024px){
.home-box4 .box{margin-bottom: 20px;}
}
.home-box4 .box .inner{position: relative;}
.home-box4 .box .txt{color: #fff;background-position: center center;background-repeat: no-repeat; background-size: cover;}
.home-box4 .box .pic{}
.home-box4 .box-1 .inner{padding-top:60.9375%;}
.home-box4 .box-1 .inner .txt{height: 390px; text-align: right;padding-right: 9.375%; }
.home-box4 .box-1 .pic{position: absolute; left: 0; top: 0;height: 100%;overflow: hidden;}
.home-box4 .box-1 .pic a{display: block;height: 100%;}
.home-box4 .box-1 .pic img{max-height: 100%;}
.home-box4 .box-3 .tips:after,
.home-box4 .box .tips:before{display: inline-block; content: ''; vertical-align: middle; width: 29px; height: 1px; margin-right: 18px; }
.home-box4 .box .ytable-cell{position: relative;}
.home-box4 .box .tips{opacity: 1;transform: translateX(0);color: #fff;}
.home-box4 .box-3 .tips:after,
.home-box4 .box .tips:before{background: #fff;}
.home-box4 .box-3 .tips:before{display: none;}
.home-box4 .box-3 .tips:after{margin-right: 0; margin-left: 18px;}

.home-box4 .box h2{font-weight: normal; font-size: 36px; margin: 0;padding:14% 0; }
.home-box4 .box-1 h2{padding:7% 0;}
.home-box4 .box h2 a{font-family: "fzltchj";color: #fff;}
.home-box4 .box p{margin: 0 0 27.5% 0;}
.home-box4 .box-1 p{margin: 0 0 7% 0;}


.home-box4 .box .price dt{max-width: 250px;}
.home-box4 .box .price dt a{border: 0;color:#ed005b;background: #FFF;line-height: 60px;font-size:18px; border-radius: 30px; letter-spacing: 10px;text-indent: 10px; box-shadow: 14px 0 30px rgba(0,0,0,0.1);}
.home-box4 .box .price dt a span{font-family: "fzltzchjw"; font-style: italic;}
.home-box4 .box .price dt a span:after{display: none;}
.home-box4 .box .price dt a:hover{color: #fff;}

.home-box4 .right .box .txt{height: 450px;}
.home-box4 .right .box .pic{position: absolute;top: 0; width: 55%; overflow:hidden;}
.home-box4 .right .box-2 .pic{left: 0;}
.home-box4 .right .box-3 .pic{right: 0;}
.home-box4 .right .box .inner{ padding-bottom:2.5%;}
@media(min-width:751px){
.home-box4 .box-2{margin-top:-6%}
}
.home-box4 .box-2 .inner{padding-top:8.75%;}
.home-box4 .box-2 .pic{position:absolute;width: 55%;}
.home-box4 .box-2 .txt{text-align: right; padding-right: 5%;padding-left: 60%;}
.home-box4 .box-2 .slick-slide{padding-top:3%;}

.home-box4 .box .price dt{float:right; width:100%;}
.home-box4 .box-1 .price dt{ width:50%;}
.home-box4 .box-3 .price dt{float:none;}
.home-box4 .right .box .txt time{display: block; text-align: center; padding-top: 15%;max-width: 230px;margin-left: 19%; }
.home-box4 .right .box .txt time > span{border-bottom: 2px solid #fff;}
.home-box4 .right .box .txt time span{display: inline-block;line-height: 25px; font-family: 'fzltzchjw';}

.home-box4 .box-3{padding-top: 20%;}
.home-box4 .box-3 .inner{ padding-top: 13.75%;}
.home-box4 .box-3 .txt{padding-left: 5%;padding-right: 60%;}

.home-box4 .slick-dots{overflow: hidden; padding: 20px 0 0 15px;}
.home-box4 .slick-dots li{float: left; margin: 0 6px; width: 12px; height: 12px; position: relative;cursor: pointer;}
.home-box4 .slick-dots li button{position: absolute; font-size: 0; border: 1px solid #cfd5de; width: 8px; height: 8px; border-radius: 50%; left: 50%; top: 50%; margin: -4px 0 0 -4px;background: none;padding: 0;cursor: pointer; transition: 0.3s;}
.home-box4 .slick-dots li.slick-active button{margin: 0;border-width: 2px; border-color: #02B5CB; width: 100%; height: 100%; left: 0; top: 0;}*/

/*.home-box4 .right .box .slick-track li img{transition: 8s;}
.home-box4 .right .box .slick-track li.an-show .pic img{transform: scale(1.1);}*/
/*.home-box4 .box .txt .ytable-cell > *{transform: translateX(-50px);opacity: 0; transition-duration:  0.5s;transition-property: all;transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);}
.home-box4 .box .txt h2{transition-delay: 0.1s;}
.home-box4 .box .txt p{transition-delay: 0.2s;}
.home-box4 .box .txt .price{transition-delay: 0.4s;}
.home-box4 .box .txt time{transition-delay: 0.5s;}
.home-box4 .box .slick-track li.an-show .txt .ytable-cell > *{transform: translateY(0);opacity: 1;}
@media(min-width:1281px) and (max-width:1600px){
	.home-box4 .right .box .txt{height: 375px;}
	.home-box4 .box-1 .pic img{height:88%;}
	.home-box4 .box h2{font-size: 26px;}
}
@media(min-width:1025px) and (max-width:1280px){
	.home-box4 .box h2{font-size: 24px;}
	.home-box4 .box p{font-size: 12px; }
	.home-box4 .right .box .txt{height: 340px;}
}
@media(max-width:750px){
	.home-box4 .home-tit{padding-bottom: 0;}
	.home-box4 .inner{font-size: 100px;margin-bottom: 0.57em;}
	.home-box4 .slick-dots{display: none!important;}
    .home-box4 .box p{font-size:0.18em; }
    .home-box4 .right .box p{margin-bottom:15%;}
	.home-box4 .box-3{padding-top:0;}
	.home-box4 .box-1 .price dt{width;100%;}
    .home-box4 .right .box .txt{height: 3.7em;}
	.home-box4 .box-1 .inner .txt{height: 3.9em;}
	.home-box4 .box .tips{font-size: 0.2em;}
	.home-box4 .box .txt h2{font-size: 0.32em;}
	.home-box4 .box .price dt a{width: 13.3333em;font-size: 0.18em; line-height: 3.3333em;text-indent: 0.55555em; letter-spacing: 0.55555em; box-shadow: 0.7777em 0 1.66666em rgba(0,0,0,0.1);float:right;}
	.home-box4 .box-3 .price dt a{float:none;}
}
@media(max-width:375px){
	.home-box4 .box .price dt {overflow: hidden;}
	.home-box4 .box .price dt a{width: 10em;float: right;}
	.home-box4 .right .box-2 .txt{height: 4.2em;}
}


.prod-cur{ padding:41px 0; background: rgba(0,66,142,0.95);color: #fff; line-height: 35px; transition: 0s 0s;box-shadow: 0 5px 5px rgba(0,0,0,0.05);font-size: 18px;}
.prod-cur.fixed{position: fixed; left: 0; top: 0; width: 100%; z-index: 200;padding: 10px 0;transition: 0.3s 0.3s; }
.prod-cur .location{float: left;}
.prod-cur .location,
.prod-cur .location a{color: #fff;}*/

/*.prod-cur .location a:hover{color: #02B5CB;}*/
/*.prod-cur dl{font-size: 16px;}
@media(min-width:1025px){
.prod-cur dl{float: right;}
}
.prod-cur dd a,
.prod-cur dl > *{float: left;}
.prod-cur dt a{ width: 110px; border-color: #fff;line-height: 35px;background: #fff;color: #02B5CB;}
.prod-cur dt a span:after{display: none;}
.prod-cur dt a:hover{color: #fff;}
.prod-cur dd > *{float: left;}
.prod-cur dd a{color: rgba(255,255,255,0.3); cursor: pointer;font-family: "fzltzchjw";}
.prod-cur dd .quanjing{display: inline-block;position: relative; z-index: 30;padding-right: 48px;}
.prod-cur dd .quanjing figure{position: absolute; left: 100%; top: 50%;width: 110px; transform: translateY(-50%);display: none;}
.prod-cur dd .quanjing figure:before{position: absolute; content: ''; border:10px solid transparent; border-right-color: #fff;right: 100%; top: 50%; margin-top: -10px;}
.prod-cur dd .quanjing figure img{display: block;border: 7px solid #fff;border-radius: 3px;}
.prod-cur dd a.on{color: #fff;}
.prod-cur dd > a:after{display: inline-block; content: ''; width: 1px; height: 15px; vertical-align: middle;background: rgba(255,255,255,0.1); margin: 0 25px;}
@media(max-width:1024px){
.prod-cur{padding: 15px 0;}
.prod-cur .location{display: none;}
}
@media(max-width:640px){
.prod-cur dd a:after{margin: 0 10px;}
}
@media(max-width:480px){
.prod-cur{line-height: 28px;}
.prod-cur dl{font-size: 12px;}
.prod-cur dt a{width: 90px;line-height: 28px;}
}

.prod-content .tab-info{display: none;}
.prod-content .box-item{ position:relative}
.prod-content .box-absolute{ position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: 2;}
.prod-content .photo{ overflow:hidden}
.prod-content .f60{ font-size:60px; line-height:80px;}
.prod-content .f48{ font-size:48px;}
.prod-content .f36{ font-size:36px;}
.prod-content .f30{ font-size:30px;}
.prod-content .f24{ font-size:24px;}
.prod-content .f20{ font-size:20px; line-height:36px}
.prod-content .f18{ font-size:18px; line-height:30px;}
.prod-content .f16{ font-size:16px;}
@media(max-width:1400px){
.prod-content .f60{ font-size:50px; line-height:60px;}
.prod-content .f48{ font-size:40px;}
.prod-content .f36{ font-size:32px;}
.prod-content .f30{ font-size:26px;}
.prod-content .f20{ font-size:18px; line-height:32px}
.prod-content .f18{ font-size:16px; line-height:26px;}
.prod-content .f16{ font-size:14px;}
}
@media(max-width:1200px){
.prod-content .f60{ font-size:30px; line-height:40px;}
.prod-content .f48{ font-size:26px;}
.prod-content .f36{ font-size:24px;}
.prod-content .f30{ font-size:20px;}
.prod-content .f24{ font-size:22px;}
.prod-content .f20{ font-size:16px; line-height:24px}
}

@media(max-width:768px){
.prod-content .f60{ font-size:22px; line-height:30px;}
.prod-content .f48{ font-size:20px;}
.prod-content .f36{ font-size:18px;}
.prod-content .f30{ font-size:17px;}
.prod-content .f24{ font-size:16px;}
.prod-content .f20{ font-size:15px; line-height:24px}
.prod-content .f18{ font-size:14px; line-height:24px}
.prod-content .f16{ font-size:13px;}
}

.prod-content .box-1{position: relative;color: #fff;}
.prod-content .box-1 .txt{position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: 2;}
.prod-content .box-1 .txt aside.p1{font-size: 60px; padding-bottom: 2%;}
.prod-content .box-1 .txt aside.p2{font-size: 20px; padding-bottom: 3%;}
.prod-content .box-1 .txt aside.p3{font-size: 16px; color: rgba(255,255,255,0.3); padding-bottom: 6%; max-width: 525px; line-height: 36px;}
.prod-content .box-1 .price{font-family: "Oswald Bold";font-size: 48px;} 
.prod-content .box-1 .price span{font-size: 24px; margin-right: 10px; display: inline-block;}

@media(max-width:1024px){
.prod-content .box-1 .txt aside.p1{font-size: 40px;}
.prod-content .box-1 .txt aside.p2{font-size: 16px;}
.prod-content .box-1 .txt aside.p3{font-size: 12px; max-width: 406px;}
}
@media(max-width:768px){
.prod-content .box-1{overflow: hidden;}
.prod-content .box-1 > img{width: 150%; margin-left: -35%; max-width: none;}
.prod-content .box-1 .txt aside.p1{font-size: 30px;}
.prod-content .box-1 .txt aside.p3{ line-height:24px;}
.prod-content .box-1 .price{ font-size:30px;}
}
@media(max-width:640px){
.prod-content .box-1 .txt aside.p1{font-size:26px;}
}

.info-css-1 .box-2{position: relative;color: #fff;}
.info-css-1 .box-2{padding-bottom: 6.5%;}
.info-css-1 .box-2 .auto-inner{position: relative; z-index: 3; max-width: 1250px;}
.info-css-1 .box-2 > img{position: absolute; left: 0; top: 0; width: 100%; height: 100%;}
.info-css-1 .box-2 .tit{text-align: center; padding: 7.5% 0;font-size: 60px;}
.info-css-1 .box-2 li{float: left; width: 20%; text-align: center;}
.info-css-1 .box-2 li p{font-size: 18px;padding: 18px 0 54px 0;}
.info-css-1 .box-2 li .icon{background: url(../images/iconbg.png) no-repeat;background-size: contain;width: 80%; max-width: 100px; margin: 0 auto;position: relative;}
@media(max-width:480px){
.info-css-1 .box-2 li p{font-size: 14px;}
}

.info-css-1 .box-3{position: relative;}
.info-css-1 .box-3 .play-video{position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: 10;background: url(../images/play-2.png) no-repeat center center;cursor: pointer;}
.info-css-1 .box-3 .files{position: fixed; left: -100%; transform: translateY(-100%);-webkit-transform: translateY(-100%);-ms-transform: translateY(-100%); opacity: 0;-webkit-opacity: 0;width: 100%; height: 100%; z-index: 20;}
.info-css-1 .box-3 .files.show{position: absolute; left: 0; transform: translateY(0);-webkit-transform: translateY(0);-ms-transform: translateY(0);opacity: 1;-webkit-opacity: 1;}
.info-css-1 .box-3 .files video{object-fit: cover;}
@media(max-width:1024px){
.info-css-1 .box-2 .tit {padding: 5% 0;font-size: 40px;}
}
@media(max-width:768px){
.info-css-1 .box-3 .play-video{background-size: auto 30%;}
}
@media(max-width:480px){
.info-css-1 .box-2 .tit {font-size: 24px;}
.info-css-1 .box-2{padding-top: 55%;margin-top: -55%;}
}

.info-css-1 .box-4{position: relative;}
.info-css-1 .box-4 .txt{position: absolute; left: 0; top: 0; width: 100%; text-align: center;color: #fff;padding-top: 6.5%;}
.info-css-1 .box-4 .txt .t-1{font-size: 60px;padding-bottom: 20px;}
.info-css-1 .box-4 .txt .t-2{font-size: 20px; padding-bottom: 40px;}
.info-css-1 .box-4 .txt li{font-size: 16px;line-height: 34px; width: 16.667%;float: left;position: relative;}
.info-css-1 .box-4 .txt li span{opacity: 0.5; -webkit-opacity: 0.5;}
.info-css-1 .box-4 .txt ul{max-width: 744px; margin: 0 auto;}
.info-css-1 .box-4 .txt li:not(:nth-child(6n)):after{position: absolute; content: ''; width: 1px; height: 14px; background: rgba(255,255,255,0.2); right: 0; top: 50%; margin-top: -7px;}
@media(max-width:768px){
.info-css-1 .box-4 .txt .t-1{font-size: 24px;padding-bottom: 5px;}
.info-css-1 .box-4 .txt .t-2{font-size: 16px; padding-bottom: 10px;}
.info-css-1 .box-4 .txt li{font-size: 12px;line-height: 20px; }
}
@media(max-width:480px){
.info-css-1 .box-4{overflow: hidden;}
.info-css-1 .box-4 > img{width: 150%; margin-left: -25%; max-width: none;}
}

.info-css-1 .box-5{position: relative; z-index: 4; background: #140033;}
.info-css-1 .box-5 ul{margin-top: -9%;float: left;width: 100%;}
@media(min-width:481px){
.info-css-1 .same-ul li{float: left; width: 46.875%;}
.info-css-1 .same-ul li:nth-child(2n){float: right;}
.info-css-1 .same-ul li:nth-child(2n+1){clear: left;}
}
.info-css-1 .same-ul li .txt{padding: 6% 0 14% 0; text-align: center;}
.info-css-1 .box-5 li .txt{color: #fff;}
.info-css-1 .same-ul li aside{font-size: 36px;}
.info-css-1 .same-ul li p{margin: 0; font-size: 16px;padding-top: 3%;}
.info-css-1 .box-5 li p{opacity: 0.3; -webkit-opacity: 0.3; }
.info-css-1 .same-ul li .pic{overflow: hidden;border-radius: 8px;}
.info-css-1 .same-ul li .pic img{transition: 1s;}
.info-css-1 .same-ul li:hover .pic img{transform: scale(1.12);-webkit-transform: scale(1.12);-ms-transform: scale(1.12);}
@media(max-width:768px){
.info-css-1 .same-ul li aside{font-size: 20px;}
.info-css-1 .same-ul li p{font-size:14px;}
.info-css-1 .same-ul li .pic{border-radius:4px;}
}

.info-css-1 .box-6{padding-top: 8.45%;}
.info-css-1 .box-6 .intro{padding-bottom: 5%;}
.info-css-1 .box-6 .intro img{border-radius: 8px;}
.info-css-1 .box-6 .intro aside{text-align: center;}
.info-css-1 .box-6 .intro aside.t-1{font-size: 60px;}
.info-css-1 .box-6 .intro aside.t-2{font-size: 16px; line-height: 30px;color: #999;padding-bottom: 5%; padding-top: 1%;}
.info-css-1 .box-6 li p{color: #999;}
@media(max-width:768px){
.info-css-1 .box-6 .intro aside.t-1{font-size: 24px;}
.info-css-1 .box-6 .intro aside.t-2{font-size: 12px; line-height: 22px;}
}

.info-css-1 .box-7{position: relative; z-index: 1;}
.info-css-1 .box-7 .txt .t-1{font-size: 60px;}
.info-css-1 .box-7 .txt .t-2{font-size: 20px; padding: 4% 0 8% 0;}
.info-css-1 .box-7 .txt ul{max-width: 490px; height: auto;}
.info-css-1 .box-7 .txt ol{text-align: center;border: 1px solid rgba(255,255,255,0.3); border-radius: 4px;width: 31%; padding: 27px 0 25px 0;display: table-cell; vertical-align: middle;}
.info-css-1 .box-7 .txt ol.no{width: 3.5%; text-align: center;border-color: transparent;}
.info-css-1 .box-7 .txt ol h3{font-size: 36px;  font-family: "fzltchj";}
.info-css-1 .box-7 .txt ol figure{opacity: 0.7;-webkit-opacity: 0.7;}
@media(min-width:1025px){
.info-css-1 .box-7 .inner{position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: 3;}
.info-css-1 .box-7 .txt{color: #fff;width: 48.3125%; padding-top: 10%; padding-left: 12.5%;}
}
@media(max-width:1024px){
.info-css-1 .box-7 .txt .t-1{font-size: 40px; padding: 30px 0 20px 0;}
.info-css-1 .box-7 .txt .t-2{font-size: 16px; padding: 0 0 30px 0;}
.info-css-1 .box-7 .txt{text-align: center;}
.info-css-1 .box-7 .txt ol{border-color: #eee;}
.info-css-1 .box-7 .txt ul{margin: 0 auto;}
}



.likes{padding-bottom:9.459%;}
.likes .main{position: relative;}
.likes .title{padding: 7.5% 0 3% 0; text-align: center; font-size:20px;}
.likes .slick-list{border-left: 1px solid #eee;}
@media(min-width:641px){
.likes .slick-list{border-right: 1px solid #eee;}
.likes .title{font-size: 36px;}
}
.likes .slick-list li .inner{position: relative;}
.likes .slick-list li .inner:before{position: absolute; content: ''; left: -1px; top: 0;right: 0; bottom: 0;border: 1px solid #eee;}
.likes .slick-list li .hover .s-pic,
.likes .slick-list li .hover{position: absolute; left: 0; top: 0; width: 100%; height: 100%;overflow: hidden;}
.likes .slick-list li .hover{z-index: 20; opacity: 0;-webkit-opacity: 0; transition: 0.5s;}
.likes .slick-list li:hover .hover{opacity: 1;-webkit-opacity: 1;}
.likes .slick-list li:hover .s-pic img{transform: scale(1.2);}
.likes .slick-list li .hover .buy{position: absolute; z-index: 30; left: 0; width: 100%; bottom: 0; padding:20% 0 12.5% 0;
background: -moz-linear-gradient(top,  rgba(0,31,80,0) 0%, rgba(0,31,80,0.9) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(0,31,80,0) 0%,rgba(0,31,80,0.9) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(0,31,80,0) 0%,rgba(0,31,80,0.9) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0000428e', endColorstr='#e600428e',GradientType=0 ); /* IE6-9 */

}
.likes .slick-list li .txt-main{padding: 30px 0 0 0;}
.likes .slick-list li .txt-main .img{width: 85.428%; margin: 0 auto 30px;}
.likes .slick-list li .txt-main .img .s-pic{padding-bottom: 100%;display: block;}
.likes .slick-list li .txt-main dl{text-align: center; max-width: 307px; margin: 0 auto; padding-bottom: 12.63%;}
.likes .slick-list li .txt-main dt{padding: 10px 0 20px 0;font-size: 24px;}
.likes .slick-list li .txt-main dd{color: #999;line-height: 24px;height: 48px;}
.likes .slider-btn{bottom: 0;}

.prod-table{padding-top: 3%;}
.prod-table td{border-bottom: 1px solid #f5f5f5;}
.prod-table td.t-n{border-right: 1px solid #f5f5f5; font-size: 20px; text-align: center; width: 20%;}
.prod-table td .inner{padding: 8% 0 5.5% 7.5%; line-height: 42px;color: #666; font-size: 16px;}
.prod-table .list li{float: left;  text-align: center;line-height: normal;}
.prod-table .list li aside{padding-top: 25px; color: #333;}
.prod-table .list li figure{color: #999;font-size: 14px; padding-top: 10px;}
@media(min-width:769px){
.prod-table .list li{width: 25%;}
.prod-table .list li:nth-child(4n+1){clear: left;}
}
@media(max-width:768px){
.prod-table .list li{width: 50%;}
.prod-table .list li:nth-child(2n+1){clear: left;}
}
*/
/*.download,
#quanjing{padding-top: 6.5%;}
#quanjing .ytable-cell{background: #f8f8f8;text-align: center;}
#quanjing .code{margin: 0 auto; width: 50%; max-width: 180px;border: 1px solid #eee; padding: 7px;background: #fff;}
#quanjing aside{line-height: 30px; font-size: 18px; color: #999;padding-top: 25px;}
@media(min-width:769px){
#quanjing .ytable-cell{width: 50%;}
}
@media(max-width:768px){
#quanjing .ytable,
#quanjing .ytable-cell{display: block;}
#quanjing .ytable-cell:nth-child(2){padding: 30px 0;}
}*/

/*.download .auto-inner{border-bottom: 1px solid #f5f5f5;padding-bottom: 6.5%;}*/
.download li a{position: relative;display: block;border: 1px solid #f5f5f5; margin-bottom: 4.75%; transition: 0.3s;}
.download li aside{padding: 25px 140px 25px 40px;line-height: 50px;}
.download li span{position: absolute; right: 0; top: 0; width: 140px; line-height: 100px;border-left: 1px solid #f5f5f5;color: #999; text-align: center;transition: 0.3s;}
.download li span:before{display: inline-block; content: ''; width: 18px; height: 20px; margin-right: 8px; vertical-align: middle;background: url(../images/icon-download.png) no-repeat;}
.download li a:hover{background: #02B5CB; color: #fff;}
.download li a:hover span{background: #1a3662;color: #fff;border-left-color: #1a3662;}
.download li a:hover span:before{background-image: url(../images/icon-download-on.png);}
@media(min-width:769px){
.download li{float: left; width: 50%;font-size: 18px;}
.download li:nth-child(2n-1) a{margin-right:4.75%;}
.download li:nth-child(2n) a{margin-left:4.75%;}
}
@media(max-width:768px){
.download li span{line-height: 44px;width: 80px;}
.download li aside{line-height: 24px; padding-top: 10px; padding-bottom: 10px;padding-right: 90px;}
}

.home-banner{overflow: hidden;position: relative; z-index: 1;}
/*.home-banner .slider{padding: 0 16px;}*/
.home-banner .txt-main{position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: 2;}
.home-banner .txt-main .auto-inner{position: relative; height: 100%;}
.home-banner .box{position: absolute; height: 100%; width: 50%;}
.home-banner .txt{left: 0; font-size: 60px;color: #fff;}
.home-banner .img{right: 0;}
.home-banner .img img{position: absolute; bottom: 0; max-height: 78.6%;}
/*.home-banner .swiper-container{overflow: inherit;}*/
.home-banner .slick-list li{overflow: hidden;position: relative;}
.home-banner .slick-list li .amore{position: absolute; left: 0 ;top: 0; width: 100%; z-index: 10;height: 100%;opacity: 0;-webkit-opacity: 0;background: #fff;}

.home-banner .slick-arrow{position: absolute;top: 50%; margin-top:-30px; width: 60px; height: 60px;border-radius: 50%;  z-index: 10; font-size: 0; border: 0;padding: 0;cursor: pointer;background:url(../images/aon-3-on.png) no-repeat center center rgba(255,255,255,0.3);}
.home-banner .slick-prev{left: 3%;}
.home-banner .slick-next{right: 3%;background-image: url(../images/aon-4-on.png);}
.home-banner .slick-arrow:hover{background-color: #02B5CB;}

.home-banner .videofiles{position:absolute; z-index:10; left:0; top:0; width:100%;height:100%;}
.home-banner .videofiles iframe{position:absolute; width:100%;height:100%;}
.home-banner .videofiles video{object-fit:cover;}

.home-banner .txt h2{margin: 0; font-size: 1em; line-height: 1.33em; font-weight:normal;}
.home-banner .txt h2 div{ font-family: "fzltzchjw";text-shadow: 0 3px 0 rgba(0,0,0,0.23); }
@media(min-width:751px){
.home-banner .txt h2 .wap,
.home-banner .bg.wap{display: none;}
}
@media(max-width:750px){
.home-banner .txt h2 .pc,
.home-banner .bg.pc{display: none;}
}
.home-banner .txt p{font-size: 0.2667em; margin: 0; padding-bottom:3.5em ; padding-top: 1.5625em; text-shadow: 0 2px 0 rgba(0,0,0,0.23);font-family: "fzltxhjw";}
.home-banner .txt p span{margin: 0 1.25em;font-family: "fzltxhjw";}
.home-banner .price{font-size: 0.3em; padding-bottom: 2.45em;text-shadow: 0 2px 0 rgba(0,0,0,0.23);}
.home-banner .price b{font-weight: normal;font-size: 2.667em;font-family: "Oswald Bold";}
.home-banner .price b span{font-family: '微软雅黑';font-size:0.375em;}
.home-banner .home-more{width:10.5em; line-height: 3em;display: block; margin: 0; border-radius: 1.875em; font-size: 0.2667em;}
.home-banner .img,
.home-banner .txt{opacity: 0; -webkit-opacity: 0;  }
.home-banner .txt{transition:1.5s 0.3s;transform: translateX(-50%);-webkit-transform: translateX(-50%);-ms-transform: translateX(-50%);}
.home-banner .img{transition:1.5s 0.5s;transform: translateX(50%);-webkit-transform: translateX(50%);-ms-transform: translateX(50%);}
.home-banner .slide-2 .txt{transform: translateY(-50%);-webkit-transform: translateY(-50%);-ms-transform: translateY(-50%);}
.home-banner .slide-2 .img{transform: translateY(50%);-webkit-transform: translateY(50%);-ms-transform: translateY(50%);}
.home-banner .slick-active .img,
.home-banner .slick-active .txt{opacity: 1;-webkit-opacity: 1;transform: translate(0,0);-webkit-transform: translate(0,0);}
.home-banner .info{float: right;max-width: 644px; width: 90%;position:relative;}
.home-banner .info > *{position: relative; z-index: 10;}
.home-banner .slide-1 .img img{right: -5%;}
.home-banner .slide-1 .info{max-width: 498px;}
.home-banner .info:before,
.home-banner .info:after{position: absolute; content: '';background-repeat: no-repeat;background-size: contain; transform: scale(0);-webkit-transform: scale(0);-ms-transform: scale(0); transition: 0.5s 1.5s;  }
.home-banner .info:before{width: 7.05em; height: 7.05em; background-image: url(../images/quan-1.png); left: -1.9em; top: -1.6em;}
.home-banner .info:after{right: 0.634em;background-image: url(../images/quan-2.png); width: 5.017em;height: 5.017em; top: 1em;}
@media(min-width:751px){
.home-banner .slide-2 .info:before{top: -1.967em; left: 0; right: 3.267em;background-image: url(../images/quan-1-2.png);}
.home-banner .slide-2 .info:after{background-image: url(../images/quan-2-2.png); top: -1.5625em; right: auto; left: -1.567em;}
.home-banner .slide-3 .info:after{right: 3.25em; top: 0.5em;}
}
.home-banner .slick-active .info:before,
.home-banner .slick-active .info:after{transform: scale(1);-webkit-transform: scale(1);-ms-transform: scale(1);animation:5s 2s quan  linear infinite;-webkit-animation:5s 2s quan  linear infinite;}
.home-banner .slick-active .info:before{animation-delay: 3s;}
@-ms-keyframes quan{
	0%{transform: rotate(0deg);-webkit-transform: rotate(0deg);-ms-transform: rotate(0deg);}
	100%{transform: rotate(360deg);-webkit-transform: rotate(360deg);-ms-transform: rotate(360deg);}
}
@-webkit-keyframes quan{
	0%{transform: rotate(0deg);-webkit-transform: rotate(0deg);-ms-transform: rotate(0deg);}
	100%{transform: rotate(360deg);-webkit-transform: rotate(360deg);-ms-transform: rotate(360deg);}
}
@keyframes quan{
	0%{transform: rotate(0deg);-webkit-transform: rotate(0deg);-ms-transform: rotate(0deg);}
	100%{transform: rotate(360deg);-webkit-transform: rotate(360deg);-ms-transform: rotate(360deg);}
}

.home-banner .small{display: none;}
.home-banner .page-area{position: absolute; left: 0;bottom: 5%; z-index: 10; width: 100%;}
.home-banner .pager li{float: left; width: 62px; height:62px;position: relative; margin-right: 5px; cursor:pointer;list-style: none;}
.home-banner .pager li:before,
.home-banner .pager li img{position: absolute; top: 50%; left: 50%; border-radius: 50%;}
.home-banner .pager li:before{content: ''; width: 12px; height: 12px; background: #fff; margin: -6px 0 0 -6px; transition:0.5s;}
.home-banner .pager li img{width: 50px; height: 50px;margin: -25px 0 0 -25px; transform: scale(0);-webkit-transform: scale(0);-ms-transform: scale(0);opacity: 0;-webkit-opacity: 0; transition: 0.3s;}
.home-banner .pager li .circleChart{position: absolute; left: 0; top: 0; width: 100%; height: 100%; border-radius: 50%;} 
.home-banner .pager li:hover:before,
.home-banner .pager li.slick-active:before{width: 50px; height: 50px; margin: -25px 0 0 -25px;}
.home-banner .pager li:hover img,
.home-banner .pager li.slick-active img{transform: scale(1) ;-webkit-transform: scale(1);-ms-transform: scale(1);opacity: 1;-webkit-opacity: 1;}

@media(max-width:1440px){
.home-banner .txt{font-size: 50px;}
}
@media(max-width:1024px){
.home-banner .txt{font-size: 30px;}
.home-banner .txt p{padding: 5px 0 10px 0;}
.home-banner .price{padding-bottom: 20px;}
}
@media(max-width:768px){
.home-banner .page-area{display: none;}
.home-banner .page-area ul{width: auto; display: table; margin: 0 auto;}
.home-banner .slick-arrow,
.home-banner .img{display: none!important;}
.home-banner .box{height: 55%;width: 100%;}
.home-banner .txt{font-size: 58px;}
.home-banner .info{float: none;width: 100%;max-width: none;text-align: center;}
.home-banner .slide-1 .info{max-width: none;}
.home-banner .info:before{width: 7.57142em; height: 7.57142em;top: -1.2em; left: 0.475em;}
.home-banner .txt p{font-size: 0.413793em;padding: 0;margin-top: 1em; margin-bottom: 2.1666em;}
.home-banner .txt p span{margin: 0 1em;}
.home-banner .slider{padding: 0;}
.home-banner .home-more,
.home-banner .price{display: inline-block;}
.home-banner .price{margin-right: 2.5882em;}
}
@media(max-width:480px){
.home-banner .box{height: 55%;}
.home-banner .home-more{width: 10em;}
.home-banner .txt p span{margin: 0 0.5em;}
}

.store-list{display: none;background: url(../images/loading.gif) no-repeat center center;}
.store-list iframe{display:block;}
.bottom-map{position: relative; overflow:hidden;z-index:1;}
.bottom-map #shopmap{position: absolute; right: 0; top: 0; width: 120%; height: 100%;background: #f5f5f5;}
#shopmap,
#shopmap *{box-sizing: content-box;}
#shopmap img{max-width: none;}
.bottom-map .inner{position: relative; z-index: 4; background: #fff; box-shadow: 0 0 30px rgba(0,0,0,0.1);}
@media(min-width:1025px){
.bottom-map{padding: 90px 0;}
.bottom-map .auto-inner {min-height:568px;}
.bottom-map .inner{float: right;margin-right: 10px; width: 500px;}
}
.search-select{background: #02B5CB;padding: 30px 30px 20px 30px;}
.search-select dl{float: left; width: 49%;color: #fff; position: relative; z-index: 10;}
.search-select dl:not(:last-child){margin-right: 2%;}
.search-select dt{padding: 0 20px;border: 1px solid #3166a3;background: #1a559a; cursor: pointer;}
.search-select dt span{display: block; background: url(../images/jiao-1.gif) no-repeat right center; line-height: 43px;}
.search-select dt span.gray{color: #a8b7d1;}
.search-select dd{position: absolute; left: 0; top: 100%;border: 1px solid #3166a3;background: #1a559a; border-top: 0; width: 100%; line-height: 30px; display: none;}
.search-select dd ul{max-height: 300px;overflow: auto;}
.search-select dd ul li > ul{display: none;}
.search-select dd li{transition: 0.3s; cursor: pointer;}
.search-select dd li a{display: block;padding: 0 10px;line-height: 30px;color: #fff;}
.search-select dd li a:hover{background: #fff; color: #02B5CB;}
.search-select .box{margin-top: 10px; border-bottom: 1px solid #3368a5;position: relative; padding: 0 20px;}
.search-select .box .text{line-height: 47px; height: 47px;color: #80a1c7; width: 100%; padding-right: 14px;background: none;border: 0;}
.search-select .box .btn{position: absolute;right: 20px; top: 0;line-height: 47px;color: #fff;}
.bottom-map .inner .mCustomScrollbar{margin: 40px 30px;max-height: 380px;overflow: auto;}
.bottom-map .list{padding-right: 40px;}
.bottom-map .list li{min-height: 164px; padding-bottom: 20px; margin-bottom: 26px; border-bottom: 1px dashed #ddd;}
.bottom-map .list li > *{padding-left: 38px;}
.bottom-map .list li h3{font-family:"fzltzchjw";font-size: 18px;background: url(../images/cur.png) no-repeat 0 0; margin-bottom: 27px;cursor: pointer;}
.bottom-map .list li aside{line-height: 24px;color: #999;}
.bottom-map .list li .getcur{margin-top: 24px;color: #02B5CB;display: block; line-height: 24px; cursor: pointer;}
.bottom-map .list li .getcur i{margin-right: 9px;font-size: 22px;float: left;}
.bottom-map .mCSB_scrollTools{opacity: 1!important;}
.bottom-map .mCSB_outside + .mCSB_scrollTools{right: 0;}
.bottom-map .mCSB_scrollTools .mCSB_draggerRail{width: 8px;background: #f5f5f5;}
.bottom-map .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width: 8px; background: #02B5CB!important;}
@media(max-width:1024px){
.bottom-map > .auto-inner{width: auto;}
.bottom-map #shopmap{display: none;}
}
@media(max-width:750px){
.search-select{padding: 15px;}
.bottom-map .inner .mCustomScrollbar{margin: 15px 10px 0 15px;}
.bottom-map .list{padding-right: 20px;}
.bottom-map .mCSB_scrollTools .mCSB_draggerRail,
.bottom-map .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width: 4px; }
}

/*banner*/
.page-ban{ position:relative;}
.page-ban .txt{ position:absolute; left:0; top:0; height:100%; width:100%; z-index:10;  text-align:center; font-size:60px;}
.page-ban .txt-blue{color:#02B5CB;}
.page-ban .txt-white{color:#fff;}
.page-ban .txt h3{ font-size:1em;letter-spacing:0.3334em;}
.page-ban .txt h4{ font-size:0.3em;letter-spacing:1.111em; padding-top: 1.6667em;}
.page-ban > img{display: block;width: 100%;}
@media(min-width:1025px){
.page-ban .wap{display: none;}
}
@media(max-width:1024px){
.page-ban .pc{display: none;}
}
@media(max-width:1200px){
.page-ban .txt{ font-size:50px;}
}
@media(max-width:768px){
.page-ban .txt{ font-size:40px;}
.page-ban .auto-inner{ width:90%;}
}
@media(max-width:370px){
.page-ban .txt{ font-size:30px;}
}

.nav-menu .auto-inner{border-bottom: 1px solid #eee;}
.Current{color: #999;}
.Current i{font-style: normal; margin: 0 5px;}
.Current a{color: #999;}
.Current a:hover{color: #02B5CB;}
.nav-menu .nav li{float: left;margin-right: 5%;}
.nav-menu .nav li a{border-bottom:4px solid transparent;color: #999;display: block;}
.nav-menu .nav li.aon a,
.nav-menu .nav li a:hover{color: #02B5CB;border-bottom-color: #02B5CB;}
@media(min-width:481px){
.nav-menu .nav li a{font-size: 16px;}
}
@media(min-width:1025px){
.Current{float: right;line-height: 100px;}
.nav-menu .nav li{ line-height: 96px; }
}
@media(max-width:1024px){
.Current{padding: 15px 0;}
.nav-menu .nav li{ line-height: 50px; }
}
@media(max-width:480px){
.nav-menu .nav li{ line-height: 40px; }
}

#nav-menu .auto-inner{position: relative; z-index: 50;}
#nav-menu .nav{overflow: hidden;height: 100px;position: relative;}
@media(max-width:1024px){
#nav-menu .nav{height: 54px;}
}
@media(max-width:480px){
#nav-menu .nav{height: 44px;}
}
#nav-menu .nav.has-more{padding-right: 100px;}
#nav-menu .more{position: absolute; top: 50%; line-height: 30px; margin-top: -15px;right: 0;}
#nav-menu .more dt{font-size: 16px; cursor: pointer;color: #999; cursor: pointer;}
#nav-menu .more dt i{float: right; width: 18px; height: 18px; margin-top: 6px; margin-left: 10px; border: 1px solid #eee;border-radius: 4px;background: url(../images/jiao-2.gif) no-repeat center center;}
#nav-menu .more dd{position: absolute; right: 0; width: 200px;background: #fff; top: 100%;border: 1px solid #eee;border-radius: 4px;padding:10px 15px;box-shadow: 0 3px 5px rgba(0,0,0,0.2);display: none;}
#nav-menu .more dd li a{display:block;color:#999;font-size:16px;}
#nav-menu .more dd li a:hover{color:#02B5CB;}

#nav-menu .more dd li{line-height: 40px;}
#nav-menu .more dd li:not(:last-child){border-bottom: 1px solid #eee;}
@media(max-width:480px){
#nav-menu .more dt{font-size: 14px; }
}

.singleCon{padding: 3% 0; padding-top:0px;}
@media(max-width:1024px){
.singleCon{padding: 40px 0;}
}
.singlePage{line-height: 30px; font-size: 16px;}

.about-content{overflow: hidden;}
.con-4{padding-bottom:7%;}
.con-4 .auto-inner{position: relative; z-index: 1;}
.con-4 .bg-img{position:absolute; left: 0; top: 0; width: 100%; height: 100%;background: #000;}
.con-4 .bg-img img{opacity: 0.5;-webkit-opacity: 0.5;}
.con-4 .slider{z-index: 10;}
.con-4 .slider .slick-list li{position: relative;cursor: pointer;font-size: 48px;}
@media(min-width:1025px){
.con-4 .slider .slick-list li:not(:last-child):after{position: absolute; content: ''; width: 1px; height: 100%; right: 0; top: 0;background: rgba(255,255,255,0.2);}
}
.con-4 .slider .slick-list li .name{position: absolute; text-align: center;width:4.791667em; height: 4.375em; line-height:4.375em; left: 50%; top: 50%; margin: -2.395834em 0 0 -2.125em;transition: 0.3s;overflow: hidden;}
.con-4 .slider .slick-list li .name aside{font-size: 1em;color: #fff;position: relative; z-index: 10;}
.con-4 .slider .slick-list li .name > span{position: absolute; left: 0; top: 0; width: 100%; height: 100%;background-position: center center;background-repeat: no-repeat;background-size: contain; animation: quan 15s infinite linear;}
.con-4 .slider .slick-list li .name > span.q-1{background-image: url(../images/quan1.png); z-index: 4;}
.con-4 .slider .slick-list li .name > span.q-2{background-image: url(../images/quan2.png); z-index: 3; animation-duration: 10s;}
.con-4 .slider .slick-list li .name > span.q-3{background-image: url(../images/quan3.png); z-index: 2;animation-duration: 5s;}
.con-4 .slider .slick-list li .hover{position: relative;}
@media(min-width:1025px){
.con-4 .slider .slick-list li .hover{opacity: 0;-webkit-opacity: 0;transition: 0.3s;}
}
.con-4 .slider .slick-list li .txt{position: absolute; left: 0;bottom: 0;padding: 20% 6% 6% 6%;color: #fff; width: 100%;
background: -moz-linear-gradient(top,  rgba(0,66,142,0) 0%, rgba(0,66,142,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(0,66,142,0) 0%,rgba(0,66,142,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(0,66,142,0) 0%,rgba(0,66,142,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0000428e', endColorstr='#02B5CB',GradientType=0 ); /* IE6-9 */
}
.con-4 .slider .slick-list li .txt > *{transition: 0.3s 0.3s; transform: translateY(30px);-webkit-transform: translateY(30px);-ms-transform: translateY(30px);opacity: 0;-webkit-opacity: 0;}
.con-4 .slider .slick-list li .txt aside{font-size: 1em;}
.con-4 .slider .slick-list li .txt pre{line-height: 1.875em; font-size: 0.33334em; margin-top: 1.5625em; transition: 0.3s 0.5s;}
.con-4 .slider .slick-list li:hover .name{opacity: 0;-webkit-opacity: 0;}
.con-4 .slider .slick-list li:hover .hover{opacity: 1;-webkit-opacity: 1;}
.con-4 .slider .slick-list li.slick-current .txt > *,
.con-4 .slider .slick-list li:hover .txt > *{transform: translateY(0);opacity: 1;-webkit-opacity: 1;}

@keyframes quan{
	0%{transform: rotate(0);}
	100%{transform: rotate(360deg);}
}
@-ms-keyframes quan{
	0%{transform: rotate(0);}
	100%{transform: rotate(360deg);}
}
@-webkit-keyframes quan{
	0%{transform: rotate(0);}
	100%{transform: rotate(360deg);}
}

@media(min-width:751px) and (max-width:1366px){
.con-4 .slider .slick-list li{font-size: 32px;}
}
@media(max-width:1024px){
.con-4 .bg-img{display: none;}
.con-4 .slider .slick-list li .name{opacity: 0;-webkit-opacity: 0;}
.con-4 .slider{padding: 0 15%;}
.con-4 .slider .slick-list{overflow: inherit;}
.con-4 .slider .slick-list li .hover{margin: 0 5%;}
.con-4 .slider .slick-list li .hover .txt{opacity: 0; transition: 0.3s;}
.con-4 .slider .slick-list li .hover > img{opacity: 0.3;}
.con-4 .slider .slick-list li.slick-current .hover > img,
.con-4 .slider .slick-list li.slick-current .hover .txt{opacity: 1;}
.con-4 .slider .slick-dots{padding: 8% 0 4% 0; text-align: center;}
.con-4 .slider .slick-dots li{display: inline-block;border-radius: 50%;background: #ddd;width: 12px;height: 12px; margin: 0 2%;}
.con-4 .slider .slick-dots li button{display: none;}
.con-4 .slider .slick-dots li.slick-active{background: #02B5CB;}
}
@media(max-width:640px){
.con-4 .slider .slick-list li{font-size: 32px;}
}

.con-3{padding:4% 0 7% 0;}
.con-3 .tab{text-align:center;padding-bottom:8%;}
.con-3 .tab li{display:inline-block; margin:0 12px;line-height:50px;padding:0 40px;border:1px solid #ddd; border-radius:50px;font-size:18px; cursor:pointer;}
.con-3 .tab li.on{background:#02B5CB;border-color:#02B5CB;}
.con-3 .tab li.on a{color:#fff;}
.con-3 .li-box .txt{height:335px;max-width:361px;position:relative;padding-left:135px;overflow:hidden;}
.con-3 .li-box .txt:before{position:absolute; content:'';width:1px;background:#dfdfdf;height:100%; left:59px;top:118px;}
.con-3 .li-box .txt .year{position:absolute; width:118px; line-height:118px;height:118px;color:#999;border:1px solid #dfdfdf; border-radius:50%; text-align:center;font-size:18px;overflow:hidden;left:0; top:0; transition:0.3s;}
.con-3 .li-box .txt .year b{font-size:24px;display:inline-block; vertical-align:middle;margin-top:-5px;}
.con-3 .slick-current .txt .year{background:#02B5CB;color:#fff;border-color:#02B5CB;}
.con-3 .slick-current .txt:before{background:#02B5CB;}
.con-3 .li-box .singlePage{padding-top:30px;}
.con-3 .li-box .singlePage dd{position:relative;line-height:30px;padding-left:18px;}
.con-3 .li-box .singlePage dd:before{position:absolute;content:''; width:5px; height:5px;background:#02B5CB;border-radius:50%;left:0; top:12px;}
.con-3 .li-box .title{width:118px; height:52px; text-align:center;background: url(../images/time.png) no-repeat center top;padding-top: 25px;font-size:14px;color:#bbb;position:relative;cursor:pointer;}
.con-3 .slick-current .title span{font-size:18px;background:none;color:#02B5CB;font-family: "Oswald Bold"; }
.con-3 .slick-current .title i{position: absolute;width: 20px; height: 20px; border-radius: 50%;background: rgba(0,66,142,0.2); left: 50%; top:0; margin-left: -10px;}
.con-3 .slick-current .title i:before{position: absolute; content: '';width: 10px; height: 10px; left: 50%; top: 50%; margin: -5px 0 0 -5px; background: #02B5CB;border-radius: 50%;}

.con-3 .slider-nav{position: relative;background:url(../images/logobg.png) no-repeat center bottom 40px;}
@media(max-width:1400px){
.con-3 .slider-nav{background-size:contain;}
}
.con-3 .slider-nav:before{position: absolute; content: ''; left: 0; bottom: 40px; width: 100%; height: 1px; background: #eee;}

.con-3 .tab-list{position:fixed; left:-100%;width:100%;opacity:0; transition:opacity 0.3s;}
.con-3 .tab-list.show{position:inherit;left:0;opacity:1;}

.con-3 .slick-arrow{position: absolute; width: 80px; height: 80px;   border-radius: 50%; background:url(../images/aon-3.png) no-repeat center center #fff;box-shadow: 0 14px 30px rgba(0,0,0,0.08); cursor: pointer; transition: 0.3s;border: 0;font-size: 0; z-index: 10;padding: 0;}
.con-3 .slick-prev{left: 0;}
.con-3 .slick-next{right: 0;background-image: url(../images/aon-4.png);}
.con-3 .slick-arrow:hover{background-color: #02B5CB;}
.con-3 .slick-prev:hover{background-image: url(../images/aon-3-on.png);}
.con-3 .slick-next:hover{background-image: url(../images/aon-4-on.png);}
@media(min-width:1025px){
.con-3 .slick-arrow{top: 19px;}
.con-3 .tab-list .slider{padding:0 7% 0 5%;}
.con-3 .li-box > div{margin-left:18%;}
}
@media(max-width:1024px){
.con-3 .tab-list .slider-ul{position:initial;}
.con-3 .slick-arrow{bottom: 19px;width: 40px; height: 40px;background-color: #02B5CB;}
.con-3 .slick-prev{background-image: url(../images/aon-3-on.png);}
.con-3 .slick-next{background-image: url(../images/aon-4-on.png);}
.con-3 .li-box > div{margin-left:60px;}
}
@media(max-width:640px){
.con-3 .li-box .txt{height:240px;}

.con-3 .tab li{margin:0 5px;line-height:40px;padding:0 20px;font-size:16px;}
.con-3{padding:60px 0;}
}
@media(max-width:480px){
.con-3 .tab{overflow:hidden;}
.con-3 .tab li{padding:0;font-size:14px;float:left;margin:0 1%; width:48%;}
.con-3 .li-box .title{width:94px;}
.con-3 .li-box .txt{padding-left:110px;}
.con-3 .li-box .txt .year{width:94px;height:94px; line-height:94px;}
.con-3 .li-box .txt:before{left:47px; top:94px;}
}


.con-2{background: #f5f5f5;padding: 7% 0;}

@media(min-width:1025px){
.css-18-2 li{display:table;width:100%; table-layout:fixed;}
.css-18-2 li > *{ display:table-cell;vertical-align:middle;width:50%;}
.css-18-2 li .inner{width:95%;}
.css-18-2 li:nth-child(2n) .inner{max-width:720px;}
.css-18-2 li:nth-child(2n) > *{vertical-align:bottom;}
.css-18-2 li:nth-child(2n-1) .inner{max-width:564px;margin:0 auto;}
}
.css-18-2 li dl{display: table;width: 90%;max-width:564px; margin:10% auto 0; table-layout:fixed;}
.css-18-2 li dl dd{display: table-cell;width: 33.3333%; vertical-align: middle; }
.css-18-2 li:nth-child(2) dl dd:nth-child(2){text-align:center;}
.css-18-2 li:nth-child(2) dl dd:nth-child(3){text-align:right;}
.css-18-2 li:nth-child(2) dl dd:nth-child(1) img{max-width: 120px;}
.css-18-2 li:nth-child(2) dl dd:nth-child(2) img{max-width: 120px;}
.css-18-2 li:nth-child(2) dl dd:nth-child(3) img{max-width: 120px;}
.css-18-2 li:nth-child(1) dl{max-width:504px;}
.css-18-2 li:nth-child(1) dl dd{text-align:center;}
.css-18-2 li:nth-child(1) dl dd aside{font-size: 16px;color: #999;padding-bottom:0;}
.css-18-2 li .info aside{line-height: 36px; padding-bottom:24px;}
.css-18-2 li .info .tit span{display: inline-block;font-size: 30px;color: #02B5CB;}
.css-18-2 li .info .tit span:after{display: block; content: '';background: #ffd957; height: 8px; z-index: -1;position: relative; margin-top: -10px;}
.css-18-2 li .info p{font-size: 16px;line-height: 30px;color: #999;}

@media(max-width:1180px){
.css-18-2 li .info aside {font-size: 20px;line-height: 30px;padding-bottom: 10px;}
.css-18-2 li .info p{font-size: 14px;line-height: 24px;}
}
@media(max-width:1024px){
.css-18-2 li .info{padding:8% 0;}
.css-18-2 li .info aside {font-size: 30px; line-height: normal; margin-bottom: 3%;}
.css-18-2 li .info p{font-size: 24px;line-height: 42px;}
}
@media(max-width:1024px){
.css-18-2 li .info aside {font-size: 24px;}
.css-18-2 li .info p{font-size: 16px;line-height: 26px;}
}

.con-1{padding: 1.5% 0;}

.css-18-1 li:after{display: block; content: '';width: 100%; clear: both;}
@media(min-width:751px){
.css-18-1 li:nth-child(2n-1) .info{float:right;width: 50%;}
.css-18-1 li:nth-child(2n) .pic{float: right;width: 55%; }
.css-18-1 li:nth-child(2n-1) .pic,
.css-18-1 li:nth-child(2n) .info{float: left;width: 36.25%;}
/*.css-18-1 li:nth-child(2n) .info{margin-top: -1.5%;}*/
.css-18-1 li dl{max-width: 640px;}
}
.css-18-1 .tit{padding-bottom: 4%;padding-top: 2%;}
.css-18-1 .tit span{display: inline-block;font-size: 36px;color: #02B5CB;}
.css-18-1 .tit span:after{display: block; content: '';background: #ffd957; height: 12px; z-index: -1;position: relative; margin-top: -14px;}
.css-18-1 li:nth-child(2n-1) .info p{line-height: 36px; font-size: 16px;color: #666;max-width: 694px;}
.css-18-1 li dl{display: table;width: 100%; margin-top: 5%;}
.css-18-1 li dd{border: 1px solid #f1f1f1; border-radius: 5px;padding: 32px 0; display: table-cell; vertical-align: middle;text-align: center;}
.css-18-1 li dd:not(:last-child){width: 28%;}
.css-18-1 li dd.no{border: 0;width: 8%;}
.css-18-1 li dd b{color: #02B5CB; font-size: 36px;}
.css-18-1 li dd .num{position:relative;padding-right:20px;display:inline-block;}
.css-18-1 li dd .num sub,
.css-18-1 li dd .num sup{position:absolute;right:0;color: #02B5CB;font-size:18px;}
.css-18-1 li dd .num sub{bottom:1px;}
.css-18-1 li dd .num sup{top:-13px;font-size:36px;right:3px;}
.css-18-1 li dd aside{color: #999;padding-top: 10px;}
.css-18-1 li .item{position: relative;padding-left: 100px; min-height: 70px;}
.css-18-1 li .item:not(:first-child){margin-top: 7%;}
.css-18-1 li .icon{position: absolute; left: 0; top: 0;max-width: 70px;}
.css-18-1 li .txt{font-size: 16px;color: #999;}
.css-18-1 li .txt aside{font-size: 24px;color: #333; padding-bottom: 10px;}
@media(min-width:751px) and (max-width:1180px){
.css-18-1 li:nth-child(2n-1) .info p{font-size: 14px; line-height: 28px;}
.css-18-1 li dd{padding: 15px 0;}
.css-18-1 li .item{padding-left: 80px; padding-top: 15px;}
.css-18-1 li .txt{font-size: 14px;}
.css-18-1 li .txt aside{font-size: 18px; padding-bottom:5px;}
}
@media(max-width:750px){
.css-18-1 li .info{padding: 7% 0;}
.css-18-1 li .item{padding-top: 2%;}
}
@media(min-width:481px) and (max-width:750px){
.css-18-1 li .item{padding-left: 113px; min-height: 80px;}
.css-18-1 li .icon{width: 80px;max-width: none;}
}
@media(max-width:480px){
.css-18-1 .tit span{font-size: 30px;}
.css-18-1 .tit span:after{height: 6px;margin-top: -10px;}
.css-18-1 li dd b{font-size: 28px;}
.css-18-1 li dd{padding: 5% 0; vertical-align:top;}
.css-18-1 li .txt{font-size: 14px;padding-right:13%;}
.css-18-1 li .txt aside{font-size: 18px; padding-bottom:5px;}
.css-18-1 li dd:not(:last-child){width: 32%;}
.css-18-1 li dd.no{width: 2%;}
}

.project-select{max-width:682px;}
.project-select dl{position: relative; z-index: 10;}
.project-select dl.on{z-index: 20;}
.project-select dt{border: 1px solid #eee;line-height: 58px;padding: 0 60px 0 20px;position: relative;font-size: 16px;}
.project-select dt:after{position: absolute; content: ''; width: 60px; height: 100%; right: 0; top: 0;background: #f5f5f5 url(../images/jiao-2.gif) no-repeat center center;cursor: pointer;}
.project-select dt span{position: absolute; right: 60px; top: 0; left: 98px;}
.project-select dd{position: absolute; left: 0;top: 100%; background: #f5f5f5;width: 100%;display: none;padding:0 20px;}
.project-select dd ul li ul{display: none;}
.project-select dd li:first-child{padding-top: 15px;}
.project-select dd li:last-child{padding-bottom: 15px;}
.project-select dd li{line-height:30px;padding: 5px 0;}
.project-select dd li a{display: block;transition: 0.3s;}
.project-select dd li a:hover{background: #02B5CB;padding-left: 10px; color: #fff;}
@media(min-width:481px){
.project-select dl{float: left;width: 48%;}
.project-select dl:nth-child(2){float: right;}
}
@media(max-width:480px){
.project-select dl:not(:last-child){margin-bottom: 5px;}
}

.s-pic{position: relative; overflow: hidden;}
.s-pic-inner{position: absolute; left: -50%; top:0; height: 100%;width: 200%;}
.s-pic-inner img{max-height: 100%; max-width: 100%;display: block; margin: 0 auto;transition: 0.3s;-webkit-transition: 0.3s;-ms-transition: 0.3s;}
.s-pic-inner img.nopic{width: 50%;}

.list-project{padding-top: 3.75%;}
.list-project li{margin-bottom: 2%;}
.list-project li .s-pic{padding-bottom: 70.373%;}
.list-project li a{display: block;transition:background 0.3s;}
.list-project li .txt{padding: 26px 0;transition: 0.3s;}
.list-project li aside{font-size: 24px;}
.list-project li p{color: #999;margin: 10px 0;}
.list-project li dl{overflow: hidden;max-height: 25px;}
.list-project li dl dd{float: left;padding: 0 10px;min-width: 60px; text-align: center;line-height: 25px;background: #02B5CB; color: #fff;border-radius: 25px;}
.list-project li dl dd:not(:last-child){ margin-right: 10px;}
.list-project li a:hover{color: #fff;background: #02B5CB;}
.list-project li a:hover .txt{padding-left: 30px; padding-right: 30px;}
.list-project li a:hover p{color: #fff;}
.list-project li a:hover dd{background: #fff;color: #02B5CB;}
.list-project li a:hover .s-pic-inner img{transform: scale(1.12);-webkit-transform: scale(1.12);-ms-transform: scale(1.12);}
@media(min-width:481px){
.list-project li{float: left; }
}
@media(min-width:1025px){
.list-project li{width: 32.0625%; }
.list-project li:not(:nth-child(3n)){margin-right: 1.90625%;}
.list-project li:nth-child(3n+1){clear:left;}
}
@media(min-width:1025px)and (max-width:1200px){
.list-project li aside{font-size: 20px;}
}
@media(min-width:481px) and (max-width:1024px){
.list-project li{width: 49%; }
.list-project li:not(:nth-child(2n)){margin-right: 2%;}
.list-project li:nth-child(2n+1){clear:left;}
}

/*Pages */
.Pages{ padding:50px 0; text-align:center;font-size: 16px;}
.Pages > span{display: none;}
.Pages .p_page{display: table; margin: 0 auto;}
.Pages .p_page *{float: left;}
.Pages em{ font-style:normal;overflow:hidden;}
.Pages a{ border:1px solid #eee; line-height:38px; color:#424242;padding:0 15px;transition: 0.3s; margin: 0 5px;}
.Pages a.a_cur,
.Pages a:hover{ background-color:#02B5CB; color:#fff;}
.Pages .a_first,
.Pages .a_end{font-size: 0;}
.Pages .a_first:after,
.Pages .a_end:after{display: block;font-size: 16px; float: left;}
.Pages .a_first:after{content: '首页';}
.Pages .a_end:after{content: '尾页';}
@media(max-width:768px){
.Pages em{ display:none;}
}

.project-info{position: relative; margin-bottom: 6.25%;}
.project-info .title .tit{font-size: 36px;padding-bottom:50px;}
.project-info .get-back{position: absolute; right: 0; top: 0; width: 170px;}
.project-info .get-back a{line-height: 48px;border-color: #02B5CB;color: #02B5CB;font-size: 16px;}
.project-info .get-back a span:after{display: none;}
.project-info .get-back a:hover{color: #fff;}
@media(max-width:480px){
.project-info .get-back{width: 120px;}
.project-info .get-back a{line-height: 40px;}
}
.project-info .pic-info{background: #f5f5f5;}
.project-info .pic-info .slick-arrow{position: absolute; width: 70px; height: 70px; border: 1px solid #fff; border-radius: 50%; top: 50%;margin-top: -35px;background: url(../images/aon-3-on.png) no-repeat center center; cursor: pointer; z-index: 10;font-size: 0;transition: 0.3s; }
.project-info .pic-info .slick-arrow:hover{background-color: #02B5CB;border-color: #02B5CB;box-shadow: 0 10px 14px rgba(0,0,0,0.3);}
.project-info .pic-info .slick-prev{left: 3%;}
.project-info .pic-info .slick-next{right: 3%; background-image: url(../images/aon-4-on.png);}
.project-info .pic-info .info .inner{ margin: 0 auto; width: 94%;}
.project-info .pic-info .info .singlePage{text-align:justify;font-size: 16px; line-height: 30px;color: #555;overflow: hidden;}
@media(min-width:1081px){
.project-info .title{padding-right: 170px;}
.project-info .pic-info .pic{float: left;width: 67.5%;}
.project-info .pic-info .info{float: right;width: 32.5%; }
.project-info .pic-info .info .inner{max-width: 404px;}
}
@media(max-width:1080px){
.project-info .title{padding-top: 50px;}
.project-info .pic-info .info{padding: 40px 0!important;}
}
@media(max-width:750px){
.project-info .title .tit{font-size: 24px;}
.project-info .pic-info .slick-arrow{width: 50px; height: 50px; margin-top: -25px;}
}

.ask{position: relative;z-index: 10;margin-top: 45px;max-width: 170px;}
.ask dt a{ line-height: 50px;border-color: #02B5CB; background: #02B5CB;color: #fff;font-size: 16px;}
.ask dt a span:after{display: none;}
.ask dd{position: absolute; left: 0; bottom: 100%;width: 100%; display: none; overflow: hidden; padding: 15px;padding-bottom: 0;}
.ask dd:before{position: absolute; left: 5px; top: 2px;bottom: 11px;content: '';background: #fff;right: 5px; border-radius: 5px;box-shadow: 0 3px 5px rgba(0,0,0,0.2);}
.ask dd:after{display: block; content: '';border:6px solid transparent;border-top-color: #fff; margin: 10px auto 0;line-height: normal;font-size: 0;width: 0; position: relative; z-index: 10;}
.ask dd a{display: block;background: #fff;margin-bottom: 2px;}
.ask dd a i{display: inline-block; vertical-align: middle; margin-right: 5px;height: 20px; line-height: normal;}
.ask dt a:before{background: #fff;}
.ask dt a:hover{ color: #02B5CB;}

.recom-prod{padding-bottom: 5%;}
.recom-prod .title{margin-bottom: 3%; padding-bottom: 22px;font-size: 36px; border-bottom: 1px solid #eee;}
@media(max-width:1024px){
.recom-prod .title{margin-bottom: 30px;font-size: 24px;}
}
@media(min-width:1601px){
.recom-prod .slider{margin: 0 -15.5px;}
}
.recom-prod .main{position: relative;}
.slider-btn{position: absolute; top: 0; /*height: 100%;*/ bottom: 28%;  z-index: 10;}
/*.recom-prod .main .btn-1{left: 0;}
.recom-prod .main .btn-2{right: 0;}*/
.slider-btn button{position: absolute; width: 80px; height: 80px; left: 50%; top: 50%; margin: -40px 0 0 -40px; border-radius: 50%; background:url(../images/aon-3.png) no-repeat center center #fff; box-shadow: 0 14px 30px rgba(0,0,0,0.08); cursor: pointer; transition: 0.3s; font-size: 0; border: 0;}
@media(max-width:1700px){
.slider-btn button{margin-left: 0;}
.slider-btn.btn-1 button{left: 0;}
.slider-btn.btn-2 button{left: auto;right: 0;}
}
.slider-btn.btn-2 button{background-image: url(../images/aon-4.png);}
.slider-btn button:hover{background-color: #001f50;}
.slider-btn.btn-1 button:hover{background-image: url(../images/aon-3-on.png);}
.slider-btn.btn-2 button:hover{background-image: url(../images/aon-4-on.png);}
.recom-prod li .inner{padding: 0 15.5px;}
.recom-prod li .pic{position: relative;overflow: hidden;}
.recom-prod li .s-pic{padding-bottom: 127.321%;}
.recom-prod li .hover{position: absolute; left: 100%; top: 0; width: 100%; height: 100%;background: rgba(0,66,142,0.7);opacity: 0;-webkit-opacity: 0;transition: 0.3s;}
.recom-prod li:hover .hover{left: 0;opacity: 1;-webkit-opacity: 1;}
.recom-prod li .txt{text-align: center;padding: 28px 0;}
.recom-prod li .txt dt{font-size: 24px; padding-bottom: 10px;}
.recom-prod li .txt dd{color: #999; line-height: 24px; min-height: 48px;}
.recom-prod li .code{text-align: center;top: 24.584%;}
.recom-prod li .code img{border: 7px solid #fff;margin: 0 auto;width: 43%; max-width: 160px;}
.recom-prod li .code aside{padding-top: 15px;color: #fff;}
.recom-prod li .hover > div{position: absolute;left: 0;width: 100%;}
.recom-prod li .buy{bottom: 12.5%;}
.buy dl{width: 95%; margin: 0 auto;max-width: 240px;}
.buy dl > *{float: left;width: 48%;max-width: 110px;}
.buy dt{float: right;}
.buy dl a span:after{display: none;}
.buy dl a{line-height: 31px;border-width: 2px;border-color: #fff;}
.buy dt a:hover,
.buy dd a{color: #fff;}
.buy dt a{color: #001f50;background: #fff;}
.buy dt{position: relative;}
.buy dt figure{position: absolute; bottom: 100%; left: 50%;margin-left: -25px; width: 50px;padding-bottom: 10px;display: none;}
.buy dt figure:before{position: absolute; content: '';border:5px solid transparent; border-top-color: #fff; left: 50%; margin-left: -5px;bottom: 0;}
.buy dt figcaption{background: #fff;border-radius: 5px;padding: 5px 0;box-shadow: 0 3px 5px rgba(0,0,0,0.2);}
.buy dt figure a{width: 28px; height: 28px;display: block; margin: 5px auto;opacity: 0.5;-webkit-opacity: 0.5;background-repeat: no-repeat;background-position: center center;transition: 0.3s;}
.buy dt figure a.jd{background-image: url(../images/icon-jd-black.png);}
.buy dt figure a.tm{background-image: url(../images/icon-tm-black.png);}
.buy dt figure a:hover{opacity: 1;-webkit-opacity: 1;}
.buy dt figure a.jd:hover{background-image: url(../images/icon-jd.png);}
.buy dt figure a.tm:hover{background-image: url(../images/icon-tm.png);}
@media(max-width:640px){
.slider-btn button{margin-left: 0;}
.slider-btn.btn-1 button{left: 0;}
.slider-btn.btn-2 button{left: auto;right: 0; }
}
@media(max-width:480px){
.slider-btn button{margin-left: 0;width: 50px; height: 50px; margin-top: -25px;}
.slider-btn.btn-1 button{left: 5px;}
.slider-btn.btn-2 button{right: 5px; }
}

.news-body .nav-menu{border-bottom: 1px solid #eee;box-shadow: 0 5px 5px rgba(0,0,0,0.05);}
.news-body .nav-menu .auto-inner{border-bottom: 0;}
.news-body > .auto-inner{padding: 6% 0;}
@media(min-width:1025px){
.news-body .Current{line-height: 119px;}
.news-body #nav-menu .nav{height: 119px;}
.news-body .nav-menu .nav li{line-height: 115px;}
}
@media(max-width:768px){
.news-body > .auto-inner{padding: 40px 0;}
}

.list-news{margin: 0 -30px;}
.list-news li{-webkit-transition: top 1s ease, left 1s ease;-moz-transition: top 1s ease, left 1s ease;-o-transition: top 1s ease, left 1s ease;-ms-transition: top 1s ease, left 1s ease;transition: top 1s ease, left 1s ease;}
.list-news li .inner{margin: 0 30px 60px;/*opacity: 0; -webkit-opacity: 0; transform: translateY(50px);-webkit-transform: translateY(50px);-ms-transform: translateY(50px);transition: 1.2s;*/}
/*.list-news li.active .inner{opacity: 1;-webkit-opacity: 1;transform: translateY(0);-webkit-transform: translateY(0);-ms-transform: translateY(0);}*/
@media(max-width:1366px){
.list-news{margin: 0 -20px;}
.list-news li .inner{margin: 0 20px 40px;}
}
.list-news li .pic{overflow: hidden;border-radius: 5px 5px 0 0;}
.list-news li .pic img{transition: 0.3s;}
.list-news li:hover .pic img{transform: scale(1.12);-webkit-transform: scale(1.12);-ms-transform: scale(1.12);}
.list-news li .txt{border-left: 1px solid #eee;border-right: 1px solid #eee;padding: 33px;}
.list-news li .txt aside{font-size: 24px; margin-bottom: 20px;}
.list-news li:hover .txt aside a{color: #02B5CB;}
.list-news li .txt p{line-height: 24px; max-height: 48px;color: #999;}
.list-news li .more{border: 1px solid #eee;border-radius: 0 0 5px 5px;padding:15px 33px;line-height: 30px;transition: 0.3s;}
.list-news li .more a{float: right;padding-right: 15px; background: url(../images/jiao-6.gif) no-repeat right center;transition: 0.3s;}
.list-news li .more time{color: #999;}
.list-news li:hover .more{background: #02B5CB;}
.list-news li:hover .more time,
.list-news li:hover .more a{color: #fff;}
.list-news li:hover .more a{background-image: url(../images/jiao-4.gif);padding-right: 20px;}
#loading-list{position: relative;}
.loading-more{text-align: center;}
.loading-more a{color: #999;}

.ani {margin: 0 auto 20px;width: 26px;height: 26px;position: relative;}
.ani .ani-c{position: absolute;width: 100%;height: 100%;}
.ani-c > div {width: 8px;height: 8px;background: #bbb;border-radius: 50%;position: absolute;-webkit-animation: bouncedelay 1.2s infinite ease-in-out;animation: bouncedelay 1.2s infinite ease-in-out;-webkit-animation-fill-mode: both;animation-fill-mode: both;}
.ani .c2 {-webkit-transform: rotateZ(45deg);transform: rotateZ(45deg);}
.ani .c3 { -webkit-transform: rotateZ(90deg); transform: rotateZ(90deg);}
.ani-c .circle1 { top: 0; left: 0; }
.ani-c .circle2 { top: 0; right: 0; }
.ani-c .circle3 { right: 0; bottom: 0; }
.ani-c .circle4 { left: 0; bottom: 0; }
.c1 .circle2 {-webkit-animation-delay: -0.9s;animation-delay: -0.9s;}
.c1 .circle3 {-webkit-animation-delay: -0.6s;animation-delay: -0.6s;}
.c1 .circle4 {-webkit-animation-delay: -0.3s;animation-delay: -0.3s;}
.c2 .circle1 {-webkit-animation-delay: -1.1s;animation-delay: -1.1s;}
.c2 .circle2 {-webkit-animation-delay: -0.8s;animation-delay: -0.8s;}
.c2 .circle3 {-webkit-animation-delay: -0.5s;animation-delay: -0.5s;}
.c2 .circle4 {-webkit-animation-delay: -0.2s;animation-delay: -0.2s;}
.c3 .circle1 {-webkit-animation-delay: -1.0s;animation-delay: -1.0s;}
.c3 .circle2 {-webkit-animation-delay: -0.7s;animation-delay: -0.7s;}
.c3 .circle3 {-webkit-animation-delay: -0.4s;animation-delay: -0.4s;}
.c3 .circle4 {-webkit-animation-delay: -0.1s;animation-delay: -0.1s;}
@-webkit-keyframes bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0.0) }
  40% { -webkit-transform: scale(1.0) }
}
@keyframes bouncedelay {
  0%, 80%, 100% { transform: scale(0.0);-webkit-transform: scale(0.0); } 
40% { transform: scale(1.0);-webkit-transform: scale(1.0);}
}

@media(max-width:768px){
.list-news li .txt{padding:20px;}
.list-news li .more{padding:10px 20px;}
.list-news{margin: 0;}
.list-news li .inner{margin: 0 10px 20px;}
}
@media(max-width:640px){
.list-news li .txt aside{font-size: 18px; margin-bottom:10px;}
}

.news_info .title{text-align: center; border-bottom: 1px solid #eee;}
.news_info .title h1{font-weight: normal;font-size: 30px;margin: 0;}
.news_info .title p{color: #999;}
.news_info .title p span{margin: 0 10px;}
.news_info .singlePage{overflow: hidden; padding: 3%;}
.news_info .info_back a{max-width: 160px;line-height: 50px; margin: 0 auto;}
.news_info .info_pn{padding-top: 40px; overflow: hidden;}
.news_info .info_pn a{line-height: 30px;display: inline-block;}
.news_info .info_pn i{font-style: normal;color: #999;padding-left: 15px; background:url(../images/aon-5.png) no-repeat left center;}
@media(min-width:769px){
.news_info .info_pn > span{width: 48%;float: left;}
.news_info .info_pn > span:nth-child(2){float: right;text-align: right;}
}
@media(max-width:768px){
.news_info .title h1{font-size: 24px;}
.news_info .singlePage{overflow: hidden; padding: 20px 10px;}
}
@media(max-width:400px){
.news_info .title h1{font-size: 20px;}
.news_info .title p{font-size: 12px;}
}

.embed_div {
    background: url(data:image/gif;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkCAQAAABLCVATAAAAl0lEQVR4AeWUAQbEMBREX6+zp+jJVgKyx9pT7BlSsAWgSPEB/tBRKHlDjYrHCGEuFiqdcSGdyoKkMYx8kOyW6I8kDmj0yUeK4tc0ohKNlvbiiQpfjrSvnkh/8af9EpE/jcIrEfnTgvvTgmymIVopBNFjZnRLpGF6UWcY6VrkP/5CBG+2S5KNqtf6PFzUGVYk7b7IvanITJyQf7YO6KkulgAAAABJRU5ErkJggg==);
    background-color: rgba(0,0,0,0.15);
    background-size: 48px 48px;
    background-position: center center;
    background-repeat: no-repeat;
    overflow: scroll;
    width: 100%;
    height: 600px;
    display: block;
    border: 1px solid #323639;
}
.list-pdf li{margin-bottom:4%;position:relative;z-index:1;overflow:hidden; min-height:80px;border-bottom:1px solid #ececec;padding-bottom:2%;}
.list-pdf li .btn{position:absolute;right:0; top:50%;transform:translateY(-50%);background:url(../images/TextList001230-icon.png) no-repeat center top;padding-top:24px;}
.list-pdf li time{font-family: "Oswald Bold";color:#999;position:absolute;left:0;top:0; width:80px; height:80px;border-radius:6px 6px 5px 5px;background:#02B5CB; text-align:center;line-height:30px;color:#fff;}
.list-pdf li time span{display:block;border-radius:5px 5px 0 0;font-size:24px;font-family: "Oswald Bold";background:#f5f5f5;line-height:50px;color:#999;}
.list-pdf li .txt{padding:10px 100px 0 100px;}
.list-pdf li aside{margin:5px 0 10px 0;font-size:18px;}
.list-pdf li .txt p{color: #999;}
.list-pdf li .txt p span{color:red;}
@media(min-width:1025px){
.list-pdf li{float:left;width:48%;}
.list-pdf li:not(:nth-child(2n)){margin-right:4%;}
}
@media(max-width:480px){
.list-pdf li aside{font-size:14px;}
.list-pdf li .btn,
.list-pdf li .txt p{font-size:12px;}
.list-pdf li .txt{padding-right:70px;padding-left:80px;}
.list-pdf li time{font-size:12px;width:70px; height:70px; line-height:20px;}
.list-pdf li time span{font-size:20px;line-height:50px;}
}

.list-video{position: relative;background: #02B5CB;}
.list-video .play-area{position: relative;}
.list-video .play-area .files{position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: 10;background: #fff;}
.list-video .play-area .files > *{position: absolute; left: 0; top: 0;}
.list-video .play-area .files video{object-fit: cover;}
.list-video .play-list{position: relative;}
.list-video .play-list .slick-arrow{position: absolute;font-size: 0;background: none;border: 0; width: 30px; height: 16px; background: url(../images/arrow-prev.png) no-repeat center center;cursor: pointer;padding: 0;}
.list-video .play-list .slick-next{background-image: url(../images/arrow-next.png);}
.list-video .play-list .slick-disabled{opacity: 0.5;-webkit-opacity: 0.5; cursor: default;}
.list-video .slick-list li{border: 0;cursor: pointer;}
.list-video .slick-list li *{transition: 0.3s;}
.list-video .slick-list li .inner{position: relative;}
.list-video .slick-list li .s-pic{padding-bottom: 58.824%;}
.list-video .slick-list li .s-pic img{transition: 0.3s;}
.list-video .slick-list li:hover .s-pic img{transform: scale(1.12);-webkit-transform: scale(1.12);-ms-transform: scale(1.12);}
.list-video .slick-list li .title{position: absolute;z-index: 10;text-align: center;font-size: 16px;left: 0; width: 100%;}
.list-video .slick-list li .title a{color: #fff;line-height: 20px; }
.list-video .slick-list li .title a:before{content: ''; background: url(../images/play37.png) no-repeat;}
.list-video .slick-list li.on .title{ top: 0; height: 100%; background: rgba(0,66,142,0.3)}
.list-video .slick-list li.on .title aside{position: absolute; left:5%; width: 90%; top:50%; transform: translateY(-50%);-webkit-transform: translateY(-50%);-ms-transform: translateY(-50%);}
.list-video .slick-list li.on .title a:before{display: block; width: 37px; height: 37px; margin: 0 auto 15px;}
.list-video .slick-list li.off .title{bottom:0;padding: 18px;
background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc000000',GradientType=0 ); /* IE6-9 */
}
.list-video .slick-list li.off .title a:before{display: inline-block;width: 19px; height: 19px; margin-right: 10px; background-image: url(../images/play19.png); vertical-align: middle;}
@media(min-width:1025px){
.list-video .play-area{width: 75%;}
.list-video .play-list{position: absolute; right: 0; top: 0; height: 100%; width: 25%;}
.list-video .play-list .slick-arrow{ left: 50%;margin-left: -15px;}
.list-video .play-list .slick-prev{top: 3%}
.list-video .play-list .slick-next{bottom: 3%;}
.list-video .slider{margin: 0 auto; width: 85%;}
.list-video .slick-list li .inner{margin: 20px 0;}
}
@media(min-width:1025px) and (max-width:1440px){
.list-video .slick-list li .inner{margin: 10px 0;}
}
@media(max-width:1024px){
.list-video .play-list .ytable,
.list-video .play-list .ytable-cell{display: block;}
.list-video .slick-list li .inner{margin: 0 10px;}
.list-video .play-list{padding: 20px 30px;}
.list-video .play-list .slick-arrow{ top: 50%;margin-top: -8px; transform: rotate(-90deg);-webkit-transform: rotate(-90deg);}
.list-video .play-list .slick-prev{left: 5px}
.list-video .play-list .slick-next{right: 5px;}
}
@media(max-width:480px){
.list-video .slick-list li .title{font-size: 12px;}
.list-video .slick-list li .title a:before{background-size: contain;}
.list-video .slick-list li.on .title a:before{width: 26px; height: 26px; margin-bottom: 5px;}
.list-video .slick-list li.off .title a:before{width: 12px;height: 12px;margin-right: 2px;}
.list-video .slick-list li.off .title{padding: 10px;}
.list-video .slick-list li .inner{margin: 0 5px;}
.list-video .play-list{padding: 10px 20px;}
.list-video .play-list .slick-arrow{width: 16px;background-size: contain;}
}

.fliter{border: 1px solid #f5f5f5;}
.fliter .item{position: relative; font-size: 16px;}
.fliter .item:not(:last-child){border-bottom: 1px solid #f5f5f5;}
.fliter .item > *{ line-height: 30px;}
.fliter .item .tit{background: #f5f5f5;font-weight: normal;color: #999;}
.fliter .item:not(:last-child) .tit{border-bottom: 1px solid #fff;}
.fliter .item .more{width: 65px;}
.fliter .item .more span{display: none;position: relative;color: #999; cursor: pointer;margin-right: 10px;}
.fliter .item .more span i{position: absolute; right: 0; top: 50%;border: 1px solid #bbb; width: 11px; height: 11px; margin-top: -5.5px;}
.fliter .item .more span i:before,
.fliter .item .more span i:after{position: absolute; content: '';background: #bbb;  }
.fliter .item .more span i:before{width: 5px; height: 1px;left: 2px; top: 4px;}
.fliter .item .more span i:after{height: 5px; width: 1px;top: 2px; left: 4px;}
.fliter .item .more span.close i:after{display: none;}
.fliter .item .list .inner{overflow: hidden;}
.fliter .item .list dd{float: left; margin-left: 4.5%; margin-right: 1%;}
.fliter .item .list dd a{color: #999; cursor: pointer;position: relative;display: block; /*padding-right: 20px;*/}
/*.fliter .item .list dd a:after{position: absolute; content: '>'; right: 0; top: 0;font-family:'宋体';}*/
.fliter .item .more span.close,
.fliter .item .list dd a:hover,
.fliter .item .list dd.on a{color: #02B5CB;}
@media(min-width:641px){
.fliter .item{display: table; width: 100%;}
.fliter .item > *{display: table-cell;vertical-align: top;padding: 15px 0;}
.fliter .item .tit{width: 120px;padding-left: 22px;padding-right: 5px;}
}
@media(max-width:640px){
.fliter .item{padding-bottom: 10px;}
.fliter .item .list{padding-top: 5px;}
.fliter .item:not(:last-child){margin-bottom: 15px;}
.fliter .item .tit{display: block;padding: 5px 0 5px 10px;}
.fliter .item .more{position: absolute; right: 5px; top: 5px;}
}
@media(max-width:480px){
.fliter .item{font-size: 14px;}
}

.prod-list-tit{position: relative; z-index: 1; margin-bottom: 26px;}
@media(min-width:769px){
.prod-list-tit{padding-right: 45%;min-height: 60px;margin-top: 2%;}
.prod-list-tit .search{position: absolute; right: 0; top: 0;width: 40%;max-width: 360px;padding-right: 60px;}
}
@media(max-width:768px){
.prod-list-tit .search{position: relative; margin-top: 20px;}
}
.prod-list-tit .search .text{width: 100%; line-height: 58px; height: 60px;color: #ccc;padding: 0 15px; border: 1px solid #eee;font-size: 16px;}
.prod-list-tit .search .text.foucs{color: #333;}
.prod-list-tit .search .btn{position: absolute; right: 0; top: 0; width: 60px; line-height: 60px;color: #fff; height: 100%;background: #02B5CB;text-align: center;}
.prod-list-tit .search .btn i{font-size: 18px;}
.prod-list-tit .tit{position: relative;display: inline-block;}
.prod-list-tit .tit i{position: relative; z-index: 4;font-size: 36px;font-style: normal;color: #02B5CB;}
.prod-list-tit .tit:after{display: block; content: ''; height: 6px;background: #ffd957;height: 12px; margin-top: -12px;}
@media(max-width:640px){
.prod-list-tit .tit i{font-size: 28px;}
}
@media(max-width:480px){
.prod-list-tit .search .text{line-height: 48px; height: 50px;}
.prod-list-tit .search .btn{width: 50px; line-height: 50px;}
}

.list-product{padding-top: 4%;}
.list-product li{margin-bottom: 4%;}
.list-product li .inner{transition: 0.3s;}
@media(min-width:769px){
.list-product-2 li{float: left; width:49.0625%;}
.list-product-2 li:nth-child(2n){float: right;}
.list-product-2 li:nth-child(2n+1){clear: left;}
}
.list-product li .s-pic{border-radius: 5px 5px 0 0;display: block;}
.list-product-2 li .s-pic{padding-bottom: 61.02%;border:1px solid #eee;border-bottom:0;}
.list-product li .s-pic img{transition: 0.3s;}
.list-product li:hover .s-pic img{transform: scale(1.12);-webkit-transform: scale(1.12);-ms-transform: scale(1.12);}
.list-product-2 li:hover .s-pic img{transform: scale(1.1);-webkit-transform: scale(1.1);-ms-transform: scale(1.1);}
.list-product li .txt{border-radius: 0 0 5px 5px;border: 1px solid #eee; border-top: 0;padding: 30px;}
.list-product li:hover .inner{box-shadow: 0 0 30px rgba(0,0,0,0.1);}
.list-product li .txt aside{font-size: 18px;}
.list-product li:hover .txt aside a{color: #02B5CB;}
.list-product li .txt pre{line-height: 20px; height: 40px;margin:5px 0 10px 0; color: #999;}
.list-product li .price dt{float: left; line-height: 28px;font-size: 18px;}
.list-product li .price dt span{font-family: '微软雅黑';}
.list-product li .price dd{float: right;}
.list-product li .price dd a{float: left; width: 28px; height: 28px; -webkit-opacity: 0.5;opacity: 0.5;background: url(../images/icon-tm-black.png) no-repeat center center;transition: 0.3s;}
.list-product li .price dd a.jd{background-image: url(../images/icon-jd-black.png);margin-left: 9px;}
.list-product li:hover .price dd a{-webkit-opacity:1;opacity: 1;}
.list-product li:hover .price dd a.tm{background-image: url(../images/icon-tm.png);}
.list-product li:hover .price dd a.jd{background-image: url(../images/icon-jd.png);}

.list-product-4 li .inner{position:relative;}
.list-product-4 li .inner label{position:absolute; width:90px; height:120px;left: -7px;top: -10px;z-index:10;background-position:0 0 ;background-repeat:no-repeat;background-size:contain;}
.list-product-4 li .inner label.label-new{background-image: url(../images/new.png);}
.list-product-4 li .inner label.label-star{background-image: url(../images/star.png); }
@media(max-width:640px){
.list-product-4 li .inner label{width:60px;height:80px;left:-5px;}
}
.list-product-4 li .s-pic{padding-bottom:95.491%;}
@media(min-width:481px){
.list-product-4 li{float: left;}
}
@media(min-width:1281px){
.list-product-4 li{width: 23.5625%;}
.list-product-4 li:not(:nth-child(4n)){margin-right: 1.9166%;}
}
@media(min-width:769px)and (max-width:1280px){
.list-product-4 li{width:31%;}
.list-product-4 li:not(:nth-child(3n)){margin-right: 3.5%;}
}
@media(min-width:481px) and (max-width:768px){
.list-product-4 li{width:48%;}
.list-product-4 li:not(:nth-child(2n)){margin-right: 4%;}
}

/*2020-03-30 卫浴频道页*/
.BathroomCategor{ overflow: hidden; width:100%;}
.BathroomCategor .fl_box{ width:46.88%; float:left; }
.BathroomCategor .fr_box{ width:46.88%; float:right; }
.BathroomCategor .wihe{ width:100%; margin-bottom:8%; position: relative; overflow:hidden; float:left;}
.BathroomCategor .wihe .pic{ overflow: hidden; }
.BathroomCategor .wihe .pic img{transition: 0.3s;}
.BathroomCategor .wihe .pic:hover img{transform: scale(1.12);-webkit-transform: scale(1.12);-ms-transform: scale(1.12);}
.BathroomCategor .wihe .text{ padding-top:30px; color:#999999; font-size:16px; width:100%; position: relative; float:left;}
.BathroomCategor .wihe .text .fl{ width:70%;}
.BathroomCategor .wihe .text .title{ display:inline-block; }
.BathroomCategor .wihe .text .title i{position: relative; z-index: 4;font-size: 36px;font-style: normal;color: #02B5CB;}
.BathroomCategor .wihe .text .title:after{display: block; content:''; height: 6px;background: #ffd957;height: 12px; margin-top: -12px;}
.BathroomCategor .wihe .text .miaos{ margin:10px 0; line-height:30px; }
.BathroomCategor .wihe .text .more{ position:absolute; top:50%; right:0; max-width:160px; width:28%; line-height:50px; margin-top:0; transform: translateY(-50%);-webkit-transform: translateY(-50%);-ms-transform: translateY(-50%);}
.BathroomCategor .wihe .text .more:hover span{ color:#02B5CB; }
@media(max-width:1025px){
.BathroomCategor .wihe .text{ padding-top:15px; }
.BathroomCategor .wihe .text .title i{ font-size:28px; }
.BathroomCategor .wihe .text .fl{ width:100%; }
.BathroomCategor .wihe .text .more{ line-height:40px; position:inherit; transform: translateY(0);-webkit-transform: translateY(0);-ms-transform: translateY(0); }
}
@media(max-width:640px){
.BathroomCategor .fl_box{ width:48%;}
.BathroomCategor .fr_box{ width:48%; }
.BathroomCategor .wihe{ margin-bottom:30px; }
.BathroomCategor .wihe .text{ padding-top:10px; }
.BathroomCategor .wihe .text .title i{ font-size:20px; }
.BathroomCategor .wihe .text .fl{ width:100%; }
.BathroomCategor .wihe .text .miaos{ font-size:15px; line-height:25px; }
.BathroomCategor .wihe .text .more{ width:70%; line-height:30px; position:inherit; transform: translateY(0);-webkit-transform: translateY(0);-ms-transform: translateY(0); }
.BathroomCategor .wihe .text .more span{ font-size:14px; }
}


/*2020-03-29 瓷砖频道页*/
.CeramicBox{ overflow: hidden; width:100%;}
.CeramicBox .box_we{ width:100%; margin-bottom:3.3%; position: relative; overflow:hidden; }
.CeramicBox .box_we .back_f{ background-color:#f9f9f9; width:100%; float:left;}
.CeramicBox .box_we .pic{ width:57%; float:left; }
.CeramicBox .box_we .pic span{ display:none; }
.CeramicBox .box_we:nth-child(2n) .pic{ float: right; }
.CeramicBox .box_we .text{ font-size:16px; color:#555555; position: absolute; width:33%; top:50%; right:5%; transform: translateY(-50%);-webkit-transform: translateY(-50%);-ms-transform: translateY(-50%); }
.CeramicBox .box_we:nth-child(2n) .text{ right:auto; left:5%; }
.CeramicBox .box_we .miaos{ margin:4% 0; line-height:30px; }
.CeramicBox .box_we .Small_img{ margin-bottom:4%; }
.CeramicBox .box_we .Small_img span{ cursor: pointer; border:solid 3px #fff; width:19.2%; display:inline-block; margin-right:3%; vertical-align: middle; }
.CeramicBox .box_we .Small_img span.on{ border-color:#02B5CB; }
.CeramicBox .title{ display:inline-block; }
.CeramicBox .title i{position: relative; z-index: 4;font-size: 36px;font-style: normal;color: #02B5CB;}
.CeramicBox .title:after{display: block; content:''; height: 6px;background: #ffd957;height: 12px; margin-top: -12px;}
.CeramicBox .more a{ cursor: pointer; margin:20px 20px 0 0; display:inline-block; overflow: hidden; line-height:40px; text-align: center; width:160px; }
@media(max-width:1200px){
.CeramicBox .more a{ width:120px; line-height:35px; }
}
@media(max-width:1025px){
.CeramicBox .box_we{ padding:3% 0; }
.CeramicBox .box_we .text{ width:35%; }
.CeramicBox .more a{ width:43%; margin:20px 5% 0 0; line-height:35px; }
}
@media(max-width:640px){
.CeramicBox{ border-bottom:none; }
.CeramicBox .box_we .pic{ width:100%; }
.CeramicBox .box_we{ margin-bottom:9%; padding-bottom:9%; }
.CeramicBox .title i{ font-size:30px; }
.CeramicBox .box_we .text{ float:left; margin-top:5%; position:inherit; width:100%; top:auto; right:auto; transform: translateY(0);-webkit-transform: translateY(0);-ms-transform: translateY(0);}
.CeramicBox .box_we:nth-child(2n) .text{ left:auto; }
.CeramicBox .box_we .Small_img span{ cursor: pointer; width:23%; }
.CeramicBox .more a{ font-size:14px; }
}

.prod-info .main{background: #f5f5f5;}
.prod-info .left .slick-list li .s-pic{padding-bottom: 63.83%;}
.prod-info .left .slick-dots{position: absolute; z-index: 10; left: 0; width: 100%; bottom: 5%;text-align: center;}
.prod-info .left .slick-dots li{display: inline-block;border-radius: 50%; background: #fff; margin: 0 10px;width: 12px; height: 12px; cursor: pointer;}
.prod-info .left .slick-dots li button{display: none;}
.prod-info .left .slick-dots li.slick-active{background: #001f50;}
.prod-info .right .inner{ margin: 0 auto; width:96%;font-size: 16px;color: #999;padding: 5% 0;}
@media(min-width:1025px){
.prod-info .left{float: left;width: 58.75%;}
.prod-info .right{float: right;width: 41.25%;}
.prod-info .right .inner{max-width: 510px;}
}
@media(max-width:1024px){
.prod-info .right{}
}
.prod-info .name{font-size: 30px;color: #333;}
.prod-info .size{padding: 25px 0 45px 0; border-bottom: 1px solid #ddd; margin-bottom: 30px;}
.prod-info .size span{word-break: break-all;}
.prod-info .size span:not(:last-child){margin-right: 40px;}
.prod-info .right .inner > b.f-fz-2{color: #666;display: block;padding-bottom: 25px;}
.prod-info .price{margin-top: 9%;}
.prod-info .price dt{float: left;color: #02B5CB;font-family: '微软雅黑';}
.prod-info .price dt span{font-size: 36px;word-break: break-all;}
.prod-info .price dd{float: right;line-height: 30px;color: #666;padding-top: 5px;}
.prod-info .price dd.after{display: none;float:left;line-height: 50px;}
.prod-info .price dd.after a{padding: 0 50px;line-height:48px;height:48px;float:left;width:auto;margin:0;}
.prod-info .price dd.after a.home-more span:after{background-image: url(../images/jiao-4.gif);}
.prod-info .price dd.after a.home-more:hover span:after{background-image: url(../images/jiao-3.gif);}

.prod-info .price dd.before a{display: inline-block; margin-left: 10px; width: 30px; height: 30px;background: url(../images/icon-tm-black.png) no-repeat center center;opacity: 0.5;-webkit-opacity: 0.5;transition: 0.3s; vertical-align: middle;}
.prod-info .price dd a.jd{background-image: url(../images/icon-jd-black.png);}
.prod-info .price dd a:hover{opacity: 1;-webkit-opacity: 1;}
.prod-info .price dd a.jd:hover{background-image: url(../images/icon-jd.png);}
.prod-info .price dd a.tm:hover{background-image: url(../images/icon-tm.png);}
.prod-info .title{font-size: 36px; margin-top: 5%; padding: 1.5% 0; margin-bottom: 4%;border-bottom: 1px solid #ddd;}


@media(min-width:1025px){
.list-search{min-height: 300px;}
}
.list-search li{ box-shadow: 0 0 5px rgba(0,0,0,0.1); padding: 15px;border-radius: 4px;line-height: 22px;font-size: 12px;}
.list-search li:not(:last-child){margin-bottom: 20px;}
.list-search li aside{font-size: 18px; margin-bottom: 5px;min-height: 30px; min-height: 30px;}
.list-search li aside a{font-family: "fzltzchjw";}
.list-search li span{display:inline-block;color: #fff; margin-right: 20px;padding: 0 10px;background: #666;}
.list-search li time{display:inline-block; padding-left: 20px; background: url(../images/time2.png) no-repeat left center;}
.list-search li:hover aside a{color: #02B5CB;}
.list-search li:hover span{background: #02B5CB;}
@media(min-width:769px){
.list-search li{float: left;width: 48%;}
.list-search li:nth-child(2n){float: right;}
}

.get-search{ max-width: 700px; width: 80%; margin: 0 auto 5%;position: relative;  }
.get-search .text{line-height: 48px; font-size: 18px;width: 100%; height: 60px; background: none;color: #999;border: 1px solid #eee; box-shadow: 0 0 10px rgba(0,0,0,0.2);padding-right: 80px; padding-left: 30px;border-radius: 30px;transition: 0.3s;}
.get-search .text.focus{color: #333;}
.get-search:hover .text{box-shadow:0 0 10px rgba(0,66,142) }
.get-search .btn{position: absolute;right: 0; top: 0; width:80px; line-height: 60px;text-align: center;}
.get-search .btn i{font-size: 24px;color: #333;}
.get-search:hover .btn i{color: #02B5CB;}


.list-links li{float: left;  text-align: center; margin-bottom: 2%;}
.list-links li .pic{padding-bottom: 50%; border: 1px solid #eee;position: relative;}
.list-links li .pic .inner{position: absolute; left: 0; top: 0; width: 100%; height: 100%;}
.list-links li aside{font-size: 16px;margin: 15px 0;}
@media(min-width:1025px){
.list-links li{width: 18.4%;}
.list-links li:not(:nth-child(5n)){margin-right: 2%;}
}
@media(min-width:481px) and (max-width:1024px){
.list-links li{width: 32%;}
.list-links li:not(:nth-child(3n)){margin-right: 2%;}
}
@media(max-width:480px){
.list-links li{width: 49%;}
.list-links li:not(:nth-child(2n)){margin-right: 2%;}
}

.search-body .top-search{display: block!important;opacity: 1!important;}
.search-body .list-product{padding-top: 0;}
@media(max-width:1024px){
.search-body .top-right dd.icon{display: none;}
}

.result{padding-top: 5%;margin-bottom: 3%;border-bottom: 1px solid #eee;line-height: 22px;color: #999;font-size: 16px;}
.result ul li,
.result > *{float: left;}
.result .key{}
.result ul li{margin-left: 50px; }
.result ul li a{display: block;padding-bottom: 24px;border-bottom: 2px solid  transparent;color: #999;cursor: pointer;}
.result ul li.on a{border-bottom-color: #02B5CB;color: #02B5CB;font-weight: bold;}
@media(max-width:640px){
.result ul li{margin-left:20px; }
}

.search-body .list-news{margin: 0;}
.search-body .list-news li{margin-bottom: 2%;}
.search-body .list-news li .inner{margin: 0;}
.search-body .list-news li .txt aside{font-size: 18px;}
.search-body .list-news li .Ispic{padding-bottom: 82%;display: block;}
@media(min-width:1201px){
.search-body .list-news li{width: 23.5%; }
.search-body .list-news li:not(:nth-child(4n)){margin-right: 2%;}
}
@media(min-width:769px) and (max-width:1200px){
.search-body .list-news li{width:32%; }
.search-body .list-news li:not(:nth-child(3n)){margin-right: 2%;}
}
@media(min-width:641px) and (max-width:768px){
.search-body .list-news li{width: 49%; }
.search-body .list-news li:not(:nth-child(2n)){margin-right: 2%;}
}
@media(min-width:641px){
.search-body .list-news li{float: left;}
}

/*首页价格先隐藏*/
.home-banner .price{display: none;}
.home-box4 .box .price dd,
.home-box4 .right .box .price dd{opacity: 0;}



/*jiameng*/
.join_main{ color:#666; line-height:24px;}
.join_main .name{ font-size:40px; color:#02B5CB; line-height:50px;}
.join_main .name b{ position:relative; display:inline-block; z-index:5}
.join_main .name span{ display:inline-block; position:relative;}
.join_main .name span:before{ position:absolute; bottom:6px; z-index:1; display:inline-block; content:''; width:100%; height:10px; background-color:#ffd957;}
.join_main .info{ position:relative;}
.join_item1{ position:relative}
.join_item1 .box3{ background-color:#f5f5f5; padding:5%;}
.join_item1 .txt{ font-size:16px; line-height:36px;}

.join_item2{ padding:5% 0}
.join_item2 .name{ padding-bottom:3%;}
.join_item2 .auto-inner{ max-width:1400px;}
.join_item2 .txt ul li{ float:left; width:25%; height:300px; display:table; position:relative;}
.join_item2 .txt ul li .box{ display:table-cell; vertical-align:middle; padding:10%}
.join_item2 .txt ul li:nth-child(1),
.join_item2 .txt ul li:nth-child(3),
.join_item2 .txt ul li:nth-child(6),
.join_item2 .txt ul li:nth-child(8){ background-color:#f5f5f5}
.join_item2 .txt ul li:nth-child(1) .num b:before,
.join_item2 .txt ul li:nth-child(3) .num b:before,
.join_item2 .txt ul li:nth-child(6) .num b:before,
.join_item2 .txt ul li:nth-child(8) .num b:before{ background:none;}
.join_item2 .txt ul li .num{ text-align:center; color:#02B5CB; font-weight:bold; padding-bottom:30px; position:relative; z-index:5;transition: 1s;-webkit-transition: 1s;-ms-transition: 1s;}
.join_item2 .txt ul li .num b{font-size:40px; display:inline-block; width:80px; height:80px; line-height:80px; position:relative;}
.join_item2 .txt ul li .num b:before{ content:''; left:0; border:solid 1px #dfe5ec; width:100%; height:100%; background-color:#fefefe; z-index:-1; position:absolute; transform: rotate(45deg);}
.join_item2 .txt ul li .tip{ padding:12px 0; text-align:center; font-size:18px; color:#02B5CB; font-weight:bold;}
.join_item2 .txt ul li .show{font-size:16px; line-height:30px; display:none;}
.join_item2 .txt ul li:hover{background:#02B5CB;}
.join_item2 .txt ul li:hover .num{ position:absolute; right:10px; top:5px; color:#1a559a;}
.join_item2 .txt ul li:hover .num b:before{ display:none}
.join_item2 .txt ul li:hover .tip{ color:#fff; text-align:left}
.join_item2 .txt ul li:hover .show{ display:block; color:#fff; }

.join_item3{ background-color:#f5f5f5; padding-bottom:8%}
.join_item3 .auto-inner{max-width:1400px;}
.join_item3 .bg{padding:5% 0; background:no-repeat right top; }
.join_item3 .tel{ font-size:20px; color:#02B5CB; padding:20px 0}
.join_item3 .tel b{ font-size:30px;}
.join_item3 .txt{ padding:3% 0 0 0;}
.join_item3 .txt ol{font-size:24px;color:#02B5CB;padding-bottom:34px;}
.join_item3 .txt ul li{font-size:18px; line-height:36px;margin-bottom:60px;}
.join_item3 .txt ul li b{ display:block; color:#02B5CB; font-size:24px; font-weight:normal; padding-bottom:10px;}
@media(min-width:1025px){
.join_item3 .txt ul{float:left;width:50%;}
.join_item3 .txt ul:nth-child(2) > *{max-width:424px;margin-left:auto;margin-right:auto;}
}
@media(min-width:481px){
.join_item3 .txt ul:nth-child(1) li{float:left;width:48%;}
.join_item3 .txt ul:nth-child(1) li:nth-child(2n){float:right;}
.join_item3 .txt ul:nth-child(1) li:nth-child(2n+1){clear:left;}	
}


.join_item4{ margin-top:-10%;}
.join_item4 .auto-inner{ background:#05438c no-repeat right top}
.join_item4 .form{ max-width:1160px; margin:auto; color:#fff; padding:4% 0; width:96%;}
.join_item4 .name{ color:#fff; text-align:center}
.join_item4 .name span:before{opacity:0.5}
.join_item4 .tab{ line-height:40px; border-bottom:solid 1px #4877ae; padding:0 26px; margin-bottom:3%; padding-top:2%}
.join_item4 .tab a{ color:#fff; font-size:24px; position:relative; display:inline-block; padding:0px 5px;}
.join_item4 .tab a.on:after{ content:''; width:100%; position:absolute; display:block; border-bottom:solid 3px #ffd957;}
.join_item4 .tab a:nth-child(1){ margin-right:60px}
.join_item4 .item{ position:relative; line-height:40px; padding-left:90px; margin-bottom:20px; background:rgba(250,250,250,0.2);}
.join_item4 .item b{ position:absolute; left:10px; font-weight:normal; font-size:16px;}
.join_item4 .item .text{ color:#fff; width:100%; background:none; border:none; height:40px; line-height:40px;}
.join_item4 .item textarea.text{ height:150px;}
.join_item4 .item select{ width:100%; height:40px; line-height:40px; background:none; color:#fff; border:none}
.join_item4 .item select option{ color:#222; }
.join_item4 .item img{ height:40px; margin:0 20px;}
.join_item4 .end .item{ background:none}
.join_item4 .end .item .text{ max-width:145px; background:rgba(250,250,250,0.2);}
.join_item4 .item.n05,
.join_item4 .item.n10{ padding-left:120px}
.join_item4 .item.n09{ padding-left:155px}
.join_item4 .item .btn{ color:#fff; background:#cd9f00; border:none; cursor:pointer; font-size:18px; width:145px; height:40px; border-radius: 2px;}

.join_item5{ padding:7% 0}
.join_item5 .name{ position:absolute; width:100%; top:50%; text-align:center; color:#fff; margin-top:-25px;}
.join_item5 .name span:before{opacity:0.5}
.join_item5 .photo{ text-align:center; padding:3% 0; background:no-repeat center center; background-size:56.8%;}
.join_item5 .photo img{ width:38.688%}
.join_item5 .txt ul li{ position:absolute;max-width:370px;}
.join_item5 .txt ul li .tip{ padding:20px; background-color:#f5f5f5; font-size:16px; position:relative;}
.join_item5 .txt ul li .num{ position:absolute; font-size:40px; color:#02B5CB; line-height:50px;}
.join_item5 .txt ul li.n1{ top:0}
.join_item5 .txt ul li.n2{ top:32%;}
.join_item5 .txt ul li.n3{ bottom:30%;}
.join_item5 .txt ul li.n4{ bottom:0}
.join_item5 .txt1 ul li.n1,
.join_item5 .txt1 ul li.n4{ left:5%}
.join_item5 .txt1 ul li.n2,
.join_item5 .txt1 ul li.n3{ left:0}
.join_item5 .txt2 ul li.n1,
.join_item5 .txt2 ul li.n4{ right:5%}
.join_item5 .txt2 ul li.n2,
.join_item5 .txt2 ul li.n3{ right:0}
.join_item5 .txt ul li.n1,
.join_item5 .txt ul li.n4{  width:24%;}
.join_item5 .txt ul li.n2,
.join_item5 .txt ul li.n3{ width:20%;}
.join_item5 .txt ul li .tip:after{ content:''; position:absolute; bottom:0; border:solid 10px transparent; border-bottom-color:#f5f5f5}
.join_item5 .txt1 ul li .tip:after{ right:-10px}
.join_item5 .txt2 ul li .tip:after{ left:-10px;}
.join_item5 .txt1 ul li .num{ right:-70px}
.join_item5 .txt2 ul li .num{ left:-70px;}

@media(min-width:1600px){
.join_item1 .box2{ padding-left:15%;}
}
@media(min-width:1024px){
.join_item1 .info{ position:absolute; width:50%; height:100%;}
.join_item1 .box{ display:table; width:100%; height:100%;}
.join_item1 .box2{ display:table-cell; vertical-align:middle;}
.join_item1 .box3{ padding:12% 8%;}
.join_item1 .photo{ padding-left:50%;}
}
@media(min-width:768px){
.join_item4  .hang3 .item,
.join_item4  .hang4 .item{ width:24%; float:left; margin-right:1.333%;}
.join_item4  .hang3 .item:nth-child(1){ width:49.333%;}
.join_item4  .hang3 .item:last-child,
.join_item4  .hang4 .item:last-child{ margin-right:0}
.join_item4 .item select{ text-align:right}
}

@media(max-width:1400px){
.join_item5 .txt ul li .num{ font-size:30px;}
.join_item5 .txt ul li .tip{ font-size:15px;}
.join_item5 .txt1 ul li .num{ right:-50px}
.join_item5 .txt2 ul li .num{ left:-50px;}
}
@media(max-width:1280px){
.join_main .name{ font-size:30px;}

.join_item2 .txt ul li .show{ font-size:16px; line-height:26px;}	
.join_item2 .txt ul li .num b{ font-size:30px; width:50px; height:50px; line-height:50px; }

.join_item5 .photo{ padding:12% 0}
.join_item5 .txt ul li.n1,
.join_item5 .txt ul li.n4{ width:40%;}
}
@media(max-width:960px){
.join_main .name{ font-size:24px;}

.join_item1 .txt{ font-size:14px; line-height:24px;}
.join_item2 .txt ul li .show{ font-size:14px; line-height:20px;}
.join_item2 .txt ul li .num{ padding-bottom:15px;}
.join_item2 .txt ul li .num b{ font-size:20px}
.join_item2 .txt ul li .tip{ font-size:16px;}
.join_item3 .txt ul li{ width:50%;font-size:16px;}
.join_item3 .txt ul li b{ font-size:18px;}
.join_item4 .tab a{ font-size:18px;}
.join_item5 .txt1 ul li.n1,
.join_item5 .txt1 ul li.n4{ left:2%}
.join_item5 .txt2 ul li.n1,
.join_item5 .txt2 ul li.n4{ right:2%}
.join_item5 .txt ul li .tip{ font-size:14px;}
.join_item5 .txt ul li .num{ font-size:20px;}
}
@media(max-width:640px){
.join_main .name{ font-size:20px;}
.join_main .name span:before{ height:4px;}

.join_item2 .txt ul li{ width:100%; float:none; height:auto}
.join_item2 .txt ul li:nth-child(odd){ background-color:#f5f5f5!important}
.join_item2 .txt ul li:nth-child(even){ background-color:#fff!important}
.join_item2 .txt ul li:hover{background:#02B5CB!important;}
.join_item2 .txt ul li .box{ padding:5%}
.join_item2 .txt ul li .show{ display:block}

.join_item3 .bg{  background-size:80%}
.join_item3 .tel{ font-size:16px;}
.join_item3 .tel b{ font-size:18px;}
.join_item3 .txt ul li{ width:100%; padding-bottom:5%; line-height:14px; line-height:24px;}
.join_item3 .txt ul li b{ font-size:18px;}


.join_item5 .name{ position:inherit; color:#02B5CB}
.join_item5 .name span:before{opacity:1}
.join_item5 .photo{ background:none!important; padding:2% 0}
.join_item5 .txt{ padding:0px 30px;}
.join_item5 .txt ul li{ padding:2% 0; position: relative; width:100%!important; max-width:none}
.join_item5 .txt ul li .tip{padding:10px;}
.join_item5 .txt1 ul li{ left:0!important;}
.join_item5 .txt2 ul li{ right:0!important;}
.join_item5 .txt1 ul li .num{ right:-30px}
.join_item5 .txt2 ul li .num{ left:-30px}

.join_item4 .end .item .text{ width:92px;}
.join_item4 .item img{margin:0 5px;}
.join_item4 .item .btn{margin-top:10px;}
}


.booking-fixed{position:fixed; left:-100%;opacity:0; top:0; width:100%;height:100%;z-index:200; transition:opacity 0.3s; background:rgba(0,0,0,0.3);}
.booking-fixed.show{opacity:1; left:0;}
.booking-fixed .ytable{display:table;width:100%;height:100%;}
.booking-fixed .ytable-cell{display:table-cell; vertical-align:middle;}

.booking-fixed .box {position:relative; background:rgba(0,66,142,0.95); width:95%; max-width:900px;border-radius:10px; margin:0 auto;}
.booking-fixed .form{position:relative; width:96%; max-width:500px; margin:0 auto;padding-top:48px;}
.booking-fixed .close{position:absolute; width:40px; height:40px; right:20px; top:20px; cursor:pointer;background:url(../images/from-close.png) no-repeat center center; z-index:20;}

.booking-fixed h2 {color:#fff; text-align:center; font-size:36px;}
.booking-fixed h2 i{font-style:normal;position:relative;z-index:10;}
.booking-fixed h2 span{display:inline-block;position:relative;}
.booking-fixed h2 i:before{position:absolute; content:''; width:100%; height:11px;background:rgba(255,255,255,0.2);left:0; bottom:3px;}

.booking-fixed dd .text-area {position:relative;font-size:16px;}
.booking-fixed dd .text-area label{position:absolute; left:0;top:0;color:#fff;line-height:60px;padding:0 10px;font-weight:100;}
.booking-fixed dd .text-area .text{display:block;padding:0 10px; width:100%; border:none; background:none; border-bottom:1px solid rgba(255,255,255,.3); height:60px; line-height:60px; font-size:16px; color:#fff;}
.booking-fixed .row-2 dd{float:left; width:48%;}
.booking-fixed .row-2 dd:nth-child(2n){float:right;}
.booking-fixed dd select {padding:0 10px;background-color:rgba(255,255,255,.22);background-image:url(../images/from-select.png);border:none;height:60px; line-height:60px;font-size:16px;color:#fff;margin-top:10px;display:block!important;width:100%; background-position:right 10px center;}
.booking-fixed dd select option{color:#333;}
.booking-fixed .dd-code {position:relative;padding-right:200px;}
.booking-fixed .dd-code img{position:absolute; width:172px; height:44px; bottom:0; right:0;}

.booking-fixed dt {padding:50px 33px;text-align:center;}
.booking-fixed dt .btn {cursor:pointer; font-size:16px;  width:200px; height:50px; background:#ff9c00; color:#fff; border:none;}
.booking-fixed dt .btn:after{display:inline-block; width:33px; height:13px;content:'';background:url(../images/from-btn.png) no-repeat right center;}
@media(max-width:480px){
	.booking-fixed h2{margin:0;}
}

.column-video-list{padding-top:3%;}
.column-video-list li{float:left;  cursor:pointer;}
.column-video-list li .txt{padding:20px;border:1px solid #eee;font-size:16px; transition:0.3s;}
.column-video-list li .Ispic{padding-bottom:59%;position:relative;}
.column-video-list li .Ispic:before{position:absolute; content:''; left:0;top:0; width:100%;height:100%;background:url(../images/play.png) no-repeat center center rgba(0,66,142,0.3);background-size: auto 20%;transition:0.3s;}
.column-video-list li:hover .txt{color:#fff;background:rgb(0,66,142);border-color:rgb(0,66,142);}
.column-video-list li:hover .Ispic:before{opacity:0;}
@media(min-width:769px){
.column-video-list li{width:31%;margin-bottom:3.5%;}
.column-video-list li:not(:nth-child(3n)){margin-right:3.5%;}
}
@media(max-width:768px){
.column-video-list li{width:49%;margin-bottom:2%;}
.column-video-list li:not(:nth-child(2n)){margin-right:2%;}
}

.video-box{ position:fixed; top:0; left:0; width:100%; height:100%; z-index:300; background:rgba(0,0,0,0.85);}
.video-box .close{ cursor:pointer; width:40px; height:40px; position:fixed; z-index:4; right:20px; top:20px;}
.video-box .close::before,
.video-box .close::after{ position:absolute; content:''; width:80%; left:10%; height:3px; top:50%; margin-top:-1.5px; background:#fff; transform:rotate(-45deg);-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);}
.video-box .close::before{ transform:rotate(45deg);-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);}
.video-box .ytable-cell{ text-align:center;}

.video-box .files{ width:90%; max-width:1200px; margin: 0 auto;padding-bottom: 37%;position: relative;}
.video-box .files > *{position: absolute; left: 0; top: 0;}
.video-box .files video{object-fit:cover;}

.video-box .title{font-size: 24px;color: #fff;padding-bottom: 20px;}

.contact_con .box-item{color:#555}
.contact_con .box-item .c_box{border:1px solid #eee;padding: 4% 0; position: relative;}
.contact_con .box-item .c_box.mapbox {padding: 0}
.contact_con .box-item .c_box .map {height: 300px;}
.contact_con .box-item .c_box .map #map {height: 100%;}
.contact_con .tit{font-size:30px;color:#02B5CB;display:table;}
.contact_con .tit span{position:relative; z-index:2;}
.contact_con .tit:after{display:block; width:100%;background:#ffd957;height:10px;content:'';margin-top:-10px;}
.contact_con .inner{margin:0 5% 0 10%;}
.contact_con .inner p{line-height:36px;font-size:16px;;margin:30px 0;}
.contact_con ul li{ margin-bottom:5%;line-height:30px;}
.contact_con ul li aside.t-1{font-size:20px;color:#02B5CB;margin-bottom:10px;}
@media(min-width:769px){
.contact_con ul li{float:left;width:47%;margin-right:3%;}
.contact_con ul li:nth-child(2n+1){clear:left;}
.contact_con ul li:nth-child(3){float:left;width:47%;margin-right:3%;},
.contact_con ul li:nth-child(4){float:left;width:47%;margin-right:3%;margin-bottom:0;}
}
@media(min-width:1025px){
.contact_con .box-item{display:table; width:100%;table-layout:fixed;}
.contact_con .box-item:not(:first-child){margin-top:-1px;}
.contact_con .box-item .c_box{display:table-cell;vertical-align:middle;}
.contact_con .box-item:nth-child(2n) .c_box:nth-child(1),
.contact_con .box-item:nth-child(2n-1) .c_box:nth-child(2){background-color:#f5f5f5;}
.contact_con .box-item:nth-child(2n) .c_box:nth-child(1){border-right-color:transparent;}
.contact_con .box-item:nth-child(2n-1) .c_box:nth-child(2){border-left-color:transparent;}
.contact_con .box-item .c_box .map {position: absolute !important; left: 0; top: 0; width: 100%; height: 100%;}
}
@media(max-width:1024px){
.contact_con .inner{min-height:inherit !important;margin:0 3%;}
.contact_con .box-item .c_box:nth-child(2n){background-color:#f5f5f5;}
.contact_con .box-item .c_box{margin-top:-1px;}
}
@media(max-width:768px){
.contact_con ul li:last-child{margin-bottom:0;}
}
@media(max-width:480px){
.contact_con .tit{font-size:22px;}
.contact_con .inner p{line-height:30px;font-size:15px;}
.contact_con .tit:after{margin-top:-13px;}
}

.Service{padding-bottom:15%;color:#666;font-size:16px;}
.Service > p{text-align:center;padding:30px 0 40px 0;}
.Service .pic{max-width:459px;margin:0 auto; width:90%;position:relative;}
.Service .pic > .inner{position:relative;}
.Service .pic .bg{display:block; width:100%;}
.Service .pic .logo{position:absolute;top:24.8975%; height:57.205%; left:0; text-align:center; width:100%;}
.Service .pic .logo img{height:100%;}

.Service .tit{display:table; }
.Service .tit:after{background:#ffd957; display:block;content:'';height:10px;margin-top:-15px;}
.Service .tit span{position:relative;z-index:10;color:#02B5CB;font-size:24px;font-family: "FZLTCHJW";}
.Service .tit span b{font-size:60px;}
@media(min-width:1025px){
.Service .pic dd .icon{width:28px; display:block;position:relative;height:28px;border-radius:50%;background:rgba(0,51,90,0.1);}
.Service .pic dd .icon:after{position:absolute;content:'';width:12px;height:12px;border-radius:50%;background:#02B5CB; left:50%;top:50%;margin:-6px 0 0 -6px;}
.Service .pic dd .inner,
.Service .pic dd{position:absolute;}
.Service .pic dd{top:50%; }
.Service .pic dd:nth-child(3){top:100%;left:50%;margin-left:-14px;margin-top:-14px;}
.Service .pic dd:nth-child(1){left:-14px;margin-top:-10px;}
.Service .pic dd:nth-child(2){right:-14px;margin-top:-12px;}
.Service .pic dd .inner{width:495px;text-align:center;top:50%;transform: translateY(-50%);-webkit-transform: translateY(-50%);-ms-transform: translateY(-50%);}
.Service .pic dd:nth-child(1) .inner{right:100%;}
.Service .pic dd:nth-child(2) .inner{left:100%;}
.Service .pic dd:nth-child(3) .inner{left:50%; margin-top:50px; top:100%;transform:translateX(-50%) translateY(0);-webkit-transform:translateX(-50%) translateY(0);-ms-transform:translateX(-50%) translateY(0);}
.Service .tit{ margin:0 auto;}
}
@media(min-width:1025px) and (max-width:1366px){
.Service .pic dd .inner{width:240px;padding:0 20px;}
.Service .pic dd:nth-child(3) .inner{width:495px;padding:0;}
}
@media(max-width:1024px){
.Service{padding-bottom:5%;}
.Service > p{padding-bottom:20px;}
.Service .pic > .inner{padding-bottom:50px;}
}

.ul-sitemap li{border:1px solid #eee;padding:3% 0;}
.ul-sitemap li.no{width:3.875%;border:0;}
.ul-sitemap li > span{width:176px;line-height:50px;background:#02B5CB;font-size:24px;display:inline-block;padding-left:38px;}
.ul-sitemap li > span a{color:#fff;}
.ul-sitemap li dl{padding-left:38px;padding-top:20px;}
.ul-sitemap li dl dd{float:left;line-height:22px;padding:7px 0;font-size:16px;}
.ul-sitemap ul:nth-child(1) li:nth-child(1),
.ul-sitemap ul:nth-child(2) li:nth-child(3),
.ul-sitemap ul:nth-child(3) li:nth-child(1){background:url(../images/sitemap.png) no-repeat center top;background-size:100% auto;}
.ul-sitemap ul:nth-child(1) li:nth-child(1){background-position:center 34%;}
@media(min-width:1441px){
.ul-sitemap li dl dd{width:20%;}
.ul-sitemap li dl dd:nth-child(5n+1){clear:left;}
}
@media(min-width:1025px) and (max-width:1440px){
.ul-sitemap li dl dd{width:33.3333%;}
.ul-sitemap li dl dd:nth-child(3n+1){clear:left;}
}
@media(min-width:1025px){
.ul-sitemap ul{margin-bottom:3%;}
.ul-sitemap ul{display:table; width:100%; table-layout:fixed;}
.ul-sitemap li{display:table-cell; vertical-align:top;width:48.0625%;}
}
@media(max-width:1024px){
.ul-sitemap li{margin-bottom:3%;}
.ul-sitemap li.no{display:none;}
}
@media(min-width:480px) and (max-width:1024px){
.ul-sitemap li dl dd{width:33.3333%;}
.ul-sitemap li dl dd:nth-child(3n+1){clear:left;}
}
@media(max-width:480px){
.ul-sitemap li dl dd{width:100%;}
}

.terms{padding-top: 4.6875%;padding-bottom: 4%}
.terms .page_tit{text-align: center;margin-top: 0; margin-bottom:  3.75%;font-size: 36px;color: #02B5CB;font-weight: normal;}
.terms .page_tit span{position: relative;    line-height: 36px;display: inline-block;}
.terms .page_tit span::after{content:"";display: block;	height: 8px;background-color: #fcd95b;position: absolute;left: -4px;right: -4px;bottom: 0;margin: auto;z-index: -1;}
.terms  .item{float: left;width: 47.5%;margin-right: 5%;position: relative;border-right: 10px;background: url("../images/term-bg.png") no-repeat top center; background-size: cover;padding: 3% 3.25% 5.5% 4.6%}
.terms  .item:nth-child(2n){margin-right: 0; }
.terms  .item .icon{position: absolute;display: inline-block;top: 0;left: 4.6%;width: 12.8%;transform: translateY(-54%);-webkit-transform: translateY(-54%);-ms-transform: translateY(-54%);}
.terms  .item_tit{	font-size: 24px;font-weight: normal;color: #02B5CB;margin: 0;}
.terms  .item_tit span{display: inline-block;position: relative;}
.terms  .item_tit span::after{content:"";display: block;height: 6px;background-color: #fcd95b;position: absolute;left: -4px;right: -4px;bottom: 0;margin: auto;z-index: -1;}
.terms .item_tit .num{font-style: normal;font-family: "FZLTCHJW";}
.terms  .txt{	font-size: 16px;  line-height: 28px;  color: #555555;margin-top: 30px;}
.terms  .table{border:1px solid #92afcf;text-align: center;	font-size: 16px;font-weight: normal;color: #555555;}
.terms  .table tbody tr:first-child{background-color: #02B5CB;}
.terms  .table th,.terms  .table td{border:1px solid #92afcf;padding: 10px;}
.terms  .table th{border:1px solid #2d64a2}
.terms  .table th{	font-size: 16px;font-weight: lighter;color: #ffffff;}
.terms  .table th:first-child,.terms  .table td:first-child{width:20.625%; }
.terms  .table th:nth-child(2),.terms  .table td:nth-child(2){width:65.937%;}
.terms  .table th:nth-child(3),.terms  .table td:nth-child(3){width:13.4375%;}
.terms  .table .color_00428e,.terms  .table td:last-child{color: #02B5CB;font-weight: bold;background-color: #f4f7fb;}
.terms  .table tr:last-child td{color: #555;background-color: transparent;font-weight: lighter;}
.terms  .code{position: relative;padding-right: 260px}
.terms  .code .pic{position: absolute;right: 0;width: 260px;text-align: center;color: #999;line-height: 40px;}
.terms .item4 .txt  p{margin: 30px 0;}
.terms .item5{margin-right: 0;}
.terms .item5 .txt{line-height: 36px;}

@media (max-width: 1024px) {
	.terms .item{width: 100%;margin-right: 0;}
}
@media (max-width: 640px){

	.terms .page_tit{font-size: 30px;left: 30px;}
	.terms .page_tit span::after{height: 4px;}
	.terms .item_tit{font-size: 20px;padding-top: 3%;}
	.terms .code{padding-right: 0;}
	.terms .code .pic{position: relative;width: 100%;}
	.terms .table th, .terms .table td{padding: 10px 5px;}
}


.YuyueTBox{ position: relative; }
.YuyueTBox .page-ban{ background-repeat:no-repeat; background-position:center; height:950px; }
.YuyueTBox-fomr{ position: absolute; top:135px; width:100%; height:85.5%; left:0; }
.YuyueTBox-fomr .Yuyue-from{ max-width:500px; }
.YuyueTBox-fomr h2 { margin:0; text-transform:uppercase; color:#fff; font-size:36px;}
.YuyueTBox-fomr h2 i{font-style:normal;position:relative;z-index:10;}
.YuyueTBox-fomr h2 span{display:inline-block;position:relative;}
.YuyueTBox-fomr h2 span:before{position:absolute; content:''; width:100%; height:11px;background:#ffb136;left:0; bottom:3px;}
.YuyueTBox-fomr dd .text-area {position:relative;font-size:16px;}
.YuyueTBox-fomr dd .text-area label{position:absolute; left:0;top:0;color:#fff;line-height:60px;padding:0 10px;font-weight:100;}
.YuyueTBox-fomr dd .text-area .text{display:block;padding:0 10px; width:100%; border:none; background:none; border-bottom:1px solid rgba(255,255,255,.3); height:60px; line-height:60px; font-size:16px; color:#fff;}
.YuyueTBox-fomr .row-2 dd{float:left; width:48%;}
.YuyueTBox-fomr .row-2 dd:nth-child(2n){float:right;}
.YuyueTBox-fomr dd select {padding:0 10px;background-color:rgba(255,255,255,.22);background-image:url(../images/from-select.png);border:none;height:60px; line-height:60px;font-size:16px;color:#fff;margin-top:30px;display:block!important;width:100%; background-position:right 10px center;}
.YuyueTBox-fomr dd select option{color:#333;}
.YuyueTBox-fomr .row-2 dd select{ margin-top:10px; }
.YuyueTBox-fomr .dd-code {position:relative;padding-right:200px;}
.YuyueTBox-fomr .dd-code img{position:absolute; width:172px; height:44px; bottom:0; right:0;}
.YuyueTBox-fomr .Tab_a{ margin:50px 0 20px; }
.YuyueTBox-fomr .Tab_a span{ margin-right:20px; text-align:center; display:inline-block; min-width:165px; padding:0 30px; line-height:40px; font-size:16px; color:#fff; border:solid 1px #fff; border-radius:50px; }
.YuyueTBox-fomr .Tab_a span.on{ background-color:#fff; color:#02B5CB; }
.YuyueTBox-fomr .Tab_a span:last-child{ margin-right:0; }


.YuyueTBox-fomr dt {padding:40px 0;}
.YuyueTBox-fomr dt .btn {cursor:pointer; font-size:16px; width:200px; height:50px; border-radius:50px; background:#ff9c00; color:#fff; border:none;}
.YuyueTBox-fomr dt .btn:after{display:inline-block; width:33px; height:13px;content:'';background:url(../images/from-btn.png) no-repeat right center;}
@media(max-width:640px){
.YuyueTBox-fomr{ top:10%; }
.YuyueTBox-fomr .Tab_a{ margin-top:30px; }
.YuyueTBox-fomr .Tab_a span{ padding:0 20px; width:45%; margin-right:3%; }
.YuyueTBox-fomr .dd-code{ padding-right:0; }
.YuyueTBox-fomr .dd-code img{ position:inherit; margin-top:20px; }

}
@media(max-width:480px){
	.YuyueTBox-fomr h2{margin:0;}
}
.czBox_down{padding: 4% 0 2%;}
.czBox_down .title{ text-align: center;}
.czBox_down ul{max-width: 1160px;margin: 4% auto;overflow: hidden;}
.czBox_down li{background: #eeeeee;width: 46.8%;margin: 0 1.6% 2%;float: left;}
.czBox_down li a{display: block;background: #eeeeee;line-height: 80px;font-size: 16px;color:#333;padding: 0 12% 0 5%;position: relative;transition: all 0.5s;}
.czBox_down li a:before{content: '';position: absolute;width: 30px;height: 100%;right: 4%;top: 0;background: url("../images/icon6.png") no-repeat center;transition: all 0.5s;}
.czBox_down li a:hover{ background: #b29c74; color: #fff;}
.czBox_down li a:hover:before{ background-image: url("../images/icon7.png");}
@media(max-width:768px){
    .czBox_down li{ width: 100%; float: none; margin: 0 0 2%;}
}

.shop-new-list .name{line-height: 40px;font-size: 30px;color: #3a3a3a;text-align: center;}
.shop-new-list .list{background: #fbfbfb;padding: 20px 0;}
.shop-new-list .list ul{font-size: 16px;}
.shop-new-list .list ol{color:#02B5CB;line-height: 48px;font-size: 20px;}
.shop-new-list .list li{line-height:24px; padding:12px 0;}
@media(min-width:769px){
.shop-new-list .list{padding-left: 40px;}
.shop-new-list .list ul{width: 33%;padding-left: 7%;float: left;}
}
@media(max-width:768px){
.shop-new-list .list{padding: 3%;}
.shop-new-list .name{font-size: 20px;}
.shop-new-list .list ul{overflow:hidden;}
.shop-new-list .list ul:not(:last-child){margin-bottom:3vw;}
.shop-new-list .list li{float:left;width:50%;font-size:3vw; line-height:1.2;}
}

.fliter-news{padding-top: 35px;}
.fliter-news .item{position: relative; border-bottom: 1px solid #f0efed;font-size: 16px;overflow: hidden;}
.fliter-news .item > *{ line-height: 30px;}
.fliter-news .item .tit{font-size: 18px;font-family: "FZLTCHJW";font-weight: normal;}
.fliter-news .item dd{float: left; margin-right: 4%;}
.fliter-news .item dd a{color: #888; cursor: pointer;position: relative;display: block; padding-right: 20px;}
.fliter-news .item dd a:after{position: absolute; content: '>'; right: 0; top: 0;font-family:'宋体';}
.fliter-news .item dd a:hover,
.fliter-news .item dd.on a{color: #02B5CB;}
@media(min-width:641px){
.fliter-news .item{display: table; width: 100%;}
.fliter-news .item > *{display: table-cell;vertical-align: top;padding: 15px 0;}
.fliter-news .item .tit{width: 120px;}
}
@media(max-width:640px){
.fliter-news .item{padding-bottom: 10px;}
.fliter-news .item .tit{display: block;}
}
@media(max-width:480px){
.fliter-news .item{font-size: 14px;}
}

/***************经销商登录****************/

.Dealer_area{ padding: 10% 0; background: url(../images/product.jpg) no-repeat center top; background-size: cover;}
.Dealer_area dl{ max-width: 540px; width: 92%; margin: 0 auto; background-color: #fff; border-radius: 15px; padding: 2% 4.5%;}
.Dealer_area dt{ text-align: center; font-size: 30px; color: #333333; margin-bottom: 12%;}
.Dealer_area dd{ margin-bottom: 8%;}
.Dealer_area .text{ width: 100%; border: 1px solid #eeeeee; line-height: 56px; height: 56px; padding: 0 45px; background: url(../images/login_icon1.png) no-repeat 10px center; border-radius: 3px;}
.Dealer_area .text.password{ background-image: url(../images/login_icon2.png)}
.Dealer_area .btn{line-height: 56px; height: 56px; text-align: center; color: #fff; background-color: #c8192a; font-size: 16px;  width: 100%; border: none; cursor: pointer;}
.Dealer_area .dd4{ text-align: center; margin:-4% 0 0;}
.Dealer_area .dd4 a{ color: #c8192a;}
