@media (max-width: 1630px) {
.md{ width:100%;}
.navbox ul li{ padding:0px 55px;}
}

@media (max-width: 1530px) {
.fmd{ width: 100%;}
.navbox ul li{ padding:0px 50px;}
}

@media (max-width: 1460px) {
.bannerbox{ height:750px; }
.navbox ul li{ padding:0px 45px;}
}

@media (max-width: 1400px) {
.navbox ul li{ padding:0px 40px;}	
.searchv{  right: 150px; }
}

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

@media (max-width: 1270px) {
.bannerbox{ height:650px; }
.searchv{  right: 60px; }
}

@media (max-width: 1200px) {
.vtitle{ font-size: 46px; }
.vlogo img{ width:280px; }

.navbox{ margin-top:0;}
}

/* md 
.syth-a{ width:95%; min-height:520px; }
.syth-a h1{ margin-top:320px;}

*/
@media (max-width: 1180px) {
.syth-a{ width:95%; }

.bannerbox{ height:600px; }
.searchv{  right: 20px; }
}

@media (max-width: 1130px) {
.footb-a{ padding:45px 5px 5px;  }
.footb-a p{ width:100%; }

}
@media (max-width: 1080px) {
.bannerbox{ height:550px; }

.vlogo img{ width:250px; }
}
/*ipad*/
@media (min-width: 992px) and (max-width: 1199px) {
/*-- 详细页 --*/
.ban {width:70%;}
.t2:before{ display: none;}
.min_pic {width:130px; height:400px; }
.num { width:120px;}
.num ul li {width:110px; height:112px; margin:0px 0px 8px; }
.num ul li img {width:110px;}
.infoshow{ width:100%; padding-left: 0; }

}

@media (min-width: 768px) and (max-width: 991px) {
.vtitle h1{ width: 100%; height: 40px; }

.sytwo-a p{ font-size:18px; line-height:26px; padding:0px 10%; }
.sytwo-words{  font-size:60px;}
.syth-t p{ font-size:140px; }

.syth-t{ padding-bottom:20px}
/*
.syth-a{ min-height:490px; }
.syth-a h1{ margin-top:280px;}
*/

.bannerbox{ height:450px; }

.navbox ul li{ padding:0px 15px;}
.searchv{  right: 10px; }

.topmian{ height: 150px; }
.vabox{ height:155px; }
.cen{  top: 10px; }
.cen i{ width: 30px; height: 30px;}
.cen a{ line-height: 30px; font-size: 14px; }
.vtitle{ font-size: 38px; line-height: 40px; }
.vlogo{ position: absolute; right: 0; top: 25px; }
.vlogo img{ width:180px; }

.navbox ul{ display:inline-block; }
.navbox ul li a{ font-size:15px;}

.searchv i{ width:30px; height:30px; }

/*-- about --*/
.abone-a h1{ padding-left: 0; }
.abone-b i{ width:100%;}
.abone-b i img{ padding-bottom: 15px;}
.abone-b p{width:100%; padding-left: 0;}
.abtwo-a{ padding-left: 0;}
.abtwo-b i{ height: 450px; }
.abtwo-b p{ height: 225px;}

	
/*-- 详细页 --*/
.pro-t p{ width: 100%; }
.inprosearch{ width:100%; position:relative; float: left;}
.ban {width:100%;}
.t2{ padding-left:130px; padding-right: 0px; }
.t2:before{ display: none; }
.min_pic {width:120px; height:550px; }
.num { width:110px; }
.num ul li {width:100px; height:102px; }
.num ul li img {width:100px;}
.infoshow{ width:100%; padding-left: 0; }
.same-t{ padding: 60px 0px;}
	
}
/* xs */
@media (max-width: 767px) {
#wrapper {
    padding-left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
	height:0px;
}
#wrapper.toggled {}
#sidebar-wrapper {
    z-index: 99999;
    width: 100%;
    height: 0%;
    overflow-y: auto;
    overflow-x: hidden;
    background: #132334;
    -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:absolute;
  z-index: 100000;
  right:15px;
  top:28px;
  border:0;
}
.hamburger:hover,
.hamburger:focus,
.hamburger:active {
  outline: none;
}
.hamburger.is-closed:before {
  content: '';
  display: block;
  width: 100px;
  font-size: 14px;
  color: #FFF;
  line-height: 32px;
  text-align: center;
  opacity: 0;
  -webkit-transform: translate3d(0,0,0);
  -webkit-transition: all .35s ease-in-out;
}
.hamburger.is-closed:hover:before {
  opacity: 1;
  display: block;
  -webkit-transform: translate3d(-100px,0,0);
  -webkit-transition: all .35s ease-in-out;
}

