@media (max-width: 1600px) {
/*-- syone --*/
.syone{ height:700px;}
.syom{ width:450px; height:450px; }
.syombg{ top:130px;}
.syot h1{ font-size:32px; margin-top:40%;}
.syo-info{ padding:10px 5% 0px; font-size:14px; line-height:27px; }
.syo-more{ width:100%; height:auto; float:left; text-align:center; position:relative; margin-top:100px;}
.syo-more i{ left:44.5%; }
.syol{ position:absolute; left:-60%; top:83%; }
.syol img{ max-width:80%;}
.syor{ position:absolute; right:-55%; top:-60%; }
.syor img{ max-width:80%;}
}
@media (max-width: 1300px) {
/*-- syone --*/
.syone{ height:650px; }
.syone:before{
border-right:100px solid transparent;   
border-bottom:100px solid #eeeeee;
}
.syone:after{  
border-left:100px solid transparent;   
border-top:100px solid #eeeeee;
}
.syom{ width:400px; height:400px; }
.syombg{ top:120px;}
.syot h1{ font-size:24px; margin-top:40%;}
.syo-info{ padding:10px 4% 0px; font-size:14px; line-height:22px; }
.syo-more{ margin-top:60px;}
.syo-more i{ left:44%; }
.syol{ position:absolute; left:-50%; top:85%; }
.syol img{ max-width:59%;}
.syor{ position:absolute; right:-65%; top:-50%; }
.syor img{ max-width:59%;}

/*-- 技术--*/
.techl-t h1{ font-size:26px;}
.techl-show ul li span{ font-size:15px; }
}

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

@media (max-width: 1230px) {
/*-- headerbox --*/
.fdlogo{ width:34%; }
.navs{ width:62%; }
.navs ul li{ margin:0px 1%; padding:0px 10px;}

/*-- sytwo --*/
.sytl p span{ width:70%; }

.sytwo-a{ text-align:left;}
.sytwo-a .sab{ margin:5px 15px; }

.sytwo-b{ text-align:left; padding:0px 5px;}
.sytwo-one{ width:25%; float:left; padding:5px;}
.sytwo-onem{ width:100%;}
.sytwo-name p{ height:50px; font-size:13px; }

/*-- 关于我们 --*/
.abone-a{ padding:0px 40px;}
.ones{ width:25%;}
.abfvone{ width:19%; margin:5px 3%;}

}
@media (max-width: 1200px) {
/*-- 技术--*/
.techl-t h1{ font-size:24px;}
.techl-show ul li span{ font-size:14px; }

/*-- 联系我们 --*/
.contact{ padding:60px 0px 100px;}
.mapfang{ height:500px;}

}
/* md */
@media (max-width: 1180px) {
/*-- foot --*/
.footone{ width:27%; }
.foottwo{ width:48%;}
.footth{ width:25%;}

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

}
@media (max-width: 1080px) {
/*-- headerbox --*/
.navs ul li{ margin:0px 10px; padding:0px 5px;}
.fdlogo img{ max-width:90%; margin-top:9%;}
.fdlogo{ height:130px; }
.navs{ height:90px; }
.navs ul{ margin-top:20px;}
.plrx5{ padding:0px 5px;}
.fdlogo:before{
border-left:0px solid transparent;   
border-right:70px solid transparent;   
border-top:130px solid #006448;
}
.fdlogo:after{
border-left:0px solid transparent;   
border-right:70px solid transparent;   
border-top:130px solid #464647;
}

/*-- syone --*/
.syol{ top:52%; }
.syor{ right:-33%;}


/*-- 搜索 --*/
.searchbox{ margin-top:30px; }

/*-- syfo --*/
.syvideo img{ max-width:90%;}

/*-- 视频中心 --*/
.vsel{ width:50%; }
.flvsel h1{ font-size:18px; }
.flvsel p{ font-size:18px; }
.vser{ width:50%; height:100%; float:left;}
.vserbox{ width:90%; }
.vbox{ height:230px; }
.vbox i{ margin-top:50px;}

/*-- 技术--*/
.techl-t h1{ font-size:22px;}
.techl-show ul li span{ font-size:13px; }

/*-- 关于我们 --*/
.ones{ width:33.33%;}
.abfvone{ width:23%; margin:5px 1%;}

#navsen ul li{ margin:0px 1%; padding:0px 5px; font-size:12px;}
#navsen ul li a{ font-size:13px;}
}

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

}
@media (min-width: 768px) and (max-width: 991px) {
/*-- headerbox --*/
.navs ul li{ margin:0px 5px; padding:0px 2px;}

.bigcc{ width:90%; height:400px;}
.bigcc video{ width:500px; height:350px;}

/*-- 视频中心 --*/
.flvsel h1{ font-size:17px; }
.flvsel p{ font-size:17px; }
.vser-t{ font-size:14px; }
}

