/* 手机端头部 */
#m-header-wrapper {
  /*display: none;*/
  height: 45px;
}
#m-header-wrapper .overlay {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9998;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: none;
}
#m-header-wrapper .m-header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  width: 100%;
  height: 45px;
  background: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  transition: 300ms;
}
/*#m-header-wrapper .m-header.active {
  left: 200px;
}*/
#m-header-wrapper .m-header .container {
  height: 100%;
  position: relative;
}
#m-header-wrapper .m-header .container .toggle-btn {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
#m-header-wrapper .m-header .container .toggle-btn span {
  display: block;
  width: 20px;
  height: 2px;
  background: #333;
  margin-bottom: 5px;
  transition: 300ms;
}
#m-header-wrapper .m-header .container .toggle-btn span:last-of-type {
  margin-bottom: 0;
}
#m-header-wrapper .m-header .container .toggle-btn.active span:nth-of-type(1) {
  transform: rotate(45deg);
  transform-origin: left center;
}
#m-header-wrapper .m-header .container .toggle-btn.active span:nth-of-type(2) {
  opacity: 0;
}
#m-header-wrapper .m-header .container .toggle-btn.active span:nth-of-type(3) {
  transform: rotate(-45deg);
  transform-origin: left center;
}
#m-header-wrapper .m-header .container .logo {
  text-align: center;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
#m-header-wrapper .m-header .container .logo img {
  width: 90px;
}
#m-header-wrapper .m-toggle-nav {
  position: fixed;
  width: 200px;
  height: 100%;
  left: -200px;
  top: 0;
  overflow-y: auto;
  background: #333;
  z-index: 9999;
  transition: 300ms;
  padding: 15px 0;
}
#m-header-wrapper .m-toggle-nav.active {
  left: 0;
}
#m-header-wrapper .m-toggle-nav h1 {
  font: 14px sans-serif;
  color: #fff;
  text-transform: uppercase;
  padding: 0 15px 20px;
}
#m-header-wrapper .m-toggle-nav h1 .icon {
  font-size: 14px;
  color: #fff;
  margin-right: 10px;
}
#m-header-wrapper .m-toggle-nav .menu-box {
  padding-bottom: 25px;
}
#m-header-wrapper .m-toggle-nav .menu-box .menu > li > a {
  display: block;
  font: 12px/40px sans-serif;
  color: #fff;
  padding-left: 15px;
  text-transform: uppercase;
  position: relative;
}
#m-header-wrapper .m-toggle-nav .menu-box .menu > li > a i {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  color: #fff;
  display: none;
  transition: 300ms;
}
#m-header-wrapper .m-toggle-nav .menu-box .menu > li > a i.active {
  transform: translateY(-50%) rotate(180deg);
}
#m-header-wrapper .m-toggle-nav .menu-box .menu > li .sub-menu {
  background: #000;
  padding: 5px 0;
  display: none;
}
#m-header-wrapper .m-toggle-nav .menu-box .menu > li .sub-menu li a {
  display: block;
  font: 12px/40px sans-serif;
  padding-left: 15px;
  color: #fff;
  text-transform: uppercase;
}
#m-header-wrapper .m-toggle-nav .search-box {
  padding: 15px 15px 35px;
  position: relative;
}
#m-header-wrapper .m-toggle-nav .search-box input[type="text"] {
  width: 100%;
  height: 30px;
  border: none;
  outline: none;
  padding: 0 40px 0 10px;
  font: 12px sans-serif;
  color: #333;
}
#m-header-wrapper .m-toggle-nav .search-box button {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 15px;
  top: 15px;
  border: none;
  outline: none;
  text-align: center;
  background: #000;
}
#m-header-wrapper .m-toggle-nav .search-box button i {
  font-size: 12px;
  line-height: 30px;
  color: #fff;
}
#m-header-wrapper .m-toggle-nav .lan h1 {
  padding-bottom: 10px;
  position: relative;
}
#m-header-wrapper .m-toggle-nav .lan h1 i.fa-angle-down {
  position: absolute;
  right: 15px;
  top: 1px;
  font-size: 16px;
  color: #fff;
  transition: 300ms;
}
#m-header-wrapper .m-toggle-nav .lan h1 i.fa-angle-down.active {
  transform: rotate(180deg);
}
#m-header-wrapper .m-toggle-nav .lan ul {
  background: #000;
  display: none;
}
#m-header-wrapper .m-toggle-nav .lan ul li a {
  display: block;
  font: 12px/30px sans-serif;
  color: #fff;
  padding-left: 15px;
}
/*@keyframes open {*/
/*  0% {*/
/*    transform: scale(0);*/
/*  }*/
/*  50% {*/
/*    transform: scale(1.1);*/
/*  }*/
/*  100% {*/
/*    transform: scale(1);*/
/*  }*/
/*}*/
/*@keyframes close {*/
/*  0% {*/
/*    transform: scale(1);*/
/*    opacity: 1;*/
/*  }*/
/*  50% {*/
/*    transform: scale(1.2);*/
/*    opacity: 1;*/
/*  }*/
/*  100% {*/
/*    transform: scale(0);*/
/*    opacity: 0;*/
/*  }*/
/*}*/

