.loading{
	position: fixed;
	top:0;
	width: 100%;
	height: 100%;
	color: #999;
	z-index: 9999;
	text-align: center;
	background-color: #fff;
}
.form-go{position:absolute; top:0; left:0; opacity:0;display:none;}
.loading1{
	position: relative;
	display: inline-block;
	top: 45%;
	width: 27px;
	height: 27px;
}

.loading2{
	position: absolute;
	display: inline-block;
	top: -27px;
	right: -27px;
	width: 80px;
	height: 80px;
	background-image: url(../img/loading.png);
	background-position: center;
	background-repeat: no-repeat;
	-webkit-animation: loading 2s linear infinite;
	-moz-animation: loading 2s linear infinite;
	-o-animation: loading 2s linear infinite;
}

@-webkit-keyframes loading {
	from {-webkit-transform: rotate(0deg);}
	to {-webkit-transform: rotate(360deg);}
}
@-moz-keyframes loading {
	from {-moz-transform: rotate(0deg);}
	to {-moz-transform: rotate(360deg);}
}
@-o-keyframes loading {
	from {-o-transform: rotate(0deg);}
	to {-o-transform: rotate(360deg);}
}
@keyframes loading {
	from {transform: rotate(0deg);}
	to {transform: rotate(360deg);}
}

.loading_t{
	position: absolute;
	display: inline-block;
	top: 42px;
	left: -12px;
}

