@charset "utf-8";
/*
Powered by ly200.com		http://www.ly200.com
广州联雅网络科技有限公司		020-83226791
*/

*{font-family: 'Opensans-Regular';}
html, div{outline:0;}
cite, em, strong, i{font-style:normal;}
.hide{display:none;}
.imgbox{display:block; overflow:hidden;}
.imgbox img{max-width:100%; max-height:100%;}
input,textarea{outline: none;}
input[type=submit]{cursor: pointer;border:none;}

body{background:#fff;width: 100%;height: 100%;max-width: 1920px;margin:0 auto;overflow-x: hidden;position: relative;}
.wrap{width:1200px; margin:0 auto; zoom:1;}
.wrap.i-wrap{width:1280px;}
.wrap:after,.wrap:before{display:table; content:'';}
.wrap:after{clear:both;}
.text-over{text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
.over{overflow: hidden;}
.text-center{text-align: center;}
.text-left{text-align: left;}
.text-right{text-align: right;}
.table{width: 100%;height: 100%;display: table;}
.table-cell{display: table-cell;}
.inline{display: inline;}
.inline-block{display: inline-block;}
.block{display: block;}
.hidden{display: none;}
.visible-hidden{visibility: hidden;opacity: 1;}
.middle{vertical-align: middle;}
.middleImg img{vertical-align: middle;}
.middleImg .mid-ilb{vertical-align: middle;display: inline-block;}
.middleImg span{height: 100%;vertical-align: middle;display: inline-block;}
.relative{position: relative;}
.absolute{position: absolute;z-index: 1;}
.fixed{position: fixed;z-index: 1;}
.center-vertical{position: relative;top: 50%;transform: translateY(-50%);-webkit-transform: translateY(-50%);}
.trans-show{transition:all .5s;-webkit-transition:all .5s;opacity: 0;visibility: hidden;}
.trans-show.visable{opacity: 1;visibility: visible;}
.trans{-webkit-transition:all 300ms ease 0s; transition:all 300ms ease 0s;}
.imgZoom img{transition: all .4s;-webkit-transition: all .4s;}
.imgZoom img:hover{transform:scale(1.1, 1.1); -webkit-transform:scale(1.1, 1.1);}
.pointer{cursor: pointer;}
.flow-shadow{-webkit-transition:all .5s;transition:all .5s;}
.flow-shadow:hover{transform:translate3d(0, -2px, 0);-webkit-transform:translate3d(0, -2px, 0);-webkit-box-shadow:0 0px 10px #e9e9e9;box-shadow:0 0px 10px #e9e9e9;}
.clear_gt_991{clear: both;}
.border-box{box-sizing: border-box;}
*.hoverColor{-webkit-transition:all .3s;transition:all .3s;}
*.hoverColor:hover{color: #f5ae00!important;}
.show-pc-block{display: block!important;}
.show-pc-inline-block{display: inline-block!important;}
.show-mb-block{display: none!important;}
.show-mb-inline-block{display: none!important;}
a:hover{text-decoration: none;}


#header{width: 100%;top: 0;left: 0;right: 0;margin:auto;z-index: 100;}
#header *{font-family: "PierSans-Bold";}
#header .wrap{height: 120px;}
#header .logo{width: 20%;float: left;max-width: 300px;height: 100%;}
#header .logo a{}
#header .h_right{width: 80%;}
#nav{margin-top: 3px;width: 94%;}
#nav .list{display: inline-block;vertical-align: middle;position: relative;text-transform: uppercase;}
#nav .list + .list{margin-left: 55px;}
#nav .list > a{display: block;max-width: 110px;padding: 15px 0 17px;font-size: 16px;color: #fff;border-bottom: 3px solid transparent;}
#nav .list:hover > a{color: #f5ae00;border-color: #f5ae00;}
#nav .list .sub_row{position: absolute;left: 0;top: 100%;/*width: 140px;*/background: rgba(0,0,0,.7);box-sizing: border-box;z-index: 100;padding: 15px;line-height: 28px;opacity: 0;visibility: hidden;}
/*#nav .list .sub_row:before{width: 9999px;height: 100%;position: absolute;left: 100%;top: 0;background: rgba(0,0,0,.8);content: '';}
#nav .list .sub_row:after{width: 9999px;height: 100%;position: absolute;right: 100%;top: 0;background: rgba(0,0,0,.8);content: '';}*/
#nav .list .sub_row a{display: block;line-height: 35px;font-size: 16px;color: #fff;}
#nav .list .sub_row a:hover{color: #ffbd00;}
#nav .list .sub_row a span{margin-right: 10px;}
#nav .list:hover .sub_row{opacity: 1;visibility: visible;}
#header .func{float: right;margin-top: 15px;}
#header .func .icon{display: inline-block;vertical-align: middle;cursor: pointer;}
#header .func .icon + .icon{margin-left: 45px;}
#header .func .icon:first-child{margin-left: 0;}
#header .func .icon.inquiry{}
#header .func .icon.inquiry span{width: 19px;line-height: 19px;right: -10px;top: -6px;background: #f5ae00;font-size: 12px;color: #000;border-radius: 100px;}
#header .func .icon.language_icon{position: relative;font-size: 20px;background: url(../images/language_arrow.png) no-repeat right center;}
#header .func .icon.language_icon span{color: #fff;text-transform: uppercase;}
#header .func .icon.language_icon .down{position: absolute;left: 0;top: 120%;background: rgba(0,0,0,.8);opacity: 0;visibility: hidden;z-index: 100;padding: 10px;border-radius: 5px;}
#header .func .icon.language_icon:hover .down{opacity: 1;visibility: visible;}
#header .func .icon.language_icon .down a{display: block;width: 120px;line-height: 25px;font-size: 17px;color: #fff;overflow: hidden;}
/*#header.index_header{position: absolute;left: 0;top: 47px;width: 100%;z-index: 10001;}
#header.index_header .wrap{background: rgba(0,0,0,.8);border-radius: 10px;}*/
#header.fiexd{position: fixed;top: 0;left: 0;width: 100%;background: white;z-index: 10001;}
#header.fiexd #nav .list{padding-bottom: 9px;}
#header .search_open_icon{cursor: pointer;}
#header .search_box{margin-top: 20px;}
#header .search_box .search{display: none;}
#header .search_box.open .search{display: block;}
#header .search_box .search input.absolute{right: 0;top: 120%;z-index: 10;}
#header .search_box .search input[name=Keyword]{width: 220px;height: 40px;background: #f1f1f1;box-sizing: border-box;padding:0  28px 0 7px;font-size: 12px;color: #505050;}
#header .search_box .search input[type=submit]{width: 28px;height: 40px;background: url(../images/icon_search.png) no-repeat center;}
#header.black-module{position: relative;background: #000;}


/*尾部*/
#footer{background: #202020;}
#footer .copy{display: inline-block;vertical-align: top;padding-top: 36px;padding-left: 10px; float:left; width:22%; overflow:hidden; box-sizing:border-box;}
#footer .copy:first-child{padding-left: 0px;}
#footer .copy.news_letter{width:34%;}
#footer .justify{width: 100%;height: 0;font-size: 0;display: inline-block;}
#footer .footer_title{position: relative;color: #fff;font-size: 18px;font-family: 'PierSans-Bold';margin-bottom: 15px;text-transform: uppercase;padding-bottom: 10px;}
#footer .footer_title:after{width: 60px;height: 3px;background: #f8c800;position: absolute;left: 0;top: 100%;content: '';}
#footer .copy .d{display: block;font-size: 12px;line-height: 30px; height:30px; overflow:hidden;color: #a9a9a9; max-width:90%;}
#footer .copy .d a{color:#a9a9a9;font-size: 16px;}
#footer .copy .d a:hover{color: #f5ae00;}
#footer .copy p{font-size: 12px;line-height:24px;color: #a9a9a9;width: 350px;padding-top: 5px;}
#footer .copy form{padding: 21px 0 0 22px;}
#footer .copy form input[type=text]{border: none;background: #fff;width: 220px;height: 39px;font-size: 12px;color: #918f9a;padding: 0 18px;float: left;}
#footer .copy form input[type=submit]{width: 90px;height: 39px;border:none;text-transform: uppercase;font-size: 12px;color: #272c4c;float: left;background: #ffb900;}
#footer .copy .share{margin: 0;padding: 9px 0 0 0;}
#footer .copy .share .img{display: inline-block;margin-right: 20px;}
#footer .copy .share a{display: inline-block;padding: 0;}
.copyer{font-size: 14px;color: #fff;line-height: 24px;padding: 25px 0;background: #202020;margin-top: 25px;border-top: 1px solid #313131;}
.copyer a{color:#fff;}
#footer .global_swap_chain{padding-top: 20px;}
#footer .partners{max-width:1280px; position:relative; margin:0 auto; box-sizing:border-box; padding-bottom:40px;}
#footer .partners .title{position:absolute; top:0; width:160px; font-size:16px; color:#fdc107; font-weight:bold;}
#footer .partners .box{padding-left:160px;}
#footer .partners .box .list{width:160px; height:60px; overflow:hidden; border:1px solid #ddd; margin-right:10px; text-align:center; margin-bottom:10px; background:#fff;}
#footer .partners .box .list .item{height:100%;}

@media screen and (max-width: 1400px) {
	#nav .list:nth-last-child(1) .sub_row,
	#nav .list:nth-last-child(2) .sub_row{left: auto;right: 0;}
}

@media screen and (max-width: 1280px) {
	#footer .copy p{width: 300px;}
	#footer .copy form input[type=text]{width: 130px;}

	#nav .list > a{width: 100px;}
	#nav .list:nth-last-child(1){display: none;}
}
@media screen and (max-width: 991px) {
	#footer .partners{padding-bottom:10px;}
	#footer .partners .title{position:relative; text-align:center; width:100%; padding:8px 0; padding-bottom:5px;font-size:20px;}
	#footer .partners .box{padding:5px 0;}
	#footer .partners .box .list{width:50%; height:auto; float:left; box-sizing:border-box; margin:0; border:none; margin-bottom:10px; padding:0 5px; background:none;}
	#footer .partners .box .list .item{border:1px solid #ddd; width:100%; box-sizing:border-box;}
	#footer .partners .box .list .item a{background:#fff; display:block;}
}
@media screen and (max-width: 768px) {
	#footer{padding-top: 25px;}
	#footer .copy{padding:0 0 10px 0; width:100%; float:none;}
	#footer .footer_title{border-bottom:1px solid #f8c800;border-left:none;margin-bottom: 5px;}
	#footer .footer_title:after{display: none;}
	#footer .copy .d{display:none; padding-left:15px;}
	#footer .copy.news_letter{display:none;}
	.copyer{padding:10px 0; text-align:center;}
}

.banner{}
.banner.emp_img{}
.banner.emp_img .absolute.wrap{position: relative;padding-top: 10px;color: #000;}
.banner .wrap{left: 0;right: 0;z-index: 1;margin:auto;bottom: 10%;font-family: "OpenSans-Bold";font-size: 48px;color: #fff;}
.banner .title{border-left: 6px solid #feb900;padding-left: 35px;}


.wrap.inner{padding-top: 15px;}
.products{}
.products .left{width: 22.5%;border:1px solid #e0e0e0;}
.products .left *{font-family: "OpenSans-Regular";}
.products .left .cate_row{padding:0 10px;}
.products .left .cate_row span{display: block;position:relative;padding:15px;line-height: 30px;font-size: 16px;color: #333333;border-top: 1px solid #ebebeb;cursor: pointer;}
.products .left .cate_row span em{width: 10px;height: 100%;background: #000;position: absolute;top: 0;right: 2%;background: url(../images/icon_p_close.png) no-repeat center 25px;}
.products .left .cate_row a.topa{font-size: 16px;color: #333;}
.products .left .cate_row:first-child span{border-top:none;}
.products .left .cate_row ul{margin-top: 0px;padding-left: 35px;padding-bottom: 0px;transition:all 0.5s;}
.products .left .cate_row ul li{margin:3px 0;}
.products .left .cate_row ul li a{display: block;font-size: 16px;line-height: 25px;color: #8d8d8d;height: 0px;overflow: hidden;}
.products .left .cate_row ul li a:hover{color: #f5ae00;}
.products .left .cate_row ul li.v3{padding-left: 15px;margin:0;}
.products .left .cate_row ul li.v3 a{font-size: 14px;}
.products .left .cate_row.on span em{background-image: url(../images/icon_p_open.png);}
.products .left .cate_row.on ul li a{height: auto;}
.products .left .cate_row.on ul{margin-top: -8px;padding-bottom: 23px;}
.products .right{width: 73.75%;}
/*.products .right .ueeshop_responsive_turn_page{text-align: right;}*/

body .ueeshop_responsive_products_list{margin-top: 0;}
body .ueeshop_responsive_products_list .item{margin-bottom: 30px;}
body .ueeshop_responsive_products_list .item .pro{width: 90%;-webkit-transition:all .5s;transition:all .5s;}
body .ueeshop_responsive_products_list .item .pro:hover{-webkit-box-shadow:0 0px 10px #e9e9e9;box-shadow:0 0px 10px #e9e9e9;}
body .ueeshop_responsive_products_list .item .img{border:1px solid #eee;}
body .ueeshop_responsive_products_list .item .info{width:90%;padding:0 5%;}
body .ueeshop_responsive_products_list .item .info .name{text-align:left; line-height:180%; height:50px;}
body .ueeshop_responsive_products_list .item .info .name a{font-size:16px; color:#333;}
body .ueeshop_responsive_products_list .item .info .more{display: block;max-width: 160px;width: 100%;margin:0 auto 15px;background: #f5ae00;border-radius: 3px;padding:10px 0;font-size: 14px;color: #000 ;text-align: center;}

body .ueeshop_responsive_turn_page{text-align: right;}
body .ueeshop_responsive_turn_page span{width: 42px;height: 42px;line-height: 42px;margin:0 8px;}
body .ueeshop_responsive_turn_page.s1 > span .page_item_current{color: #414141;background: #f5ae00;border-radius: 3px;}
body .ueeshop_responsive_turn_page span a,
body .ueeshop_responsive_turn_page span font{width: 42px;height: 42px;color: #414141;}
body .ueeshop_responsive_turn_page .page_button,
body .ueeshop_responsive_turn_page .page_noclick{/*width: 50px;height: 38px;*/border:1px solid #dedede;}
/*body .ueeshop_responsive_turn_page em.icon_page_prev{background: url(../images/prev_page.png) no-repeat center;border-top-left-radius: 100px;border-bottom-left-radius: 100px;}*/
/*body .ueeshop_responsive_turn_page em.icon_page_next{background: url(../images/next_page.png) no-repeat center;border-top-right-radius: 100px;border-bottom-right-radius: 100px;}*/

body .ueeshop_responsive_products_detail .description .title{padding-bottom: 15px;}
body .ueeshop_responsive_products_detail .description .title span{padding-left: 25px;font-size: 30px;color: #333;font-family: "OpenSans-Bold";border-left: 5px solid #feb900;}

@media screen and (max-width: 1280px) {
    .wrap,
	.wrap.i-wrap{width: 96%;}
}
@media screen and (max-width: 991px) {
    .show-pc-block,
    .show-pc-inline-block,
    .hide-991{display: none!important;}
    .show-mb-block{display: block!important;}
    .show-mb-inline-block{display: inline-block!important;}
    .clear_991{clear: both;}
    .clear_gt_991{clear: none;}

	.banner .wrap{display: none;}

	body .ueeshop_responsive_products_list .item{margin-bottom: 10px;}
}
@media screen and (max-width: 768px) {
	.products{padding:0;}
	.products .left{display: none;}
	.products .right{width: 100%;}
	.products .page{height: auto;padding-left:20px;margin-bottom:25px;}
	.products .page .of{line-height: 40px;font-size: 14px;}
}

@media screen and (max-width: 640px){
    .clear_991{clear: none;}
    .clear_640{clear: both;}

	body .ueeshop_responsive_products_detail .description .title span{font-size: 22px;padding-left: 10px;margin-right: 15px;}
}
