@media (max-width: 1490px) {
/*-- 头部 --*/
.navbox ul li{ padding:0px 20px;}

/*-- 搜索 --*/
.searchbox{ right:5px;}
.search-show{ left:-205px; }
}

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

@media (max-width: 1280px) {
/*-- 头部 --*/
.navbox ul li{ padding:0px 15px;}

/*-- 关于我们 --*/
.ab_prev_btn1{ left:-20px; z-index:1;}
.ab_next_btn1{ right:-20px;}
}

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

@media (max-width: 1200px) {
/*-- 头部 --*/
.navbox ul li{ padding:0px 10px;}
.navbox ul li a{ font-size:15px; }

.proL{ padding-right:5%;}
}

/* md */
@media (max-width: 1180px) {
/*-- 关于我们 --*/
.ab-show{ width:1000px;}
.ab_ban2{ height:390px; }
.ab_ban2 ul li{ width:1000px; }

.cust-cor{ padding:20px; }
.cust-cor h1{ font-size:18px; }
.cust-cor p{  font-size:13px; line-height:23px; }
.xplra5{ padding:5px;}

.cpsearch{ width:360px;}
}
@media (max-width: 1100px) {
/*-- 头部 --*/
.logo{ width:25%;}
.logo img{ width:300px; margin-top:15px;}
.navbox{ width:75%; }

.cpsearch{ width:320px;}
}
@media (max-width: 1080px) {
/*-- 详细页 --*/
.t2{ width:50%; }
.cpinfobox{ width:50%; padding-left:40px; padding-top:20px;}
.cpinfo-name h1{ font-size:24px; }
.min_pic { margin-left:30px;}
.num {width:78%; }

/*-- 关于我们 --*/
.ab-show{ width:900px;}
.ab_ban2{ height:352px; }
.ab_ban2 ul li{ width:900px; }


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

}
@media (min-width: 768px) and (max-width: 991px) {
.cpsearch{ width:220px;}
.proban-line p{ width:90%; font-size:15px;}

.proban{ height:200px;}
.proban-line{margin-top:90px; }
#search_input4{ background-size:20px;}


/*-- 关于我们 --*/
.ab-show{ width:740px;}
.ab_ban2{ height:301px; margin-bottom:130px; }
.ab_ban2 ul li{ width:768px; }
.ab_min_pic{ position:absolute; left:0; bottom:12px; width:100%; height:110px; }
.ab_num ul li{ width:160px; margin-right:10px;  }

.ab_prev_btn1{ width:40px; height:40px; left:0px; top:30px; background-size:cover; z-index:1;}
.ab_next_btn1{ width:40px; height:40px; right:0px; top:30px; background-size:cover;}
.ab_prev_btn1:hover{background-size:cover;}
.ab_next_btn1:hover{background-size:cover;}

/*-- 详细页 --*/
.proshow{ padding:20px 0px 20px 10px; margin:10px 0px;}

/*-- 头部 --*/
.logo{ width:20%;}
.logo img{ width:210px; margin-top:25px;}
.navbox{ width:80%; }
.navbox ul li{ padding:0px 5px;}
.navbox ul li a{ font-size:14px; }

/*-- 定制化  --*/
.cuat-am{ padding:0px 10%;}
.cuat-img{ width:44%; }
.cuat-info{ width:56%; padding-left:4%;}
.cuat-info h1{ margin-top:50px; font-size:28px; line-height:35px; }
.xplra5{ padding:5px;}
}
/* 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;
border-top:4px solid #fb7307;}
.phome-top-name i{ display:inline-block; height:52px; padding-top:2px;}
.phome-top-name i img{ height:42px;}
.xscen{ position:absolute; top:9px; right:5px; line-height:20px; background:#343434; padding:1px 3px; 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浏览器 */
filter:progid:DXImageTransform.Microsoft.Shadow(color=#828282,direction=120,strength=4);/*兼容ie*/
-moz-box-shadow: 0px 0px 1px #FFF;/*兼容firefox*/
-webkit-box-shadow: 0px 0px 1px #FFF;/*兼容safari或chrome*/
box-shadow:0px 0px 1px #FFF;/*兼容opera或ie9*/
}
.xscen a{ color:#FFF;}

.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-----------------------------------*/

/*-- 导航loc --*/
.locbox{ padding:5px 0px;}
.locbox ul li{ line-height:25px; font-size:14px;}
.locbox ul li i{ font-size:14px; }
.locbox a{ font-size:14px;}

/*-- inban --*/
.inbtn{ bottom:10%;}
.inbtn p a{ font-size:14px;}
.inbtn p a:before{ width:40px; }
.inbtn a:hover:before{ width:80px; }


/*-- syone --*/
.syone{ padding:10px 0px }
.syone-t{ padding:10px 0px; }
.syone-t h1{ font-size:20px; line-height:30px; padding:15px 0px; }

.syone-nav{ width:100%; height:auto; float:left; padding:10px 0px;}
.syone-nav ul li{ padding:0px 2px;}
.syone-nav ul li a{ padding:3px 15px; line-height:25px; font-size:13px; }
.syone-show .tab-content .tab-pane ul li{ padding:1px;}
.syone-show .tab-content .tab-pane ul li h1{ margin:5px 0px; line-height:30px; font-size:13px; }
.syone-show .tab-content .tab-pane ul li h1 b{ top:10px; right:0px;}
.syone-show .tab-content .tab-pane ul li:hover h1 b{ right:8px; }
.syone-btn{ padding:25px 0px 35px;}

/*-- sytwo --*/
.sytwo{ padding:20px 0px; }

.sytwo-t h1{ font-size:20px; line-height:30px; padding:15px 0px;}
.sytwo-show{ width:100%; height:auto; float:left; padding:15px 0px 10px;}
.sytwo-l,.sytwo-r{ width:100%;}
.sytwo-l .swl-a{ height:400px; }
.sytwo-l .swl-b{ height:240px; }
.sytwo-l .swl-c{ height:240px;}

.sytwo-r .swl-a{ height:260px;}
.sytwo-r .swl-b{ height:260px;}
.sytwo-r .swl-c{ height:400px; }

.sytwo-l .swl-a i span,
.sytwo-l .swl-b i span,
.sytwo-l .swl-c i span,
.sytwo-r .swl-a i span,
.sytwo-r .swl-b i span,
.sytwo-r .swl-c i span{ font-size:14px; }

/*-- syth --*/
.syth{ background:#FFF; }
.sythl{ width:100%; height:450px;}
.sythr{ width:100%; height:auto; padding:25px 15px;}
.sythr h1{ font-size:18px; line-height:28px; }
.sythr h2{ font-size:18px; line-height:28px; }
.sythr p{ padding:15px 0px; font-size:14px; }
.sythr a{ margin-top:20px; float:left; }

/*-- syfo --*/
.syfo{ padding:30px 0px 10px; margin-top:30px; }
.syfo-show{ padding:20px 0px;}
.syfo-a{ width:100%; height:auto;}
.sfl{ width:100%; height:180px;}
.sfr{ width:100%; height:130px; padding:10px 5px;}
.sfr i img{ width:50px;}
.sfr h1{ font-size:14px; }
.sfr h2 span{ font-size:12px;}


/*-- syfv --*/
.syfv{ padding-top:50px; }
.syfv-a i img{ width:120px;}
.syfv-b{ padding:10px 0px;}
.syfv-b h1{ font-size:18px; line-height:24px;}
.syfv-b p{ font-size:14px; line-height:25px; text-align:left;}
.syfv-c{ padding:10px 0;}
.syfv-c ul li{ width:50%;}
.syfv-c ul li h1{ font-size:24px; padding:10px 0px;}
.syfv-c ul li p span{ height:40px; font-size:13px; }

.syfv-b{ width:100%; height:auto; float:left;}
.syfv-b .bx-wrapper .bx-pager.bx-default-pager a { width:10px;}
.syfv-b .bx-wrapper .bx-prev { background-size:10px auto;}
.syfv-b .bx-wrapper .bx-next { background-size:10px auto;}
.syfv-b .bx-wrapper .bx-prev:hover { background-size:10px auto;}
.syfv-b .bx-wrapper .bx-next:hover { background-size:10px auto;}


/*-- syfx --*/
.syfx{ padding:20px 0px;}
.syfx-a{ padding:20px 0px;}
.syfx-aone p{ height:60px; }
.syfx-aone p span{ font-size:13px;}

.syfx-b{ padding:20px 10px 0px;}
.syfx-bt{ }
.syfx-btl{ width:100%;}
.syfx-btl h1{ font-size:18px; line-height:25px; }
.syfx-btl h2 span{ font-size:16px; line-height:25px; padding-right:0px;} 
.syfx-btl h2 i{ width:100px;  margin-top:15px; margin-left:5px;}
.syfx-btr{ width:100%; padding:15px 0px;} 
.syfx-hz{ padding:10px 0px;}
.syfx-hz i{ width:33.33%; padding:5px;}

/*-- syfse --*/
.syfse{padding:20px 0px;}
.sytwo-a{ padding:20px 0px;}
.sytwo-aone{ width:27.5%; }
.sytwo-aone h1{ padding-top:10px; line-height:20px; font-size:15px;}
.sytwo-aone p span{ height:45px; font-size:13px; }

/*-- syeg --*/
.syeg{ padding-bottom:30px;}
.syeg-t h1{ padding:10px 20px; font-size:16px; }
.syfeedbtn{ float:left;}

/*-- 关于我们 --*/
.ab-t h1{ padding-top:20px;}
.ab-t h1 i img{ width:60px; float:left;}
.ab-t h1 span{ font-size:18px; line-height:28px;}
.ab-t p{ font-size:15px; line-height:25px; padding:5px 0px 25px;}

/*-- 关于我们 --*/
.ab-show{ width:580px;}
.ab_ban2{ height:227px;  margin-bottom:10px;}
.ab_ban2 ul li{ width:580px; }
.ab_min_pic{ bottom:-90px; height:90px;}
.ab_num ul li{ width:100px; margin-right:5px; background:#000;}
.ab_prev_btn1{ width:30px; height:30px; left:0px; top:15px; z-index:1; background-size:cover;}
.ab_next_btn1{ width:30px; height:30px; right:0px; top:15px; background-size:cover;}
.ab_prev_btn1:hover{ background-size:cover;}
.ab_next_btn1:hover{ background-size:cover;}

/*-- abtwo --*/
.abtwo-t{ width:100%; float:left; position:relative; left:0px; top:0px; text-align:center;}
.abtwo-t h1{ font-size:20px; line-height:25px; margin-top:40px;}
.abtwo-t h2{ font-size:18px; line-height:20px; }

.abtime-one{ padding:10px 0px;}
.abtimeL{ width:100%; padding:10px; margin-top:0px;}
.abtimeL h3{ padding:0px 0px 0px 70px; }
.abtimeL h3 i{ top:15px; width:60px; height:2px; }
.abtimeL h3 span{ font-size:20px; line-height:30px;}
.abtimeL h4{ font-size:15px; padding-bottom:15px;}
.abtimeR{ width:100%; }

/*-- abth --*/
.abth-a .md,.abth-b .md{ height:auto; padding-top:30px; } 

.abth-a .abth-al{ position:relative; width:100%; height:auto; float:left;}
.abth-b .abth-al{ position:relative; width:100%; height:auto; padding:10px; float:left; }
.abth-a .abth-ar{ position:relative; width:100%; height:auto; padding:10px; float:left;}
.abth-b .abth-ar{ position:relative; width:100%; height:auto; float:left;}

.abth-a .abth-al p{ font-size:18px; padding:15px;}
.abth-a .abth-ar h1{ font-size:18px; line-height:30px; padding:15px 15px 0px;}
.abth-a .abth-ar p{ font-size:15px; line-height:20px; padding:0px 15px 25px;}

.abth-b .abth-ar p{ font-size:18px; padding:15px;}
.abth-b .abth-al h1{ font-size:18px; line-height:30px; padding:15px 15px 0px;}
.abth-b .abth-al p{ font-size:15px; line-height:20px; padding:0px 15px 25px;}

/*-- abfo --*/
.abfo{ padding:60px 0px 20px;}
.abfo-t h1{ font-size:20px; line-height:30px; }
.abfo-t p span{ padding:0px 0px 10px; font-size:18px; line-height:30px; }
.abfo-show{ padding:15px 0px;}
.syfom{ padding:10px 8px;}



/*-- 产品 --*/
.proban{ height:auto; }
.probanl{ width:100%; height:180px; }
.probanr{ width:100%; height:auto;  padding:10px;}
.cpsearch{ width:100%; height:40px; }
#search_input3{ height:35px; width:85%; line-height:35px; font-size:13px; }
#search_input4{ width:15%; height:35px; background-size:23px;}
.proban-line{ margin-top:10px; }
.proban-line p{ width:100%; font-size:12px; }

.proL{ width:28%; padding-top:15px; padding-right:0;}
.prol-t{ padding:5px 0px; }
.prol-t h1{ font-size:16px;  line-height:22px;}
.pronav{ width:100%; margin-top:5px;}
.pronav ul li a{ font-size:14px; line-height:20px; padding:5px 2px;}
pronav ul li p a{ font-size:13px;}
.proR{ width:72%; height:auto; float:left; padding:40px 0px 0px 10px;}

.cpimg p{ padding:0px 50px 0px 0px; font-size:12px; height:30px; line-height:30px; }
.cpimg .cpgo:before{ right:5px; top:15px; width:30px; }
.cpimg .cpgo:after{ right:5px; top:11px; width:10px; }
.cpimg span{ height:30px; }
.cpname{height:35px; line-height:35px; font-size:13px;}


/*-- 详细页 --*/
.proshow{  padding:10px; margin:10px 0px;}
.t2{ width:100%; background:#FFF; }
.tbox{ position:relative; float:left; left:0; margin-top:10px;}
.min_pic { margin-left:0px;}
.num {width:84%; height:64px; overflow:hidden; position:relative; float:left;}
.num ul {position:absolute;left:0;top:0;}
.num ul li { height:auto; float:left; margin-left:5px; text-align:center; border:0px solid #FFF; background:#FFF;}
.num ul li img {width:60px;}
.prev_btn1 {width:8%; text-align:center; height:64px;}
.next_btn1 {width:8%; text-align:center; height:64px;}

.cpinfobox{ width:100%; padding-left:0; padding-top:15px;}
.cpinfo-name{ width:100%;}
.cpinfo-name h1{ font-size:20px; line-height:40px;}
.cpinfo-info{ padding:15px 0px;}
.cpinfo-info p{ font-size:15px; line-height:28px;}
.cpinfo-pic p{ font-size:15px; line-height:28px; margin-top:10px; padding-left:5px;}
.cpinfo-pic i{ width:100%; }
.cpinfo-go{ width:100%;}

/**/
.prosame-t h1{ line-height:50px; font-size:18px; padding:0px 15px;}
.prosame-show{ padding:20px 0px;}


/*-- 应用案例 --*/
.caseone h1{ float:left; position:relative; }
.caseone h1 span{height:40px;  font-size:13px; }
.caseone p{ height:40px; }


/*-- 产品加工 --*/
.processbg{ height:auto; }
.pce-ol{ width:100%; height:60px; padding:0px 5px;}
.pce-ol h1 span{ line-height:22px; font-size:13px; }

.pce-or{ width:100%; height:60px; padding:0px 5px;}
.pce-or h1 span{ line-height:22px; font-size:13px; }

.pce-two{ padding-bottom:40px;}
.pce-twl{ width:100%; }
.pce-twr{ width:100%; padding:35px 15px 10px;}
.pce-twr h1{ font-size:17px; line-height:22px;}
.pce-twr h2{ font-size:17px; line-height:25px;}
.pce-twr p{ width:auto; margin-top:20px; font-size:14px; line-height:25px;}
.process-else{ padding:20px 0px;}
.pro-em-l{ width:100%; padding:20px 0px;}
.pro-em-l h1{ font-size:20px; line-height:35px; }
.pro-em-l p{ font-size:14px; line-height:25px; margin-top:15px;}
.pro-em-r{ width:100%; }

.process-eg{ width:100%; height:auto; float:left; padding:20px 0px;}
.pegt-l{ width:100%;}
.pegt-l img{ width:90px;}
.pegt-r{ width:100%; padding-top:10px; text-align:center;}
.pegt-r h1{ font-size:18px; line-height:25px;}
.pegt-r p{ font-size:18px; line-height:25px;}

.process-pic{ padding:20px 0px 10px;}
.process-ico{ width:100%; height:auto; float:left; padding:20px 0px;}
.peico-one{ width:50%; padding:10px 0px; }

.peico-one i img{ width:50px; }
.peico-one h1{ font-size:16px; line-height:20px; padding:5px 0px;}
.peico-one p{ font-size:14px; line-height:20px; height:40px; padding:0px 5px;}
.peico-one:before{ display:none;}


/*-- 定制化  --*/
.cust-a{ padding:20px 0px 40px;}
.cuat-al{ left:5px; top:0;}
.cuat-al img{ width:auto; height:450px;}
.cuat-ar{ right:5px; top:0;}
.cuat-ar img{ width:auto; height:450px;}
.cuat-am{ padding:0px;}
.cuat-img{ width:86%; height:450px; margin:0px 7%; }
.cuat-info{ width:100%; padding-left:0;}
.cuat-info h1{ margin-top:25px; font-size:18px; line-height:28px; }
.cuat-info p{ font-size:15px; padding:10px 0px;}
.cuat-info i:before{ width:60%;}
.cust-b{ padding:40px 0px; }
.cust-bt i img{ width:40px; }
.cust-bt h1{ font-size:20px; margin-top:8px;}
.cust-bt p{ font-size:15px; line-height:23px; padding:5px 0px;}
.cust-binfo{ padding:10px 0px;}
.cco{ padding:5px 10px;}
.cco i{ width:20%; margin-top:50px;}
.cco p{ width:80%; height:140px; padding:10px;}
.cco p span{ font-size:15px; line-height:23px;}

.cust-c{ padding:10px 0px 20px;}
.cust-cone{ padding:20px 0px;}

.cust-cor{ height:auto;  padding:20px 20px 40px; }

.cust-cor h1{ font-size:18px; line-height:30px; }
.cust-cor h1 span{ position:relative; z-index:1;}
.cust-cor h1 i{ position:absolute; left:-5px; top:-5px; width:25px; height:25px; }
.cust-cor p{ font-size:15px; margin-top:10px;}

.cust-dshow{ padding:25px 0px;}

/*-- video --*/
.vone-img b{ top:40%; }
.vone-img b img{ width:31px;}
.vone-name h1{ height:45px; font-size:13px; }
.bigvv{ width:90%; top:15%; left:5%; }
.bigcc{ width:100%; height:auto; padding:10px; }
.bigcc video{ width:100%; height:400px;}
.bigvv iframe{ width:100%; height:400px; }
.bigvv video{ width:100%; height:400px;}
.bvc span{ width:100%; font-size:16px; }

/*-- 新闻 --*/
.newsonel{ width:100%; height:auto; padding:10px 5px;}
.ns-data h1{ font-size:20px; line-height:25px; width:auto; padding-right:15px;}
.ns-data h2{ font-size:16px; line-height:25px; width:auto;}
.ns-title h1{ height:auto; line-height:22px; margin-top:10px; padding-bottom:10px; }
.ns-info{  font-size:14px;}
.newsoner{ width:100%; height:300px;}
.morebox{ padding:25px 0px 60px; }
.mline{top:50px; }
.morebox a{ padding:5px 20px; font-size:14px;}


/*-- 新闻详细内容 --*/
.in-newsbox_title { font-size:18px; }
.in-newsbox_info { padding:10px 0px;}
.in-newsbox_info ul li{font-size:15px;}
.in-newsbox_content{ font-size:15px; line-height:27px; padding:10px 0px;}
.pagesl{ width:100%;}
.pagesl p{ font-size:14px; }
.pagesr p{ font-size:14px; }
.pagesr{ width:100%; float:left; text-align:left;}
.pagesl a{ font-size:14px; }

/*-- 联系我们 --*/
.cont-t{ padding:20px 0px 15px;}
.cont-t h1{ font-size:20px; line-height:30px;}
.cont-t span:before{ right:-7px; width:6px; height:6px; }
.cont-t p{ font-size:18px; line-height:25px;}
.cont-a{ padding:10px 0px 25px;}
.cone-img{ padding:0px;}
.cone-img img{ width:60px;}
.cone-name{ font-size:16px; line-height:25px; padding:10px 0px;}
.cone-line{ padding:0px 42%;}
.cone-line i{ height:4px;}
.cone-info{ padding:20px 0px 40px;}
.cone-info p{ font-size:16px; line-height:24px; padding:0; text-align:center;}
.cone-info.pl p{ padding-left:0%;}
.cont-words{ height:auto; padding:40px 0px;}
.cont-words .p1{ font-size:20px; }
.cont-words .p2{ font-size:15px; padding:0px 10px; line-height:25px;}


/*-- feedback --*/
.feedback{ padding:30px 0px 50px;}
.feedl{ width:100%; padding-right:0px;}
.feedl .p1{ font-size:20px; line-height:30px; text-align:center;}
.feedl .p2{ font-size:15px; line-height:30px;}
.feedr{ width:100%;}

/*-- 地图 --*/
.mapbox{ height:400px; padding:8px; margin-top:30px;}


/*-- 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, #fb7307, #fb7307);
background: -ms-linear-gradient(top, #fb7307, #fb7307);
background: -webkit-linear-gradient(top, #fb7307, #fb7307);
background: -moz-linear-gradient(top, #fb7307, #fb7307);
}
.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 #fb7307;
}

/*-- 登录图标 --*/
.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:#353535; padding:13px 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;}
.plras8{padding:5px;}
.plra15{ padding:5px;}
.plrax15{ padding:2px;}
.plra10{ padding:5px; }
.plra25{ padding:5px;}
.plra20{ padding:5px;}
.xplra5{ padding:5px;}
}

/* XS Portrait */
@media (max-width: 480px) {
/*-- inban --*/
.inbtn{ bottom:0px;}
.inbtn p a{ font-size:12px; line-height:20px;}
.inbtn p a:before{ width:35px; height:20px;}
.inbtn a:hover:before{ width:80px; }

/*-- sytwo --*/
.sytwo-l .swl-a{ height:200px; }
.sytwo-l .swl-b{ height:140px; }
.sytwo-l .swl-c{ height:140px;}
.sytwo-r .swl-a{ height:160px;}
.sytwo-r .swl-b{ height:160px;}
.sytwo-r .swl-c{ height:200px; }

/*-- syth --*/
.sythl{ height:250px;}

/*-- syfo --*/
.sfl{ height:100px;}
.sfr{ height:115px; padding:5px 2px;}
.sfr i img{ width:40px;}
.sfr h1{ font-size:13px; }

/*-- syfv --*/
.syfv-c ul li p span{ padding:0px 20px;}
.syfv-img{ width:100%; padding:0px;}

/*-- 关于我们 --*/
.ab-show{ width:455px; }
.ab_ban2{ height:178px;}
.ab_ban2 ul li{ width:455px; }

/**/
.probanl{ height:150px; }

/*-- 定制化  --*/
.cuat-al img{ height:250px;}
.cuat-ar img{ height:250px;}
.cuat-img{ height:250px; }

.cust-col{ width:100%; height:210px; }

/*-- video --*/
.bigcc video{ height:230px;}
.bigvv iframe{ height:230px; }
.bigvv video{ height:230px;}

/*-- 新闻 --*/
.newsoner{ height:200px;}

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

.ph-two:before{ left:46%; }

}
@media (max-width: 420px) {
/*-- 关于我们 --*/
.ab-show{ width:390px;}
.ab_ban2{ height:154px;}
.ab_ban2 ul li{ width:390px;}

}
@media (max-width: 380px) {
/*-- 关于我们 --*/
.ab-show{ width:355px; }
.ab_ban2{ height:140px;}
.ab_ban2 ul li{ width:355px;}
}

@media (max-width: 360px) {
/*-- 关于我们 --*/
.ab-show{ width:340px; }
.ab_ban2{ height:133px;}
.ab_ban2 ul li{ width:340px;}
}

@media (max-width: 330px) {
/*-- 关于我们 --*/
.ab-show{ width:305px; }
.ab_ban2{ height:120px;}
.ab_ban2 ul li{ width:305px;}

}


