@charset "utf-8";
html,body{ font-size:16px;font-family: 'Roboto',sans-serif; color:#333; background:#fff; -webkit-text-size-adjust:none; font-style:normal; padding:0; margin:0;}
p, dl, dt, dd,span, ul, h1,h2,h3,h4,h5,h6{ font-weight: normal;	margin: 0px;	padding: 0px;}
a{ color:#333; text-decoration:none;transition: all 0.3s ease 0s;}
a:hover{ text-decoration:none;}
li{ list-style:none;}
img {	height:auto;}
ul,ol,p{ padding:0px; margin:0px;}
.clear{ clear:both; }
.fl{ float: left;}
.fr{ float:right;}
* {   box-sizing: border-box;}

/*头部*/

.mobile_mian{ display:none;}
.wrap{ width:1320px; margin:0 auto; position:relative;}

.inner{ width:1200px; margin:0 auto; position:relative;}
.container{ width:1200px; margin:0 auto; position:relative;}
header.fixed-header{ position:fixed;top:0; background:#000; /*background:rgba(0,0,0,0.7)*/}
header.fixed-header .header-upper .logo-box .logo{ padding:0px !important;}


/* Header Style */

.main-header {     display: block;  width: 100%;   z-index: 9999;   top: 0px;   left: 0px;   background:#000;   clear: both;}
.main-header .header-upper {   position: relative;}
.main-header .header-upper .auto-container {    max-width: 100%;   padding: 0 100px;}
.main-header .header-upper .inner-container { padding: 0 100px;  position: relative;      display: flex;  flex-wrap: wrap;   align-items: center;   justify-content: space-between;}
.main-header .header-upper .logo-box {    z-index: 10;}
.main-header .header-upper .logo-box  .logo img{ height:50px;}
.main-header .nav-outer {   position: relative;   z-index: 1;   display: flex;   flex-wrap: wrap;    align-items: center;}

.main-header .nav-outer .search-toggler {   position: relative;   background-color: transparent;   font-size: 20px;   color: #fff;   margin-left: 30px;}
.navbar-right-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 25px 0px 25px 40px;
}

.navbar-right-info .phone-number {color: #fff;   font-size: 18px;   font-weight: 600;}
.navbar-right-info .phone-number a {color: #fff;}
.navbar-right-info .phone-number i {font-weight: 900;   margin-right: 10px;}

.navbar-right-info .sidemenu-nav-toggler {position: relative;   width: 50px;   height: 50px;   line-height: 44px;   text-align: center;   color: rgb(255, 255, 255);   font-size: 20px;   margin-left: 30px;   cursor: pointer;    border-radius: 50%;}

.navbar-right-info .mobile-nav-toggler {  position: relative;   width: 50px;   height: 50px;   line-height: 44px;    text-align: center;    color: rgb(255, 255, 255);    font-size: 20px;   margin-left: 30px;   cursor: pointer;   border-radius: 50%;}


/* Sticky Header */



.main-header .nav-outer .main-menu {    position: relative;}
.main-menu .navbar-collapse {   padding: 0px;    display: block !important;}
.main-menu .navigation {    position: relative;   margin: 0px;    margin-left: 30px;   display: flex;    flex-wrap: wrap;    align-items: center;}
.main-menu .navigation>li {    position: relative;    padding: 30px 0px;  margin-right: 40px;   -webkit-transition: all 300ms ease;    -o-transition: all 300ms ease;    transition: all 300ms ease;}
.main-menu .navigation>li:last-child {    margin-right: 0px;}
.main-menu .navigation>li>a {    position: relative;
    display: block;
    text-align: center;
    font-size: 16px; text-transform: uppercase;
    line-height: 30px;
    font-weight: bold;
    color: #fff;
    padding: 0px 0px;
    opacity: 1;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.main-menu .navigation>li.active a{ color:#febe16;}
.main-menu .navigation>li>ul {
    position: absolute;
    left: 0px;
    top: 100%;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    min-width: 250px;
    z-index: 100;
    display: none;
    opacity: 0;
    visibility: hidden;
    padding: 10px 0px;
    border-top: 2px solid;
    background-color: #272727;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
    transition: .5s;
    -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}

.main-menu .navigation>li>ul.from-right {
    left: auto;
    right: 0px;
}

.main-menu .navigation>li>ul>li {
    position: relative;
    width: 100%;
    padding: 0 40px;
}

.main-menu .navigation>li>ul>li:last-child {
    border-bottom: none;
}

.main-menu .navigation>li>ul>li:before {
    position: absolute;
    content: '';
    right: 0px;
    top: 0px;
    width: 0%;
    height: 100%;
    display: block;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.main-menu .navigation>li>ul>li>a {
    position: relative;
    display: block;
    padding: 12.5px 0;
    border-bottom: 1px solid #41394f;
    line-height: 24px;
    font-weight: 600;
    font-size: 16px;
    text-transform: capitalize;
    color: #fff;
    text-align: left;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.main-menu .navigation>li>ul>li:last-child>a {
    border-bottom: 0px;
}

.main-menu .navigation>li>ul>li.dropdown>a:after {
    content: "+";
    position: absolute;
    right: 0;
    top: 11px;
    display: block;
    line-height: 24px;
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    z-index: 5;
}

.main-menu .navigation>li>ul>li>ul {
    position: absolute;
    left: 100%;
    top: 0;
    width: 250px;
    z-index: 100;
    display: none;
    padding: 10px 0px;
    border-top: 2px solid;
    background-color: #272727;
    transition: .5s;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
}

.main-menu .navigation>li>ul>li>ul.from-right {
    left: auto;
    right: 0px;
}

.main-menu .navigation>li>ul>li>ul>li {
    position: relative;
    width: 100%;
    padding: 0 40px;
}


.main-menu .navigation>li>ul>li>ul>li:last-child {
    border-bottom: none;
}

.main-menu .navigation>li>ul>li>ul>li:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 0%;
    height: 100%;
    display: block;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.main-menu .navigation>li>ul>li>ul>li:hover:before {}

.main-menu .navigation>li>ul>li>ul>li:last-child {
    border-bottom: none;
}

.main-menu .navigation>li>ul>li>ul>li>a {
    position: relative;
    display: block;
    padding: 12px 0;
    line-height: 24px;
    font-weight: 600;
    border-bottom: 1px solid #41394f;
    font-size: 16px;
    text-transform: capitalize;
    color: #fff;
    text-align: left;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.main-menu .navigation>li>ul>li>ul>li:last-child>a {
    border-bottom: 0;
}

.main-menu .navigation>li>ul>li>ul>li.dropdown>a:after {
    font-family: 'Font Awesome 5 Pro';
    content: "\f105";
    position: absolute;
    right: 16px;
    top: 12px;
    display: block;
    line-height: 24px;
    font-size: 16px;
    font-weight: 900;
    z-index: 5;
}

.main-menu .navigation>li.dropdown:hover>ul {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.main-menu .navigation li>ul>li.dropdown:hover>ul {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.main-menu .navigation li.dropdown .dropdown-btn {
    position: absolute;
    right: 10px;
    top: 8px;
    width: 34px;
    height: 30px;
    border: 1px solid #ffffff;
    text-align: center;
    font-size: 16px;
    line-height: 26px;
    color: #ffffff;
    cursor: pointer;
    z-index: 5;
    display: none;
}

.m_banner{ display: none;}
.intro-carousel .owl-item.active .slider-images img.m_banner{ display: none;}
.intro-content {  position: relative; overflow:hidden;  z-index: 1;}
.intro-content::after {  background: rgba(0,0,0, 0) none repeat scroll 0 0;  content: "";  height: 100%;  left: 0;  position: absolute;   top: 0;  width: 100%;   z-index: 1;}
.slider-content {  position: absolute;   right: 0;  text-align: left;  top: 40%;   z-index: 3;  left: 0;   margin: 0 auto;  margin-top: -135px;}
.layer-2 p {  color: #fff;  font-size: 16px;  letter-spacing: 0.60px;  line-height: 30px;   max-width: 800px;}
.layer-1 h1 {  color: #fff;   font-size: 36px;  font-weight: normal;  line-height: 64px;  text-transform: uppercase;   max-width: 800px;   letter-spacing: 1px;}
.ready-btn {   border: 1px solid #febe16;   color: #fff;   cursor: pointer;   display: inline-block;    font-size: 16px;    font-weight: 700;    margin-top: 20px;    padding: 12px 10px;
   text-align: center;    text-transform: uppercase;    transition: all 0.4s ease 0s;    z-index: 222;    background: #febe16;    width: 160px;    border-radius: 30px;}
.ready-btn:hover{   background: #3b4959;  border: 1px solid #3b4959;   color: #fff;}
.intro-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-prev, 
.intro-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-next {   color: #fff;   font-size: 24px;   margin-top: -20px;   position: absolute;   top: 50%;   text-align: center;    line-height: 50px;    opacity: 0;   border:1px solid #fff;   width: 50px;   height: 50px;	border-radius: 3px; z-index:999;}
.intro-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-prev{  left: 10%;    -webkit-transition: 0.4s;    -moz-transition: 0.4s;   -o-transition: 0.4s; -ms-transition: 0.4s;}
.intro-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-next {   right: 10%;   -webkit-transition: 0.4s;   -moz-transition: 0.4s;   -o-transition: 0.4s;   -ms-transition: 0.4s;}
.intro-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-next{   right: 2%;   -webkit-transition: 0.4s;   -moz-transition: 0.4s;   -o-transition: 0.4s;  -ms-transition: 0.4s;    opacity: 1;}
.intro-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-prev{   left: 2%;   -webkit-transition: 0.4s;  -moz-transition: 0.4s;   -o-transition: 0.4s;   -ms-transition: 0.4s;   opacity: 1;}
.intro-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-next:hover,
.intro-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-prev:hover{  color:#fff;   background: #475766;    border: 1px solid #475766;}
.intro-carousel .owl-item .layer-1{   transform: translateY(100%);   opacity: 0;  transition: all 1s ease-in-out 0.3s;}
.intro-carousel .owl-item .layer-2{   transform: translateY(100%);   opacity: 0;   transition: all 1s ease-in-out 1s;}
.intro-carousel .owl-item .layer-3{  transform: translateY(100%);   opacity: 0;   transition: all 1s ease-in-out 1.5s;}
.intro-carousel .owl-item.active .layer-1,
.intro-carousel .owl-item.active .layer-2,
.intro-carousel .owl-item.active .layer-3{  transform: translateY(0);  opacity: 1;}
.intro-carousel .owl-item.active .slider-images img{	transform: scale(1.1);	transition: 10s; display:block;}



.i_title{ text-align:center; margin-bottom:40px;}
.i_title h2{ font-size:40px; color:#000;font-family: 'Oswald',sans-serif; font-weight:bold; padding-bottom:10px; position:relative; text-transform:uppercase;}
.i_title h2:before {
    position: absolute;
    content: '';
    width: 60px;
    border-bottom: 2px solid #000;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.i_title em{ font-size:16px; font-style:normal; text-transform:uppercase; display: block; margin:auto;}

.intro-area{ overflow:hidden;}

/*四个隔音舱*/
.indexproduct{ padding:100px 0px 100px 0px;  background:#000}
.indexproduct .i_title h2{color:#fff;font-family: 'Oswald',sans-serif; }
.indexproduct .i_title h2:before{border-bottom: 3px solid #febe16;}
.m_fa1tj{height: 500px; width:1100px; margin:auto; background:#fff;}
.m_fa1tj dl{ position:relative; background:url(../images/dl_png.png) no-repeat right top;}
.m_fa1tj dt{float: left;width: 500px;height: 500px; background:#f2f2f2; text-align:center;}
.m_fa1tj dt img{width: auto; max-height:500px;}
.m_fa1tj dd{width: 480px; height:180px;padding: 40px 50px 40px 50px; margin-top:160px; margin-left:-100px;box-sizing:border-box;position: relative; float:left; background:#fff;}
.m_fa1tj dd h3{height: 30px;line-height: 30px;overflow: hidden;font-size: 20px;font-weight: normal;margin-bottom: 10px;}
.m_fa1tj dd h3 a{color: #333;}
.m_fa1tj dd .wz{overflow: hidden;}
.m_fa1tj dd .wz span{ float:left; margin-right:10px;}
.m_fa1tj dd .wz p{font-size: 16px;color: #333333;line-height: 30px; }
.m_fa1tj dd .wz p b{font-size: 14px;color: #111113;font-weight: normal;}
.m_fa1tj .dis_img { height:200px; width:200px; float:right; position:absolute; bottom:0; right:0;}
.m_fa1tj .dis_img img{ height:200px; width:200px; object-fit:cover;}
.m_fa1tj .ryLt,.m_fa1tj .ryRt{ width:80px; height:80px; position: absolute; cursor:pointer;  display:block; font-size:26px; font-family:"宋体"; color:#333; background:#fff; text-align:center; line-height:80px;}
.m_fa1tj .ryLt{ right:200px;bottom:0px; margin-left:-70px;font-style:normal;}
.m_fa1tj .ryRt{ right:120px;bottom:0px;font-style:normal;}

.m_fa1tj .ryLt:hover{background-position: -70px 0;}
.m_fa1tj .ryRt:hover{background-position: 0 0;}


.indexproduct .product-nav{margin-bottom:30px;}
.indexproduct .product-nav ul{display:flex; justify-content:center; flex-wrap:wrap;}
.indexproduct .product-nav ul li{ background:#eee;  width:120px; height:40px; padding:0px 10px; margin:5px 10px; display:flex; align-items:center;
justify-content:center;border-radius:30px; position:relative; cursor:pointer;}

.indexproduct .product-nav ul li.cur{color:#fff; background:#475766; }
.product_box.cur{display:block;}
.product_box ul{position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center;  -ms-flex-wrap: wrap;flex-wrap: wrap;   margin: 0px -10px;}
.product_box .pro_item{ width:calc(100%/4 - 20px); margin:10px 10px;    background: #222; box-sizing: border-box;-webkit-transition: all .8s linear;
transition: all .2s linear; }
.product_box .pro_item:hover {
    -webkit-box-shadow: 0 15px 30px rgba(0,0,0,0.1);
    box-shadow: 0 15px 30px rgba(0,0,0,0.1);
    -webkit-transform: translate3d(0, -8px, 0);}
.product_box .image {   position: relative;   overflow: hidden;aspect-ratio: 1/1;}
.product_box .image img{  display:block; width:100%;object-fit:cover;}
.product_box .image .overlay-link {background: #3a6a98; font-family:Impact; font-size:40px; color:#fff;
width: 60px;
height: 60px;

border-radius: 60px;
line-height: 60px;
text-align: center;
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
        justify-content: center;

    left: 50%;
    top: 50%;
	margin-top:-30px; margin-left:-30px;
    opacity: ;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
   }
   .product_box .image .overlay-link span{ color:#fff;}
.product_box .image:hover .overlay-link {opacity: 1;}
.product_box .text{padding:20px 20px; background:#222;}
.product_box .text h3{ width:100%; text-align:center; display:block; line-height:30px; font-size:16px; color:#fff; }
.product_box .text .per{ height:30px;}
.product_box .text .per1{ background:url(../images/per.png) no-repeat center center;}
.product_box .text .per2{ background:url(../images/per.png); width:32px; margin:auto; }
.product_box .text .per3{ background:url(../images/per.png); width:64px; margin:auto; }
.product_box .text .per4{ background:url(../images/per.png); width:96px; margin:auto; }
.product_box .text a.more{background: #3a6a98;
height: 40px;
line-height: 40px; 
width: 100px;
text-align: center;
display: block;
border-radius: 40px;
color: #fff;
margin: auto;margin-bottom:60px; margin-top:20px;
font-size: 14px;
font-weight: bold;}


.index-box02{background: url(../images/testimonial-bg.png); padding: 100px 0px 100px 0px;}
.index-box02 .tit{margin-bottom: 60px; text-align: center;}
.index-box02 .tit h2{font-size:40px; color: #fff; font-weight: bold; margin-bottom: 20px; 
 font-family: 'Oswald',sans-serif; text-transform: uppercase;  }
.index-box02 .tit b{width:60px; height: 2px; display: table; background:#febe16;margin: 20px auto;}

.index-box02 .feedback-box{ width: 75%; margin: auto; }
.index-box02 ul {   margin: auto;  align-items: center; }
.index-box02 ul li span{background: url(../images/quotes.png); width: 46px; height: 37px; display: block;}
.index-box02 ul li{  padding:20px 20px;align-items: center;   display: flex;   flex-direction: column;   justify-content: center;}
.index-box02 ul li h3{color: #fff; font-size: 30px; text-align: center; font-family: 'Oswald',sans-serif; margin: 20px 0px;}
.index-box02 ul li p{ color:#febe16; font-size: 14px; font-weight:lighter;text-align: center;}
.index-box02 ul li img{width: 50px; margin: 10px 0px;}

.index-box02 .feedback-box .swiper-pagination{ position: initial; z-index: 100;width: 100%; margin-top: 30px; }
.index-box02 .feedback-box .swiper-pagination .swiper-pagination-bullet{border: 0; transition: .3s;opacity: 1; margin: 0px 6px !important; position: relative;
 height: 2px; width: 30px; background: #e7e7e7; }
.index-box02 .feedback-box .swiper-pagination .swiper-pagination-bullet-active{ background: #febe16; width: 40px; height: 2px; }




/*产品特点*/
.single-system {display: flex;   overflow: hidden; height:388px;    align-items: center;   margin-bottom: 30px;}
.single-system01{ background:url(../images/pro_d01.jpg) no-repeat center center;}
.single-system02{ background:url(../images/pro_d02.jpg) no-repeat center center;}
.single-system03{ background:url(../images/pro_d03.jpg) no-repeat center center;}
.single-system04{ background:url(../images/pro_d04.jpg) no-repeat center center;}
.main-icon-images {display: block;   width: 80px;   height: 80px;   margin-bottom: 15px;}
.top-content {float: left;   width: 50%;}
.system-images{ position: relative;}
.system-images img{ display:block; width: 100%;}
.system-content {padding: 60px 0px 60px 80px;   position: relative;   left: 0px;    z-index: 1;      max-height: 390px;   height: 100%;   overflow: hidden;    box-sizing:border-box;}
.right-system .system-content {   padding-left:60px; padding-right:20px; }
.left-system .system-content {  padding-right:0px;  }
.right-system .top-content{ float:right;}

.main-system {   display: block;   width: 50%;    float: left;}
.system-content .system_title{margin-bottom: 30px; overflow:hidden; display:flex;align-items:center;}
.system-content p {   font-size: 16px;   color: #fff;   line-height: 26px; margin-bottom:20px;}
.system-content h3 {   font-size: 22px; color:#fff; margin-left:10px;     }
.system-content h3 em{ font-style:normal; display:block;}
.system-btn {  font-size: 16px;    font-weight: normal;   color: #fff;    transition: 0.5s;   border: 1px solid #F3B007;   background: #F3B007;    display: inline-block;   padding: 8px 20px;   margin-top: 15px;}
.system-btn:hover {   border: 1px solid #3b4959;   color:#fff;   background:#3b4959;   transition: 0.5s;}

@-webkit-keyframes bounce {
  0% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  50% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
}

@keyframes bounce {
  0% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  50% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
}




.faded-text{
-webkit-animation:linear infinite alternate;
-webkit-animation-name: run;
-webkit-animation-duration: 25s;
-ms-animation:linear infinite alternate;
-ms-animation-name: run;
-ms-animation-duration: 25s;
-moz-animation:linear infinite alternate;
-moz-animation-name: run;
-moz-animation-duration: 25s;
}  
 .big-title {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    font-size: 250px;
    font-weight: 800;
    color: #f7f7f7;
    text-transform: uppercase;
    line-height: 220px;
    -webkit-animation:linear infinite alternate;
    -webkit-animation-name: runs;
    -webkit-animation-duration: 25s;
    -ms-animation:linear infinite alternate; font-family:'Work Sans', sans-serif;
    -ms-animation-name: runs;
    -ms-animation-duration: 25s;
    -moz-animation:linear infinite alternate;
    -moz-animation-name: runs;
    -moz-animation-duration: 25s;
    text-align: center;
} 
 @-webkit-keyframes runs {
    0% { left: -20%;}
    50%{ left : 0%;}
    100%{ left: 20%;}
}

@-moz-keyframes runs {
    0% { left: -20%;}
    50%{ left : 0%;}
    100%{ left: 20%;}
}  


/* Projects Section Two */
.projects-section-two {   position: relative;   padding: 100px 0 250px; overflow: hidden; /*background: url(../images/bg-6.jpg) no-repeat;*/}
.projects-section-two i_title h3{ color:#333;}
.projects-section-two .big-title {   bottom: 130px;}

.project-tab {position: relative;   max-width: 1200px;    margin: 0 auto;}
.project-tab img{ height:430px; object-fit:cover; width:100%; display:block;}
.project-tab .center-box{background:#f8f8f8;}
.project-tab .center-box h4 { text-align:center;   font-size: 18px;   font-weight: 700;    padding: 20px 10px; }



/*Project Tab*/


.projects-section-two .project-tab .tabs-header{   position:relative;   text-align: center;   margin: 0 15px;}
.projects-section-two .project-tab .project-tab-btns{   position:relative;  margin-bottom: 50px;}
.projects-section-two .project-tab .project-tab-btns .p-tab-btn{
    position:relative;
    cursor:pointer;
    color:rgba(255, 255, 255, 0.5);
    font-weight:400;
    font-size: 16px;
    display:inline-block;
    margin-bottom:10px;
    margin: 0px 15px;
    text-transform: uppercase;
    transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -webkit-transition:all 0.3s ease;
    -ms-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
}

.projects-section-two .project-tab .project-tab-btns .p-tab-btn:hover,
.projects-section-two .project-tab .project-tab-btns .p-tab-btn.active-btn{   color:#fff;}
.projects-section-two .project-tab .p-tabs-content{   position:relative;    display:block;  }
.projects-section-two .project-tab .p-tab{  position:absolute;    left:0px;   top:0px;    width:100%;    height:auto;    visibility:hidden;  }
.projects-section-two .project-tab .p-tab.active-tab{   position:relative;    visibility:visible;   z-index:5;}

.projects-section-two .p-tab.active-tab .project-block-two{
  -webkit-transform:scaleX(1);
    -ms-transform:scaleX(1);
    -o-transform:scaleX(1);
    -moz-transform:scaleX(1);
    transform:scaleX(1);
}

.projects-section-two .p-tab .project-block-two{
    transition:all 0.7s ease;
    -moz-transition:all 0.7s ease;
    -webkit-transition:all 0.7s ease;
    -ms-transition:all 0.7s ease;
    -o-transition:all 0.7s ease;
    -webkit-transform:scaleX(0);
    -ms-transform:scaleX(0);
    -o-transform:scaleX(0);
    -moz-transform:scaleX(0);
    transform:scaleX(0);    
}



.project-tab  .owl-prev, .project-tab .owl-next {position: absolute;  top: 50%; height: 60px; width: 60px; background:#475766; text-align:center; line-height:60px;font-size:20px; color:#fff;}
.project-tab .owl-prev{ left:-80px;}
.project-tab .owl-next{ right:-80px;}


.pro_dec{ width:1020px; margin:auto; margin-top:60px;}
.pro_dec .single-system{ display:block;}
.cp_rm .system-content {
    padding: 60px 60px 60px 0px; 
    position: relative;
    left: 0px;
    z-index: 1;
    max-height: 390px;
    height: 100%;
    overflow: hidden;
    box-sizing: border-box;
}
.cp_rm .system-content h3 {
    font-size: 22px;
    color: #000;
    margin-left: 0px;
    margin-top: 0px; margin-bottom:40px;
}
.cp_rm .system-content p {
    font-size: 16px;
    color: #000;
    line-height: 26px;
    margin-bottom: 20px;
}
.cp_rm .main-system{ width:560px;}
.cp_rm .top-content{ width:450px; float:right;}
.cp_bot { margin-bottom:-30px; position:absolute; z-index:9;}
.cp_bot li{ float: left;  height:30px; width:30px; text-align:center; line-height:30px; color:#475766; border-radius:30px; margin-right:20px; font-size:20px;}
.cp_bot li.active{background:#475766;color:#fff;}
/*新闻资讯*/
.latest-news { background:#000; overflow:hidden; padding:60px 0px 60px 0px;}
.latest-news .i_title h2{color:#fff;font-family: 'Oswald',sans-serif; }
.latest-news .i_title h2:before{border-bottom: 3px solid #febe16;}
.latest-news .latest-post-box{ float: left; width:385px; background:#fff; margin-right:20px;}
.latest-news .latest-post-box .post-img { height: 260px; width: 100%;  background-size: cover;  background-position: center;}
.latest-news .latest-post-box .post-img img{ height:260px; width:100%; object-fit:cover;}
.latest-news .latest-post-box .post-desc {  background-color: #222;  padding: 40px 35px;}
.latest-news .latest-post-box .post-desc .post-meta {   margin-bottom: 20px;}
.latest-news .latest-post-box .post-desc .post-meta li {  display: inline-block;  margin-right: 20px;color: #777;}
.latest-news .latest-post-box .post-desc .post-meta li a { font-weight: 500;  color: #777;}
.latest-news .latest-post-box .post-desc .post-meta li a i { margin-right: 10px;}
.latest-news .latest-post-box .post-desc .post-meta li:last-child {  margin-right: 0;}
.latest-news .latest-post-box .post-desc h4 {  font-size: 18px; color: #fff;  margin-bottom: 25px;  line-height: 1.4;}
.latest-news .latest-post-box .post-desc p{ line-height:30px; color:#777}
.latest-news .latest-post-box .post-desc span {   line-height: 30px;   color: #febe16;}

.latest-news .latest-post-slider .swiper-pagination{ position: initial; z-index: 100;width: 100%; margin-top: 30px; }
.latest-news .latest-post-slider .swiper-pagination .swiper-pagination-bullet{border: 0; transition: .3s;opacity: 1; margin: 0px 6px !important; position: relative;
 height: 2px; width: 30px; background: #e7e7e7; }
.latest-news .latest-post-slider .swiper-pagination .swiper-pagination-bullet-active{ background: #febe16; width: 40px; height: 2px; }

.arrow-style { display: -webkit-box; display: -ms-flexbox; display: flex; margin-top:30px; -webkit-box-pack: end;     -ms-flex-pack: end;          justify-content: flex-end;}
.arrow-style .slick-arrow {height:70px; width:70px; text-align:center;line-height: 70px; font-size:18px; color:#111; background: #fff;cursor: pointer;-webkit-transition: all 0.3s ease-out 0s;transition: all 0.3s ease-out 0s;}
.arrow-style .slick-arrow.next-arrow {  margin-left: 20px;}
.arrow-style .slick-arrow:hover, .arrow-style .slick-arrow.next-arrow {background-color: #475766; color: #fff; -webkit-box-shadow: 0px 14px 24px 0px rgba(190, 173, 142, 0.3); box-shadow: 0px 14px 24px 0px rgba(190, 173, 142, 0.3);}

.news-main{    padding: 100px 0px; background:#000;}
.newsshow{ background: #222; padding:30px 30px;}
.newsshow h2{color: #fff;font-family: 'Oswald',sans-serif; font-size:32px; margin-bottom: 20px;  }

.newsshow .metit{ color: #777; margin-bottom: 20px;padding:25px 0px;border-top: 2px solid #353535; }
.newsshow .metit span{ margin-left: 30px;}
.newsshow .metit i{color:#febe16; margin-right:5px;}
.newsshow .metit time{ padding: 0px 15px 0px 0px; border-right: 2px solid #353535;}
.newsshow .metit span.bookmark{  padding: 0px 0px 0px 0px; }
.newsshow .metit span.user{  padding: 0px 0px 0px 0px; }

.newsshow .content{padding: 0px 0px; line-height:30px;  color:#777;font-size:16px; }
.newsshow .content img{max-width: 100%;}

.reLink {			margin: 10px auto 10px;	padding: 0px 0px;}
.reLink .prevLink, .reLink .nextLink { margin: 10px 0px;	}
.reLink .prevLink a, .reLink .nextLink a {color:#777;	}
.reLink .prevLink a:hover, .reLink .nextLink a:hover {	color: #04549b;}
.reLink .prevLink {color:#777;	}
.reLink .nextLink {color:#777;	}


.index-partner{margin: 60px 0px;}
.partner-box ul{ display: flex; flex-wrap: wrap;}
.partner-box ul li{ width: calc(100%/6 - 22px); margin: 10px 10px; display: flex; justify-content: center; align-items: center;
border: 1px solid #eee; border-radius: 5px; padding: 10px 10px;}
.partner-box ul li img{object-fit: contain; width: 100%; height: 60px;}


.main-footer {   position: relative;   background-color: #000;border-top: 1px solid #222;}
.main-footer .widgets-section {   position: relative;   padding: 100px 0px 30px;  display:flex; flex-wrap:wrap;}
.main-footer .column {  position: relative; width:calc(100%/3);}
.main-footer .column:nth-child(2){padding-left:60px;}
.main-footer .column:last-child{  padding-left:0px;}
.footer-widget {  position: relative; }
.main-footer .column p{ color:#fff; line-height:30px;}
.main-footer .widget-title {   position: relative;   font-size: 18px;   font-weight: 600;   color: #fff;   text-transform: uppercase;   margin-bottom: 30px;   padding-bottom: 15px;}
.main-footer .widget-title:before {   position: absolute;   content: '';   left: 0;   bottom: 0;   height: 2px;   width: 50px; background:#febe16;}
.main-footer .column .foot-nav li {margin:10px 0px;}
.main-footer .column .foot-nav li a{ color:#fff; text-transform:uppercase; }

.main-footer .column .contact-widget li{display:flex; align-items:center;}
.main-footer .column .contact-widget li i{width: 30px;  height: 30px; margin: 0px 10px 0px 0px;
    border-radius: 100%;   background: #febe16;   display: flex;   justify-content: center;    align-items: center;   color: #fff;}
.main-footer .column .contact-widget li p{width:calc(100% - 40px);  line-height: 25px;}
/* About Widget */
.about-widget .text {   color: #fff;    margin-bottom: 30px; line-height:30px;}

.social-links ul li {   display: inline-block;   margin-right: 5px;}
.social-links ul li a {position: relative; height: 40px; width: 40px; line-height: 38px; border: 1px solid #413c37; border-radius: 50%; color: #aaa; transition:.5s; display: inline-block; text-align: center; font-size: 14px;}
.social-links ul li a:hover {   color: #fff;}

/* Contact Widget */

.contact-widget .widget-content {   position: relative;}
.contact-widget ul li {   position: relative;   margin-bottom: 10px;   color: #aaa;   font-weight: 400;   font-size: 16px;}
.contact-widget ul li a {  position: relative;   color: #aaa;       -webkit-transition: all 0.3s ease 0s;   -o-transition: all 0.3s ease 0s;   transition: all 0.3s ease 0s;}
.contact-widget ul li a:hover {    color: #fff;}
.contact-widget ul li img{top: -160px; position: absolute;max-width:auto !important;}
.contact-widget ul li:hover img{ display: block !important;  }
/* Instagram Widget */

.instagram-widget .wrapper-box {position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding-top: 10px; -ms-flex-wrap: wrap;flex-wrap: wrap;   margin: 0px -5px;}
.instagram-widget .wrapper-box .image {   position: relative;   overflow: hidden;   margin: 0px 5px 10px;}
.instagram-widget .wrapper-box .image img{ width:100px; display:block;}
.instagram-widget .wrapper-box .image .overlay-link {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
        justify-content: center;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    opacity: 0;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    background: rgba(38, 38, 44, 0.5);}
.instagram-widget .wrapper-box .image:hover .overlay-link {opacity: 1;}
.footer-bottom { background:#222;  position: relative;   text-align: center;   padding: 20px 0px;}
.footer-bottom .copyright {    color: #aaa;}
.footer-bottom .copyright a {   color: #fff;}


/*内页侧栏*/
.sidebar{ margin-top:15px;}
.sidebar .sb_nav{ float:left; width:210px;}
.sidebar .sb_nav h3.title{ text-align:left; background:url(../images/dt-6.gif) repeat-x; padding:0px 15px; height:33px; line-height:33px; border-bottom:1px solid #cecece; font-size:14px; color:#fff;}
.sidebar .sb_nav h3.line{ margin-top:15px; }
.sidebar .sb_nav .active{ padding:10px 15px; background:#fff;}
#sidebar dl{ margin-left:5px;}
#sidebar dl dt{ padding:4px 0px 5px 15px; margin-top:5px; background:url(../images/dt-11.gif) no-repeat 2px 11px;}
#sidebar dl dd{ padding:0px 0px 0px 15px;}
#sidebar dl dd h4{ font-weight:normal; padding:5px 0px 5px 10px; background:url(../images/dt-0.gif) no-repeat left center;}
#sidebar dl dt.on a{ font-weight:bold; color:#1C57C4; }
#sidebar dl h4.on a{ font-weight:bold;}
.sidebar .sb_box{  background:#fff; overflow:hidden; }

.top_ban{position:relative;}
.top_ban h3.title{ line-height:35px; position:absolute; text-align:center; top:50%; width:100%;}
.top_ban h3.title span{   font-size:30px; color:#fff;  padding:0px 15px;}
.top_ban h3.title div.position{  font-weight:normal; position:relative; color:#fff;}
.top_ban h3.title div.position a{ color:#fff;}

#ZoomBox{ background:#fff;}
#geyin_product{ padding:15px 0px; width:1200px; margin:auto;}
#geyin_product .pshow { margin:60px 0px; overflow:hidden;}
#geyin_product .pshow .dt{ float:left; width:600px; height:600px; text-align:center;}
#geyin_product .pshow .dt img{ max-height:640px; width:auto;}
#geyin_product .pshow .dd{ float:right; width:600px;}
#geyin_product .pshow .dd h1{ font-size:36px; font-weight:normal;}
#geyin_product .pshow .dd ul{ margin-left:15px; }
#geyin_product .pshow .dd li{ min-height:50px;height:50px;  margin:5px 0px; font-size:16px; clear:both;  position:relative; line-height:50px; border:1px solid #475766; text-align:center;  }
#geyin_product .pshow .dd li span{  left:0px; top:0px; color:#333; margin-right:10px; font-weight:bold; background:#475766; width:200px; text-align:center; height:50px; line-height:50px; float:left; display: block; color:#fff;}
#geyin_product .pshow .dd li.li_p{ height:300px;}
#geyin_product .pshow .dd li.li_p img{ height:300px; width:auto; }
#geyin_product .ctitle{ margin:15px 0px 10px; padding:5px 20px; background:url(../images/images/dt-7.gif) no-repeat left center; *background-position:left 17px; font-size:14px; border-bottom:1px dotted #ccc; }
#geyin_product .editor{ line-height:2; padding:0px 10px; font-size:14px;}
.p_link { margin-top:20px; overflow:hidden;}
.p_link .prev_p, .p_link .next_p { height:40px; line-height:40px;width:120px; display:block; float:left; text-align:center;  color:#fff;  }
.p_link .prev_p a{color:#fff;}
.p_link .next_p a{color:#343434;}
.p_link .prev_p{ background:#475766;}
.p_link .next_p{ background:#eee}
.p_link .prev_p:hover, .p_link .prev_p:hover a{ background:#eee;color:#343434;}
.p_link .next_p:hover, .p_link .next_p:hover a{ background:#475766;color:#fff;}

/* Working Process Section */
.working-process-section {
    position: relative;
    padding: 145px 0 110px;
    background-size: cover;
    background-attachment: fixed;background-image: url(../images/bg-22.jpg);
}

.working-process-section:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    opacity: .7;
}

.working-process-section .text {position: relative;    margin-top: 40px;   }
.working-process-section h2{ color:#fff; position:relative;}
.working-process-section .auto-container{ text-align:center;}
.process-block{ display:inline-block; margin:0px 20px; }
.process-block .inner-box {   position: relative;    align-items: center;   flex-wrap: wrap;  margin-bottom: 30px;}
.process-block .count {   position: relative;    font-size: 60px;   font-weight: 700;   color: #fff;    line-height: 65px;}
.process-block h4 {  font-size: 18px;   font-weight: 500;   color: #fff;}
.working-process-section.style-two .process-block .icon img{ vertical-align:middle;}
.working-process-section.style-two .process-block .icon {
    position: relative;
    width: 60px;
    height: 60px;
    line-height: 58px;
 
    color: #fff;
    text-align: center; margin:auto; margin-bottom:10px;
 
     border-radius: 50%;
    border: 2px solid #fff; 
  
   
}
.working-process-section.style-two .process-block .icon img{ width:35px;}
.p_dec{overflow:hidden; margin-bottom:60px; }

.v-inner{display:flex; flex-wrap:wrap;}
.p_wrapper{ width: calc(100%/3 - 16px); margin:16px 8px 0px 8px; background:#f2f2f2;}
.p_wrapper h3{ font-size:24px; margin-bottom:20px; font-weight:normal;}
.p_wrapper img{ width:100%; display:block; height:240px; }
.p_wrapper .text{ line-height:25px; background:#f2f2f2; padding:20px; box-sizing:border-box; }


.por_info_list{ padding:50px 0px; overflow:hidden;}
.por_info_list h2{ text-align:center; font-size:30px; margin-bottom:30px;} 
.por_box{display: -webkit-flex; display: flex;}
.por_info_list .port_li{  float:left; -webkit-flex: 1; flex: 1; box-sizing:box-border; margin:0px 10px;} 
.por_info_list .port_li .img{ height:260px; text-align:center; background:#f2f2f2;}
.por_info_list .port_li img{max-height:260px;}
.por_info_list .port_li a.more{ background:#475766; border-radius: 0px; color:#fff; padding: 8px 0px 8px 0px; clear:both; display:block; width:100px; text-align:center; }
.por_info_list .port_li .text{padding:20px 30px; border:1px solid #f2f2f2; border-top:none;}
.por_info_list .port_li li{ margin-bottom:10px; clear:both; overflow:hidden;}
.por_info_list .port_li li span{ font-weight:bold; float: left; margin-right:10px;}
.por_info_list .port_li li p{ float: left;}


.join_box{}





.index_cpys{/*background: url(../images/pz_bj.png) no-repeat bottom center;*/background:#000;padding:100px 0px;}
.cpys .titis h4{color: #fff; font-size: 40px;margin-bottom:60px;text-align:center;font-family: 'Oswald',sans-serif;   text-transform: uppercase;}

.cpys_nr{padding-top:47px;}
.cpys_nr dl{position: relative;height: 394px;background: #222;position: relative; display: flex; flex-wrap: wrap;}
.cpys_nr dt {font-size:0;line-height: 0;width:55%;}
.cpys_nr dt img {width:100%;height: 394px; object-fit:cover;}
.cpys_nr dd {width:45%;padding:50px 50px 50px 50px;}
.cpys_nr dd h4 {font-size:36px; text-transform:uppercase;color: #fff;font-family: 'Oswald',sans-serif;}
.cpys_nr dd p {font-size:16px;color: #777;line-height: 30px;padding-top:30px;}
.cpys_nr dd em {position: absolute;width:53px;height:53px;background: #febe16;line-height: 53px;text-align: center;font-family: 'Oswald',sans-serif;  font-size:24px;color: #fff;right:0;bottom:0px;}
.cpys_qh{height: 120px; text-align:center;}
.cpys_qh li { display:inline-table;height: 120px; width:120px;margin:0px 25px;background: #222; border-radius: 120px;}
.cpys_qh li em {width:44px;height: 44px;text-align: center;line-height: 44px;font-size:24px; display:inline-block; margin-top:10px; }
.cpys_qh li .em1{ background:url(../images/cpys01_h.png) no-repeat center center;}
.cpys_qh li .em2{ background:url(../images/cpys02_h.png) no-repeat center center;}
.cpys_qh li .em3{ background:url(../images/cpys03_h.png) no-repeat center center;}
.cpys_qh li .em4{ background:url(../images/cpys04_h.png) no-repeat center center;}
.cpys_qh li .em5{ background:url(../images/cpys05_h.png) no-repeat center center;}
.cpys_qh li:hover .em1{ background:url(../images/cpys01_h.png) no-repeat center center;}
.cpys_qh li:hover .em2{ background:url(../images/cpys02_h.png) no-repeat center center;}
.cpys_qh li:hover .em3{ background:url(../images/cpys03_h.png) no-repeat center center;}
.cpys_qh li:hover .em4{ background:url(../images/cpys04_h.png) no-repeat center center;}
.cpys_qh li:hover .em5{ background:url(../images/cpys05_h.png) no-repeat center center;}
.cpys_qh li span {font-size:16px;color: #777; clear:both; display:block;}
.cpys_qh li span b{padding-right:8px;}
.cpys_qh li:last-child{}
.cpys_qh li.on{background: #febe16;color: #fff;}
.cpys_qh li.on span{color: #fff}
.cpys_qh li.on .em1{ background:url(../images/cpys01_h.png) no-repeat center center;}
.cpys_qh li.on .em2{ background:url(../images/cpys02_h.png) no-repeat center center;}
.cpys_qh li.on .em3{ background:url(../images/cpys03_h.png) no-repeat center center;}
.cpys_qh li.on .em4{ background:url(../images/cpys04_h.png) no-repeat center center;}
.cpys_qh li.on .em5{ background:url(../images/cpys05_h.png) no-repeat center center;}


/*招商加盟政策与扶持*/
.fuchi {overflow: hidden;	width: 100%;	padding: 100px 0;	background: #222;}
.fuchi .titis h4 {font-size:40px;color: #fff; text-align:center;font-family: 'Oswald',sans-serif;}
.fuchi .fcbox {	overflow: hidden;		margin: 0 auto;		margin-top: 45px;}
.fuchi ul { display: flex; flex-wrap: wrap;	}
.fuchi .fc {width:calc(100%/3 - 40px);margin: 20px 20px;border: 2px solid #646464;	padding:60px 40px;}
.fuchi .fc:nth-child(2){border: 2px solid #febe16;}
.fuchi h3 {font-size: 24px;	color: #fff; text-align:center; text-transform:uppercase;font-family: 'Oswald',sans-serif;	margin-bottom: 20px;}
.fuchi p {font-size: 16px;	color: #777;	line-height: 30px;}
.fuchi .fc:hover{border: 2px solid #febe16;}



.product-main{ display: flex; flex-wrap: wrap; justify-content: space-between; padding: 100px 0;}
.productsort{ margin: 0px 0px 0px 0px; width: 290px; }
.productsort ul{}
.productsort ul li {border: 1px solid #353535;  border-bottom: 0;   padding: 0px 0px;      margin: 0 0px; transition: 0.5s; }
.productsort ul  li:last-child {    border-bottom: 1px solid #353535;}
.productsort li a.calss1 {color: #fff; font-size: 16px;  display: flex;justify-content: space-between; padding: 20px 20px 20px 20px;}
.productsort li a.p-ico1{ background: url(../images/p-ico01.png) no-repeat 10px;}
.productsort li a.p-ico2{ background: url(../images/p-ico02.png) no-repeat 10px;}
.productsort li a.p-ico3{ background: url(../images/p-ico03.png) no-repeat 10px;}
.productsort li a.p-ico4{ background: url(../images/p-ico04.png) no-repeat 10px;}
.productsort li a.p-ico5{ background: url(../images/p-ico02.png) no-repeat 10px;}

.productsort li:hover ,.productsort li.active{ border-left: 4px solid #febe16; }
.productsort li:hover a,.productsort li.active a { color:#fff;}
.productsort li h3{display: flex;   justify-content: space-between;   align-items: center; padding:0px 20px 0px 0px;}
.productsort li h3:after{font-family: "FontAwesome"; content: '\f106'; color: #fff;}
.productsort li.active h3:after{font-family: "FontAwesome"; content: '\f107';}
.productsort li dl{ display: none;background: #f5f5f5;padding: 5px 40px;}
.productsort li.active dl{  display: block; }
.productsort li dl a{ width: 100%; font-size: 14px; display: block; color: #676767; padding: 10px 0px;}
.productsort li dl a.active{ color: #252525; text-decoration: underline;}


.prosearch{margin-bottom: 10px; border: 1px solid #353535;display: flex;}
.prosearch form{background: none;  border-radius: 10px; display: flex; }
.prosearch input{border: none; color: #fff; height: 40px;width: calc(100% - 40px); background: none; padding: 5px 10px;}
.prosearch button{color:#febe16;border: none; background: none; cursor: pointer; width: 40px; height:40px;}

.products_box{ width: calc(100% - 0px);}
.productlist{ margin: 0px auto;}
.productlist ul{ display: flex; flex-wrap: wrap;}
.productlist li{ width: calc(100%/4 - 20px);background: #eee; overflow: hidden; margin:0px 10px 40px 10px;  position: relative; transition: all .3s ease 0s;top: 0;}
.productlist li a{display: flex; flex-wrap: wrap;}
.productlist li .img{width: 100%; aspect-ratio: 1/1;display: flex;  justify-content: center; align-items: center; overflow:hidden;}
.productlist li .img img{ margin:auto; display: block; object-fit: cover; width:100%;  transition: .5s transform; }
.productlist li:hover img{transform: scale(1.05, 1.05); transition: .5s transform;}
.productlist li:hover{top:-10px}

.productlist li .text{ background:#eee; width: 100%; padding: 20px 20px 20px 20px;  position: relative;transition: .5s transform;}
.productlist li .text h3{font-size: 16px;line-height: 25px; color: #000;  margin:0px auto 10px;    transition: all .3s ease-out 0s; }
.productlist li .text p {font-size: 14px; color: #676767; line-height: 24px; margin:10px 0px 10px 0px;}  
.productlist li .text em{ font-size: 14px; color: #676767;  font-style: normal;}
.productlist li .text span { background:#252525 url(../images/productbtn.png) no-repeat 10px center;
    width: 100px;
    height: 30px;
    color: #fff;
    position: relative;
    font-size: 12px;
    font-weight: bold;
    display: flex;
    align-items: center;
    text-transform: uppercase;
   padding-left: 40px;  border-radius: 18px;} 
.productlist li:hover{}
.productlist li:hover .text h3{}
.productlist li:hover .text span{ }



.sb_nav{ float:left; width:290px;}
.sb_nav h3.title{ text-align: center; background:#005caf; padding:0px 15px; height:64px; line-height:64px; }
.sb_nav h3 a{font-size:1.625rem; color:#fff; }

.sb_nav .nav-list ul{ border:1px solid #999; margin: 10px 0px;    box-shadow: 0 0 10px rgb(0 0 0 / 20%); }
.sb_nav .nav-list ul li{  height:64px; line-height:64px;}
.sb_nav .nav-list ul li a {display: block;font-size:1.375rem; font-weight: normal; text-align: center; position: relative;   margin:0px 20px;    color: #999;}
.sb_nav .nav-list ul li a:after{content: ">"; font-family: "å®‹ä½“"; display: block; position: absolute; right: 0; bottom: 0px;}
.sb_nav .nav-list ul li.active{ padding:0px 0px;background:#005caf;}
.sb_nav .nav-list ul li.active a{ color: #fff;}





/*äº§å“è½®æ’­*/
.product-container{ padding: 100px 0px;  background: #000; }

.prorow{  display: flex; flex-wrap:wrap;justify-content: space-between;}
.pro-left{    width: 45%;  }
.view {	 width:100%; height:auto; aspect-ratio: 1/1;   border: 1px solid #ccc;position:relative;   overflow: hidden;}
.view .swiper-slide{	 width:600px; height:auto; aspect-ratio: 1/1;  }
.view img {width: 100%;	height: 100%; object-fit: contain;}

.preview {	position: relative;	width: 100%; padding: 0px 30px;	 margin-top: 20px;}
.preview .swiper-slide {width: 90px;	height: 90px;	box-sizing: border-box;	overflow: hidden;	cursor: pointer;}
.preview .swiper-slide img {	object-fit: contain;display: inline-block;width: 100%;	height: 100%;}
.preview .active-nav {	border: 1px solid #febe16;}
.preview .arrow-left,.preview .arrow-right{display: inline-block;position: absolute; }
.preview .arrow-left:after,.preview .arrow-right:after{font-family:"FontAwesome";font-size:36px;display:block; position: absolute;text-align:center;font-weight:600;}
.preview .arrow-left{left: 0px;top: 50%; margin-top: -25px; }
.preview .arrow-right{right: 10px;top: 50%;margin-top: -25px;}
.preview .arrow-left:after{content:'\f104'; color: #252525;}
.preview .arrow-right:after{content:'\f105'; color: #8d8d8d;}

.pro-right{ width:55%; padding:0px 0px 0px 60px; height:auto;}
.pro-right h2{ font-size:24px; color: #000; margin-bottom: 20px;}
.miaoshu p{ font-size: 16px; color: #676767; line-height: 30px;}
.pro-right a.inquirybtn {cursor: pointer;   width: 160px;   height: 42px;   color: #fff;   position: relative;    font-size: 16px;   font-weight: bold;
    display: flex;   align-items: center;   text-transform: uppercase;   padding-left: 15px; margin-top: 30px ;   background: #febe16; border-radius: 21px;}
.pro-right a.inquirybtn:before{ content: ""; background: url(../images/newsbtn.webp) no-repeat center; position: absolute; right: 20px; display: block; width: 20px; height: 20px;}

.product-container{ padding: 100px 0px;  background: #fff; }

.box-content{ margin: 0px auto;background: #fff; padding: 100px 0px;}
.box-content .wrap{display: flex; flex-wrap: wrap; justify-content: space-between;}

.contentbox { width: calc(100% - 320px); border-top: 1px solid #dcdcdc;}
.dec-tit {     margin: 0px 0px 50px 0px;     font-weight: bold;}
.dec-tit span{background:#febe16;color: #fff;  font-size: 16px; padding: 15px 30px; text-transform: uppercase; display: table;}
.box-content .content img{ display: inline-block; max-width: 100%; height:auto!important;}
.box-content .content{color: #777;   line-height: 30px;}
.box-content .content p{color: #777; line-height: 30px;}


.ab-product{ margin-top: 0px; border: 1px solid #dcdcdc; background: #fff;}
.ab-product h2{font-size:16px; color:#252525; font-weight: bold;  padding: 0px 15px; height:50px; line-height:50px; }
.ab-product ul li{ margin: 0px 15px 15px 15px; }
.ab-product ul li a{display: flex; flex-wrap: wrap; justify-content: space-between;}
.ab-product ul li .img{ height: 80px; width: 80px; background: #ededed; }
.ab-product ul li img{ width: 100%;     height: 100%;object-fit: contain;}
.ab-product ul li .text{width: calc(100% - 90px);}
.ab-product ul li h3{ margin-top: 0px; color: #252525; font-weight: bold; font-size: 14px;  }
.ab-product ul li em{font-size: 14px; color: #676767;  font-style: normal;}
.ab-product ul li span{font-size: 14px; color: #676767;  font-style: normal; text-decoration: underline;}

.pages_cont {margin: 30px 0;width: 100%;display: flex;justify-content: center;align-items: center;}
.pages_cont ul a {    float: left;}
.pages_cont ul a,.pages_cont ul span { width: 40px; height: 40px; background: #eee; border-radius: 100%; 
display: flex; align-items: center;   justify-content: center; float: left; margin:0px 3px;color: #000; font-size: 16px; 
transition: all .4s;   overflow: hidden;}
.pages_cont ul li.dt a {   border: 0;}
.pages_cont ul a.page-num-current {    background: #febe16;    border-color: #eee;}
.pages_cont ul a.page-num-current { color: #fff;}
.pages_cont select{padding: 10px;  border: 1px solid #ccc;}

/* contactus css */
.nycontact{}
.nycontact .contshow {background: #222;padding: 100px 0px;}
.nycontact .contshow ul{display: flex; flex-wrap: wrap; justify-content: space-between;}
.nycontact .contshow li {width: calc(100%/4 - 40px); margin:10px 20px;display: flex; flex-wrap: wrap; justify-content: space-between;align-items: center; }
.nycontact .contshow li .cta-icon{height: 80px; width: 80px; border-radius: 100%; background: #febe16; display: flex; align-items: center; justify-content: center;}
.nycontact .contshow li .cta-icon i{font-size: 30px; color: #fff;}
.nycontact .contshow li .cta-text{width: calc(100% - 100px);    }
.nycontact .contshow li p{font-size:16px; color: #fff;  display: block;}
.nycontact .contshow li span{font-size:20px;color: #febe16; text-transform: uppercase; font-family: 'Oswald',sans-serif;margin-bottom: 10px; display: block;}

.nycontact .contmain{background: #000; padding: 100px 0px;}
.nycontact .form-map{display: flex; flex-wrap: wrap;}

.nycontact .contact-form{font-size: 18px;color: #febe16;}
.nycontact .contact-form h2{ font-size: 36px; color: #fff; margin-bottom: 30px; text-transform: uppercase; font-family: 'Oswald',sans-serif;}
.nycontact .contact-form { width:50%;padding-left:60px;}
.nycontact .contact-form .form-group { margin-bottom:20px; overflow:hidden;}
.nycontact .contact-form .form-group .input{ width:100%;}
.nycontact .contact-form .form-group input,.nycontact .contact-form .form-group textarea{width: 100%; box-sizing:border-box;
    padding: 10px 20px;
    font-size: 15px;
    outline: none;
    text-shadow: 0px 1px 0px #fff; border-radius: 20px;
    border: 1px solid #ccc;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
}
.nycontact .contact-form .form-group textarea{ height:200px;}
.nycontact .contact-form .btn-info {
    background-color: #febe16;
    box-shadow: 2.5px 4.33px 15px 0 rgb(0 0 0 / 15%);
    color: #FFF;
    padding: 20px 30px;
    border-radius: 30px; font-size: 16px;
    text-transform: uppercase;
}

.nycontact .map-outer{width: 50%;}


.about-main{background:#000; padding:100px 0px;}
.about-main .aboutshow {    background: #222;   padding: 30px 30px;}
.about-main .aboutshow .content { padding: 0px 0px;   line-height: 30px;   color: #777;    font-size: 16px;}
.about-main .aboutshow .content img{max-width:100%;}

.list-news{background:#000;overflow:hidden;padding:60px 0px 60px 0px;}
.list-news .latest-post{display:flex; flex-wrap:wrap;}
.list-news .latest-post-box{width:calc(100%/3 - 20px);background-color: #222;   margin:0px 10px 20px 10px;}
.list-news .latest-post-box:nth-child(3n){ margin-right:0;}
.list-news .latest-post-box .post-img { height: 260px; width: 100%;  background-size: cover;  background-position: center;}
.list-news .latest-post-box .post-img img{ height:260px; width:100%; object-fit:cover;}
.list-news .latest-post-box .post-desc {  background-color: #222;  padding: 40px 35px;}
.list-news .latest-post-box .post-desc .post-meta {   margin-bottom: 20px;}
.list-news .latest-post-box .post-desc .post-meta li {  display: inline-block;  margin-right: 20px;color: #777;}
.list-news .latest-post-box .post-desc .post-meta li a { font-weight: 500;  color: #777;}
.list-news .latest-post-box .post-desc .post-meta li a i { margin-right: 10px;}
.list-news .latest-post-box .post-desc .post-meta li:last-child {  margin-right: 0;}
.list-news .latest-post-box .post-desc h4 {  font-size: 18px; color: #fff;  margin-bottom: 25px; letter-spacing: -1px; line-height: 1.4;}
.list-news .latest-post-box .post-desc p{ line-height:30px;color: #777;}
.list-news .latest-post-box .post-desc span {   line-height: 30px;   color: #febe16;}


.index_box01{ padding:100px 0px 100px 0px; background:#222; overflow:hidden;}
.index_box01 .about_left{ float:left; width:50%;padding-right: 60px;}
.index_box01 .about_left h2{ color:#fff; font-family: 'Oswald',sans-serif; font-size:40px; text-transform:uppercase; text-align:center; margin-top:100px; margin-bottom:60px;}
.index_box01 .about_left h2 em{ color:#495764; font-weight:600; font-size:30px; display: block; line-height:normal; font-style:normal;}
.index_box01 .about_left p{ color:#777; font-size:18px; font-weight:500;  text-align:center; margin-bottom:20px;}
.index_box01 .about_left a.baojia{ background:#febe16; height:50px; line-height:50px; width:150px; text-align:center; display:block; border-radius:60px; color:#fff; margin:60px auto 0px; font-size:18px; }
.index_box01 .about_right{ float:left;width:50%; position:relative;}
.index_box01 .about_right img{ display:block;}
.index_box01 .about_right .about_img01{ position: absolute; bottom:0px; margin-bottom:-30px;box-shadow: 0px 5px 10px 2px rgba(0, 0, 0, 0.2); z-index:9; }
.index_box01 .about_right .about_img02{float:right;box-shadow: 0px 5px 10px 2px rgba(0, 0, 0, 0.2); }
.index_box01 .about_right_m{ display:none;}


.index_app{ text-align:center; background:#475766; padding:30px 0px;}
.index_app .app-block{ display:inline-block; margin:0px 20px; }
.index_app .app-block .inner-box {   position: relative;    align-items: center;   flex-wrap: wrap; }
.index_app .app-block .count {   position: relative;    font-size: 60px;   font-weight: 700;   color: #fff;    line-height: 65px;}
.index_app .app-block h4 {  font-size: 18px;   font-weight: 500;   color: #fff;}

.index_app .app-block .icon img{ vertical-align:middle;}
.index_app .app-block .icon {
    position: relative;
    width: 60px;
    height: 60px;
    line-height: 58px;
 
    color: #fff;
    text-align: center; margin:auto; margin-bottom:10px;
 
     border-radius: 50%;
    border: 2px solid #fff; 
  
   
}
.index_app .app-block .icon img{ width:35px;}

.index_box02{ 
    overflow: hidden;
    
    position: relative;
    width: 100%;
    height:400px;
   /* background-attachment: fixed;*/
    background-image: url(../images/ban01.jpg); background-position:center;
    background-repeat: no-repeat;
}
.index_box02:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    opacity: .5;
}
.index_box02 h2{ color:#fff; font-weight:600; font-size:24px; text-align:center; margin-top:150px; }
.index_box02 h2 em{ color:#fff; font-weight:600; font-size:24px; display: block; line-height:normal; font-style:normal;}

.index_box03{ padding:60px 0px; display:none;}
.index_box03 .inner{ text-align:center;}
.index_box03 .line{ margin:40px auto; display:block; overflow:hidden; /*border-bottom:2px dashed #000;*/ width:80%;}
.index_box03 .li_item{ display:inline-block; margin:0px 60px;}
.index_box03 .li_item .img{ margin-bottom:20px;}
.index_box03 .li_item .img img{ max-height:200px;}
.index_box03 .li_item .li_item_ico{ background:#475766; width:36px; height:36px; margin-right:10px;border-radius:36px; line-height:36px; text-align:center;} 
.index_box03 .li_item .li_item_ico img{ width:25px; margin:5px auto; }
.index_box03 .li_item span{ display:block; font-weight:bold; text-align:left;}




#onlineService{position:fixed;right:0;bottom:20%;z-index:100998}.offside{width:50px}
.offside li{width:50px;height:50px;position:relative;background:#b1b1b1;border-bottom:1px solid #af715a;text-align:center;transition:all .7s;-webkit-transition:all .7s}
.offside .code{position:absolute;top:0;right:50px;display:none;margin:0}
.offside a,.offside div{color:#333;position:absolute;z-index:11;display:block;top:0;right:0;bottom:0;cursor:pointer}
.offside p{float:left;line-height:50px;font-size:16px;font-weight:700;padding:0 0 0 10px;color:#fff;opacity:0;position:absolute}
.offside li:hover p{opacity:1;}
.offside i{font-size:30px;height:100%;line-height:50px;text-align:center;display:inline-grid;color:#fff}
.offside li:not(.li_3) a,.offside .li_3 a,.offside .li_3 div{width:50px}
.offside .back_top{display:none}
.offside li:nth-child(1){background:#febe16}
.offside li:nth-child(2){background:#febe16}
.offside li:nth-child(3){background:#febe16}
.offside li:nth-child(4){background:#febe16}
.offside li:nth-child(5){background:#2571b7}
.offside li:nth-child(6){background:#b1b1b1}
.offside li:nth-child(7){background:#b1b1b1}
.offside .erweima{width:150px;height:150px;position:absolute;left:-150px;top:0;display:none}
.offside li:nth-child(8){background:#239e51;display:none}
.offside li:nth-child(10){background:#239e51;height:20px}
.offside li:nth-child(10) .icon{line-height:20px}
.offside li:hover a,.offside li:hover div,.offside li:hover .icon{color:#fff}
.offside li:hover p{opacity:1}.offside li:not(.li_3):hover{background:#516373}
.offside li.li_erweima:hover .erweima{display:block}
.offside .tel{width:200px;transform:translateX(-150px);-webkit-transform:translateX(-150px)}
.offside .back_none{height:0;border:0 !important}
.offside .li{transform:translateX(100%);-webkit-transform:translateX(100%)}
.offside .unfold{width:30px;transform:translateX(20px);-webkit-transform:translateX(20px)}
.sep-container{max-width:1200px;margin:0 auto}
.sep-container1{max-width:1400px;margin:0 auto}
.send-email{width:876px;height:auto;position:fixed;top:50%;margin-top:-250px;left:50%;margin-left:-438px;border:1px solid #adadad;background:#ebebeb;z-index:99999999;display:none}
.send-email .sep-general-form{margin:0}
.sep-onlineservices{display:none}
#onlineService-two{display:none}


@media (min-width:1921px){
.main-header .header-upper { width: 80%; margin: auto;}
.main-header .header-upper .logo-box .logo img {   height: 60px;}
.main-menu .navigation>li>a{font-size:18px;}    
}

@media (max-width:768px){
.inner, .container,.wrap{ width:100%;}
.met_flash{ padding-top:60px;}
.main-header{ height:60px;position: static; z-index:99999;   background: #000;}	
.main-header .header-upper .inner-container{padding:0px 0px;}
.logo-box .headerMenu{display:block !important;}
.main-header .header-upper .logo-box {height:60px; width: 100%; padding:0px 10px; display: flex; justify-content: space-between; align-items: center; }
.main-header .header-upper .logo-box .logo img{height:40px;}


.mobile_mian{position: fixed; display:block; width:100%; z-index:999;   margin-left: auto;   margin-right: auto;   min-width: 320px;   max-width: 640px;   background: #fff;}

.slider-content{ margin-top:0px; top:30%; width:80%; }
.layer-1 h1{font-size:18px; line-height:30px;max-width:100%;display: none;}
.layer-2{display:none;}
.layer-3{display:none;}
.header{width: 100%; height:60px; background:#475766;}

.header dl{float: left;width: 69%;text-align: center;}
.header dt{font-size: .4rem;color: #333333;}
.header dt em{font-weight: bold;}
.header dd{font-size:.281rem;color: #fff;display: inline-block;height: .484rem;line-height: .484rem;padding: 0 .344rem;background: #febf01;border-radius: 0.5rem;margin-top: 0.15rem;}
.header dd a{color: #fff;}
.header .headerMenu img{display: block;}
.header .headerMenu{float: right;margin-right: 3%;margin-top: 20px;} 

.zzc {display: none; background: rgba(0, 0, 0, 0.6); position: fixed; top: 0; left: 0; width: 100%; height: 100vh; z-index: 99990;}
/*nav_menu*/
.main-header .nav-outer { display:block;  width:0; position:fixed;  right:0; top:0; height: 100vh;z-index: 99999999;background: #fff;}
.nav_menu img{display: block; height:30px;}
.nav_menu .top{width: 100%; margin:10px 0px; overflow:hidden;}
.nav_menu .Navlog{width: 54%;display: block;margin-left: 10px; float:left;}
.nav-outer .btn{display: block; margin:10px 10px 10px 10px; text-align:right;}
.nav-outer .btn img{ height:20px;}
.main-menu .navigation{overflow:hidden; width:100%;overflow: scroll;height: 80%; margin:0px 0px;}
.main-menu .navigation>li{ width:100%; overflow:hidden; border-bottom: 1px solid #eaeaea; padding:0px 0px; margin:0px 0px;}
.main-menu li:first-child{border-top:1px solid #eaeaea;}
.main-menu .navigation>li>a{ color:#333333;font-size:14px; height: 40px;line-height: 40px; text-align:left;display: block;box-sizing: border-box;padding-left: 6%;}

.navbar-right-info{display:none;}

.intro-area{ position:relative; display:none;}
.intro-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-prev, .intro-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-next
{width:30px; height:30px; line-height:30px;}

.m_banner{  display: block;}
.m_banner .owl-controls .owl-nav div.owl-prev, 
.m_banner .owl-controls .owl-nav div.owl-next {   color: #fff;   font-size: 24px;   margin-top: -20px;   position: absolute;   top: 50%;   text-align: center;    line-height: 50px;    opacity: 0;   border:1px solid #fff;   width: 50px;   height: 50px;	border-radius: 3px; z-index:999;}
.m_banner .owl-controls .owl-nav div.owl-prev{  left: 10%;    -webkit-transition: 0.4s;    -moz-transition: 0.4s;   -o-transition: 0.4s; -ms-transition: 0.4s;}
.m_banner .owl-controls .owl-nav div.owl-next {   right: 10%;   -webkit-transition: 0.4s;   -moz-transition: 0.4s;   -o-transition: 0.4s;   -ms-transition: 0.4s;}
.m_banner:hover .owl-controls .owl-nav div.owl-next{   right: 2%;   -webkit-transition: 0.4s;   -moz-transition: 0.4s;   -o-transition: 0.4s;  -ms-transition: 0.4s;    opacity: 1;}
.m_banner:hover .owl-controls .owl-nav div.owl-prev{   left: 2%;   -webkit-transition: 0.4s;  -moz-transition: 0.4s;   -o-transition: 0.4s;   -ms-transition: 0.4s;   opacity: 1;}
.m_banner:hover .owl-controls .owl-nav div.owl-next:hover,
.m_banner:hover .owl-controls .owl-nav div.owl-prev:hover{  color:#fff;   background: #475766;    border: 1px solid #475766;}

.mbanner{display:block !important;}
.mbanner img{width:100%; display:block;}
#videoContainer{display:none;}


.index-box02 .feedback-box{width:90%;}
.index-box02 ul li h3{font-size:20px;}


.index_box02{ display:none;}
.index_box02 h2{ font-size:20px;}
.index_box02 p{ font-size:20px;}



.index_map{ display:none;}
.index_map .juzhong{ width:100%;}
.product_box .image .overlay-link{ font-family:'SourceHanSans-Regular'; font-size:30px; width:50px; height:50px; line-height:50px;margin-top: -25px;margin-left: -25px;}

.area-padding{ padding:50px 0px 0px 0px;}
.main-system{ width:100%; position:relative;}
.work-space-area .top-content{ display:none;}
.system-content{ padding:20px 20px;}
.single-system{ height:auto; margin-bottom:20px; }
.work-space-area .main-system::after {
    background: rgba(4,23,46, 0.5) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;

}
.single-system01 {  background: url(../images/m_pro_d01.jpg) no-repeat center center ;background-size:cover;}
.single-system02 {  background: url(../images/m_pro_d02.jpg) no-repeat center center ;background-size:cover;}
.single-system03 {  background: url(../images/m_pro_d03.jpg) no-repeat center center; background-size:cover;}
.single-system04 {  background: url(../images/m_pro_d04.jpg) no-repeat center center; background-size:cover;}
.system-content p{ font-size:14px; margin-bottom:10px; line-height:25px;}
.system_title img{ width:60px;}
.system-content h3{ margin-top:0px; font-size:20px;}
.left-system .system-content{ padding-right:20px;}
.right-system .system-content{ padding-left:20px;}

.pro_dec{ width:100%;}
.pro_dec .single-system{ height:auto;}
.cp_rm .main-system{ width:100%;}
.cp_rm .system-content{ padding:20px;max-height:none;}
.cp_rm .top-content{ width:100%; padding:0px 20px;box-sizing: border-box;}
.cp_rm .top-content img{ width:100%;}
.cp_bot{position:sticky; margin-left:20px; margin-bottom:0px;}



.index_app .app-block {   display: inline-block;   margin: 10px 6px;}
.index_app .app-block .icon{ width:50px; height:50px; line-height:48px;}
.index_app .app-block h4{ font-size:14px;}

.working-process-section{ padding:80px 0 80px}
.working-process-section .text{ margin-top:0px;}
.process-block{ margin:0px 10px;}
.working-process-section.style-two .process-block .icon{ height:50px; width:50px; line-height:48px;}
.working-process-section.style-two .process-block .icon img{ width:30px;}
.process-block h4{ font-size:16px;}

.projects-section-two{ padding:60px 10px;}

.project-block-two .image{ width:100%;}
.project-block-two .inner-box img{ height:auto;}
.project-block-two .content{ width:100%; height:240px; background:#fff; box-shadow:none; padding:20px 20px;}
.project-block-two .content h4{ margin-bottom:0px;}
.project-tab .owl-nav{ height:40px; margin-top:-20px; top:30%;}
.project-tab .owl-nav .owl-prev, .project-tab .owl-nav .owl-next{ background:rgba(71,87,102,0.9); height:40px; width:40px; line-height:40px;}

.latest-news{ padding: 60px 10px 60px 10px;}
.latest-news .container{ overflow:hidden;}
.latest-news .latest-post-box{ max-width:414px; margin-right:0px; width:auto;}
.latest-news .latest-post-box .post-desc{padding:30px 20px;}

.arrow-style{ display:block; text-align:center;}
.arrow-style .slick-arrow{ display:inline-block; height:40px; width:40px; line-height:40px;}

.index-partner{margin: 60px 0px;}
.partner-box ul li{ width: calc(100%/3 - 10px); margin: 5px 5px; padding: 5px 5px; }

.main-footer .column{ width:100%;padding: 20px !important;  box-sizing: border-box;}
.main-footer .column:nth-child(2){ margin-left:0px;width: 100%;}
.main-footer .column:last-child{ width:100%;}

.sidebar .sb_box h3.title{ position:static; text-align:left; margin-left:20px;}
.sidebar .sb_box h3.title i{ margin-right:5px;}
.sidebar .sb_box h3.title span{ display:none;}
.sidebar .sb_box h3.title div.position{ color:#333;}
.sidebar .sb_box h3.title div.position a{ color:#333;}
#geyin_product{ width:100%;}
#geyin_product .pshow .dt{ width:100%;}
#geyin_product .pshow .dt img{ width:100%;}
#geyin_product .pshow .dd{ width:100%; margin-top:0px;box-sizing: border-box; padding:0px 20px;}
#geyin_product .pshow .dd li span{ width:120px;}
.p_wrapper {    width: 100%;   float: left;    margin: 0;  padding: 0px 10px 10px 10px;    box-sizing: border-box;}
.por_box{ display:block;}
.por_info_list .port_li {   width: 100%;   padding: 10px;    box-sizing: border-box; margin:0px;}

#contact{ width:100%;}
#contact .contact-info{ display:block;border-bottom:none; overflow:hidden; padding:20px 0px;} 
#contact .contact-info .item{ width:50%; float: left; border: 1px solid #eee; box-sizing: border-box; padding:10px 0px;}
#contact .contact-info .item:last-child{ width:100%; }
#contact .contact-info .line{ display:none;}
#contact .contact-info .item .ico{ margin-bottom:10px; height:30px;}
#contact .contact-info .item .ico img{ width:30px;}
#contact .contact-info .item .title{ font-size:18px;}
#contact .contact-info .item .info{ font-size:16px; }
#contact_map{width:100%;height:400px;border:#ccc solid 1px;font-size:12px; margin:auto;margin-top:30px;}

.i_title h2 {   font-size: 30px;}


.indexproduct{ margin-bottom:0px; padding:60px 0px 60px 0px;}
.product_box{ margin:0px;}
.product_box ul{margin:0px 0px;}
.product_box .pro_item{width:calc(100%/2 - 20px); margin:10px 10px;}
.product_box .text {  padding: 20px 10px;}
.product_box .image img{width:100%;}

.index-box02 { padding: 60px 0px 60px 0px;}
.index-box02 .tit h2{font-size: 30px;}

.index_box01{  padding:50px 0px 50px 0px;}
.index_box01 .about_left{ width:100%; padding:0px 10px; float:none;}
.index_box01 .about_left h2{ margin-top:0px; margin-bottom:50px; font-size:30px;}
.index_box01 .about_right{ width:100%;padding: 20px;  box-sizing: border-box; display:none;}
.index_box01 .about_right .about_img01{ width:80%;}
.index_box01 .about_left a.baojia{ height:40px; line-height:40px; font-size:16px;}
.index_box01 .about_right_m{ display: block; margin-top:20px;}
.index_box01 .about_right_m img{ width: 100%;}

.top_ban{display:none !important;}

.about-main {   padding: 60px 0px;}


.product-main{padding:60px 0px;}
.products_box {   width: calc(100% - 0px);}
.productlist li {   width: calc(100%/2 - 20px);}
.productlist li .text {padding:20px 10px;}
.productlist li .img{height:auto;}
.productlist li .img img{height:auto;}

.product-container {  padding: 60px 0px;}
.pro-left{width:100%;padding: 0px 20px;}
.pro-right{width:100%;padding: 20px 20px 20px 20px;}
.pro-right h2 {   font-size: 20px;}

.box-content{padding:60px 20px;}
.contentbox {   width: calc(100% - 0px);}
.box-content .content table{width:100% !important;}
.box-content .content img{max-width:100% !important;}


.index_cpys{padding:60px 0px;}
.cpys_qh {   height: auto;}
.cpys_qh li{height: 100px;   width: 100px;  margin: 10px 5px;}
.cpys_qh li em {   width: 30px;   height: 30px; margin-top: 5px;  background-size: 100% !important;}
.cpys_nr {     padding: 20px 20px;}
.cpys_nr dl{height:auto;}
.cpys_nr dt{width:100%;}
.cpys_nr dt img{height:auto;}
.cpys_nr dd{width:100%;padding: 30px 20px 30px 20px;}
.cpys_nr dd h4 {font-size: 30px;}
  
.fuchi{padding:60px 0px;}  
.fuchi .titis h4 {  font-size: 30px;}   
.fuchi .fc {    width: calc(100%/2 - 20px);   margin: 10px 10px;    border: 2px solid #646464;   padding: 30px 20px;}
.fuchi h3 {  font-size: 18px;}

.nycontact .contshow li {    width: calc(100%/1 - 40px);}
.nycontact .map-outer{width:100%;padding:20px 20px;}
.nycontact .contact-form {    width: 100%;    padding:20px 20px;}

.main-footer .widgets-section {   position: relative;    padding: 30px 0px 30px;}



.m_pronav{height: 50px; margin: 0px 10px; border-bottom: 1px solid #e6e6e6;display: flex !important;
    justify-content: flex-end;  align-items: center;}
    
.point{ position:relative; width:26px;}
.point .nav_btn{position: absolute;   top: 0px;  right: 0;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}
.point .nav_btn,.point .nav_btn:after,.point .nav_btn:before {display: inline-block;width: 26px;height: 2px; background-color: #252525;}  
.point .nav_btn::after, .point .nav_btn::before {    content: '';   position: absolute;   right: 0;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}
.point .nav_btn::before {    top: 8px;}
.point .nav_btn::after {   top: -8px;} 
.point.active .nav_btn {  background: transparent; }
.point.active .nav_btn::before {    top: 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.point.active .nav_btn::after {    top: 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}    
    
.productsort-wap.productsort-wap_show  { display: block !important;transform: translateX(0%);   opacity: 1; }  
.productsort-wap{position:fixed;  height: 100%; top: 0; display: none; z-index: 999;   background: #fff;   padding: 20px; transition: all 0.5s;   transform: translateX(-100%);}

.productsort-wap ul{border: 1px solid #dcdcdc;border-radius: 10px;background: #fff; }
.productsort-wap ul li {   padding: 0px 0px;      margin: 0 0px; transition: 0.5s; }
.productsort-wap li a.calss1 {color: #676767; font-size: 16px; font-weight: bold; display: flex;justify-content: space-between; padding: 20px 20px 20px 40px;}
.productsort-wap li a.p-ico1{ background: url(../images/p-ico01.png) no-repeat 10px;}
.productsort-wap li a.p-ico2{ background: url(../images/p-ico02.png) no-repeat 10px;}
.productsort-wap li a.p-ico3{ background: url(../images/p-ico03.png) no-repeat 10px;}
.productsort-wap li a.p-ico4{ background: url(../images/p-ico04.png) no-repeat 10px;}
.productsort-wap li a.p-ico5{ background: url(../images/p-ico02.png) no-repeat 10px;}
.productsort-wap li:hover ,.productsort-wap li.active{  }
.productsort-wap li:hover a,.productsort-wap li.active a { color:#252525;}
.productsort-wap li.active a.calss1:after{font-family: "FontAwesome"; content: '\f106';}
.productsort-wap li dl{ display: none;background: #f5f5f5;padding: 5px 40px;}
.productsort-wap li.active dl{  display: block; }
.productsort-wap li dl a{ width: 100%; font-size: 14px; display: block; color: #676767; padding: 10px 0px;}
.productsort-wap li dl a.active{ color: #252525; text-decoration: underline;}



.sb_nav,.productsort{ display: none;}
}