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

@media (max-width: 1650px) {
.sythone i{  height:600px;}
.sythone .syfd{  font-size:80px; }
.myths .swiper-slide:not(.swiper-slide-active).swiper-slide-prev .syelse{
 right:-20px; }
.myths .swiper-slide:not(.swiper-slide-active).swiper-slide-next .syelse{
left:-20px; }
}


@media (max-width: 1430px) {
.md{ width: 100%; }
.logo{ width:320px; left: 0; overflow: hidden; }
.navbox{ width:70%; }
	
.sythone i{  height:500px;}
.sythone .syfd{  font-size:60px; }
.myths .swiper-slide:not(.swiper-slide-active).swiper-slide-prev .syelse{
 right:-30px; font-size: 22px; }
.myths .swiper-slide:not(.swiper-slide-active).swiper-slide-next .syelse{
left:-30px; font-size: 22px; }
}

@media (max-width: 1360px) {
.banwz .imy{ width:450px; }
.banwz .btns span{ width:160px; height:45px; line-height:45px; font-size: 15px; }
	
/*-- 内页 --*/
.inbanner>i{ height: 350px; }
}

@media (max-width: 1280px) {
/*-- syfo --*/
.syfo-l{ width:50%; }
.syfo-lc-a{ padding-right: 10px;}
.syfo-r{ width:50%; }
.myfour .swiper-button-prev{ right: 33%; }
.myfour .swiper-button-next{ right: 23%; }
	
}

@media (max-width: 1230px) {
.syfv-one{ height: 450px;}
	
.list ul li a{ line-height:18px; font-size:14px; padding:0px 20px 0px 5px; }
.list ul li ul li a{font-size:13px; }
}

/* md */
@media (max-width: 1180px) { 
.navbox{ padding-right:0; }
.elsebox{ right:15px; top:7px; }

/*-- about --*/
.ab-aa i img{ }
.ab-aa p{ width:50%; line-height: 30px; padding: 0px 0 20%; }
.ab-bo-l{ width:60%;  padding-right:20px; }
.ab-bo-l div h1{ line-height:26px; }
.ab-bo-l div p{ line-height:26px;  }
.ab-bo-r{ width:40%;}
.ab-bone.two .ab-bo-l{  padding-left: 20px; }		

.ab-ta-one-l div{ padding: 0px 20px; }
.ab-tb-one-l div{ padding: 0px 20px; }
	
/*-- 新闻 --*/
.newsone .md{ padding:0px 30px;}

/*-- oem --*/
.oem-at{padding: 0px;}
.oem-at h1{ font-size: 28px;}
.oem-ab-one div h1{ padding: 20px 0px; font-size: 22px; line-height:28px; }
.oem-ab-one div p{ font-size: 16px; line-height: 25px; padding: 0px 15px;}
.oem-ab-one div ul li span{ font-size: 15px; }
.tech-bar{ padding:0px 15px; }
.tech-bar h1{ font-size: 22px; }
.tech-bar p{ font-size: 15px; line-height:25px;}

.wt p{ font-size:40px; }
}

@media (max-width: 1080px) {
.syabl{ width:40%; }
.syabr{ width:60%; }
.syabr>p{ width: 100%; line-height: 28px; padding:35px 0px; }
}

/*ipad*/
@media (min-width: 768px) and (max-width: 991px) {
.logo{ width:300px; height: 95px;}
.navbox{ width:70%; height: 95px;}
.logo>i a img{ max-width:75%; }
.navbox ul li a{ font-size:15px; }	
	
.syfv-one{ height: 400px;}
.syfv-one p{ font-size: 15px; line-height:25px; padding:0px 15px; }

.sythone i{  height:450px;}
.sythone .syfd{ font-size:50px; }
.myths .swiper-slide:not(.swiper-slide-active).swiper-slide-prev .syelse{
 right:-50px; font-size:18px; line-height: 20px; }
.myths .swiper-slide:not(.swiper-slide-active).swiper-slide-next .syelse{
left:-50px; font-size:18px; line-height: 20px;}

.syth-btn{ right:5%; bottom:2%; }
.syth-btn a{ width:150px; font-size: 15px;  }
	
/*-- 内页 --*/
.inbanner>i{ height: 300px; }
	
	
}
/* 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:#2d2d2d;
    -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:15px;
  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: #c18e5e;
}
.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: #c18e5e;
}
.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:#b78c69; color:#FFF;
-moz-border-radius:3px; /* Firefox */
-webkit-border-radius:3px; /* Safari 和 Chrome */
border-radius:3px; /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
}

