@media (max-width: 1950px){
.maxmd{ width:100%;}
}

@media (max-width: 1460px) {
.topmd{ width:100%; }
}

@media (max-width: 1400px) {
.abfo-else-a{ width:40%; } 
.abfo-else-b{ width:60%;  }
}

@media (max-width: 1270px) {
.md{ width:100%; }
.b-cpnav.on{ height:600px;}
}

/* md */
@media (max-width: 1230px) {
/*-- 导航 --*/
.navbox ul li a{ font-size: 15px; }

.bhnavM ul li{ padding: 5px 2px;}

/*-- 内页效果图 --*/
.inban i{ height: 300px; }
.inban h1{ font-size: 30px; line-height: 35px; margin-top: 10%;}
.inban h2{ font-size: 30px; line-height: 35px; }

/*-- 专卖店 --*/
.sell-show{ width:1000px; display: inline-block; float: none;}
.Bimg{ width:700px; height:413px;}
.Bimg ul li{ width:700px; height:413px; }
.apmin_pic{ height:370px; padding: 10px; }
.apnum ul li a{ padding: 10px 0px 5px; font-size: 14px; }

}

@media (max-width: 1120px) {
.jsmd{ width:100%; }
.b-cpnav.on{ height:800px;}
}

@media (max-width: 1080px) {
.foot-nav ul li{ padding: 0px 20px;  }
.aboneL{ padding-right: 20px;}
	
/*-- 专卖店 --*/
.sell-show{ width:750px; padding: 10px;}
.Bimg{ width:590px; height:348px;}
.Bimg ul li{ width:590px; height:348px; }
.apmin_pic{ width:130px; height:310px; padding: 10px; }
.apnum ul li{ width:110px; padding-top: 4px; }
.apnum ul li a{ padding: 7px 0px; line-height: 15px; font-size: 12px; }
.sell-jt{ bottom: -40px; }
}

@media (max-width: 990px) {
.jmd{ width:100%;}	
}

/*ipad*/
@media (min-width: 992px) and (max-width: 1199px) {

}

@media (min-width: 768px) and (max-width: 991px) {
.navbox ul li a{ font-size: 13px; }
.bhnavM ul li p{ font-size: 10px; }
.bhnavM ul li p a{ height: 20px; }
	

.join-cone{ width:33.33%; }

}


/* xs */
@media (max-width: 767px) {
#wrapper {
    padding-left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
	height:0px;
}
#wrapper.toggled {}
#sidebar-wrapper {
    z-index: 99999;
    width: 100%;
    height: 0%;
    overflow-y: auto;
    overflow-x: hidden;
    background: #f2af60;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#sidebar-wrapper::-webkit-scrollbar {
  display: none;
}

#wrapper.toggled #sidebar-wrapper {
    height: 100%;
}

#page-content-wrapper {
    height: 100%;
}

#wrapper.toggled #page-content-wrapper {
    position:relative;
}

/*-------------------------------*/
/*     Sidebar nav styles        */
/*-------------------------------*/

.sidebar-nav {
    width: 100%;
    list-style: none;
	float:left;
	padding-top:70px;
}

.sidebar-nav li {
    position: relative; 
    line-height: 32px;
    display: inline-block;
    width: 100%;
	padding:5px;
}

.sidebar-nav li:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    height: 100%;
    width: 0px;
    background-color:#fb7307;
    -webkit-transition: width .2s ease-in;
      -moz-transition:  width .2s ease-in;
       -ms-transition:  width .2s ease-in;
            transition: width .2s ease-in;

}
.sidebar-nav i{ padding-right:20px;}
.sidebar-nav li:hover:before,
.sidebar-nav li.open:hover:before {
    width: 100%;
    -webkit-transition: width .2s ease-in;
      -moz-transition:  width .2s ease-in;
       -ms-transition:  width .2s ease-in;
            transition: width .2s ease-in;

}
.sidebar-nav li a {
    display: block;
    color: #FFF;
    text-decoration: none;
    padding:5px;
	font-size:18px;
	text-align:center;  
}
.sidebar-nav li a:hover,
.sidebar-nav li a:active,
.sidebar-nav li a:focus,
.sidebar-nav li.open a:hover,
.sidebar-nav li.open a:active,
.sidebar-nav li.open a:focus{
    color:#FFF;
    text-decoration: none;
    background-color: transparent;
}

