@media (max-width: 1950px) {
.maxmd{ width:100%;}
}

@media (max-width: 1620px) {
.bannerbox{ min-height:300px;}
}

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

@media (max-width: 1330px) {


.inban h1{ font-size:44px; }
}

@media (max-width: 1230px) {
/*-- 头部 --*/
.logo{ margin-top:40px; }
.logo img{ width:380px;}
.navbox ul li{ padding:0px 15px 20px; }
}

/* md */
@media (max-width: 1180px) {
.bannerbox{ min-height:auto;}

/*-- syfv --*/

.join-ep{padding:25px 5%;}

.inban h1{top:30%; font-size:34px; }
}

@media (max-width: 1100px) {
/*-- 头部 --*/
.logo{ margin-top:40px; }
.logo img{ width:350px;}
.navbox ul li{ padding:0px 10px 20px; }
.navbox ul li a{ font-size:13px;}

/*-- 关于我们 --*/
.ab-al{ padding:0px 30px 0px 20px;}
.ab-al h1{ padding:10px 0px 20px; }
.ab-al p{ font-size:15px; line-height:27px;}

.ab-b{ padding:40px 0px 30px;}
.ab-bone{ padding:15px 15px 0px; }
.plra30{ padding:12px;}
}

@media (max-width: 1080px) {


}

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

}

