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

@media (max-width: 1620px) {
.top-tel{ right:5px; top:-30px; }
.tnavbox ul{ padding:10px 13% 0px 5%;}
.elsebox{ top:8px; }
}

@media (max-width: 1550px) {
.tnavbox ul{ padding:10px 13% 0px 230px;}
}

@media (max-width: 1430px) {

}

@media (max-width: 1330px) {
.wmd{ width:100%; }
/**/	
.about-cr p{ width:100%; padding:0px 20px;}
/**/
.syfo-show .swiper-button-prev{ left:0px; }
.syfo-show .swiper-button-next{ right:0px;}
}

@media (max-width: 1280px) {

}

@media (max-width: 1230px) {
.md{ width: 100%; }
/*-- inbanner --*/
.inbanner i{ height:350px; }
}

/* md */
@media (max-width: 1180px) { 
	
}

@media (max-width: 1080px) {
.elsebox{ right:180px; top:-28px; }
.elsebox::before{ display: none;}
.tnavbox ul{ padding:10px 0px 0px 230px;}
.tnavbox ul li a{ font-size:16px; }
.search-show{ top:93px; }
	
/**/
.ab-done{ width: 200px;  margin: 0px 10px;}
.ab-d1 h1{ font-size: 18px; }
.ab-d1 p{ font-size: 40px; }
.ab-d2 p{ font-size: 14px; letter-spacing:0px; padding: 0px 10px;}
.about-d{ padding-bottom: 80px; }
.about-dt{ padding: 55px 0px 30px; }
.abline{ top:63%; }
	
/*-- inbanner --*/
.inbanner i{ height:300px; }

/**/
.cust-show{ padding: 20px 10px;}
.cust-show ul li{ padding:5px;}
	
}

/*ipad*/
@media (min-width: 768px) and (max-width: 991px) {
/*-- inbanner --*/
.inbanner i{ height:300px; }
/*-- inbanner --*/
.best-c{ height:300px; }
.best-c p{ width:60%; font-size:18px; }
	
/*-- syfo --*/
.syfo::before{ height: 220px;}
/**/
.logo{ width:200px; }
.tnavbox ul li a{ font-size:15px; padding: 0px 5px;}
}

/* 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:#82839b;
    -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: #000;
}
.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: #000;
}
.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:#030ab3; color:#FFF;
-moz-border-radius:3px; /* Firefox */
-webkit-border-radius:3px; /* Safari 和 Chrome */
border-radius:3px; /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
}
	