.sidebar-nav > .sidebar-brand {
    height: 50px;
    font-size: 20px;
    line-height: 45px;
}
.sidebar-nav .dropdown-menu {
    position: relative;
    width: 100%;
    padding: 0;
    margin: 0;
    border-radius: 0;
    border: none;
    background-color:#000;
    box-shadow: none;
}
.sidebar-brand{ color:#FFF; font-weight:600; font-size:18px; line-height:27px; margin-top:20px;}
.psort{ width:100%; height:auto; float:left; padding-left:0px;}
.psort a{ display:block; color:#ccc; padding:2px 0px; line-height:30px;}

.sidebar-nav li .snav{ background:#fff; width:100%; float:left; box-shadow:2px 2px 1px rgba(204,204,204,0.5); padding:10px; display:none;}
.sidebar-nav li .snav a{display:block; line-height:28px; font-size:15px; color:#666; text-decoration:none;}
.sidebar-nav li .snav a:hover{ background:#e4e4e4; color:#fff;}

.xtwo{ width:100%; height:auto; float:left;}
.xtwo a{ width:100%; height:auto; float:left; font-size:15px; text-align:center; color:#FFF; line-height:28px; padding:5px;}

/*-------------------------------*/
/*       Hamburger-Cross         */
/*-------------------------------*/
.hamburger {
  width: 32px;
  height: 32px;
  background:transparent;
  position:absolute;
  z-index: 100000;
  right:15px;
  top:20px;
  border:0;
}
.hamburger:hover,
.hamburger:focus,
.hamburger:active {
  outline: none;
}
.hamburger.is-closed:before {
  content: '';
  display: block;
  width: 100px;
  font-size: 14px;
  color: #FFF;
  line-height: 32px;
  text-align: center;
  opacity: 0;
  -webkit-transform: translate3d(0,0,0);
  -webkit-transition: all .35s ease-in-out;
}
.hamburger.is-closed:hover:before {
  opacity: 1;
  display: block;
  -webkit-transform: translate3d(-100px,0,0);
  -webkit-transition: all .35s ease-in-out;
}

.hamburger.is-closed .hamb-top,
.hamburger.is-closed .hamb-middle,
.hamburger.is-closed .hamb-bottom,
.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-middle,
.hamburger.is-open .hamb-bottom {
  position: absolute;
  left: 0;
  height: 4px;
  width: 100%;
}
.hamburger.is-closed .hamb-top,
.hamburger.is-closed .hamb-middle,
.hamburger.is-closed .hamb-bottom {
  background-color:#e74209;
}
.hamburger.is-closed .hamb-top { 
  top: 5px; 
  -webkit-transition: all .35s ease-in-out;
}
.hamburger.is-closed .hamb-middle {
  top: 50%;
  margin-top: -2px;
}
.hamburger.is-closed .hamb-bottom {
  bottom: 5px;  
  -webkit-transition: all .35s ease-in-out;
}

.hamburger.is-closed:hover .hamb-top {
  top: 0;
  -webkit-transition: all .35s ease-in-out;
}
.hamburger.is-closed:hover .hamb-bottom {
  bottom: 0;
  -webkit-transition: all .35s ease-in-out;
}
.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-middle,
.hamburger.is-open .hamb-bottom {
  background-color:#e74209;
}
.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-bottom {
  top: 50%;
  margin-top: -2px;  
}
.hamburger.is-open .hamb-top { 
  -webkit-transform: rotate(45deg);
  -webkit-transition: -webkit-transform .2s cubic-bezier(.73,1,.28,.08);
}
.hamburger.is-open .hamb-middle { display: none; }
.hamburger.is-open .hamb-bottom {
  -webkit-transform: rotate(-45deg);
  -webkit-transition: -webkit-transform .2s cubic-bezier(.73,1,.28,.08);
}
.hamburger.is-open:before {
  content: '';
  display: block;
  width: 100px;
  font-size: 14px;
  color: #fff;
  line-height: 32px;
  text-align: center;
  opacity: 0;
  -webkit-transform: translate3d(0,0,0);
  -webkit-transition: all .35s ease-in-out;
}
.hamburger.is-open:hover:before {
  opacity: 1;
  display: block;
  -webkit-transform: translate3d(-100px,0,0);
  -webkit-transition: all .35s ease-in-out;
}
.hamburger.is-open{ position:fixed;}

/*-------------------------------*/
/*            Overlay            */
/*-------------------------------*/

.overlay { position: fixed;display:none;width: 100%; height: 100%;overflow:hidden;top: 0;left: 0;right: 0; bottom: 0;background-color: rgba(250,250,250,.8);z-index: 9;} 

/*-------------------------------------RBOX-----------------------------------*/
/*-- 手机侧边导航 --*/
.xtopB{ width:100%; height:auto; float:left; padding:90px 10px 50px; position:relative;}
.xtop{ width:100%; height:auto; float:left; padding:20px 10px;}
.xtop h1{ width:100%; height:auto; float:left; font-size:18px; color:#FFF; padding:10px 0px; text-transform:uppercase; font-weight:600;}
.xtop h1 a{ color:#FFF; display:block;}
.xtop ul li{  float:left; font-size:20px; color:#FFF; width:100%; text-align: center; padding: 10px 0px;}
.xtop ul li>a{ color:#242424; display:block; padding:10px;}
.xtop ul li div{ width:100%; height:auto; float:left;}
.xtop ul li div a{ width:100%; float:left; padding:10px 50px; color:#242424; font-size:15px; position:relative;}
.xtop ul li div a:before{ content:""; position:absolute; left:15px; top:22px; width:20px; height:1px; background:#FFF;}
.xtop .dropdown-menu{ width:100%; position: relative;}
	
.xscen{ width:100%; height:auto; float:left;}
.xscen span{ padding:5px 10px; background:#FFF; margin-right:5px; }
.xscen a{ padding:5px 10px; background:#ea5404; color:#FFF;
-moz-border-radius:3px; /* Firefox */
-webkit-border-radius:3px; /* Safari 和 Chrome */
border-radius:3px; /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
}

/*-- 头部 --*/
.header{position:relative; float: left; }
.header:before{ height: 70px; }
.logo{ width:60%; height: 70px; }

/*-- 语言 --*/
.cenbox{ right: 50px; top: 17px; }
.golang{ font-size: 13px; padding: 5px 0px; }
.golang:before{ right: -13px; top: 10px; }
.gsearch i{ padding:0px; padding-top: 7px; float: left; width:23px; margin-right: 30px;}
.gsearch i svg{ wdith:23px; height: 23px;}
.search-show{ width:350px; top:50px; left:-230px; }
#search_input1{ width:310px; }

/*-- syone --*/
.syone{ padding: 20px 0px;}
.syo-a{ width:25%; padding:5px 10px;}
.syo-a i{ padding: 5px 0px;}
.syo-a p span{ height: 40px; font-size: 13px; }

/*-- sytwo --*/
.sytwo{ padding: 10px 0px;}
.sytwo-a{ height:250px; }
.sytwo-a a{ padding:10px; }
.sytwo-a h1{ font-size:18px; line-height:24px; margin-top: 30%;}
.sytwo-a span{ width:100px; height:30px; line-height:30px; font-size:14px; margin-top:25px; }

/*-- syth --*/
.syth{ padding: 40px 0px 60px;}
.syth-t h1{ font-size:20px; line-height: 35px; }
.syth-t p{ font-size: 15px; line-height: 28px;  padding:10px 0px; text-align: left; }
.syth-num{ padding: 20px 0px;}
.syth-num ul li h1{ font-size:26px; line-height:40px; }
.syth-num ul li p{ font-size:13px; line-height:25px; }
.syth-btn{ padding-top: 15px; }
.syth-btn a{ width:130px; font-size: 15px; }
	
/*-- syfo --*/
.syfo{ height: 300px; }
.syfo-b{  padding-top: 50px;}
.syfo-b div{  padding: 15px 40px 15px 20px;}
.syfo-b div p{ font-size: 14px; }
.syfo-b div h1{ font-size: 22px; line-height: 30px; }
.syfo-b div h1 i{ position:absolute; right:15px; top:5px;}
.syfo-b div h1 i svg{ width:30px; height: 30px;}
.syfosvg{  top: 70px; left: -24%; }
.syfosvg i{ display: inline-block; }
.syfosvg svg{ width:200%; }
	
/*-- syfv --*/
.syfv{ padding: 40px 0px 50px;}
.syfv-a{ height:250px; }
.syfv-a a{padding:10px; }
.syfv-a p{ margin-top: 15%; font-size: 15px; line-height:25px; }
.syfv-a h1{ min-height:auto; font-size:18px; line-height:25px;  padding: 10px 0px; }
.syfv-a h3{ min-width:auto; height:auto; font-size:13px; margin-top:25px; padding: 0px 5px 0px 10px; line-height:30px;}
.syfv-a h3 span{ padding-right: 5px; }
.syfv-a h3 svg{ width: 20px; height: 30px; }

/*-- 导航loc --*/
.locbox{ padding: 10px 0px; border-bottom: 1px solid #ebebeb;}
.locbox ul li{ line-height:25px; font-size:13px; padding: 0px;}
.locbox ul li i{ font-size:13px; width: 6px; margin-right: 4px; height: 25px;}
.locbox ul li i svg{ width:12px;}
.locbox a{ font-size:12px;}
#lochome{margin-right: 10px; margin-top: 2px;}
#lochome svg{ width:18px;}

.locbox.incp{ padding: 10px 0px;}
.locbox.incp ul{ text-align:left;}	

/*-- 内页效果图 --*/
.inban i{ height: 200px;}
.inban h1{ font-size: 20px; line-height: 25px; margin-top: 5%;}
.inban h2{ font-size: 20px; line-height: 25px; }
.inban p{ font-size: 14px; }
	
/*-- 关于我们 --*/
.aboneL{ width:100%; padding-right: 0px;}
.aboneL h1{ font-size: 20px; line-height: 30px; margin-top: 30px; text-align: center;}
.aboneL p{ margin-top: 15px;}
.aboneR{ width:100%; margin-top: 10px;}

.abtwo{ padding: 20px 0px 10px;}
.abtwo-t h1{ font-size: 20px; line-height: 25px; }
.abtwo-show{ width:100%; height: auto; padding: 20px 0px; float: left;}
.abtwo-a{ padding:20px; }
.abtwo-a p{ height:auto;  font-size: 18px; }
.abtwo-a p span{ font-size: 15px; }

.abfo-show{ padding-bottom: 0px; }
.abfo-p{ padding: 20px 0px; }
.abfo-p p{ line-height: 25px; font-size: 15px; }
.abfo-else-a{ width:100%; height: auto; padding: 30px 0px; }
#myTab{ width:60%; float:right; margin-top:0;}
#myTab li{ width:100%; height: 45px; margin-top: 10px; }
#myTab li a{ font-size: 16px; }
.abfo-else-b{ width:100%; height: auto;  padding: 10px 15px 60px; }
.abfo-else-b i{ font-size: 18px; line-height: 25px;  padding: 20px;}
.abfo-else-b.tab-content .tab-pane .abw>h1{ width:35%; font-size: 15px;  padding-left: 25px;}
.abfo-else-b.tab-content .tab-pane .abw>p{ width:65%; font-size: 15px; }

/*-- 加盟 --*/
.join-a{ padding-bottom: 20px; }
.join-at p{ font-size: 16px;  padding: 40px 0px 10px; }
.join-at h1{ font-size: 20px; }
.join-at h2{ font-size: 17px; line-height: 30px; padding-top: 20px; }
.join-as-t{ padding: 30px 0px;}
.join-as-t i img{ max-width:50%; }
.join-as-one{ width:50%;  padding: 5px;}
.join-as-one i img{ max-width:50%; }
.join-as-one h1{ padding-top: 10px;}
.join-as-one h1 span{ font-size: 16px; }
.join-as-one p{ margin-top: 0px;}
.join-as-one p span{ font-size: 13px;}

.join-b{ padding:20px 0px; }
.join-bone{ width:50%; padding: 5px 0px; }
.join-bone i{ width:140px; height: 140px; border: 6px solid #e74009;}
.join-bone i span{ font-size: 17px; }
.join-bone.en i span{ font-size: 15px; }
	
.join-c{ padding: 20px 0px;}
.join-cshow{ padding: 30px 0px;}
.join-cone{ width:33.33%;  padding: 5px 5px 15px;}
.join-cone i{ width: 110px; height: 110px; }
.join-cone p{ padding-top: 0px;}
.join-cone p span{ height: 50px; font-size: 16px; }
.join-cone p:before{ width:30%; height: 3px; left: 35%; }

.join-d{ padding: 50px 0px 40px; }
.join-dt i{ font-size: 26px; line-height: 40px;}
.join-dt h1{ font-size: 20px; line-height: 30px; padding: 10px 0px 0px;}
.join-dt p{ padding: 3px 0px; }

.join-form{ padding: 10px 0px 35px;}
.crr-one{ width:100%; margin-top:10px; }
.crr-two{ width:100%; margin:0; margin-top:10px; }
.crr-four{ margin-top:10px; }
.crr-three{ margin-top:10px; }
#jinput2{ height:120px; }

/*-- 专卖店 --*/
.sell{ text-align:center; padding-bottom: 70px;}
.sell-t h1{ font-size: 20px; margin-top: 40px; }
.sell-t p{ font-size: 15px; line-height: 25px; }
.sell-show{ padding: 10px; margin-top: 30px; margin-bottom: 60px; width:550px; display: inline-block; float: none;}
.Bimg{ width:530px; height:368px;}
.Bimg ul li{ width:530px; height:368px;}
.Bimg ul li h1{ padding:15px 10px; font-size: 18px; line-height: 25px; }
.apmin_pic{ width:100%; height:auto; padding: 0px; }
.apnum{ display: none; }
.sell-jt{ bottom:-70px; height: 40px; }
.sell-jt svg{ margin-top:12px;}
.apprev_btn1{ width:49%; height:40px; }
.apnext_btn1{ width:49%; height:40px; }
	
/*-- 新闻 --*/
.news{ margin-top:10px;}
.newsone{height:auto; margin-bottom:15px;}
.newsdate{ width:30%;}
.nd-y{font-size:20px; margin-top:23%;}
.nd-d{ }
.nd-m{  font-size:26px;}
.nd-m span{ font-size:18px; line-height:20px; margin-top:10px;}
.newsimg{ width:70%; background-size:cover; height:220px;}
.newsshow{ width:100%; padding:5px;}
.news-t{ font-size:16px; line-height:30px; padding:10px 0px; height:auto;}
.news-info{line-height:22px; font-size:15px; margin-top:8px;}
.news-btn a{line-height:35px; font-size:15px;}

/*-- 新闻详细内容 --*/
.in-newsbox_title {width:100%; padding:0px; font-size:20px; margin-top:25px; line-height:25px;}
.in-newsbox_info{ padding:15px 0px;}
.in-newsbox_info ul li{ font-size:15px; }
.in-newsbox_content{ font-size:15px; line-height:25px;}
.pagesl{ width:100%; }
.pagesl p{ width:100%; font-size:14px; }
.pagesr p{ width:100%; font-size:14px;}
.pagesr{ width:100%; float:left; text-align:left;}
.pagesl a{ font-size:14px;}
.pagesr a{ color:#FFF; font-size:14px; }

/*-- 产品 --*/
.pro-t{ padding: 20px 0px 15px; }
.pro-t h1{ font-size: 20px; line-height: 30px; }
.psearch-show{ width:300px; }
.pro-nav-show h1 span{  height: 50px; font-size: 14px; }

/*-- 内页 --*/
.inpro-sv{ width:100%; padding: 10px 5px 0px; }
.inpro-sv ul li{ padding: 5px 8px; }
.inpro-sv ul li a{ display:block; font-size: 15px; }
.inpro-twonav{ padding: 0px 10px 10px; }
.inpro-twonav:before{ left: 3px;}
.inpro-twonav ul li{ padding: 5px 10px 5px 5px; }
.inpro-twonav ul li a{ font-size: 13px; }
.inpro-twonav ul li a:hover{ font-size: 15px; }
.inpro-twonav ul li a.active{ font-size: 15px; }

.probox{ padding: 10px 0px;}
.cpname h1{ font-size: 13px; }
.propage{ padding: 40px 0px;}
.propage ul li a{ width:34px; height: 34px; font-size: 13px; line-height: 32px; }
.propage ul li svg{ width: 20px; height: 20px; margin-top:7px; }

/*-- 产品详细 --*/
.banl{ padding-bottom: 10px; }
.t2 {width:100%; }

.marklogo{left: 0; width:100%;}
.marklogo i{ text-align: center; }
.marklogo i img{ width:180px; }
.min_pic {position:relative; float: left;}
.num { height:70px;}
.num ul li { width:80px; margin-right:5px;}
.num ul li img { width:auto; height:60px;}

.banr{ width:100%; padding-left:0px; position:relative; float: left;}
.br-a{ padding-top:20px;}
.br-a h1{ font-size:20px; line-height:30px; padding:10px 0px;}
.br-b p{ font-size:16px; line-height:26px; }
.br-c ul li{ font-size:16px; line-height:26px; }

.br-cd p{ font-size: 15px;}
.br-cd ul li{ width:100%; font-size: 15px; padding: 5px 0px 5px 25px; }
.br-cd ul li i{ top:5px; }

.samebox{ margin-top:0px;}
.same-t h1{ font-size:20px; line-height:40px;}
.same-t h1:before{ top: 13px; }
.same{ padding:10px 0px 80px;}

.cpot{ left:0; top:-5px; }
.cpot ul li a{ font-size:16px; }


/*-- 联系我们 --*/
.contact{ padding: 20px 0px 70px; }
.contone h1{ font-size: 20px; }
.contone #p1{ font-size:30px; line-height: 30px; padding: 15px 0px;}
.contone #p2 span{ width:100%; float: left; padding:2px;}

/*-- 地图 --*/
.mapbox{ height:280px; margin-top: 30px;}

/*-- feedback --*/
.feed-ht h1{ font-size: 22px; line-height: 35px; }
.feed-ht h2{ font-size: 18px;}

/*-- foot --*/
.footB{ padding:0px 0px 50px;}
.footdown{ font-size:12px;}
.footdown span{ padding:0px 10px; width: 100%; float: left;}


/*-- 手机搜索 --*/
#phonesearch{ width:100%; height:auto; float:left; padding:8px 2%; position:relative; z-index:1;}
.phsearch{ width:100%; float:left;}
#search_inputx1{outline:none;height:40px; width:80%; border:1px solid #000; line-height:50px; float:left; color:#000; font-size:14px; padding:0 5px; background:#FFF; filter:alpha(opacity=100); -moz-opacity:1; -khtml-opacity:1; opacity:1;
-moz-border-radius: 5px; /* Firefox */
-webkit-border-radius: 5px; /* Safari 和 Chrome */
border-radius: 5px; /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
}
#search_inputx2{ float:left; width:18%; height:40px; outline:none; cursor:pointer; margin-left:2%; border:0; background-image:url(../../img/page/s.png); background-position:center; background-repeat:no-repeat; background-size:auto 25px; background-color:#fb7307;
-moz-border-radius: 5px; /* Firefox */
-webkit-border-radius: 5px; /* Safari 和 Chrome */
border-radius: 5px; /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
}

/*底部导航*/
.phone-bottom-box{ width:100%; height:55px; float:left; z-index:9999; border-top:0;
background-image: url(../../img/svg-loaders/bgss.svg); background-color: #000;
}
.footer-navs{ width:100%; float:left; padding:0; margin:0; position:relative !important;}
.footer-navs li{ float:left; font-size:14px; width:20%; text-align:center; list-style:none; color:#FFF; cursor:pointer; padding-top:8px;}
.footer-navs li i{ width:100%; height:auto; float:left;}
.footer-navs li i img{ width:20px;}
.footer-navs a{ color:#FFF; display:block;}
.footer-navs p{ display:inline-block; font-size:0.8em}
#fancybox-close{ top:10px; right:-30px;}
	

.footside ul li.vlook{ display: block; padding-top: 10px; padding-left: 15px; }
.footside ul li h1{ font-size: 13px; }
#vimg{ width: 50px; padding-left: 10px;}
	
.fivbox{ width: 90%; background-position: right 20px top 20px; background-size: 140px auto;}
.fiv-t{ padding: 30px 20px 10px; }
.fiv-t h1{ width:70%; font-size:17px; line-height: 26px; }
.fiv-t p.fp{ font-size: 16px; line-height: 30px; margin-top: 20px;}
.fiv-t p.fp a{ font-size:22px;}
.fiv-form{ padding: 0px 20px}
#buttonv{ margin-top: 10px;}


.ph-two{ width:50%; height:auto; position:absolute; left:25%; bottom:50px; padding:4px 8px;
filter:alpha(opacity=95);   
-moz-opacity:0.95;   
-khtml-opacity: 0.95;   
opacity: 0.95;
-moz-border-radius: 5px; /* Firefox */
-webkit-border-radius: 5px; /* Safari 和 Chrome */
border-radius: 5px; /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */ 
background: linear-gradient(top,#f2af60, #f2af60);
background: -ms-linear-gradient(top,#f2af60, #f2af60);
background: -webkit-linear-gradient(top,#f2af60, #f2af60);
background: -moz-linear-gradient(top,#f2af60, #f2af60);
}
.ph-two a{ width:100%; height:40px; float:left; background:#FFF; line-height:40px; color:#242424; margin:4px 0px;
-moz-border-radius: 8px; /* Firefox */
-webkit-border-radius: 8px; /* Safari 和 Chrome */
border-radius: 8px; /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
}
.ph-two:before{ content:""; position:absolute; left:47.8%; bottom:-6px; width:3%; height:0;
border-left:7px solid transparent;   
border-right:7px solid transparent;   
border-top:7px solid #f2af60;
}

/*-- 登录图标 --*/
.plogo{ width:220px; min-height:70px; float:left; padding:20px 5px;}
.plogo a{ color:#FFF; float:left; margin:5px 10px; font-size:15px;}
.ptlogii{ width:100%; float:left; font-size:15px; color:#FFF; line-height:25px; padding:5px;}
.ptlogii a{ color:#FFF; font-size:15px; float:left; line-height:20px;}
.ptlogii i{ float:left;}


/*-- 注册登录 --*/
.loginpg{ margin:40px 0px; padding:20px 10px; }
.logt{ font-size:20px; line-height:25px; }
.logp{ font-size:14px; padding:5px 0px;}
.logm{ width:100%; padding:10px; margin-top:20px;}
.ttbox{ width:100%;}
.ttm .tt{ font-size:15px;}
.eyes_box{ right:5%; top:12px;}
#inputx{ width:100%; height:45px;}
.ttm .tt-p{ height:auto;}
.ttm .tt-p span{ width:100%; height:auto;}
.ttm .tt-p span font{ width:100%; font-size:12px; line-height:20px; height:auto;}
.tt-btn{ margin-top:20px;}
#buttonx{ width:100px; height:35px; }
.logpgbtn{ text-align:center; left:0; display:table;}
.logpgbtn a{ width:120px; height:40px; vertical-align:middle; padding:0px 8px; line-height:14px; font-size:14px; display:table-cell; float:none;}


/*回滚*/
.togo{ width:30px; height:30px; border:0; position:absolute; right:-30px; bottom:18px;}
.goback{ margin-top:-25px; background-size:100%;}
.goback .gos{ background-size:100%;}

/*内部导航*/
.allbox{position:relative;}
.phnav{height:auto; width:100%; float:left; background-color:#fdd000; padding:13px 10px; line-height:25px; color:#000; font-size:16px; text-align:left;}
.phnav a{ color:#000; text-decoration:none;}
.casenav{ width:100%; padding:0px 5px;-webkit-animation:fadeInUp 800ms;animation:fadeInUp 800ms; float:left; position:absolute; top:45px;left:0;background:#FFF; z-index:1;
filter:progid:DXImageTransform.Microsoft.Shadow(color=#e2e1e1,direction=120,strength=4);/*兼容ie*/
-moz-box-shadow: 0px 2px 25px 1px #e2e1e1;/*兼容firefox*/
-webkit-box-shadow: 0px 2px 25px 1px #e2e1e1;/*兼容safari或chrome*/
box-shadow:0px 2px 25px 1px #e2e1e1;/*兼容opera或ie9*/
}
.casenav .snavbg{ width:80%; padding:5px;}
.casenav .snavl{ width:22%; height:auto;}
.casenav .snavr{ width:78%; height:auto;}

/*-- --*/
.plrx0{ padding:0px;}
.plrx5{ padding:0px 5px;}
.plra15{ padding:5px 15px;}
.plras15{ padding:5px;}
.plr15{ padding:5px; }
.plra155{ padding:5px; }
}

/* XS Portrait */
@media (max-width: 480px) {
/*-- sytwo --*/
.sytwo-a{ height:180px; }
.sytwo-a h1{ font-size:16px;}
.sytwo-a span{ font-size:13px;  }
	
/*-- syfo --*/
.syfo{ height: 250px; }
.syfo-b{  padding-top: 70px;}
.syfo-b div{  padding: 10px 20px 10px 5px;}
.syfo-b div p{ font-size: 13px; }
.syfo-b div h1{ font-size: 20px; }
.syfosvg{  top: 60px; left: -7%; }
.syfosvg svg{ width:120%; }

/*-- syfv --*/
.syfv-a{ height:200px; }
.syfv-a p{ font-size: 14px; }
.syfv-a h1{ font-size:15px; line-height:18px; }

/*-- 语言 --*/
.search-show{ width:300px; left:-190px; }
#search_input1{ width:260px; }
	
/*-- 内页效果图 --*/
.inban i{ height: 150px;}
.inban h1{ font-size: 18px; line-height: 23px; margin-top: 6%;}
.inban h2{ font-size: 18px; line-height: 20px; }
.inban p{ font-size: 14px; padding: 5px 0px; margin-top: 8px;}
	
/*-- 新闻 --*/
.nd-y{ margin-top:15%; font-size:22px; line-height:40px; }
.newsimg{ height:150px;}
.news-info{ margin-top:0; }
.news-btn{ margin-top:10px;}
	
/*-- 专卖店 --*/
.sell{ text-align:center; padding-bottom: 70px;}
.sell-t h1{ font-size: 20px; margin-top: 40px; }
.sell-t p{ font-size: 15px; line-height: 25px; }
.sell-show{ padding: 10px; margin-top: 30px; margin-bottom: 60px; width:350px; display: inline-block; float: none;}
.Bimg{ width:330px; height:250px;}
.Bimg ul li{ width:330px; height:250px;}

}

@media (max-width: 420px) {

}

@media (max-width: 380px) {

}

@media (max-width: 360px) {

}

@media (max-width: 330px) {
/*-- 专卖店 --*/
.sell-show{ width:280px; }
.Bimg{ width:260px; height:208px;}
.Bimg ul li{ width:260px; height:208px;}
}

