@media (max-width: 1950px) {

}

@media (max-width: 1630px) {

}

@media (max-width: 1530px) {

}

@media (max-width: 1460px) {
.md{ width:100%; }
.syone-show{ min-height:auto;}
}

@media (max-width: 1330px) {
.xmd{ width:100%; }
}

@media (max-width: 1280px) {

}

@media (max-width: 1230px) {
/*-- --*/
.banwz{  right:10%; top:20%;  }
.banwz h1{ font-size: 50px; line-height: 70px;}
.banwz h2{ font-size: 26px; line-height: 30px; }
.banwz p{ font-size: 20px; line-height: 26px; }

}

/* md */
@media (max-width: 1180px) { 
/*headerbox*/
.logo{ width:280px;  top: 15px;}
.logo>i a img{ width:320px;}
.navbox{ width:60%; padding-right:0px; }
.navbox ul li a{ font-size:15px; }
.elsebox{ right: 10px; top:5px;}
.sedce-cen{ margin-left: 20px; }
.sedce-cen a{ font-size: 15px;}
}

@media (max-width: 1080px) {
.abtwo-show{ padding: 30px 10px;}
.abtwo-a{ flex-direction: column; }
.plr3515{ padding: 10px;}
	
.abth-show{ padding: 0px ; }
}

/*ipad*/
@media (min-width: 768px) and (max-width: 991px) {
.elsemore{ width:100%; height: auto; float:right; padding: 30px 0px;}
.else-t ul li{ width:50%; height: 80px; }
.abtwo-a{ padding:10px;}
.abtwo-a i img{ width: 60px;}
.abtwo-a div{ width: 100%; padding-left:0; text-align: center; }
.abtwo-a div h1{ font-size: 18px; padding: 10px 0px; }
.abtwo-a div p{ font-size: 14px; padding-top:0px; min-height: 100px; }
	
/*-- --*/
.banwz{ top:29%;  }
.banwz h1{ font-size: 36px; line-height: 40px;  padding-right: 0%; }
.banwz h2{ font-size: 20px; line-height: 26px;  padding-right: 0%;}
.banwz p{ font-size: 15px; line-height: 20px; }
.banwz i{ padding: 10px 0% 20px 0px;}
}

/* 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:#6e6e6e;
    -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:#242424;
    -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:12px;
  top:12px;
  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: #ffffff;
}
.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: #ffffff;
}
.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;
}

/*-------------------------------*/
/*            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:16px; color:#FFF; width:100%;}
.xtop ul li a{ color:#FFF; display:block; padding:10px;}

.xscen{ width:100%; height:auto; float:left;}
.xscen span{ padding:5px 10px; background:#FFF; margin-right:5px; }
.xscen a{ padding:5px 10px; background:#000; color:#FFF;
-moz-border-radius:3px; /* Firefox */
-webkit-border-radius:3px; /* Safari 和 Chrome */
border-radius:3px; /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
}
	
.flexslider ul li.liban a>i .showwords{ width:80%; left:5%; top:17%;}
.flexslider ul li.liban a>i .showwords h1{ width: 80%; font-size: 15px; line-height: 20px;  padding-bottom: 10px; }
.flexslider ul li.liban a>i .showwords p{ font-size: 10px; line-height: 16px; margin-top: 10px; }
#rights{ left:5%; top:17%; right:auto; bottom:auto; }
	