/*-- 头部 --*/
.headerbox{ position:relative; height:55px; padding:0px; float: left;}
.logo{ width:auto; top:0; background-color:#030ab3;}
.logo>i{ padding:0px 25px 0px 20px;}
.logo>i a{ text-align: center;}
.logo>i a img{ height: 27px;}
.elsebox{ position:absolute; right:60px; top:-13px; padding-left: 0; flex-direction: row-reverse; }
.elsebox::before{display: none;}
.search-show{ width:280px; height:50px; top:42px; padding-right: 10px;}
.search-show form{ width: 100%; display: flex; justify-content: space-between; flex-direction: row; }
#search_input1{ height:50px; line-height:50px;}
#search_input2{ width:28px; height:28px; margin-top:9px;}
.sedce-cen{ margin-left:0; margin-right: 15px; }


	
/*-- syone --*/
.syone .md{ align-items: flex-start; }
.syaone{ padding:10px 7px; height:auto; }
.syaone h1::before{ left:-7px; top:8px; width: 2px;}
.syaone h1 span{ font-size:28px; }
.syaone h1 sub{ font-size:17px; color: #FFF; bottom:0px; right:-5px; } 
.syaone p{ font-size:12px; line-height:20px; padding:10px 0px;}
	
/*-- sytwo --*/
.sytwo{ padding:35px 0px; }
.sytwo-t h2{ font-size:22px; line-height:30px; padding:5px 0px; }
.sytwo-t h1{ font-size:20px; }
.sytwo-t h1::before{ left:-35px; top:10px; }
.sytwo-t h1::after{ right:-35px; top:10px; }
.sytwo-a{ padding: 20px 0px 15px;}
.sytwo-one{padding: 5px; }
.sytwo-one .sroom>i{ height:200px; }
.sytwo-one.w1{ width:65%; }
.sytwo-one.w2{ width:35%; }
.sytwo-one.w1:hover{ width:90%; }
.sytwo-one.w2:hover{ width:60%; }
.sytwo-one .sroom div{ padding: 20px 10px; }
.sytwo-one .sroom div h1{ font-size: 14px; }
.sytwo-one .sroom div h1 span{ font-size: 12px;}
.sytwo-one .sroom div p{ width:80px; height:30px; font-size: 10px; }
.sytwo-one .sroom div p>i{ width:20px; height:20px; background-size: 15px; }
.sytwo-one.two .sroom>i{ height:200px;}
.sytwo-one.two:hover{ width:80%; }
	
/*-- syth --*/
.syth{ padding: 40px 0px 30px; }
.syth-t h2{ font-size:22px; line-height:30px; }
.syth-t h1{ font-size:20px; }
.syth-t h1::before{ left:-35px; top:10px; }
.syth-t h1::after{ right:-35px; top:10px; }
	
.syth-t p{ padding: 25px 0px;}
.syth-show{ padding-top:5px; }
.syth-show .swiper-slide div h1{ height:80px; font-size: 12px; padding:0px 10px 10px;}
.syth-show .swiper-slide div h1 span{ font-size: 14px; padding: 10px 0px; }

/*-- syfo --*/
.syfo::before{ height: 180px; }
.syfo-t h1{ font-size: 22px; }
.syfo-t h1 span{ font-size:20px;}
.syfo-t a i{ padding-left: 5px; }
.syfo-show{ padding: 30px 0px 0px;}
.syfo-show .swiper-button-prev{ width:35px; height:35px; left:0px; top:55%; }
.syfo-show .swiper-button-next{ width:35px; height:35px; right:0px; top:55%; }
.syfo-show .swiper-button-next:after,.syfo-show .swiper-button-prev:after{ font-size: 18px!important;}

	
/*-- syfv --*/
.syfv-t{ padding:0px 0px 10px; }
.syfv-t h1{ font-size:22px; line-height:25px; }
.syfv-t h1 span{ font-size: 20px; padding: 5px 0px;}
.syfv-show{ flex-direction:column-reverse; padding-bottom:0;}
.syfv-l{ width:100%; padding-right:0;}
.syfv-l p{ line-height:25px;}
.syfv-l ul{padding:15px 0px 30px;}
.syfv-l ul li{ padding-right:10px;}
.syfv-l ul li a{ width:100px;  font-size: 14px;}
.syfv-r{ width:100%; padding-bottom:15px; }
.syfv-btn{ height:120px; padding-left:5%;}
.syfv-btn div{  padding-right:15px;  align-items: flex-start;}
.syfv-btn div h1{ font-size:17px; padding: 3px 0px; }
.syfv-btn:hover i{ margin-left:30px; }
	
/*-- syfx --*/
.syfx{ width:100%; float: left; padding:35px 0px;}
.syfx-t h2{ font-size:22px; }
.syfx-t h1{ font-size:20px; }
.syfx-t h1::before{ top:10px; }
.syfx-t h1::after{ top:10px; }
.syfx-show{ padding: 25px 5px;}
.synews{ padding: 10px 10px 0px;}
.synews-a i{ height: 200px;}
.synews-a i span{ width:85px; font-size: 13px;}
.synews-a h1{ font-size: 13px; height:55px; padding:5px 0px;}
.synews-a p{ line-height: 20px; }
.synews-b{ padding: 5px 0px;}
.synews-b span{ font-size: 12px;  }
.synews-b i{ width: 20px;}
.synews-btn{ padding:0px 0px 20px; }
.synews-btn a{ width: 130px; height: 40px; font-size: 14px; }
	
/*-- inbanner --*/
.inbanner i{ height:220px; }
	
/*-- 导航loc --*/
#home{ width:40px; height:45px; background-size:15px; }
.locbox ul li{ padding-left:15px; padding-right:15px; height:45px;}
.locbox ul li a{ font-size:13px; }

/*-- aboutbox --*/
.about-a{ padding: 25px 0px 0px;}
.ab-al{ width:100%; background-position: top 2px center; background-size:40%;}
.ab-al h1{ font-size:20px; padding:15px 0px; text-align: center; width: 100%;}
.ab-al p{ line-height: 25px; padding-right:0px; font-size: 15px;}
.ab-ar{ width:100%; padding: 15px 0px 0px;}

.ab-am{ padding:20px 0px; align-items: flex-start}
.ab-am .syaone::before{ display: none;}
.ab-am .syaone{ padding:0px 2px;}
.ab-am .syaone h1 span{ font-size:30px; }
.ab-am .syaone h1 sub{ font-size:17px; right:0px; } 
.ab-am .syaone p{ font-size: 13px; line-height:20px; padding:10px 0px;}

.about-c{ flex-direction:column; }
.about-cl{ width:100%;}
.about-cr{ width:100%;}
.about-cr p{ width:100%; padding:20px 15px; font-size: 14px; color: #ffffff; line-height: 25px;}
	
.about-d{ padding-bottom: 50px; }
.about-dt{ padding: 50px 0px 20px; }
.about-dt h1{ font-size: 20px;  }
.about-dt h1::before{ top:8px;}
.about-dt h1::after{top:8px;}
.about-dt p{ font-size: 22px; padding: 3px 0px; }
	
.about-dshow{ flex-direction: row; flex-wrap: wrap;}
.abline{ display: none; }
.ab-done{ width:32%; margin: 0px; }
.ab-d1 h1{ font-size: 16px; }
.ab-d1 h1 i{ padding: 10px 0px; }
.ab-d1 h1 i img{ max-width: 100%;}
.ab-d1 h2{ display: none; }	
.ab-d1 p{ font-size:26px;  }
.ab-d2 p{ font-size: 12px; line-height:22px; letter-spacing:0px; padding:10px;}
	
/*-- 历史 --*/
.historybox{ padding: 10px 0px 50px; }
.hisone{ padding:15px 0px; }
.hisone-t{ padding:25px 0px; }
.hisone-t h1{ font-size:20px; }
.hisone-t h1 i:first-child { width: 100px;}
.hisone-t h1 i:last-child { width: 100px; }
.hisone-t p{ font-size: 16px; }
.hisone-show{ padding:0px;}
.hisimg{ width:100%; }
.hisinfo{ width:100%; padding: 15px 0px; }
.hisinfo i{ width:70px; }
	
/*-- 客户 --*/
.cust-t{ padding: 40px 0px 20px;}
.cust-t h2{ font-size:22px; }
.cust-t h1{ font-size: 20px; }
.cust-p{ flex-direction: column;}
.cust-pl{ width:100%; padding:0px;}
.cust-pl h1{ font-size:18px;  padding:0px 0px 10px; }
.cust-pl p{ font-size: 15px; line-height: 23px; padding: 10px 0px; }
.cust-pr{ width:100%; }
.cust-pr img{ width: 100%; }
.cust-show{ padding: 20px 10px;}
.cust-show ul li{ width: 50%; padding:5px;}
.showmore{ padding:20px 0px 60px; }
.showmore a{ width: 120px; font-size: 14px;}
	
/*-- 产品优势 --*/
.best-a-a i{  width:80px; height:80px; }
.best-b{ width:100%; height: auto; float: left; padding-bottom:40px;}
.best-b-one{ padding:0; }
.best-b-one div{ width:100%; padding: 20px; }
.best-b-one div h1{ font-size:18px;}
.best-b-one div p{ font-size:15px; padding:20px 0px 10px;}
.best-b-one i{ width:100%;}
.best-c{ height:200px; }
.best-c p{ width:80%; padding: 0px 15px;font-size:15px; }
.best-dt{ padding: 40px 0px 20px; flex-direction: column;}
.best-dt div{ width:100%; padding-right:0px; }
.best-dt div h1{ font-size:20px;  padding: 10px 0px; }
.best-dt div h1::before{ width:110px; }
.best-dt div p{ font-size:15px; line-height: 25px; padding:20px 0px 15px;}
.best-dt i{ width:100%; }
.best-d-one h1{ height:45px; font-size: 14px; }
.best-e{ padding-bottom:30px;}
	
/*-- 企业荣誉 --*/
.honor{ padding: 10px 0px 50px;}
.ho-t{ padding: 30px 0px 10px; }
.ho-t h2{ font-size:22px; }
.ho-t h1{ font-size:20px; }
.honor-show{ padding:10px 0px 20px;}
.honor-show ul li{ width:50%; padding: 2px;}
.honor-show ul li div{ padding:0px;}
.honor-show ul li div p{ font-size: 12px;}
.hmore{ padding:10px 0px 30px; }
.hmore a{ width: 120px; font-size: 14px;}

/*-- 新闻资讯 --*/
.news-t{ padding: 30px 0px 25px; }
.news-t h2{ font-size:22px; line-height:30px; }
.news-t h1{ font-size:20px; }
.news-show{ padding: 0px 10px; }
.newsname{ height:auto; padding: 15px; }
.newsname h1{ font-size:15px;}
.newsname p{ font-size:18px; }
	
/*-- 新闻详细内容 --*/
.in-newsbox_title {width:100%; padding:0px; font-size:18px; margin-top:40px; 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; margin-top: 10px;}
.pagesl a{ font-size:14px;}
.pagesr a{ font-size:14px; }
.backbtn a{ padding: 5px 20px; font-size: 14px;}
	
/*-- page --*/
.page{ padding:15px 0px 40px;}
.pagination ul li a{ width: 47px; height:32px; font-size:15px; }
.pagination ul li a i{font-style:normal; font-size:14px;}
#prev span{ background-size: 50%; }
#prev:hover span{ background-size: 50%; }
#next span{ background-size: 50%; }
#next:hover span{ background-size: 50%; }
	
/*-- 联系我们 --*/
.cont-aa{ height:auto; padding:30px 0px;}
.cont-aa h1{ font-size:19px; }
.cont-bb{ flex-direction:column; }
.cont-bb ul{ padding: 18px 0px;}
.cont-bb ul li{ display:flex; flex-direction:row;}
.cont-bb ul li span{ min-width:55px; }
.cont-bb div{ width:100%; margin-top:0px;}
.cont-bb div i{ padding: 20px 0px;}
.cont-bb div p{ padding:0px 30px;  }
.feedback{ padding:10px 0px 60px;}
.feeb-tt{ font-size:20px; padding:20px 0px 15px; letter-spacing:0px;}
.feed-x{ height:50px; }
#input1{ line-height:45px; }
.feed-tx{ height:90px; }
.crrbtn{ margin-top:15px; }
#button{ font-size:15px; }

/*-- 产品 --*/
.pro-t{ padding: 30px 0px 20px;}
.pro-t h2{ font-size:22px; }
.pro-t h1{ font-size:20px;}
.cpsearch form{ width:100%;}
.insearch{ width:100%; }
.insearch .p1{ height:45px;}
.insearch .p2{ height:45px;}
#search_inputps1{ font-size:15px; }
#search_inputps2{ background-size:30px; }
.sortbox{ padding:10px 0px 50px;}
.bsortone{ padding:10px 0px; }
.bsortone>i{ width:100%; }
.bsort-nav{ width:100%;  }
.bsort-nav div{ width:100%; margin-left:0; padding:20px;}
.bsort-nav div h1{ font-size:20px; padding: 10px 0px;}
.bsort-nav div ul li a{ font-size: 16px; }
.bsortone.two .bsort-nav div{ margin-left:0; }
	
/*-- 产品页 --*/
.probox{ padding:0px 0px 20px;}
.proL{ width:100%; min-height:auto; margin-top:2px; padding-bottom: 50px;}
.list ul li a{ font-size:18px; }
.list ul li ul li a{ font-size:16px; }
.proR{ width:100%; padding:0 5px;}
#sproR{ padding:10px;}
.pror-img{ padding-bottom:0px;}
.cpnames{ height:50px; font-size:13.8px; }
	
/*-- 产品详细页 --*/
.proinfobox{ padding-top:0px; }
.proinfoL{ width:100%; }
.proinfoR{ width:100%; padding:0px; }
.zoom-hand{ width: 30px; height: 30px; position: absolute; bottom: 0; right: 0;}
.proinfoR>h1{ font-size:20px; padding:20px 0px; }
.proinfoR>p{ line-height: 25px; padding: 20px 0px; margin-top:0px;}
.banchoose ul li a{ line-height:35px; width:90px; }

.samebox{ padding:20px 0px;}
.same-t{ height:80px;}
.same-t h1{ font-size:20px; }
.same-show{ width:100%; height:auto; float: left; padding:10px 0px 50px; position: relative;}
.same-show .swiper{ padding:10px 5px;}

.same-show .swiper-button-prev{ top:45%; left:0px; }
.same-show .swiper-button-next{ top:45%; right:0px;}

/*-- 地图 --*/
.mapbox{ height:450px;padding:25px 0px;}
	
/*-- 底部 --*/
.footB{ padding-bottom:50px;}
.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; border-top: 1px solid #383fec;
background:#030ab3;
}
.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:#666;
}
.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 #666;
}
	
