@media (max-width: 1730px) {

}

@media (max-width: 1650px) {
.sytwo-sr{ padding:50px 15px 15px 50px; }
.sytwo-sr h2{ width:90%;  }
.sytwo-sr ul{ width:90%; padding: 40px 0px;}
.syoname{ padding: 0px 50px;}
#prev2 { left:15px; width:45px; height:45px; }
#next2 { right:15px; width:45px; height:45px; }
.ab-dbox .swiper-button-prev{ left:15px;}
.ab-dbox .swiper-button-next{ right:15px;}
}

@media (max-width: 1550px) {
.same-show .swiper-button-prev{ left:0px; }
.same-show .swiper-button-next{ right:0px; }
}

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

.sytwo-sr{ padding:40px 15px 15px 30px; }
.sytwo-sr h2{ width:100%;  }
.sytwo-sr ul{ width:100%; padding:20px 0px 30px;}
.sytwo-sr ul li h1{ font-size:3.5rem; }
.sytwo-sr ul li:last-child h1{ font-size:3rem;}
.sytwo-sr ul li h1 sup{ font-size:2rem;}
.sytwo-sr a{ width:145px; height: 60px;}

.bywds h1{ width:45%; font-size:3.5rem; }
.bywds p{ width:50%; font-size:1.3rem; }
.bywds button{ width:280px; height: 65px; }	
	
/*-- 内页 --*/
.inbanner>i{height:420px; }
.inbanner h1{ font-size:3rem; padding-bottom:5%; padding-right:10%; }
	
.oem-cone .oem-cl{  padding:15px 5% ;}

}

@media (max-width: 1360px) {
.syone-up .swiper-slide i{ width:150px; height: 150px;}
.syone-up .swiper-slide h1{ font-size: 1.2rem; }
}

@media (max-width: 1230px) {
html{ font-size: 14px; }
/*-- sythbox --*/
.syth-show{ height:750px;}
.syth-a:hover{ width:70%;}
.syth-w h2{ font-size:3.5rem; }
.syth-w h1{ font-size:1.5rem; }
.syth-w p{ font-size:1.1rem; }

/*-- syfobox --*/
.syfobox{ display: flex; height: 550px;}
.syfom i{ display: flex; padding: 20px 0px 60px;}
.syfom i img{ max-width: 80%;}
.syfom a{ width:320px; height:70px; }

.cpimgs{ height:205px; }
.cpimgs img{ max-height:205px; }
.idea-show .cpimgs{ height:270px; }
.idea-show .cpimgs img{ max-height:270px; }
	
/*-- 内页 --*/
.inbanner>i{height:380px; }
.inbanner h1{ font-size:2.5rem; padding-right:5%; }
}

/* md */
@media (max-width: 1180px) { 
.syone-up .swiper-slide i{ width:130px; height: 130px;}
.syone-up .swiper-slide h1{ font-size: 1.1rem; }
	
.bywds h1{ font-size:3rem; }
.bywds p{ width:50%; font-size:1.2rem; }
.bywds button{ width:260px; height:55px; }
.ab-cone{ padding:30px 20px 0px; }
.ab-cone p{ padding:8px 20px; }
.ab-cone::before{ left: 127px;}
	
.myzs .swiper-slide div i{ height:300px; }
}

@media (max-width: 1080px) {
.myzs .swiper-slide div i{ height:200px; }
}

/*ipad*/
@media (min-width: 768px) and (max-width: 991px) {
html{ font-size: 13px; }	
.sytwo-show{ flex-direction:column; }
.sytwo-sr a{ width:135px; height:55px;}
.sytwo-sl{ width:100%; }
.sytwo-sr{ width:100%; }
	
/*-- 地图 --*/
.con-a i img{ width:80px;}
}

/* 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;
	height:0px;
}
#wrapper.toggled {}
#sidebar-wrapper {
    z-index: 99999;
    width: 100%;
    height: 0%;
    overflow-y: auto;
    overflow-x: hidden;
    background:#094879;
    -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:#242424;
    -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         */
/*-------------------------------*/
.hamburger {
  width: 32px;
  height: 32px;
  background:transparent;
  position:absolute;
  z-index: 100000;
  right:12px;
  top:10px;
  border:0;
}
.hamburger:hover,
.hamburger:focus,
.hamburger:active {
  outline: none;
}
.hamburger.is-closed:before {
  content: '';
  display: block;
  width: 100px;
  font-size: 14px;
  color: #FFF;
  line-height: 32px;
  text-align: center;
  opacity: 0;
  -webkit-transform: translate3d(0,0,0);
  -webkit-transition: all .35s ease-in-out;
}
.hamburger.is-closed:hover:before {
  opacity: 1;
  display: block;
  -webkit-transform: translate3d(-100px,0,0);
  -webkit-transition: all .35s ease-in-out;
}

