
.zzys li{float:left;line-height:30px;background: url(../images/index_54.jpg) no-repeat left; padding-left:14px; margin-bottom:20px; font-size:15px; padding-right:5.5%}
.zzys li .current{color:#1167b8; font-weight:bold}

@media (max-width:1100px){
.zzys li{float:left;line-height:30px;background: url(../images/index_54.jpg) no-repeat left; padding-left:14px; margin-bottom:20px;width:28%; padding-right:0%}
}

@media (max-width:600px){
.zzys li{float:left;line-height:30px;background: url(../images/index_54.jpg) no-repeat left; padding-left:14px; margin-bottom:20px;width:43%; padding-right:0%}
}

#LeftNav {
  overflow: hidden;
  width:100%;
  float: left;
}
#LeftNav .divBox {
  overflow: hidden;
  background-color: #fff;
  border-top: 5px solid #2970f3;
  margin-bottom:5px;

}
.divBox ol li {
  margin-bottom: 5px;
  font-size: 13px;
  color: #666; margin:0 0 10px 10px;
}
.divBox ol li a {
  color: #666;
}
.divBox ol li a:hover {
  color: #0157a9;
}
#LeftNav h3 {
  font-size: 20px;
  color: #fff;
  position: relative;
  background: -webkit-linear-gradient(120deg, #2970f3, #0a43ac);
  background: -o-linear-gradient(120deg, #2970f3, #0a43ac);
  background: -moz-linear-gradient(120deg, #2970f3, #0a43ac);
  background: linear-gradient(120deg, #2970f3, #0a43ac);
  line-height: 69px;
  text-align: center;

}
#LeftNav h3 a {
  color: #fff;
}
#LeftNav h3 i {
  position: absolute;
  right: 0;
  font-weight: bold;
  font-size: 16px;
  top: -2px;
}
#LeftNav .NavMenu ul {
  overflow: hidden;
  width: 100%;
}
#LeftNav .NavMenu ul > li {
  width: 100%;
  float: left;
  margin-bottom: 2px;
  font-size: 15px; min-height:50px;
}
#LeftNav .NavMenu ul > li > a {
  display: block;
  background-color: #E8E8E8; min-height:50px;
}

#LeftNav .NavMenu ul > li  > a.current {
  color: #fff;
  background-color: #1167b8;
}


#LeftNav .NavMenu li > a {
  display: block;
  color: #666;
  padding-left: 20px;
  text-decoration: none;
  transition: 300ms ease;
  -webkit-transition: 300ms ease;
  line-height: 45px;
}
#LeftNav .NavMenu ul > li ol {
  display: block;
  color: #666;
  padding-left: 20px;
  text-decoration: none;
  transition: 300ms ease;
  -webkit-transition: 300ms ease;
  line-height: 45px;
}
#LeftNav .NavMenu ul > li ol li a {
  display: block;
  color: #666;
  padding-left: 20px;
  text-decoration: none;
  transition: 300ms ease;
  -webkit-transition: 300ms ease;
  line-height: 45px;
}
#LeftNav .NavMenu ul > li.cur a,
#LeftNav .NavMenu ul > li a:hover,
#LeftNav .NavMenu ul > li a.current {
  color: #fff;
  background-color: #1167b8;
}
#LeftNav .divAdress img {
  display: block;
  margin-bottom: 15px;
}
#LeftNav .divAdress p {
  font-size: 12px;
  color: #666;
  line-height: 16px;
  margin-bottom: 15px;
  text-align: justify;
}
#LeftNav .divAdress span {
  display: block;
  font-size: 14px;
  color: #303030;
  line-height: 20px;
}


@charset "utf-8";
*{
	font-family:'Opensans-Regular', "Microsoft Yahei";
}
html, div{outline:0;}
cite, em, strong, i{font-style:normal;}
.w{width: 980px; margin:0 auto; min-width:899px;}
.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;}
/*#main.w>.fl{width:190px;}*/