@media (min-width: 768px) and (max-width: 991px) {

/*-- 头部 --*/
.logo{ width:26%;}
.navbox{ width:74%; }
.logo img{ width:260px;}
.navbox ul li{ padding:0px 7px 20px; }
.navbox ul li a{ font-size:12px;}

.join-ep{padding:25px 0px;}
.join-d-one p{ width:55%; }
.join-d-one p span{ font-size:17px; line-height:25px; height:160px;}
.join-d-one p.enp span{ font-size:15px; line-height:22px; height:180px;}

/*-- operate --*/
.oph{ height:65px; }
.opsearch{ padding:30px 0px;}
.opsearch select{ width:25%; height:40px; margin-right:5px; font-size:15px;}
.opsearch input{ width:20%; font-size:15px; height:40px;}
.opall{ padding-bottom:40px;}
.opone{ margin:8px 0px;}
.opa{ width:100%; padding:15px 15px 5px; }
.opa:before{ display:none;}
.opa p{ height:auto; font-size:18px; line-height:30px;}
.opb{ width:100%; padding:5px 15px; }
.opb:before{ display:none;}
.opb p{ height:auto; font-size:16px; line-height:30px;}
.opc{ width:100%; padding:5px 15px;}
.opc:before{ display:none;}
.opc p{ height:auto; font-size:16px; }
.opc br{ }
.opd{ width:100%; padding:5px 15px 15px;}
.opd p{ height:auto; font-size:16px; line-height:30px; }
.opd p i{ width:25px; height:25px;}
.opd p i img{ width:18px;}
.opall .page{ padding-bottom:0px;}

/**/
.ab-al{ width:100%; padding:0px 50px 0px 20px; text-align:center;}
.ab-al h1{ wpadding:10px 0px 30px; }
.ab-al p{ padding-bottom:20px; text-align:left;}
.ab-ar{ width:100%; }
.ab-ar img{ width:100%;}

}
/* 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: #414242;
    -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, #00ddb7, #007bae);
background: -ms-linear-gradient(bottom, #00ddb7, #007bae);
background: -webkit-linear-gradient(bottom, #00ddb7, #007bae);
background: -moz-linear-gradient(bottom, #00ddb7, #007bae);
}
.phone-title-fix{width:100%; height:52px; position: fixed; z-index:99999;
background: linear-gradient(bottom, #00ddb7, #007bae);
background: -ms-linear-gradient(bottom, #00ddb7, #007bae);
background: -webkit-linear-gradient(bottom, #00ddb7, #007bae);
background: -moz-linear-gradient(bottom, #00ddb7, #007bae);
}
.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:10px;}
.phome-top-name i img{ height:35px;}
.xscen{ position:absolute; top:65px; right:15px; line-height:28px; z-index:99999;}
.xscen span{ float:left; color:#FFF; font-size:14px; line-height:28px; padding-right:5px;}
.xscen a{ color:#FFF; float:left; padding:3px 12px 1px; font-size:13px; line-height:25px;
-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*/
background: linear-gradient(bottom, #00ddb7, #007bae);
background: -ms-linear-gradient(bottom, #00ddb7, #007bae);
background: -webkit-linear-gradient(bottom, #00ddb7, #007bae);
background: -moz-linear-gradient(bottom, #00ddb7, #007bae);
}

.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: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;}


/*-- 内页banner --*/
.inban h1{ top:35%; font-size:20px; letter-spacing:0; }
.inbax{ width:100%; height:auto; float:left; position:relative;
filter:progid:DXImageTransform.Microsoft.Shadow(color=#caf1f0,direction=120,strength=4);/*兼容ie*/
-moz-box-shadow:0px 5px 25px #caf1f0;/*兼容firefox*/
-webkit-box-shadow:0px 5px 25px #caf1f0;/*兼容safari或chrome*/
box-shadow:0px 5px 25px #caf1f0;/*兼容opera或ie9*/
-webkit-transition: 0.6s;-moz-transition: 0.6s;transition: 0.6s;
}
.innav{ width:100%;}
.innav ul li{ width:100%;}
.innav ul li a{ width:100%; padding:10px; font-size:15px; line-height:30px;}
.innav ul li a i{ width:30px; height:30px; } 


/*-- 导航loc --*/
.locbox{ position:relative; right:0; top:0px; width:100%; height:auto; float:left; padding:5px;}
.locbox ul li{ font-size:12px; line-height:25px;}
.locbox a{ font-size:12px; line-height:25px; }

/*-- syone --*/
.syone{ padding-top:40px; }
.syone-t h1{ font-size:15px; line-height:28px; letter-spacing:0px;}
.syone-t p{ font-size:18px; line-height:30px; letter-spacing:0px;}
.syonem{ padding:15px 0px;}
.sycpm h1{ height:35px; font-size:12px;}
.sycpm h4{ padding:10px;}
.sycpm h4 em{ width:100%; line-height:25px; font-size:12px; }
.sycpm h2{ font-size:13px; top:40%; padding:0px 5px;}
.sycpm h3{ background-size:30px auto; top:55%;}
.syone-btn{ padding:5px 0px 30px; }
.syone-btn a{ width:120px; height:45px; font-size:13px; line-height:45px; }
.syone-btn a span{ padding-right:15px;}
.syone-btn a span:before{ top:6px; }
.syone-btn a span:after{ top:-1px;}

/*-- syth --*/
.syth{ padding:40px 0px 35px;}
.syth-t h1{ font-size:15px; line-height:28px; letter-spacing:0;}
.syth-t p{ font-size:18px; line-height:30px; letter-spacing:0;}
.sythm{ padding:15px 0px;}
.syth-a{ width:100%; height:auto; padding:70px 20px;}
.syth-a p{ margin-top:20px; line-height:28px; font-size:16px;}
.syth-a h1{ line-height:25px; font-size:18px; }
.syth-a a{ width:auto; padding:0px 20px 0px 10px; height:40px; font-size:15px; line-height:40px; padding-left:40px; margin-top:40px;}
.syth-a a i{ top:12px; }

/*-- syfo --*/
.syfoup{ padding-top:25px;}
.syfol{ width:100%; padding-top:15px;}
.syfol h1{ font-size:24px; line-height:24px;}
.syfol p{ font-size:18px; line-height:24px; padding:8px 0px;}
.syfor{ width:100%; padding-top:15px;}
.syfor h1{ font-size:18px; line-height:28px; }
.syfor a{ width:150px; margin-top:10px; line-height:30px;}
.syfor a span{ padding-right:20px;}
.syfor a span:before{ top:3px; }
.syfor a span:after{ top:9px;}
.syfodown{ margin-top:35px;}
.syfo-a{ width:100%; height:auto; padding:20px;}
.syfo-a.enfoa{ padding:20px;}
.syfo-a.enfoa p{ line-height:20px;}
.syfo-a i{ font-size:30px; }

.syfoy .md{ padding-top:45px; padding-bottom:10px; }
.syfoy-t h1{ font-size:20px; line-height:25px; width:100%;}
.syfoy-t p{ font-size:16px; padding:10px 0px; width:100%;}
.syfoy-a{ width:50%; padding-top:15px; }

.syfoy-a i{ padding-left:0px; width:100%; text-align:center;}
.syfoy-a i img{ max-width:55px;}
.syfoy-a p{ font-size:14px; line-height:18px; padding:5px; text-align:center;}
.syfoy-a p span{ height:70px; }
.syfoy-a:before{ display:none; }
.syfobg{ width:100%;}

/*-- syfv --*/
.syfv{ padding:40px 0px;}
.syfv-t h1{ font-size:15px; line-height:28px; letter-spacing:0;}
.syfv-t p{ font-size:20px; line-height:28px; letter-spacing:0;}
.syfvm{ padding:25px 0px;}
.syfvl{ width:100%; padding:5px;}
.syfvl .slide i{ width:100%; height:auto; float:left; padding:2px;}
.syfv .bx-wrapper .bx-prev { display:none; }
.syfv .bx-wrapper .bx-next { display:none; }
.syfv .bx-wrapper .bx-prev:hover { display:none; }
.syfv .bx-wrapper .bx-next:hover { display:none; }
.syfv .bx-wrapper .bx-controls-direction a { display:none; }
.syfv .bx-wrapper .bx-pager.bx-default-pager a { width:8px; height:8px; background:#999999; }
.syfv .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto { bottom:-28px; }

/*-- 产品中心 --*/
.pross-t{ padding-top:25px;}
.pross-t h1{ font-size:20px; line-height:35px; }
.prosearch{ padding:10px 0px;}
.cpsearch{ width:100%; height:50px;}
.cpsearch .p1{ height:48px;}
.cpsearch .p2{ height:48px; }
#search_inputp1{ height:48px; line-height:48px; font-size:14px; padding:0px 10px;}
#search_inputp2{ background-size:22px; }
.probox{ padding-top:10px;}
.proL{ width:30%; }
.prolt{ font-size:16px; line-height:30px; }
.proone{ padding:5px;}
.proone h1{ font-size:13px; }
.proone ul li{ margin:4px 0px;}
.proone ul li a{ font-size:12px; padding:5px;}
.proR{ width:70%; padding:35px 5px 5px;}
.cpname{ padding:5px;}
.cpname .cp1{ height:30px;}
.cpname .cp1 p{ font-size:12px; }
.cpname .cp2{ height:30px; padding-right:10px;}
.cpname .cp2 p{ font-size:12px;}
.cpname .cp2 i{ width:8px; top:12px; }
.cpname .cp2 i:before{ top:-1px; width:3px;}
.cpname .cp2 i:after{ top:1px; width:3px;}

/*-- 产品内页 --*/
.cplocbox{ padding:10px 0px;} 
.cplocbox ul li{ font-size:13px; line-height:20px;}
.cplocbox a{ font-size:13px; line-height:20px; }
.cplocbox ul li img{ height:20px;}
.inprol{ width:100%; padding-left:0px;}
.inpror{ width:100%; padding-left:0px;}
.inseh{ width:100%; height:auto; float:left; margin-top:20px;}
.inseh .cpsearch{ width:100%; height:50px; }
.inproshow{ padding:0px;}
.inpro-t{ padding:15px 0px;}
.inpro-t h1{ font-size:20px; line-height:30px; }
.inpro-words{ padding:15px 0px;}
.inpro-words h1{ font-size:15px; padding:5px 13px; }
.inpro-words h1:before{ top:12px; }
.inpro-words ul li{ width:100%; padding:5px 13px; font-size:15px;}
.inpro-words li:before{ top:12px; }
.inpro-btn{  padding:20px 0px 30px; }
.inpro-btn a{ width:150px; height:40px; font-size:14px; line-height:40px; }
.cp_prev{ top:22%; }
.cp_next{top:22%;}
.cp_prev i{ width:30px; height:30px; background-size:cover;}
.cp_prev i:hover{ background-size:cover;}
.cp_next i{ width:30px; height:30px; background-size:cover;}
.cp_next i:hover{ background-size:cover;}

/*-- 相关产品 --*/
.same-t h1{ font-size:17px; line-height:50px; width:auto; padding:0px 15px;}
.same-t p{ line-height:40px; font-size:15px; margin-top:10px;}
.sameshow{ padding:10px 10px 50px;}

/*-- 加盟 --*/
.join-a{ padding:10px 0px;}
.join-at{ padding:10px 0px; background-size:200px; background-position: center 30px;}
.join-at h1{ line-height:30px; font-size:20px; padding:25px 0px 15px}
.join-at h1:before{left:45%; width:10%; height:3px; }
.join-at p{ font-size:13px;}

.join-ashow{ padding:0px 10px;}
.join-ashow i{margin-top:10px;}
.join-ashow i img{ width:80px;}

.join-ashow h1 span{ height:50px; font-size:15px;}
.join-ashow p span{ font-size:12px; padding:2px;}

.join-b{ padding:10px 0px 50px;}
.join-bt{ padding:20px 0px;}
.join-bt h1{ line-height:30px; font-size:20px; padding:10px 0px}
.join-bt p{ font-size:14px; line-height:22px;}
.join-b-one{ width:100px; height:100px; border:3px solid #FFF; }
.join-b-one p{ font-size:13px; }

.join-c{ padding:20px 0px 30px;}
.join-ct{ padding:10px 0px;}
.join-ct h1{ line-height:30px; font-size:20px; padding:10px 0px}
.join-ct h1:before{ left:45%; width:10%; height:3px; }
.join-ct p{  font-size:13px; line-height:22px;}
.join-c-one{ width:33.3%; padding:2px;}

.join-d{ padding:20px 0px 30px;}
.join-dt{ padding:10px 0px;}
.join-dt h1{ line-height:30px; font-size:20px; padding:10px 0px}
.join-dt h1:before{ left:45%; width:10%; height:3px;}
.join-dt p{ font-size:13px; line-height:22px;}
.join-dt h2{ padding:15px 0px; font-size:14px; line-height:23px; }

.join-d-one i{ width:35%; }
.join-d-one p{ width:65%; }
.join-d-one p span{ height:auto; font-size:15px; line-height:25px; padding-top:15px;}
.join-d-one p.enp{ width:65%; }
.join-d-one p.enp span{ font-size:14px; line-height:20px; padding-top:25px;}

.join-e{ padding:30px 0px;}

.join-et h2{ font-size:14px; line-height:25px;}
.join-et h1{ font-size:20px; line-height:30px; letter-spacing:0;}
.join-et p{ font-size:15px; line-height:25px;}

.join-ep{ padding:15px 10px;}
.jdp-l{ width:100%; padding:0px;}
.jdp-l .p1{ font-size:18px; line-height:30px; }

.jo-feedbx1{ width:49%; margin-top:10px;}
.jo-feedbx2{ width:2%; margin-top:10px;}
.jo-feedbx3{ margin-top:10px;}
.jo-feed-tx{ height:120px; }
.jo-crrbtn{ margin-top:10px;}
.jdp-r{ width:100%; padding:20px 0px 0px;}


/*-- 关于我们 --*/
.abone{ padding-top:30px;}
.ab-al{ width:100%; padding:5px;}
.ab-al i{ text-align:center;}
.ab-al i img{ width:180px;}
.ab-al h1{ font-size:19px; padding:12px 0px 20px; text-align:center;}
.ab-al p{ font-size:15px; line-height:28px;}
.ab-ar{ width:100%; padding:5px;}

.ab-b{ padding:20px 10px;}
.ab-bone{ padding:10px;}
.ab-bone h1{ margin-top:20px; line-height:20px; font-size:16px; }
.ab-bone p{ font-size:14px; padding:5px 0px;}
.ab-bone p span{ height:auto;}
.abbg1,.abbg2,.abbg3,.abbg4,.abbg5,.abbg6{ background-size:100px auto; }

.abtwo{ padding:15px 0px;}
.abtwo-a{ width:100%; height:auto; float:left; padding:5px 0px;}
.abtwo-a h2{ font-size:16px; }
.abtwo-a h1{ font-size:19px; line-height:30px; padding:5px 0px;}
.abtwo-a p{ width:100%; font-size:15px; color:#6e6e6e; line-height:28px; padding:10px 0px; }
.abtwo-adown{ padding:20px 0px;}

/*-- 荣誉 --*/
.honor-t h1{ font-size:20px; line-height:30px; margin-top:30px; padding:5px;}
.honor-t p{ font-size:15px; padding:5px;}
.honor-m{ padding:20px 10px;}
.hoone p span{ height:40px; font-size:13px;}

/*-- operate --*/
.opsearch{ padding:10px 0px;}
.opsearch select{ width:25%; height:40px; margin-right:5px; font-size:15px;}
.opsearch input{ width:20%; font-size:15px; height:40px;}
.opall{ padding-bottom:40px;}
.opone{ margin:8px 0px;}
.opa{ width:100%; padding:15px 15px 5px; }
.opa:before{ display:none;}
.opa p{ height:auto; font-size:18px; line-height:30px;}
.opb{ width:100%; padding:5px 15px; }
.opb:before{ display:none;}
.opb p{ height:auto; font-size:16px; line-height:30px;}
.opc{ width:100%; padding:5px 15px;}
.opc:before{ display:none;}
.opc p{ height:auto; font-size:16px; }
.opc br{ }
.opd{ width:100%; padding:5px 15px 15px;}
.opd p{ height:auto; font-size:16px; line-height:30px; }
.opd p i{ width:25px; height:25px;}
.opd p i img{ width:18px;}
.opall .page{ padding-bottom:0px;}

/*-- page --*/
.page{ padding-bottom:40px;}
.pagination ul li{ margin-right:2px; }

/*-- 服务中心 --*/
.mapboxs{ padding:20px 0px;}
.mapone{ margin:5px 0px;}
.maponel{ width:100%; height:auto; padding:10px 10px 25px;}
.maponel i{ width:100%; height:auto; padding-top:10px; }
.maponel i img{ width:60px;}
.maponel h1{ width:100%; padding:10px; font-size:18px; line-height:25px; text-align:center;}
.maponel p{ width:100%; padding:5px 0px; text-align:center; }
.maponer{ width:100%; height:250px; }

/*-- feedback --*/
.feedback{ padding-bottom:20px;}
.feed-t{ font-size:20px; line-height:30px; padding:20px 0px 15px;}
.crr-one{ width:100%; margin-top:8px; }
.crr-two{ width:100%; margin:0px; margin-top:8px; }
.crr-three{ margin-top:8px; }
.crr-four{ margin-top:8px;}
#input2{ height:80px;}
.crrbtn{ padding:10px 0px 50px; }
#button{ width:100%; height:40px; font-size:15px; }

/*-- pdf --*/
.cnav{ padding:20px 0px; }
.cnav a{ width:150px; padding:5px 0px; margin:5px; font-size:15px; }
.pdfone{ padding:10px; }
.pdfone a p{ height:60px; padding:0px 10px 0px 50px;  font-size:15px; }

.pdfone a i.i1{ width:30px; height:45px; background-size:30px; left:15px;}
.pdfone a i.i2{ width:30px; height:45px; background-size:25px; right:10px;}
.pdfone:hover a i.i1{ background-size:30px;}
.pdfone:hover a i.i2{ background-size:25px;}


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

/*-- news --*/
.newstop{ padding:20px 10px;}
.newsl{ width:100%;}
.newsr{ width:100%; padding:10px;}
.ns-a{ padding:10px 0px;}
.ns-a h1{ font-size:18px; }
.ns-b{ padding:5px 0px;}
.ns-b p{ padding-right:20px;}
.ns-b p span{ line-height:25px; }

.ns-c{ width:100%; height:auto; float:left; padding:10px 0px 30px; border-bottom:1px solid #aaaaaa;}
.ns-c p{ width:100%; height:auto; float:left; line-height:25px; font-size:14px; color:#5f5f5f; }
.ns-c i{ float:right; font-style:normal; color:#00b0a5; border-bottom:1px solid #00b0a5; line-height:35px; font-size:14px; -webkit-transition: 0.6s;-moz-transition: 0.6s;transition: 0.6s;}
.news-one:hover .ns-c i{ color:#000; border-bottom:1px solid #000; -webkit-transition: 0.6s;-moz-transition: 0.6s;transition: 0.6s;}

.newstop .bx-wrapper .bx-prev { left:51%; background:url(../img/images/news/newsl.png) center center no-repeat; }
.newstop .bx-wrapper .bx-next { left:54.5%; background:url(../img/images/news/newsr.png) center center no-repeat; }
.newstop .bx-wrapper .bx-prev:hover { background:url(../img/images/news/newslh.png) center center no-repeat; }
.newstop .bx-wrapper .bx-next:hover { background:url(../img/images/news/newsrh.png) center center no-repeat; }
.newstop .bx-wrapper .bx-controls-direction a { position: absolute; top:auto; bottom:10px; margin-top:0px; outline: 0; width: 39px; height: 39px;}

.newsban{ width:100%; height:auto; float:left; padding:20px 20px 0px;}
.newsone{ width:100%; height:auto; float:left; -webkit-transition: 0.6s;-moz-transition: 0.6s;transition: 0.6s;}
.newsimg{ width:100%; height:auto; float:left; background:#00dab6;}
.newsimg img{ width:100%; }
.newsshow{ width:100%; height:auto; float:left; padding:20px; border:1px solid #c2c2c2; border-top:0; position:relative;}
.newsshow h1{ width:100%; height:40px; float:left; font-size:18px; color:#292929; line-height:22px; margin-top:10px;
overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.newsshow h2{ width:100%; height:40px; float:left; font-size:14px; color:#747474; line-height:20px;}
.newsshow p{ float:left; padding:40px 0px 5px;}
.newsshow p i{ width:30px; height:30px; float:left;}
.newsshow p span{ float:left; line-height:30px; font-size:14px; color:#a1a1a1; }
.newsone .newsshow em{ top:130px; visibility:visible; filter:alpha(opacity=100); -moz-opacity:1; -khtml-opacity:1; opacity:1; }

/*-- 新闻详细内容 --*/
.in-newsbox_title {width:100%; padding:15px 0px; font-size:26px; text-align:center; float:left; color:#2f2f2f; font-weight:600; margin-top:30px;}
.in-newsbox_info {width:100%;height:auto;float:left; text-align:center; padding:20px 0px;}
.in-newsbox_info ul li{ width:50%; float:left; font-size:16px; color:#2f2f2f;}
.in-newsbox_info span{ font-size:16px; color:#FFF; padding-right:10px;list-style:none; text-align:center; display:inline-block;}
.in-newsbox_content{float:left; font-size:16px; line-height:30px; width:100%; color:#2f2f2f;}
.in-newsbox_content img{ max-width:100%}
.pagee{width:100%;float:left; height:auto;}
.pagees{width:100%;float:left; height:auto;}
.pagesl{ width:30%; float:left;}
.pagesl p{ width:auto; font-size:15px; line-height:20px; padding:5px 0px; color:#2f2f2f;}
.pagesr p{ width:auto; font-size:15px; line-height:20px; padding:5px 0px; color:#2f2f2f;}
.pagesr{ width:30%; float:right; text-align:right;}
.pagesl a{ color:#FFF; font-size:15px; padding:5px 10px; display:inline-block;
-moz-border-radius: 3px; /* Firefox */
-webkit-border-radius: 3px; /* Safari 和 Chrome */
border-radius: 3px; /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
background: linear-gradient(bottom, #00ddb7, #007bae);
background: -ms-linear-gradient(bottom, #00ddb7, #007bae);
background: -webkit-linear-gradient(bottom, #00ddb7, #007bae);
background: -moz-linear-gradient(bottom, #00ddb7, #007bae);
}
.pagesl a:hover{ color:#FFF; background:#161616;}
.pagesl i{ padding-right:5px;}
.pagesr a{ color:#FFF; font-size:15px; padding:5px 10px; display:inline-block;
-moz-border-radius: 3px; /* Firefox */
-webkit-border-radius: 3px; /* Safari 和 Chrome */
border-radius: 3px; /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
background: linear-gradient(bottom, #00ddb7, #007bae);
background: -ms-linear-gradient(bottom, #00ddb7, #007bae);
background: -webkit-linear-gradient(bottom, #00ddb7, #007bae);
background: -moz-linear-gradient(bottom, #00ddb7, #007bae);
}
.pagesr i{ padding-right:5px;}
.pagesr a:hover{ color:#FFF; background:#161616;}


/*-- 新闻详细内容 --*/
.in-newsbox_title {font-size:20px;}
.in-newsbox_content{font-size:14px;line-height:25px;}

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

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

/*-- 登录图标 --*/
.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:#00bab4; 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;}
.plrx2{ padding:0px 2px;}
.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;}
.plras30{ padding:5px;}
.plra30{ padding:5px;}
}

/* XS Portrait */
@media (max-width: 480px) {
/*-- syth --*/
.syth-a{ padding:20px;}
/**/
.cp_prev{ top:220px; }
.cp_next{top:220px; }

/*-- syfv --*/
.syfvl{ width:100%; padding:5px;}


/*-- 关于我们 --*/
.ab-al i img{ width:130px;}

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

/**/
.join-d-one p.enp span{ font-size:14px; line-height:20px; padding-top:15px;}
}

@media (max-width: 380px) {

}

@media (max-width: 330px) {

}


