@charset "utf-8"

::-webkit-scrollbar{height:4px;width:4px}::-webkit-scrollbar-button{height:0;width:0}::-webkit-scrollbar-button:start:decrement,::-webkit-scrollbar-button:end:increment{display:block}::-webkit-scrollbar-button:vertical:start:increment,::-webkit-scrollbar-button:vertical:end:decrement{display:none}::-webkit-scrollbar-track:vertical,::-webkit-scrollbar-track:horizontal,::-webkit-scrollbar-thumb:vertical,::-webkit-scrollbar-thumb:horizontal,::-webkit-scrollbar-track:vertical,::-webkit-scrollbar-track:horizontal,::-webkit-scrollbar-thumb:vertical,::-webkit-scrollbar-thumb:horizontal{border-style:solid;border-color:transparent}::-webkit-scrollbar-track:vertical::-webkit-scrollbar-track:horizontal{background-clip:padding-box;background-color:#fff}::-webkit-scrollbar-thumb{-webkit-box-shadow:inset 1px 1px 0 rgba(0,0,0,.1),inset 0 -1px 0 rgba(0,0,0,.07);background-clip:padding-box;background-color:rgba(0,0,0,.2);min-height:28px;padding-top:100}::-webkit-scrollbar-thumb:hover{-webkit-box-shadow:inset 1px 1px 1px rgba(0,0,0,.25);background-color:rgba(0,0,0,.4)}::-webkit-scrollbar-thumb:active{-webkit-box-shadow:inset 1px 1px 3px rgba(0,0,0,.35);background-color:rgba(0,0,0,.5)}::-webkit-scrollbar-track:vertical,::-webkit-scrollbar-track:horizontal,::-webkit-scrollbar-thumb:vertical,::-webkit-scrollbar-thumb:horizontal{border-width:0}::-webkit-scrollbar-track:hover{-webkit-box-shadow:inset 1px 0 0 rgba(0,0,0,.1);background-color:rgba(0,0,0,.05)}::-webkit-scrollbar-track:active{-webkit-box-shadow:inset 1px 0 0 rgba(0,0,0,.14),inset -1px -1px 0 rgba(0,0,0,.07);background-color:rgba(0,0,0,.05)}


/* CSS Reset */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, img, button{margin: 0;padding: 0;border: 0;}
html{-webkit-text-size-adjust:none; }
body{font-size:12px;*overflow-x:hidden;margin:0; padding:0;}
table{border-collapse:collapse; border-spacing:0;}
ol, ul, li{ list-style:none;}
blockquote:before, blockquote:after, q:before, q:after{content:'';content:none;}
a{text-decoration:none;color:#666;} 
a:hover{text-decoration:none;color:#000;} 
a:focus{outline:0px dotted;}
a:focus, input:focus{ -moz-outline-style: none; } 
* {font-family: Arial,"微软雅黑","黑体",'宋体';}
input {-webkit-appearance: none;border-radius: 0;}
input[type="button"], input[type="submit"], input[type="reset"],input[type="text"],input[type="password"] {-webkit-appearance: none; font-size:14px;}
textarea { -webkit-appearance: none;}
input::-webkit-input-placeholder {color:#5F5F5F;}
input::-moz-input-placeholder {color: #5F5F5F;}
input::-ms-input-placeholder {color: #5F5F5F;}
.fl{ float:left;}
.fr{ float:right;}
.clear { clear:both;}
.alltransition {-webkit-transition:all .4s ease;-moz-transition:all .4s ease;transition:all .4s ease;}
body sup {display: inline-block!important;vertical-align: top;}
.blackbg {background: #000;}
.alpha0{filter:alpha(Opacity=0);-moz-opacity:0;opacity:0;}
.no-touch { height:100%;}
.no-touch body{ overflow:hidden;height:100%;}


.pcshow { display:block;}
.mbshow { display:none !important; max-width:100%; height:auto}
 



/* header */
header {position:fixed;left: 0px;top:0;z-index: 99; width: 100%; height:70px;display: block; background: #fff;-webkit-transition:all .4s ease;-moz-transition:all .4s ease;transition:all .4s ease;}

section { display: block; width: 80%; margin: auto;} 


.sy-logo { width:186px; height: 70px; background: url("../images/logo.svg") no-repeat; position: absolute;left:10%;top: 0; z-index: 1;-webkit-transition:all .4s ease;-moz-transition:all .4s ease;transition:all .4s ease;}
.sy-nav {width: 50%;margin: auto; text-align: center;}
.sy-nav * {-webkit-transition:all .4s ease;-moz-transition:all .4s ease;transition:all .4s ease;}
.sy-nav ul  {}
.sy-nav ul li { display: inline-block; vertical-align: top; padding: 0 2%;}
.sy-nav ul li a { font-size:14px;line-height:70px;color: #777;position: relative;overflow: hidden;display: block;}
.sy-nav ul li a i {width:0;height: 1px;background: #000;left:50%;bottom:20px; z-index: 1;  margin-left: -0px; position:absolute;}
.sy-nav ul li a:hover i,.sy-nav ul li a.cur i{width:100%;left:0;}
.sy-nav ul li a:hover,.sy-nav ul li a.cur {color:#000;}

.sy-nav ul li.cur ul.children{ display:block;}
.sy-nav ul li ul.children{display:none;position:absolute;width:100%;top:70px;left:0; overflow:hidden;background:#333;z-index:9999;text-align:center;-webkit-transition:none;-moz-transition:none;transition:none;}
.sy-nav ul li ul.children li {width:100%;padding:15px 0; }
.sy-nav ul li ul.children li a {display: inline-block;margin: 0 15px;line-height:22px;}
.sy-nav ul li ul.children li a img {width:90px;height: 90px;display: block;opacity: 0.4;}
.sy-nav ul li ul.children li a h6 {padding:0px 0;color: #666;display: block;font-size: 12px;line-height: 22px;}
.sy-nav ul li ul.children li a:hover h6{color:#fff;}
.sy-nav ul li ul.children li a:hover img {opacity: 1.0;}

header .sy-hright {width:20%;position: absolute; right:10%; top:27px; z-index: 1; text-align: right;-webkit-transition:all .4s ease;-moz-transition:all .4s ease;transition:all .4s ease;}
header .sy-hright * {overflow: hidden;-webkit-transition:all .4s ease;-moz-transition:all .4s ease;transition:all .4s ease;}
header .sy-hright li { margin: 0 1%; float: right;}
header .sy-hright li a {width: 20px;height:20px;opacity: 0.4;display:block; float: right;}
header .sy-hright li a:hover {opacity: 1.0;}
header .sy-hright li a.tm { background: url("../images/tm.svg") no-repeat;background-size: 90%;}
header .sy-hright li a.jd { background: url("../images/jd.svg") no-repeat;background-size: 90%;}
header .sy-hright li a.ss { background: url("../images/ss.svg") no-repeat;background-size: 90%;}
header .sy-hright li a.yy { background: url("../images/yy.svg") no-repeat;background-size: 90%;}
header .sy-hright li a.en,header .sy-hright li a.cn {display: block; width:0px;height:auto; line-height: 20px;}
header .sy-hright li.sy-hright-show a.en,header .sy-hright li.sy-hright-show a.cn{ display: block;width:auto;margin-left:10px;}

.hfixed {height:70px;}
.htfixed header{height:50px;}
.htfixed .sy-logo { width:186px; height:50px;}
.htfixed .sy-nav ul li a { line-height:50px;}
.htfixed .sy-nav ul li a i {bottom:10px; }
.htfixed .sy-hright {top:18px; }
.htfixed .sy-nav ul li ul.children{top:50px;}
.htfixed .sy-product-nav {top:50px;}

.sy-nav ul li ul.children li a.mr50 {margin-right:55px;}



/* footer */
footer { background: #1a1a1a; padding-bottom:30px; font-size: 12px;color: #4e5265; overflow: hidden; position: relative;}
footer section {position: relative;}
footer * {display: block;overflow: hidden;-webkit-transition:all .4s ease;-moz-transition:all .4s ease;transition:all .4s ease;}
footer .nav { border-bottom: 1px solid #313131; padding:30px 0;}
footer .nav a { float: left;font-size: 14px;line-height: 28px;color: #666; margin-right: 5%;}
footer .nav a:hover{color: #fff;}
footer .subscribe {padding:35px 0 25px 0 ;}
footer .subscribe * {display: block;padding:0 10px;float: left; outline: none; height: 36px;line-height: 36px;font-size: 14px; overflow: hidden;}
footer .subscribe .input { width: 290px;background: #333;color: #fff;}
footer .subscribe .submit {width: 80px;background:none; border: solid 1px #313131;text-align: center; color: #666; margin:0 10px; cursor: pointer;}
footer .subscribe .submit:hover{background:#fff;color: #000;}

footer .copy {font-size: 12px;line-height: 28px;color: #666;text-transform: uppercase;}
footer .copy a {color: #666; display: inline-block; vertical-align: middle;}
footer .copy a:hover{color: #fff;}
footer .copy a.byniego {color: #666;}
footer .copy a.byniego:hover {color: #fff;}

footer .social {/*width: 25%; position: absolute;right: 0;top:124px;text-align: right;*/padding:35px 0 25px 0 ;position: relative;overflow: visible;}
footer .social a {width: 36px;height: 36px; margin-right: 10px; opacity: 0.2; display: inline-block;border: solid 1px #fff;overflow: visible;}
footer .social a:hover{opacity: 1.0;}
footer .social a.f1 { background: url("../images/f1.svg") center no-repeat; background-size:70%;}
footer .social a.f2 { background: url("../images/f2.svg") center no-repeat; background-size:70%;}
footer .social a.f3 { background: url("../images/f3.svg") center no-repeat; background-size:70%;}
footer .social a.f4 { background: url("../images/f4.svg") center no-repeat; background-size:70%;}
footer .social a.f3:hover .fewm{ display: block;}
footer .social a.f4:hover .fewm{ display: block;}
footer .social .fewm {display: none;position: absolute;width: 100px;height: 100px;left: 0px;top: -70px;z-index: 99;}
footer .social .fewm img {display: block;width: 100%;height: auto;max-width: 100px;max-height: 100px;}



/* mobile nav */

.nav_mobile{display: none;position: relative;}
.mheader {height:50px;background:#fff;position:fixed;left: 0;top: 0;z-index: 93;width: 100%;overflow: hidden;-webkit-transition:all .4s ease;-moz-transition:all .4s ease;transition:all .4s ease;}
.mheader ul {height:50px;position: relative;padding:0 3%;}
.mlogo {width: 150px;height:50px;background: url(../images/logo.svg) center no-repeat;background-size:100%;left:50%;margin-left: -75px;top: 0; position: absolute;z-index: 94;}
.mlogo h3 {background: #fff;font-size:18px;line-height:52px;color:#000;text-transform:uppercase;text-align: center;font-family:'Conv_KLAVIKA-REGULAR', Helvetica, Arial;}
.mlanguage {position: absolute;width: 40px;right: 3%;top:5px;z-index: 94;}
.mlanguage i {height:40px;width: 40px;display: block;background: url("../images/yy.svg") center no-repeat;background-size:50%;}

.cd-nav-trigger{position: absolute;z-index:898;top:5px;left:3%;height:40px;width: 40px;overflow: hidden;text-indent: 100%;white-space: nowrap;-webkit-transition: -webkit-transform 0.2s;-moz-transition: -moz-transform 0.2s;transition: transform 0.2s;}
.cd-nav-trigger span{background:#000;position: absolute; left: 50%; top: 50%; bottom: auto; right: auto; -webkit-transform: translateX(-50%) translateY(-50%); -moz-transform: translateX(-50%) translateY(-50%); -ms-transform: translateX(-50%) translateY(-50%); -o-transform: translateX(-50%) translateY(-50%); transform: translateX(-50%) translateY(-50%); width:20px; height: 2px;}
.cd-nav-trigger span::before, .cd-nav-trigger span:after{content: ''; position: absolute; top: 0; right: 0; width: 100%; height: 100%; background: inherit; -webkit-transform: translateZ(0); -moz-transform: translateZ(0); -ms-transform: translateZ(0); -o-transform: translateZ(0); transform: translateZ(0); -webkit-backface-visibility: hidden; backface-visibility: hidden; -webkit-transition: -webkit-transform 0.2s, width 0.2s; -moz-transition: -moz-transform 0.2s, width 0.2s; transition: transform 0.2s, width 0.2s;}
.cd-nav-trigger span::before{-webkit-transform-origin: right top; -moz-transform-origin: right top; -ms-transform-origin: right top; -o-transform-origin: right top; transform-origin: right top; -webkit-transform: translateY(-6px); -moz-transform: translateY(-6px); -ms-transform: translateY(-6px); -o-transform: translateY(-6px); transform: translateY(-6px);}
.cd-nav-trigger span::after{-webkit-transform-origin: right bottom; -moz-transform-origin: right bottom; -ms-transform-origin: right bottom; -o-transform-origin: right bottom; transform-origin: right bottom; -webkit-transform: translateY(6px); -moz-transform: translateY(6px); -ms-transform: translateY(6px); -o-transform: translateY(6px); transform: translateY(6px);}

.no-touch .cd-nav-trigger{-webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg); transform: rotate(180deg);}
.no-touch .cd-nav-trigger span::after,.no-touch .cd-nav-trigger span::before{width: 50%;}
.no-touch .cd-nav-trigger span::before{-webkit-transform: translateX(2px) translateY(1px) rotate(45deg);-moz-transform: translateX(2px) translateY(1px) rotate(45deg);-ms-transform: translateX(2px) translateY(1px) rotate(45deg);-o-transform: translateX(2px) translateY(1px) rotate(45deg);transform: translateX(2px) translateY(1px) rotate(45deg);}
.no-touch .cd-nav-trigger span::after{-webkit-transform: translateX(2px) translateY(-1px) rotate(-45deg);-moz-transform: translateX(2px) translateY(-1px) rotate(-45deg);-ms-transform: translateX(2px) translateY(-1px) rotate(-45deg);-o-transform: translateX(2px) translateY(-1px) rotate(-45deg);transform: translateX(2px) translateY(-1px) rotate(-45deg);}

.cd-nav-container{background-color:#1a1a1a;position: fixed; z-index:91; top:0px; right: 0; width: 100%; height: 100%;overflow-y: auto; -webkit-transform: translateX(100%); -moz-transform: translateX(100%); -ms-transform: translateX(100%); -o-transform: translateX(100%); transform: translateX(100%); -webkit-transition: -webkit-transform 0.4s 0s, box-shadow 0s 0.4s; -moz-transition: -moz-transform 0.4s 0s, box-shadow 0s 0.4s; transition: transform 0.4s 0s, box-shadow 0s 0.4s;}
.cd-nav-container.is-visible{-webkit-transform: translateX(0); -moz-transform: translateX(0); -ms-transform: translateX(0); -o-transform: translateX(0); transform: translateX(0);-webkit-overflow-scrolling: touch;}

.cd-close-nav{position: absolute; height: 44px; width: 44px; right:6%; top: 50%; bottom: auto; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); overflow: hidden; text-indent: 100%; white-space: nowrap; -webkit-transition: opacity 0.2s; -moz-transition: opacity 0.2s; transition: opacity 0.2s;}
.cd-close-nav::after, .cd-close-nav::before{content: ''; position: absolute; height:1px; width: 32px; left: 50%; top: 50%; background-color: #666; -webkit-backface-visibility: hidden; backface-visibility: hidden;}
.cd-close-nav::after{-webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg); -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg); -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg); -o-transform: translateX(-50%) translateY(-50%) rotate(45deg); transform: translateX(-50%) translateY(-50%) rotate(45deg);}
.cd-close-nav::before{-webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg); -moz-transform: translateX(-50%) translateY(-50%) rotate(-45deg); -ms-transform: translateX(-50%) translateY(-50%) rotate(-45deg); -o-transform: translateX(-50%) translateY(-50%) rotate(-45deg); transform: translateX(-50%) translateY(-50%) rotate(-45deg);}

.no-touch .cd-close-nav:hover{opacity: .8;}
.cd-nav{ padding-top:70px;margin-top: auto;}
.cd-nav li{width:80%;margin: auto; overflow:hidden;position: relative;}
.cd-nav a{ border-bottom:#313131 1px solid;position: relative; display: block;width:90%;text-align: center; -webkit-transition:all .4s ease;-moz-transition:all .4s ease;transition:all .4s ease;font-size:16px; color:#939393;padding:0.8em 0; margin:0px auto;text-transform:uppercase;}
.cd-nav a:hover{color:#fff;}
.mchildren {display:none; width:100%; margin:0px auto;}
.mchildren a{border-bottom:none;position: relative; display: block;width:100%;text-align: center;font-size:14px; color:#666;padding:0.8em 0;}
.mchildren a:hover{background:none; color:#00a2ff;}

.cd-overlay{position: fixed; height: 100%; width: 100%; top: 0; left: 0; cursor: pointer; visibility: hidden; opacity: 0; -webkit-backface-visibility: hidden; backface-visibility: hidden; -webkit-transition: opacity 0.4s 0s, visibility 0s 0.4s; -moz-transition: opacity 0.4s 0s, visibility 0s 0.4s; transition: opacity 0.4s 0s, visibility 0s 0.4s; z-index:19;}
.cd-overlay.is-visible{opacity: 1; visibility: visible; -webkit-transition: opacity 0.4s 0s, visibility 0s 0s; -moz-transition: opacity 0.4s 0s, visibility 0s 0s; transition: opacity 0.4s 0s, visibility 0s 0s;}

.bmob { display:block; float: none;padding-top:30px; margin:auto; text-align:center; clear:both; position:relative;overflow: hidden;}
.bmob a{ display: inline-block; float: none; margin:0 10px;text-align:center; font-size:14px;}
.bmob form{ position:relative; display:block; width:80%; margin:10% auto 20px auto;}
.bmob .searchinput{border-bottom:#484848 1px solid;line-height:35px; padding:1% 5%; outline:none;width:80%; margin:auto; font-size:18px; background:#1a1a1a; color:#999;}
.bmob .getsearch{ width:18px; height:18px;background:url("../images/ss-b.svg") center no-repeat;opacity: 0.4; position:absolute; right:50%;margin-right: -9px; top:10px; z-index:1; cursor:pointer; outline:none;-webkit-transition:all .4s ease;-moz-transition:all .4s ease;transition:all .4s ease;}
.bmob .getsearch:hover {opacity:0.5;}
.bmob .getsearch.onfss {right:5%;margin-right: 0px;}
.bmob li {padding: 2% 0;text-align: center;}
.bmob li a {margin: 0 10px;display:inline-block;width: 30px;height: 30px;opacity: 0.3;}
.bmob li a.btm {background: url("../images/tm-b.svg") center no-repeat;background-size:80%;}
.bmob li a.bjd {background: url("../images/jd-b.svg") center no-repeat;background-size:80%;}







/* slick plugin */
.slick-slider { display: block;/* box-sizing: border-box; -moz-box-sizing: border-box; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -ms-touch-action: none; touch-action: none; -webkit-tap-highlight-color: transparent; */}
.slick-slider *:focus { outline: none;}
.slick-list { position: relative; overflow: hidden; display: block; margin: 0; padding: 0; }
.slick-list:focus { outline: none; }
.slick-loading .slick-list { }
.slick-list.dragging { cursor: pointer; cursor: hand; }
.slick-slider .slick-list, .slick-track, .slick-slide, .slick-slide img { -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
.slick-track { position: relative; left: 0; top: 0; display: block; zoom: 1; }
.slick-track:before, .slick-track:after { content: ""; display: table; }
.slick-track:after { clear: both; }
.slick-loading .slick-track { visibility: hidden; }
.slick-slide { float: left; height: 100%; min-height: 1px; display: none; }
.slick-slide img { display: block; max-width:100%; height:auto;}
.slick-slide.slick-loading img { display: none; }
.slick-slide.dragging img { pointer-events: none; }
.slick-initialized .slick-slide { display: block; }
.slick-loading .slick-slide { visibility: hidden; }
.slick-vertical .slick-slide { display: block; height: auto;   }
/* Arrows */
.slick-prev, .slick-next { position:absolute;display:block;height:40px;width:40px;cursor:pointer;z-index:80;top:50%; margin-top:-20px;padding:0;outline:none;text-indent:-9999px;  border-radius:0px; background-color: transparent; background-repeat:no-repeat; background-position:center;opacity: 0.5;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;transition:all .3s ease; border:none;}
.slick-prev:focus, .slick-next:focus { outline: none; }
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before { opacity: 0.25; }
.slick-prev:before, .slick-next:before {  font-size: 20px; line-height: 1; color: white; opacity: 0.85; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
.slick-prev { left:2%; background-image:url(../images/left-b.svg);}
.slick-next { right:2%; background-image:url(../images/right-b.svg);}
.slick-prev:hover {opacity: 1.0;}
.slick-next:hover {opacity: 1.0;}
/* Dots */
.slick-slider { }
.slick-dots { position: absolute; bottom:50px; list-style: none; display: block;padding: 0px; width: 100%; text-align:center; left:0;}
.slick-dots li { position: relative; display: inline-block; height:10px; width:10px; margin: 0px 4px; padding: 0px; cursor: pointer; }
.slick-dots li button { margin-top: 5px;background:#fff; display: block; height:10px;width:10px; padding: 0px; cursor: pointer; outline: none; text-indent:-9999px;-moz-opacity:0.4; opacity:0.4;filter:alpha(opacity=40);border-radius:100px;border: none; overflow:hidden;}
.slick-dots li button:focus { outline: none; }
.slick-dots li.slick-active button {background: #fff;border: none; opacity:1.5;}



 


.black_overlay {display: none;position: fixed;top: 0%;left: 0%;width: 100%;height: 100%;background-color: #000;z-index: 1001;-moz-opacity: 0.8;opacity: .80;filter: alpha(opacity=80);}
.video-content {display: none;position: fixed;box-sizing: border-box;padding:0px;top:7.2%;left: 50%;width:1200px;margin-left: -600px;background:#131313;z-index: 1002;overflow: hidden;}
.video-content .main {position: relative;}
.video-content .main video {display: block;width: 100%;height: auto;}
.video-content .text {font-size: 14px;color: #ccc;line-height: 26px;padding:20px 20px 20px 150px;overflow: hidden;position: relative;}
.video-content .text h2 {display: block;padding-bottom: 5px;font-size: 18px;color: #fff;position: absolute;left: 40px;top: 22px;z-index:1;}
.video-content .close {display:block;width:40px;height: 40px;background:#fff url("../images/del-h.svg") center no-repeat;background-size:60%;cursor: pointer;position: absolute;right: 0px;top: 0px;z-index: 99;}
.video-content .close:hover {background:#000 url("../images/del-b.svg") center no-repeat;background-size:60%;}




.aside-wrap {position: fixed; right:2%;bottom:100px; z-index:800;border-radius: 100%; display: none;}
.aside-wrap .topcontrol {width: 40px; height:40px; background: url(../images/up.svg) no-repeat center #2f2f2f;background-size:50%; border: 2px solid #ccc; border-radius: 100%; overflow:hidden; cursor: pointer;opacity: .2;filter:alpha(opacity=20);-webkit-transition:all .4s ease;-moz-transition:all .4s ease;transition:all .4s ease;}
.aside-wrap:hover {}
.aside-wrap:hover .topcontrol{opacity: 1.0;filter:alpha(opacity=100);background: url(../images/up.svg) no-repeat center #000;background-size:50%;}

 


 

@font-face {
	font-family: 'Conv_KLAVIKA-REGULAR';
	src: url('../fonts/KLAVIKA-REGULAR.eot');
	src: local('☺'), url('../fonts/KLAVIKA-REGULAR.woff') format('woff'), url('../fonts/KLAVIKA-REGULAR.ttf') format('truetype'), url('../fonts/KLAVIKA-REGULAR.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

 
@font-face {
	font-family: 'Conv_KLAVIKA-MEDIUM';
	src: url('../fonts/KLAVIKA-MEDIUM.eot');
	src: local('☺'), url('../fonts/KLAVIKA-MEDIUM.woff') format('woff'), url('../fonts/KLAVIKA-MEDIUM.ttf') format('truetype'), url('../fonts/KLAVIKA-MEDIUM.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}






.fakeloader {position:relative; z-index:9999; height:100%; background:#fff; width:100%;}
.spinner4 {width:100%;position: absolute;left:0; top:0px;z-index:99999;height:100%;background:#fff;text-align: center;}
.spinner4 .logo {background: url(../images/logo.svg) center 40% no-repeat  #fff; background-size:10rem auto; height:15rem; width:10rem;}
.spinner4 h4 {color: #000;font-size: 12px;font-weight: normal;text-transform: uppercase;}
.preloader .item {height: 10rem;left: 50%;margin-left: -5rem;margin-top: -6rem;position: absolute;top: 50%;width: 10rem;}
.preloader {background:#fff;height: 100%;position: fixed;top: 0;width: 100%;z-index: 9999;}


.loadlogo {position: relative;width: 50px;height: 50px;margin:20px auto;}
.loadlogo li {position: absolute;left: 0;top: 0;z-index: 1;width: 50px;height: 50px;}
.loadlogo li.l1{background: url("../images/logo-1.svg") center no-repeat;}
.loadlogo li.l2{background: url("../images/logo-2.svg") center no-repeat;animation:loadlogo 4s  0s infinite ;}
.loadlogo li.l3{background: url("../images/logo-3.svg") center no-repeat;animation:loadlogo 3s  0s infinite ;}
.loadlogo li.l4{background: url("../images/logo-4.svg") center no-repeat;animation:loadlogo 2s  0s infinite ;}



@keyframes loadlogo{
	0%{-webkit-transform:scale(0.9); -moz-transform:scale(0.9); -o-transform:scale(0.9); -ms-transform:scale(0.9);transform:scale(0.9); filter:alpha(opacity=0); -moz-opacity:0; opacity:0;}
	50%{ -webkit-transform:scale(1.0); -moz-transform:scale(1.0); -o-transform:scale(1.0); -ms-transform:scale(1.0);transform:scale(1.0);filter:alpha(opacity=100); -moz-opacity:1.0; opacity:1.0;}
	100% {-webkit-transform:scale(1.2); -moz-transform:scale(1.2); -o-transform:scale(1.2); -ms-transform:scale(1.2);transform:scale(1.2);filter:alpha(opacity=0); -moz-opacity:0; opacity:0;}
} 



/* banner */
.sy-banner {overflow: hidden;position: relative; width:100%; background: #000;}

.sy-banner-pic div a { position:relative; display:block;}
.sy-banner-pic div li * {color: #fff;overflow:hidden;display: block;font-weight: normal;text-transform: uppercase;-webkit-transition:all .8s ease;-moz-transition:all .8s ease;transition:all .8s ease;}
.sy-banner-pic div li { position: relative;}
.sy-banner-pic div li .title { width: 600px;position: absolute;left: 50%;margin-left: -300px; top:20%;  z-index: 1;}
.sy-banner-pic div li .title * {filter:alpha(Opacity=0);-moz-opacity:0;opacity: 0; }
.sy-banner-pic div li .title h2{ font-size:100px;line-height:90px;font-family:'Conv_KLAVIKA-REGULAR', Helvetica, Arial;margin-top:5%; }
.sy-banner-pic div li .title h3{ font-size:36px;margin-top:10%; }
.sy-banner-pic div li .title h6{ font-size:10px;background: #eb2530 url("../images/ly.svg") 1% center no-repeat; background-size:20%;width: 130px;padding: 10px 0;border-radius:100px; margin: 20px auto;text-align: center; text-indent:13px;}
.sy-banner-pic div li .title span {margin: 20px auto;}
.sy-banner-pic div li .title span img{display: inline-block;}
.sy-banner-pic div li .text { width: 600px;text-align: center; position: absolute;left: 50%; top:48%; margin-left: -300px; z-index: 1;filter:alpha(Opacity=0);-moz-opacity:0;opacity: 0;}
.sy-banner-pic div li .text h4{ font-size:30px;font-family:'Conv_KLAVIKA-REGULAR', Helvetica, Arial;}
.sy-banner-pic div li .text h5{ font-size:19px;}
.sy-banner-pic div li .text i { width: 16px; height: 16px;border-radius:100%; border: #fff solid 2px;background:none; margin: 10px auto;}
.xy-banner-pic div li .pic {width: 100%; height: auto;}

.sy-banner-pic div li.center *{text-align: center; }
.sy-banner-pic div li.left  *{text-align: left; }
.sy-banner-pic div li.left .title  {left: 10%;margin-left:0px; top:40%; }
.sy-banner-pic div li.left .title  h6{margin: 20px 0;}
.sy-banner-pic div li.left .text { left:auto;right:10%;top:45%;margin-right:0px;margin-left:0px;text-align: right; }
.sy-banner-pic div li.left .text * {text-align: right;}
.sy-banner-pic div li.left .text i {margin: 10px 0; display: inline-block;}
.sy-banner-pic div li.right *{text-align: right; }
.sy-banner-pic div li.right .title  {left:auto; right:10%;margin-left:0px; top:40%; }
.sy-banner-pic div li.right .title h6{margin: 20px 0; float: right;clear: both;}
.sy-banner-pic div li.right .text * {text-align: left;}
.sy-banner-pic div li.right .text { left:10%; right:auto;top:45%; margin-left:0px;margin-right:0px;text-align: left; }
.sy-banner-pic div li.right .text i {margin: 10px 0; display: inline-block;}
.sy-banner-pic div li.none .title,.sy-banner-pic div li.none .text {display: none;}



.sy-banner-pic .swiper-slide-active li .title *{filter:alpha(Opacity=100);-moz-opacity:1.0;opacity: 1.0;}
.sy-banner-pic .swiper-slide-active li .title h2 {transition-delay: 0.4s;margin-top:0;}
.sy-banner-pic .swiper-slide-active li .title h3 {transition-delay: 0.6s;margin-top:0;}
.sy-banner-pic .swiper-slide-active li .title h6 {transition-delay: 1.0s;}
.sy-banner-pic .swiper-slide-active li .text {transition-delay: 1.5s;filter:alpha(Opacity=50);-moz-opacity:0.5;opacity: 0.5;}
.sy-banner-pic .swiper-slide-active li.right .text {transition-delay: 1.5s;filter:alpha(Opacity=100);-moz-opacity:1.0;opacity: 1.0;}

.sy-banner .swiper-button-prev,.sy-banner .swiper-button-next {width: 50px;height: 50px;}
.sy-banner .swiper-button-prev { background-image:url(../images/left-h.svg);background-size:100%;background-position: center;}
.sy-banner .swiper-button-next { background-image:url(../images/right-h.svg);background-size:100%;background-position: center;}
.sy-banner span.swiper-pagination-bullet {background: #fff;opacity: 0.5;}
.sy-banner span.swiper-pagination-bullet-active {opacity: 1.5;background: #fff;}
.sy-banner .swiper-button-disabled {display: none;}



 /* index-product */
.sy-index-product {width: 100%;overflow: hidden; background: #e5e5e5; padding:4% 0;}
.sy-index-product * {overflow:hidden;display: block;font-weight: normal;text-transform: uppercase;font-style: normal; -webkit-transition:all .8s ease;-moz-transition:all .8s ease;transition:all .8s ease;}
.sy-index-product img {width: 100%;height: auto;}
.sy-index-product div {background: #fff; margin-bottom: 10px;}
.sy-index-product div a {}
.sy-index-product div a img{}
.sy-index-product div a:hover img{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);-o-transform:scale(1.1);transform:scale(1.1);}
.sy-index-product div li {background: #fff; padding:20px; position: relative;min-height:56px;}
.sy-index-product div li em{width: 100px; height: 30px; font-size: 14px; line-height: 30px;text-align: center; border-radius:100px;background:#d50000; color: #fff; margin: 10px auto;}
.sy-index-product div li h3{ font-size: 22px;font-weight: bold;font-family:'Conv_KLAVIKA-REGULAR', Helvetica, Arial;}
.sy-index-product div li h4{ font-size: 14px;padding-bottom:10px; color: #1a1a1a;}
.sy-index-product div li h5{ font-size: 14px;line-height: 24px; margin: 10px auto;color: #666; width: 80%;}
.sy-index-product div li a.more {position: absolute;right: 20px; top:35px; font-size: 14px; border: 1px solid #666; width: 110px; height: 30px; line-height: 30px;  text-align: center; margin:auto;float: none;} 
.sy-index-product div li a.more:after{content: ">";font-family:'宋体'; padding-left:5px;}
.sy-index-product div li a.more:hover { background: #000;border: 1px solid #000;color: #fff;}
.sy-index-product div.pic1 {width: 100%;}
.sy-index-product div.pic1 a {width:75%;float: left;}
.sy-index-product div.pic1 li {width:-webkit-calc(25% - 40px); width:-moz-calc(25% - 40px); width:calc(25% - 40px);float: left; text-align:center;padding:8% 20px 5% 20px;}
.sy-index-product div.pic1 li h3{ font-size: 44px;}
.sy-index-product div.pic1 li h4{ font-size: 18px;padding-bottom:30px;color: #000;}
.sy-index-product div.pic1 li a.more {position:relative;right:auto;top: auto;margin:50px auto auto;}
.sy-index-product div.pic2 {width:-webkit-calc(50% - 5px); width:-moz-calc(50% - 5px); width:calc(50% - 5px);margin-right: 5px;float: left; clear: left;}
.sy-index-product div.pic3 {width:-webkit-calc(50% - 5px); width:-moz-calc(50% - 5px); width:calc(50% - 5px);margin-left: 5px; float: left;}
.sy-index-product div.pic4 {width:-webkit-calc(50% - 5px); width:-moz-calc(50% - 5px); width:calc(50% - 5px);margin-right: 5px;float: left; clear: left;}
.sy-index-product div.pic5 {width:-webkit-calc(50% - 5px); width:-moz-calc(50% - 5px); width:calc(50% - 5px);margin-left: 5px; float: left;}
.sy-index-product div.pic6 {width:-webkit-calc(50% - 5px); width:-moz-calc(50% - 5px); width:calc(50% - 5px);margin-right: 5px;float: left; clear: left;}
.sy-index-product div.pic7 {width:-webkit-calc(50% - 5px); width:-moz-calc(50% - 5px); width:calc(50% - 5px);margin-left: 5px; float: left;}
.sy-index-product div.pic8 {width:-webkit-calc(50% - 5px); width:-moz-calc(50% - 5px); width:calc(50% - 5px);margin-right: 5px;float: left; clear: left;}
.sy-index-product div.pic9 {width:-webkit-calc(50% - 5px); width:-moz-calc(50% - 5px); width:calc(50% - 5px);margin-left: 5px; float: left;}

 /* index-video */
.sy-index-video {width: 100%;position: relative;overflow: hidden; background: #000; }
.sy-index-video * {overflow:hidden;display: block;font-weight: normal;text-transform: uppercase;font-style: normal;-webkit-transition:all .8s ease;-moz-transition:all .8s ease;transition:all .8s ease;}
.sy-index-video .pic {}
.sy-index-video .pic img{ display: block;width: 100%;height: auto;}
.sy-index-video .text { color: #fff; position: absolute; width:840px; left: 50%; margin-left: -420px;top:30%;z-index: 3;text-align: center;}
.sy-index-video .text h3{ font-size: 30px; }
.sy-index-video .text h2{ font-size: 40px;font-weight:bold; }
.sy-index-video .text h6{ padding: 50px 0; line-height:26px; font-size: 14px;}

.iplay { border:#FFF 2px solid;border-radius:100px; width:75px; height:75px; cursor: pointer; overflow:hidden; position:relative; margin:auto;}
.iplay i{display:block;width:0;height:0;border-width:15px 0px 15px 25px;border-style:solid;border-color:transparent transparent transparent #fff;position:absolute;top:50%;left:50%; margin-left:-10px; margin-top:-15px;}
.iplay:hover {background: #fff;}
.iplay:hover i { border-color:transparent transparent transparent #000;}

.sy-index-video .video { position:fixed;left: 0;top: 0;width: 100%;height: 100%;background: #000;z-index:900;display: none;}
.sy-index-video .video video { display: block;width: 100%;height: 100%; position: relative;z-index:103;}
.sy-index-video .video .close {width: 40px;height: 40px;position: absolute;right: 2%;top: 5%;z-index: 104;background: url("../images/del-b.svg") center no-repeat;background-size: 50%; cursor: pointer; border:2px solid rgba(123,123,123,0.8);border-radius:100px;}
.sy-index-video .video .close:hover {opacity: 0.5;}
.sy-index-video .video.showvideo {display: block;}
.sy-index-video .videobg {background: #000;max-height: 900px;}
.sy-index-video .videobg video {width:100%;height:100%; opacity: 0.5;}



 /* index-news */
.sy-index-news {width: 100%;position: relative;overflow: hidden; background: #e5e5e5;padding:5% 0;}
.sy-index-news .title {position: relative;}
.sy-index-news .title *{font-weight: normal;overflow: hidden;display: block;text-transform: uppercase;-webkit-transition:all .4s ease;-moz-transition:all .4s ease;transition:all .4s ease;}
.sy-index-news .title li {float: left;text-align: left;}
.sy-index-news .title h3{font-size: 30px; color: #000;}
.sy-index-news .title h4{font-size: 14px; color: #999;padding:5px 0;}
.sy-index-news .more {position: absolute;right:0px; top:5px; font-size: 14px; border: 1px solid #ccc; color: #999;width: 90px; height: 35px; line-height: 35px;  text-align: center;}
.sy-index-news .more:after{content: ">";font-family:'宋体'; padding-left:5px;}
.sy-index-news .more:hover { background: #000;border: 1px solid #000;color: #fff;}

.sy-index-news .list {overflow: hidden; padding:4% 0;clear: both;}
.sy-index-news .list *{font-weight: normal;overflow: hidden;display: block;text-transform: uppercase;-webkit-transition:all .4s ease;-moz-transition:all .4s ease;transition:all .4s ease;}
.sy-index-news .list li { background: #fff;position: relative;width: 33.33%;float: left;}
.sy-index-news .list li:before {content: "";border-left: 1px #e2e2e2 solid;position: absolute;left: 0;top: 0;width: 1px;height: 100%;z-index: 3;}
.sy-index-news .list li a{}
.sy-index-news .list li a .date {position: absolute;left: 0;top:0;z-index: 2;width: 20%;text-align: center;padding:30px 5% 0px 5%;background: #fff;}
.sy-index-news .list li a .date h2{font-size: 44px; color: #000;font-weight:bold;font-family:'Conv_KLAVIKA-REGULAR', Helvetica, Arial;}
.sy-index-news .list li a .date h5{font-size: 16px; color: #b2b2b2;font-family:'Conv_KLAVIKA-REGULAR', Helvetica, Arial;}
.sy-index-news .list li a .text {padding:25% 10% 5% 10%;width:80%;height: 70%;position: absolute;left: 0;top:0;z-index: 1; background: #fff;}
.sy-index-news .list li a .text h3{ font-size: 16px;color: #000;border-bottom: #e2e2e2 1px solid;padding:15px 0;}
.sy-index-news .list li a .text h4{ font-size: 14px;color: #808080; line-height: 24px;padding: 15px 0;}
.sy-index-news .list li a .text h5{ font-size: 14px;color: #999; line-height: 24px;padding: 0px 0  15px 0;border-bottom: #e2e2e2 1px solid;display: none;}
.sy-index-news .list li a .text h6 { font-size: 14px; margin-top: 20px;}
.sy-index-news .list li a .text h6:after{content: ">";font-family:'宋体'; padding-left:5px;}
.sy-index-news .list li a .pic {}
.sy-index-news .list li a .pic img {width: 100%;height:auto;max-height: 330px;min-height: 330px;}
.sy-index-news .list li a:hover .date {padding:30px 2% 6% 2%;}
.sy-index-news .list li a:hover .text{-moz-opacity:0; opacity:0;filter:alpha(opacity=0);}
.sy-index-news .list li a:hover .pic img{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);-o-transform:scale(1.1);transform:scale(1.1);}


.iplay-b { border:#000 2px solid;border-radius:100px; width:60px; height:60px; cursor: pointer; overflow:hidden; position:relative;}
.iplay-b i{display:block;width:0;height:0;border-width:12px 0px 12px 20px;border-style:solid;border-color:transparent transparent transparent #000;position:absolute;top:50%;left:50%; margin-left:-8px; margin-top:-12px;}
.iplay-b:hover {background: #000;}
.iplay-b:hover i { border-color:transparent transparent transparent #fff;}




