@media(max-width: 1780px) {
.in-box{ height:370px;}
}
@media (max-width: 1680px) {

}
@media (max-width: 1630px) {
.in-box{ height:300px;}
}
@media (max-width: 1530px) {
/*-- syone --*/
.syone-t .p2{ font-size:46px; line-height:46px; }

.syone-show{ height:520px;}
.syol{ width:13%; }
.syom{ width:74%;}
.syor{ width:13%; }

/*-- sytwo --*/
.sytwo-r .p1{ font-size:46px; line-height:46px;}

/*-- syfour --*/
.syfour-t .p2{ font-size:46px; line-height:46px;}

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

}
@media (max-width: 1360px) {
.md{ width:100%;}
.in-box{ height:280px;}

/*-- 头部 --*/
.logobox{ background-size:100%; }
.xspan{ right:-70px; }
.nntwo{ margin-left:30px;}

/*-- 导航 --*/
.navtwo ul li{ padding-left:20px; }
.navtwo ul li a{  font-size:15px;}

/*-- 搜索 --*/
#search_input1{ width:60%; margin-left:15%; }

/*-- foot --*/
.footupL{ width:43%; padding-right:3%;}
.footupR{ width:57%;}
.fr-nav a{ padding:0px 2%;}

/*-- syfour --*/
.idsimg_box{ padding:20px 10px; }

}
@media (max-width: 1300px) {
.cmd{ width:100%;}

/*-- syth --*/
.syth-w{ font-size:100px; line-height:100px;}

/*-- 历史 --*/
.hrbox .p1{ width:100%; padding-right:0%; height:auto;}
.hrbox .p2{ width:100%; height:auto;}
.hlbox .p1{ width:100%; padding-right:0%; height:auto;}
.hlbox .p2{ width:100%; height:auto;}

}
@media (max-width: 1230px) {
.symd{ width:100%;}
.in-box{ height:270px;}

/*-- 导航 --*/
.navtwo ul li{ padding-left:15px;}
.navtwo ul li a{ font-size:15px; padding:0px 8px;}

.navtwo ul li a i.p1{ left:-37px; 
border-left:45px solid transparent;
}
.navtwo ul li a i.p2{ right:-37px;
border-right:45px solid transparent;
}
.navtwo ul li a i.p3{
transform:rotate(23deg);
-webkit-transform:rotate(23deg);
-moz-transform:rotate(23deg);
}
.navtwo ul li a i.p4{ 
transform:rotate(23deg);
-webkit-transform:rotate(23deg);
-moz-transform:rotate(23deg);
}
.navtwo ul li a:hover i.p3{
transform:rotate(23deg);
-webkit-transform:rotate(23deg);
-moz-transform:rotate(23deg);
}
.navtwo ul li a:hover i.p4{
transform:rotate(23deg);
-webkit-transform:rotate(23deg);
-moz-transform:rotate(23deg);
}

/**/
.syone-show{ height:470px;}

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



}
@media (max-width: 1170px) {
/*-- syth --*/
.syth-w{ font-size:90px; line-height:90px;}
.syth-img{ margin-top:-25px;}

.in-box{ height:240px;}
}
/* md */
@media (max-width: 1130px) {
/*-- foot --*/
.footupL{ width:40%; padding-right:3%;}
.footupR{ width:60%;}
}

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

/*ipad*/
@media (max-width: 1080px) {
/*-- 导航 --*/
.nnone .p1{ float:left; margin-right:8px;}
.nnone .p1 i{ font-size:16px; padding:0px 3px;}
.nnone .p1 span{ font-size:14px;}
.nnone .p2 i{ font-size:16px; padding:0px 3px;}
.nnone .p2 span{ font-size:14px;}
.nntwo{ margin-left:20px;}

/*-- 导航 --*/
.navtwo ul li{ padding-left:15px;}
.navtwo ul li a{ font-size:13px; padding:0px 8px;}

/*-- syth --*/
.syth-w{ font-size:80px; line-height:80px;}
.syth-img{ margin-top:-20px;}
}
@media (min-width: 992px) and (max-width: 1199px) {

}
@media (min-width: 768px) and (max-width: 991px) {
.in-box{ height:200px;}

/*-- 导航 --*/
.navtwo ul li{ padding-left:8px;}
.navtwo ul li a{ padding:0px 5px;}
.navtwo ul li a i.p1{ left:-40px; }
.navtwo ul li a i.p2{ right:-40px; }

/*-- syth --*/
.syth-w{ font-size:68px; line-height:68px;}
.syth-img{ margin-top:-15px;}

/*--  --*/
.syone-show{ height:430px;}
.syol{ width:10%; }
.syom{ width:80%;}
.syor{ width:10%; }

/*-- foot --*/
.footupL{ width:47%; padding-right:0%;}
.footupR{ width:100%;}
}
@media (min-width: 768px) and (max-width: 800px) {

}