/*-- --*/
.banwz .imy{ width:100%;}
.banwz i{ padding: 0px 10%;}
.banwz i img{ width:100%;}
.banwz .btns{ padding:40px 0px; }
.banwz .btns span{ width:150px; height:42px; line-height:42px; font-size: 14px; }
.section1{ position: relative;}
.bannerbox .swiper-pagination-bullet{ margin: 0 20px!important; }
.bannerbox .swiper-pagination-bullet::after{ width:40px;}

	
/*-- 头部 --*/
.headerbox{ height: 60px; padding:0px; background-color: #4d4948;}
.logo{ width:50%; top:5px; left: 0;  height:60px; }
.logo>i a{ text-align: center;}
.logo>i a img{ height:50px;}
.elsebox{ position:absolute; right:55px; top:15px; }
.searchv{  padding-right:5px; }
.search-show{ width:280px; top:45px; }
#search_input1{ width:240px;}
.cen a { font-size: 14px; }
#ondropdown-menu{ padding:5px; left: 0; top:100%;}
	
/*-- syabbox --*/
.syab{ padding-top:70px; }
.syab .md{ flex-direction:column; }
.syabl{ width:100%;}
.syabl i img{ width:120px;}
.syabl p{ font-size: 16px; padding: 10px 0px 25px;}	
.syabr{ width:100%; }
.syabr h1{ font-size:20px; letter-spacing:1px;  }
.syabr h2{ font-size:18px; letter-spacing:1px;  }
.syabr>p{ width: 100%; font-size: 15px; line-height:25px; padding:25px 0px; }
.syaone{  padding: 0px 5px; }
.syaone h1 span{ font-size:30px;}
.syaone h1 i{ font-size:30px; }
.syaone p{ font-size: 13px; }
.syabc{ padding-top:30px; align-items: flex-end; padding-bottom: 20px;}
.syabc a{ width:150px; height: 40px; font-size: 15px; }
.abimg-s1{ width:100%; height:150px; background-size:90%; left:-40%; }
.abimg-s2{ bottom:5%; }
.abimg-s2 img{ width: 200px;}
	
/*-- syth --*/
.syth{ padding-top:0px; }
.sythone{ padding:10%; }
.sythone i{  height:auto; }
.sythone i img{ width: 100%; }
.sythone .sycpname{ padding: 20px 0px;}
.sythone .sycpname h1{ font-size:16px; }
.sythone .sycpname p{ font-size:15px; }
.sythone .syfd{ left:0%; width:100%; font-size:28px;  padding-bottom:10%;}
.syth-btn{ right:0%; bottom:3%; width:100%; display: flex; justify-content: center; align-items: center;}
.syth-btn a{ min-width:150px; width: auto; font-size: 15px; padding: 0px 15px;  }
.myths .swiper-slide:not(.swiper-slide-active).swiper-slide-prev .syelse{
display: none;
}
.myths .swiper-slide:not(.swiper-slide-active).swiper-slide-next .syelse{
display: none;}
	
/*-- syfo --*/
.syfo{ padding-top:70px;}
.syfoinfo{ padding:10px 15px; flex-direction: column;}
.syfo-l{ width:100%; justify-content:flex-start; }
.syfo-la h1{ font-size:20px; line-height:25px; }
.syfo-la h1 i{ font-size:30px; }
.syfo-lb{ padding: 20px 0px; }
.syfo-lb p{ min-width: 100px; line-height: 20px; padding:5px; margin: 5px 0px;  font-size: 13px; margin-right:15px;}
.syfo-lc{ width:100%;}
.syfo-lc-a{ width:70%; padding-right: 10px;}
.syfo-lc-a p{ font-size: 14px;  }
.syfo-lc-a a{ width:auto; padding: 0px 15px; line-height:35px; font-size: 14px; }
.syfo-lc i{ width:30%;}
.syfo-lc i img{ width: 100%;}
.syfo-r{ min-width:100%; padding:15px 0% 0px; }
.syfo-r i img{ width: 100%;}
.myfour .swiper-button-next:after,.myfour .swiper-button-prev:after{ display: none;}
.myfour .swiper-button-prev{ width:40px; height:40px; bottom:0px; right:10%; background-size:60%;}
.myfour .swiper-button-next{ width:40px; height:40px; bottom:0px; right: 0%;  background-size:60%;}
	
/*-- syfv --*/
.syfv{ padding-top:70px;}
.syfv-t h1{ font-size:20px; padding-top:20px; }
.syfv-t p{ font-size: 15px;  padding: 10px 0px; }
.syfv-one{ height:180px; width: 100%; }
.syfv-show .col-md-4:nth-child(2){ margin-top:10px;}
.syfv-show .col-md-4:nth-child(3){ margin-top:10px;}
.syfv-one p{ min-height:auto; font-size: 16px; line-height:25px; padding:5px 15px 20px; }
.syfv-one p>i{ width:30px; margin-top:10px;}

/*-- syfx --*/
.syfx{ padding-top:70px;}
.syfx-a i{ display: flex; justify-content: center; align-items: center;}
.syfx-a i img{ max-width:60%; }
.syfx-a h1{ font-size:18px; letter-spacing:1px; }
.syfx-b{ flex-direction:column; margin-top:20px; }
.syfx-b p{ font-size:17px; line-height:25px; padding:5px; }
.syfx-c form{ width:100%;}
.fva{ width:100%; height:50px; }
#input1{ line-height:50px; font-size:15px;}
.syfx-d ul li a img{ width:36px; height:36px; }
.syfx-d ul li a i{ left:4px; top:4px; width:27px; height:27px; }
	
/*-- 内页 --*/
.inhead .headerbox{ position: relative; float: left;}	
.inbanner>i{ height:200px; }
.wt p{ font-size:24px; letter-spacing:0px;}
.inwords ul{ padding:6px 0px;}
.inwords ul li{ padding-right:3px; font-size:12px; }
#limgs img{ width:15px;}
.inwords ul li a{ font-size:12px;}
	
/*-- about --*/
.about .md{ padding:20px 15px;}
.ab-a{ padding-top:0px; }
.ab-aa{ flex-direction:column;}
.ab-aa i{ width:100%;}
.ab-aa i img{ width: 100%; }
.ab-aa p{ width:100%; font-size: 15px; line-height:26px; padding:15px 0px; }
.ab-bb{ justify-content:flex-start; flex-direction:column; margin-top: 0px;}
#s1{ width: 100%; bottom: 5%;}
#s1 img{ width: 60%;}
#s2 img{ width: 100%;}
.ab-b{ padding: 20px 0px;}
.ab-bone{ padding:20px 0px 0px; flex-direction: column;}
.ab-bo-l{ width:100%; padding-right:0px; }
.ab-bo-l div{ padding:10px 0px;}
.ab-bo-l div h1{ font-size:18px; line-height: 25px; letter-spacing:0px; }
.ab-bo-l div p{ font-size:15px; line-height: 25px; padding-top: 10px; }
.ab-bo-r{ width:100%;}
.ab-bone.two .ab-bo-r{ order: 2; }
.ab-bone.two .ab-bo-l{ order: 1;  padding-left:0px;  padding-right:0px; }
	
/*-- --*/
.about-one{ padding:20px 0px;}
.about-one .ab-bone{ padding:0px 0px;}
.about-one .ab-bo-l{ width:100%; padding:0px; }
.about-one .ab-bo-l div{ padding: 20px 0px; }
.about-one .ab-bo-r{ width:100%;}
.about-one .ab-bone.two .ab-bo-r{ order: 1; }
.about-one .ab-bone.two .ab-bo-l{ order: 2; }
	
/*-- --*/
.ab-ta{ padding:0px 0px; }
.ab-ta-one{ flex-direction:column; padding:20px 0px 0px;}
.ab-ta-one-l{ width:100%;}
.ab-ta-one-l div{ padding:20px 0px 0px;}
.ab-ta-one-l div h1{ font-size:18px; line-height:25px; letter-spacing:0px; }
.ab-ta-one-l div p{ font-size:15px; line-height: 25px; padding-top:10px; }
.ab-ta-one-r{ width:100%;}
.ab-ta-one.two .ab-ta-one-r{ order:1; }
.ab-ta-one.two .ab-ta-one-l{ order:2; }

/**/
.ab-tb{ padding-bottom:20px;}
.ab-tb-t{ padding:50px 0px 20px; }
.ab-tb-t h1{ font-size:22px; line-height:30px;}
.ab-tb-one{ flex-direction:column; padding:10px 0px;}
.ab-tb-one-l{ width:100%; }
.ab-tb-one-l div{ padding:0px;}
.ab-tb-one-l div h1{ font-size:18px; line-height:25px; letter-spacing:0; }
.ab-tb-one-l div p{ font-size:15px; line-height:25px; padding-top:10px; }
.ab-tb-one-r{ width:100%;}
.ab-tb-one.two .ab-tb-one-r{ width:100%; order:2; }
.ab-tb-one.two .ab-tb-one-l{ width:100%; order:1; }
	
/*-- products --*/
.products{ padding-bottom:60px;}
.cpsearch{ width:100%;}
.cpsearch form{ width:100%; }
.insearch{ width:100%; }
.insearch .p1{ height:48px; }
.insearch .p2{ height:48px; }
#search_inputps1{ font-size:15px;}
#search_inputps2{ background-size:30px; }
.probox{ padding:15px 14px 15px 15px;}
.sortbox div{ padding:0px 10px;}
.sortbox div p{ height:40px; padding:0px; font-size:14px; letter-spacing:0; text-align: left; }

/*-- list --*/
.list ul{ flex-direction:column; }
.list ul li{ width:100%; }
.list ul li a{ height:50px;}
.list ul li a i{ top:15px; }
.list ul li a span{ text-align: left; }
.list ul li ul{ width:100%; height:auto; padding: 0px; position:relative; left: 0; top:0%;}
.list ul li ul li a{ font-size:14px; }

/*-- products --*/
.cpinfo{ padding:5px 10px; }
.sname h1{ font-size: 14px; padding: 5px 0px;}
.sname p{ font-size: 13px; }
	
/*-- productsinfo --*/
.incpban{ height: auto; padding-top: 10px; }
.incpban .inwords{ position: relative; }
	
.proinfobox{ padding:10px 0px;}
.banl{ width:100%;}
.min_pic { height:50px;}
.num ul li { width:60px; margin-right:5px; }
.num ul li img { width:50px;  }
.banr{ width:100%; height:auto; padding:0px; }
.banr::before{ display: none;}
.br-a h1{ font-size:20px; line-height:25px; padding:20px 0px; }
.br-b{ min-height:auto;}
.br-b p{ font-size: 16px; line-height:25px; }
.br-b ul{ padding:20px 0px;}
.br-b ul li{ padding-left:10px; line-height: 30px; font-size: 16px;}
.br-d{  padding: 10px 0px 20px; }
.br-d h1{ font-size:18px;}
.br-d ul li i img{ width:30px;}
.banmail{ padding-top: 10px;}
.banmail a{ width:180px; line-height:45px; font-size: 15px;}

.cpifnod i{ font-size:18px; }
.cpifnod span{ font-size:13px;}
#cpifl{ background-size: 80%;}
#cpifm{ background-size: 80%;}
#cpifr{ background-size: 80%;}

.samebox{ margin-top:60px;}
.samet h1{ font-size: 20px;}
.samet a{ font-size: 15px;  padding: 10px 10px 10px 0px; }
.same-show{ padding: 20px 0px 50px;}
.same-show .swiper{ padding:0px;}
.same-show .swiper-button-prev{ left:0px; width:30px; height:30px;  }
.same-show .swiper-button-next{  right:0px; width:30px; height:30px;}


/*-- 证书 --*/
.patentbox{ padding:20px 0px;}
.pat-a h1{ font-size:20px; line-height:25px; padding: 15px 0px;}
.pat-a p{ font-size:15px; line-height:25px; padding:8px 0px 15px; }
.pat-b{ padding:0px 10px;}
.patimg p{ height:50px; font-size: 13px; }
.patentbox .page{ padding:0px 0px 20px;}
	
/*-- 新闻 --*/
.newsone{ padding:20px 0px; }
.newsone .md{ padding:0px 15px;}
.newsone a{ flex-direction:column; }
.newsL{ width:100%; }
.newsR{ width:100%; padding:15px 0px;}
.n-title{ padding-bottom:13px; }
.n-title h1{ font-size:18px; line-height:25px; }
.n-info p{ font-size:15px; }
.n-btn p{font-size: 13px; }
.newsone.two .newsL{ width:100%; order: 1;}
.newsone.two .newsR{ width:100%; padding:15px 0px;  order: 2;}
	
/*-- page --*/
.page{ font-size:14px; padding:0px 0px 35px;}
.pagination ul li a{ width: 30px; height:30px; line-height:30px; font-size:15px; }

/*-- 新闻详细内容 --*/
.in-newsbox_title {width:100%; padding:0px; font-size:18px; margin:35px 0px 15px; line-height:25px; }
.in-newsbox_info{ padding:15px 0px;}
.in-newsbox_info ul li{ font-size:15px; }
.in-newsbox_content{ font-size:15px; line-height:25px;}
.pagees{ padding: 30px 0px 50px;}
.pagesl{ width:100%; }
.pagesl p{ width:100%; font-size:14px; color: #000; }
.pagesr p{ width:100%; font-size:14px; color: #000; }
.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;}
	
/*-- oem --*/
.oembox{ padding:20px 0px; }
.oem-at{ padding:0px;}
.oem-at h1{ padding:15px 0px; font-size: 20px; }
.oem-at p{ padding:0px; font-size: 15px; line-height:25px;}
.oem-aa{ padding-top:10px; flex-direction:column; }
.oem-aa i{ padding: 5px 0px; }
.oem-aa i img{ width:100%; }
.oem-ab{ flex-direction:column;}
.oem-ab-one{ width:100%; padding: 5px 0px; }
.oem-ab-one div{ align-items:flex-start; width: 100%;}
.oem-ab-one div h1{ padding: 20px 0px 0px; font-size:18px; line-height:25px; }
.oem-ab-one div p{ font-size: 15px; line-height:25px; padding:15px 0px;}
.oem-ab-one div ul { align-items:flex-start; justify-content:flex-start;}
.oem-ab-one div ul li{ padding-right: 15px;}
.oem-ab-one div ul li span{ font-size: 14px; }
.oem-b{ padding: 20px 15px 0px;}
.tech-ba{ padding:0px; flex-direction: column;}
.tech-bal{ width:100%; }
.tech-bar{ width:100%; padding:0px; }
.tech-bar h1{ font-size:18px;  padding: 25px 0px 0px;}
.tech-bar p{ font-size: 15px; line-height:25px; padding:15px 0px 25px;}
.tech-bar ul{ flex-direction:column;}
.tech-bar ul li{ padding: 5px 0px;}
.tech-bar ul li img{ width:100%;}

.oem-c{ flex-direction:column; margin: 0px;}
.oem-c i{ padding:5px 0px; width: 100%; }
.oem-c i img{ width: 100%; }
.oem-d{ flex-direction:column; }
	
	
/*-- contact --*/
.cont-one{ flex-direction:column;}
.cont-one-a{ width:100%; min-height:auto; padding:35px 0px 20px;}
.cont-one-a::before{ display: none;}
.cont-one-a i img{ width:230px;}
.cont-one-a p{ font-size:20px; padding-top:10px; }
.cont-one-b{ width:100%; min-height:auto; padding: 10px 0px; justify-content:flex-start;}
.cont-one-b-m h1{ font-size:18px; }
.cont-one-b-m ul{ padding: 20px 0px 0px;}
.cont-one-b-m ul li{ position: relative; padding: 10px 0px 10px 40px;}

/*-- 地图 --*/
.mapbox{ height:300px; padding-bottom:50px; margin-top: 20px;}

/*-- 底部 --*/
.footB{ padding-bottom:50px;}
.footup{ min-height:20px; padding: 15px 0px; }
.footup-a ul li a{ margin-right:2px; }
.footup-a ul li a img{ width:35px; height:35px; }
.footup-a ul li a i{ left:4px; top:4px; width:27px; height:27px; }
.footup-b a{ min-width:auto; height:35px; font-size: 14px; padding:0px 10px; }
.footup-b a i{ padding-right:10px; }
.footup-b a i img{ width:20px; }
.footdown{ padding:15px 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:#a97a4f;
}
.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 #a97a4f;
}
	
.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:#a97a4f;
}
.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 #a97a4f;
}
	