.hamburger.is-closed .hamb-top,
.hamburger.is-closed .hamb-middle,
.hamburger.is-closed .hamb-bottom,
.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-middle,
.hamburger.is-open .hamb-bottom {
  position: absolute;
  left: 0;
  height: 4px;
  width: 100%;
}
.hamburger.is-closed .hamb-top,
.hamburger.is-closed .hamb-middle,
.hamburger.is-closed .hamb-bottom {
  background-color: #FFF;
}
.hamburger.is-closed .hamb-top { 
  top: 5px; 
  -webkit-transition: all .35s ease-in-out;
}
.hamburger.is-closed .hamb-middle {
  top: 50%;
  margin-top: -2px;
}
.hamburger.is-closed .hamb-bottom {
  bottom: 5px;  
  -webkit-transition: all .35s ease-in-out;
}

.hamburger.is-closed:hover .hamb-top {
  top: 0;
  -webkit-transition: all .35s ease-in-out;
}
.hamburger.is-closed:hover .hamb-bottom {
  bottom: 0;
  -webkit-transition: all .35s ease-in-out;
}
.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-middle,
.hamburger.is-open .hamb-bottom {
  background-color: #FFF;
}
.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-bottom {
  top: 50%;
  margin-top: -2px;  
}
.hamburger.is-open .hamb-top { 
  -webkit-transform: rotate(45deg);
  -webkit-transition: -webkit-transform .2s cubic-bezier(.73,1,.28,.08);
}
.hamburger.is-open .hamb-middle { display: none; }
.hamburger.is-open .hamb-bottom {
  -webkit-transform: rotate(-45deg);
  -webkit-transition: -webkit-transform .2s cubic-bezier(.73,1,.28,.08);
}
.hamburger.is-open:before {
  content: '';
  display: block;
  width: 100px;
  font-size: 14px;
  color: #FFF;
  line-height: 32px;
  text-align: center;
  opacity: 0;
  -webkit-transform: translate3d(0,0,0);
  -webkit-transition: all .35s ease-in-out;
}
.hamburger.is-open:hover:before {
  opacity: 1;
  display: block;
  -webkit-transform: translate3d(-100px,0,0);
  -webkit-transition: all .35s ease-in-out;
}

/*-------------------------------*/
/*            Overlay            */
/*-------------------------------*/

.overlay { position: fixed;display:none;width: 100%; height: 100%;overflow:hidden;top: 0;left: 0;right: 0; bottom: 0;background-color: rgba(250,250,250,.8);z-index: 9;} 

