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

@media (max-width: 1430px) {

}

@media (max-width: 1360px) {
.cont-c{ width:26%; padding: 10px; }
}

@media (max-width: 1330px) {
.nmd{ width:100%; }
.honshow{ padding:10px 0px 60px;}
.abs-at{ padding: 0px; }
}
@media (max-width: 1290px) {
.xmd{ width:100%; }

}

/* md */
@media (max-width: 1230px) {
/*-- 内页效果图 --*/
.inban i{ height: 400px; }
	
/*-- 发展历程 --*/
.timebox{ padding: 0px 50px;}
.abtimeL{ padding: 5% 10px 10px 2%; }
.abtimeL h1{ font-size: 50px; line-height: 70px;}
.abtimeL i{ font-size: 130px; }

.sortbox ul li{ width:16.66%;}
.pronav ul li a span{ font-size: 16px; }
.banl{ width:50%; margin-left: 0%; }
}

@media (max-width: 1180px) {

/*-- 导航 --*/
.navbox ul{ text-align: right;}

/*-- 搜索 --*/
.cenbox{ right:10px; top: 10px;  }

}

@media (max-width: 1120px) {

}

@media (max-width: 1080px) {
#onebox li{width:60%; height:700px; }
}
/*ipad*/
@media (min-width: 992px) and (max-width: 1199px) {

}

@media (min-width: 768px) and (max-width: 991px) {
/*-- 导航 --*/
.navbox ul li{ padding:0px 10px; }
.navbox ul li a{ padding:0px 5px; }

/*-- 内页效果图 --*/
.inban i{ height: 300px; }
	
.ab-cshow{ padding: 50px 0px; }
.ab-cshow ul li{ padding: 10px; }
	
/*-- --*/
.abtimeL{ width:100%; }
.abtimeR{ width:100%; }	
.abtimeL i{ top: 20%; font-size: 120px; }
	
.eb-dl{ width:100%; }
.eb-dr{ width:100%; }

.pronav ul li{ width:33.33%; }

/*-- 联系我们 --*/
.cont-a{ width:100%; }
.cont-b{ width:100%; }
.cont-c{ width:46%; margin-right: 27%;}
.linec{ display:none;}
}

/* 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-image: url(../../img/svg-loaders/bg.svg);
	background-position:right bottom;
	background-repeat:no-repeat;
	background-size:100%;
    background-color: #252b4d;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

/*-------------------------------*/
/*       Hamburger-Cross         */
/*-------------------------------*/
.hamburger {
  width: 32px;
  height: 32px;
  background:transparent;
  position:fixed;
  z-index: 100000;
  right:10px;
  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:#db009b;
}
.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:#db009b;
}
.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-bottom {
  top: 50%;
  margin-top: -2px;  
}
.hamburger.is-open .hamb-top { 
  -webkit-transform: rotate(45deg);
  -webkit-transition: -webkit-transform .2s cubic-bezier(.73,1,.28,.08);
}
.hamburger.is-open .hamb-middle { display: none; }
.hamburger.is-open .hamb-bottom {
  -webkit-transform: rotate(-45deg);
  -webkit-transition: -webkit-transform .2s cubic-bezier(.73,1,.28,.08);
}
.hamburger.is-open:before {
  content: '';
  display: block;
  width: 100px;
  font-size: 14px;
  color: #fff;
  line-height: 32px;
  text-align: center;
  opacity: 0;
  -webkit-transform: translate3d(0,0,0);
  -webkit-transition: all .35s ease-in-out;
}
.hamburger.is-open:hover:before {
  opacity: 1;
  display: block;
  -webkit-transform: translate3d(-100px,0,0);
  -webkit-transition: all .35s ease-in-out;
}
.hamburger.is-open{ position:fixed;}

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

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