.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:#666;
}
.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 #666;
}
	
.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:#666;
}
.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 #666;
}

/*-- 登录图标 --*/
.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:25px; color:#FFF; font-size:16px; text-align:left; margin:15px 0px 0px;
background: linear-gradient(top, #000, #242424);
background: -ms-linear-gradient(top, #000, #242424);
background: -webkit-linear-gradient(top, #000, #242424);
background: -moz-linear-gradient(top, #000, #242424);
}
.phnav a{ color:#ffffff; text-decoration:none; display: flex; flex-direction: row; align-items: center; justify-content: center;}
.phnav a img{ width:27px;}
.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;}
.plrxas5{ padding: 5px 0px!important;}
}

/* XS Portrait */
@media (max-width: 480px) {
.sytwo-one .sroom>i{ height:150px;}
.sytwo-one.two .sroom>i{ height:150px;}
.sytwo-one.two{ width:30%; }
.synews-a i{ height: 160px;}
	
/*-- inbanner --*/
.inbanner i{ height:120px; }
	
/*-- aboutbox --*/
.about-a{ padding: 25px 0px 20px;}
.ab-al{background-size:60%;}
	
/*-- 地图 --*/
.mapbox{ height:300px;}
}

@media (max-width: 380px) {

}

@media (max-width: 330px) {

}