.index_type{
  padding: 65px 15px 55px;
}
.index_type h2{
  font: bold 50px arial;
  font-size: 25px;
  text-align: center;
  color: #000000;
    text-transform: uppercase;
    /*margin-bottom: 10px;*/
}
.index_type h2 .black{
  color: #333;
}
.index_type h2 .blue{
  color: #00a0e9;

}
.index_type{
  padding-bottom: 40px;
  background:url(../images/titicon.png) no-repeat center bottom;
}
.index_type h1{
  font: bold 30px arial;
    color: #000;
    /*margin-bottom: 55px;*/
    position: relative;
    text-align: center;
}
.index_type h1 .blue{
  color: #00a0e9;
}

.index_ab .summary{
  line-height: 30px;
    font: 17px/30px arial;
    color: #717171;
    max-width: 1075px;
    margin: 0 auto;
    padding:14px 10px;
    text-indent: 2em;
}
.video{
  position: relative;
}
.video .play{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
    font: bold 18px arial;
    color: #fff;
    cursor: pointer;
}
.play img {
    width: 30px;
    margin-bottom: 15px;
}
.index_pro .index_type{
  background: none;
}
.index_pro .index_type h2,
.index_pro .index_type h1{
  text-align: left;
}


#ip {
  margin:-25px 0;
}
#ip .swiper-wrapper{
  padding: 25px 0;
}
#ip .swiper-slide {
  transform: scale(0.8);
  transition: 300ms;
  opacity: 0.6;
}
#ip .swiper-slide.swiper-slide-active {
  transform: scale(1);
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.3);
  opacity: 1;
}
#ip .swiper-slide.swiper-slide-active .pro-info:after {
  width: 100%;
}
#ip .swiper-slide .pro-img img {
  width: 100%;
}
#ip .swiper-slide .pro-info {
  padding: 20px 25px 30px;
  position: relative;
}
#ip .swiper-slide .pro-info:after {
  content: "";
  position: absolute;
  width: 0;
  height: 5px;
  background: #00a0e9;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -5px;
  transition: 600ms;
}
#ip .swiper-slide .pro-info .pro-name p:nth-of-type(1) {
  font: bold 18px arial;
  color: #00a0e9;
  text-transform: uppercase;
  margin-bottom: 10px;
}
#ip .swiper-slide .pro-info .pro-name p:nth-of-type(2) {
  font: bold 20px arial;
  color: #000;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 90px;
}
#ip .swiper-slide .pro-info .pro-link {
  font: 16px arial;
  color: #666;
  position: absolute;
  right: 15px;
  bottom: 40px;
}

#icolor .img{
  padding: 20px 0;
}

#icolor p{
      text-align: center;
    font: bold 18px arial;
    color: #000;
    
}

