@charset "utf-8";
/* CSS Document */
@font-face{
	src:url(../fonts/Montserrat-Light.otf);
	font-family:"myfont";
	}
@font-face{
	src:url(../fonts/Montserrat-Bold.otf);
	font-family:"title";
	}
@font-face{
	src:url(../fonts/Montserrat-Regular.otf);
	font-family:"myfont2";
	}
@font-face {
  font-family: 'iconfont';
  src:url(../icons/iconfont.eot);
  src: url(../icons/iconfont.eot?#iefix) format('embedded-opentype'),
  url(../icons/iconfont.woff) format('woff'),
  url(../icons/iconfont.ttf) format('truetype'),
  url(../icons/iconfont.svg#iconfont) format('svg');
}
.iconfont{
  font-family:"iconfont" !important;
  font-size:16px;font-style:normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}
*{
	padding:0;
	margin:0;
	border:none;
	outline:none;
	font-size:62.5%;
	color:#666;
	list-style:none;
	font-family:"myfont", sans-serif;
	font-weight:normal;
	}
p{
	margin:0;
    padding:0;
    border:0;
    outline:0;
    font-weight:inherit;
    font-style:inherit;
	list-style:none;
	font-size:12px;
	line-height:24px;
	}
article, aside, dialog, figure, footer, header, hgroup, menu, nav, dir, section{
    margin: 0;
    padding: 0;
    display: block;	
}
img{
	display: block;
}
.clear{
	clear:both;
	}
a{
	text-decoration:none;
	}
::-webkit-scrollbar-thumb:hover {
    background:#008fd7;
}

::selection {
    background: #008fd7;
    color: #fff;
}
.w_all{
	width:94%;
	margin:auto;
}
.w_all2{
	width:55%;
	margin:auto;
}
.w_all3{
	width:76%;
	margin:auto;
}
/*index*/
html, body{
	width:100%;
	position:relative;
	font-size:62.5%;
	}
header{
	width:100%;
	position:fixed;
	left:0%;
	top:0px;
	z-index:9999;
	background: #fff;
	}
.n_top{
	background: #ececec ;
	padding: 2px 0;
}
.n_top .w_all{
	position: relative;
}
.n_top p{
	text-align: center;
	font-size: 1.3rem;
	color: #494948;
}
.n_top .languages{
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	display: flex;
	align-items: center;
	cursor: pointer;
	z-index: 2;
	overflow: hidden;
}
.n_top .languages span{
	float: 1.4rem;
	display: block;
	margin: 0 10px 0 5px;
	line-height: 28px;
}
.n_top .languages i{
	float: 1.3rem;
	display: block;
	margin-top: 2px;
}
.o_lan{
	position: absolute;
	left: 0px;
	top: 30px;
	width: 100%;
	background: #fff;
	z-index: 9;
	padding: 5px;
	box-shadow: 0 0 5px rgba(0,0,0,0.1);
	opacity: 0;
	box-sizing: border-box;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.n_top .languages:hover{
	overflow: inherit;
}
.n_top .languages:hover .o_lan{
	opacity: 1;
	top: 27px;
}
.s_submit{
	position: absolute;
	right: 0;
	top: 0;
	width: 34px !important;
	height:34px;
	background: none;
	border: none;
}
.o_lan strong{
	display: none;
}
.o_lan img{
	float: left;
	margin: 3px 5px 0 0;
}
.o_lan b{
	padding:5px 4px;
	display: block;
	font-size: 1.2rem;
	color: #555;
}
.o_lan b:hover{
	color: #008fd7;
}
.nav_box{
	position: relative;
	padding: 10px 0;
}
.logo{
	height: 58px;
	-webkit-transition:all 0.5s linear;
	transition:all 0.5s linear;
	float:left;
}
.logo img{
	display: block;
	height: 100%;
}
.nav_box .left{
	position: absolute;
	left: 50%;
	top: 52%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.nav_box .left h2{
	font-size: 1.6rem;
	color:#333;
	cursor: pointer;
	line-height: 30px;
	float: left;
	letter-spacing: 0;
	margin-right: 60px;
	font-family: "myfont2";
}
.search{
	float: left;
	padding-right: 12px;
	border-radius: 8px;
	box-sizing: border-box;
	background: #eaeaea;
}
.search i{
	font-size: 1.4rem;
}
.search input{
	width: 520px;
	line-height: 18px;
	padding: 6px 0 6px 12px;
	color: #111;
	font-size: 1.4rem;
	background: none;
}
input::-webkit-input-placeholder{
    font-size: 1.2rem;
    }
.nav_box ul{
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition:all 0.5s linear;
	transition:all 0.5s linear;
	}
.nav_box ul li.language{
	display: flex;
	margin-left: 20px;
}
.language span{
	display: block;
	margin: 0 10px;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.language span img{
	height: 18px;
}
.language span .img2{
	display: none;
}
.language span:hover .img2{
	display: block;
}
.language span:hover .img1{
	display: none;
}
header .bot_box{
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}
header .n_bot{
	width: 64%;
	margin: auto;
}
html[lang="ch"] header .n_bot{
	width: 50%;
}
html[lang="sp"] header .n_bot{
	width: 80%;
}
header dl{
	display: flex;
	justify-content: space-between;
}
header dl dd{
	position: relative;
	z-index: 9;
}
header dl dd h1{
	font-size: 1.7rem;
	position: relative;
	-webkit-transition:all 0.4s;
	transition:all 0.4s;
	color:#494948;
	line-height: 58px;
	font-family:"myfont2";
}
html[lang="ch"] header dl dd h1{
	font-weight: bold;
}
header dl dd.active h1{
	}
header dl dd h1:hover{
	color: #008fd7;
}
header dl dd h1::before{
	box-sizing: content-box;
    width: 0px;
    height: 0px;
    position: absolute;
    bottom: -1px;
    left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
    padding:0;
    border-bottom: 8px solid #FFFFFF;
    border-left:8px solid transparent;
    border-right: 8px solid transparent;
    display: block;
    content:'';
    z-index: 12;
	opacity: 0;
}
header dl dd h1:after{
    box-sizing: content-box;
    width: 0px;
    height: 0px;
    position: absolute;
    bottom: -1px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    padding:0;
    border-bottom: 9px solid #cccccc;
    border-left:10px solid transparent;
    border-right:10px solid transparent;
    display: block;
    content:'';
    z-index:10;
	opacity: 0;
}
header dl dd.hover h1:before,header dl dd.hover h1:after{
	opacity: 1;
}
header dl dd.hover h1{
	color: #008fd7;
}
.con h1{
	cursor: pointer;
}
.con h1::before,.con h1::after{
	display: none;
}
.menubox{
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background: #494948;
	opacity: 0.6;
	display: none;
	z-index: 9;
}
.s_menu{
	position: fixed;
	left: 0px;
	top: 166px;
	width: 100%;
	display: none;
	z-index: 9999;
	padding: 12px;
	background: #fff;
	display: none;
	border-top: 1px solid #eee;
}
.s_menu .ss{
	padding: 2% 26%;
	box-sizing: border-box;
}
.s_menu .s1{
	width: 42%;
	float: left;
	position: relative;
}
.s_menu h2{
	font-size: 1.6rem;
	color:#333;
	opacity: 0.9;
	margin-bottom: 15px;
}
.s_menu .s1 a{
	display: block;
	padding: 6px 0;
	font-size: 1.4rem;
	color:#333;
	opacity: 0.9;
	line-height: 20px;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
	cursor: pointer;
}
.s_menu .s1 a i{
	font-size: 1.3rem;
	margin-left: 10px;
}
.s_menu .s1 a:hover,.s_menu a:hover i{
	color: #008fd7;
	opacity: 1;
}
.s_menu .s1 a.active{
	color: #008fd7;
	opacity: 1;
}
.s_menu .ss2{
	position: relative;
}
.s_menu .ss2:hover > a,.s_menu .ss2:hover > a i{
	color: #008fd7;
}
.s_menu .imgs{
	width: 50%;
	float: right;
}
.s_menu .imgs b{
	width: 50%;
	display: block;
	float: left;
	padding: 0% 4%;
	box-sizing: border-box;
}
.s_menu .imgs b p{
	font-size: 1.4rem;
	margin-top: 10px;
	float: left;
}
.s_menu .imgs span{
	display: flex;
}
.s_menu .imgs b:hover p{
	text-decoration: underline;
}
.s_menu .imgs b img{
	width: 100%;
}
.s_menu .imgs b i{
	float: left;
	font-size: 1.3rem;
	margin-top: 16px;
	padding-left: 10px;
	display: block !important;
}
.s_menu .s22{
	position: relative;
}
.s_menu .s2{
	position: absolute;
	right: 20%;
	top: 0;
	display: none;
	z-index: 9;
}
.navBtn{
	display: none;
}
.nav_pc .s_menu,.menubox,header dl dd h1:after{
	display: none !important;
}
.banner{
	width:100%;
	height: 100%;
	position:relative;
	overflow: hidden;
	background: #fff;
	padding-top: 166px;
	height: 620px;
	}
.banner ul{
	width:100%;
	height: 100%;
	position: relative;
	display: block;
	}
.banner ul li{
	width: 100%;
	position: absolute;
	left: 0;
	top: 0px;
	display: none;
	height: 100%;
}
.banner ul li:first-of-type{
	display: block;
}
.ban_btn {
	position: absolute;
	left:50%;
	bottom:4%; 
	transform: translateX(-50%);
}
.ban_btn b{
	display: block;
	width: 8px;
	height:8px;
	border: 1px solid rgba(73,73,72,0.5);
	border-radius: 50%;
	margin: 0 6px;
	float: left;
}
.ban_btn b.ban_btn_active{
	border-color: #008fd7;
	background:#008fd7;
}
.index_bar2{
	padding: 0% 0;
}
.index_bar2 ul {
	width: 80%;
	margin: auto;
}
.index_bar2 ul li{
	margin: 5% 0;
	position: relative;
	overflow: hidden;
}
.index_bar2 ul li b{
	display: block;
	overflow: hidden;
	width: 64%;
	float: right;
}
.index_bar2 ul a:nth-of-type(2n) li b{
	float: left;
}
.index_bar2 ul li b img{
	width: 100%;
	display: block;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.index_bar2 ul li h2{
	width: 30%;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 1.8rem;
	color: #7d7c7d;
	text-align: center;
}
.index_bar2 ul li h2 strong{
	display: block;
	font-size: 3.6rem;
	color: #333;
	margin-bottom: 15px;
	font-family: "title";
	line-height: 1.3;
}
.index_bar2 ul a:nth-of-type(2n) li h2{
	left: inherit;
	right: 0;
}
.more0{
	margin: 8% auto 0;
	width: max-content;
	text-align: center;
	padding: 6px 10px 6px 12px;
	opacity: 0.7;
	font-size: 1.3rem;
	color: #7d7c7d;
	border: 1px solid #7d7c7d;
	line-height: 15px;
	display: flex;
	justify-content: center;
	align-items: center;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.more0:hover{
	opacity: 1;
}
.more0 i{
	color: #7d7c7d;
	font-size: 1.2rem;
	display: block;
	margin-top: 1px;
	margin-left: 5px;
}
.index_bar3{
	background:#111;
	background-size:cover;
	width:100%;
	height:100%;
	position:relative;
	}
.index_bar3 video{
	width: 100%;
	height:100%;
	display: block;
    object-fit: cover;
    border: 0;
}
.index_bar3 .ban_btn img{
	display:block;
	width:70px;
	position:absolute;
	left:50%;
	top:50%;
	margin-left:-35px;
	display: none;
	}
.footer{
	position: relative;
	padding: 3% 0 0;
	border-top: 1px solid #eee;
}
.footer .right{
	margin: auto;
	width: 16%;
}
.footer .right img{
	width: 100%;
}
.footer .right b{
	display: block;
	width:22px;
	padding: 6px;
	background: #666767;
	float: left;
	border-radius: 14px;
	margin:0 12px;
	cursor: pointer;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.footer .right b img{
	width: 100%;
}
.footer .right b:hover{
	background: #008fd7;
}
.footer ul{
	padding-bottom: 3%;
	border-bottom: 1px solid rgba(0,0,0,0.2);
	margin: 0% auto 2%;
	display: flex;
	justify-content: center;
}
.footer ul li{
	font-size: 1.7rem;
	color: #666767;
	cursor: pointer;
	opacity: 0.8;
	text-align: center;
}
.footer .bottom{
	position:relative;
	z-index: 2;
	padding: 3% 5%;
	box-sizing: border-box;
	}
.footer .rr{
	float: left;
	width:70%;
}
.footer .rr dl{
	float: left;
	width: 25%;
}
.footer .rr dt{
	font-size: 1.6rem;
	color: #333;
	margin-bottom: 30px;
}
.footer .rr dd{
	font-size: 1.4rem;
	color: #7d7c7d;
	margin: 10px 0;
	-webkit-transition: all 0.4s linear;
	transition: all 0.4s linear;
	cursor: pointer;
}
.footer .rr dd:hover{
	color: #008fd7;
}
.footer .left{
	float: right;
	width: 30%;
}
.footer .left h2{
	width: 100%;
	display: flex;
}
.footer .left input{
	width: 80%;
	background: #e6e5e5;
	padding: 20px 10px;
	color: #333;
	font-size: 1.6rem;
}
.footer .left input::-webkit-input-placeholder{
    font-size: 1.6rem;
	color: #333;
    }
.footer .left h2 i{
	font-size: 2.4rem;
	color: #fff;
	line-height: 63px;
	text-align: center;
	width: 20%;
	background: #666767;
}
.footer .left p{
	font-size: 1.6rem;
	color: #7d7c7d;
	margin: 0 0 8%;
	line-height: 1.8;
}
.footer .link{
	position: absolute;
	right: 3%;
	top: 50%;
	cursor: pointer;
	z-index: 99;
}
.footer .link span{
	text-align: center;
	display: block;
	color: #333;
	font-size: 1.2rem;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
	opacity: 0.8;
}
.footer .link span img{
	display:block;
	width:28px;
	margin-bottom: -6px;
	}
.footer .link span:hover{
	-webkit-transform: scale(1.06);
	transform: scale(1.06);
	opacity: 1;
}
.footer .boxs{
	background: #eee;
	padding: 2px 0;
}
.footer .boxs p{
	line-height:26px;
	font-size:1.2rem;
	color: #666;
	display: flex;
	}
.footer .boxs b a{
	line-height:26px;
	font-size:1.2rem;
	color: #666;
	margin-left: 40px;
	float: left;
}
.o_ban{
	width: 100%;
	position: relative;
	padding-top: 166px;
	height: 600px;
}
.o_ban b{
	display: block;
	width: 55%;
	height: 100%;
}
.o_ban .txt{
	width: 45%;
	position: absolute;
	right: 0;
	padding:0 5%;
	box-sizing: border-box;
	top: 55%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.o_ban .txt h2{
	font-size: 4rem;
	color: #666767;
	margin-bottom: 5%;
	font-family: "title";
}
.o_ban .txt p{
	font-size: 1.6rem;
	color: #707171;
	line-height: 2;
}
.a_ban{
	height: auto;
}
.a_ban b{
	width: 100%;
	height: auto;
	display: block;
}
.a_ban b img{
	width: 100%;
}
.a_ban .txt p{
	font-size: 1.8rem;
	color: #fff;
	line-height: 2;
}
.a_ban .txt h2{
	color: #fff;
	float: right;
	font-size: 2.6rem;
	margin: 5% 0 0;
}
.all_b{
	padding: 6% 0 2%;
}
.nav_o{
    float: left;
}
.nav_o a {
    font-size: 1.4rem;
    color: #808080;
    margin: 10px 0;
    line-height: 22px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    position: relative;
	display: block;
	cursor: pointer;
	padding-left: 16px;
}
.nav_o a::before {
	content: "";
	position: absolute;
    left: 0;
    width: 6px;
    height: 6px;
    background: #eee;
    border-radius: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.nav_o a:hover,.nav_o a.active {
    color: #008fd7;
}
.nav_o a.active::before {
    background: #008fd7;
}
.all_b .bbox{
    width: 100%;
	padding: 0 5%;
	box-sizing: border-box;
}
.about2 p:first-of-type{
	font-size: 3rem;
	color: #333;
	line-height: 1.4;
	font-family: "myfont2";
}
.about2 p{
	font-size: 1.5rem;
	line-height: 1.8;
	margin: 3% 0;
}
.about2 ul{
	box-sizing: border-box;
}
.about2 ul li:first-of-type{
	margin-top: 0;
}
.about2 ul li{
	margin: 6% 0;
	position: relative;
	overflow: hidden;
}
.about2 ul li b{
	float: right;
	display: block;
	width: 49%;
	overflow: hidden;
}
.about2 ul li b img{
	width: 100%;
	display: block;
	-webkit-transition: all 0.6s linear;
	transition: all 0.6s linear;
}
.about2 ul li:hover b img{
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}
.about2 ul li h2{
	width: 45%;
	float: left;
	font-size: 2rem;
	color: #8f9090;
	margin: 5% 0;
}
.about2 ul li:nth-of-type(2n+1) b{
	float: left;
}
.about2 ul li:nth-of-type(2n+1) h2{
	float: right;
}
.a_ban2{
	height: 300px;
}
.a_ban2 b{
	width: 100%;
}
.title{
	text-align: center;
	font-size: 4.6rem;
	color: #333;
	font-family: "myfont2";
}
.news{
	padding: 4% 0 5%;
}
.news dl dd{
	width: 31.3%;
	margin-right: 3%;
	margin-top: 3%;
	float: left;
	background: #f9f9f9;
	padding:5% 2% 5%;
	box-sizing: border-box;
	position: relative;
	height: 300px;
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.news dl a:nth-of-type(3n) dd{
	margin-right: 0;
}
.news dl dd b{
	width: 60%;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.news dl dd b img{
	width: 100%;
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.news dl dd:hover{
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
}
.news dl dd:hover b img{
	-webkit-transform: scale(1.06);
	transform: scale(1.06);
}
.news dl dd .txt{
	opacity: 0;
	padding: 0 10%;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.news dl dd .txt p{
	margin: 8px 0;
	font-size: 1.3rem;
	line-height: 1.4;
	box-sizing: border-box;
}
.news dl dd .txt p:first-of-type{
	font-size: 1.5rem;
	color: #333;
}
.news dl dd.active b{
	top: 5%;
	-webkit-transform: translate(-50%,0);
	transform: translate(-50%,0);
	width: 35%;
}
.news dl dd.active .txt{
	opacity: 1;
}
.news dl dd::before{
	content: "";
	position: absolute;
	right: 3%;
	bottom: 5%;
	background: url(../image/top1.png) no-repeat center;
	background-size: 60%;
	width: 50px;
	height: 50px;
	opacity: 0.5;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
.news dl dd.active::before{
	background: url(../image/close.png) no-repeat center;
	background-size: 30%;
}
.news_d b{
	margin: 5% auto;
	display: block;
	max-width: 100%;
}
.news_d b img{
}
.news_d p{
	font-size: 1.4rem;
	margin: 6px 0;
}
.backlist{
	margin: 5% 0 0;
	display: block;
}
.backlist strong{
	font-size: 1.4rem;
	border-bottom: 1px solid #999;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.backlist i{
	margin-right: 5px;
	font-size: 1.4rem;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	display: block;
	float: left;
	margin-top: 3px;
}
.backlist:hover strong{
	color: #008fd7;
	border-color: #008fd7;
	letter-spacing: 0.5px;
}
.backlist:hover i{
	color: #008fd7;
}
.all_box{
	padding-top:166px;
}
.contact2 .contain{
	padding: 5% 0;
}
.title h1{
	font-size: 4.4rem;
	line-height: 1.1;
	margin-bottom: 3%;
	float: left;
	font-family: "myfont2";
}
.contact2 h6{
	font-size: 1.6rem;
	color: #111;
	margin: 2% 0;
	line-height: 1.8;
	float: left;
	width: 60%;
}
.contact2 .left{
	float: left;
	width: 60%;
}
.contact2 .left h2{
	font-size: 2.6rem;
	color: #333;
	margin-bottom: 3%;
	font-family: "myfont2";
}
.contact2 .left p{
	font-size: 1.4rem;
	color: #666;
	margin: 0px 0;
	line-height: 1.8;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.contact2 .left p strong{
	font-size: 1.5rem;
	color: #666;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.contact2 .left p:hover strong{
	color: #008fd7;
	text-decoration: underline;
}
.contact2 .left3{
	width: 35%;
	background: #f6f6f6;
	box-sizing: border-box;
	padding:4% 5%;
	margin-top: -6%;
}
.contact2 .left3 input{
	width: 100%;
	border-bottom: 1px solid #ddd;
	padding: 10px 0;
	background: none;
	font-size: 1.6rem;
	color: #333;
}
.contact2 .left3 ::-webkit-input-placeholder {
    font-size: 1.4rem;
    color: #888;
}
.contact2 textarea{
	width: 100%;
	height: 60px;
	font-size: 1.6rem;
	color: #333;
	background: none;
	margin-top: 5%;
	border-bottom: 1px solid #ddd;
}
.contact2 .submit input{
	background: #999;
	width: 32%;
	margin:20px 0 0;
	display: block;
	color: #fff;
	padding: 8px 0;
	border-radius: 20px;
	font-size: 1.4rem;
	cursor: pointer;
}
.contact2 .submit:hover input{
	background:#008fd7 ;
}
.contact2 .vcode{
	position: relative;
}
.contact2 .vcode img{
	position: absolute;
	right: 0;
	bottom: 5px;
	height: 90%;
}
.pro_l .left{
	float: left;
	padding: 3% 0;
}
.pro_l .left dl{
	margin: 0% 0;
	padding: 30px 0;
}
.pro_l .left dl:nth-of-type(2),.pro_l .left dl:nth-of-type(3){
	display: none;
}
.pro_l .left dt{
	font-size: 1.6rem;
	color: #333;
	padding-bottom: 20px;
	margin-bottom: 25px;
	border-bottom: 1px solid #ccc;
}
.pro_l .left dd{
	margin: 8px 0;
}
.pro_l .left dd h2{
	display: flex;
	align-items: center;
}
.pro_l .left dd a{
	font-size: 1.4rem;
	color: #808080;
	line-height: 22px;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
	position: relative;
}
.pro_l .left .dl1 dd::before {
	content: "";
	position: absolute;
    left: 2px;
    width: 10px;
    height: 10px;
    background: #eee;
    border-radius: 50%;
    top: 5px;
	opacity: 0;
}
.pro_l .left .dl1 dd i{
	font-size: 1.3rem;
	margin-left: 10px;
	display: block;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	display: none;
}
/* .s_menu .s1 a:hover,.s_menu a:hover i{
	color: #008fd7;
	opacity: 1;
}
.pro_l .left .dl1 dd a:hover{
    color: #008fd7;
} */
.pro_l .left .dl1 dd.active h2 a{
    color: #008fd7;
}
.pro_l .left .dl1 dd.active::before {
    background: #008fd7;
}
.pro_l .left .dl1 .s2{
	display: none;
}
.pro_l .left .dl1 .s2 a{
	display: block;
	font-size: 1.3rem;
	color: #999;
	margin: 2px 0;
	margin-left: 12px;
	line-height: 22px;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.pro_l .left .dl1 .s2 a:hover{
	color: #333;
}
.pro_l .left .dl1 .s2 a.active{
	color: #333;
}
.pro_l .left dd img{
	position: absolute;
	left: 0;
	top: 2px;
	width: 12px;
	padding: 2px;
	border-radius: 50%;
}
.pro_l .left dd.active img{
	border: 1px solid #008fd7;
}
.pro_l .left dd:hover{
	color: #008fd7;
	cursor: pointer;
}
.pro_l .left dd strong{
	display: block;
	position: absolute;
	left: 0;
	width: 14px;
	height: 14px;
	background: #eee;
	border-radius: 50%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.pro_l .left dd strong::before{
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	width: 100%;
	height: 100%;
	background:url(../image/ok.png) no-repeat center;
	background-size: 100%;
	z-index: 1;
	opacity: 0;
}
.pro_l .left dd.active strong{
	background:#008fd7 ;
}
.pro_l .left dd.active strong::before{
	opacity: 1;
}
.pro_l .right{
	padding:5% 0 5%;
	float: right;
	width: 85%;
}
.pro_l .right .bar{
	margin-top: 0%;
	min-height: 400px;
}
.pro_l ul li{
	width: 17.6%;
	float: left;
	margin-bottom: 3%;
	margin-right: 3%;
}
.pro_l ul li:nth-of-type(5n){
	margin-right: 0;
}
.pro_l ul li b{
	display: block;
	overflow: hidden;
	width: 100%;
	position: relative;
	height: 225px;
}
.pro_l ul li b::before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #333;
	opacity: 0.06;
	z-index: 2;
}
.pro_l ul li b img{
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	width: 100%;
	display: block;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
	display: none;
}
.pro_l .right ul li:hover b img{
	-webkit-transform: translate(-50%,-50%) scale(1.05);
	transform: translate(-50%,-50%) scale(1.05);
}
.pro_l ul li h2{
	display: block;
	font-size: 1.4rem;
	color: #808080;
	overflow: hidden;
	margin-top: 20px;
	line-height: 20px;
	height: 40px;
}
.pro_l ul li p{
	display: flex;
	align-items: center;
}
.pro_l ul li p i{
	font-style: normal;
	display: block;
	margin-top: 4px;
}
.pro_l ul li p img{
	width: 20px;
	margin:12px 10px 10px 0;
	padding: 1px;
	border: 1px solid rgba(0,0,0,0);
	border-radius: 50%;
	box-sizing: border-box;
}	
.pro_l ul li p img.active{
	border: 1px solid rgba(0,0,0,0.5);
}
.pro_d{
	padding: 166px 0 0;
}
.pro_d .ttop{
	padding: 1% 0;
	margin-left: -15px;
}
.pro_d .ttop .t_nav{
	color: #ccc;
}
.pro_d .ttop a span{
	font-size: 1.3rem;
	margin: 0 15px;
	opacity: 0.5;
}
.pro_d .ttop a span:hover{
	opacity: 1;
}
.pro_d .ttop span{
	opacity: 1;
	font-size: 1.3rem;
	margin: 0 15px;
}
.pro_d .left{
	width: 56%;
	float: left;
}
.pro_d .left img{
	width: 100%;
}
.pro_d .swiper-container {
	width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.pro_d .swiper-slide {
    background-size: cover;
    background-position: center;
}
.pro_d .gallery-top {
    width: 100%;
	position: relative;
	overflow: hidden;
	box-sizing: border-box;
}
.pro_d .gallery-top img{
	width: 80%;
	margin: auto;
}
.pro_d .gallery-thumbs {
	width: 80%;
	margin: auto;
    box-sizing: border-box;
    padding: 15px 0;
 }
.pro_d .gallery-thumbs .swiper-slide {
    opacity: 0.5;
	box-sizing: border-box;
}
.pro_d .gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
}
.pro_d .left .bottom{
	position: relative;
	box-sizing: border-box;
}
.swiper-button-next.swiper-button-black, .swiper-button-prev.swiper-button-black{
	-webkit-transform: scale(0.7);
	transform: scale(0.7);
	opacity: 0.5;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev{
	right: 0;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next{
	left: 0;
}
.pro_d .right{
	float: right;
	width: 40%;
}
.pro_d .right .title{
	text-align: left;
}
.pro_d .right h1{
	margin-bottom: 3%;
	font-size: 3rem;
	line-height: 1.2;
	color: #333;
	font-family: "myfont2";
}
.pro_d .right h6{
	display: flex;
	margin: 2% 0;
}
.pro_d .right h6 img{
	width: 18px;
	margin: 0 5px;
}
.pro_d .right p{
	margin: 10px 0;
	font-size: 1.6rem;
	color: #333;
}
.pro_d .right .b2,.pro_d .right .b2 > div{
	margin: 5px 0;
	font-size: 1.3rem;
}
.pro_d .right table{
	width: 100%;
	margin: 5% 0 4%;
}
.pro_d .right table td{
	font-size: 1.4rem;
	color: #111;
	line-height: 1.4;
	padding: 8px 12px;
	background: #f6f6f6;
}
.pro_d .right table td:first-of-type{
	font-weight: bold;
}
.pro_d .right .mores::before{
	display: none;
}
.pro_d .right .mores{
	margin: 5% 0 3%;
	float: left;
	font-size: 1.3rem;
}
.pro_d .right .mores a{
	text-decoration: underline;
	font-size: 1.3rem;
}
.pro_d .right .links{
	display: flex;
	margin: 5% 0 3%;
	float: right;
}
.pro_d .right .links img{
	width: 20px;
	margin-right: 15px;
}
.pro_d .right .links img:hover{
	opacity: 0.6;
}
.pro_d .bar4{
	background: #f9f9f9;
	padding: 5% 0;
	margin-top:5%; 
	position: relative;
}
.pro_d .bar4 .title h1{
	font-size: 4rem;
}
.pro_d .bar4 h1{
	float: none;
	text-align: center;
	font-size: 4.6rem;
	color: #555;
	margin-bottom: 2%;
	font-family: "myfont2";
}
.pro_d .bar4 ul{
	padding: 0 6%;
	box-sizing: border-box;
}
.pro_d .bar4 ul li{
	width: 100%;
	float: none;
}
.pro_d .bar4.pro_l ul li b{
	height: auto;
}
.pro_d .bar4.pro_l ul li b img{
	position: static;
	-webkit-transform: none;
	transform:none;
}
.btn {
	opacity: 0;
	-webkit-transition: all 0.4s linear;
	transition: all 0.4s linear;
}
.pro_d .bar4:hover .btn {
	opacity: 1;
}
.btn .ll {
	position: absolute;
	left: 5%;
	top: 50%;
	margin-top: -15px;
	border-radius: 50%;
	cursor: pointer;
	text-align: center;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
	z-index: 99;
}
.btn .llr2{
	left: inherit;
	right: 5%;
}
.btn i {
	font-size: 3rem;
	color: rgba(0,0,0,0.5);
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
	display: block;
	line-height: 30px;
}
.btn .lll2 i{
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	margin-top: -2px;
} 
.back{
	float: right;
	font-size: 1.5rem;
	color: #111;
	line-height: 1.6;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.back i{
	font-size: 1rem;
	color: #fff;
	background: #666;
	width: 16px;
	height: 16px;
	line-height: 17px;
	border-radius: 50%;
	padding: 5px;
	text-align: center;
	display: block;
	-webkit-transform: scale(0.6) rotate(180deg);
	transform: scale(0.6) rotate(180deg);
	margin-right: 3px;
	float: left;
}
.back:hover{
	opacity: 0.8;
}
.faq .bar1{
	margin: 5% auto;
}
.faq ul{
	margin-top: 4%;
	min-height: 200px;
	border-top:1px solid #f1f1f1;}
.faq ul .bar{
	width:100%;
	cursor:pointer;
	position:relative;
	}
.faq ul .bar .bl{
	position:relative;
	z-index:2;
	overflow:hidden;
	border-bottom:1px solid #f1f1f1;
	}
.faq ul .bar h5{
	font-size:1.6rem;
	color:#333;
	line-height:56px;
	position:relative;
	height:56px;
	overflow:hidden;
	}
.faq ul .bar i{
	position:absolute;
	color:#333;
	font-size:2rem;
	text-align:center;
	opacity:0;
	display:block;
	top:50%;
	right:0%;
	margin-top:-10px;
	}
.faq ul .bar h5.active:first-of-type{
	color:#008fd7;
	font-weight:bold;
	}
.faq ul .bar h5:first-of-type:hover{
	color:#008fd7;
	}
.faq ul .bar.active i{
	color:#008fd7;
	-webkit-transform:rotate(180deg);
	transform:rotate(180deg);
	}
.faq ul .bar i{
	-webkit-animation:myfirst 2.8s ease-in-out 0s infinite;
	animation:myfirst 2.8s ease-in-out 0s infinite;
}
@keyframes myfirst
{
    0%,100% {top: 20px; opacity: 1;}
    50% {top: 30px; opacity: 0.6;}
}
 
@-webkit-keyframes myfirst
{
    0%,100% {top: 20px; opacity: 1;}
    50% {top: 30px; opacity: 0.6;}
}
.faq ul .bars{
	width:100%;
	background:#fff;
	height:0;
	background: #f8f8f8;
	opacity:0;
	text-align:left;
	margin-top:-2px;
	}
.faq ul .bars .contain{
	padding:3% 5%;
	display:none;
	margin-bottom:0;
	}
.faq ul .bars .contain p{
	font-size:1.4rem;
	color:#555;
	line-height: 1.8;
	}
.p_search p{
	text-align: center;
	font-size: 1.4rem !important;
}
.p_search dl dd p{
	text-align: left;
}
.p_search dl{
	margin-top: 2%;
}
.p_search dl dd{
	width: 18%;
	margin: 0;
	background: none;
	height: auto;
	margin: 1%;
	padding: 0;
}
.p_search dl dd::before{
	display: none;
}
.p_search dl dd b{
	position: relative;
	display: block;
	width: 100%;
	height: 225px;
	box-sizing: border-box;
	-webkit-transform: none;
	transform: none;
	left: 0;
	top:0;
	overflow:hidden
}
.p_search dl dd b::before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.04);
	z-index: 9;
}
.p_search dl dd b img{
	position: absolute;
	left: 50%;
	top: 50%;
	width: 100%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.p_search dl dd:hover b img{
	-webkit-transform: translate(-50%,-50%) scale(1.05);
	transform: translate(-50%,-50%) scale(1.05);
}
.p_search dl dd .txt{
	opacity: 1;
	padding: 3%;
}
.p_search dl dd .txt h2{
	font-size: 1.5rem;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	margin-top: 3%;
}
.nav_ph{
	display: none;
}
.about4 ul .bar img{
	position:absolute;
	width: 20px;
	text-align:center;
	opacity:0;
	display:block;
	top:50%;
	right:0%;
	opacity: 0.6;
	margin-top: -10px;
	}
.xq{
	width:100%;
	height:100%;
	position:fixed;
	z-index:999999;
	background:#eee;
	background:rgba(238,238,238,0.95);
	left:0;
	top:0;
	display:none;
	overflow-y:scroll;
	filter: alpha(opacity=90);
	}
.xq .contain{
	padding: 3% 0;
}
.xq .contain img{
	/* background: #fff; */
	width: 40%;
	padding: 8%;
	margin: 2% 0;
	box-sizing: border-box;
	box-shadow: 0 2px 10px rgba(0,0,0,0.06);
}
.xq .close{
	width:34px;
	height:34px;
	position:fixed;
	right:10%;
	top:5%;
	z-index:7000;
	opacity:0;
	cursor: pointer;
	}
.xq .close:after{
	content:"";
	width:34px;
	height:2px;
	background:#008fd7;
	position:absolute;
	left:0;
	top:20px;
	-webkit-transform:rotate(45deg);
	transform:rotate(45deg);
	}
.xq .close:before{
	content:"";
	width:34px;
	height:2px;
	background:#008fd7;
	position:absolute;
	left:0;
	top:20px;
	-webkit-transform:rotate(-45deg);
	transform:rotate(-45deg);
	}
.xq .close:hover{
	opacity: 0.8;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.pro_l ul li .bottom{
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 42px;
}
.pro_l ul li .bottom span{
	width: 26px;
	height: 26px;
	background: #eee url(../image/shop_icon.png) no-repeat center;
	background-size: 80%;
	border-radius: 50%;
	padding: 4px;
	cursor: pointer;
}
.pro_l ul li .bottom span.active{
	background: #008fd7 url(../image/shop_icon2.png) no-repeat center;
	background-size: 80%;
}
.tobuy h6{
	margin: auto;
	width: 120px;
	display: flex;
	padding: 0px 32px;
	font-size: 1.3rem;
	color: #fff;
	justify-content: center;
	align-items: center;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
	cursor: pointer;
}
.tobuy h6 img{
	display: block;
	width: 22px;
	height: 22px;
	margin-right: 10px;
}
.tobuy h6:hover{
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
}
.carts_box{
	margin-top: 3%;
    padding-bottom: 5%;
}
.carts_box ul{
	width: 70%;
	margin: auto;
}
.carts_box ul li{
	border-bottom: 1px solid #eee;
	padding: 3% 0 ;
}
.carts_box b{
	display: block;
	width: 25%;
	float: left;
}
.carts_box b img{
	width: 100%;
}
.carts_box .right{
	width: 70%;
	float: right;
}
.carts_box h2 {
    color: #333;
    font-size: 1.8rem;
    display: block;
    position: relative;
    margin-bottom: 10px;
	width: 80%;
	float: left;
}
.carts_box .del{
	float: right;
	color: #333;
	font-size: 1.3rem;
	margin-top: 2px;
	opacity: 0.5;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
	cursor: pointer;
}
.carts_box .del:hover{
	opacity: 1;
}
.carts_box .del img{
	width: 17px;
	float: left;
	margin-top: -1px;
	margin-right: 5px;
}
.carts_box h3 {
    line-height: 1.4;
    font-size: 2rem;
    color: #333;
    font-weight: bold;
    margin-bottom: 3%;
    padding-bottom: 3%;
    border-bottom: 1px solid #eee;
}
.carts_box h3 strong{
    font-size: 2rem;
    color: #333;
    font-weight: bold;
}
.cs h5 {
    font-size: 1.5rem;
    line-height: 1.4;
    margin-bottom: 15px;
    color: #888;
}
.cs h5 i{
	font-style: normal;
    font-size: 1.4rem;
    color: #333;
	width: 70px;
	display: inline-block;
}
.cs h5 p{
	margin-top: 8px;
	font-size: 1.2rem;
}
.cs h5 span {
    border: 1px solid #eee;
    margin: 0 8px;
    padding: 4px 10px;
    font-size: 1.3rem;
    color: #555;
    cursor: default;
}
.coloractive {
    background: #999 !important;
    color: #fff !important;
}
.cs h5.num {
    display: flex;
}
.cs h5 strong:first-of-type {
    margin-left: 15px;
}
.cs h5 strong {
    font-size: 1.6rem;
    color: #333;
    border: 1px solid #ddd;
    padding: 0px 10px;
    line-height: 28px;
    cursor: default;
}
.cs h5.num span {
    margin: 0;
    border-left: none;
    border-right: none;
    line-height: 28px;
    padding: 0px 10px;
    font-weight: bold;
}
.cart_box2{
	padding: 5% 0;
	background: #f9f9f9;
}
.cart_box2 h2{
	text-align: center;
	font-size: 3rem;
	color: #333;
}
.cart_box2 .w_all{
	width: 60%;
}
.cart_box2 input{
	width: 46%;
	float: left;
	background: none;
	border: none;
	margin: 5% 0;
	border-bottom: 1px solid #ddd;
	box-shadow: none;
	padding: 10px;
	font-size: 1.4rem;
	color: #333;
	display: block;
	outline:none
}
.cart_box2 input:nth-of-type(2n){
	float: right;
}
.cart_box2 .submit input{
	float: none;
	margin: auto;
	width: 180px;
	background: #666;
	color: #fff;
	cursor: pointer;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.cart_box2 .submit input:hover{
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
}
.all_bottom{
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	background: #333;
	padding: 15px 0;
	text-align: center;
	z-index: 9999;
}
.all_bottom h6{
	font-size: 1.5rem;
	color: #fff;
}
.all_bottom h6 span{
	margin: 0 5px;
	font-size: 1.5rem;
	color: #fff;
}
.all_bottom h6 strong{
	margin: 0 5px;
	font-size: 1.7rem;
	font-weight: bold;
	color: #fff;
}
html[lang="ch"] .index_bar2 ul li h2{
	font-size: 1.7rem;
	line-height: 1.6;
}
html[lang="ch"] .o_ban .txt h2{
	font-weight: bold;
	font-size: 3.6rem;
}
html[lang="ch"] .index_bar2 ul li h2 strong{
	font-weight: bold;
	font-size: 3.2rem;
}