/*-------------------------------------RBOX-----------------------------------*/
/*-- 手机侧边导航 --*/
.xtopB{ width:100%; height:auto; float:left; padding:90px 10px 50px; position:relative;}
.xtop{ width:100%; height:auto; float:left; padding:20px 10px;}
.xtop h1{ width:100%; height:auto; float:left; font-size:18px; color:#FFF; padding:10px 0px; text-transform:uppercase; font-weight:600;}
.xtop h1 a{ color:#FFF; display:block;}
.xtop ul li{  float:left; font-size:16px; color:#FFF; width:100%;}
.xtop ul li a{ color:#FFF; display:block; padding:10px;}
.xscen{ width:100%; height:auto; float:left;}
.xscen span{ padding:5px 10px; background:#FFF; margin-right:5px; }
.xscen a{ padding:5px 10px; background:#000; color:#FFF;
-moz-border-radius:3px; /* Firefox */
-webkit-border-radius:3px; /* Safari 和 Chrome */
border-radius:3px; /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
}
	
/*-- 头部 --*/
html{ font-size: 12px; }
.headerbox{ position: relative; height:50px; padding:0px; background-color: #000;}
.headerbox .md{ height:100%; position: relative; justify-content: flex-start;}
.logo{ width:auto; top:0; left:0px; height:50px; display: flex; align-items: center;}
.logo>i a img{ height:35px;}
.elsebox{ margin-left: auto; margin-right:45px;}
.searchv{ font-size: 15px;}
.search-show{ width:300px; top:38px;}
.cen a { background-color:#ca896e; padding: 2px 6px; }
	
#fixnav{position:relative; }

/*-- --*/
.bywds h1{ width:70%; font-size:1.3rem;  }
.bywds p{ width:70%; font-size:0.9rem; padding:8px 0px; }
.bywds button{ width:100px; height:40px; font-size:0.9rem; line-height: 1;}
.bannerbox .swiper-pagination-bullet { width:10px; height:10px; }
.bannerbox .swiper-horizontal>.swiper-pagination-bullets{ bottom:10px;}
	
/*-- syonebox --*/
.syonebox{ padding:0px;}
.syone-t{ padding:20px 0px; }
.syone-up{ padding:0px 0px 10px; }
.syone-up .swiper-slide i{ width:80px; height:80px; }
.syone-up .swiper-slide i img{ width: 100%; padding:10px; }
.syone-up .swiper-slide h1{ padding:10px 0px; }
.syoname{ position:relative; bottom:0; padding:20px 0px; }
.syoname h1{ font-size: 1.5rem; }
.syoname p{ font-size: 1.3rem; padding:5px 0px;}
#prev2 { left:15px; top:32%; background-size:60%; width:30px; height:30px; }
#next2 { right:15px; top:32%; background-size:60%; width:30px; height:30px; }
	
/*-- sytwobox --*/
.sytwo-tm{ padding:30px 0px; }
.sytwo-tm h1{ font-size: 2rem; }
.sytwo-tm p{ width:75%; padding: 10px 0px;}
.sytwo-show{ flex-direction:column; padding-bottom: 20px; }
.sytwo-sl{ width:100%;}
.sytwo-sr{ width:100%; padding:0px; align-items: center;}	
.sytwo-sr h2{ width:100%; font-size: 1.18rem; padding: 20px 15px; }
.sytwo-sr ul{ width:100%; padding:0px 0px 30px;}
.sytwo-sr ul li{ flex-direction:column; justify-content:center; align-items:center;}
.sytwo-sr ul li h1{ font-size:3rem;}
.sytwo-sr ul li:last-child h1{ font-size:2.2rem;}
.sytwo-sr ul li h1 sup{ font-size:1.4rem; }
.sytwo-sr ul li p{ padding:0px 10px; width:70%; text-align: center; }
.sytwo-sr a{ width:120px; height:50px;}
	
/*-- sythbox --*/
.syth-tm{ padding: 30px 0px; min-height:auto;}
.syth-tm div h1{ font-size: 2rem; padding:0px;}
.syth-tm a{ width:100px; height:40px; }
.syth-show{ height:450px; }
.syth-a:hover{ width:80%;}
.syth-w{ min-height:100px;  padding: 10px 15px 20px; }
.syth-w h2{ font-size:2rem;  }
.syth-w h1{ font-size:1.1rem; padding:10px 0px; }
.syth-w p{ width:100%; height:auto; padding-top:10px; font-size:1rem; }
.syth-w i{ font-size:8rem; }
.syth-a:hover .syth-w{ width:90%;}
	
/*-- syfobox --*/
.syfobox{ height:450px; background-size:100%; margin-top:30px; }
.syfom i{ justify-content: center; align-items: center; padding: 20px 0px 40px;}
.syfom i img{ max-width:50%;}
.syfom a{ width:260px; height:60px; }
	
/*-- 内页 --*/
.inbanner>i{ height:200px; }
.inbanner h1{ font-size:16px; }
	
/*-- locbox --*/
.locbox ul li{ font-size: 1rem;}
.locbox ul li a{ font-size: 1rem; }
	
/*-- about --*/
.ab-abox{ padding: 10px 0px 15px;}
.ab-aone{ flex-direction:column; padding:0px; }
.ab-aone .ab-al{ width:100%; flex-direction:column; padding:0px;}
.ab-aone .ab-al h1{ font-size:1.6rem; padding: 25px 0px 0px;}
.ab-aone .ab-al p{ font-size:1.2rem; padding:20px 0px 30px; }
.ab-aone.two{ flex-direction:column;}
.ab-aone .ab-ar{ width:100%;}

.ab-bbox ul{ width:100%; padding:0px; flex-wrap: wrap; align-content: center; align-items: center;}
.ab-bbox ul li{ width: 50%; flex-direction:column; justify-content:center; align-items:center;}
.ab-bbox ul li h1{ font-size:3rem;}
.ab-bbox ul li:last-child h1{ font-size:2.2rem;}
.ab-bbox ul li h1 sup{ font-size:1.4rem; }
.ab-bbox ul li p{ padding:0px 10px; width:100%; text-align: center; }
.ab-bbox ul li:nth-child(2)::before{ display:none; }
.ab-cbox{ padding:40px 0px;}
.ab-cbox .md{  flex-direction:column; }
.ab-cl{ width:100%; display: flex; justify-content: center; align-items: center; flex-direction:column;}
.ab-ct{ padding: 0px;}
.ab-ct h2{ font-size: 1.5rem; padding: 10px 0px; }
.ab-ct h1{ font-size: 1.8rem; padding: 5px 0px; }
.ab-clist{ padding:40px 0px;}
.ab-cone{ padding: 0px; }
.ab-cone::before{ left:87px; }
.ab-cone h3{ width:80px; }
.ab-cone p{ width:100%; padding:10px; font-size:1.2rem; }
.ab-cr{ width:100%;}
.ab-cr i{ padding:5px 0px;}
.ab-dbox{ padding:30px 0px; }
.ab-dt{ padding:15px 0px;}
.ab-dt h1{ font-size: 1.6rem; }
.myzs{ width:100%; padding:20px 0px 40px;}
.myzs .swiper-slide div i{ height:320px; }
.ab-dbox .swiper-button-prev{ width:35px; height:35px;}
.ab-dbox .swiper-button-next{ width:35px; height:35px; }


/*-- 产品 --*/
.sortbox{ padding:10px 10px 60px;}
.psone{ position:relative; bottom:0; }
.psone h1{ padding:5px; width:100%; height:50px; background-color:#e2e2e2; font-size: 1.2rem;}
	
/*-- products --*/
.cpsearch{ padding-bottom: 10px; }
.cpsearch form{ width: 100%;}
.insearch{ width:100%;}
#search_inputps1{ font-size:1rem;}
.probox{ flex-direction:column; padding-bottom:30px;}
#showsnav{ width:100%;}
.list ul.one{ padding: 5px 0px 50px;}
.list ul.one li{ padding-bottom:3px; }
.list ul.one li>a{ font-size:1.2rem; }
.proR{ width:100%; padding-left:0;}
.cpimgs{ height:236px;}
.cpimgs img{ max-height:236px; }
.cpnames{ min-height:105px; padding:5px; }
.cpnames h1{ font-size:1.1rem; padding: 0px 10px 5px 0px; }
.cbutton span{ width:70px; height:30px; }
	
/*-- 产品内页 --*/
.proinfobox{ width:100%; padding-top:5px; padding-left:0px;}
.ban { flex-direction:column;}
.banl{ width:100%; }
.mySwiperb .swiper-wrapper .swiper-slide{ width:50px; height:50px; }
#prev1 { bottom:-13px; height:50px; }
#next1 { bottom:-13px; height:50px; }
.banr{ width:100%; padding-left:0px;  }
.br-a{ min-height:80px; }
.br-a a{ padding: 5px;}
.br-b p{ font-size:1.5rem; }
.br-c{ padding:0px 0px 50px;}
.cpback a{ font-size:1.2rem; }
.same-t{  min-height:130px;  }
.same-t h1{  font-size:1.6rem; }
.same-show{ padding: 25px 0px 50px; }

/*-- page --*/
.page.incp{ padding:10px 0px;}
.pagination ul li{ padding: 0px 2px}
.pagination ul li span{ line-height: 30px; height:30px;}
.pagination ul li a{ width:30px; height:30px; }
#fprev,#prev{ background-size:40%; }
#fprev:hover,#prev:hover{ background-size:40%; }
#next,#fnext{ background-size:40%; }
#next:hover,#fnext:hover{ background-size:40%; }
#fprev,#prev,#next,#fnext{ width:30px; height:30px;}
	
/*-- 新闻 --*/
.newsbox{ padding: 0px 0px 50px;}
.newsone{ margin-top:30px; }
.newsone a{ flex-direction: column; }
.newsol{ width:100%; padding:0px;}
.newsol p span{ padding-left: 15px; font-size: 2.5rem;}
.newsor{ width:100%; padding:20px 15px;}
.newsor h1{ font-size: 1.6rem; padding:0px 0px 10px;}
.newsor p{ font-size: 1.2rem; }
.newsbox button{ width:45px; height:45px; right:30px; bottom:-20px; }

/*-- quality --*/
.oem-a{ width:100%; display: flex; padding: 20px 0px 0px; }
.oem-at h1{ font-size:1.5rem; padding:18px 22px; }
.oem-img{ padding:0px 0px 50px; }
.oem-aimg{ flex-wrap: wrap; padding: 0; }
.oem-ione{ width:100%; padding:0px; border-radius:0px; margin-top: 10px; }
.oem-ione h1{ font-size: 1.3rem; }
.oem-jt{ display: none;}
.oem-bjt{ display: none;}
.oem-b{ padding:30px 0px; }
.oem-bt{ padding:10px 0px;}
.oem-bt h1{ font-size: 1.8rem;}
.oem-bshow{ padding:15px;}
.oem-bshow .col-md-4{ margin-top:0px;}
.oem-bone{ margin-top: 10px; min-height:auto; }
.oem-bone i img{ max-width:70%;}
.oem-bone h1{ font-size: 1.4rem; }
.oem-bone p{ font-size: 1.1rem; padding:10px; }
.oem-cone{ flex-direction:column; }
.oem-cone:first-child{ padding-bottom:15px;}
.oem-cone .oem-cl{ width:100%; padding:15px; }
.oem-cone .oem-cl h1{ font-size:2rem; padding: 15px 0px 0px; }
.oem-cone .oem-cl p{ font-size:1.2rem; padding: 25px 0px;}
.oem-cone .oem-cr{ width:100%; }

/*-- 新闻详细内容 --*/
.newsbox.innews{ padding: 0px;}
.in-newsbox_title {width:100%; padding:0px; font-size:18px; margin:25px 0px 15px; line-height:25px; }
.in-newsbox_info{ padding:15px 0px;}
.in-newsbox_info ul li{ font-size:14px; }
.in-newsbox_content{ font-size:15px; line-height:25px;}
.pagees{ padding: 30px 0px 50px;}
.pagesl{ width:100%; }
.pagesl p{ width:100%; font-size:14px; }
.pagesr p{ width:100%; font-size:14px; }
.pagesr{ width:100%; float:left; text-align:left; margin-top: 10px;}
.pagesl a{ font-size:14px;}
.pagesr a{ font-size:14px; }
.backbtn a{ padding: 5px 20px; font-size: 14px;}
	
/*-- idea --*/
.ideabox{ min-height:380px; }

.idea-am{ flex-direction:column; padding: 30px 15px;}
.idea-am div{ width:100%; flex-direction: column; }
.idea-am div h1{ font-size:3rem; }
.idea-am div h1::before{ left:3px; bottom:20px; width:5px; height:50px;  }
.idea-am div h1::after{ bottom:8px; width:50px; height:5px;  }
.idea-am div p{ font-size: 1.4rem; padding:20px 0px;}
.idea-am i{ width:100%; }

.idea-b{ padding: 60px 0px;}
.idea-bm{ flex-direction: column;}
.idea-bl{ width:100%; flex-direction: column; justify-content: flex-start; align-items: flex-start;}
.idea-bl div{ position:relative; left: 0; top:0; display: flex; flex-direction: column;}
.idea-bl h1{ font-size:1.8rem; }
.idea-bl p{ font-size: 1.4rem; padding:20px 0px; }
.idea-br{ width:100%; padding-left:0px;}
.idea-br ul{ padding: 15px;}
.idea-br ul li{ padding:10px; }
.idea-br ul li::before{ top:17px; width:10px; height: 10px; }
.idea-br ul li h1{ font-size: 1.5rem; }
.idea-br ul li p{ font-size: 1.3rem; }
	
.idea-c{  background-size:80px; background-position:left 10px bottom 20px; padding:50px 0px;}
.idea-cm{ flex-direction: column; background-size:90%;}
.idea-cm div{ width:100%; padding:15px; position:relative; }
.idea-cm div h1{ font-size:1.8rem;  }
.idea-cm div p{ font-size: 1.4rem; padding-top:20px; }

.idea-d{ padding:50px 0px;}
.idea-dm{ flex-direction:column; }
.idea-dm i{ width:100%; }
.idea-dm i img{ }
.idea-dm div{ width:100%;}
.idea-dm div h1{ font-size:1.8rem;  }
.idea-dm div p{ font-size: 1.4rem; padding-top:20px; }

.idea-et{ padding:20px 0px;}
.idea-et h1{ font-size: 2rem; }
	
.idea-show .cpimgs{ height:236px;}
.idea-show .cpimgs img{ max-height:236px; }
	
/*-- 地图 --*/
.cont-one{ padding:35px 0px;}
.con-a i img{ width:60px;}
.con-a p{ font-size: 1.3rem; }
#container{ height:350px; }
.mapbox{ padding: 15px 0px 50px;}

/*-- 底部 --*/
.footB{ padding-bottom:50px;}
.footup{ min-height:20px; padding: 15px 0px; }
.footdown{ border: 0; padding:20px 0px; font-size:13px; flex-direction:column; }	

/*-- 手机搜索 --*/
#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:#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=90);   
-moz-opacity:0.9;   
-khtml-opacity: 0.9;   
opacity: 0.9;
-moz-border-radius: 5px; /* Firefox */
-webkit-border-radius: 5px; /* Safari 和 Chrome */
border-radius: 5px; /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */ 
background:#094879;
}
.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%; bottom:-6px; width:3%; height:0;
border-left:7px solid transparent;   
border-right:7px solid transparent;   
border-top:7px solid #094879;
}
	
.ph-three{ width:50%; height:auto; position:absolute; right:0%; 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:#094879;
}
.ph-three 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-three:before{ content:""; position:absolute; right:15%; bottom:-6px; width:3%; height:0;
border-left:7px solid transparent;   
border-right:7px solid transparent;   
border-top:7px solid #094879;
}
	
.ph-fo{ width:50%; height:auto; position:absolute; left:5%; bottom:50px; padding:4px 8px;
filter:alpha(opacity=90);   
-moz-opacity:0.9;   
-khtml-opacity: 0.9;   
opacity: 0.9;
-moz-border-radius: 5px; /* Firefox */
-webkit-border-radius: 5px; /* Safari 和 Chrome */
border-radius: 5px; /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */ 
background:#094879;
}
.ph-fo 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-fo:before{ content:""; position:absolute; left:47%; bottom:-6px; width:3%; height:0;
border-left:7px solid transparent;   
border-right:7px solid transparent;   
border-top:7px solid #094879;
}

/*-- 浮动 --*/
.footside{width:40px; top:60%; }
.footside ul li{width:40px; height:40px; }
.footside ul li a>i{width:40px;height:40px; }
.footside ul li .sidetop{width:40px; height:40px; }
.footside ul li img{width:40px;}
.footside ul li a{ width:40px; height:40px; line-height:40px; font-size:12px;}
#cmail:hover a{ width:100px;}
	
/*回滚*/
#topcontrol{ z-index:999;}
.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; padding:0px;}
.phnav{ width:100%; float: left; 
padding:13px 10px; line-height:30px; color:#FFF; font-size:16px; text-align:left; display: flex; justify-content:space-between; align-items:center;
background: linear-gradient(top, #094879, #0c5690);
background: -ms-linear-gradient(top, #094879, #0c5690);
background: -webkit-linear-gradient(top, #094879, #0c5690);
background: -moz-linear-gradient(top, #094879, #0c5690);
}
.phnav a{ color:#FFF; text-decoration:none; display: flex; justify-content: center; align-items: center;}
.phnav a i{ display: flex; justify-content: center; align-items: center; padding-left: 5px;}
.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;}
.plrxa5{ padding:5px!important;}
.plrxa10{ padding:10px 0px;}
.plrax10{ padding:10px 5px;}

}

/* XS Portrait */
@media (max-width: 480px) {
/*-- sythbox --*/
.syth-show{ height:320px; }
	
/*-- syfobox --*/
.syfobox{ height:280px; background-size:180%!important; background-position:center bottom;  }
.syfom i img{ max-width:40%;}
.syfom a{ width:240px; height:55px; }

/**/
.inbanner>i{ height:130px;}
.inbanner h1{ padding-bottom:20px; padding-right:15px; }

.cpimgs{ height:205px;}
.cpimgs img{ max-height:205px; }
.idea-show .cpimgs{ height:205px;}
.idea-show .cpimgs img{ max-height:205px; }
	
.myzs .swiper-slide div i{ height:230px; }

/*-- 地图 --*/
#container{ height:300px;}
}

@media (max-width: 430px) {
.cpimgs{ height:177px;}
.cpimgs img{ max-height:177px; }
.idea-show .cpimgs{ height:177px;}
.idea-show .cpimgs img{ max-height:177px; }
}

@media (max-width: 330px) {
/*-- 内页 --*/
.inbanner>i{ height:90px; }
}


