@media (max-width: 1950px) {
	
}

@media (max-width: 1590px) {

}


@media (max-width: 1430px) {
.md{ width: 100%; }
	
/*-- syfo --*/
.syfo-show{ padding: 40px 0px; }
	
.myone .swiper-button-prev{ left:42%; }
.myone .swiper-button-next{ right:42%; }
}

@media (max-width: 1360px) {
.logo{ width:300px; }
.logo>i a img{ max-width:90%; }

.navbox{ width:70%; padding-right:15%; }
}

@media (max-width: 1280px) {
.elsebox{ top:-15px; }
}

@media (max-width: 1230px) {
.syth-show{ padding: 0px 10%}
.navbox{  width:65%; padding-right:0%;  }
	
.banl{ width:500px; }
}

/* md */
@media (max-width: 1180px) { 
.syone-r > p{ padding-right:0%;}
.syone-b{ width:100%; }
}

@media (max-width: 1080px) {
.footup .md div ul li{ padding: 0px 15px; }
.footup .md div ul li a{ font-size: 17px;}
/**/	
.navbox{  width:58%; }
/**/	
.inbanner>i{ height: 350px; }
.inwords .md{ padding: 50px 10px 0px; }
/**/
.prol-search{ width:100%;}
.prol-nav{ width:100%; }

.banr{ padding-left: 40px;}
.banl{ width:400px; }
.banrs{ min-height: 300px; padding: 20px 0px;}


}

/*ipad*/
@media (min-width: 768px) and (max-width: 991px) {
.footup .md div i{ width:12%; padding-right: 20px;}
.footup .md div ul{ width:88%;}
	
.myone .swiper-button-prev{ left:40%; }
.myone .swiper-button-next{ right:40%; }

.ab-a{ flex-direction:column; }
.ab-al{ width:100%;}
.ab-ar{ width:100%; padding:15px; }
}

/* 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:#2d2d2d;
    -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:15px;
  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: #028ae0;
}
.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: #028ae0;
}
.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:#028ae0; color:#FFF;
-moz-border-radius:3px; /* Firefox */
-webkit-border-radius:3px; /* Safari 和 Chrome */
border-radius:3px; /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
}
	