.hamburger.is-closed .hamb-top,
.hamburger.is-closed .hamb-middle,
.hamburger.is-closed .hamb-bottom,
.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-middle,
.hamburger.is-open .hamb-bottom {
  position: absolute;
  left: 0;
  height: 4px;
  width: 100%;
}
.hamburger.is-closed .hamb-top,
.hamburger.is-closed .hamb-middle,
.hamburger.is-closed .hamb-bottom {
  background-color:#ffffff;
}
.hamburger.is-closed .hamb-top { 
  top: 5px; 
  -webkit-transition: all .35s ease-in-out;
}
.hamburger.is-closed .hamb-middle {
  top: 50%;
  margin-top: -2px;
}
.hamburger.is-closed .hamb-bottom {
  bottom: 5px;  
  -webkit-transition: all .35s ease-in-out;
}

.hamburger.is-closed:hover .hamb-top {
  top: 0;
  -webkit-transition: all .35s ease-in-out;
}
.hamburger.is-closed:hover .hamb-bottom {
  bottom: 0;
  -webkit-transition: all .35s ease-in-out;
}
.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-middle,
.hamburger.is-open .hamb-bottom {
  background-color:#ffffff;
}
.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-bottom {
  top: 50%;
  margin-top: -2px;  
}
.hamburger.is-open .hamb-top { 
  -webkit-transform: rotate(45deg);
  -webkit-transition: -webkit-transform .2s cubic-bezier(.73,1,.28,.08);
}
.hamburger.is-open .hamb-middle { display: none; }
.hamburger.is-open .hamb-bottom {
  -webkit-transform: rotate(-45deg);
  -webkit-transition: -webkit-transform .2s cubic-bezier(.73,1,.28,.08);
}
.hamburger.is-open:before {
  content: '';
  display: block;
  width: 100px;
  font-size: 14px;
  color: #fff;
  line-height: 32px;
  text-align: center;
  opacity: 0;
  -webkit-transform: translate3d(0,0,0);
  -webkit-transition: all .35s ease-in-out;
}
.hamburger.is-open:hover:before {
  opacity: 1;
  display: block;
  -webkit-transform: translate3d(-100px,0,0);
  -webkit-transition: all .35s ease-in-out;
}
.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:16px; color:#FFF; width:100%;}
.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:#2169a7; color:#FFF;
-moz-border-radius:3px; /* Firefox */
-webkit-border-radius:3px; /* Safari 和 Chrome */
border-radius:3px; /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
}

	
/*-- 头部 --*/
.topmian{ height: 75px;}
.headerline{ height: 4px; }
.vabox{ height:75px; background-size: cover; background-position: center; }
.vlogo{ left: 0; top: 18px; }
.vlogo img{ width:240px; }
.searchv{ right: 60px; top: 26px; }
.searchv i{ width:28px; height:28px;}
.search-show{ width:260px; height:50px;top:49px;}
#search_input1{ width:220px; height:48px; line-height:48px; }
#search_input2{ margin-top:13px;}
	
/*-- 轮播 --*/
.bannerbox{ height:320px; }	
.inban i{ height: 150px;}

	
/*-- syone --*/
.syone{ padding-top:20px; }
.syone-at{ padding:20px 0px;}
.syone-at h1{ line-height:30px; font-size:20px; }
.syone-at h1 span:before{ width:7px; height:7px; }
.syone-at p{ font-size:16px; line-height:20px;}
.syone-b i{ width:100%; }

.syone-bbox{ width:100%; padding:10px; bottom:-10%; position:relative; float: left; }
.syone-bbox h1{ font-size:17px; padding:5px 0px;}
.syone-bbox a{ width:auto; padding:0px 25px; height:30px; line-height:30px; font-size:13px; margin-top:10px;}

.syone-c{ width:100%; height:auto; float:left; margin-top:10px; padding: 0px 10px; }
.syone-c .col5{ width:41.5%; float:left; padding:5px;}
.syone-c .col7{ width:58.5%; float:left; padding:5px;}

.syone-ccb{ width:85%; bottom:-50px; padding:10px}
.syone-ccb h1{ font-size:17px; padding:5px 0px;}
.syone-ccb a{ width:auto; height:30px; line-height:30px; font-size:12px; margin-top:5px; padding: 0px 10px; }
#syone-ccb{ width:80%; padding:10px;}

