@media (max-width: 1500px) {
.same-show .swiper-button-prev{ left:0px; }
.same-show .swiper-button-next{ right:0px; }
	
.fac-as .swiper-button-prev{ left:0px;}
.fac-as .swiper-button-next{ right:0px;}
}

@media (max-width: 1460px) {
.syfo-show .swiper-button-prev{ left:0px; }
.syfo-show .swiper-button-next{ right:0px; }
}

@media (max-width: 1430px) {
.md{ width: 100%; }

}

@media (max-width: 1360px) {

}

@media (max-width: 1280px) {
.sytwo{ min-height:600px; }
}

@media (max-width: 1230px) {
.contone{ padding: 0px; }
}

/* md */
@media (max-width: 1180px) { 
/*-- headerbox --*/
.logo>i a img{ max-width:80%; }
.navbox{ width:90%; }

.sytwo{ min-height:520px; }
	
.abc-t{ width:40%; }
.abc-show{ width:60%;}
	
.aba-l{ width:50%; padding-right:5%;}
.aba-r{ width:50%; }
	
.list{ padding:15px; }
	
.banr{ padding: 0px 20px 20px 30px; }
}

@media (max-width: 1080px) {
.logo>i a img{ max-width:80%; }
.navbox{ padding-left: 8%;  }
	
.abc-t{ width:30%; padding-left: 5%; }
.abc-show{ width:70%;}
	
/*-- 关于我们 --*/
.abnav ul{ width: 100%; padding:0px 10px 0px 14px;}
.abnav ul li{ width:25%; height:50px; }	
}

/*ipad*/
@media (min-width: 768px) and (max-width: 991px) {
.logo>i a img{ max-width:70%; }
.navbox{ padding-left: 3%;}
.navbox ul li a{ font-size:15px;}
.navbox ul.ens li a{ font-size:13px;}
.sytwo{ min-height:450px; }
.gshow{ position:relative; float: left; height:auto; }
	
.aba-l h1{ font-size: 28px; }
.aba-l p{ font-size: 15px; line-height: 23px; padding:10px 0px;}

.cont-info{ padding-left:30px; }
	
/*-- 产品内页 --*/
.proL h1{ font-size: 20px;}
.list ul li a{ font-size:13px; }
.sname h1{ font-size: 14px;}	
}

/* 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: #555555;
    -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:#0857c3;
}
.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: #0857c3;
}
.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:#0857c3; color:#FFF;
-moz-border-radius:3px; /* Firefox */
-webkit-border-radius:3px; /* Safari 和 Chrome */
border-radius:3px; /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
}

/*-- bannerbox --*/
.bannerbox .swiper-pagination-bullet{ width:35px; height:6px;}
.bannerbox .swiper-horizontal>.swiper-pagination-bullets{ bottom:10px;}
	
/*-- 头部 --*/
.topbox{ z-index:99990;}
.telbox{ height: 32px; font-size: 12px; }
.cenbox{ height: 32px; margin-right:0px; }
.oncen a p{ font-size: 13px; padding: 0px 5px;}
.showcen a p{ font-size: 13px; }
	