/* 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;
}

#wrapper.toggled {
    padding-left: 220px;
}

#sidebar-wrapper {
    z-index: 99999;
    left: 220px;
    width: 0;
    height: 100%;
    margin-left: -220px;
    overflow-y: auto;
    overflow-x: hidden;
    background: #333333;
    -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 {
    width: 220px;
}

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

#wrapper.toggled #page-content-wrapper {
    position:relative;
    margin-right: -220px;
}

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

.sidebar-nav {
    position: absolute;
    top: 20px;
    width: 220px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-nav li {
    position: relative; 
    line-height: 32px;
    display: inline-block;
    width: 100%;
	padding:8px 5px;
	border-bottom:1px solid #e4e4e4;
}

.sidebar-nav li:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    height: 100%;
    width: 0px;
    background-color:#3496d8;
    -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 10px 5px 10px;
	font-size:16px;   
}
.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:#333333;
    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;}


/*-------------------------------*/
/*       Hamburger-Cross         */
/*-------------------------------*/
.phone-title{ width:100%; height:47px; float:left;
background: linear-gradient(bottom, #3496d8, #3496d8);
background: -ms-linear-gradient(bottom, #3496d8, #3496d8);
background: -webkit-linear-gradient(bottom, #3496d8, #3496d8);
background: -moz-linear-gradient(bottom, #3496d8, #3496d8);
}
.phone-title-fix{width:100%; height:47px; position: fixed; z-index:99999;
background: linear-gradient(bottom, #3496d8, #3496d8);
background: -ms-linear-gradient(bottom, #3496d8, #3496d8);
background: -webkit-linear-gradient(bottom, #3496d8, #3496d8);
background: -moz-linear-gradient(bottom, #3496d8, #3496d8);
}
.phome-top-name{ width:100%; text-align:center; float:left; line-height:47px; overflow:hidden; color:#FFF; text-overflow:ellipsis; white-space: nowrap; padding:0px 16%;}
.phome-top-name i img{ height:42px; margin-top:0px; padding-right:5px;}
.xscen{ position:absolute; top:11px; right:3px; line-height:20px; background:#2e3192; padding:3px 6px 4px;
 font-size:12px; color:#FFF;z-index:99999;
-moz-border-radius: 5px; /* Firefox */
-webkit-border-radius: 5px; /* Safari 和 Chrome */
border-radius: 5px; /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
}
.xscen a{ color:#FFF;}
.xscen img{ width:23px;}
.hamburger {
  position: fixed;
  top: 9px;  
  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-----------------------------------*/
.Rbox{ padding-left:0%;}
.cnfonts44{ font-size:22px;}
.enfonts44{ font-size:22px;}
.cnfonts18{ font-size:15px;}

/*-- syone --*/
.syone{ padding:15px 0px; }
.syone-t{padding:20px 0px;}
.syone-t .p1{ font-size:13px; line-height:14px;}
.syone-t .p2{ font-size:22px; line-height:22px;}
.syone-show{height:auto;}

.syom{ width:100%; height:auto; background-color:#eeeeee;}
.syom-a{ width:50%; height:280px; }
.syom-a-name{ padding:15px; }
.syom-a-name .p1{ font-size:14px; line-height:18px;}
.syom-a-name .p2{ font-size:12px; line-height:16px; }

.syom-b{ width:50%; height:auto;}
.syom-b1{ height:140px; }

.syom-b2{ height:140px; }

.syom-c{width:100%; height:auto; }
.syom-c1{ width:50%; height:130px; }

.syom-c2{ width:50%; height:130px; }
.syom-c2 span{ width:100%;height:130px;}

/*-- sytwo --*/
.sytwo{ padding:30px 0px;}
.sytwo-l{ width:100%;}
.sytl-img{ width:95%; height:210px;}
.sytl-line{ width:5%; height:210px; }
.sytl-line img{ height:210px;}

.sytwo-r{ width:100%; padding-left:0px;}
.sytwo-r .p1{ font-size:22px; line-height:22px; margin-top:15px;}
.sytwo-r .p2{ font-size:13px; line-height:14px;}
.sytwo-r .p3{ padding:20px 0px; line-height:25px; }
.sytwo-r .p4{  margin-top:0px;}
.sytwo-r .p4 a{ width:100px; }

/*-- syth --*/
.syth-w{ font-size:34px; line-height:34px;}
.syth-img{ width:100%; height:auto; float:left; margin-top:-13px;}
.syth-img .p1{ visibility:visible;filter:alpha(opacity=100); -moz-opacity:1; -khtml-opacity:1; opacity:1;}
.syth-img .p1 table{  font-size:13px;}

/*-- syfour --*/
.syfour-t{ padding:30px 0px 10px;}
.syfour-t .p1{ font-size:13px; line-height:14px;}
.syfour-t .p2{ font-size:22px; line-height:22px;}

.idsimg_box{ padding:5px; }

.idsimg span{ height:120px; }
.idsimg_box p{ padding:0px; float:left; width:100%;}
.ids1{font-size:14px; line-height:22px; height:40px; margin-top:10px; margin-bottom:5px;}
.ids2{font-size:12px; height:40px; padding:5px 0px; line-height:20px;}
.ids3{ height:40px; margin-top:10px;}

/*-- banner --*/
.in-box{ height:70px; }

/*-- locbox --*/
.locbox{ font-size:14px; line-height:25px; padding:13px 0px 10px;}
.locbox i{ padding:0px 10px; background-size:10px; }
.locbox a{ font-size:14px;}
 
/*-- 关于我们 --*/
.ab-info{ font-size:15px; line-height:30px; padding:10px 0px;}

.abnav{ height:50px; }
.abn-one{ padding:0px; width:20%; height:50px; font-size:14px;}
.abn-one table{ text-align:center; height:50px; }
.abn-one:hover i{ height:50px; }
#abn i{ height:50px; }

.abn-line{ width:1px; height:19px; background:#c9c9c9; float:left; margin:28px 3px 0px;}
.ab-himg{ width:100%; height:auto; float:left; padding:20px 0px;}

/*-- 历史 --*/
.histop { height:25px;}
.his{ margin-top:20px;}
.histop img{ width:25px;}
.hisd{height:auto;}
.hisr{height:auto; padding-left:20px; padding-bottom:10px;}
.hrbox{ padding:10px; }
.hrbox i{ width:15px; height:15px;  left:-8px; top:43%; }
.hrbox .p1{ width:100%; padding-right:0%; height:auto; font-size:20px; text-align:center;}
.hrbox .p2{ width:100%; height:auto; font-size:13px; }
.hisl{ padding-right:20px; padding-bottom:10px;}
.hlbox{ padding:10px; }
.hlbox i{width:15px; height:15px; left:-8px; top:43%; }
.hlbox .p1{ width:100%; padding-right:0%; height:auto; font-size:20px; text-align:center;}
.hlbox .p2{ width:100%; height:auto; font-size:13px; }

/*-- 案例 --*/
.caseone{ margin-top:10px;}
.case-img{ padding:3px; }
.case-name{ height:35px; font-size:13px;}

/*-- 招聘 --*/
.jobone{ margin-top:20px; padding:10px;}
.jobone .p1{ width:100%; height:auto; font-size:16px; padding-bottom:5px;}
.jobone .p2{ width:100%; height:auto; font-size:13px; }
.jobone .p2 i{ width:22px; height:28px;}
.jobone .p2 span{ height:30px; line-height:30px;}
.jobone .p3{ width:100%; height:auto; font-size:14px; padding-bottom:5px;}

/*-- 产品中心 --*/
.proL{ width:100%;}
.pronav{ margin:0px 0px 20px;}
.pronav ul li{ font-size:14px; }
.proR{ width:100%; padding-left:0px;}
.prosearchbox{height:auto;background:#FFF;}
.psearch{ width:100%; height:40px; margin-right:0px;}
#search_input4{ height:40px; line-height:40px; font-size:14px; }
#search_input3{ width:40px; height:40px;}
.cpall{ padding:0px 15px;}
.cpname{ height:40px; }
.cpname table{ font-size:14px;}

/*-- 详细页 --*/
.pinfo{ margin-top:10px;}
.ban {width:100%; padding-right:0px;}
.banr{ width:100%; padding-left:0px;}
.cpt{ margin-top:10px; padding:10px 0px;}
.cpt2{  min-height:50px; padding:10px 0px;}

/*-- 相同产品 --*/
.same-show{ padding:0px 15px;}
.same-t span{ width:120px; height:40px; line-height:45px;}

/*-- 新闻 --*/
.newsbox-t{ font-size:18px; line-height:30px; padding:20px 0px; margin-top:10px;}
.news{ margin-top:10px;}
.newsone{height:auto; margin-bottom:15px;}
.newsdate{ width:30%;}
.nd-y{font-size:20px; margin-top:23%;}
.nd-d{ }
.nd-m{  font-size:26px;}
.nd-m span{ font-size:18px; line-height:20px; margin-top:10px;}
.newsimg{ width:70%; background-size:cover; height:280px;}
.newsshow{ width:100%; padding:5px;}
.news-t{ font-size:16px; line-height:30px; padding:10px 0px; height:auto;}
.news-info{line-height:22px; font-size:15px; margin-top:8px;}
.news-btn a{line-height:35px; font-size:15px;}

/*-- 新闻详细内容 --*/
.in-newsbox_title { font-size:18px; margin-top:30px;}
.in-newsbox_content{ font-size:15px;line-height:25px; }
.pagesl{ width:100%;}
.pagesr{ width:100%; float:left; text-align:left; margin-top:15px;}
.pagesl a{font-size:14px;}
.pagesr a{font-size:14px;}

/*-- 联系我们 --*/
.contact-t{ font-size:22px; padding-top:30px; letter-spacing:0px; padding-bottom:30px;}
.contact-one{ width:100%; height:auto; padding-bottom:30px;}
.cot{ font-size:15px; margin-top:20px;}
.cot i img{ width:40px; }
.contact-one p{ font-size:15px; line-height:30px;}
.contact-two{ width:100%; height:auto;padding-bottom:30px;}
.contact-three{ width:100%; height:auto;padding-bottom:30px;}

/*-- feedback --*/
.feedback{ padding:0px; margin-top:10px;}
.feedback p{ font-size:15px; }
.fel p{ font-size:18px; line-height:30px;}
.fer{ margin-left:10px;}
.fer p{ font-size:18px; line-height:20px; margin-top:5px;}
.crr-one{ width:100%; height:50px; margin-top:10px;}
.crr-two{ width:100%; height:50px; margin:0; margin-top:10px; }
.crr-three{ width:100%; margin-top:10px;}
#input2{ height:140px;}

.crr-one{ height:44px; }
.crr-two{ height:44px; }
#input1{ line-height:30px; padding:7px 10px; font-size:14px;}
#input2{ height:100px; padding:5px 10px; font-size:14px;}

#button{ width:120px; font-size:14px; }
#button2{ width:120px; font-size:14px; }

/*-- 地图 --*/
.mapfang{ height:350px; }
.mapbox{ margin-top:20px;}

/*-- 底部foot --*/
.footdl{ width:100%; padding:20px 0px 80px;}
.footdl span{ width:100%; text-align:center; margin-right:0;}


/*-- 手机搜索 --*/
#phonesearch{ width:100%; height:auto; float:left; padding:10px 2%;}
#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:url(../../img/page/sysearch.png) center center no-repeat #b91c26;
-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:50px; float:left; z-index:9999; border-top:1px solid #e4e4e4;
background: linear-gradient(bottom, #3496d8, #3496d8);
background: -ms-linear-gradient(bottom, #3496d8, #3496d8);
background: -webkit-linear-gradient(bottom, #3496d8, #3496d8);
background: -moz-linear-gradient(bottom, #3496d8, #3496d8);
}
.footer-navs{ width:100%; float:left; padding:0; margin:0; position:relative;}
.footer-navs li{ float:left; font-size:14px; line-height:50px; width:33.33%; text-align:center; list-style:none; color:#FFF; cursor:pointer;}
.footer-navs a{ color:#FFF;}
.footer-navs p{ display:inline-block;}
#fancybox-close{ top:10px; right:-30px;}

.ph-two{ width:50%; height:auto; position:absolute; left:25%; bottom:50px; padding:4px 8px;
filter:alpha(opacity=98);   
-moz-opacity:0.98;   
-khtml-opacity: 0.98;   
opacity: 0.98;
-moz-border-radius: 5px; /* Firefox */
-webkit-border-radius: 5px; /* Safari 和 Chrome */
border-radius: 5px; /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */ 
background: linear-gradient(top, #02903f, #02903f);
background: -ms-linear-gradient(top, #02903f, #02903f);
background: -webkit-linear-gradient(top, #02903f, #02903f);
background: -moz-linear-gradient(top, #02903f, #02903f);
}
.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浏览器 */
}

/*回滚*/
.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:#3496d8; padding:12px 15px; line-height:25px; color:#FFF; font-size:16px; text-align:left; margin-bottom:5px;}
.phnav a{ color:#ffffff; 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;}
.plrx10{ padding:0px 10px;}
.plrx20{ padding:0px 20px;}
.plr10{ padding:0px 5px;}
.cnf18{ font-size:16px;}
.cnf14{ font-size:12px;}
#cnf38{ font-size:22px;}
.cnff span{font-size:16px;}
.plr40{ padding:0px 10px;}
.pd10{ padding:0px;}

.ensyonem img{ margin-top:0px;}
}

/* XS Portrait */
@media (max-width: 480px) {
/*-- contact --*/
.mapfang{height:280px; }
/*-- 新闻 --*/
.nd-y{ margin-top:10%;}
.newsimg{ height:160px;}
}
@media (max-width: 420px) {

}
@media (max-width: 380px) {
/*-- contact --*/
.mapfang{height:240px;}
}
@media (max-width: 330px) {

}