/* 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 {
    padding-left: 280px;
}

#sidebar-wrapper {
    z-index: 99999;
    left: 280px;
    width: 0;
    height: 100%;
    margin-left: -280px;
	*margin-left: -280px;
    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 {
    width: 280px;
}

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

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

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

.sidebar-nav {
    width: 280px;
    list-style: none;
	float:left;
	padding-top:50px;
}

.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:#006448;
    -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:#666666;
    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:47px; float:left;
background: linear-gradient(top, #006448, #017252);
background: -ms-linear-gradient(top, #006448, #017252);
background: -webkit-linear-gradient(top, #006448, #017252);
background: -moz-linear-gradient(top, #006448, #017252);
}
.phone-title-fix{width:100%; height:47px; position: fixed; z-index:99999;
background: linear-gradient(top, #006448, #017252);
background: -ms-linear-gradient(top, #006448, #017252);
background: -webkit-linear-gradient(top, #006448, #017252);
background: -moz-linear-gradient(top, #006448, #017252);
}
.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%; font-size:15px;}
.phome-top-name i{ display:inline-block; height:47px;}
.phome-top-name i img{ width:120px;}
.xscen{ position:absolute; top:10px; right:5px; line-height:20px; background:#FFF; padding:3px 6px 4px;
 font-size:12px; color:#000;z-index:99999;
-moz-border-radius: 5px; /* Firefox */
-webkit-border-radius: 5px; /* Safari 和 Chrome */
border-radius: 5px; /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
}
.xscen i{ padding-right:5px;}
.xscen a{ color:#000;}
.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-----------------------------------*/
/*-- headerbox --*/
/*-- syone --*/
.syone{height:auto; padding-bottom:60px;}
.syone:before{
border-left:0px solid transparent;   
border-right:50px solid transparent;   
border-bottom:50px solid #eeeeee;
}
.syone:after{
border-right:0px solid transparent;   
border-left:50px solid transparent;   
border-top:50px solid #eeeeee;
}
.syom{ width:100%; height:auto; }
.syombg{ width:100%; height:auto; position:relative; left:0; top:0; float:left; background:#FFF; border:0;
transform:rotate(0deg);
-ms-transform:rotate(0deg); 	/* IE 9 */
-moz-transform:rotate(0deg); 	/* Firefox */
-webkit-transform:rotate(0deg); /* Safari 和 Chrome */
-o-transform:rotate(0deg); 	/* Opera */
}
.syot h1{ height:auto; font-size:20px; line-height:30px; margin-top:30px; padding-bottom:0;}
.syo-info{ padding:5px 10px; font-size:14px; line-height:25px; }
.syo-more{ margin-top:20px;}
.syo-more i{ width:40px; height:40px; left:47%;}
.syo-more p{ width:40px; height:40px; line-height:40px;}
.syol{ left:0; top:0; width:50%; position:relative; float:left; text-align:center;}
.syol img{ width:50%;
transform:rotate(-45deg);
-ms-transform:rotate(-45deg); 	/* IE 9 */
-moz-transform:rotate(-45deg); 	/* Firefox */
-webkit-transform:rotate(-45deg); /* Safari 和 Chrome */
-o-transform:rotate(-45deg); 	/* Opera */
}
.syor{ left:0; top:0; width:50%; position:relative; float:left; text-align:center;}
.syor img{  width:50%;
transform:rotate(-45deg);
-ms-transform:rotate(-45deg); 	/* IE 9 */
-moz-transform:rotate(-45deg); 	/* Firefox */
-webkit-transform:rotate(-45deg); /* Safari 和 Chrome */
-o-transform:rotate(-45deg); 	/* Opera */
}

/*-- sytwo --*/
.sytwo{ padding:20px 0px 0px;}
.sytt{ padding:5px 0px 20px;}
.sytl{ width:100%; }
.sytl h1{ font-size:20px; line-height:30px; }
.sytl p span{ width:100%; font-size:13px; line-height:22px; padding:10px 0px;}
.sytr{ width:100%;  margin-top:0; padding:10px;}
.sytr a{ float:right; width:80px; height:30px; line-height:28px; font-size:12px; }
.sytwo-a{ padding:15px 0px; text-align:left;}
.sytwo-a .sab{ width:auto; height:40px;  margin:5px 2%; padding:0px 15px; }
.sytwo-a .sab span{ font-size:13px; }
.sytwo-b{ padding:10px 5px;}
.sytwo-one{ padding:5px 3px; width:50%;}
.sytwo-onem{ width:100%;}
.sytwo-name p{ height:50px; font-size:13px; }

/*-- syth --*/
.syth{ padding:40px 0px;}
.syth-t h1{ font-size:20px; line-height:25px; padding-bottom:10px;}
.syth-t p{ font-size:13px;}
.syth-info{ padding:15px 0px;}
.sythup{ width:100%; height:auto; float:left; margin:10px 0px;}
.syth-name{height:60px; } 
.syth-name .pp p{ padding:8px 5px; font-size:13px; margin-top:5px; } 

/*-- syfo --*/
.syfo-t{ width:100%; height:auto; float:left; text-align:center; margin-top:50px;}
.syfo-t h1{ font-size:20px; line-height:25px; padding-bottom:10px;}
.syfo-info{ padding-bottom:20px; }
.syvideo{ width:100%; height:auto; float:left; padding:30px 0px;}
.syvinfo{ width:100%; height:auto; position:relative; top:0px; padding:15px; float:left; background:#FFF; margin-top:10px;}
.syvinfo h1{ height:auto; min-height:auto;}
.syvinfo a{ font-size:13px; margin-top:0px;}
.syvideo img{ max-width:100%;}

/**/
.bigcc{ width:90%; height:300px;}
.bigcc video{ width:400px; height:250px;}

/*-- 关于我们 --*/
.sline{ height:7px;}
.abone-a{ padding:0px; }
.aa1{ width:100%; height:auto; }
.aa1 i{ width:20%; margin-top:12px;}
.aa1 i img{ width:25px;}
.aa1 p{ width:80%;}
.aa1 p span{ height:50px; font-size:14px; }
.aa1:before{ display:none;}
.aa2{ width:100%; height:auto; padding:0px;}
.aa2 i{ width:20%; margin-top:12px;}
.aa2 i img{ width:25px;}
.aa2 p{ width:80%;}
.aa2 p span{ height:50px; font-size:14px; }
.aa3{ width:100%; height:auto;}
.aa3 i{ width:20%; margin-top:12px;}
.aa3 i img{ width:25px;}
.aa3 p{ width:80%; }
.aa3 p span{  height:50px; font-size:14px; }
.aa3:before{ display:none;}

.abone-b{ padding:20px 0px;}
.abbl{ width:100%; padding-right:0px; margin-top:20px;}
.abbl img{ max-width:80%;}
.abbr{ width:100%; text-align:center;}
.abbr h1{ font-size:20px; line-height:30px; padding:10px; text-align:center; float:none; display:inline-block;}
.abbr p{ padding:0px 10px; margin-top:15px; text-align:left;}

.abtwo{ padding:30px 0px;}
.abtwo-t h1{ line-height:30px; padding:5px 0px; font-size:20px;}
.abtwo-t p{ font-size:14px; }
.abtwoimg ul li{ width:46%; padding:10px;}
.abtwoimg ul li img{width:100%;}

.abth{ padding:30px 0px; }
.abthin{ padding:5px;}

.abtha h1{ line-height:30px; font-size:20px; padding-top:20px;}
.abtha p{ font-size:14px;}
.abthb{  padding:10px;}
.ones{ width:100%;}

.onesa i{text-align:center;}
.onesa i img{ width:100px;}
.onesa p span{ height:auto; font-size:14px; line-height:22px; padding:15px 10px; text-align:center;}

.abfo{ padding:30px 0px;}
.abfo img{ width:100%; }

.abfvm{ padding:20px 10px;}
.abfvone{ width:48%; margin:5px 1%; }
.abfvone:before{ content:""; left:-3px; top:-3px; width:70px; height:50px; border-left:6px solid #dcdcdc; border-top:6px solid #dcdcdc; position:absolute;}
.abfvone h1{ font-size:13px; line-height:20px; margin-top:25px;}

.abfootline a{ font-size:12px; line-height:18px; }


/*-- 工艺技术 --*/
.techl{ width:100%; }
.techl-show{ width:100%;}
.techl-show ul li span{ font-size:14px;}
.techr{ width:100%; padding:15px;}

/*-- 产品中心 --*/
.cpbox{ width:100%; padding:10px 5px;}
.cpone{padding:5px; padding-bottom:5px; }
.cpname p{ font-size:13px;}

/*-- 详细页 --*/
.proshow{ width:100%; padding:10px;}
.t2{ padding-right:19%;}
.min_pic {width:18%; height:270px;  }
.num ul li {width:110px; margin:5px 0px; }
.prev_btn1 { height:30px; background-size:25px;}
.next_btn1 { height:30px; background-size:25px;}
.bigname{ font-size:17px; padding:10px 0px; padding-bottom:10px;}

.xsone{ padding:10px 0px;}
.xst{ min-width:50px;}
.xst span{ font-size:13px; }
.xsinfo{ padding:15px 10px;}
.xsinfo table tr td{ font-size:13px; padding:5px;}
.cpifnod{ padding-bottom:40px;}
.cpifnod a{ width:auto; min-width:100px; padding:0px 8px; }
.cpifnod i{font-size:16px; width:20%;}
.cpifnod span{ font-size:12px; width:80%; }

/*-- video --*/
.bigvv{ top:15%; }
.bigvv iframe{ width:94%; height:280px; padding:10px; margin:0px 3%;}
.bvc span{ width:90%;}

.vse{ height:auto;}
.vsel{ width:100%; height:auto; }
.flvsel{ width:100%; height:auto; position:relative; top:0; float:left; padding:15px 0px }

.flvsel h1{ width:100%; font-size:15px; margin-top:0px;}
.flvsel p{ width:100%; font-size:15px; margin-top:0px;}
.vser{ width:100%; height:auto; }
.vserbox{ width:100%; padding:10px; }
.vser-t{  font-size:14px; margin-top:0px;}

.vsebox{ padding:15px 0px;}
.vbox{ height:400px;}
.vbox i{ margin-top:25%;}
.vbox i img{ max-width:40px; }


/*-- 联系我们 --*/
.contact{ padding:30px 0px;}
.conl{ width:100%;}
.conl h1{ font-size:20px; line-height:30px; padding-bottom:10px;}
.conl p i{ width:10%; padding-right:5px;}
.conl p span{ width:90%; }
.conr{ width:100%; }
.conr-t h1{ font-size:20px; line-height:30px; margin-top:15px;}

/*-- feedback --*/
.feedback{ padding:15px 0px;}
.feedshot{ width:100%; }
.feedlong textarea{ height:120px;}
.feedlong span{ margin-top:10px; float:left;}


/*-- 地图 --*/
.mapfang{ height:350px;}

/*-- foot --*/
.footB{ padding-bottom:70px;}
.footdown{ padding:20px 0px; font-size:12px; line-height:22px; margin-top:0px; border-top:0px;}
.footdown span{ width:100%; text-align:center; padding:0;}
.footdown span a{ color:#dddddd; }

/*-- 手机搜索 --*/
#phonesearch{ width:100%; height:auto; float:left; padding:10px 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 30px; background-color:#2d2d2d;
-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(top, #006448, #017252);
background: -ms-linear-gradient(top, #006448, #017252);
background: -webkit-linear-gradient(top, #006448, #017252);
background: -moz-linear-gradient(top, #006448, #017252);
}
.footer-navs{ width:100%; float:left; padding:0; margin:0; position:relative !important;}
.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, #006448, #017252);
background: -ms-linear-gradient(top, #006448, #017252);
background: -webkit-linear-gradient(top, #006448, #017252);
background: -moz-linear-gradient(top, #006448, #017252);
}
.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浏览器 */
}

/*-- 登录图标 --*/
.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:#242424; padding:10px 10px; line-height:25px; color:#FFF; font-size:16px; text-align:left;}
.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;}
.plrx15{ padding:0px 15px;}
.plrx20{ padding:0px 20px;}
.plrx30{ padding:0px 30px;}
.plra35{ padding:10px 5px;}
.mlr30{ margin:0px -5px;}
.plrt10{ padding:10px 0px;}
.plra8{ padding:3px;}
}

/* XS Portrait */
@media (max-width: 480px) {
.syol img{ width:60%;}
.syor img{  width:60%;}
.syo-more i{ left:44.6%;}

/*-- syth --*/
.syth-name{height:50px; } 

/*-- 详细页 --*/
.min_pic { height:140px;  }
.num ul li {width:60px;}
.prev_btn1 { height:20px; background-size:20px;}
.next_btn1 { height:20px; background-size:20px;}

/*-- video --*/
.vbox{ height:200px;}
.vbox i{ margin-top:17%;}

/**/
.bigcc{ width:95%; height:240px; padding:10px;}
.bigcc video{ width:300px; height:220px;}

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

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

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

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

}