/*-- 首页头部 --*/
.headerbox{ float: left; height:55px; position:relative; background: #000;}
.logo{ width:100%; left: 5px; top:2px; align-items: center; }
.logo>i{}
.logo>i a img{ width: 230px;}
.elsebox{ position:absolute; right: 60px; top: 15px;}
	
/*-- --*/
.bannerbox{ width:100%;}
.bannerbox img{ width:100%;}
.banwz{ width:90%; height: auto; position:absolute; right:5%; top:18%;}
.banwz h1{ font-size: 30px; line-height: 30px; padding-right: 0; }
.banwz h2{ font-size: 20px; line-height: 20px; padding:10px 0px; }
.banwz p{ font-size:16px; line-height:20px; text-align:right;}
.banwz i{ padding: 20px 0px; }
.bannerbox .swiper-pagination-bullet{ width: 15px; height: 15px; background-size: 15px; }

/*-- syone --*/
.syone{ padding: 35px 0px;}
.syonet-a{ width:60%; }
.syonet-a h1{ font-size: 16px;}
.syonet-a p{ font-size: 20px; padding-top: 5px;}
.syonet-b{ width:40%;}
.syonet-b i{ width:50px; height: 1px;}
.syonet-b a{ width:100px; height: 35px; line-height: 35px; }
.syone-show{ min-height:auto; margin-top:10px;}

.syone-l{ width:100px; padding: 30px 5px; } 
#gl .swiper-slide div h1{ font-size: 14px;}
#gl .swiper-slide div p{ font-size: 10px;}
.syone-r{ height:auto; padding-left: 100px; }
.flaotbox{ position:relative; float:left; right:0; top:0;  padding:5px; max-width:100%;}
.flaotbox-m{ padding:10px; }
.flaotbox-m h1{ font-size: 16px; }
.flaotbox-m h2{ font-size: 14px; }
.flaotbox-m p{ font-size: 12px; padding: 10px 0px 20px;}
.flaotbox-m a{ font-size: 10px; }

/*-- sytwo --*/
.sytwo{ min-height:300px; padding:70px 0px 30px; }
.syab-t{ padding: 20px 10px 0px;}
.syab-t h1{ font-size: 20px; }
.syab-t p{ font-size: 18px; }
.syab-t span{ padding: 10px; }
.syab-t span::before{ left:130px; top:22px; width:100px; }
.syab-t span::after{ right:130px; top:22px; width:100px;}
.syab-num{  padding: 10px 0px; display: block; text-align: center; }
.syaone{ width:48%; display: inline-block; flex: none; margin-top: 15px; }
.syaone h1{ font-size: 20px;}
.syaone h1 span{ width:130px; height:130px; line-height:130px; font-size:30px;}
.syaone h1 i{font-size:30px; top:35%; right:35%; }
.syaone h1 sup{ font-size:20px; left:65%; } 
.syaone p{ font-size:18px; line-height: 22px; }

/*-- syth --*/
.syth{  padding:20px 0px; margin-top: 40px;}
.syth-t{ padding: 10px 0px; flex-direction: column; }
.syth-t h1{ width:100%; padding: 15px 0px; font-size: 20px; text-align: center;}
.syth-t p{ width:100%; padding: 10px 0px; line-height: 23px; font-size: 15px;}
.syth-img{ padding: 5px 0px 10px;}
	
.syth-a ul{ width:100%; height: auto; }
.syth-a ul li{  width:10%; height: 70px; }
.syth-a ul li i{width:30px; height: 30px; margin: 10px 0px; }
.syth-a ul li i img{ width:100%; }
.syth-a ul li h1{ width:100%; font-size: 13px; padding: 5px 0px 15px; display: none;}
.syth-a ul li p{ display: none;}
.syth-a ul li.maxs{ width:40%; min-height:130px; padding:10px 2%; }
.syth-a ul li.maxs i{width:50px; height: 50px;}
.syth-a ul li.maxs p{ display: none;}
.syth-a ul li.maxs h1{ display:block;}
.syth-a ul li.maxs h1::before{ display: none;}
.syth-a ul li.maxs span{ display:none; }
.synews-btn.syth-btn{ padding: 35px 0px 20px;}
	
/*-- 最新动态 --*/
.synews{  padding: 40px 10px 10px; }
.synews-t h1{ font-size: 16px; }
.synews-t p{ font-size: 20px;  }
.synews-show{ margin-top: 5px; }
.synone{ padding:10px;
-moz-border-radius: 10px; /* Firefox */
-webkit-border-radius: 10px; /* Safari 和 Chrome */
border-radius: 10px; /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
}

.syn-wz{ flex-direction: column; justify-content:flex-start; padding:5px; align-content:flex-start; align-items:flex-start; }
.syn-t{ width:100%;}
.syn-t h1{ font-size: 14px; padding: 10px 0px;}
.syn-d span{ font-size: 12px; padding: 5px; }
.synews-btn{ padding: 30px 0px;}
.synews-btn i{ width:80px; }
.synews-btn a{ width:120px; }

	
/*-- 关于我们 --*/
.abone{ padding-top: 15px;}
.abone-l{ width:100%; text-align: center;}
.abone-l h1{ width:100%; font-size: 24px; line-height: 25px;}
.abone-l h1 br{ display: none;}
.abone-l h2{ width:100%; font-size: 20px; margin-top: 10px;}
.abone-l p{ font-size: 15px; margin-top:30px; padding: 25px 0px; text-align: left; }
	
.abone-r{ width:100%; padding: 0px 0px;}
.aone{ width: 50%; padding: 10px 0px; text-align: center;}
.aone h1{ line-height:30px; font-size:30px;}
.aone h1 span{ float:none;}
.aone h1 i{font-size:20px; float: none;}
.aone h1 sup{ font-size:16px; top:-20px} 
.aone p{ font-size:18px; padding: 5px 0px; }

.abone-m i{ width:100%;}
.abone-m p{ width:100%; font-size: 15px; padding:20px 0px;}

/**/
.abtwo{ padding-top: 30px;}
.abtwo-t h1{ font-size:20px; line-height: 30px;}
.abtwo-t p{ font-size: 15px; line-height:25px; padding:0px; }

.abtwo-show{ padding: 20px 0px;}
.abtwo-a{ padding: 15px;  min-height:auto; flex-direction: column; 
-moz-border-radius: 10px; /* Firefox */
-webkit-border-radius: 10px; /* Safari 和 Chrome */
border-radius: 10px; /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
}
.abtwo-a i img{ width:50px;}
.abtwo-a div{ width:100%; padding:15px; text-align: center;}
.abtwo-a div h1{ font-size: 18px; }
.abtwo-a div p{ font-size: 15px; padding-top: 10px; }
	
/**/
.abth{ padding: 40px 0px;}
.abth-show{ padding: 20px 30px; }
.abth-show h1{ padding: 25px 0px 10px; font-size: 20px; }
.abth-show p{ padding: 7px 0px; font-size: 15px; line-height: 25px;}
.abth-show i{ width:60%; margin-left: 20%;}	

/*-- 内页图 --*/
.inbanner{ overflow: hidden;}
.inbanner i img{ width:140%; margin-left: -20%;}
.inbanner i h1{ font-size:16px;}

.inbanner i h2{ font-size:16px;}
.inbanner i p{ font-size:16px; width:100%; text-align: center; right:0; bottom:35%;  }
.inbanner i h2 span{ font-size:22px;}
#span{font-size:22px;}
.inbanner i h2 b{ top:8px; font-size: 16px; }
	
#inbanner i div{position: absolute; left:0; top:0; width:100%; padding: 10px;}
#inbanner h3{ font-size: 14px; padding-top: 0;}
#inbanner h4{ font-size: 12px; padding: 5px 0px;}
#inbanner h5{ font-size: 8px; padding-top:5px;}
	
/*-- 导航loc --*/
.locbox{ width:100%; height:auto; float: left; position: relative; }
.locbox ul{ display: flex; justify-content:flex-start; align-items: center;  padding: 5px 0px;}
.locbox ul li{ color:#FFF; font-size:12px; }
.locbox ul li i{ font-size:12px; color:#FFF; float: left;}
.locbox ul li i svg{ width:20px;}
.locbox a{ display:inline-block; color:#FFF; font-size:13px;}
.locbox a:hover{ text-decoration: underline;}
#lochome{ margin-right: 5px; margin-bottom: 2px;}
#lochome svg{ width:20px;}
	
/*-- 产品中心 --*/
.productbox{  padding:10px 0px;}
.proL{ width:100%; padding: 10px; margin-top: 10px;}
.xsearch .p2{ margin-left:0; float: right;}
#search_inputps2{ background-size:35px;}
.prol-nav{ padding: 10px 0px; }
.prol-nav ul{ padding: 5px 15px;}
.prol-nav ul li::after{ top:-16px;}
.prol-nav ul li i{ top:14px; }
.prol-nav ul li a{ font-size: 15px; height: 50px;}

.proR{ width:100%; margin-top:5px; padding-left: 0px; }
.prone{ padding: 5px 5px 0px 5px;}
.prone p{ height: 55px; font-size: 13px;}
.noproducts{ height: 250px; font-size: 22px; }
	
/*-- 产品详细页 --*/
.proinfobox{ width:100%;  padding-left:0px; display: flex; justify-content: space-around; flex-direction:column; padding-bottom:0px;}
.proinfoL{ width:100%; margin-top: 5px; }
.min_pic { padding:15px 30px; position:relative; float: left; left: 0; bottom:0;}
.num { height:90px; padding:0px;}
.num ul li { width:70px; }
.num ul li img{ height:60px; }
.prev_btn1 { width:25px; height:70px; top:13px;}
.next_btn1 { width:25px; height:70px; top:13px;}
.proinfoR{ width:100%; height:auto; padding:15px 15px 30px; }
.proinfoR h1{ height: 50px; }
.proinfoR p{ padding-top: 20px; line-height:16px;}
.banchoose ul {right:0px; bottom:20px; }
.elsemore{ width:100%; padding:30px 0px;}
.else-t ul li{ width:50%; height: 70px;}
.else-t ul li a{ font-size: 18px;}
.else-show .tab-content .tab-pane{ padding: 20px 0px; }


/*-- 证书 --*/
.hon-t{ padding:0px; }
.hon-t h1{ font-size:22px; padding: 20px 0px 10px;}
.hon-t p{ font-size: 15px; padding:15px 0px; text-align:left; line-height: 26px;}
.honshow{ padding:0px 5px 60px; }
.caseone i{ padding:15px 10px; }
.caseone h1 span{ font-size:14px;}

/*-- oem --*/
.oem-t{ padding: 0px; }
.oem-t h1{ font-size: 20px; padding: 20px 0px 10px;}
.oem-t p{ font-size: 15px; line-height: 26px; padding: 15px 0px; text-align:left;}
	
.oem-ac{ padding:0px 0px 60px;}
.oaone{ padding: 15px 15px 0px; }
.oal{ width:100%;  padding:2px 0px; height: auto; }
	
.oal h1{ font-size: 16px; padding:10px 0px;}
.oal p{ font-size: 15px;}
.oar{ width:100%; }

	
/*-- 新闻中心 --*/
.newst{ margin-top: 10px; padding-bottom: 15px;}
.newst h1{font-size: 22px; line-height: 30px; padding: 8px 0px;}
.newst p{font-size: 15px; padding: 5px 0px;}
	
.newsone{ padding:15px 0px; margin: 15px 0px;}
.newoneshow{ width:100%; height: auto; }
.newsdate{ width:100px; font-size:18px; line-height: 26px;}
.newsdate::before{ display: none;}	
.newoneinfo{padding: 15px 0px;}
.newoneinfo h1{ font-size: 16px;}
.newoneinfo p{ display: none;}
.newsone .h-100{ height: auto!important;}
	
/*-- page --*/
.page{ font-size:14px; padding: 10px 0px 30px;}
.pagination ul li a{ line-height: 20px; padding:2px 10px; font-size:14px; 
}

	
/*-- 新闻详细内容 --*/
.in-newsbox_title {width:100%; padding:0px; font-size:18px; margin-top:20px; 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;}
.pagees{ padding: 30px 0px 50px;}
.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{ color:#000; font-size:14px;}
.pagesr a{ color:#000; font-size:14px; }

/*-- 联系我们 --*/
.cont h1{  font-size: 22px; line-height: 30px; padding: 25px 0px;}
.contbox{ flex-direction: column;}
.contbox div i{ width:55px; }
.contbox div h1{ font-size:18px; padding: 18px 0px 20px;}
.contbox div h1:before{left:35%; width:18%; height:4px; }
.contbox div h1:after{ right:35%; width:15%; height:4px; }
.contbox div p{ font-size: 16px; padding: 25px 0px; line-height: 25px;}


/*-- 地图 --*/
.mapbox{ height:350px; margin-top: 30px; }
	
/*-- 底部 --*/
.footB{ padding-bottom:50px; padding-top: 0px;}
.footdown{ width:100%; font-size: 13px; padding:20px 0px; text-align: center; }
.footdown span{ width:100%; display: inline-block;}


/*-- 手机搜索 --*/
#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:#00bab4;
-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;
background: linear-gradient(top, #454545, #242424);
background: -ms-linear-gradient(top,#454545, #242424);
background: -webkit-linear-gradient(top,#454545, #242424);
background: -moz-linear-gradient(top,#454545, #242424);
}
.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;}

.ph-two{ width:50%; height:auto; position:absolute; left:25%; bottom:50px; padding:4px 8px;
filter:alpha(opacity=90);   
-moz-opacity:0.9;   
-khtml-opacity: 0.9;   
opacity: 0.9;
-moz-border-radius: 5px; /* Firefox */
-webkit-border-radius: 5px; /* Safari 和 Chrome */
border-radius: 5px; /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */ 
background: linear-gradient(top,#6e6e6e, #999999);
background: -ms-linear-gradient(top,#6e6e6e, #999999);
background: -webkit-linear-gradient(top,#6e6e6e, #999999);
background: -moz-linear-gradient(top,#6e6e6e, #999999);
}
.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%; bottom:-6px; width:3%; height:0;
border-left:7px solid transparent;   
border-right:7px solid transparent;   
border-top:7px solid #999999;
}
	
.ph-three{ width:50%; height:auto; position:absolute; right:0%; 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,#6e6e6e, #999999);
background: -ms-linear-gradient(top,#6e6e6e, #999999);
background: -webkit-linear-gradient(top,#6e6e6e, #999999);
background: -moz-linear-gradient(top,#6e6e6e, #999999);
}
.ph-three 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-three:before{ content:""; position:absolute; right:15%; bottom:-6px; width:3%; height:0;
border-left:7px solid transparent;   
border-right:7px solid transparent;   
border-top:7px solid #999999;
}

/*-- 登录图标 --*/
.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;}

/*-- 浮动 --*/
.footside{width:40px; top:60%; }
.footside ul li{width:40px; height:40px; }
.footside ul li a>i{width:40px;height:40px; }
.footside ul li .sidetop{width:40px; height:40px; }
.footside ul li img{width:40px;}
.footside ul li a{ width:40px; height:40px; line-height:40px; font-size:12px;}
#cmail:hover a{ width:100px;}
	
/*-- 注册登录 --*/
.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;}


/*回滚*/
#topcontrol{ z-index:999;}
.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; padding:10px; line-height:25px; color:#FFF; font-size:16px; text-align:left; margin:10px 0px 0px;
background: linear-gradient(top, #505050, #505050);
background: -ms-linear-gradient(top, #505050, #505050);
background: -webkit-linear-gradient(top, #505050, #505050);
background: -moz-linear-gradient(top, #505050, #505050);
}
.phnav a{ color:#ffffff; 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;}
.plrxa5{ padding:5px!important;}
.plrx5{ padding: 0px 5px;}
.mlrx0{ margin: 0px;}
}

/* XS Portrait */
@media (max-width: 480px) {
.banwz{ right:15%; top:18%;}
.banwz h1{ font-size: 18px; line-height: 18px; }
.banwz h2{ font-size: 16px; line-height: 16px; }
.banwz p{ padding-left: 40%; font-size:12px; line-height:15px;}
.banwz i{ padding: 5px 0px; }
.banwz i img{ width: 60px; }

.syab-t span::before{ left:230px; }
.syab-t span::after{ right:230px; }
.syaone h1 i{ right:28%; }
.syaone h1 sup{ font-size:18px; left:70%; } 
.syaone h1 span{ width:100px; height:100px; line-height:100px; font-size:26px;}

	
/*-- 地图 --*/
.mapbox{ height:250px;}
}

@media (max-width: 380px) {

}

@media (max-width: 330px) {

}