.headerbox{ position:relative; height:55px; background-color:#000; padding:0px; float: left; }
.headerbox .md{ justify-content: flex-start;}
.logo{ width:50%; height:55px; top:0; }
.logo>i a{}
.logo>i a img{ height:22px; max-width: none;}
.elsebox{ position:absolute; right:60px; top:12px; }
.search-show{ width:280px; top:43px;}
#search_input1{ width:250px; }
	
/*-- syone --*/
.syone{ padding: 30px 0px 25px;}
.syone-tt{ justify-content:center;}
.syone-tt div h1{ font-size: 20px; }
.syone-tt div p{ padding: 5px 0px;}
.syone-tt div p i{ width:40px;}
#xlx{ width:15px;}
.syone-show{ padding: 0px 20px;}
.sysort h1{ padding:10px; font-size: 13px; letter-spacing:0; line-height:15px; position: relative; background-color: #000; color: #FFF; display: flex;justify-content: center; align-items: center;}

/*-- sytwo --*/
.sytwo{ min-height:360px; }
.sytwo h1{ width:70%; padding: 0px; font-size:18px; line-height:25px; }
.sytwo p{ width:70%; padding: 10px 0px; font-size: 13px; line-height:20px; }
.sytwo p::before{ display: none;}

/*-- syth --*/
.syth{ padding: 20px 0px 20px;  }
.syth-show .swiper{ padding-bottom:40px;}
.syth-show .swiper-slide div h1{ height:60px; font-size: 13px; padding:0px 10px;}
.syth-show .swiper-slide div h1 span{ font-size:16px; padding:6px 0px; }

/*-- syfo --*/
.syfo{ padding: 45px 0px 35px; }
.syfo-t h1{ font-size:20px;}
.syfo-t p i{ width:40px;}
.syfo-words{ padding: 15px 0px; justify-content:flex-start; flex-direction:column;}
.syfo-wl{ width: 100%; padding-right:0px;}
.syfo-wl p{ font-size:15px; }
.syfo-wl i{ padding-top: 20px;}
.syfo-wl i img{ max-width:60%;}
.syfo-wr{ width:100%; padding-top:20px; }
.syfo-show{ padding:0px;}
.syfo-show .swiper-button-prev{ width:35px; height:35px; left: 0; }
.syfo-show .swiper-button-next{ width:35px; height:35px; right:0; }
.syfo-show .swiper-button-next:after,.syfo-show .swiper-button-prev:after{ font-size:20px!important;}
.syfo-btn{ padding:20px 0px 10px;}
.syfo-btn a{font-size: 15px; }
	
/*-- syfx --*/
.syfx{ padding:50px 0px;}
.syfx-t h1{ font-size: 20px;}
.syfx-t p{ font-size: 15px; }
.syfx-show{ padding:15px 0px; }
.syfx-show .swiper{ padding-bottom:40px;}	
.syfx-btn{ padding:0px;}
.syfx-btn a{ font-size: 15px; }
	
/*-- sysx --*/
.sysx{ padding: 40px 0px;}
.sysx-t h1{ font-size:20px; }
.sysx-t p i{ width:40px; }
.sysx-show{ width:100%; height: auto; float: left; position: relative; display: flex; justify-content: center; align-items: center; flex-direction:column-reverse; padding:20px 15px 35px;}
.syfd{display:none;}
.syfd::before{ display: none;}
.sylu{ width:100%;}
.gshow{ position:relative; float: left; height:auto; padding:15px 0px 25px;}
.gshow h1{ font-size: 13px; line-height:15px; }
.gshow p{ width:100%; height: auto; font-size: 13px; color: #8e8e8e; line-height: 20px;}
.gshow:before{ content: ""; position: absolute; left: 0; bottom: 0; width: 100%; height:10px; background: #0070c0; }
.gshow span{ position:relative; right:0%; bottom:0px; padding-top: 20px; }
.sylu-come{display: none;}
.sylu .gallery-cell:hover .gshow span, .sylu .gallery-cell:hover .gshow:before{ display:block;}
.sylu .gallery-cell:hover .gshow{ display:block;}
.sylu .gallery-cell:hover .sylu-come{ display: none;}

/*-- 导航loc --*/
.locbox ul{ padding:15px 0px;}
.locbox ul li{ font-size:12px; }
.locbox ul li i svg{ width:20px;}
.locbox a{ font-size:12px; }

/*-- 关于我们 --*/
.abnav ul{ width: 100%; padding:0px 10px 0px 14px;}
.abnav ul li{ width:25%; height:50px; }
.abnav ul li a{ font-size: 13px; padding:0px 2px;}

.aba{ padding:35px 0px;}
.aba-l{ width:100%; padding-right:0;}
.aba-l h1{ font-size: 20px; padding:10px 0px; }
.aba-l p{ font-size: 15px; line-height: 25px; padding:10px 0px;}
.aba-r{ width:100%; padding-top: 5px; }

.abc{ min-height:auto; }
.abc-t{ width:100%; padding-top:40px; }
.abc-t h1{ font-size:20px; padding:15px 0px; }
.abc-t h1::before{ width:38px; height:3px;}
.abc-show{ width: 100%;  padding:80px 30px 80px 0px;}
.Swiperb{ height:500px;}	
#prev2{ top:4.3%; left:82px; width:35px; height:35px;  }
#next2 { top:85%; left:82px; width:35px; height:35px; }
.hisone h1{ font-size: 15px; width: 100px; }
.hisone p{ font-size: 14px; padding:0px 0px 0px 20px;}
.Swiperb .swiper-slide.swiper-slide-thumb-active .hisone h1 span{ font-size:18px;}
.Swiperb .swiper-slide.swiper-slide-thumb-active .hisone p{ font-size:16px;}
	
/*-- 工厂实景 --*/
.factory{ padding-top:0px; padding-bottom:20px;}
.fac-a{ padding:30px 0px 0px; }
.fac-at h1{ font-size:18px; padding-left:20px;}
.fac-at h1::before{top:8px; width:8px; height:8px; }
	
.fac-as{ padding:5px 0px; }
.fac-as-one{ flex-direction: column;}
.fac-as-one div p{ font-size:12px; height:30px; }
.fac-a.gcbox .fac-as{ padding:15px 5px; }
.fac-as .swiper-button-prev{ left:0px; width:30px; height:30px; }
.fac-as .swiper-button-next{ right:0px; width:30px; height:30px;}
	
/*-- 专利证书 --*/
.certbox{ padding:10px;}
.certone{ width:50%;}
.patimg p{height:40px; font-size:13px; }
.pet{ margin-top:15px; }

/*-- 产品分类 --*/
.sort-t h1{ font-size: 18px; padding:10px 0px; }
.xsearch{ width:100%;}
.xsearch .p1{ width:80%; }
.xsearch .p2{ width:13%; }
	
.sortshow{ padding:20px 0px 50px; }
	
/*-- 产品内页 --*/
.inprobox{ padding:0px 0px 30px;}
.proL{ width:100%; margin-top:0px;}
.list{ padding:15px; }
.list ul li a{ height:50px; padding:0px 10px;}
.proR{ width:100%; padding:10px 10px 0px;}
.sname{ height:60px;}
.sname h1{ font-size: 14px; }
	
/*-- page --*/
.page{ font-size:15px; padding:0px 0px 10px;}
.pagination ul li a{ width:30px; height:30px; font-size:13px;}
#prev img,#next img{ width:15px; }
	
/*-- 产品内页 --*/
.proinfobox{ padding:10px 0px;}
.banl{ width:100%; padding-left:0; }
.banr{ width:100%; height:auto; padding:20px 0px; }
	
.br-a h1{ font-size:22px;}
.br-d ul{ width:100%;}


.banchoose ul li{ padding-right: 10px; }
.banchoose ul li a{ width: 100px; }

/*-- --*/
.samebox{ margin-top:20px; }
.samet h1{ padding: 12px; min-width:160px; }
.samet a{ font-size: 15px; margin-right:0px; }
.same-show .swiper-button-prev{ left:0px; width:30px; height:30px;}
.same-show .swiper-button-next{ right:0px; width:30px; height:30px; }

/*-- 荣誉证书 --*/
.honorbox{ padding:30px 10px; }
	
/*-- 新闻 --*/
.newsbox{ padding:15px 10px;}
.ndate{ width:65px; height:55px;}
.ndate h1{ font-size:20px; line-height:25px; }
.ndate p{ font-size:13px; line-height:15px; }
.newsname h2{ font-size: 13px; }

/*-- 新闻详细内容 --*/
.in-newsbox_title {width:100%; padding:0px; font-size:18px; margin:15px 0px; 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;}
	
/*-- contact --*/
.contact{ padding: 10px 0px 50px;}
.contone{ padding: 0px; align-items:flex-start; flex-direction: column-reverse;}
.cont-info{ width:100%; padding-left:0; padding-bottom:25px; }
	
/*-- 内页 --*/
.inbanner>i{ height:200px; }
	
/*-- 地图 --*/
.mapbox{ width:100%; height:350px; float:left;}
#container{ width:100%; height:100%; float:left;}


/*-- 底部 --*/
.footB{ padding-bottom:50px;}
.footdown{ padding:15px 0px; line-height:23px; font-size:13px; flex-direction:column; justify-content:center;}
.footdown span{ padding:0px; }
	
	
/*-- 手机搜索 --*/
#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:#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;}

.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:#0857c3;
}
.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 #0857c3;
}
	
.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:#0857c3;
}
.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 #0857c3;
}
	
.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:#0857c3;
}
.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 #0857c3;
}

/*-- 登录图标 --*/
.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:13px 10px; line-height:30px; color:#FFF; font-size:16px; text-align:left; margin:15px 0px 0px; display: flex; justify-content:space-around; align-items:center;
background: linear-gradient(top, #0857c3, #0857c3);
background: -ms-linear-gradient(top, #0857c3, #0857c3);
background: -webkit-linear-gradient(top, #0857c3, #0857c3);
background: -moz-linear-gradient(top, #0857c3, #0857c3);
}
.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;}
.plrx100{ padding:10px 0px;}
.plrxa5{ padding:5px!important;}
.plrx5{ padding: 0px 5px;}
.plrxa515{ padding:8px 15px;}
}

/* XS Portrait */
@media (max-width: 480px) {
.sytwo{ min-height:250px; }
	
/*-- 内页 --*/
.inbanner>i{ height:120px; }
	
/*-- 地图 --*/
.mapbox{ height:300px;}
}

@media (max-width: 380px) {

}

@media (max-width: 330px) {

}