.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:#a97a4f;
}
.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 #a97a4f;
}

/*-- 登录图标 --*/
.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;}

/*-- 浮动 --*/
.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;}
	
/*-- 注册登录 --*/
.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;}


/*回滚*/
#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 div{ 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, #cb9d72, #cb9d72);
background: -ms-linear-gradient(top, #cb9d72, #cb9d72);
background: -webkit-linear-gradient(top, #cb9d72, #cb9d72);
background: -moz-linear-gradient(top, #cb9d72, #cb9d72);
}
.phnav a{ color:#FFF; text-decoration:none; display: flex; justify-content: center; align-items: center;}
.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;}
.plrx10{ padding:0px 10px;}
.plrxa5{ padding:5px!important;}
.plrx5{ padding: 0px 5px;}
.plrxa515{ padding:8px;}
}

/* XS Portrait */
@media (max-width: 480px) {
.syth-btn{ bottom:0%;}	
.inbanner>i{ height:150px; }
/*-- 地图 --*/
.mapbox{ height:300px;}
}

@media (max-width: 380px) {
/*-- syabbox --*/
.syabl i img{ width:80px;}
.syabl p{ font-size: 15px; padding: 10px 0px 15px;}	
.syabr>p{ font-size: 14px; line-height:23px; padding:15px 0px; }
.syabc{ padding-top:20px; padding-bottom:0px;}
.abimg-s1{  height:120px; }

.syfv-one{ height:150px; width: 100%; }
}

@media (max-width: 330px) {

}