@font-face{
    font-family: 'Lato';
    font-style: normal;
  	font-weight: 300;
    src: url('../fonts/Lato-Light.eot'); /* IE9 Compat Modes */
    src: local('Lato Light'), local('Lato-Light'),
    	 url('../fonts/Lato-Light.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    	 url('../fonts/Lato-Light.woff2') format('woff2'), /* Modern Browsers */
         url('../fonts/Lato-Light.ttf') format('truetype'); 
         unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}

@font-face{
    font-family: 'Lato';
    font-style: normal;
  	font-weight: 300;
    src: url('../fonts/Lato-Light.eot'); /* IE9 Compat Modes */
    src: local('Lato Light'), local('Lato-Light'),
    	 url('../fonts/Lato-Light.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    	 url('../fonts/Lato-Light2.woff2') format('woff2'), /* Modern Browsers */
         url('../fonts/Lato-Light.ttf') format('truetype'); 
         unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}

html{
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

html, body{
	padding: 0;
	margin: 0;
	font-size: 95%;
}

body{
	position: relative;
	font-family: "Lato", "Microsoft JhengHei",Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 15px;
	line-height: 26px;
	overflow-x: hidden;
	-webkit-text-size-adjust: none;
}

body *{
	text-shadow: none;
}

*,
*:after,
*::before{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6{
	line-height: 1;
}

h1{
	float: left;
	width: 100%;
	color: #24B47E;
	font-size: 26px;
	padding: 0;
	margin: 4px 0 12px 0;
}

h1:before{
	content: " ";
	float: left;
	width: 30px;
	height: 30px;
	margin: -1px 6px 0 0;
	background-size: auto 100%;
}

h1.product_h1:before{background-image: url(../img/product_h1.svg);}
h1.application_h1:before{background-image: url(../img/application_h1.svg);}
h1.news_h1:before{background-image: url(../img/news_h1.svg);}
h1.videos_h1:before{background-image: url(../img/videos_h1.svg);}
h1.about_h1:before{background-image: url(../img/about_h1.svg);}
h1.contact_h1:before{background-image: url(../img/contact_h1.svg);}
h1.inquiry_h1:before{background-image: url(../img/inquiry_h1.svg);}
h1.search_h1:before{background-image: url(../img/search_h1.svg);}

h2{
	float: left;
	width: 100%;
	color: #111;
	font-size: 24px;
	padding: 2px 0 12px 0;
	margin: 0 0 10px 0;
}

h3{
	float: left;
	width: 100%;
	color: #6772E5;
	font-size: 22px;
	margin: 0 0 12px 0;
}

h4{
	float: left;
	width: 100%;
	color: #24B47E;
	font-size: 18px;
	margin: 12px 0;
}

h5{
	float: left;
	width: 100%;
	color: #333;
	font-size: 16px;
	margin: 0 0 12px 0;
}

p{
	float: left;
	display: block;
	margin: 0 0 10px 0;
}

a{
	color: #555;
	text-decoration: none;
	outline: none; /* for Firefox Google Chrome  */
	behavior: expression(this.onFocus=this.blur()); /* for IE */
}

a:focus{
	text-decoration: none;
	outline: none; /* for Firefox Google Chrome  */
	behavior: expression(this.onFocus=this.blur()); /* for IE */
}

a, a:link, a:active, a:visited, a:hover{
	text-decoration: none;
}

button{
	padding: 0;
	margin: 0;
	border: none;
	background-color: transparent;
	text-decoration: none;
	outline: none; /* for Firefox Google Chrome  */
	behavior: expression(this.onFocus=this.blur()); /* for IE */
}

ul, li{
	list-style: none;
	margin: 0;
	padding: 0;
}

input{
	font-family: "Lato", "Microsoft JhengHei",Arial, Helvetica, sans-serif;
	padding: 0;
	border: 0;
}

area{
	outline: none; /* for Firefox Google Chrome  */
	behavior: expression(this.onFocus=this.blur()); /* for IE */
}

header{
	position: fixed;
	top:0;
	width: 100%;
	height: 60px;
	color: #fff;
	z-index: 2000;
	-webkit-box-shadow: 0px 1px 5px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 1px 5px rgba(0,0,0,0.3);
	box-shadow: 0px 1px 5px rgba(0,0,0,0.3);
	background: linear-gradient(150deg,#53f 15%,#05d5ff 70%,#00fae8 94%);
	-webkit-transform: translateZ(0);
	transition: all 0.3s;
	transition: all 0s \9;
}

.header_i{
	height: 100px;
	background: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.header_s{
	height: 60px;
	-webkit-box-shadow: 0px 1px 5px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 1px 5px rgba(0,0,0,0.3);
	box-shadow: 0px 1px 5px rgba(0,0,0,0.3);
	transition: all 0.3s \9;
}

.h_i_bg{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	visibility: hidden;
	opacity: 0;
	z-index: -1;
	background: linear-gradient(150deg,#53f 15%,#05d5ff 70%,#00fae8 94%);
	transition: all 0.3s;
}

.navigation{
	width: 1100px;
	margin: 13px auto 0 auto;
	transition: margin 0.3s;
	transition: margin 0s \9;
}

.header_i .navigation{
	margin: 40px auto 0 auto;
}

.header_s .navigation{
	margin: 13px auto 0 auto;
	transition: margin 0.3s \9;
}

.logo{
	float: left;
	height: 35px;
	transition: all 0.3s;
	transition: all 0s \9;
}

.logo img{
	height: 100%;
}

.nav_box{
	position: relative;
	float: right;
}

.nav_box nav{
	float: left;
}

.nav_box ul.menu{
	float: left;
	margin: 0;
	border-top: 0; 
}

.nav_box ul.menu li{
	position: relative;
	float: left;
}

.nav_box ul.menu li a{
	float: left;
	height: 100%;
	color: #fff;
	font-size: 15px;
	text-align: center;
	font-weight: bold;
	line-height: 1;
	padding: 10px 22px 22px 22px;
	border-bottom: 0;
	opacity: 0.93;
	transition: all 0.25s ease;
}

.nav_box ul.menu li a:active{
	background-color: transparent\9;
}

.nav_box ul.menu li:hover a{
	color: #00f8e8;
}

.nav_box ul.menu li a.current{
	color: #00f8e8;
}

.nav_box ul.menu .n_a{
	display: none;
}

.nav_box ul.menu ul.child_menu{
	position: absolute;
	visibility: hidden;
	opacity: 0;
	top: 47px;
	left: -26px;
	width: 160px;
	text-align: center;
	padding: 8px 0;
	background-color: #fff;
	transition: all 0.15s ease;
	background: #fff;
    border-radius: 4px;
    box-shadow: 0 50px 100px rgba(50,50,93,.1), 0 15px 35px rgba(50,50,93,.15), 0 5px 15px rgba(0,0,0,.1);
}

.nav_box ul.menu ul.child_menu:before{
	content: " ";
    position: absolute;
    top: -6px;
    left: 50%;
    margin: 0 0 0 -6px;
    width: 12px;
    height: 12px;
    transform: rotate(45deg);
    background: #fff;
    box-shadow: -3px -3px 5px rgba(82,95,127,.04);
    will-change: transform;
}

.nav_box ul.menu ul.child_menu.c_m_l{
	left: -48px;
	width: 230px;
}

.nav_box ul.menu li:hover ul{
	visibility: visible;
	opacity: 1;
}

.nav_box ul.menu ul.child_menu li{
	float: left;
	width: 100%;
}

.nav_box ul.menu ul.child_menu li a{
	width: 100%;
	color: #6772E5;
	font-size: 15px;
	padding: 10px 12px;
}

.nav_box ul.menu ul.child_menu li a:hover{
	color: #32325d;
	transition: all 0.15s ease;
}

.nav_box ul.menu ul.child_menu ul{
	visibility: hidden;
	opacity: 0;
	top: 0;
	left: 100%;
	width: 140px;
}

.nav_box ul.menu ul.child_menu li:hover ul{
	visibility: visible;
	opacity: 1;
}

/*.arrow-bottom{
	position: absolute;
	top: 28px;
	right: 11px;
	display: inline-block;
	border-top: 6px solid #333;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
}*/

.arrow-bottom{
	position: absolute;
	top: 10px;
	right: 7px;
	display: inline-block;
}

.arrow-bottom:after{
	content: " ";
	display: inline-block;
	width: 13px;
	height: 9px;
	opacity: 0.93;
	background-image: url(../img/arrow-bottom.svg);
	transition: all 0.15s ease;
}

.current .arrow-bottom:after{
	background-image: url(../img/arrow-bottom-h.svg);
}

.nav_box ul.menu li:hover .arrow-bottom:after{
	opacity: 1;
}

.nav_r_box{
	float: right;
	margin: 0 0 0 15px;
}

.inquiry{
	position: relative;
	float: left;
	width: 30px;
	height: 30px;
	opacity: 0.93;
	margin-top: 3px;
	background-image: url(../img/inquiry.svg);
	transition: all 0.15s ease;
}

.inquiry:hover{
	opacity: 1;
}

.inquiry_quantity{
	position: absolute;
	top: -5px;
	right: -10px;
	width: 17px;
	height: 17px;
	color: #fff;
	font-size: 12px;
	line-height: 1;
	font-weight: bold;
	text-align: center;
	padding: 2px 0 0 0;
	border-radius: 18px;
	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	background-color: #FF498F;
}

.search{
	position: relative;
	float: left;
	width: 30px;
	height: 30px;
	opacity: 0.93;
	margin: 3px 0 0 15px;
	background-image: url(../img/search_w.svg);
	background-size: 100% auto;
	transition: all 0.2s;
}

.search:hover{
	opacity: 1;
}

.search_box{
	position: absolute;
	visibility: hidden;
	opacity: 0;
	top: 47px;
	right: 0;
	width: 260px;
	text-align: center;
	padding: 8px;
	background-color: #fff;
	transition: all 0.15s ease;
	background: #fff;
	border-radius: 4px;
	box-shadow: 0 50px 100px rgba(50,50,93,.1), 0 15px 35px rgba(50,50,93,.15), 0 5px 15px rgba(0,0,0,.1);
}

.search_box:before{
	content: " ";
	position: absolute;
	top: -6px;
	right: 10px;
	margin: 0 0 0 -6px;
	width: 12px;
	height: 12px;
	transform: rotate(45deg);
	background: #fff;
	box-shadow: -3px -3px 5px rgba(82,95,127,.04);
	will-change: transform;
}

.search_box input{
	border: none;
	height: 33px;
}

.search_box_active{
	visibility: visible;
	opacity: 1;
}

.search_enter{
	position: absolute;
	float: none;
	top: 7px;
	right: 8px;
	width: 33px;
	height: 33px;
	opacity: 0.4;
	background-image: url(../img/search.svg);
	background-size: 62% auto;
	background-repeat: no-repeat;
	background-position: center;
}

/*.arrow-right{
	position: absolute;
	top: 13px;
	right: 12px;
	display: inline-block;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 6px solid #bbb;
}*/

.m_menu_b{
	display: none;
}

#top{
	height: 60px;
}

#i_top #top{
	height: 0;
}

.s_box_container{
	position: relative;
	width: 100%;
	height: 100vh;
}

.s_bg{
	position: absolute;
	width: 100%;
	height: 100vh;
	overflow: hidden;
	z-index: -1;
	transform: skewY(-8deg);
	transform-origin: 0;
	background: linear-gradient(150deg,#53f 15%,#05d5ff 70%,#00fae8 94%);
}

.s1{
	position: absolute;
	top: 0;
	left: 0;
	width: 20vw;
	height: 26vh;
	background: #53f;
}

.s2{
	position: absolute;
	top: 0;
	left: 20vw;
	width: 80vw;
	height: 26vh;
	background: linear-gradient(80deg,#4924fd 10%,#05d5ff 70%);
}

.s3{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 60vw;
	height: 16vh;
	background: linear-gradient(110deg,#3573ff 15%,#06d2ff 70%);
}

.s4{
	position: absolute;
	bottom: 0;
	right: 0;
	width: 10vw;
	height: 30vh;
	background: linear-gradient(100deg,#01edef 15%,#00f6ea 70%)
}

.s_box{
	position: absolute;
	top: 19vh;
	left: calc((100% - 1100px) / 2);;
	width: 1100px;
	z-index: 60;
}

.intro{
	float: left;
	width: 570px;
	color: #fff;
	margin-top: 75px;
}

.intro_tit{
	float: left;
	width: 100%;
	font-size: 29px;
	line-height: 1.3;
	padding: 0 0 2.6vh 0;
}

.intro_con{
	float: left;
	width: 100%;
	font-size: 18px;
	line-height: 1.6;
	padding: 0 0 3vh 0;
}

.intro_con_t{
	float: left;
}

.intro_search{
	position: absolute;
	bottom: 112px;
	left: 30px;
	z-index: 200;
}

input{
	display: block;
	float: left;
	width: 100%;
	height: 38px;
	padding: 8px;
	font-size: 16px;
	line-height: 1;
	color: #333;
	background-color: #f6f6f6;
	background-image: none;
	border: 2px solid #DDD;
	border-radius: 0;
	-webkit-transition: border-color ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s;
	transition: border-color ease-in-out .15s;
}

input:focus{
	border-color: #AAA;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.intro_search input{
	float: left;
	width: 570px;
	height: 42px;
	border: none;
	padding: 6px 20px;
	border-radius: 38px;
	-webkit-border-radius: 38px;
	-moz-border-radius: 38px;
}

.intro_search .search{
	float: left;
	top: -1px;
	right: 48px;
	width: 48px;
	height: 43px;
	margin: 0;
	opacity: 0.4;
	background-image: url(../img/search.svg);
	background-size: auto 56%;
	background-repeat: no-repeat;
	background-position: center;
}

.intro_search .search:hover{
	opacity: 0.6;
}

.intro_b{
	position: relative;
	top: -18px;
	display: inline-block;
	float: right;
	width: auto;
	height: auto;
	color: #fff;
	font-size: 14px;
	line-height: 1;
	font-weight: bold;
	padding: 9px 24px;
	border: none;
	border-radius: 17px;
	-webkit-border-radius: 17px;
	-moz-border-radius: 17px;
	background-color: #f53e84;
	transition: all 0.2s;
}

.intro_b:hover{
	background-color: #FF498F;
}

.p_keywords{
	float: left;
	width: 100%;
	margin: 10px 0 0 0;
}

.p_keywords a{
	float: left;
	color: #fff;
	font-size: 16px;
	line-height: 22px;
	margin: 0 10px 10px 10px;
	border-bottom: 1px solid transparent;
	transition: all 0.2s;
}

.p_keywords a:hover{
	border-bottom: 1px solid #fff;
}

.s_product{
	float: right;
	width: 500px;
}

#kv_slider_m{
	display: none !important;
}

.ms-skin-default .ms-nav-next, .ms-skin-default .ms-nav-prev{
	right: -100px;
	margin-top: -30px;
	opacity: 0.6;
	transition: all 0.2s;
}

.ms-skin-default .ms-nav-next:hover, .ms-skin-default .ms-nav-prev:hover{
	opacity: 1;
}

.ms-skin-default .ms-nav-prev{
	left: -100px;
}

.ms-bullets.ms-dir-h{
	bottom: -100px;
}

.ms-skin-default .ms-bullet{
	opacity: 0.5;
}

.ms-skin-default .ms-bullet-selected{
	opacity: 1;
}

.content{
	width: 1100px;
	min-height: 800px;
	margin: 10px auto 100px auto;
}

.content_i{
	margin: 0 auto 40px auto;
	min-height: 0;
}

.brand{
	float: left;
	width: 100%;
}

.brand h1{
	float: left;
	width: 100%;
	color: #1A1A1A;
	font-size: 28px;
	line-height: 1;
	font-weight: bold;
	text-align: center;
	padding: 25px 0 20px 0;
	margin-bottom: 10px;
}

.brand h1:before{
	display: none;
}

.h1_e{
	font-family: "Century Gothic";
	font-weight: normal;
	float: left;
	width: 100%;
	font-size: 26px;
	padding: 10px 0 0 0;
}

.brand_row{
	float: left;
	width: 100%;
	padding: 0 0 30px 0;
}

.brand_box{
	position: relative;
	float: left;
	width: 48%;
	min-height: 156px;
	text-align: justify;
	padding: 20px 24px 16px 20px;
	margin: 0 1%;
	overflow: hidden;
	box-shadow: 0 10px 10px rgba(0,0,0,.02), 0 5px 10px rgba(0,0,0,.08), 0 0 5px rgba(0,0,0,.1);
	background-color: #fff;
	transition: all 0.2s;
}

.brand_box:hover{
	box-shadow: 0 20px 30px rgba(0,0,0,.06), 0 5px 10px rgba(0,0,0,.15), 0 0 5px rgba(0,0,0,.2);
}

.brand_box:after{
	content: " ";
	position: absolute;
	right: 0;
	bottom: -28px;
    width: 156px;
    height: 48px;
    transform: skewY(-19deg);
	background: linear-gradient(20deg,#ff4c59 50%,#c70070 100%);
}

.b_d_a_c2:after{
	background: linear-gradient(20deg,#ff6e1c 50%,#ffdc00 100%);
}

.b_d_a_c3:after{
	background: linear-gradient(20deg,#bbeca9 35%,#40bcff 100%);
}

.b_img{
	float: left;
	width: 27%;
	min-height: 110px;
	padding: 16px 10px 10px 0;
	margin-right: 3%;
	border-right: 1px solid #E6E6E6;
}

.b_img img{
	float: left;
	width: 100%;
}

.b_con{
	float: left;
	width: 70%;
	line-height: 22px;
	padding: 0 0 0 10px;
}

.b_more{
	position: absolute;
	right: 8px;
	bottom: 2px;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	z-index: 50;
}

.pt_box{
	width: 100%;
	background-size: 100% auto;
	background-repeat: no-repeat;
}

.pt01{background-image: url(../img/pt01.jpg);}
.pt02{background-image: url(../img/pt02.jpg);}
.pt03{background-image: url(../img/pt03.jpg);}
.pt04{background-image: url(../img/pt04.jpg);}

.pt_box_c{
	width: 1000px;
	padding: 8.2% 0 6.8% 4px;
	margin: 0 auto;
}

.pt_box_c h1{
	font-size: 34px;
	letter-spacing: 1px;
}

h1.h1_w{
	color: #fff;
	font-size: 34px;
	-webkit-text-shadow: 0px 0px 8px rgba(0,0,0,0.3);
	-moz-text-shadow: 0px 0px 8px rgba(0,0,0,0.3);
	text-shadow: 0px 0px 8px rgba(0,0,0,0.3);
}

.breadcrumb{
	float: left;
	width: 100%;
	color: #808080;
	font-size: 14px;
	line-height: 26px;
	font-weight: bold;
	margin: 0 0 10px 0;
}

.breadcrumb a{
	color: #808080;
	transition: all 0.2s;
}

.breadcrumb a:hover{
	color: #6772E5;
}

.b_home{
	display: inline-block;
	vertical-align: top;
	width: 22px;
	height: 24px;
	opacity: 0.8;
	background-image: url(../img/b_home.svg);
}

.b_home:hover{
	opacity: 1;
	background-image: url(../img/b_home_h.svg);
}

.l_box{
	position: relative;
	float: left;
	width: 180px;
}

.l_box_b{
	width: 220px;
}

.l_box_fixed{
	position: fixed !important;
	top: 90px;
	z-index: 100;
}

.l_nav_container{
	display: inline-block;
	width: 100%;
}

.l_nav_container *{
	display: inline-block;
	vertical-align: top;
}

.l_nav_tit{
	width: 100%;
	color: #424141;
	font-size: 24px;
	padding: 0 0 15px 0;
}

.dropdown-trigger{
	display: none;
}

.l_nav_box{
	width: 100%;
	text-align: center;
	background-color: #F6F9FC;
	-webkit-box-shadow: 0px 2px 7px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 2px 7px rgba(0,0,0,0.3);
	box-shadow: 0px 2px 7px rgba(0,0,0,0.3);
}

.l_nav{
	width: 100%;
	color: #6772E5;
	font-size: 15px;
	font-weight: bold;
	padding: 8px 0;
	border-bottom: 1px solid #DEEAF5;
  min-width:200px; 
}

.l_nav:last-child{
	border-bottom: none;
}

.l_nav:hover{
	border-left: 5px solid rgba(103,114,229,0.9);
	background-color: rgba(255,255,255,0.9);
	transition: all 0.2s;
}

.l_nav_active{
	color: #6772E5;
	border-left: 5px solid rgba(103,114,229,1);
	background-color: rgba(255,255,255,1);
}

.l_nav_s{
	font-size: 15px;
}

.l_nav a{
	float: left;
	width: 92%;
	font-size: 13px;
	text-align: left;
	line-height: 1.2;
	padding: 5px 2px;
	margin: 0 4%;
	border-bottom: 1px solid #ccc;
}

.l_nav a:hover{
	color: #6772E5;
}

.l_nav a:last-child{
	border-bottom: none;
}

.l_nav a span{
	float: right;
}

.l_nav a.current{
	color: #6772E5;
}

.r_box{
	float: left;
	width: 880px;
	margin: 10px 0 0 40px;
}

.r_box_m_l{
	margin-left: 220px;
}

.r_box_b{
	width: 830px;
	margin: 44px 0 0 50px;
}

.r_box_b .r_box_m_l{
	margin-left: 260px;
}

.p_b_row{
	float: left;
	width: 100%;
	margin-bottom: 20px;
	border-bottom: 1px solid #E7EAED;
}

.p_b_img{
	float: left;
	width: 18%;
}

.p_b_img img{
	float: left;
	width: 100%;
	margin: -10px 0 5px 0;
}

.p_b_t{
	float: left;
	width: 64%;
	padding: 0 10px 0 30px;
}

.p_b_b{
	float: left;
	width: 18%;
	text-align: center;
}

.b1{
	display: inline-block;
	width: auto;
	height: auto;
	color: #6772E5;
	font-size: 14px;
	line-height: 1;
	font-weight: bold;
	text-align: center;
	padding: 10px 30px;
	margin: 0 0 10px 0;
	border: none;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	box-shadow: 0 1px 6px rgba(0,0,0,.2);
	background-color: #fff;
	transition: all 0.2s;
}

.b1:hover{
	color: #7795f8;
	box-shadow: 0 2px 6px rgba(0,0,0,.3);
}

.b1_p{
	color: #fff;
	background-color: #6772E5;
}

.b1_r{
	color: #fff;
	background-color: #ED1E79;
}

.b1_r_t{
	color: #ED1E79;
}

.b1_p:hover{
	color: #fff;
	background-color: #7795f8;
}

.b1_r:hover{
	color: #fff;
	background-color: #FF498F;
}

.b1_r_t:hover{
	color: #FF498F;
}

.b1_b{
	font-size: 17px;
	padding: 12px 40px;
}

.brand_intro{
	float: left;
	width: 100%;
}

.brand_intro_img{
	float: left;
	width: 100%;
	text-align: center;
	margin-bottom: 15px;
	border: 1px solid #E6E6E6;
}

.brand_intro_img img{
	height: 110px;
	padding: 10px;
	margin-bottom: -5px;
}

.brand_intro_tit{
	float: left;
	width: 100%;
	text-align: center;
}

.brand_intro_tit h2{
	float: left;
	width: 100%;
	text-align: center;
	margin: 0;
}

.brand_intro_con{
	float: left;
	width: 100%;
	font-size: 14px;
	line-height: 22px;
	text-align: justify;
	margin-bottom: 15px;
}

.p_c_box{
	float: left;
	width: 100%;
}

.p_c{
	float: left;
	width: 48%;
	height: 160px;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	padding: 15px;
	margin: 0 1% 20px 1%;
	overflow: hidden;
	box-shadow: 0 10px 10px rgba(0,0,0,.02), 0 5px 10px rgba(0,0,0,.08), 0 0 5px rgba(0,0,0,.1);
	transition: all 0.2s;
}

.p_c:hover{
	box-shadow: 0 20px 30px rgba(0,0,0,.06), 0 5px 10px rgba(0,0,0,.15), 0 0 5px rgba(0,0,0,.2);
}

.p_c_l{
	float: left;
	width: 68%;
	padding: 10px;
}

.p_c_tit{
	float: left;
	width: 100%;
	color: #6772E5;
	font-size: 24px;
	line-height: 1.2;
	padding: 0 0 7px 0;
}

.p_c_t{
	float: left;
	width: 100%;
	max-height: 56px;
	overflow: hidden;
	line-height: 19px;
	padding-bottom: 7px;
}

.p_c_r{
	float: left;
	width: 32%;
}

.p_c_r img{
	float: left;
	width: 100%;
}

.s_p_box{
	float: left;
	width: 100%;
	padding: 0 0 20px 0;
}

.s_p_l{
	float: left;
	width: 500px;
	margin-bottom: 10px;
}

.s_p_l .p_box_img{
	float: left;
	display: block;
	width: 100%;
	height: 450px;
	font-size: 0px;
	text-align: center;
	padding: 0;
}

.s_p_l .p_box_img img{
	max-width: 90%;
	max-height: 90%;
	}

.s_p_l .s_img{
	width: 100%;
	height: 90px;
	border: 1px solid #fff;
}

.s_p_l .s_img img{
	max-width: 90%;
	max-height: 90%;
}

.owl-pagination{
	position: static;
	text-align: center;
	margin: 10px 0 0 0;
}

#sync1{
	margin: 0 0 10px 0;
	border: 1px solid #DCDCDC;
}

.owl-theme .owl-controls .owl-buttons div{
	opacity: 0.8;
}

.owl-prev{
	position: absolute;
	width: 40px;
	height: 90px;
	top: 50%;
	left: -40px;
	opacity: 0.8;
	margin-top: -45px;
	background-image: url(../img/o_p.png);
	background-image: url(../img/o_p_for_ie8.png) \9;
	background-size: 100% 100%;
}

.owl-next{
	position: absolute;
	width: 40px;
	height: 90px;
	top: 50%;
	right: -40px;
	opacity: 0.8;
	margin-top: -45px;
	background-image: url(../img/o_n.png);
	background-image: url(../img/o_n_for_ie8.png) \9;
	background-size: 100% 100%;
}

.owl-prev:hover, .owl-next:hover{
	opacity: 1 !important;
}

#sync2 .item{
	float: left;
	width: 96%;
	margin: 1.9%;
    border: 1px solid transparent;
    transition: all 0.2s ease;
}

#sync2 .item:hover{
	border: 1px solid #DCDCDC;
}

#sync2 .synced .item{
	border: 1px solid #DCDCDC;
}

.p_box_img{
	display:inline-block;
	vertical-align:middle;
	width: 100%;
	height: 280px;
	font-size: 0px;
	text-align: center;
}

.p_box_img:before{
	content: " ";
	display:inline-block;
	vertical-align:middle;
	height: 100%;
}

.p_box_img img{
	display:inline-block;
	vertical-align:middle;
	max-width: 90%;
	max-height: 100%;
}

.s_p_r{
	float: left;
	width: 270px;
	margin: 0 0 0 50px;
}

.s_p_r_tit{
	float: left;
	width: 100%;
	font-size: 28px;
	font-weight: bold;
	line-height: 1.2;
	color: #1A1A1A;
	padding: 0;
	margin: 0 0 8px 0;
}

.s_p_r_tit_c{
	float: left;
	width: 100%;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.2;
	color: #1A1A1A;
	padding: 0;
	margin: 0 0 12px 0;
}

.s_p_r h3{
	float: left;
	width: 100%;
	color: #24B47E;
	font-size: 20px;
	margin: 0 0 10px 0;
}

.s_p_r_con_box{
	float: left;
	width: 100%;
	margin: 0 0 12px 0;
}

.s_p_r_con{
	float: left;
	width: 100%;
	height: auto;
	text-align: justify;
}

.s_p_r_con_o{
	position: relative;
	height: 210px;
	overflow: hidden;
}

.s_p_r_con_o:after{
	content: " ";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 36px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+29,1+100 */
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 29%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 29%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 29%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

.more{
	float: right;
	display: inline-block;
	width: auto;
	height: auto;
	color: #6772E5;
	font-size: 14px;
	line-height: 1;
	font-weight: bold;
	text-align: center;
	padding: 4px 12px;
	margin: 5px 0 0 0;
	border: 1px solid #DEEAF5;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	background-color: #F6F9FC;
	transition: all 0.2s;
}

.more:hover{
	color: #7795f8;
}

.s_p_r_b{
	float: left;
	width: 100%;
	text-align: left;
	margin: 0 0 15px 0;
}

.s_p_r_b .b1{
	font-size: 15px;
	width: 129px;
	padding: 10px;
	margin: 0 7px 15px 0;
	cursor: pointer;
}

.s_p_r_b .b1:nth-child(even){
	margin: 0 0 15px 0;
}

.sale{
	line-height: 30px;
}

.s_p_r_box_tit2{
	float: left;
	width: 100%;
	font-size: 17px;
	line-height: 23px;
}

.s_p_r_box_con2{
	float: left;
	width: 100%;
	font-size: 14px;
	font-weight: bold;
}

.s_p_details{
	float: left;
	width: 100%;
	margin-bottom: 15px;
}

.tabs{
	float: left;
	width: 100%;
	border: 1px solid #DCDCDC;
}

.tabs ul{
	float: left;
	width: 100%;
	background-color: #F2F2F2;
}

.tabs li{
	float: left;
}

.tabs li a{
	float: left;
	display: block;
	width: 120px;
	color: #808080;
	line-height: 38px;
	font-weight: bold;
	text-align: center;
	border-right: 1px solid #DCDCDC;
	transition: all 0.2s;
}

.tabs li a:hover{
	background-color: rgba(255,255,255,0.3);
}

.tabs li.ui-state-active a{
	color: #24B47E;
	background-color: #ffffff;
}

.tab_con{
	float: left;
	width: 100%;
	padding: 15px;
}

.tab_con img{
	float: left;
	width: 100%;
}

.s_p_row{
	float: left;
	width: 100%;
}

.item{
	float: left;
	width: 30.333333%;
	height: 318px;
	padding: 2%;
	margin: 0 1.5% 1.5% 1.5%;
	text-align: center;
	font-size: 14px;
	line-height: 19px;
	transition: all 0.2s;
}

.item:hover .item_title{
	color: #6772E5;
}

.item:hover{
	box-shadow: 0 10px 10px rgba(0,0,0,.02), 0 5px 10px rgba(0,0,0,.08), 0 0 5px rgba(0,0,0,.1);
}

.s_p_box .item:hover{
	box-shadow: none;
}

.goods{
	float: left;
	width: 100%;
	margin: 10px 0;
}

.goods .item{
	width: 100%;
	height: auto;
	padding: 0 5%;
}

.item_img{
	display: inline-block;
	vertical-align:middle;
	width: 100%;
	height: 180px;
	font-size: 0px;
	margin: 0 0 10px 0;
	text-align: center;
}

.item_img:before{
	content: " ";
	display:inline-block;
	vertical-align:middle;
	height: 100%;
}
	
.item_img img{
	display: inline-block;
	vertical-align:middle;
	max-width: 100%;
	max-height: 100%;
}

.item_title{
	display: inline-block;
	width: 100%;
	max-height: 42px;
	color: #000;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.2;
	margin: 0 0 6px 0;
	overflow: hidden;
	transition: all 0.2s;
}

.item_class{
	display: inline-block;
	width: 100%;
	max-height: 20px;
	color: #333;
	font-size: 16px;
	font-weight: bold;
	overflow: hidden;
}

.item_type{
	display: inline-block;
	width: 100%;
	max-height: 20px;
	color: #333;
	font-size: 16px;
	font-weight: bold;
	overflow: hidden;
}

.item_info{
	display: inline-block;
	width: 100%;
	max-height: 38px;
	color: #333;
	font-size: 14px;
	font-weight: bold;
	overflow: hidden;
}

.item_l_box{
	float: left;
	width: 100%;
	margin: 5px 0 0 0;
}

.item_l_box label{
	width: 28px;
	height: 28px;
}

.item_l_box .b1{
	line-height: 22px;
	padding: 0 6px;
}

.item_l_box .m_row_amount{
	line-height: 22px;
}

.item_l_box .m_row_amount select{
	height: 22px;
}

.application{
	float: left;
	width: 100%;
	padding: 0 0 15px 0;
	margin: 0 0 30px 0;
	border-bottom: 1px solid #E7EAED;
}

.subclasses_box{
	position: relative;
	float: left;
	width: 100%;
	padding: 0 0 0 15px;
	margin: 10px 0;
	border-left: 3px solid #24B47E;
}

.subclasses_box h4{
	margin: 0 0 20px 0;
}

.subclasses_box .more{
	position: absolute;
	bottom: -10px;
	right: 0;
	float: none;
	margin: 0;
}

.a_box{
	float: left;
	width: 50%;
	line-height: 20px;
	font-weight: bold;
	padding: 0 25px 20px 0;
}

.a_box_i{
	float: left;
	width: 17%;
}

.a_box_i img{
	float: left;
	width: 100%;
}

.a_box_t{
	float: left;
	width: 83%;
	padding: 0 0 0 15px;
}

.a_box_tit{
	float: left;
	width: 100%;
	height: 20px;
	color: #6772E5;
	font-size: 16px;
	line-height: 1.2;
	text-align: left;
	margin: 0 0 2px 0;
	overflow: hidden;
	transition: all 0.2s;
}

.a_box:hover .a_box_tit{
	color: #a1a9ff;
}

.a_box_con{
	float: left;
	width: 100%;
	height: 66px;
	color: #888;
	font-size: 13px;
	line-height: 1.3;
	overflow: hidden;
}

.videos{
	float: left;
	width: 100%;
}

.video_box{
	float: left;
	width: 100%;
	margin: 0 0 10px 0;
}

.v_box{
	float: left;
	width: 25%;
	padding: 0 15px 15px 0;
}

.v_container{
	position: relative;
	padding: 0 0 56.25% 0;
	height: 0;
	overflow: hidden;
}

.v_container iframe{
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
}

.v_box_link{
	float: left;
	width: 100%;
	height: 30px;
	font-size: 16px;
	font-weight: bold;
	overflow: hidden;
	padding: 5px 0 0 0;
	transition: all 0.2s;
}

.v_box_link:hover{
	color: #6772E5;
}

.news{
	float: left;
	width: 100%;
}

.news h2{
	font-size: 26px;
	line-height: 1.3;
	margin-bottom: 0;
}

.news_row{
	float: left;
	width: 100%;
	line-height: 1.4;
	padding: 10px 0;
	border-bottom: 1px solid #E7EAED;
	transition: all 0.2s;
}

.news_row:hover{
	color: #6772E5;
}

.news_date{
	float: left;
	width: 9%;
	color: #6772E5;
	font-weight: bold;
	padding: 0 10px 0 0;
}

.news_con{
	float: left;
	width: 91%;
	font-weight: bold;
}

.news_s_box{
	float: left;
	width: 100%;
	margin: 6px 0 0 0;
}

.about{
	float: left;
	width: 100%;
}

.about_t_box{
	float: left;
	width: 100%;
	padding: 15px 0 20px 0;
}

.about_t_box_l{
	float: left;
	width: 18%;
	text-align: center;
}

.about_t_box_l img{
	width: 100%;
}

.about_t_box_r{
	float: left;
	width: 77%;
	font-size: 18px;
	line-height: 30px;
	padding: 0 0 0 30px;
}

.about_b_box{
	float: left;
	width: 100%;
	padding: 15px 0;
}

.about_b_box .p_b_img{
	width: 15%;
}

.about_b_box .p_b_t{
	width: 67%;
}

.about_b_box .p_b_b{
	width: 15%;
}

.contact{
	float: left;
	width: 100%;
}

.contact h2, .inquiry_box h2, .search_con h2{
	padding: 6px 0 12px 0;
}

.contact h3{
	margin: 0 0 8px 0;
}

.inquiry_box{
	float: left;
	width: 100%;
}

.t_r{
	color: #f53e84;
}

.t_l{
	font-size: 18px;
	line-height: 30px;
}

.in_box{
	width: 100%;
	margin: 0 auto;
	font-size: 16px;
	padding: 20px 0;
}

table.i_b{
	width: 100%;
	font-size: 16px;
	text-align: center;
	border: 2px solid #ccc;
}

table.i_b thead{
	color: #888;
	font-size: 15px;
	line-height: 30px;
	background-color: #e8e8e8;
}

table.i_b tr{
	border-bottom: 1px solid #d8d8d8;
}

table.i_b th{
	border-bottom: 1px solid #cfcfcf;
}

table.i_b td .i_box{
	display: inline-block;
	min-height: 100px;
}

table.i_b td .i_box:before{
	display: inline-block;
	content: " ";
	min-height: 100px;
	vertical-align: middle;
}

table.i_b td img{
	display: inline-block;
	vertical-align: middle;
	max-width: 120px;
	max-height: 120px;
	margin: 3px 0;
}

table.i_b td img:before{
	max-width: 110px;
	max-height: 110px;
	margin: 5px 0;
	vertical-align: middle;
}

table.i_b .t_n_l{
	display: inline-block;
	vertical-align: top;
	max-width: 200px;
	padding: 3px 0;
}

table.i_b .o_p_n{
	display: block;
	line-height: 1.4;
}

table.i_b .t_b{
	display: inline-block;
	font-size: 14px;
	line-height: 1.6;
	padding: 2px 8px;
}

table.i_b .r_o_time{
	display: inline-block;
	line-height: 1.2;
	text-align: left;
	padding: 5px 8px;
}

table.i_b .r_o_box{
	display: inline-block;
	font-size: 14px;
	line-height: 1.2;
	padding: 5px 8px;
}

.cancel{
	display: inline-block;
	vertical-align: top;
	width: 25px;
	height: 25px;
	background-image: url(../img/cancel.png);
	background-size: 100% auto;
	background-repeat: no-repeat;
	transition: none;
}

.cancel:hover{
	background-position:0 100%; 
}

.search_con{
	float: left;
	width: 100%;
}

.search_con .item{
	width: 22%;
}

.a_c_ul{
	float: left;
	width: 100%;
	margin: 10px 0 0 0;
	border-top: 1px solid #DCDCDC;
}

.a_c_ul li{
	float: left;
	width: 100%;
	padding: 10px 0 0 0;
}

.a_c_ul li:before{
	content: " ";
	display: inline-block;
	vertical-align: bottom;
	width: 24px;
	height: 24px;
	background-image:url(../img/v.svg);
}

.a_f_box{
	float: left;
	width: 100%;
	padding: 40px 0 0 0;
}

.a_f_row{
	position: relative;
	float: left;
	width: 720px;
	padding: 0 0 36px 78px;
	margin: 0 0 0 55px;
	border-left: 3px solid #76B051;
}

.a_f_row:last-child{
	border-left: 3px solid #fff;
}

.a_f_tit{
	position: absolute;
	top: -30px;
	left: -60px;
	width: 116px;
	height: 116px;
	color: #2C7500;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	padding: 44px 0 0 0;
	border: 1px solid #76B051;
	border-radius: 116px;
	-webkit-border-radius: 116px;
	-moz-border-radius: 116px;
	background-color: #fff;
}

.a_f_con{
	float: left;
	width: 100%;
	padding: 0 0 10px 0;
}

.a_f_img{
	float: left;
	width: 100%;
}

.a_f_img img{
	float: left;
	width: 100%;
}

.a_h_box{
	float: left;
	width: 100%;
}

.a_h_row{
	float: left;
	width: 100%;
	margin: 10px 0;
}

.a_h_y{
	float: left;
	width: 13.5%;
	color: #338800;
	font-size: 36px;
	line-height: 0.95;
}

.a_h_r{
	float: left;
	width: 86.5%;
}

.a_h_tit{
	float: left;
	width: 100%;
	color: #2C7500;
	font-size: 18px;
	font-weight: bold;
}

.a_h_con{
	float: left;
	width: 100%;
}

.a_o_box{
	float: left;
	width: 100%;
}

.s_o_box{
	float: left;
	width: 100%;
}

.s_o_wf{
	float: left;
	width: 36%;
	margin-top: 12px;
}

.s_o_row{
	position: relative;
	float: left;
	width: 100%;
	line-height: 1;
	font-weight: bold;
	text-align: center;
	padding: 12px 10px;
	margin: 0 0 32px 0;
	border: 1px solid #000;
	background-color: #fff;
}

.s_o_row:last-child{
	margin: 0;
}

.s_oem .s_o_row{
	color: #67A142;
	border: 1px solid #67A142;
}

.s_oem .s_o_row .s_o_t_c{
	color: #488B1D;
}

.s_oem .s_o_row:after{
	border-top-color: #ACD791;
}

.s_odm .s_o_row{
	color: #A37B4F;
	border: 1px solid #BE946B;
}

.s_odm .s_o_row .s_o_t_c{
	color: #845D3B;
}

.s_odm .s_o_row:after{
	border-top-color: #D2AC83;
}

.s_spa .s_o_row{
	color: #AC1C2A;
	border: 1px solid #DA8086;
}

.s_spa .s_o_row .s_o_t_c{
	color: #A4283F;
}

.s_spa .s_o_row:after{
	border-top-color: #E4939B;
}

.s_o_t_c{
	font-size: 18px;
}

.s_o_t_e{
	font-size: 15px;
	padding: 7px 0 0 0;
}

.s_o_row:after{
	content: " ";
	position: absolute;
	bottom: -23px;
	left: 50%;
	margin: 0 0 0 -30px;
	border-top: 14px solid #000;
	border-right: 26px solid transparent;
	border-left: 26px solid transparent;
}

.s_o_row:last-child:after{
	border: none;
}

.s_o_i{
	float: left;
	width: 64%;
}

.p_box{
	float: left;
	width: 100%;
	border: 6px solid #80BA17;
}

.p_box img{
	float: left;
	display: block;
	width: 100%;
	margin-bottom: -20px;
}

.p_box_tit{
	float: left;
	width: 100%;
	font-size: 16px;
	font-weight: bold;
	padding: 0 20px;
}

.p_box_con{
	float: left;
	width: 100%;
	padding: 15px;
}

.p_box_info{
	float: left;
	width: 100%;
	text-align: left;
}

.p_i_h{
	float: left;
	width: 100%;
	color: #fff;
	font-weight: bold;
	padding: 6px 15px;
	background-color: #80BA17;
}

.p_i_h_l{
	float: left;
	width: 25%;
}

.p_i_h_r{
	float: left;
	width: 75%;
	padding: 0 0 0 8px;
}

.p_i_b{
	float: left;
	width: 100%;
}

.p_row{
	float: left;
	width: 100%;
	padding: 8px 15px;
	border-bottom: 1px solid #CBCDCE;
}

.p_row_l{
	float: left;
	width: 25%;
	color: #6aa500;
	font-weight: bold;
}

.p_row_r{
	float: left;
	width: 75%;
	padding: 0 0 0 8px;
}

.p_row_n{
	float: left;
	width: 100%;
	color: #6aa500;
	font-size: 14px;
	padding: 5px 0 0 20px;
}

.contact_box{
	float: left;
	width: 50%;
	padding: 0 20px 20px 0;
}

.map_box{
	float: left;
	width: 100%;
	margin-bottom: 10px;
}

.map_box iframe{
	float: left;
	width: 100%;
	height: 300px;
}

.contact_info{
	float: left;
	min-height: 150px;
	font-size: 16px;
	font-weight: bold;
	padding: 0 0 10px 0;
}

.contact_b .b1{
	margin: 0 10px 10px 0;
}

.from_box{
	float: left;
	width: 100%;
}

.from_box form{
	float: left;
	width: 80%;
}

.c_f_row{
	float: left;
	width: 100%;
	padding: 12px 0;
}

.c_f_row_2{
	float: left;
	width: 55%;
}

.inquiry_box .c_f_row_2{
	float: left;
	width: 50%;
}

.c_f_row_l{
	float: left;
	width: 88px;
	font-weight: bold;
	text-align: right;
	line-height: 1;
	padding: 10px 0 0 0;
}

.c_f_row_r{
	float: left;
	width: calc(100% - 88px);
	padding: 0 0 0 3px;
}

select{
	position: relative;
	cursor: pointer;
	border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.select_box{
	position: relative;
	float: left;
}

.l_box .select_box{
	position: absolute;
	top: -30px;
	left: 800px;
	width: 286px;
}

.l_box .select_box .select_box_t{
	float: left;
	color: #999;
	font-size: 14px;
	font-weight: bold;
	padding: 6px 0 0 0;
}

.l_box .select_box .form_control{
	float: right;
	width: 220px;
	color: #6772E5;
	font-size: 15px;
	border: 1px solid #DEEAF5;
	background-color: #F6F9FC;
}

.l_box .select_box .form_control:focus{
	border: 1px solid #cbe6ff;
}

.select_box:after{
	content: " ";
	position: absolute;
	display: inline-block;
	top: 12px;
	right: 12px;
	width: 16px;
	height: 16px;
	background-image: url(../img/arrow-bottom-p.svg);
	background-size: 100% auto;
	background-repeat: no-repeat;
	pointer-events: none;
}

.form_control{
	display: block;
	float: left;
	width: 100%;
	height: 38px;
	padding: 8px;
	font-size: 16px;
	line-height: 1;
	color: #333;
	background-color: #f6f6f6;
	background-image: none;
	border: 2px solid #DDD;
	border-radius: 0 !important;
	-webkit-transition: border-color ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s;
	transition: border-color ease-in-out .15s;
}

.form_control:focus{
	border-color: #AAA;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.form_c_textarea{
	height: 200px;
}

.t_a_c{
	text-align: center;
}

.clearfix{
	clear: both;
}

.h_d{
	display: none;
}

.d_n{
	display: none !important;
}

.d_b{
	display: block !important;
}

.v_h{
	visibility: hidden !important;
	opacity: 0 !important;
}

.d_v{
	visibility: visible !important;
	opacity: 1 !important;
}

.h_auto{
	height: auto !important;
}

.top{
	position: fixed;
	bottom: 22px;
	right: 22px;
	width: 47px;
	height: 47px;
	z-index: 80;
	opacity: 0;
	visibility: hidden;
	background-image: url(../img/top.svg);
	background-size: 100% auto;
	background-repeat: no-repeat;
	transition: all 0.2s;
}

.top:hover{
	opacity: 0.8 !important;
}

footer{
	font-size: 15px;
	font-weight: bold;
	padding: 20px 0 22px 0;
	color: rgba(255,255,255,0.9);
	background-color: #999;
}

.footer_box{
	margin: 0 auto;
	width: 1100px;
	text-align: center;
}

.f_logo{
	display: inline-block;
	vertical-align: top;
	width: 126px;
	height: 65px;
	opacity: 0.9;
	margin-top: 8px;
	background-image: url(../img/logo_f.svg);
	transition: all 0.25s;
}

.f_logo:hover{
	opacity: 1;
}

.footer_t{
	display: inline-block;
	vertical-align: top;
	text-align: left;
	margin: 0 0 0 20px;
}

.ft_m_br{
	display: none;
}

.footer_t a{
	color: rgba(255,255,255,0.8);
}

@media screen and (max-width: 1500px){

.ms-bullets.ms-dir-h{
	bottom: -20px;
}

}

@media screen and (max-width: 1400px){

.s_product{
	width: 460px;
}

.ms-skin-default .ms-nav-next, .ms-skin-default .ms-nav-prev{
	top: 45%;
	right: -40px;
}

.ms-skin-default .ms-nav-prev{
	left: -40px;
}

.s_p_l .p_box_img{
	height: 300px;
}

.s_p_l .s_img{
	height: 90px;
}

}

@media screen and (max-width: 1200px){

body{
	line-height: 22px;
}

.b_o_h{
	overflow: hidden;
}

h1{
	margin: 10px 0 5px 0;
}

header{
	height: 56px !important;
}

.header_i{
	border-bottom: 1px solid rgba(255,255,255,0.3);
}

.header_s{
	border-bottom: none;
	-webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 1px 3px rgba(0,0,0,0.2);
	box-shadow: 0px 1px 3px rgba(0,0,0,0.2);
}

.navigation{
	position: relative;
	width: 100%;
	margin: 0 auto !important;
}

.logo{
	position: absolute;
	display: inline-block;
	float: none;
	left: 50%;
	height: 30px !important;
	margin-top: 14px !important;
	margin-left: -102px; 
}

.m_menu_b{
	float: left;
	display: block;
	width: 56px;
	height: 56px;
	background-size: 50% auto;
	background-repeat: no-repeat;
	background-position: 15px 15px;
	background-image: url(../img/m_menu_b.svg);
}

.m_menu_bg{
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	visibility: hidden;
	opacity: 0;
	z-index: 100;
	background-color: rgba(0,0,0,0.7);
	transition: all 0.35s ease;
}

.nav_box{
	position: absolute;
	top: 0;
	left: -260px;
	width: 260px;
	height: 100vh;
	overflow: auto;
	z-index: 200;
	-webkit-box-shadow: 0px 1px 5px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 1px 5px rgba(0,0,0,0.2);
	box-shadow: 0px 1px 5px rgba(0,0,0,0.2);
	background: linear-gradient(150deg,#53f 15%,#05d5ff 72%,#00fae8 100%);
	-webkit-overflow-scrolling: touch;
	transition: transform 0.35s ease;
}

.nav_box_d_b{
	transform: translateX(260px);
}

.nav_box ul.menu li{
	width: 100%;
}

.nav_box ul.menu li a{
	width: 260px;
	height: 46px;
	line-height: 47px;
	padding: 0;
	border-bottom: 1px solid rgba(255,255,255,0.2);
}

.nav_box ul.menu li a.current{
	color: #fff;
}

.nav_box ul.menu li:hover a.current{
	color: #438526;
}

.nav_box ul.menu ul.child_menu{
	position: static;
	display: none;
	visibility: visible;
	opacity: 1;
	float: left;
	width: 100% !important;
	padding: 0;
	border: none;
	border-radius: 0;
	box-shadow: none;
	background-color: rgba(255,255,255,0.76);
}

.nav_box ul.menu ul.child_menu:before{
	display: none;
}

.nav_box ul.menu ul.child_menu li{
	float: left;
	width: 100%;
	border-bottom: 1px solid rgba(103,114,229,0.3);
}

.nav_box ul.menu ul.child_menu li:last-child{
	border-bottom: 0;
}

.nav_box ul.menu ul.child_menu li a{
	float: left;
	width: 100%;
	padding: 0;
	border-bottom: none;
}

.nav_box ul.menu ul.child_menu ul{
	position: static;
	display: none;
	visibility: visible;
	opacity: 1;
	top: 0;
	left: 0;
	float: left;
	width: 100%;
	border-top: 1px solid #eee;
	border-bottom: none;
}

.nav_box ul.menu li .n_a{
	position: absolute;
	display: block;
	top: 0;
	right: 0;
	width: 46px !important;
	height: 46px;
	padding: 0 !important;
	z-index: 300;
	border-left: 1px solid rgba(255,255,255,0.2);
	border-bottom: none;
	background-image: url(../img/n_a_d.svg);
	transition: all 0s;
}

.nav_box ul.menu li ul li .n_a{
	border-left: 1px solid #eee;
}

.nav_box ul.menu li .n_a_u{
	background-image: url(../img/n_a_u.svg);
}

.arrow-bottom{
	display: none;
}

.arrow-right{
	display: none;
}

.nav_r_box{
	width: 260px;
	margin: 0;
	border-bottom: 1px solid rgba(255,255,255,0.2);
}

.inquiry{
	float: right;
	width: 45px;
	height: 45px;
	opacity: 1;
	background-size: 66% auto;
	background-repeat: no-repeat;
	background-position: 7px center;
}

.inquiry_quantity{
	top: 4px;
	right: 2px;
}

.search{
	display: none;
}

.search_box{
	position: relative;
	float: right;
	top: 0;
	width: 215px;
	visibility: visible !important;
	opacity: 1 !important;
	border-right: 1px solid rgba(255,255,255,0.2);
	border-radius: 0;
	box-shadow: none;
	background-color: transparent;
}

.search_box:before{
	display: none;
}

.search_box input{
	color: #fff;
	background-color: rgba(255,255,255,0.2);
	transition: background-color 0.2s;
}

.search_box input:focus{
	background-color: rgba(255,255,255,0.4);
}

.search_box input::-webkit-input-placeholder{
	color: rgba(255,255,255,0.7);
}

.search_enter{
	opacity: 1;
	background-image: url(../img/search_w.svg);
	background-size: 100% auto;
}

#top{
	height: 56px;
}

.s_box_container{
	height: auto;
}

.s1{
	display: none;
}

.s2{
	width: 100vw;
	left: 0;
	background: linear-gradient(80deg,#4924fd 10%,#2593ff 70%);
}

.s_box{
	position: static;
	top: 0;
	left: 0;
	width: 100%;
	padding: 70px 40px 20px 40px;
	margin: 0 auto;
}

.s_box:after{
	content: " ";
	display: block;
	clear: both;
}

.intro{
	width: 100%;
	margin: 0 0 20px 0;
}

.intro_tit{
	font-size: 27px;
	line-height: 1.2;
	padding: 0 0 6px 0;
}

.intro_con{
	font-size: 17px;
	padding: 0 20px 10px 20px;
}

.intro_con_t{
	width: 100%;
}

.intro_b{
	margin: 10px 0 0 15px;
}

.i_t_m{
	display: none;
}

.intro_search{
	position: relative;
	float: left;
	width: 100%;
	bottom: auto;
	left: 0;
}

.intro_search input{
	width: 100%;
}

.intro_search .search{
	position: absolute;
	display: block;
	right: 1px;
}

.p_keywords a{
	margin: 0 8px 8px 8px;
}

.s_product{
	width: 90%;
	margin: 0 5% 0 0;
}

.brand_row{
	padding: 0;
}

.brand_box{
	width: 100%;
	min-height: 0;
	padding: 20px;
	margin: 0 0 20px 0;
}

.b_img{
	min-height: 132px;
	padding: 25px 20px 20px 10px;
}

.content{
	width: 86%;
	min-height: 0;
}

.content_i{
	width: 76%;
	margin: 0 auto 20px auto;
}

#masterslider{
	display: none;
}

.ms-skin-default .ms-nav-next, .ms-skin-default .ms-nav-prev{
	display: none !important;
	opacity: 0 !important;
}

.ms-bullets.ms-dir-h{
	display: block;
	bottom: -50px;
	opacity: 1 !important;
}

#kv_slider_m{
	display: block !important;
	float: left;
	width: 100%;
}

.kv_slider{
	float: left;
	width: 100%;
	text-align: center;
}

.kv_slider img{
	max-width: 100%;
	max-height: 300px;
}

.s_box .owl-prev{
	left: -30px;
	width: 30px;
	height: 60px;
	background: url(../img/a_p.svg);
	background-size: 100% auto;
}

.s_box .owl-next{
	right: -30px;
	width: 30px;
	height: 60px;
	background: url(../img/a_n.svg);
	background-size: 100% auto;
}

.s_box .owl-theme .owl-controls .owl-page span{
	width: 10px;
	height: 10px;
	opacity: 0.5;
	border-radius: 10px;
	background-color: #fff;
}

.s_box .owl-theme .owl-controls .owl-page.active span,
.s_box .owl-theme .owl-controls.clickable .owl-page:hover span{
	opacity: 1;
}

.intro_box{
	padding: 20px 0;
}

.intro_b{
	float: none;
	top: 0;
}

.ibox{
	width: 220px;
	padding: 0 10px;
}

.i2_f1,.i2_f2,.i2_f3{
	display: none;
}

.i2_cbox{
	width: 100%;
	padding: 40px 0;
}

.i_product{
	padding: 30px 0;
}

.ibox_p{
	width: 45.6%;
	margin: 0 0 20px 3%;
}

.pt_box{
	background-size: cover;
	background-position: center;
}

.pt_box_c{
	width: 100%;
	padding: 50px;
	text-align: center;
	background-color: rgba(0,0,0,0.1);
}

.pt_box_c h1{
	color: #fff;
	font-size: 32px;
	letter-spacing: 2px;
	-webkit-text-shadow: 0px 0px 10px rgba(0,0,0,0.6);
	-moz-text-shadow: 0px 0px 10px rgba(0,0,0,0.6);
	text-shadow: 0px 0px 10px rgba(0,0,0,0.6);
}

.breadcrumb{
	margin: 0;
}

.l_box{
	width: 100% !important;
	height: auto !important;
}

.l_box .select_box{
	top: -20px;
	left: auto;
	right: 0;
}

.scroll-wrapper > .scroll-content{
	width: 100% !important;
}

.dropdown-trigger{
	position: relative;
	display: block;
	width: 100%;
	min-height: 50px;
	color: #6772E5;
	font-size: 21px;
	line-height: 1;
	font-weight: bold;
	text-align: center;
	padding: 14px 10px 10px 10px;
	border: 1px solid #DEEAF5;
}

.dropdown-trigger:after{
	content: " ";
	position: absolute;
	top: 12px;
	right: 12px;
	width: 24px;
	height: 24px;
	background-image: url(../img/arrow-bottom-p.svg);
}

.dropdown{
	position: absolute;
	top: 49px;
	left: 0;
	width: 100%;
	z-index: 60;
	visibility: hidden;
	opacity: 0;
	transition: all .15s ease;
}

.dropdown-is-active{
	visibility: visible;
	opacity: 1;
}

.l_nav_container{
	position: relative;
	margin: 10px 0 15px 0;
	border: none;
}

.lnc_p{
	float: right;
	width: calc(100% - 110px);
}

.lnc_p .dropdown{
	width: calc(100% + 110px);
	left: auto;
	right: 0;
}

.lnc_p_a{
	float: none;
	width: 100%;
}

.l_nav_tit{
	display: none;
}

.l_nav_box{
	border: 1px solid #DEEAF5;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	background-color: #fff;
}

.l_nav{
	line-height: 1;
	padding: 10px 0;
	border-bottom: 1px solid #DEEAF5;
}

.l_nav:hover{
	color: #fff;
	border-left: none;
}

.l_nav_box.p_l_nav .l_nav{
	float: left;
	width: 50%;
	border-right: 1px solid #dcdcdc;
}

.l_nav_box.p_l_nav .l_nav:nth-child(2n){
	border-right: none;
}

.l_nav_box.p_l_nav .l_nav:nth-last-child(2){
	border-bottom: none;
}

.l_nav_active{
	border-left: none;
}

.l_nav_s{
	font-size: 16px;
}

.l_nav a{
	padding: 6px;
	border-bottom: 1px solid #DEEAF5;
}

.brand_intro{
	width: 100px;
	margin-top: 10px;
}

.brand_intro_img{
	width: 100%;
	text-align: center;
	margin-bottom: 5px;
}

.brand_intro_img img{
	height: 48px;
	padding: 0;
}

.brand_intro_tit, .brand_intro_con{
	width: 60%;
	text-align: left;
	padding: 0 0 0 20px;
}

.brand_intro_tit h2{
	text-align: left;
}

.r_box{
	width: 100%;
	margin: 0;
}

.r_box h2{
	display: none;
}

.p_b_row{
	margin: 0 0 15px 0;
}

.p_b_img{
	width: 18% !important;
}

.p_b_img img{
	margin: 10px 0 0 0;
}

.p_b_t{
	width: 64% !important;
	padding: 0 30px 15px 30px;
}

.p_b_b{
	width: 18% !important;
}

.item{
	height: 310px;
}

.search_con .item{
	width: 30.333333%;
}

.s_p_l{
	width: 100%;
	margin: 0;
}

.s_p_l .p_box_img{
	height: 360px;
}

#sync2 .item{
	height: 100px;
}

.r_box .s_p_r h2{
	display: block;
}

.s_p_r_tit{
	margin: 0 0 6px 0;
}

.s_p_r_tit_c{
	margin: 0 0 10px 0;
}

.s_p_r{
	width: 100%;
	padding: 0;
	margin: 0;
}

.s_p_r_b .b1{
	float: left;
	width: 120px;
	margin: 0 10px 10px 0;
}

.s_p_r_b .b1:nth-child(even){
	margin: 0 10px 10px 0;
}

.v_box{
	width: 33.333333%;
}

.news_date{
	width: 100%;
	padding: 0;
}

.news_con{
	width: 100%;
}

.news h2{
	padding: 10px 0 12px 0;
}

.about_t_box_l{
	width: 30%;
}

.about_t_box_r{
	width: 70%;
}

.a_c_img{
	width: 61%;
}

.a_c_con{
	width: 36%;
}

.a_c_ul li{
	padding: 5px 0 0 0;
}

.a_f_row{
	width: 88%;
	margin: 0 0 0 9%;
}

.a_h_r{
	padding: 0 0 0 2%;
}

.a_o_box img{
	width: 100%;
}

.s_o_wf{
	width: 40%;
}

.s_o_i{
	width: 60%;
}

.p_row_n{
	text-align: center;
}

.contact_box h2{
	margin: 12px 0;
}

.from_box{
	width: 100%;
}

.from_box form{
	width: 100%;
}

.p_c_tit{
	font-size: 22px;
}

.v_d{
	display: none;
}

.h_d{
	display: block;
}

.footer_box{
	width: 100%;
}

.footer_t{
	padding: 0 20px;
	margin: 0;
}

.f_logo{
	display: none;
}

}

@media screen and (max-width: 767px){

.intro{
	margin: 0;
}

.intro_b{
	margin: 10px 0 3px 0;
}

.brand_box{
	padding: 12px 20px 20px 20px;
	margin: 0 0 30px 0;
}

.b_img{
	width: 100%;
	min-height: 0;
	padding: 0 40px;
	margin: 0;
	border: none;
}

.b_con{
	width: 100%;
	padding: 0 5px 5px 5px;
}

.con_i1 h1{
	font-size: 24px;
	padding: 10px 0;
}

.con_i1 h2{
	font-size: 24px;
	padding: 0 0 10px 0;
}

.s_bg{
	height: 105vh;
}

.s_box{
	padding: 70px 20px 40px 20px;
}

.p_keywords{
	margin: 5px 0 0 0;
}

.p_keywords a{
	font-size: 14px;
	margin: 0 2px 2px 2px;
}

.intro_search input{
	height: 36px;
	padding: 4px 20px;
}

.intro_search .search{
	top: 0;
	right: 0;
	width: 36px;
	height: 36px;
}

.kv_slider img{
	width: 68%;
}

.intro_tit{
	font-size: 18px;
	padding: 0 0 3px 0;
}

.intro_con{
	font-size: 15px;
}

.s_box .owl-prev{
	left: -15px;
}

.s_box .owl-next{
	right: -15px;
}

.ibox{
	width: 100%;
	padding: 0 35px 20px 35px;
}

.ibox img{
	float: none;
	width: 100%;
}

.ibox_t{
	padding: 0 5px;
	line-height: 22px;
}

.ibox_p{
	width: 70%;
	margin: 0 15% 20px 15%;
}

.ibox_p_con{
	height: auto;
	padding: 0 0 15px 0;
}

.pt02, .pt03{
	background-position: right center;
}

.l_box .select_box{
	top: 10px;
	width: 110px;
}

.l_box .select_box:after{
	right: 8px;
}

.l_box .select_box_t{
	display: none;
}

.l_box .select_box .form_control{
	width: 110px;
}

.l_box .select_box .form_control{
	font-size: 14px;
}

.l_nav_box.p_l_nav .l_nav_s{
	font-size: 15px;
}

.s_o_box h3{
	line-height: 1.3;
}

.brand_intro_tit h2{
	margin: 20px 0 0 0;
}

.brand_intro_con{
	width: 100%;
	padding: 0;
	margin-bottom: 5px;
}

.item{
	width: 47%;
	height: 233px;
}

.s_p_l .p_box_img{
	height: 220px;
}

#sync2 .item{
	height: 80px;
}

.owl-buttons{
	display: none;
}

.s_box .owl-buttons{
	display: block;
}

.s_p_l .owl-pagination{
	margin: 5px 0 0 0;
}

.s_p_l{
	margin: 0 0 12px 0;
}

.s_p_r_tit{
	font-size: 26px;
}

.s_p_r_tit_c{
	font-size: 22px;
}

.s_p_r_con_box{
	margin: 0 0 15px 0;
}

.s_p_r_b .b1{
	float: left;
	width: 46.4%;
	margin: 0 1.8% 12px 1.8%;
}

.s_p_r_b .b1:nth-child(even){
	margin: 0 1.8% 12px 1.8%;
}

.tabs ul li{
	width: 50%;
}

.tabs ul li a{
	width: 100%;
	border-right: none;
}

.item_img{
	height: 110px;
}

.item_title{
	font-size: 18px;
	margin: 0 0 2px 0;
}

.p_c{
	width: 100%;
	height: auto;
	margin: 0 0 20px 0;
}

.a_box{
	width: 100%;
	text-align: left;
	padding: 0 0 20px 0;
}

.v_box{
	width: 100%;
}

.about_t_box_l{
	width: 100%;
}

.about_t_box_l img{
	width: 60%;
	padding: 15px 0;
}

.about_t_box_r{
	width: 100%;
	font-size: 16px;
	line-height: 26px;
	padding: 0 20px;
}

.a_c_img{
	width: 100%;
}

.a_c_con{
	width: 100%;
	margin: 3px 0 0 0;
}

.a_c_ul{
	margin: 5px 0 0 0;
}

.a_c_ul li:before{
	margin: 0 2px 0 0;
}

.a_f_box{
	padding: 0;
}

.a_f_row{
	padding: 0 0 20px 12%;
}

.a_f_tit{
	top: -3px;
	left: -32px;
	width: 60px;
	height: 60px;
	line-height: 1.3;
	padding: 9px;
}

.a_h_tit{
	font-size: 16px;
	padding: 0 0 5px 0;
}

.a_h_y{
	width: 100%;
	font-size: 32px;
	padding: 0 0 10px 0;
}

.a_h_r{
	width: 100%;
	padding: 0;
}

.s_o_wf{
	width: 100%;
}

.s_o_t_c{
	font-size: 17px;
}

.s_o_t_e{
	font-size: 14px;
}

.s_o_i{
	width: 100%;
}

.p_box_tit{
	font-size: 15px;
	line-height: 1.3;
}

.p_i_h{
	font-size: 14px;
	padding: 2px 8px;
}

.p_row{
	padding: 6px 0;
	line-height: 1.3;
}

.p_row_l{
	width: 22%;
	padding: 0 0 0 8px;
}

.p_row_r{
	width: 78%;
}

.contact h2{
	padding: 12px 0 2px 0;
}

.contact_box{
	float: left;
	width: 100%;
	padding: 0 0 20px 0;
}

.map_box iframe{
	height: 200px;
}

.contact_row{
	padding: 5px 0;
}

.qr_code_box{
	display: none;
}

.contact_info{
	min-height: 0;
	font-size: 15px;
}

.contact_b .b1{
	padding: 10px;
	margin: 0 0 8px 4px;
}

.p_b_row{
	padding: 0 0 30px 0;
}

.p_b_img{
	width: 100% !important;
	text-align: center;
}

.p_b_img img{
	float: none;
	width: 60%;
	margin: 0;
}

.p_b_t{
	width: 100% !important;
}

.p_b_b{
	width: 100% !important;
}

.b1{
	margin: 0 5px;
}

.c_f_row{
	padding: 8px 0;
}

.c_f_row_2{
	width: 100% !important;
}

.ft_m_br{
	display: block;
}

table.i_b{
	border: none;
}

table.i_b thead{
	display: none;
}

table.i_b tr{
	margin: 0 0 10px 0;
	overflow: hidden;
	display: block;
	vertical-align: middle;
	border: 2px solid #b7b7b7;
}

table.i_b td{
	width: 100%;
	display: table;
	vertical-align: middle;
	border-bottom: 1px solid #b7b7b7;
}

table.i_b td:last-child{
	border-bottom: none;
}

table.i_b td:before{
	content: attr(data-label);
	font-size: 15px;
	padding-right: 5px;
	text-align: right;
	text-transform: none;
	color: #888;
	width: 36%;
	background: #e8e8e8;
	display: table-cell;
	vertical-align: middle;
	float: none;
	border-right: 1px solid #b7b7b7;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

table.i_b td>*:not(before) {
	line-height: 1.1;
	padding: 4px;
	word-wrap: break-word;
	word-break: break-all;
	display: table-cell;
	vertical-align: middle;
	float: none;
}

table.i_b .t_n_l{
	max-width: 100%;
}

}