/*-- sytwo --*/
.sytwo{ padding:130px 0px 70px;}
.sytwo-words{ top:110px; font-size:50px; line-height:70px; }
.sytwo-a p{ font-size:14px; line-height:22px; padding:0px 10px; }
	
.sytwo-a a{ width:220px; margin-top:30px; }
.sytwo-a a span{ font-size:13px; }
.sytwo-a a i{ background-size:8px; width:30px; height:30px; top: 10px;}
	
/*-- syth 
.syth-t{ padding-bottom:100px}
	--*/
.syth{ padding:0px 0px 20px; }
.syth-t{ padding-bottom:30px}
.syth-t h1{ font-size:18px; padding:0px; }
.syth-t p{ top:-20px; left:0; font-size:120px; }
	
/*
.syth-a{ width:95%; min-height:80px; padding-bottom: 20px; }
.syth-a i{ top:0px; position: relative; float: left; margin-top: -50px;}
.syth-a h1{ margin-top:25px; font-size:16px; line-height:20px;}
.syth-a p{ font-size:14px; line-height:20px; }
.syth-a a{ width:auto; height:30px; margin-top:15px; font-size:13px; line-height:30px; padding: 0px 15px;}
*/
.syth-a{ width:95%; padding-bottom: 20px; }
.syth-a h1{ margin-top:15px; font-size:16px; line-height:20px;}
.syth-a p{ font-size:14px; line-height:20px; padding: 0px; }
.syth-a a{ width:auto; height:30px; margin-top:10px; font-size:13px; line-height:30px; padding: 0px 15px;}

/*-- 导航loc --*/
.locbox{ padding:10px;}
.locbox ul li{ font-size:13px;}
.locbox ul li i{ font-size:13px; }
.locbox a{ font-size:13px;}

/*-- about --*/
.abone{ width:100%; height: auto; float: left; padding: 20px 0px;}
.abone-a h1{ width:100%; font-size: 20px; line-height: 30px; padding-left:0; padding-bottom: 10px; }
.abone-a p{ width:100%; font-size: 15px; line-height: 28px;}
.abone-b{ padding:0;}
.abone-b i{ width:100%; padding: 15px 0px }
.abone-b p{width:100%; padding-left:0; font-size: 15px; line-height: 28px;}

.abtwo{ padding:40px 0px;}
.abtwo-a{ padding-left: 0;}
.abtwo-a h1{ font-size: 20px; line-height: 30px; padding-bottom: 0;}
.abtwo-a p{ font-size: 15px; line-height: 28px; padding: 10px 0px;}

.abtwo-b{ padding: 15px 0px;}
.abtwo-b i{ width:100%; height: 300px; }
.abtwo-b p{ width:100%; height: auto; }
.abtwo-b p span{ width: 100%; padding:15px; font-size: 15px; line-height: 28px;}