/*-- 头部 --*/
.syheader{ width:100%; height:auto; position:relative; float: left;}
.headerbox{ position:relative; height: 60px; background-color: #242424; padding:0px; float: left;}
.logo{ width:50%; top: 8px; }
.logo>i a{ text-align: center;}
.logo>i a img{ height:42px;}
.elsebox{ position:absolute; right:70px; top:18px; }
.search-show{ width:300px; height:50px; left:-260px; top:42px;}
#search_input1{ height:48px; width:255px; line-height:48px; }
#search_input2{margin-top:8px;}
.banwz{ width:90%; left:5%; top:0%; }
.banwz>i img{ max-width:50%!important;}
.banwz>i p{ font-size:12px; width:110px; height: 30px; margin-top:20px; }
	
/*-- syone --*/
.syone{ padding:40px 0px 30px;}
.syone-l{ width:100%; float: left; padding:0px 0px 15px;}
.syone-l i{ width:100%; display: flex; justify-content:flex-start; align-items: center;}
.syone-l i img{ max-width:50%; }
.syone-r{ width:100%;  }
.syone-r > p{ padding-right:0;}
.syone-b{ width:100%; margin-top: 20px; padding:40px 0px; background-size: contain; }
.syaone h1 span{ font-size:30px; }
.syaone h1 sub{ font-size:15px;} 
.syaone>p{ font-size: 16px; }
	
/*-- sytwo --*/
.sytwo-t h1{ font-size:20px; background-size:50px auto;}
.sytwo-a{ padding:20px 0px; }
.sytwo-aone h1 span{ line-height: 20px; padding:10px 0px; font-size:13px;}
.sytwo-aone:hover h1 span{ font-size:14px;}
.sytwo-aone:hover h1 span b img{ width:23px;}
.sytwo-btn{ padding: 30px 0px 20px; }
.sytwo-btn a{ width:160px; height:45px; font-size:14px; }
.sytwo-btn a i{ padding-left: 20px; }
.sytwo-btn a i img{ width:22px; }

/*-- syth --*/
.syth{ padding: 30px 0px 80px;  }
.syth-t h1{ font-size:20px; background-size:50px auto;}
.syth-show{ margin-top:20px; padding: 0px 5%}
.myone .swiper-slide div h1{ height:auto; padding: 15px 10px; position:relative; font-size: 13px; }
.myone .swiper-slide div h1 span{ font-size: 16px; padding: 10px 0px;}
.myone .swiper-button-prev{ left:38%; top:112%; width:35px; height:35px;}
.myone .swiper-button-next{ right:38%; top:112%; width:35px; height:35px; }

/*-- syfo --*/
.syfo{ padding:35px 0px;}
.syfo-t h1{ font-size:20px; background-size:50px auto;}
.syfo-show{ padding:25px 0px; }
.synewsone{ padding:10px;}
.synewsname{ padding:5px 0px;}
.synewsname h1{ height:35px;}
.synewsname h1 span{ font-size: 14px; }
.synewsname i{ font-size:18px; padding:10px 0px;}
.syfo-btn{ padding:0px 0px 10px; }
.syfo-btn a{ width:160px; height:45px; font-size:14px; }
.syfo-btn a i{ width: 22px; height: 22px; margin-left: 15px; }

/*-- 内页 --*/
.inbanner>i{ height:130px;}
.inwords .md{ padding: 10px;}
.inwords h1{ font-size:18px; padding: 10px 0px;}
.inwords ul{ padding:15px 0px;}
.inwords ul li{  font-size:13px;}
.inwords ul li a{ font-size:13px; }
	
/*-- about --*/
.about{ padding: 0px 15px; }
.abt{ padding-top:60px; }
.abt h1{ min-width:150px; font-size: 20px; height:60px; padding: 0px 10px;}
.abt h1::before{ top:-70%; height:50px; }
	
.ab-a{ padding:30px 0px 10px; flex-direction: column;}
.ab-al{ width:100%;}
.ab-ar{ width:100%; padding:10px 0px; }
.ab-ar h1{ font-size:18px; line-height:28px; padding-top: 10px; padding-bottom:20px;}
.ab-ar p{ font-size: 15px; line-height:25px;}
.ab-bm{ flex-direction:column;}
.ab-ba{ width:100%; height:auto; padding:20px; margin-top: 10px;}
.ab-ba h2{ font-size:90px;}
.ab-ba div h1{ font-size:17px; }
.ab-ba div p{ font-size:15px; }
.ab-c{ padding: 50px 0px 60px;}
.ab-ct h1{ font-size:20px; background-size:50px auto;}
.ab-cshwo{ padding:20px 0px; flex-direction:column;}
.ab-cone{ margin-left: 0px; margin-top:10px; width:100%;}
.ab-cone h1{ font-size:17px; }
.ab-cone p{ min-height:auto; padding:10px; font-size:15px; line-height:25px;}
	
/*-- 产品中心 --*/
.productbox{ padding:20px 0px 60px;}
.proL{ width:98%; padding:15px; margin-left:1%; }
.prol-search{ width:100%; padding: 0px 5px; }
.xsearch .p1{ width:85%; }
.xsearch .p2{ width:15%; }
.prol-nav{ padding:0; }
.prol-nav ul li{ height:55px; }
.prol-nav ul li i{ width:10px; height:10px; margin-right: 12px;}
.prol-nav ul li a{ height:55px; }
.proR{ width:100%; padding-left:0px; padding-bottom: 0px; margin-top:5px;}
.cpname h1{ height:50px; }
.pro-more{ padding:33px 0px; }
.pro-more a{ width: 120px; height:45px; font-size: 15px;}
	
/*-- 产品详细页 --*/
.ban { padding: 20px 0px; flex-direction:column;}
.banl{ width:100%;  }
.num { height:65px;}
.num ul { float: left; width: 100%;}
.num ul li { width:70px; height:auto; float:left; margin-right:5px; text-align:center; background:#FFF;}
.num ul li img { width:auto; height:50px; }
.banr{ padding-left:0;}
.banrs{  height:auto; padding:10px 0px;  flex-direction:column-reverse; }
.br-a{ margin-top:20px; }	
.br-a h1{ font-size:26px; }
.br-a p{ line-height:25px;  padding:10px 0px; }
.cpifnod a{ width:110px; padding: 0px 5px; height:30px; margin-right:3%; }
#cpifl{ background-size: 80%;}
#cpifm{ background-size: 80%;}
#cpifr{ background-size: 80%;}

.prosame{ padding:30px 0px;}
.samet h1{ font-size:18px;  min-width:auto; height:60px; padding: 0px 15px; }
.sameshow{ width:100%; height: auto; float: left; padding:10px;}
.sames-more{ padding:30px 0px; }
.sames-more a{ width: 120px; height:45px; font-size: 15px; }

/*-- best --*/
.best-a{ padding:30px 0px 20px;}
.best-a div i{ width: 75px; height: 75px; text-align: center; }
.best-a div i img{ max-width:70%;}
.best-a div p{ font-size: 14px; padding: 10px 0px; line-height:15px;}
.bbone{ margin:8px 0px; padding:15px; flex-direction: column; justify-content: flex-start;}
.bbone i{ width:100%; }
.bbone div{ width:100%; padding: 20px 0px 0px;}	
.bbone div h1{ min-width: 100px; height:40px; font-size:16px;}
.bbone div p{ font-size: 15px; line-height: 26px; padding:10px 10px 10px;}
.bbone.two{ flex-direction:column; }
.bbone.two div{ padding: 20px 0px 0px;}

/*-- 新闻 --*/
.newsbox{ padding:40px 0px 70px;}
.newsname{ width:100%; height:70px; padding:10px;}
.newsname h1{ font-size:14px;}
.news-more a{ width: 145px; height:45px; font-size: 15px; }

/*-- page --*/
.page{ font-size:14px; padding: 20px 0px;}
.pagination ul li a{ width:35px; height:35px; line-height:35px; font-size:14px; }
	
/*-- 新闻详细内容 --*/
.in-newsbox_title {width:100%; padding:0px; font-size:18px; margin:0px 0px 15px; 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; color: #000; }
.pagesr p{ width:100%; font-size:14px; color: #000; }
.pagesr{ width:100%; float:left; text-align:left; margin-top: 10px;}
.pagesl a{ font-size:14px;}
.pagesr a{ font-size:14px; }
.backbtn a{ padding: 5px 20px; font-size: 14px;}

/*-- 联系我们 --*/
.cont-a{ padding:50px 0px 30px; }
.cont-a .md{flex-direction:column; }
.conta-one{ min-width:100%; width: 100%; padding:0; flex-direction:column; }
.conta-one i{ width:85px; height:85px;}
.conta-one div{ height:auto; padding: 25px 0px; }
.conta-one div p{ font-size:18px; padding: 0px 10px; }
.cont-b{  padding:30px 10px; }
.cont-b h1{ font-size:20px; line-height:30px; }
.cont-b p{ font-size: 16px; line-height:18px; }

/*-- feedback --*/
.feedback{ padding:30px 0px 50px;}
.feedl{ width:100%; padding-right:0;}
.feedl .p1{ font-size:20px; padding: 15px 0px 8px;}
.feedl .p2{ font-size:16px; line-height:25px; }
.feed-x{height:45px;}
#button{ width:160px; height:45px; font-size:15px; line-height:45px;}
.feedr{ width:100%; }
	
/*-- 地图 --*/
.mapB{ margin-top:45px;}
.mapbox{ width:100%; height:400px; padding:10px;}

/*-- 底部 --*/
.footB{ padding-bottom:50px;}
.footc ul{ width:100%; }
.footdown{ padding:30px 0px; line-height:23px; font-size:13px; flex-direction:column; justify-content:center;}

/*-- 手机搜索 --*/
#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:#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:#028ae0;
}
.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 #028ae0;
}
	
.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:#028ae0;
}
.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 #028ae0;
}
	
.ph-fo{ width:50%; height:auto; position:absolute; left:5%; 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:#028ae0;
}
.ph-fo 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-fo: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 #028ae0;
}

/*-- 登录图标 --*/
.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 5px 0px;
}
.phnav div{ width:100%; float: left; 
 padding:13px 10px; line-height:30px; color:#FFF; font-size:16px; text-align:left; display: flex; justify-content:space-between; align-items:center;
background: linear-gradient(top, #028ae0, #028ae0);
background: -ms-linear-gradient(top, #028ae0, #028ae0);
background: -webkit-linear-gradient(top, #028ae0, #028ae0);
background: -moz-linear-gradient(top, #028ae0, #028ae0);}
.phnav a{ color:#FFF; text-decoration:none; display: flex; justify-content: center; align-items: center;}
.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;}
.plrx10{ padding:0px 10px;}
.plrxa5{ padding:5px!important;}
.plrx5{ padding: 0px 5px;}
.plrxa515{ padding:8px;}
}

/* XS Portrait */
@media (max-width: 480px) {
	
/*-- 地图 --*/
.mapbox{ height:300px;}
}

@media (max-width: 380px) {

}

@media (max-width: 330px) {

}


