@media (max-width: 1490px) {

}

@media (max-width: 1460px) {

}

@media (max-width: 1280px) {

}

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

@media (max-width: 1200px) {

}

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

}

@media (max-width: 1100px) {

}

@media (max-width: 1080px) {
/*-- 产品中心 --*/
.proL{ padding-right:20px;}
.list ul li p span{ font-size:14px; }

}

/*ipad*/
@media (min-width: 992px) and (max-width: 1199px) {

}

@media (min-width: 768px) and (max-width: 991px) {
.min_pic { position:relative; left:0; bottom:0; float:left; margin-top:10px;}
.num { height:85px; }
.num ul li {width:100px;}
.num ul li img { height:80px; }
}

/* xs */
@media (max-width: 767px) {
.navbar{ padding:0px;}
#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;
}

#wrapper.toggled {
}

#sidebar-wrapper {
    z-index: 99999;
    width: 100%;
    height: 0%;
    overflow-y: auto;
    overflow-x: hidden;
    background: #434343;
    -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         */
/*-------------------------------*/
.phone-title{ width:100%; height:52px; float:left;
background: linear-gradient(bottom, #1a1a1a, #242424);
background: -ms-linear-gradient(bottom, #1a1a1a, #242424);
background: -webkit-linear-gradient(bottom, #1a1a1a, #242424);
background: -moz-linear-gradient(bottom, #1a1a1a, #242424);
}
.phone-title-fix{width:100%; height:52px; position: fixed; z-index:99999;
background: linear-gradient(bottom, #1a1a1a, #242424);
background: -ms-linear-gradient(bottom, #1a1a1a, #242424);
background: -webkit-linear-gradient(bottom, #1a1a1a, #242424);
background: -moz-linear-gradient(bottom, #1a1a1a, #242424);
}
.phome-top-name{ width:100%; text-align:center; float:left; overflow:hidden; color:#FFF; text-overflow:ellipsis; white-space:nowrap; padding:0px 16%; font-size:15px;}
.phome-top-name i{ display:inline-block; height:52px; padding-top:11px;}
.phome-top-name i img{ height:32px;}

.hamburger {
  position: fixed;
  top: 11px;
  right: 10px;  
  z-index: 9999999;
  display: block;
  width: 32px;
  height: 32px;
  margin-left: 15px;
  background-color: transparent;
  border: none;
}
.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: #FFF;
}
.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: #fff;
}
.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:#d7d08e; color:#FFF;
-moz-border-radius:3px; /* Firefox */
-webkit-border-radius:3px; /* Safari 和 Chrome */
border-radius:3px; /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
}

/*-- 首页搜索 --*/
.headerbox{ padding:5px 0px;}
.topsearch{ position:relative; right:0; top:0; width:100%; height:auto; float:left; }
#search_inputt1{ height:42px; width:83%; line-height:42px; }
#search_inputt2{ width:17%; height:42px; background-position:center;}

/*-- syone --*/
.syone-a{ padding:40px 0px; }
.syone-a p{ width:100%; font-size:13px; line-height:20px;}
.syone-bt h1{ font-size:20px; line-height:30px;}
.syone-bshow{ padding:20px 0px 40px;}

/*-- sytwo --*/
.sytwo{ padding:30px 0px;}
.sytwo-at{ width:100%; height:auto; float:left; position:relative;}
.sytwo-at h1{ font-size:20px; line-height:30px; }
.sytwo-anav ul{ float:left; padding-top:10px;}
.sytwo-anav ul li{ float:left; padding:0 15px;}
.sytwo-anav ul li a{ line-height:40px; font-size:15px; }
.sytwo-anav ul #ens{ float:left; padding:0 2px; width:25%; display:table;}
.sytwo-anav ul #ens a{ line-height:12px; font-size:0.7em; height:40px; display:table-cell; width:100%; vertical-align:middle; text-align:center; }

.sytwo-b .tab-pane ul li{ width:50%; margin-top:10px;}
.sytwo-b .tab-pane ul li p{ font-size:13px; padding-top:5px;}
.sytwo-b .tab-pane ul li p span{ height:25px; }

/*-- syth --*/
.syth{ padding:30px 0px;}
.syth-t{ padding:25px 0px;}
.syth-t h1{ font-size:20px; }
.syth-ainfo{ padding:15px 10px 20px;}
.syth-ainfo h1{ font-size:14px; }
.syth-ainfo h1 span{ height:50px; vertical-align:top;}
.syth-ainfo p{ font-size:12px;}
.syth-ainfo i{ font-size:12px; line-height:20px;}

/*-- syfo --*/
.syfo{ padding-bottom:50px; }
.syfo-t{ padding:25px 0px;}
.syfo-t h1{ font-size:20px; }
.syfo-a{ height:250px;}
.syfo-a a{ padding:0px 20px; }
.syfo-a h1{ font-size:16px; padding-bottom:15px; line-height:25px; margin-top:90px; }
.syfo-a h1:before{ height:2px; }
.syfo-a p{ margin-top:10px; font-size:15px; line-height:20px;}

/*-- inban --*/
.inban{ height:150px; }
.inban h1{ top:50px; font-size:18px; }
.inban h1.cn{ font-size:18px; }
.inban p{ top:80px; font-size:15px; }

/*-- 关于我们 --*/
.ab-t h1{ font-size:20px; line-height:30px; padding:10px 0px 2px; margin-top:35px;}
.ab-t h2{ font-size:15px; line-height:25px; letter-spacing:0;}
.ab-t p{ font-size:12px; line-height:20px;}
.ab-a{ padding:20px 0px;}
.ab-a p{ font-size:14px; line-height:24px;}
.abtwo{ height:100px; }
.abth{ padding:30px 0px;}
.abth-a h1{ font-size:20px; line-height:30px; padding:10px 0px;}
.abth-a p{ font-size:14px; line-height:24px;}
.abth-b{ padding:10px 0px;}
.abth-bl{ width:100%; padding-left:10px; padding-right:0; }
.abth-bl:before{ width:3px; height:30px;}
.abth-bl h1{ font-size:15px; line-height:25px;}
.abth-bl p{  font-size:13px; line-height:25px; padding-bottom:10px;}
.abth-br{ width:100%; padding-top:0px; }
.abfo{ padding-bottom:80px; }
.abfo-t{ padding:20px 0px;}
.abfo-t h1{ font-size:20px; line-height:28px; }
.abfo-show .a1{ width:100%; }
.abfo-show .a2{ width:54%; }
.abfo-show .a3{ width:46%; }
.abfo-show .a4{ width:100%; }
.abfo-show .a5{ width:100%; }
.abfo-show i{ width:100%; height:auto; float:left; padding:3px;}
.abfo-show i img{ width:100%; }


/*-- 产品中心 --*/
.products{ padding:20px 0px 0px;}
.pro-t{ padding:20px 0px 0px;}
.pro-t h1{ font-size:20px; }
.pro-t h1 i{ height:50px; top:-10px; background-size:45px }
.cpsearch{ width:90%; margin:10px 5%; }
#search_inputc1{ height:40px; line-height:40px; font-size:14px;}
#search_inputc2{ height:40px; background-size:20px; }

.probox{ padding:0px; }
.proL{ width:100%; padding:10px 10px 30px;}
.list{ padding:0px }
.list ul li{ margin-top:5px; }

.list ul li i{ width:25%; height:70px; background-size:auto 50px; }
.list ul li p{ width:72%;  }
.list ul li p span{ height:70px; }
.list ul li em{ position:absolute; right:-10px; top:22px; width:25px; height:25px; background-size:25px;}
.list ul li .inactive .ice{ top:19px; }
.list ul li .inactives .ice{ top:19px; }
.list ul li:hover em{ background-size:25px;}
.list ul li.son em{ background-size:25px;}

.proL-info{ min-height:auto; padding-bottom:50px; }
.proL-info i{ padding-top:20px;}
.proR{ width:100%; padding:10px;}
.proR-t{ padding:10px;}
.proshow{ padding:0px;}
.cpone h1{ font-size:12px;  margin-top:5px; }

/*-- locbox --*/
.locbox{ padding:5px 0px; font-size:14px; margin-top:0px;}
.locbox i{ font-size:14px; padding:0px 5px;}
.locbox a{ font-size:14px; }

/*-- 产品详细 --*/
.inpro{ margin-top:10px;}
.insort-t{ width:100%; position:relative; top:0px;}
.insort-t h1{ width:80%; font-size:18px; padding:30px 0px 0px; }
.insort-t h1 span{ height:auto;}
.insort-t a{ font-size:15px; line-height:25px; margin-top:0px; position:absolute; right:0; top:22px; }
.insort-t a:hover{ padding:0px;}
.ban{ padding:20px 0px}
.banl{ width:100%; }
.min_pic { position:relative; left:0; float:left; margin-top:8px;}
.num { height:70px; }
.num ul li {width:80px; margin-right:5px; }
.num ul li img { height:55px; }
.banr{ width:100%; padding-left:0; padding-top:10px;}
.br-a h1{ font-size:22px; line-height:25px; }
.br-b{ padding-top:0px;}
.br-b p{ line-height:30px; }
.br-c p{ line-height:30px;}
.br-c p span{ width:100%; }
.br-c p span img{ width:auto; max-width:100%;}

.samebox{ padding:40px 0px;}
.same-t h1{ font-size:15px; line-height:40px; }
.same-show{ padding:10px 0px 20px;}


/*-- 新闻中心 --*/
.newsbox{ padding:10px 0px;}
.newsone{ height:auto; padding:10px 0px;}
.newsL{ width:100%; height:auto; }
.newsL img{ width:100%; height:auto;}
.newsR{ width:100%; height:auto; margin-left:0;}
.newsR .title{ padding:20px 0px; }
.newsR .title h1{ font-size:16px; }
.newsR .ninfo{ height:auto; font-size:13px; line-height:20px; }
.newsR .nbtn{ float:left; font-size:13px;}

/*-- 新闻详细内容 --*/
.in-newsbox_title { padding:10px 0px; font-size:19px; margin-top:15px;}
.in-newsbox_info ul li{ font-size:15px; }
.in-newsbox_info span{ font-size:15px;}
.in-newsbox_content{ font-size:14px; line-height:25px;}

.pagesl{ width:100%; float:left;}
.pagesl p{ font-size:13px;}
.pagesr p{ font-size:13px;}
.pagesr{ width:100%; float:left; text-align:left;}
.pagesl a{ font-size:13px;}
.pagesr a{ font-size:13px;}

/*-- page --*/
.page{ padding-top:0px; padding-bottom:60px;}
.pagination ul li a{ font-size:12px; min-width:20px; padding:0px 5px; height:22px; line-height:20px; }

/*-- 服务中心 --*/
.spnav{ padding:10px 0px;}
.spnav a{ margin:4px 0px; width:90%; padding:10px; line-height:20px; font-size:14px; 
-moz-border-radius: 10px; /* Firefox */
-webkit-border-radius: 10px; /* Safari 和 Chrome */
border-radius: 10px; /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
}
.sup-a{ width:100%; height:auto; float:left; padding:25px 0px 10px; }
.sup-al{ width:100%; }
.sup-ar{ width:100%; padding-left:0;}
.sup-ar h1{ padding:15px 0px 10px; font-size:18px; line-height:25px;}
.sup-ar p{ font-size:14px; line-height:22px;}

.sup-b{ padding:10px 0px; }
.sup-br{ width:100%; }
.sup-bl{ width:100%; padding-right:0;}
.sup-bl h1{ padding:15px 0px 10px; font-size:18px; line-height:25px;}
.sup-bl p{ font-size:14px; line-height:22px; padding:5px 0px;}
.sup-c{ padding-bottom:60px;}
.sup-cone{ width:100%; padding:10px 0px 5px;}
.sup-cone p{ min-height:auto; }
.sup-cone p.cn{ min-height:auto; }

/*-- --*/
.ser-a{ padding:30px 0px;}
.ser-a h1{ font-size:20px; line-height:25px; }
.ser-a p{ padding:10px 0px; font-size:15px; }
.ser-a i img{ width:30px;}
.ser-a span{ font-size:24px; line-height:30px; padding:0px 10px;} 
.ser-ba{ height:auto; margin-top:10px; padding:40px 0px 30px; }
.ser-ba i{ padding-top:0px;}
.ser-ba p{ font-size:15px; padding-top:5px;}
.ser-ba i img{ width:50px;}
.ser-c{ padding:50px 0px;}	
.ser-cone h1{ font-size:17px; }
.ser-cone p{ padding:15px 0px 30px; font-size:15px; line-height:22px;} 

/*-- download --*/
.book-up{ padding:40px 40px 80px; }
.bookimg{ width:100%; height:auto; float:left; }
.bookname{ width:100%; padding:10px 0px; }
.bookname h1{ font-size:17px; padding:10px 0px; }
.bookname p{ line-height:20px; margin-top:0px; font-size:15px; }
.bookname p i{ width:20px; height:20px; background-size:auto 15px;}

/*-- 联系我们 --*/
.cont-a{ padding:35px 0px; }
.cont-ao i img{ width:35px;}
.cont-ao p{ font-size:15px; line-height:25px; padding:15px 0px;}
.posr .cont-ao:before{ display:none;}
.cont-b{ padding:0px 0px 60px;}
.feedl{ width:100%; padding-left:0px; padding-top:35px;}
.feedl .p1{ font-size:18px; line-height:25px; }
.feedl .p2{ font-size:15px; line-height:25px;}
.crrbtn{ margin-top:10px;}
.feedr{ width:100%;}

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

/*-- foot --*/
.footB{ padding-bottom:50px;}
.footdown{ padding:20px 0px; font-size:12px; line-height:23px; margin-top:0px; border-top:0px;}
.footdown span{ width:100%; text-align:center; padding:0; float:left;}
.footdown span a{  }

/*-- 手机搜索 --*/
#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, #1a1a1a, #242424);
background: -ms-linear-gradient(top, #1a1a1a, #242424);
background: -webkit-linear-gradient(top, #1a1a1a, #242424);
background: -moz-linear-gradient(top, #1a1a1a, #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, #e7e3c3, #e7e3c3);
background: -ms-linear-gradient(top, #e7e3c3, #e7e3c3);
background: -webkit-linear-gradient(top, #e7e3c3, #e7e3c3);
background: -moz-linear-gradient(top, #e7e3c3, #e7e3c3);
}
.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 #e7e3c3;
}

/*-- 登录图标 --*/
.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:#f4f3ea; 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:#000; 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;}
.plra5{ padding:2px;}
.plrx10{ padding:0px 10px;}
.plra12{ padding:5px;}
.plr5{ padding:5px 2px;}
}

/* XS Portrait */
@media (max-width: 480px) {
/*-- sytwo --*/
.sytwo-anav ul li{ padding:0 10px;}
.sytwo-anav ul li a{ font-size:13px; }

.syfo-a{ height:170px;}
.syfo-a h1{ font-size:14px; margin-top:50px; line-height:16px; }
.syfo-a p{ font-size:12px; }

/*-- inban --*/
.inban{ height:110px;}
.inban h1{ top:38px; font-size:16px; }
.inban h1.cn{ font-size:16px; }
.inban p{ top:65px; font-size:13px; }

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

/*-- syfo --*/
.syfo-a h1.ens{ font-size:12px; line-height:13px;}

}

@media (max-width: 420px) {

}

@media (max-width: 380px) {

}

@media (max-width: 360px) {

}

@media (max-width: 330px) {

}