.i-why {
  /*padding-bottom: 295px;*/
 
}
.i-why .i-tit {
  margin-bottom: 70px;
  padding: 0 15px;
}
.i-why .i-why-list {
  overflow: hidden;
  padding: 15px 15px;
}
.i-why .i-why-list .grid-box {
  margin: -20px;
}
.i-why .i-why-list .grid-box .column {
  padding: 20px;
}
.i-why .i-why-list .grid-box .column:nth-of-type(1) .inner {
  background: url(../images/iw1.png) left top no-repeat;

}
.i-why .i-why-list .grid-box .column:nth-of-type(2) .inner {
  background: url(../images/iw2.png) left top no-repeat;
}
.i-why .i-why-list .grid-box .column:nth-of-type(3) .inner {
  background: url(../images/iw3.png) left top no-repeat;
}
.i-why .i-why-list .grid-box .column:nth-of-type(4) .inner {
  background: url(../images/iw4.png) left top no-repeat;
}
.i-why .i-why-list .grid-box .column .inner {
  padding-left: 70px;
  background-size: 50px!important;
}
.i-why .i-why-list .grid-box .column .inner p:nth-of-type(1) {
  font: bold 18px arial;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.i-why .i-why-list .grid-box .column .inner p:nth-of-type(2) {
  font: 14px/24px arial;
  color: rgba(0, 0, 0, 0.65);
}



.index_news .index_type{
  background: none;
}
.index_news .index_type h2, .index_news .index_type h1{
  text-align: left;
}


.index_news .i-news {
  padding-bottom: 60px;
}
.index_news .i-news .container .i-news-tit {
  font: bold 36px arial;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 50px;
}
.index_news .i-news .container .i-news-tit span {
  color: #db0a76;
}
.index_news .i-news .container #inews .swiper-slide:hover .img img {
  transform: scale(1);
}
.index_news .i-news .container #inews .swiper-slide:hover p:nth-of-type(1) {
  color: #db0a76;
}
.index_news .i-news .container #inews .swiper-slide .img {
  overflow: hidden;
}
.index_news .i-news .container #inews .swiper-slide .img img {
  width: 100%;
  transform: scale(1.2);
  transition: 300ms;
}
.index_news .i-news .container #inews .swiper-slide p:nth-of-type(1) {
  font: bold 18px arial;
  color: rgba(0, 0, 0, 0.65);
  margin: 30px 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.index_news .i-news .container #inews .swiper-slide p:nth-of-type(2) {
  font: bold 14px arial;
  color: #000;
}
#footer {
  background: linear-gradient(45deg, #895ed3, #b56cb1, #fc837b);
}
#footer .container .footer-top {
  padding: 14px 0 0px;
  font-size: 0;
  border-bottom: 1px solid #fff;
}
#footer .container .footer-top .item {
  display: inline-block;
  vertical-align: top;
}
#footer .container .footer-top .item:nth-of-type(1) {
  width: 40%;
}
#footer .container .footer-top .item:nth-of-type(1) p:nth-of-type(1) {
  /*max-width: 300px;*/
  font: 15px/30px arial;
  color: #fff;
  margin: 10px 0 14px;
}
#footer .container .footer-top .item:nth-of-type(1) .share i {
  width: 36px;
  height: 36px;
  border-radius: 100%;
  border: 1px solid #fff;
  font-size: 16px;
  text-align: center;
  line-height: 34px;
  color: #fff;
  margin-right: 20px;
  cursor: pointer;
  transition: 300ms;
}
#footer .container .footer-top .item:nth-of-type(1) .share i:last-of-type {
  margin-right: 0;
}
#footer .container .footer-top .item:nth-of-type(1) .share i:hover {
  background: #fff;
  color: #db0a76;
}
#footer .container .footer-top .item:nth-of-type(1) .erweima{
  width: 100px;
  padding: 3px;
  background: #fff;
  margin-top: 20px;
  text-align: center;
  font-size: 16px;
  color: #000;
}
#footer .container .footer-top .item:nth-of-type(1) .erweima img{
  width: 100%;
}
#footer .container .footer-top .item:nth-of-type(2) {
  width: 35%;
}
#footer .container .footer-top .item:nth-of-type(2) p {
  font: bold 18px arial;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 20px;
}
#footer .container .footer-top .item:nth-of-type(2) ul li {
  font: 15px arial;
  color: #fff;
  margin-bottom: 10px;
}
#footer .container .footer-top .item:nth-of-type(2) ul li:last-of-type {
  margin-bottom: 0;
}
#footer .container .footer-top .item:nth-of-type(3) {
  width: 25%;
}
#footer .container .footer-top .item:nth-of-type(3) p {
  font: bold 18px arial;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 20px;
}
#footer .container .footer-top .item:nth-of-type(3) ul li {
  font: 15px/25px arial;
  color: #fff;
  margin-bottom: 15px;
  padding-left: 30px;
}
#footer .container .footer-top .item:nth-of-type(3) ul li:last-of-type {
  margin-bottom: 0;
}
#footer .container .footer-top .item:nth-of-type(3) ul li:nth-of-type(1) {
  background: url(../images/map.png) left 0px no-repeat;
}
#footer .container .footer-top .item:nth-of-type(3) ul li:nth-of-type(2) {
  background: url(../images/tel.png) left top no-repeat;
}
#footer .container .footer-top .item:nth-of-type(3) ul li:nth-of-type(3) {
  background: url(../images/fax.png) left top no-repeat;
}
#footer .container .footer-top .item:nth-of-type(3) ul li:nth-of-type(4) {
  background: url(../images/email.png) left top no-repeat;
}
#footer .container .footer-bottom {
  padding: 25px 0 10px;
}
#footer .container .footer-bottom p {
  font: 15px arial;
  color: #fff;
  text-align: center;
  line-height: 30px;
}