/*-- 产品中心 --*/
.pro-t h1{ font-size: 20px; line-height: 40px; color:#000 ; }
.pro-t h1.cnpro-t{font-size: 20px; }
.pro-t p{ width: 100%; font-size: 14px; line-height: 22px; padding: 5px 0px; }

.sortnav{ padding:20px 0px 70px; }
.sortnav p{ height:auto; padding: 15px 0px; }
.sortnav p span{ font-size:18px; }

/*-- 产品内页 --*/
.prosearch{ width:100%; margin-top: 5px; }
.prosearch .psearch{ margin-top:0px; }
#search_input3{width:85%; }

.insortnav{ padding: 20px 0px;}
.insortnav ul{ width:100%; }
.insortnav ul li{ width:33.3%; margin-right: 0;}
.insortnav ul li a{ width: 100%; height:55px; font-size: 14px; padding: 0px ; text-align: center; }

.probox{ padding: 0px 10px 60px;}
.cpname h1{ width:100%; height: 60px; padding: 0px 10px; font-size:13px; line-height: 20px;}

#probox p{ height: 30px; }
#probox p span{ font-size:13px;}
	
/*-- page --*/
.page{ padding:20px 0px 0px;}
.pagination ul li{ margin-right:5px;}
.pagination ul li a{ font-size:14px; padding:3px 8px; }
#prev:before{ top: 10px; }
#next:before{ top: 10px; }

/*-- 详细页 --*/
.inprosearch{ width:100%; position:relative; float: left; margin-top: 5px;}

.inpro-b{ padding: 10px 0px; }
.ban {width:100%; }
	
.t2{ padding-left:60px; padding-right: 0px; }
.t2:before{ display: none;}

.min_pic {width:50px; height:500px; }
.num { width:50px; margin-left:0;}
.num ul li {width:50px; height:52px; margin:0px 0px 5px; }
.num ul li img {width:50px;}

.infoshow{ width:100%; padding-left: 0px; }
.cpn ul li { width:33.33%;}
.cpn ul li a{ text-align: center; width: 100%; padding: 13px 0px; }
.cpn ul li svg{ width:25px; height: 25px; }

.incpname{ width:100%; margin-right: 0;}
.incpname h1{ font-size: 17px; padding:15px; line-height: 28px;}
.inshow-b ul li{ padding: 15px 10px; font-size: 17px; }

.samebox{ padding: 40px 0px;}
.same-t{ padding: 25px 0px;  }
.same-t h1{font-size:20px; line-height: 30px;}
.same-all{ padding: 20px 0px;}
	
/*-- download --*/
.download{ padding:30px 0px 70px;}
.ddone{ margin: 0px 13%; }
.ddshow ul li{ width: 80%; padding: 30px 0px;}
.ddshow ul li i img{ width:25%; }
.ddshow ul li p{ font-size: 16px; }

.ddone:hover>i img{
transform: scale(1.04);
-webkit-transform: scale(1.04);
-moz-transform: scale(1.04);
transition: 0.6s;-webkit-transition: 0.6s;-moz-transition: 0.6s;
}

.ddone:hover .ddbg{
visibility:visible;
filter:alpha(opacity=50);   
-moz-opacity:0.5;   
-khtml-opacity:0.5; 
opacity:0.5; 
transition: 0.6; -webkit-transition: 0.6s;-moz-transition: 0.6s;
}

.ddone:hover .ddshow{
visibility:visible;
filter:alpha(opacity=100);   
-moz-opacity:1;   
-khtml-opacity:1; 
opacity:1; 
transition: 0.6; -webkit-transition: 0.6s;-moz-transition: 0.6s;
}

.ddone:hover .ddshow a:hover p{text-decoration: underline; transition: 0.6; -webkit-transition: 0.6s;-moz-transition: 0.6s;}

/*-- contact --*/
.conta{ padding: 20px 0px;}
.conta ul li{ padding: 10px 10px; }
.conta ul li i img{ width: 120px;}
.conta ul li p{ font-size:18px; line-height: 32px; padding: 10px 0px;}

.contb-l{ width:100%; padding-right:0;}
.contb-r{ width:100%; }
.contb-rt{ padding-top: 25px;}
.contb-rt h1{ font-size: 20px; line-height: 30px; }

#button{ width:160px; }

/*-- 地图 --*/
.mapB{ padding-top:30px; }


/*-- 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:1px solid #212121;
background: linear-gradient(top, #005387, #242424);
background: -ms-linear-gradient(top, #005387, #242424);
background: -webkit-linear-gradient(top, #005387, #242424);
background: -moz-linear-gradient(top, #005387, #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=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,#adcfe5, #adcfe5);
background: -ms-linear-gradient(top,#adcfe5, #adcfe5);
background: -webkit-linear-gradient(top,#adcfe5, #adcfe5);
background: -moz-linear-gradient(top,#adcfe5, #adcfe5);
}
.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 #adcfe5;
}

/*-- 登录图标 --*/
.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;}
.plra15{ padding:10px 15px;}
.plr60{ padding:5px}
.plras15{ padding:5px;}
.plrx5{ padding:0px 5px;}
}

/* XS Portrait */
@media (max-width: 480px) {
.bannerbox{ height:220px; }	
.hamburger { top:24px;}

/*-- sytwo 
.syth-t{ padding-bottom:70px}
	--*/
.sytwo-words{ font-size:40px; }
.syth-t p{ font-size:80px; }
.syth-t{ }
	
.flickity-prev-next-button.previous { left: 3%; }
.flickity-prev-next-button.next { right: 3%; }
.flickity-prev-next-button { width: 30px;height: 30px;}

/**/
.min_pic { height:280px; }

/*-- 轮播 --*/
.inban i{ height: 120px;}

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

@media (max-width: 420px) {

}

@media (max-width: 380px) {

}

@media (max-width: 360px) {

}

@media (max-width: 330px) {

}