body{background:#fff;width: 100%;height: 100%;max-width: 1920px;margin:0 auto;overflow-x: hidden;position: relative;}
.wrap{width:1440px; margin:0 auto; zoom:1;}
.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: #b97a56!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;}



.headerTop{line-height:38px;background:#024EA5;}
.headerTop *{
	font-size: 14px;
	color: #fff;
}
.headerTop .wel{
	background:  #0b1f4f;
	padding-right:8.2%;
}
.headerTop .wel:after{position: absolute;right: 100%;top: 0;height: 100%;width: 240px;background:#0b1f4f;content: '';}
.headerTop .langWrapper{display: inline-block;position: relative;margin-left: 35px;}
.headerTop .langWrapper .topLang{}
.headerTop .langWrapper .otherLang{position: absolute; top: 100%;left:0; width: 130px;z-index: 1;background: #fff;padding:5px;border-bottom-right-radius: 5px;border-bottom-left-radius: 5px;display: none;box-shadow: 0 5px 10px rgba(0,0,0,.3)}
.headerTop .langWrapper .otherLang .langName{display: block;line-height: 24px;font-size: 14px;color: #000;}
.headerTop .langWrapper:hover .otherLang{display: block;}
.headerTop .headerInfo{float: right;}
.headerTop .headerInfo img{vertical-align: middle;margin-right: 5px;}
.headerTop .headerInfo .headerInquiry{display: inline-block;margin-left: 35px;}
.headerTop .headerInfo .headerInquiry a{font-size: 14px;}
.headerTop .headerInfo .headerInquiry span{font-size: 14px;color: #b97a56;}
.headerTop .headerInfo .headerUser{display: inline-block;}
.headerTop .headerInfo .headerUser a{font-size: 14px;}
.headerTop a:hover{color: #b97a56;}

.headerNav{box-sizing: border-box;height: 120px;}
.headerNav .logo{width:34.2%;max-width:380px;height: 120px;}
.headerNav .head-nav{width:66%;max-width: 1100px;margin-top: 50px;display: flex;justify-content: space-around;}
.headerNav .head-nav .n_item{max-width: 150px;position: relative;}
.headerNav .head-nav .n_item + .n_item{margin-left: 30px;}
.headerNav .head-nav .n_item .topName{
	line-height: 1;
	padding: 0 0 20px;
	font-size: 16px;
	border-bottom: 3px solid transparent;
	font-family: 'Opensans-Bold', "Microsoft Yahei";
}
.headerNav .head-nav .n_item .navSub{width: 182px;background: #fff;position: absolute;top:55px;left:50%;transform: translate(-50%,0);box-shadow: 0 0 10px rgba(0,0,0,.1);padding:20px 15px;box-sizing: border-box;opacity: 0;z-index: -1}
.headerNav .head-nav .n_item .navSub .subName{display: block;line-height: 2.3;font-size: 14px;text-transform: capitalize;}
/*.headerNav .head-nav .n_item .navSub .subName + .subName{margin-top: 10px;}*/
.headerNav .head-nav .n_item:hover .topName{border-bottom: 3px solid #b97a56;}
.headerNav .head-nav .n_item:hover .navSub{opacity: 1;z-index: 100;}
.headerNav .search_open_icon{cursor: pointer;}
.headerNav .search_icon{margin: 50px 0 0 0;}
.headerNav .search_icon .search{display: none;}
.headerNav .search_icon.open .search{display: block;}
.headerNav .search_icon .search input.absolute{right: 0;top: -5px;z-index: 10;}
.headerNav .search_icon .search input[name=keys]{width: 180px;height: 28px;background: #fff;box-sizing: border-box;padding:0  28px 0 7px;font-size: 12px;color: #505050;}
.headerNav .search_icon .search input[type=submit]{width: 28px;height: 28px;background: url(../images/icon_search.png) no-repeat center;}
.headerNav .search_box.on{visibility: visible;opacity: 1;}
.headerNav .search_box{position: absolute;top: 100%;width: 100%;height: 100px;background: white;opacity: 0;visibility: hidden;z-index: 10;}
.headerNav .search_box .search{/*width: 1280px;*/height: 80px;line-height: 80px;margin: 10px 25px 0;border-bottom: 1px solid #e3e3e3;}
.headerNav .search_box .search input[name=keys]{width: calc( 100% - 154px );border: none;text-align: center;line-height: 80px;font-size: 15px;color: #909090;}
.headerNav .search_box .search input[type=submit]{width: 100px;height: 42px;line-height: 42px;margin-top: 24px;margin-right: 4px;border: 1px solid #000000;background: white;font-weight: bold;font-size: 15px;border-radius: 4px;}

.index-banner .bx-controls-direction{}
.index-banner .bx-wrapper .bx-controls-direction a{width: 65px;height: 65px;background: no-repeat center;   background-color: rgba(255,255,255,0.85);}
.index-banner .bx-wrapper .bx-controls-direction  .bx-prev{left: 0;background-image: url(../images/icon_left.png);}
.index-banner .bx-wrapper .bx-controls-direction  .bx-next{right: 0px;background-image: url(../images/icon_right.png);}
.index-banner .bx-wrapper .bx-pager.bx-default-pager{}

.index-module{padding:85px 0;}
.index-module .i-title{position: relative;margin-bottom: 50px;text-align: center;font-size: 40px;color: #fff;}
/*.index-module .i-title:after{position: absolute;left: 0;right: 0;bottom: 0;margin:auto;width: 80px;height: 3px;background: #b97a56;content: '';}*/

.index-about{display: flex;align-items: center;background: #fff;}
.index-about .pic{width: 48%;}
.index-about .words{width: 44%;margin-left: 3%;}
.index-about .words .title_0{
	font-size: 28px;
	color: #959595;
}
.index-about .words .title{
	line-height: 1.2;
	font-size: 35px;
	color: #004BAB;
	font-family: 'Opensans-Bold', "Microsoft Yahei";
	margin: 5px 0 20px;
}
.index-about .words .ab_line{
	height: 2px;
	margin:15px 0 15px;
}
.index-about .words .ab_line:after{float: left;width: 90px;height: 2px;background: #d15812;display: block;content: '';}
.index-about .words .ab_line:before{float: left;width: 40px;height: 2px;background: #0e2151;display: block;content: '';}
.index-about .words .bf_0{
	line-height: 1.7;
	margin-bottom:7px;
	font-size: 17px;
	color: #3d3d3d;
	font-family: 'Opensans-Bold', "Microsoft Yahei";
}
.index-about .words .bf{
	font-size: 15px;
	color: #828282;
	line-height: 1.5;
}
/*.index-about .words .more{font-size: 13px;color: #242424;text-transform: uppercase;font-weight: bold;border:1px solid #bdbab7;max-width: 167px;width: 100%;line-height: 39px;margin-top: 30px;}*/

.index-product{background: #000 url(../images/por_bg.jpg) no-repeat left top;}
.index-product .list{}
.index-product .list *{font-size: 0;}
.index-product .list .box{width:14.715%;margin-left: 2.34%;}
.index-product .list .box:first-child{margin-left: 0;}
.index-product .list .box .pic{background: #fff;max-height: 348px;border:#fff solid 4px;}
.index-product .list .pic .img{}
.index-product .list .box .name{height: 50px;line-height: 1.5;font-size: 16px;color: #fff;margin: 20px 0 0;}


.index-info{}
.index-info.index-module .i-title{/*font-size: 40px;*/color: #333;text-align: left;line-height: 1;}
.index-info.index-module .i-title:after{display: inline-block;vertical-align: bottom;width: 65px;height: 2px;margin-left: 40px;background: #d15812;content: '';}
.index-info .list{}
.index-info .list .box{width: 31.6%;}
.index-info .list .box + .box{margin-left: 2%;}
.index-info .list .box .img{}
.index-info .list .box .txt{box-sizing: border-box;padding: 20px 3.5% 0;}
.index-info .list .box .txt .name{
	max-height: 60px;
	margin-bottom: 20px;
	font-size: 22px;
	color: #333;
	font-family: "OpenSans-Bold", "Microsoft Yahei";
}
.index-info .list .box .txt .brief{max-height: 95px;line-height: 1.8;font-size: 14px;color: #828282;}
.index-info .list .box .txt .brief.none{display: none;}
.index-info .list .box .txt .more{
	margin-top:22px;
	text-transform: uppercase;
	font-size: 16px;
	color: #333;
	font-family: "OpenSans-Bold", "Microsoft Yahei";
}
.index-info .list .box .txt .more img{margin-left: 10px;}
/*#ueeseo_info .themes_title{}*/

#footer{background:#232323;}
#footer .foot-wrap{width: 1400px;}

#footer .box img{margin-right: 20px;}
#footer .box .right{padding-top:0px;max-width: 75%;}
#footer .box .ti{line-height: 1;font-size: 22px;color: #fff;margin-bottom: 20px;text-transform: uppercase;}
#footer .box .txt{line-height: 1.8;font-size: 14px;color: #fff; font-weight:100;}
#footer .friendship-link{margin: 15px 0;}
#footer .friendship-link .title{font-size: 15px;color: #fff;margin-right: 3%;font-weight: bold;width: 10%;}
#footer .friendship-link .list{width: 85%;}
#footer .friendship-link .list a{font-size: 16px;color: #fff;width: 9%;margin-right: 1%;}
#copymsg{font-size: 14px;color: #eee;padding:15px 0;border-top: 1px solid #414141;}
#copymsg a{
	color: #eee;
}


#position{font-size: 14px;color: #7d7d7d;}
#position a{font-size: 14px;color: #7d7d7d;}
.product-detail .position_bg{background: #f3f3f3;}
.product-detail .ueeshop_responsive_position{width: 96%;max-width: 1200px;margin:0 auto;}
.wrap-righter-style .ueeshop_responsive_position .title{font-size: 30px;color: #1f1f1f;/*height: 35px;line-height: 35px;*/}
.wrap-righter-style .ueeshop_responsive_position .position{/*height: 35px;line-height: 35px;*/}
.wrap-righter-style .ueeshop_responsive_position .position a{font-size: 14px;color: #7d7d7d;}
.wrap-righter-style .ueeshop_responsive_position{background:#f2f2f2;padding-left: 15px;}

body .ueeshop_responsive_article_feedback .article_feedback_title .title{}
.article-content .art-title{height: 35px;margin: 30px 0;font-size: 22px;color: #333;text-align: center;}
.wrap-module .ueeshop_responsive_position{margin: 0 0 25px;border-bottom: none;}
.art-menu-wrap-style{margin-bottom: 45px;}
.art-menu-wrap-style .menu{text-align: center;}
.art-menu-wrap-style .menu ul li{display: inline-block;font-size: 15px;color: #222;margin:0 25px;}

.product-list{margin: 0 auto 30px;}
.product-list .pro_cate{float: left;width: 260px;}
.product-list .pro_cate .page_name{position: relative;margin-bottom: 10px;font-size: 22px;height: 55px;line-height: 55px;text-transform: uppercase;}
.product-list .pro_cate .page_name:after{position: absolute;bottom: 0;left: 0;width: 37px;height: 3px;background: #b97a56;content: '';}
.product-list .pro_cate .first_cate{height: 51px;line-height: 51px;position: relative;padding-right: 15px; overflow:hidden;cursor: pointer;}
.product-list .pro_cate .first_cate a{font-size: 18px;}
.product-list .pro_cate .first_cate .border{width: 37px;border-bottom: 1px solid #333;}
.product-list .pro_cate .son_cate{display: none;}
.product-list .pro_cate .list.on .son_cate{display: block;}
.product-list .pro_cate .list.on .first_cate{background: url(../images/pro_cate_icon_on.png) no-repeat center right;}
.product-list .pro_cate .son_cate .item:first-child{border-top: none;}
.product-list .pro_cate .son_cate .item{height: 49px;line-height: 49px;border-top: 1px solid #e2e2e2;}
.product-list .pro_cate .son_cate .item a{font-size: 13px;color: #909090;}
/*.product-list .pro_cate .son_cate .item:hover,*/
/*.product-list .pro_cate .son_cate .item.on{color: #b97a56;}*/
.product-list .pro_cate .son_cate .item:hover a,
.product-list .pro_cate .son_cate .item.on a,
.product-list .pro_cate .son_cate .item a.on,
.product-list .pro_cate .son_cate .subcate3 a.sia:hover{color: #b97a56;}
.product-list .pro_cate .son_cate .subcate3{margin-bottom: 10px;}
.product-list .pro_cate .son_cate .subcate3 a.sia{display: block;font-size: 12px;color: #909090;text-indent: 15px;line-height: 200%;}


.product-list{/*padding-top: 35px;*/}
.product-list .ueeshop_responsive_products_list{margin-top: 0;padding-top: 5px;}
.product-list .ueeshop_responsive_products_list .item{margin-bottom: 0px;}
.product-list .ueeshop_responsive_products_list .item .pro{width:92%;}
.product-list .ueeshop_responsive_products_list .item .pro{padding-bottom:10px;background: #fff;overflow: visible;}
.product-list .ueeshop_responsive_products_list .item .img{transition: all .2s .1s;-webkit-transition: all .2s .1s;border:1px solid #d2d2d2;}
.product-list .ueeshop_responsive_products_list .item .pro:hover .img{-webkit-box-shadow:0 0px 8px 2px rgba(143, 143, 143, 0.3);box-shadow:0 0px 8px 2px rgba(143, 143, 143, 0.3);border:1px solid  #999999;}
.product-list .ueeshop_responsive_products_list .item:hover img{transform: scale(1);}
.product-list .ueeshop_responsive_products_list .item .info .name{text-align: left;}
.product-list .ueeshop_responsive_products_list .item .info .more{display: inline-block;width: 130px;line-height: 40px;font-size: 16px;color: #333;text-align: center;text-transform: uppercase;border: 1px solid #000;border-radius: 4px;transition: all .2s;}
.product-list .ueeshop_responsive_products_list .item .info .more:hover{background: #0b1f4f;color: #fff;border-color: #0b1f4f;}
.product-list .ueeshop_responsive_products_list .item .info{text-align: left;}

body .ueeshop_responsive_products_detail .gallery .left_small_img .pic_box.on{border:1px solid #b97a56;}
.ueeshop_responsive_products_detail .info .name{}
.product-detail .ueeshop_responsive_products_detail .info .button > a,
.product-detail .ueeshop_responsive_products_detail .info .button .download_button > span{background: none!important;}
.product-detail .description .desc_txt{line-height: 250%;}
#global_editor_contents{}

.product-detail .ueeshop_responsive_products_detail .description .title{border: none;}
.product-detail .ueeshop_responsive_products_detail .description .title span{font-size: 30px;color: #1f1f1f;position: relative;background: #fff;margin-right: 0;padding-right: 15px;}
.product-detail .ueeshop_responsive_products_detail .description .title span:after{position: absolute;width: 10000px;left: 100%;top: 13px;height: 1px;background: #e3e3e3;margin-left: 20px;content: '';}

body .ueeshop_responsive_case_list .item .img{width: 50%;}
body .ueeshop_responsive_case_list .item .info{width: 50%;}

.ueeshop_responsive_download_list ul li:hover{color: #b97a56;}
.ueeshop_responsive_download_list ul li a:hover{background: #b97a56;}
.g_member{position: static;}

.menu-in-left{padding-top: 30px;}
.menu-in-left .menu-wrap-style{width: 20%;float: left;}
.menu-in-left .wrap-righter-style{width: 76%;float: right;}
.menu-wrap-style .menu{}
/*.menu-wrap-style .menu .m-title{font-size: 19px;color: #191919;margin-bottom: 15px;}*/
.menu-wrap-style .menu .m-title{position: relative;margin-bottom: 10px;font-size: 22px;height: 55px;line-height: 55px;text-transform: uppercase;}
.menu-wrap-style .menu .m-title:after{position: absolute;bottom: 0;left: 0;width: 37px;height: 3px;background: #b97a56;content: '';}
.menu-wrap-style .menu .cate-top{margin-bottom: 30px;font-size: 30px;color: #1f1f1f;}
.menu-wrap-style .menu h3{margin-bottom: 10px;}
.menu-wrap-style .menu h3 a{font-size: 16px;color: #1f1f1f;}
.menu-wrap-style .menu h3 a:hover{color: #b97a56;}
/*.menu-wrap-style .menu h3 a.on{color: #e39f59;text-decoration: underline;}*/
.menu-wrap-style .menu .sublist{line-height: 250%;margin-bottom: 15px;}
.menu-wrap-style .menu .sublist li{}
.menu-wrap-style .menu .sublist li a{font-size: 16px;color: #737373;}
.menu-wrap-style .menu .sublist li a:before{width: 13px;height: 13px;border:1px solid #737373; display: inline-block;vertical-align: middle;margin-right: 10px;transition: all .5s; content: '';display: none;}
.menu-wrap-style .menu .sublist li a.on{color: #b97a56;}
/*.menu-wrap-style .menu .sublist li a.on:before{border-color: #b97a56;background: #b97a56;}*/
.menu-wrap-style .menu .sublist li a:hover{color: #b97a56;}
.menu-wrap-style .menu .sublist li a:hover:before{}
.menu-wrap-style .menu .sublist li.v3{padding-left: 20px;}
.menu-wrap-style .menu .sublist li.v3 a{}
.menu-wrap-style .menu .sublist li.v3 a:before{display: none;}

.product-list .left{width: 22.5%;}
.product-list .menu .m-title{position: relative;margin-bottom:0px;font-size: 22px;height: 55px;line-height: 55px;text-transform: uppercase;color:#FFFFFF;text-align:center;background:url(nav_1.jpg) center top no-repeat;}
.product-list .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;}
.product-list .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;}


.product-list .left .cate_row a.topa{font-size: 16px;color: #333;}
.product-list .left .cate_row a:hover.topa{font-size: 16px;color:#024EA5;}

.product-list .left .cate_row:first-child span{border-top:none;}
.product-list .left .cate_row ul{margin-top: 0px;padding-left: 35px;padding-bottom: 0px;}
.product-list .left .cate_row ul li{margin:3px 0;}
.product-list .left .cate_row ul li a{display: block;font-size: 16px;line-height: 25px;color: #8d8d8d;height: 0px;overflow: hidden;}
.product-list .left .cate_row ul li a:hover{color: #0b1f4f;}
.product-list .left .cate_row ul li.v3{padding-left: 15px;margin:0;}
.product-list .left .cate_row ul li.v3 a{font-size: 14px;}
.product-list .left .cate_row.on span em{background-image: url(../images/icon_p_open.png);}
.product-list .left .cate_row.on ul li a{height: auto;}
.product-list .left .cate_row.on ul{margin-top: -8px;padding-bottom: 23px;}

.wrap-module .ueeshop_responsive_products_detail_review .review_form h1{font-size: 30px;color: #1f1f1f;text-align: center;margin-bottom: 35px;}

body .ueeshop_responsive_turn_page span .page_item_current{background: #0b1f4f;}

.product-list .ueeshop_responsive_position{margin: 0 27px 25px;}




@media (min-width:992px) and (max-width:2800px) { 
#footer .box{
	width: 33.33%;
	padding:3% 2% 2% 2%;
	box-sizing: border-box; min-height:135px;
}

#footer .box + .box{border-left: 1px solid #414141;}}



@media (max-width: 1440px){
    .wrap{width: 96%;}
}

@media (max-width: 1280px){
    .index-about .words{margin-top: 0;}
    #footer .foot-wrap{width: 96%;}
}

@media (max-width: 1024px){
    .swiper-hd{display: none;}
}





@media (min-width:200px) and (max-width:548px) { 
    #footer .box{width:100%;float: none;padding:4% 2% 4% 0;}
	#footer .cc1{border-bottom:1px solid #414141;}
	#footer .cc2{border-bottom:1px solid #414141;}
	#footer .cc3{border-bottom:1px solid #414141;}
	#footer .cc4{border-bottom:none;}}


@media (min-width:549px) and (max-width:991px) { 
    #footer .box{width:49%;float: left;padding:4% 2% 0 0;box-sizing: border-box; min-height:100px;}
    #footer  .cc1{border-bottom: 1px solid #414141;}
	#footer .cc2{border-bottom: 1px solid #414141;border-left: 1px solid #414141; padding-left:10px;}
	#footer .cc3{border-left:none;}
	#footer .cc4{border-bottom:none;border-left: 1px solid #414141;padding-left:10px;}
	 .menu-in-left .wrap-righter-style{float: none;width: 100%;}
	
	}

@media (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;}

    .index-banner{margin-top: 0;}
    .index-banner .bx-controls-direction{display: none;}
    .index-module{padding: 40px 0;}
    .index-module .i-title{font-size: 34px;margin-bottom: 30px;}

    .index-about{display: block;}
    .index-about .pic{float: none;width: 100%;text-align: center;margin-bottom: 20px;}
    .index-about .words{float: none;width: 90%;max-width: 550px;margin: 0 auto;}
    .index-about .words .bf{text-align: left;}
    .index-about .words .more{margin:30px auto 0;}
    .index-about .words .ab_line{margin:5px 0 15px;}

    .index-info.index-module .i-title:after{display: none;}




	

  
    #footer .box .right{padding-top: 0;}
    #footer .box .ti{margin-bottom: 10px;}
    #copymsg{padding: 15px 0;line-height: 1.6;}
	#footer .friendship-link .list a{width: 13%;}

    .product-list .ueeshop_responsive_products_list .item{width: 50%;margin-bottom:10px;}
    .product-list .ueeshop_responsive_position{margin: 0 0 15px;}

	.product-list .left{display: none;}
}
@media (max-width: 768px){
    .index-info .list .box{width: 100%;margin-bottom: 25px;}
    .index-info .list .box + .box{margin-left: 0;}

    .art-menu-wrap-style{display: none;}
    .menu-in-left .menu-wrap-style{display: none;}
    .menu-in-left .wrap-righter-style{float: none;width: 100%;}
}

@media (max-width: 640px){
	/*.mobile-nav .li a{font-size: 18px;}*/
    .clear_991{clear: none;}
    .clear_640{clear: both;}

    .index-product .list .name{margin-top: 10px;}

    .index-module .index-title-0{text-align: center;margin-bottom: 15px;font-size: 24px;}
    .index-about .words .title{font-size: 30px;margin:20px 0;}
    .index-about .words .bf{font-size: 16px;}
    .index-about .words .more{max-width: 100%;margin-top: 15px;}

    .index-info .list .item .img{float: none;width: 100%;margin:0 0 20px;text-align: center;}
    .index-info .list .item .info{float: none;width: 100%;}

    #footer{}
	#footer .friendship-link{margin-top: 30px;}
	#footer .friendship-link .title{width: 100%;float: none;text-align: center;margin-bottom: 10px;}
	#footer .friendship-link .list{width: 100%;float: none;}
	#footer .friendship-link .list a{width: 19%;}

    .index-product .list .box{width: 46%;margin: 0 2% 15px;}
    .index-product .list .box:first-child{margin-left: 2%;}
    .index-product .list .box:last-child{margin-left: 2%;}
    /*.index-product .list .box + .box{margin: 0 0 20px;}*/
}


@media (max-width: 450px){
	#footer .friendship-link .list a{width: 24%;text-align: center;margin: 0 .5% 5px;}
}