@media (max-width: 768px){
#footer .container .footer-top .item {
    width: 100%!important;
    /*margin-bottom: 40px;*/
}
#footer .container .footer-top .item:nth-of-type(2) p,
#footer .container .footer-top .item:nth-of-type(3) p {
    color: #000;
    
}
}

#footer .container .footer-top .item .info p{
    color:#fff;
    font-size:14px;
    line-height:30px;
    margin: 4px 0;
    text-transform: lowercase;
}
.about{
  padding:4% 0;
}
.about h1{
  font-size: 18px;
  padding:5px 0;
  border-bottom: 1px solid #000;
}

.about .about_one{
  padding:4% 0;
}


/*工厂展示*/

.factory {
  padding: 4% 0;
}
.factory ul {
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -5px;
  justify-content: space-between;
}
.factory li {
  padding: 5px;
  width: 50%;
  box-sizing: border-box;
}
.factory li a {
  display: block;
}
.factory li a .img {
  border: 1px solid #ccc;
}
.factory li a h1 {
  line-height: 28px;
  text-align: center;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}



/*制造中心*/

.inner-manu .tit {
    font: bold 20px arial;
    color: #000;
    padding-bottom: 15px;
    border-bottom: 1px solid #333;
    margin-bottom: 30px;
}

.inner-manu .item{
  position: relative;
  margin-bottom: 30px;
}
.inner-manu .item:last-of-type{
  margin-bottom: 0;
}
.inner-manu .item:hover .info{
  background: linear-gradient(45deg,#9963c7,#da7896);
}
.inner-manu .item:hover .info p{
  color: #fff!important;
}



.inner-manu .item .img-box{
  width: 100%;
}
.inner-manu .item .img-box img{
  width: 100%;
}
.inner-manu .item .info{
  
  background: #efefef;
  padding: 20px 14px;
  box-shadow: 5px 5px 10px rgba(0,0,0,.5);
}
.inner-manu .item .info p:nth-of-type(1){
  font: bold 24px/45px arial;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 4px;
}
.inner-manu .item .info p:nth-of-type(2){
  font: 18px/30px arial;
  color: #000;
}
.inner-manu{
  margin-top: 4%;
  margin-bottom: 10%;
}


.news {
  padding-bottom: 40px;
}
.news li a {
  display: block;
  border-bottom: 1px solid #ccc;
}
.news li a .news_main {
  padding: 20px 0;
}
.news li a h1 {
  font-size: 16px;
  /*font-weight: bold;*/
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news li .time {
  padding: 5px 0;
}
.news li .sum {
  line-height: 24px;
}
.view_more {
  display: block;
  width: 120px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  margin-top: 14px;
  background-color: #00a0e9;
}
.news_read .news_typename h1 {
  text-align: center;
  line-height: 30px;
  font-size: 16px;
}
.news_read .time {
  text-align: center;
  color: #ccc;
  padding: 14px 0;
}
.news_read .read_con {
  line-height: 24px;
}
.cc_book {
  padding: 20px 0;
}
.path{
  padding:3% 0;
}
.guide{
  padding-left: 5px;
}



.contact-page .c-info .box {
  border: 36px solid #ddd;
  position: relative;
  padding: 40px 0 91px;
}
.contact-page .c-info .box:before, .contact-page .c-info .box:after, .contact-page .c-info .box .line {
  position: absolute;
  background: #ccc;
  z-index: 11;
}
.contact-page .c-info .box:before, .contact-page .c-info .box:after {
  top: 50%;
  height: 84px;
  margin-top: -42px;
  width: 36px;
  content:'';
}
.contact-page .c-info .box:before {
  left: -36px;
}
.contact-page .c-info .box:after {
  right: -36px;
}
.contact-page .c-info .box .line {
  width: 288px;
  left: 50%;
  margin-left: -144px;
  height: 36px;
}
.contact-page .c-info .box .line-t {
  top: -36px;
}
.contact-page .c-info .box .line-b {
  bottom: -36px;
}
.contact-page .c-info .box .cName, .contact-page .c-info .box .cTit {
  color: #333;
}
.contact-page .c-info .box .cName {
  font-size: 18px;
}
.contact-page .c-info .box .cTit {
  font-size: 34px;
  line-height: normal;
  margin-top: 6px;
  margin-bottom: 30px;
}
.contact-page .c-info .box .cont-info{
  color: #333;
}
.contact-page .c-info .box .area{
  display: inline-block;
  text-align: left;
  margin-bottom: 30px;
  font-weight: bold;
}
.contact-page .c-info .box .area:nth-of-type(1){
  margin-right: 30px;
}
.contact-page .c-info .box .info {
  color: #d4d4d4;
  line-height: 32px;
  margin-top: 41px;
}
.contact-page .c-info .box .info p {
  font-size: 16px;
}
.contact-page .c-info .box .qr {
  position: absolute;
  bottom: -84px;
  width: 119px;
  left: 50%;
  margin-left: -60px;
  z-index: 20;
  border: 3px solid white;
}


.products .pro_ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.products .pro_ul li {
  width: 48%;
  margin-bottom: 14px;
}
.products .pro_ul li a {
  display: block;
}
.products .pro_ul li a .img {
  border: 1px solid #ccc;
}
.products .pro_ul li a h3 {
  text-align: center;
  line-height: 30px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.product_read {
  /*padding-top: 40px;*/
  padding-bottom: 20px;
}
.product_read .img_list {
  padding: 10px 26px;
  position: relative;
}
.product_read .index_type {
  padding-bottom: 14px;
}
.product_read .swiper-button-prev {
  left: 0;
}
.product_read .swiper-button-next {
  right: 0;
}
.product_read .swiper-button-next.swiper-button-white,
.product_read .swiper-button-prev.swiper-button-white {
  outline-style: none;
  --swiper-navigation-color: #da251c;
}
#proread_img #gallery {
  border: 1px solid #ccc;
}
.img_list .swiper-slide {
  border: 1px solid #ccc;
  box-sizing: border-box;
  width: 25%;
}
.img_list .swiper-slide-thumb-active {
  border: 1px solid #da251c;
}
.pro_content h4 {
  text-align: center;
  font-size: 20px;
  padding-bottom: 14px;
}
.pro_content .content {
  line-height: 24px;
  padding-bottom: 40px;
}
.pro_content .content img {
  width: auto;
  max-width: 100%;
}
.contact {
  padding:4% 0;
}
.contact .info{
  line-height: 26px;
  padding:4% 0;
}


/*  在线留言 */

.mess_form .input p {
  overflow: hidden;
  text-align: center;
}
.mess_form .input input {
  border: 1px solid #ccc;
  /*width: 544px;*/
  line-height: 36px;
  padding: 0 5px;
  margin: 10px 0;
  width: 96%;
}
.mess_form .text{
  text-align: center;
}
.mess_form textarea {
  border: 1px solid #ccc;
  width: 96%;
  line-height: 36px;
  padding: 0 5px;
  color: #333;
  height: 150px;
}
.submit {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 100px;
}
.submit input {
  width: 40%;
  line-height: 30px;
  text-align: center;
  background-color: #00a0e9;
  color: #fff;
}
.product_read .pub_title h1,
.products .pub_title h1{
    text-align: center;
    padding:20px 0 10px 0;
    font-size: 20px;
}

.product_read .swiper-button-next:after, .product_read .swiper-button-prev:after{
    font-size: 20px;
    color: #00a0e9;
}

.product_read .img_list .swiper-slide-thumb-active{
    border: 1px solid #00a0e9;
}
    