/*-------------------------------------RBOX-----------------------------------*/
/*-- 手机侧边导航 --*/
.xtopB{ width:100%; height:auto; float:left; padding:90px 10px 50px; position:relative;}
.xtop{ width:100%; height:auto; float:left; padding:20px 10px;}
.xtop h1{ width:100%; height:auto; float:left; font-size:18px; color:#FFF; padding:10px 0px; text-transform:uppercase; font-weight:600;}
.xtop h1 a{ color:#FFF; display:block;}
.xtop ul li{  float:left; font-size:20px; color:#FFF; width:100%; text-align: center; padding: 10px 0px;}
.xtop ul li>a{ color:#FFF; display:block; padding:10px;}
.xtop ul li div{ width:100%; height:auto; float:left;}
.xtop ul li div a{ width:100%; float:left; padding:10px 50px; color:#FFF; font-size:15px; position:relative;}
.xtop ul li div a:before{ content:""; position:absolute; left:15px; top:22px; width:20px; height:1px; background:#FFF;}

.xscen{ width:100%; height:auto; float:left;}
.xscen span{ padding:5px 10px; background:#FFF; margin-right:5px; }
.xscen a{ padding:5px 10px; background:#db009b; color:#FFF;
-moz-border-radius:3px; /* Firefox */
-webkit-border-radius:3px; /* Safari 和 Chrome */
border-radius:3px; /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
}

/*-- 视频 --*/
#fullbanner .goplay{ width:100%; height: 100%; position: absolute; left: 0; top:0; z-index: 1; background: #000;}
#fullbanner .goplay i{ width: 100%; height: 100%; background:url(../../img/images/banner/banner01.jpg) center center no-repeat; background-size:auto 100%;  float: left; text-align: center; display: block;}
#fullbanner .goplay i img{ width:45px; display: inline-block; margin-top: 25%; cursor: pointer;}
	
/*-- 头部 --*/
.syheader{ height:60px; }
.logo{ height:60px; top: 10px; left:10px;}
.logo img{ width:170px;}
	
/*-- 搜索 --*/
.cenbox{ position: absolute; right:50px; top: 20px;  }
.search-show{ width:350px; top:40px; display:none; left:-220px; }
#search_input1{ width:310px; }

/*-- syone --*/
.syone{ padding: 40px 0px;}
.syone-t h1{ font-size:20px; line-height: 25px;}
.syone-t p{ font-size: 16px; }
.syone-a{ padding: 20px 0px; padding-left:0;}

#onebox li{width:70%; height:400px; }
#onebox li h1 span{ font-size: 14px; line-height: 20px; }
#onebox li:hover h1 {  padding: 35px 15px; }
#onebox li p{left: 20px; bottom: 30px; width:70%; line-height: 20px; font-size: 14px;}
#onebox li p:before{ top:23px; }
#onebox li p:after{top:15px; }

.syone-btn{ padding: 10px 0px 0px; }
.syone-btn a{ width:120px; line-height: 40px; font-size: 14px;}

/*-- sytwo --*/
.sytwo{ min-height:auto; padding: 50px 0px 30px; }
.syab-t h1{ font-size: 20px; padding-bottom:15px; line-height: 30px; }
.syab-t h1:before{ width:50px; height: 2px; }
.syab-t p{ padding:20px 0px; font-size: 14px; width:100%; }
.synum{ padding-top: 150px; }
.synum-a{ width:50%; padding-top: 20px;}
.synum-a h1{ font-size:28px; line-height: 35px; padding-bottom: 10px;}
.synum-a h1 sup{ font-size:12px; }
.synum-a p{ font-size:14px; line-height: 23px; padding: 10px 0px;}
.videoplay i img{ width:50px;}
.ditu{ right:0; top:25%; width:100%; background-size:100%;  }
.ditu p{ font-size: 12px; }

/*-- syth --*/
.syth{ padding: 40px 0px 70px;}
.syth-t h1{ font-size:20px; line-height: 30px;}
.syth-t p{ font-size: 16px; line-height: 20px;}
.syth-a{  padding: 20px 0px;}
.syth-a i{ padding:7px}

.bx-wrapper .bx-pager.bx-default-pager a {width: 12px;height: 12px;margin: 0 4px;}
.bx-wrapper .bx-pager.bx-default-pager a:hover:before,
.bx-wrapper .bx-pager.bx-default-pager a.active:before {left: 2px;top: 2px;width: 4px;height: 4px;}

/*-- syfo --*/
.syfo{ min-height:auto; padding: 50px 0px;}
.syfo-t h1{ font-size: 20px; }
.syfo-t p{ padding:0px; font-size: 16px; }

.syfol{ width:100%; padding: 30px 0px 10px;}
.syfol ul{ width:100%; }
.syfol ul li{ padding:2px; width:33.33%;}
.syfol ul.enc li{ padding:2px; width:50%;}
.syfol ul li.goright{ float:left; }
.syfol ul li a{ width:100%; height:70px; }
.syfol ul li svg{ display:none; }
.syfol ul li.active svg{ display:none; }
.syfol ul li a i{ width:35%;}
.syfol ul li a h1{ width:65%; height:35px; font-size:15px;}
.syfol ul li a p{ width:65%; height:35px; float:left; font-size:13px; }
.syfor{ width:100%; padding:10px; }
.tab-pane ul li{ font-size: 15px; padding: 5px 0px; line-height:23px;}


/*-- syfx --*/
.syfxbox{ padding:50px 0px 30px;}
.syfx-t h1{ font-size:20px;}
.syfx-t p{ font-size: 16px; line-height: 25px;}
.syfx-a{padding: 20px 0px;}

.synewsdate{ top: 20px; background: #FFF; padding: 5px 10px; font-size: 12px;}
.synewsdate span{ font-size: 18px; }
.synewsname h1 span{ height: 40px; font-size: 14px; line-height: 20px; }
.synewsname i{ font-size:13px; }
.synewsname i:before{top:17px; }
.synewsname i:after{top:12px;}

/*-- 内页效果图 --*/
.inban i{ height: 200px; }
.inban h1{ font-size: 26px; line-height: 30px;}

/*-- about --*/
.abnav{ padding: 10px;}
.abnav a{ width:49%; height: 45px; margin: 1px;}
.abnav a span{ font-size: 14px; }
.ab-at{ padding: 30px 0px 20px; }
.ab-at p{ font-size: 18px; line-height: 30px; }
.ab-at h1{ font-size: 20px; line-height: 30px;}
.ab-at h3{ font-size: 15px; padding: 15px 0px;}
.ab-at h3 br{ display: none;} 
.ab-at i img{ width: 100%; }
.abs-at h3{ font-size: 15px; padding: 15px 0px;}
.abs-at h3 br{ display: none;} 
.ab-ashow{ padding: 0px 0px 30px; }
.ab-ashow p{ line-height: 27px; font-size: 15px;}
.ab-b{ padding-top: 0px; }
.ab-b i{ width:100%; }
.ab-b i.i1{ width:100%; }
.ab-ct{ padding: 40px 0px; }
.ab-ct h1{ font-size:20px; line-height: 30px; }
.ab-cshow{ padding: 35px 0px; }
.ab-cshow ul li{ width:33.33%; padding: 5px; }
.ab-cshow ul li i{
-moz-border-radius:10px; /* Firefox */
-webkit-border-radius:10px; /* Safari 和 Chrome */
border-radius:10px; /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
}

/*-- 发展历程 --*/
.timebox{ padding: 0px 30px;}
.abtimeL{ width:100%; padding:10px;}
.abtimeL h1{ font-size: 26px; line-height: 40px;}
.abtimeL p{ font-size: 17px; }
.abtimeR{ width:100%;}
.abtimeL i{ top: 35%; font-size: 50px;}
	
/*-- 认证证书 --*/
.honor{ padding: 20px 0px;}
.honnav a{ width:50%; height: 50px; font-size: 16px;}
.honshow{ padding: 10px 0px;}
.honone p span{ height: 40px; font-size: 13px; }
	
/*-- page --*/
.page{ padding:30px 0px 50px;}
.pagination ul li a{ padding:2px 8px; }
#prev:before{ top: 8px; }
#next:before{ top: 8px; }

/*-- 设备 --*/
.eb-a{ padding:90px 5px 0px; }
.eb-at i img{ max-width:55%; }
.eb-at h1{ font-size: 20px; line-height: 28px; padding-top: 10px;}	
.eb-at h2{ padding-top: 90px; font-size: 18px; line-height: 28px; }
.eb-at h2:before{ height: 50px; left: 50%; top:20px; }
.eb-at h2:after{ left: 49.6%; top:20px;}
.eb-at h3{ padding-top: 10px; font-size: 18px; line-height: 28px;}
.eb-at h3 span{ padding: 10px 0px; }
.eb-at p{ font-size: 16px; line-height: 28px; padding: 10px 0px;}
.eb-aimg{  padding: 10px 0px;}
.eb-aimg p span{ height: 50px; font-size: 13px; }

.eb-b{ padding: 50px 0px 35px;}
.eb-bt h1{ font-size: 20px; line-height: 30px; }
.eb-bt h1 span{ padding: 5px 0px; }
.eb-bt p{ font-size:16px; line-height: 25px; padding: 10px 0px; }
.eb-ba{ padding: 10px 0px; }
.eb-ba i{ width:100%; }
.eb-ba i img{ width:100%; }
.eb-ba i.i1{ width:100%;}

.eb-bb{ padding:0px;}
.eb-bbone h1{ font-size: 18px;}
.eb-bbone h1:before{ top:4px; width:20px; height: 20px; }
.eb-bbone h1:after{ top:10px; width:8px; height: 8px;}
.eb-bbone p{ font-size: 16px; padding: 5px 0px; }
.eb-bbone ul li{ width:50%; }
.eb-bbone ul li h2 span{ height: 40px; font-size: 13px; }
.eb-c div{ width:100%; padding: 50px 15px 40px;}
.eb-c div p{ font-size: 16px; line-height: 28px;}
.eb-c div p br{ display:none; }	
.eb-c.enc div{ width:100%;}
	
.eb-d{ padding: 20px 0px 50px; }
.eb-dl{ width:100%;  }
.eb-done p span{ height: 50px; font-size: 13px; }
.eb-done p:before{ height: 50px; }
.eb-dr{ width:100%; padding: 0px 10px; }

/*-- 导航loc --*/
.locbox{ padding: 14px 0px 12px;}
.locbox ul li{ font-size:13px; }
.locbox ul li i{ font-size:13px; height: 20px;}
.locbox a{ font-size:13px;}

/*-- 产品中心 --*/
.bigsortbox{ padding-top: 60px;}
.sortbox ul li{ width:50%; height: auto; min-height: 300px; }
.sortbox ul li:before{ height: 100%; }
.sortbox ul li a h1{ font-size: 16px;}
.sortbox ul li a p span{ font-size: 13px; }
.sortbox ul li a i{ visibility: visible; filter:alpha(opacity=100); -moz-opacity:1; -khtml-opacity:1; opacity:1; }
.sortbox ul li a p{ visibility: visible; filter:alpha(opacity=100); -moz-opacity:1; -khtml-opacity:1; opacity:1; }

/*-- 产品内页 --*/
.prosearch{padding-right: 0; }
.psearch-show{ width:100%; height:45px; margin-top: 0px;}
#psearch_input1{ height:43px; line-height:43px; font-size:14px;}
#psearch_input2{ height:43px; }
.pronav{ padding: 20px 0px; }
.pronav ul li{ width:33.33%; padding: 2px;}
.pronav ul li a span{ font-size: 14px; line-height: 15px; }
.cpname h1{ height: 45px; font-size: 13px; }
.nocp{ font-size: 18px; padding: 50px 0px 100px;}
	
/*-- 产品详情 --*/
.banl{ width:100%; margin-left: 0%;}
.banr{ width:100%; padding:0px;}
.banr h1{ font-size: 20px; padding: 15px 0px; }
.banr p{ min-height: 120px; font-size: 16px; padding: 15px 0px; line-height: 27px;}
.banr h2{ font-size: 18px; }
.banr h3{ font-size: 18px; padding: 10px; margin-top:0px;}
.banr h3 a>i{ width: 30px; height: 30px; }
.banr h3 a:hover>i{ width: 30px; height: 30px; }
.banr h3 a>span{ line-height: 30px; }

	
.proinfoshow{ padding: 30px 0px; }
#proinfoa li{ padding: 10px; font-size: 16px; }
#proinfob{ padding: 10px 0px;}
#proinfob #one{padding:0;}

/*-- newsbox --*/
.newsbox{ width:100%; height: auto; float: left; padding: 30px 0px;}
.news-t{ width:100%; height: auto; float: left; padding: 10px 0px;}
.news-t h1{ font-size: 20px; line-height: 30px; }
.newsone{ padding:15px 0px;}
.newsL{ width:100%; }
.newsL i{ height:auto; }
.newsR{ width:100%; padding-left:0; }
.n-title h1{height: auto; font-size:17px; padding: 15px 0px 5px; }
.n-info{ min-height:auto; }
.n-info p{ font-size:15px; line-height:25px;}

/*-- 新闻详细内容 --*/
.in-newsbox_title {width:100%; padding:0px; font-size:20px; 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;}
.pagesl{ width:100%; }
.pagesl p{ width:100%; font-size:14px; }
.pagesr p{ width:100%; font-size:14px;}
.pagesr{ width:100%; float:left; text-align:left;}
.pagesl a{ font-size:14px;}
.pagesr a{ color:#FFF; font-size:14px; }	

/*-- 文件下载 --*/
.download{ padding:60px 0px 30px;}
.ddone{ width:100%; float: left; padding: 0px 18%;}
.dd-btn { font-size:14px;}

/*-- 联系我们 --*/
.contone{ padding: 30px 0px; }
.cont-a{ width:100%; height: auto; float: left; padding: 10px; }
.cont-a h1{ font-size: 20px; line-height: 30px; padding: 10px 0px; }
.cont-a h1:before{ width:50px; }
.cont-a ul{ padding:15px 0px; }
.cont-a ul li{font-size: 17px; line-height: 30px;}
.cont-b{ width:100%; }
.cont-b h1{ font-size: 20px; line-height: 30px; padding: 10px 0px; }
.cont-b h1:before{ width:50px; }
.cont-b ul{ padding:15px 0px; }
.cont-b ul li{ font-size: 17px; line-height: 30px;}
.cont-a ul li span, .cont-b ul li span{ font-size: 26px; line-height: 30px; padding: 10px 0px;}
.cont-c{ width:100%; padding: 10px 20px 20px; }
.cont-c div{ width:70%; border: 1px solid #a8abb4; padding:10px; margin-left: 15%;  }
.cont-c p{ font-size: 14px; padding: 5px 0px;  }
.linec{ display: none;}
.conttwo{ padding:50px 0px;}
.conttwo h1{ font-size:20px; }
.conttwo p{ font-size:16px; }

/*-- feedback --*/
.feedback{ padding:50px 0px;}
.feedl{ width:100%; padding-right:0;}
.feedl .p2{ font-size:18px; line-height:30px; }
.feedbox{ margin-top:5px;}
.feed-t{ font-size:16px;}
#input1{ font-size:16px;}
.feed-tx{ height:100px; }
.feed-tx textarea{ font-size:16px; }
.crrbtn{  margin-top:15px;}
#button{  font-size:16px; }
.feedr{ width:100%; margin-top: 40px; }

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

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


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

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

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

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


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


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

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

/*-- --*/
.plrx0{ padding:0px;}
.plrx5{ padding:0px 5px;}
.plra15{ padding:5px 15px;}
.plras15{ padding:5px;}
.plra1525{ padding:5px;}
.plra3045{ padding:5px; }
.plra2040{ padding:5px 10px 5px 30px; }
.plra25{ padding:5px;}
}

/* XS Portrait */
@media (max-width: 480px) {
/*-- 头部 --*/
.logo{ top:15px; left:10px;}
.logo img{ width:140px;}

/*-- 搜索 --*/
.searchv span {font-size: 13px;}
.cenbox{ right:50px; top:20px; padding-right: 130px; }
.cen{ top: 2px;}
.cen ul li a{ padding: 0px 6px; font-size: 13px; }
.search-show{ width:300px; left:-110px; }
#search_input1{ width:260px; }

/*-- syone --*/
#onebox li{ height:300px; }

.ditu p:first-child{ left: 15%; top:35%;}
.ditu p:nth-child(2){ left: 33%; top:30%;}
.ditu p:nth-child(3){ left: 43%; top:23%;}
.ditu p:nth-child(4){ left: 42%; top:35%;}
.ditu p:nth-child(5){ left: 79%; top:60%;}

.syfol ul li a p{font-size:12px;}
.tab-pane ul li{ line-height:20px;}

.ditu{ top:33%; }
.ditu p{ font-size: 0.6em; }
.synum{ padding-top: 100px; }
.videoplay{ top: 55%;}
	
.eb-at h2:after{ left: 49.3%; top:20px;}
	
/*-- 产品中心 --*/
.sortbox ul li{ min-height: 280px; }
	
/*-- 地图 --*/
.mapbox{ height:250px; }
}

@media (max-width: 420px) {

}

@media (max-width: 380px) {

}

@media (max-width: 360px) {

}

@media (max-width: 330px) {

}

