﻿@charset "utf-8";
@import url('../fonts/iconfont/iconfont.css');
@font-face {
  font-family: 'Geometr415';  /* project id 1951647 */
  src: url('../fonts/Geometr415/Geometr415-Blk-BT-Black.eot');
  src: url('../fonts/Geometr415/Geometr415-Blk-BT-Black.eot?#iefix') format('embedded-opentype'),
  url('../fonts/Geometr415/Geometr415-Blk-BT-Black.woff2') format('woff2'),
  url('../fonts/Geometr415/Geometr415-Blk-BT-Black.woff') format('woff'),
  url('../fonts/Geometr415/Geometr415-Blk-BT-Black.ttf') format('truetype'),
  url('../fonts/Geometr415/Geometr415-Blk-BT-Black.svg#Geometr415') format('svg');
  font-display: swap;
}
@font-face {
  font-family: 'Humanst521';  /* project id 1951647 */
  src: url('../fonts/Humanst521/Humanst521-BT-Roman.eot');
  src: url('../fonts/Humanst521/Humanst521-BT-Roman.eot?#iefix') format('embedded-opentype'),
  url('../fonts/Humanst521/Humanst521-BT-Roman.woff2') format('woff2'),
  url('../fonts/Humanst521/Humanst521-BT-Roman.woff') format('woff'),
  url('../fonts/Humanst521/Humanst521-BT-Roman.ttf') format('truetype'),
  url('../fonts/Humanst521/Humanst521-BT-Roman.svg#Humanst521') format('svg');
  font-display: swap;
}
@font-face {
  font-family: 'Aller';  /* project id 1951647 */
  src: url('../fonts/Aller/Aller_Rg.eot');
  src: url('../fonts/Aller/Aller_Rg.eot?#iefix') format('embedded-opentype'),
  url('../fonts/Aller/Aller_Rg.woff2') format('woff2'),
  url('../fonts/Aller/Aller_Rg.woff') format('woff'),
  url('../fonts/Aller/Aller_Rg.ttf') format('truetype'),
  url('../fonts/Aller/Aller_Rg.svg#Aller') format('svg');
  font-display: swap;
}
/*****  font-display: swap;  字体延迟加载*****/

html,body{
    -ms-overflow-style: scrollbar;/*解决ie浏览器右侧滚动条遮挡内容问题*/
}
a{outline:none;  color:#333;text-decoration:none;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;transition:all .3s;-ms-transition:all .3s;}
a:focus{outline:none;}
a:link,a:visited{text-decoration:none;}
a:hover{color:#e95025;text-decoration:none;}
img,li{border:0;vertical-align:top;}
img{max-width:100%;}
.clear{clear:both;width:0;height:0;font-size:0;line-height:0;}
*{margin:0;padding:0;transition:all .3s;}
ul{list-style-type:none;}
dd,dt,h5,img,li,ul{margin:0;padding:0;}
b,body,dd,div,form,h5,h6,html,img,input,li,p,pre,td,ul{margin:0 auto;padding:0;font-family:Humanst521,Arial,Verdana, Tahoma, Geneva,sans-serif;}
h1,h2,h3,h4,dt{font-family:Geometr415,Arial,Verdana, Tahoma, Geneva,  sans-serif;}
.clearfix:after,.clearfix:before{display:table;content:" ";}
.clearfix:after{clear:both;}
input::-webkit-input-placeholder { /* WebKit browsers 适配谷歌 */
    color: #999;
}
input:-moz-placeholder { /* Mozilla Firefox 4 to 18 适配火狐 */
    color: #999;
}
input::-moz-placeholder { /* Mozilla Firefox 19+ 适配火狐 */
    color: #999;
}
input:-ms-input-placeholder { /* Internet Explorer 10+  适配ie*/
    color: #999;
}
.noinfo{font-size:16px;text-align:center;margin-top:10px;padding-bottom:30px;}
.item .img{overflow:hidden;position:relative;}
.item .img img{max-width:100%;transition:all .4s;transform:scale(1.0);margin:0 auto;display:block;}
.item:hover .img img{transform:scale(1.05);}

body{padding-top:90px;}
.container{width:1230px;}
@media screen and (min-width:1230px ) and (max-width:1429px) {
    body{padding-top:68px;}
}
@media screen and (min-width:992px ) and (max-width:1229px) {
    body{padding-top:60px;}
    .container{width:100%;}
}
@media screen and (min-width:768px ) and (max-width:991px) {
    body{padding-top:60px;}
    .container{width:100%;}
}
@media screen and (min-width:1px ) and (max-width:767px) {
    body{padding-top:60px;}
    .container{width:100%;}
}

/*搜索框*/
#SearchBox{position:fixed;top:0;right:0;left:100%;bottom:100%;background:rgba(0,0,0,1);overflow:hidden;padding:0;transition:all .5s;text-align:right;z-index:9999;}
#SearchBox .searchclose{display:inline-block;width:36px;height:36px;text-align:center;line-height:36px;font-size:24px;color:rgb(255, 255, 255);cursor:pointer;transition:all .2s;}
#SearchBox.show{left:0;bottom:0;padding:30px;}
#SearchBox .searchclose:hover{
    transform:rotate(45deg);
    -ms-transform:rotate(45deg); 	/* IE 9 */
    -moz-transform:rotate(45deg); 	/* Firefox */
    -webkit-transform:rotate(45deg); /* Safari 和 Chrome */
    -o-transform:rotate(45deg); 	/* Opera */}
#sform{width:80%;margin:0 auto;}
#sform{position:relative;margin-top:50px;border-bottom:1px solid rgb(255, 255, 255);overflow:hidden;}
#sform #stext{float:left;width:calc(100% - 160px);height:160px;line-height:160px;font-weight:700;border:none;background:transparent;font-size:64px;color:rgb(255, 255, 255);}
#sform #sbut{float:right;width:160px;height:160px;line-height:160px;background:transparent;border:none;}
#sform #sbut>i{display:inline-block;font-size:80px;color:rgb(255, 255, 255);}
@media (min-width:1230px) and (max-width:1429px) {
    #sform{width:100%;}
    #sform #stext{font-size:48px;}
}
@media (min-width:992px) and (max-width:1229px) {
    #sform{width:100%;}
    #sform #stext{font-size:36px;width:calc(100% - 100px);height:100px;line-height:100px;}
    #sform #sbut{width:100px;height:100px;line-height:100px;}
    #sform #sbut>i{font-size:60px;}
}
@media (min-width:768px) and (max-width:991px) {
}
@media (min-width:1px) and (max-width:767px){
}

header{position:relative;background-color:#fff;position:fixed;top:0;width:100%;z-index:10;transition:all .3s;}
header.fixhead{box-shadow:0 3px 5px #aaa;}
header.fixhead #Menu ul.menunav>li.logo>a{padding:5px 0;}
header.fixhead #Menu ul.menunav>li.logo img{height:50px;}
header.fixhead #Menu ul.menunav>li>a{padding:15px 5px 12px;}

#top{padding-top:10px;padding-bottom:10px;overflow:hidden;transition:all .3s;height:98px;}
#top .left{float:left;width:50%;}
#top .left a{color:#fff;display:inline-block;line-height:30px;font-size:16px;}
#top .right{float:right;width:50%;text-align:right;padding-top:29px;}
#top .right a{display:inline-block;height:30px;line-height:30px;margin-left:10px;text-align:center;vertical-align:top;font-size:17px;}
#top .right a img{margin-top:5px;margin-left:5px;}
#top #search{display:inline-block;}
#top #search>a{font-size:22px;font-weight:bold;color:#e95025;}

#logo{display:none;}
#logo img{transition:all .3s;}

#Menu{background-color:#fff;}
#Menu .container{width:90%;}
#Menu ul.menunav{transition:all .3s;text-align:right;}
#Menu ul.menunav>li{display:inline-block;margin:0;text-align:center;padding:0 25px 0;}
#Menu ul.menunav>li.logo{float:left;}
#Menu ul.menunav>li.logo>a{padding:12px 0 8px;border-bottom:none!important;}
#Menu ul.menunav>li.logo img{height:70px;}
#Menu ul.menunav>li.lang{padding:0;}
#Menu ul.menunav>li>a{position:relative;display:block;font-size:18px;line-height:30px;padding:30px 5px 27px;font-family:Geometr415,Arial, Helvetica, sans-serif;border-bottom:3px solid #fff;}
#Menu ul.menunav>li:not(:last-child){}
#Menu ul.menunav>li:nth-child(2){border-left:none;}
#Menu ul>li.open>a,#Menu ul>li.open>a:focus,#Menu ul>li.open>a:hover,#Menu ul>li.active>a,#Menu ul>li:hover>a:hover{color:#e95025;border-bottom:3px solid #94d5cf;}
#Menu ul>li#search{padding:0 10px;}
#Menu ul>li#search>a{color:#e95025;border-bottom:none;}
#Menu ul>li.dropdown>a>i{display:inline-block;transition:all .2s;vertical-align:top;margin-left:3px;}
#Menu ul>li.dropdown:hover>a>i{
transform:rotate(180deg);
-ms-transform:rotate(180deg); 	/* IE 9 */
-moz-transform:rotate(180deg); 	/* Firefox */
-webkit-transform:rotate(180deg); /* Safari 和 Chrome */
-o-transform:rotate(180deg);}

#Menu ul>li{position:relative;}
#Menu ul>li ul.dropdown-menu{border-radius:0;margin-top:0;min-width:100%;background-color:#e95025;padding:0;}
#Menu ul>li ul.dropdown-menu>li{float:initial;width:100%;margin:0;}
#Menu ul>li ul.dropdown-menu>li>a{line-height:24px;  font-size:14px; border-top:1px solid #fff;padding:6px 15px;display:block;font-weight:normal;color:#fff;}
#Menu ul>li ul.dropdown-menu>li>a>i{font-size:14px;}
#Menu ul>li ul.dropdown-menu>li>a:hover{background:#fff;color:#e95025;border-bottom:none;}
#Menu ul>li:hover ul.dropdown-menu{display:block; border:none;}

#top_lang li{margin-left:20px;}
#top_lang li a{font-size:22px; color:#333333; text-transform:uppercase; line-height:80px;}

/*手机导航*/
header #menu_btn{ width: 28px; height: 20px; float: right; margin-top: 30px; cursor: pointer; position: relative; display: none;}
header #menu_btn>.menu_btn_top{ position:absolute; top:5px; left:50%; width:28px; height:3px; border-radius:1.5px; background:#e95025; -webkit-transition:top .3s,background-color .3s,transform .3s cubic-bezier(.5,.2,.6,1.4),-o-transform .3s cubic-bezier(.5,.2,.6,1.4),-ms-transform .3s cubic-bezier(.5,.2,.6,1.4),-moz-transform .3s cubic-bezier(.5,.2,.6,1.4),-webkit-transform .3s cubic-bezier(.5,.2,.6,1.4);transition:top .3s,background-color .3s,transform .3s cubic-bezier(.5,.2,.6,1.4),-o-transform .3s cubic-bezier(.5,.2,.6,1.4),-ms-transform .3s cubic-bezier(.5,.2,.6,1.4),-moz-transform .3s cubic-bezier(.5,.2,.6,1.4),-webkit-transform .3s cubic-bezier(.5,.2,.6,1.4);-webkit-transform:translate(-50%,-50%) rotate(0);-moz-transform:translate(-50%,-50%) rotate(0);-o-transform:translate(-50%,-50%) rotate(0);transform:translate(-50%,-50%) rotate(0);-ms-transform:translate(-50%,-50%) rotate(0);}
header #menu_btn>.menu_btn_med{ position:absolute; top:15px; left:50%; width:28px; height:3px; border-radius:1.5px; background:#e95025; -webkit-transition:top .3s,background-color .3s,transform .3s cubic-bezier(.5,.2,.6,1.4),-o-transform .3s cubic-bezier(.5,.2,.6,1.4),-ms-transform .3s cubic-bezier(.5,.2,.6,1.4),-moz-transform .3s cubic-bezier(.5,.2,.6,1.4),-webkit-transform .3s cubic-bezier(.5,.2,.6,1.4);transition:top .3s,background-color .3s,transform .3s cubic-bezier(.5,.2,.6,1.4),-o-transform .3s cubic-bezier(.5,.2,.6,1.4),-ms-transform .3s cubic-bezier(.5,.2,.6,1.4),-moz-transform .3s cubic-bezier(.5,.2,.6,1.4),-webkit-transform .3s cubic-bezier(.5,.2,.6,1.4);-webkit-transform:translate(-50%,-50%) rotate(0);-moz-transform:translate(-50%,-50%) rotate(0);-o-transform:translate(-50%,-50%) rotate(0);transform:translate(-50%,-50%) rotate(0);-ms-transform:translate(-50%,-50%) rotate(0);}
header #menu_btn>.menu_btn_bot{ position:absolute; top:25px; left:50%; width:28px; height:3px; border-radius:1.5px; background-color:#e95025; -webkit-transition:top .3s,background-color .3s,transform .18s cubic-bezier(.5,.2,.6,1.4) .12s,-o-transform .18s cubic-bezier(.5,.2,.6,1.4) .12s,-ms-transform .18s cubic-bezier(.5,.2,.6,1.4) .12s,-moz-transform .18s cubic-bezier(.5,.2,.6,1.4) .12s,-webkit-transform .18s cubic-bezier(.5,.2,.6,1.4) .12s;transition:top .3s,background-color .3s,transform .18s cubic-bezier(.5,.2,.6,1.4) .12s,-o-transform .18s cubic-bezier(.5,.2,.6,1.4) .12s,-ms-transform .18s cubic-bezier(.5,.2,.6,1.4) .12s,-moz-transform .18s cubic-bezier(.5,.2,.6,1.4) .12s,-webkit-transform .18s cubic-bezier(.5,.2,.6,1.4) .12s;-webkit-transform:translate(-50%,-50%) rotate(0);-moz-transform:translate(-50%,-50%) rotate(0);-o-transform:translate(-50%,-50%) rotate(0);transform:translate(-50%,-50%) rotate(0);-ms-transform:translate(-50%,-50%) rotate(0);}
header #menu_btn.show>.menu_btn_top{ top:50%; background:#e95025; -webkit-transform:translate(-50%,-50%) rotate(135deg); -moz-transform:translate(-50%,-50%) rotate(135deg); -o-transform:translate(-50%,-50%) rotate(135deg); transform:translate(-50%,-50%) rotate(135deg); -ms-transform:translate(-50%,-50%) rotate(135deg);}
header #menu_btn.show>.menu_btn_med{ top:50%; background:#e95025; -webkit-transform:translate(-50%,-50%) rotate(135deg); -moz-transform:translate(-50%,-50%) rotate(135deg); -o-transform:translate(-50%,-50%) rotate(135deg);transform:translate(-50%,-50%) rotate(135deg); -ms-transform:translate(-50%,-50%) rotate(135deg);}
header #menu_btn.show>.menu_btn_bot{ top:50%; background:#e95025; -webkit-transform:translate(-50%,-50%) rotate(45deg); -moz-transform:translate(-50%,-50%) rotate(45deg); -o-transform:translate(-50%,-50%) rotate(45deg);transform:translate(-50%,-50%) rotate(45deg); -ms-transform:translate(-50%,-50%) rotate(45deg);}

@media (min-width:1430px) and (max-width:1600px) {
    #Menu .container{width:100%;}    
}
@media (min-width:1230px) and (max-width:1429px) {
    #Menu .container{width:100%;}
    #Menu ul.menunav>li.logo img{width:300px;height:auto;}
    #Menu ul.menunav>li{padding:0 15px;}
    #Menu ul.menunav>li>a{padding:20px 5px 15px;}
}
@media (min-width:992px) and (max-width:1229px) {
    #Menu .container{width:100%;}
    #Menu ul.menunav>li.logo img{width:250px;height:auto;}
    #Menu ul.menunav>li{padding:0 10px;}
    #Menu ul.menunav>li>a{padding:16px 5px 11px;font-size:16px;}

    header{}
    #logo{padding:10px 15px;}
    #TopSearch{}
    #Menu{float:none;}
    #Menu ul>li.logo{}
    #Menu ul>li.logo img{}
    #Menu ul>li ul.dropdown-menu>li{padding-top:0;}
}
@media (min-width:768px) and (max-width:991px){    
    #top{display:none;}
    #Menu{}
    #logo{display:block;padding:10px 0px;width:100%;float:none;}
    #logo img{height:40px;}
    header #menu_btn{ display: block;margin-top:5px;}
    
}
@media (min-width:1px) and (max-width:767px) {
    #top{display:none;}
    #Menu{}
    #logo{display:block;padding:10px 0;width:100%;float:none;}
    #logo img{height:40px;}
    header #menu_btn{ display: block;margin-top:5px;}
    
}
@media (min-width:1px) and (max-width:991px) {
    #Menu #top{display:none;}
    #Menu ul.menunav>li:nth-child(2){padding-left:15px;}
    #Menu ul.menunav>li:nth-child(2)::before {display:none;}
    #Menu ul.menunav>li:not(:first-child){border-left:none;}

    header{}
    header .navbar-brand img{margin:0;width:200px;}
    #Menu{width:220px;position:fixed;left:-220px;top: 0px; bottom: 0px; background: #e95025; z-index: 99999; overflow-x:hidden;overflow-y:auto;transition:all .5s ease;padding-top:0;}
    #Menu.show{left:0;}
    #Menu .container{padding:0;width:auto;}
    #Menu .tel{display:none;}
    #Menu ul.menunav{margin:0;}
    #Menu ul.menunav>li.logo{display:block;}
    #Menu ul.menunav{display: block; padding: 0px 0 60px; text-align: left;overflow:hidden;}
    #Menu ul.menunav>li{width:100%; padding:0 15px; margin:10px 0 0;}
    #Menu ul.menunav>li:nth-child(1){width:100%; padding:5px 15px; text-align: center;border-bottom:1px solid #fff;margin:0;background-color:#fff;}
    #Menu ul.menunav>li:nth-child(1)>a{padding: 0;}
    #Menu ul.menunav>li:nth-child(1)>a>img{height:auto;}
    #Menu ul.menunav>li>a{font-size:14px;padding:0px;font-weight:bold;background-color:transparent !important;color: #f5f5f5 !important;text-align:left;border-bottom:none;}
    #Menu ul.menunav>li>a:hover:after,#Menu ul>.open>a:after{opacity:0;}
    #Menu ul>li>a,#Menu ul>li:hover>a,#Menu ul>li.active:hover>a{border:none;}
    #Menu ul>li.open>a,#Menu ul>li.open>a:focus,#Menu ul>li.open>a:hover,#Menu ul>li.active>a,#Menu ul>li:hover>a:hover{border-bottom:none;}
    #Menu ul>li ul.dropdown{position:relative;}
    #Menu ul>li ul.dropdown-menu{width:100%;position:relative;display:block;background-color:transparent!important;box-shadow:none;border:none;padding-left:0;overflow:hidden;min-width: inherit; margin-top:0;}
    #Menu ul>li ul.dropdown-menu>li{ width:100%;height:auto;line-height:24px;background:none;text-align:left;margin: 0px;}
    #Menu ul>li ul.dropdown-menu>li>a{ position:inherit;color:#fff; font-size:13px;line-height:18px;padding:3px 0;white-space:initial;border:none;background-color:transparent;}
    #Menu ul>li ul.dropdown-menu>li>a:hover{background-color:#e95025;color:#fff;}
    #Menu ul>li ul.dropdown-menu>li>a>i{float:left;}

    #Menu ul.menunav>li.lang{display:block;text-align:left;padding:0 15px;}
    #Menu ul.menunav>li.lang>a{display:block;line-height:30px;}
    #Menu ul.menunav>li.lang>a img{display:inline-block;margin-left:10px;vertical-align:middle;}

    #Menu ul>li#search{display:block;}
    #Menu ul>li#search>a{display:none;}
    #Menu ul>li#search #SearchBox{position:relative;background:none;left:initial;right:initial;top:initial;bottom:initial;}
    #Menu ul>li#search #SearchBox .searchclose{display:none;}
    #Menu ul>li#search #SearchBox #sform{display:block;background-color:#fff;width:100%;border:1px solid #fff;margin:0;}
    #Menu ul>li#search #SearchBox #stext{width:80%;background-color:#fff;height:30px;line-height:30px;color:#333;font-size:14px;font-weight:normal;padding-left:8px;}
    #Menu ul>li#search #SearchBox #sbut{width:20%;height:30px;line-height:30px;background-color:#e95025;}
    #Menu ul>li#search #SearchBox #sbut>i{height:30px;line-height:30px;width:30px;font-size:18px;vertical-align:top;}
}

#bframe{overflow:hidden;position:relative;}
#bframe img{max-width:100%;display:block;margin:0 auto;}
#bframe h2{position:absolute;font-size:28px;line-height:36px;color:#fff;text-align:center;top:calc(50% - 18px);left:10%;width:80%;text-transform:uppercase;}
#ibframe{}
#ibframe .swiper-slide img{transform:scale(1.1);transition:all 2.1s;}
#ibframe .swiper-slide-active{z-index:1;}
#ibframe .swiper-slide-active img{transform:scale(1);}
#ibframe .swiper-pagination{bottom:30px;}
#ibframe .swiper-pagination-bullet{width:50px;height:6px;border:none;margin:0 10px;border-radius:0;}
#ibframe .swiper-pagination-bullet-active{background-color:#e95025;}
@media (min-width:992px) and (max-width:1229px) {
}
@media (min-width:768px) and (max-width:991px) {
    #bframe h2{font-size:20px;margin-top:0;}
}
@media (min-width:1px) and (max-width:767px){
    #bframe{}
    #bframe h2{font-size:18px;margin-top:0;}
    #ibframe .swiper-pagination-bullet{width:20px;height:3px;margin:0 5px;}
}


.frame{padding-top:50px;padding-bottom:50px;overflow:hidden;}
.frame .title{margin-bottom:30px;text-align:center;}
.frame .title h2{font-size:24px;margin-bottom:20px;margin-top:0;letter-spacing:1px;border-bottom:3px solid #94f5cf;display:inline-block;position:relative;}
.frame .title h2 font{color:#e95025;position:relative;}
.frame .title h2 font::after{content:"";width:100%;height:2px;background-color:#94f5cf;position:absolute;bottom:-12px;left:0;}
.frame .title .line{width:60px;height:6px;background-color:#e95025;position:relative;}
.frame .title p{font-size:14px;line-height:1.5;color:#1e1e1e;margin-bottom:15px;}
@media screen and (min-width:992px ) and (max-width:1229px) {
    .frame{padding-top:30px;padding-bottom:30px;}
    .frame .title{margin-bottom:20px;}
    .frame .title h2{font-size:24px;}
    .frame .title p{font-size:14px;}
}
@media (min-width:768px) and (max-width:991px) {
    .frame{padding-top:25px;padding-bottom:25px;}
    .frame .title{margin-bottom:10px;}
    .frame .title h2{font-size:22px;}
    .frame .title h5{font-size:18px;}
    .frame .title p{font-size:14px;}
}
@media (max-width:767px){
    .frame{padding-top:25px;padding-bottom:25px;}
    .frame .title{margin-bottom:15px;}
    .frame .title h2{font-size:18px;margin-bottom:10px;}
    .frame .title h5{font-size:16px;}
    .frame .title .line{width:300px;}
    .frame .title p{font-size:12px;}
}

#frame1{background:url(../images/probg.jpg) no-repeat center bottom;}
#frame1 .catelist{text-align:center;margin-bottom:50px;}
#frame1 .catelist a.link{display:inline-block;border:1px solid #94d5cf;padding:5px 20px;border-radius:5px;margin:0 6px 10px;font-size:16px;line-height:20px;}
#frame1 .catelist a.link.active,#frame1 .catelist a.link:hover{border:1px solid #e95025;color:#fff;background-color:#e95025;}
#frame1 .swiper-slide{padding:0 10%;}
#frame1 .swiper-slide .txt{text-align:center;}
#frame1 .swiper-slide h4{font-size:16px;font-weight:bold;font-family:Aller,Arial, Helvetica, sans-serif;text-transform:uppercase;letter-spacing:2px;color:#2a2a2a;}
#frame1 .swiper-slide h4:hover{color:#e95025;}
#frame1 .swiper-slide p{font-size:14px;line-height:20px;font-family:Aller,Arial, Helvetica, sans-serif;letter-spacing:1px;color:#464646;}
#frame1 .ProductList{position:relative;}
#frame1 .ProductList .btnlist .swbtn{position:absolute;top:50%;z-index:1;color:#94d5cd;}
#frame1 .ProductList .btnlist .swbtn>i{font-size:30px;}
#frame1 .ProductList .btnlist .swbtn.btn-prev{left:0;}
#frame1 .ProductList .btnlist .swbtn.btn-next{right:0;}
#frame1 .ProductList .btnlist .swbtn.swiper-button-disabled{color:#888;}
@media screen and (min-width:1230px ) and (max-width:1429px) {
}
@media screen and (min-width:992px ) and (max-width:1229px) {
}
@media (min-width:768px) and (max-width:991px) {
    #frame1 .catelist{margin-bottom:30px;}
    #frame1 .swiper-slide h4{font-size:14px;}
    #frame1 .swiper-slide p{font-size:12px;line-height:18px;}
}
@media (max-width:767px){
    #frame1 .catelist{margin-bottom:20px;}
    #frame1 .catelist a.link{padding:3px 10px;font-size:13px;line-height:18px;}
    #frame1 .swiper-slide h4{font-size:13px;}
    #frame1 .swiper-slide p{display:none;}
}


#frame2{padding-bottom:80px;
        background: linear-gradient(to bottom,#ffffff 70%,#e95025 70%);
        filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#ffffff',endColorStr='#e95025',gradientType='1');}
#frame2 article{text-align:center;font-size:16px;color:#464646;line-height:22px;letter-spacing:1px;margin-bottom:50px;}
#frame2 .selist{overflow:hidden;}
#frame2 .selist .item{width:32%;float:left;border-radius:5px;overflow:hidden;position:relative;}
#frame2 .selist .item:not(:first-child){margin-left:2%;}
#frame2 .selist .item .txt>a{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;text-align:center;padding:70px 20px 20px;}
#frame2 .selist .item .txt .icon{position:relative;border:1px solid #fff;display:inline-block;width:60px;height:60px;border-radius:50%;margin-bottom:50px;transition:all 0s;}
#frame2 .selist .item .txt .icon::after{content:"";position:absolute;width:48px;height:48px;border:1px solid #fff;border-radius:10px;left:5px;top:5px;
    transform:rotate(45deg);
    -ms-transform:rotate(45deg); 	/* IE 9 */
    -moz-transform:rotate(45deg); 	/* Firefox */
    -webkit-transform:rotate(45deg); /* Safari 和 Chrome */
    -o-transform:rotate(45deg); 	/* Opera */
    transition:all 0s;
}
#frame2 .selist .item .txt .icon>i{font-size:30px;line-height:60px;color:#fff;transition:all 0s;}
#frame2 .selist .item .txt h4{color:#ccc;font-size:16px;font-weight:normal;font-family:Humanst521,Arial, Helvetica, sans-serif;text-transform:uppercase;}
#frame2 .selist .item:hover .txt .icon>i{color:#e95025;}
#frame2 .selist .item:hover .icon{border:1px solid #e95025;}
#frame2 .selist .item:hover .icon:after{border:1px solid #e95025;}
#frame2 .selist .item:hover h4{color:#e95025;}
@media screen and (min-width:1230px ) and (max-width:1429px) {
}
@media screen and (min-width:992px ) and (max-width:1229px) {
    #frame2 article{font-size:15px;}
    #frame2 .selist .item .txt .icon{margin-bottom:30px;}
}
@media (min-width:768px) and (max-width:991px) {
    #frame2 article{font-size:14px;}
    #frame2 .selist .item .txt>a{padding:40px;}
    #frame2 .selist .item .txt .icon{margin-bottom:10px;width:40px;height:40px;}
    #frame2 .selist .item .txt .icon::after{width:32px;height:32px;top:3px;left:3px;}
    #frame2 .selist .item .txt .icon>i{font-size:20px;line-height:40px;}
    #frame2 .selist .item .txt h4{font-size:14px;}
}
@media (max-width:767px){
    #frame2{background:none;padding-bottom:30px;}
    #frame2 article{font-size:12px;margin-bottom:0;}
    #frame2 .selist{display:none;}
}

#frame3{background:#f5f5f5 url(../images/solutionbg.png) no-repeat left center;}
#frame3 .title{position:absolute;text-align:left;}
#frame3 .title h2{margin-bottom:50px;position:relative;}
#frame3 .title h2::after{content:"";width:35px;height:2px;background-color:#94f5cf;bottom:-9px;position:absolute;right:0;}
#frame3 .title p{color:#e95025;font-size:18px;font-weight:bold;}
#frame3 .list{text-align:right;}
@media screen and (min-width:1230px ) and (max-width:1429px) {
}
@media screen and (min-width:992px ) and (max-width:1229px) {
}
@media (min-width:768px) and (max-width:991px) {
    #frame3 .title p{font-size:14px;}
}
@media (max-width:767px){
    #frame3{display:none;}
}

#frame4{text-align:center;padding-top:80px;padding-bottom:80px;}
#frame4 a{display:block;}
#frame4 h2{color:#fff;margin-bottom:50px;text-transform:uppercase;font-size:24px;padding:0 50px;}
#frame4 .iconfont{font-size:48px;color:#fff;}
@media screen and (min-width:1230px ) and (max-width:1430px) {
}
@media screen and (min-width:992px ) and (max-width:1229px) {
}
@media (min-width:768px) and (max-width:991px) {
    #frame4{padding-top:40px;padding-bottom:30px;}
    #frame4 h2{font-size:16px;margin-bottom:20px;}
}
@media (max-width:767px){
    #frame4{padding-top:30px;padding-bottom:30px;}
    #frame4 h2{font-size:14px;margin-bottom:20px;padding:0;margin-top:0;}
}

#frame5 .title{text-align:left;}
#frame5 .title h2{}
#frame5 .title a.more{float:right;font-size:16px;font-family:Aller,Arial, Helvetica, sans-serif;text-transform:uppercase;color:#868686;line-height:30px;margin-top:10px;}
#frame5 .title a.more>i{font-size:24px;margin-left:10px;float:right;line-height:30px;}
#frame5 .title a.more:hover{color:#e95025;}
#frame5 .list{overflow:hidden;}
#frame5 .list .item{float:left;width:48%;padding:25px 20px;border:1px solid #94d5cf;margin-bottom:40px;border-radius:5px;}
#frame5 .list .item:nth-child(2n+1){clear:left;margin-right:4%;}
#frame5 .list .item h4{font-size:16px;margin-top:0;text-transform:uppercase;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
#frame5 .list .item p{font-size:15px;line-height:20px;height:60px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden;color:#bbadad;margin-bottom:15px;}
#frame5 .list .item span{display:inline-block;font-size:14px;margin-right:15px;color:#888;line-height:20px;}
#frame5 .list .item span>i{float:left;margin-right:5px;font-size:16px;color:#94d5cf;}
#frame5 .list .item:hover{border:1px solid #e95025;box-shadow:0 0 5px #e95025;}
@media screen and (min-width:1230px ) and (max-width:1430px) {
}
@media screen and (min-width:992px ) and (max-width:1229px) {
    #frame5 .title a.more{font-size:14px;line-height:24px;}
    #frame5 .title a.more>i{font-size:18px;line-height:24px;}
    #frame5 .list .item{width:49%;padding:15px;margin-bottom:20px;}
    #frame5 .list .item:nth-child(2n+1){clear:left;margin-right:2%;}
    #frame5 .list .item h4{font-size:14px;}
    #frame5 .list .item p{font-size:14px;}
}
@media (min-width:768px) and (max-width:991px) {
    #frame5 .title a.more{font-size:14px;line-height:24px;}
    #frame5 .title a.more>i{font-size:18px;line-height:24px;}
    #frame5 .list .item{width:49%;padding:15px;margin-bottom:20px;}
    #frame5 .list .item:nth-child(2n+1){clear:left;margin-right:2%;}
    #frame5 .list .item h4{font-size:14px;}
    #frame5 .list .item p{font-size:14px;}
}
@media (max-width:767px){
    #frame5 .title a.more{font-size:14px;line-height:24px;}
    #frame5 .title a.more>i{font-size:18px;line-height:24px;}
    #frame5 .list .item{width:100%;padding:15px;margin-bottom:10px;}
    #frame5 .list .item:nth-child(2n+1){margin-right:0%;}
    #frame5 .list .item h4{font-size:13px;}
    #frame5 .list .item p{font-size:12px;line-height:18px;height:54px;}
    #frame5 .list .item span{font-size:13px;}
}

#frame6{background:#e95025 url(../images/newsletterbg.png) no-repeat right center;}
#frame6 .left{width:50%;float:left;padding-right:120px;}
#frame6 .left h3{margin-top:0;color:#fff;}
#frame6 .left p{font-size:16px;line-height:24px;color:#fff;letter-spacing:1px;}
#frame6 .right{width:50%;float:right;padding-left:90px;}
#frame6 .right p{font-size:16px;color:#fff;margin-top:8px;letter-spacing:1px;margin-bottom:15px;}
#frame6 .subscribe{border-radius:5px;overflow:hidden;}
#frame6 .subscribe #subEmail{width:calc(100% - 85px);float:left;background-color:#fff;height:50px;line-height:50px;border:none;box-shadow:none;padding:0 10px;font-size:18px;color:#888;}
#frame6 .subscribe #btnSubscribe{width:85px;float:right;text-align:center;background-color:#94d5cf;color:#fff;height:50px;line-height:50px;}
#frame6 .subscribe #btnSubscribe>i{font-size:24px;}
@media screen and (min-width:1230px ) and (max-width:1430px) {
}
@media screen and (min-width:992px ) and (max-width:1229px) {
    #frame6 .left p{font-size:14px;}
    #frame6 .right p{font-size:15px;}
    #frame6 .subscribe #subEmail{height:40px;line-height:40px;font-size:16px;}
    #frame6 .subscribe #btnSubscribe{height:40px;line-height:40px;}
}
@media (min-width:768px) and (max-width:991px) {
    #frame6 .left{padding-right:20px;}
    #frame6 .left p{font-size:14px;line-height:20px;}
    #frame6 .right{padding-left:20px;}
    #frame6 .right p{font-size:15px;}
    #frame6 .subscribe #subEmail{height:40px;line-height:40px;font-size:16px;}
    #frame6 .subscribe #btnSubscribe{height:40px;line-height:40px;}
}
@media (max-width:767px){
    #frame6 .left{width:100%;padding-right:0;}
    #frame6 .left h3{font-size:18px;}
    #frame6 .left p{font-size:13px;line-height:20px;}
    #frame6 .right{width:100%;padding-left:0;}
    #frame6 .right p{font-size:13px;}
    #frame6 .subscribe #subEmail{height:36px;line-height:36px;font-size:14px;}
    #frame6 .subscribe #btnSubscribe{height:36px;line-height:36px;}
}


footer{padding-top:50px;padding-bottom:0;background:#363636 url(../images/footbg.jpg) no-repeat center bottom;}
footer .container{}
footer .footlogo{text-align:center;margin-bottom:30px}
footer #fck1{width:46%;float:left;padding-right:50px;}
footer #fck2{width:18%;float:left;padding-right:30px;}
footer #fck3{width:18%;float:left;padding-right:30px;}
footer #fck4{width:18%;float:left;}
footer dl dt{font-size:24px;line-height:30px;margin-bottom:20px;font-weight:normal;position:relative;color:#fff;}
footer dl dd{overflow:hidden;margin-bottom:10px;}
footer dl dd>a{font-size:16px;line-height:20px;color:#fff;display:inline-block;}
footer dl dd p{font-size:16px;line-height:24px;color:#fff;margin-bottom:10px;padding-left:28px;position:relative;}
footer dl dd p>a{font-size:16px;line-height:20px;color:#fff;display:inline-block;margin-right:8px;}
footer dl dd p>a.email{color:#e95025;text-decoration:underline;}
footer dl dd p>i{position:absolute;left:5px;}
footer dl dd a:hover{text-decoration:underline;}
#language{background:#fff; padding:10px 0px; text-align:center;margin-top:30px;}
#language ul {display:flex;justify-content:space-between;}
#language ul li {margin:0;}
#language ul li a{font-size:14px; line-height:2em;}
#language ul li a img{margin-top:5px;}
#language ul li a span{font-size:14px; line-height:2em;}

footer dl.catelist dd>a{position:relative;}

footer #fck2 p{font-size:14px;line-height:24px;}
footer #fck3 .img{margin:0 0 0 20px;display:inline-block;text-align:center;}
footer #fck3 .img h3{font-size:14px;margin:5px 0 0 0;}
footer #sharelist>a{display:block;width:120px;height:28px;background:rgba(190,190,190,0.2);padding:2px 13px;margin-bottom:5px;line-height:24px;color:#fff;}
footer #sharelist>a>i{float:left;font-size:18px;width:24px;height:24px;line-height:24px;margin-right:6px;}

#friendlist{padding:10px 0;border-top:1px solid #ddd;border-bottom:1px solid #ddd;overflow:hidden;margin-bottom:25px;text-align:left;}
#friendlist span{font-weight:bold;display:inline-block;}
#friendlist a{display:inline-block;margin-left:80px;}

footer .foot_menu{overflow:hidden;background-color:#f6141c;padding:13px 0;text-align:center;margin-bottom:40px;}
footer .foot_menu a{display:inline-block;padding:0 54px;line-height:20px;font-size:15px;text-align:center;color:#fff;}
footer .foot_menu a:not(:last-child){border-right:2px solid #fff;}
.foot_by{padding:10px 0 10px;text-align:center;background-color:#1c1c1c;}
.foot_by .footdiv{display:inline-block; font-size:14px; line-height:24px;color:#fff;}
.foot_by .footdiv a{ display:inline-block; font-size:14px; line-height:24px;color:#fff;}
.foot_by .footdiv a:hover{text-decoration:underline;}
.foot_by .footdiv.fl{float:left;}
.foot_by .footdiv.fr{float:right;}
@media (min-width:992px) and (max-width:1229px) {    
    footer dl dt{font-size:20px;line-height:24px;}
    footer dl dd{margin-bottom:8px;}
    footer dl dd p{font-size:14px;margin-bottom:8px;}

    #friendlist{margin-bottom:15px;}
    #friendlist a{margin-left:30px;}

    footer{padding-top:30px;}

    .foot_by{padding:10px 0;}
}
@media (min-width:768px) and (max-width:991px) {
    footer{padding-top:30px;}
    footer .foot_menu a{padding:0 20px;}

    footer #fck1{width:100%;padding-right:30px;}
    footer #fck2{width:33.33%;clear:left;}
    footer #fck3{width:33.33%;}
    footer #fck4{width:33.33%;}

    #language{padding:6px 0;}
    #language ul li a img{display:block;}
    #language ul li a span{font-size:12px;}
    
    #friendlist{margin-bottom:10px;}
    #friendlist a{margin-left:15px;}

    .foot_by{padding:6px 0;}
    .foot_by .footdiv{}
    .foot_by .footdiv.fr{}
    .foot_by p{font-size:12px;}
    .foot_by p a{font-size:12px;}
}
@media (min-width:1px) and (max-width:767px) {
    footer{padding-top:30px;padding-bottom:50px;}
    footer .foot_menu{margin-bottom:10px;padding-bottom:0;}
    footer .foot_menu a{padding:0 10px;margin-bottom:10px;}
    footer .foot_menu a:not(:last-child){border:none;}
    footer #fck1{width:100%;padding-right:0;}
    footer #fck2{width:100%;padding-right:0;}
    footer #fck3{width:100%;padding-right:0;}
    footer #fck4{width:100%;padding-right:0;}
    
    #language{padding:6px 0;}
    #language ul{flex-wrap:wrap;}
    #language ul li{width:20%;}
    #language ul li a img{display:block;}
    #language ul li a span{font-size:12px;}

    #friendlist{margin-bottom:10px;}
    #friendlist a{margin-left:10px;}

    footer dl{margin-bottom:0;}
    footer dl dt{font-size:16px;margin-bottom:10px;}
    footer dl dt::after{content:"\e61c";font-family:iconfont;margin-left:10px;font-size:16px;}
    footer dl dd{display:none;}
    footer dl dd p{font-size:12px;}
    footer dl.catelist dd>a{font-size:12px;}
    .foot_by{padding:10px 0;}
    .foot_by .footdiv{display:block;text-align:center;font-size:12px;line-height:1.5;width:100%;}
    .foot_by .footdiv a{font-size:12px;line-height:1.5}
    .foot_by .footdiv.fr{float:none;text-align:center;width:100%;}
}

#mobMenu{min-height:50px;border:1px solid #dddddd;position:fixed;}
#mobMenu .foot_nav{width:25%;float:left;text-align:center;color: #898989;font-size:14px;}
#mobMenu .foot_nav i{display: block;padding: 3px 0px 0px 0px;font-size:18px;line-height:24px;}
#mobMenu .foot_nav .hamburger{position: inherit;float: none;margin: 0 auto;width:100%;}

#GoTop{position:fixed;right:40px;bottom:100px;width:50px;height:50px;background-color:#b0b0b0;border-radius:50px;text-align:center;z-index:1;cursor:pointer;display:none;}
#GoTop>i.iconfont{line-height:50px;display:block;font-size:24px;color:#fff;}
#GoTop:hover{background-color:#e95025;}

#float{position:absolute;right:25px;top:50%;margin-top:-80px;}
#float div.ico{display:block;width:50px;height:50px;line-height:50px;text-align:center;background-color:#f3f3f3;margin-bottom:6px;position:relative;cursor:pointer;}
#float div.ico:hover{background-color:#e95025;}
#float div.ico:hover>i{color:#ffffff;}
#float div.ico>i{color:#b6b6b6;font-size:24px;}
#float div.ico>.img{position:absolute;right:50px;width:140px;height:140px;top:0;display:none;border:1px solid #f3f3f3;}
#float div.ico>.img>img{width:100%;}
#float div.ico:hover>.img{display:block;}
#float div.ico>#sharelist{position:absolute;right:50px;width:200px;top:0;display:none;}
#float div.ico:hover>#sharelist{display:block;}
@media (min-width:1px) and (max-width:991px) {
    #float{display:none;}
}

/*共用*/
#Location{background-color:#f4f4f4;border-bottom:1px solid #7c7c7c;}
#Location .location{text-align:right;padding:10px 0;}
#Location .location a{display:inline-block;font-size:20px;line-height:28px;text-transform:capitalize;font-family:Geometr415,Arial, Helvetica, sans-serif;color:#888;}
#Location .location a:first-child:before{content:"\e604";font-family:iconfont;color:#94d5cf;margin-right:10px;font-size:24px;vertical-align:bottom;}
#Location .location a:not(:last-child)::after{content:"/";margin:0 10px;vertical-align:top;}
#Location .location a:last-child{color:#e95025;}
#Location .location a:hover{color:#e95025;}
#Location .location span{display:inline-block;color:#fff;font-size:20px;line-height:28px;color:#e95025;font-family:Geometr415,Arial, Helvetica, sans-serif;}

#column_nav{float:left;}
#column_nav a{font-size:18px;line-height:30px;display:inline-block;padding:9px 30px;font-family:Geometr415,Arial, Helvetica, sans-serif;letter-spacing:1px;}
#column_nav a.active,#column_nav a:hover{color:#fff;background-color:#e95025;}

#column_nav .select{display:inline-block;min-width:220px;margin-right:20px;margin-top:3px;padding-right:20px;position:relative;border-right:1px solid #ddd;}
#column_nav .select dl::-webkit-scrollbar {/*滚动条整体样式*/
        width: 8px;     /*高宽分别对应横竖滚动条的尺寸*/
        height: 1px;
    }
#column_nav .select dl::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
        border-radius: 10px;
         -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
        background: #e95025;
    }
#column_nav .select dl::-webkit-scrollbar-track {/*滚动条里面轨道*/
        -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
        border-radius: 10px;
        background: #EDEDED;
}
#column_nav .select>span{display:block;cursor:pointer;position:relative;padding:5px 20px 5px 25px;right:0;font-size:16px;color:#8b8b8b;line-height:24px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
#column_nav .select>span:after{content:"\e6a9";position:absolute;font-family:iconfont;right:0;}
#column_nav .select.select_app>span:before{content:"\e6bc";font-family:iconfont;position:absolute;left:0;font-size:18px;line-height:24px;}
#column_nav .select.select_bigcate>span:before{content:"\e62d";font-family:iconfont;position:absolute;left:0;font-size:18px;line-height:24px;}
#column_nav .select.select_smallcate>span:before{content:"\e61d";font-family:iconfont;position:absolute;left:0;font-size:18px;line-height:24px;}
#column_nav .select.select_smallcate{width:320px;}
#column_nav .search{display:inline-block;width:60px;height:45px;line-height:45px;text-align:center;border:1px solid #fff;float:right;background-color:#f1f1f1;border-bottom:5px solid #fd8926;}
#column_nav .search i{font-size:20px;}
#column_nav .list{position:absolute;top:55px;width:100%;display:none;z-index:5;transition:all 0s;background-color:#fff;box-shadow:0 0 8px #aaa;border-radius:5px;padding:10px 10px 10px ;}
#column_nav .list:before{content:"";border-width:9px;border-style:solid;border-color:transparent transparent #fff transparent;position:absolute;top:-18px;left:calc(50% - 9px);transition:all 0s;z-index:2;}
#column_nav .list:after{content:"";border-width:10px;border-style:solid;border-color:transparent transparent #aaa transparent;position:absolute;top:-20px;left:calc(50% - 10px);transition:all 0s;}
#column_nav dl{margin:0;max-height:246px;overflow-y:auto;}
#column_nav dl>dd{padding:0 10px 0 10px;cursor:pointer;border-left:3px solid #fff;}
#column_nav .select.select_smallcate dl>dd{display:none;}
#column_nav dl>dd>a{font-size:14px;line-height:20px;border-bottom:1px solid #eee;display:block;padding:10px;}
#column_nav dl>dd:hover{color:#fd8926;border-left:3px solid #e95025;}
#column_nav dl>dd>a:hover{}
#ProductSearch{float:right;width:312px;height:42px;border:1px solid #ddd;overflow:hidden;box-shadow:0 0 5px #ddd;}
#ProductSearch #ptext{width:270px;height:40px;line-height:40px;float:left;padding:0 10px;border:none;}
#ProductSearch #pbtn{width:40px;height:40px;line-height:40px;float:right;background-color:#e95025;color:#fff;text-align:center;border:none;box-shadow:none;}
#ProductSearch #pbtn>i{font-size:24px;}
@media (min-width:1230px) and (max-width:1429px) {
    #Location{}
    #Location .location a{font-size:14px;line-height:30px;}
    #Location .location a:first-child:before{font-size:24px;}
    #Location .location span{font-size:14px;line-height:30px;}

    #column_nav{bottom:15px;}
}
@media (min-width:992px) and (max-width:1229px) {
    
    #Location{}
    #Location .location a{font-size:14px;}
    #Location .location a:first-child:before{font-size:24px;}
    #Location .location span{font-size:14px;}

    #column_nav{}
    #column_nav a{font-size:16px;}
}
@media (min-width:768px) and (max-width:991px) {
    
    #Location{}
    #Location .location a{font-size:14px;line-height:24px;}
    #Location .location a:first-child:before{font-size:18px;}
    #Location .location span{font-size:14px;line-height:24px;}

    #column_nav{}
    #column_nav a{font-size:14px;line-height:26px;}
}
@media (min-width:1px) and (max-width:767px) {

    #Location .location{padding:5px 0;}
    #Location .location a{font-size:12px;line-height:18px;}
    #Location .location a:first-child:before{font-size:16px;}
    #Location .location span{font-size:12px;line-height:18px;}
    
    #column_nav{display:none;}
    #column_nav a{font-size:14px;line-height:20px;}
    #ProductSearch{float:none;margin:0;}
}

/*左侧菜单*/
#left_nav{width:300px;float:left;padding-right:30px;}
#left_nav dl{overflow:hidden;}
#left_nav dl>dt{padding:20px 20px;font-size:24px;line-height:30px;color:#fff;background:#0072c2;margin-bottom:20px;text-align:center;text-transform:uppercase;position:relative;}
#left_nav dl>dt:before{content:"";border-width:11px;border-color:transparent transparent #fff #fff;border-style:solid;position:absolute;left:0;bottom:0;}
#left_nav dl>dd{padding:0;position:relative;cursor:pointer;margin-bottom:5px;background-color:#fafafa;}
#left_nav dl>dd:before{content:"\e602";font-family:iconfont;position:absolute;top:12px;right:15px;color:#ccc;font-size:18px;}
#left_nav dl>dd>a{display:block;font-size:16px;line-height:30px;padding:10px 20px;background-color:#fafafa;}
#left_nav dl>dd.active,#left_nav dl>dd:hover{}
#left_nav dl>dd.active:before{content:"\e75e";}
#left_nav dl>dd.active>a,#left_nav dl>dd:hover>a{color:#fff;background-color:#e95025;}
#left_nav dl>dd:last-child>a{border:none;}
#left_nav dl>dd ul{display:none;transition:all .3s;padding:10px 20px;}
#left_nav dl>dd.active ul{display:block;}
#left_nav dl>dd ul>li>a{display:inline-block;padding:5px 0;font-size:13px;line-height:18px;position:relative;color:#888;}
#left_nav dl>dd ul>li>a:before{content:"-";margin-right:5px;}
#left_nav dl>dd ul>li.active>a,#left_nav dl>dd ul>li:hover>a{color:#e95025;}
#left_nav dl>dd ul>li.active>ul{display:block;}
#left_nav dl>dd ul>li>ul.catelist{margin:0 0 10px;}
#left_nav dl>dd ul>li>ul.catelist>li>a{padding-left:40px;}
#left_nav dl>dd ul>li>ul.catelist>li>a:before{content:">";margin-right:5px;}

#left_nav .LeftProduct{background-color:#fff;border-radius:5px;overflow:hidden;border:1px solid #eee;margin-top:30px;}
#left_nav .LeftProduct h3{padding:13px 15px;font-size:21px;line-height:24px;text-align:center;color:#fff;background:#667eb0;margin:0;}
#left_nav .LeftProduct .item{position:relative;}
#left_nav .LeftProduct .item .txt{position:absolute;bottom:0;width:100%;padding:10px 20px;z-index:1;}
#left_nav .LeftProduct .item .txt:before{content:"";position:absolute;left:0;top:0;bottom:0;right:calc(100% - 3px);background-color:#667eb0;transition:all .3s;z-index:-1;}
#left_nav .LeftProduct .item .txt h4{font-size:14px;line-height:24px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin:0;}
#left_nav .LeftProduct .item .txt h4:after{content:"\e604";font-family:iconfont;float:right;font-size:24px;}
#left_nav .LeftProduct .item:hover .txt:before{right:0;}
#left_nav .LeftProduct .item:hover .txt h4{color:#fff;}

#left_nav .leftContact{margin-top:30px;border:1px solid #f5f5f5;padding-bottom:10px;}
#left_nav .leftContact .img{margin-bottom:10px;}
#left_nav .leftContact .img img{width:100%;}
#left_nav .leftContact>p{padding:5px 15px;font-weight:bold;color:#888;}
#left_nav .leftContact>p i{font-weight:normal;margin-right:5px;}
#left_nav .leftContact>p a{color:#e95025;}

@media (min-width:992px) and (max-width:1229px) {
    #left_nav{width:30%;padding-right:30px;}
    #left_nav dl{}
    #left_nav dl>dt{font-size:22px;}
    #left_nav dl>dd{}
    #left_nav dl>dd>a{}
    #left_nav dl>dd ul>li>a{font-size:13px;line-height:20px;}
}
@media (min-width:768px) and (max-width:991px) {
    #left_nav{width:100%;padding-right:0;}
    #left_nav dl{padding:0;}
    #left_nav dl::before{}
    #left_nav dl>dt{padding:8px 15px;font-size:18px;border-radius:0;}
    #left_nav dl>dt:before{content:"\e61c";font-family:iconfont;float:right;position:relative;border:none;}
    #left_nav dl>dd{display:none;}
    #left_nav dl>dd:before{}
    #left_nav dl>dd:last-child{border-radius:0;}
    #left_nav dl>dd>a{font-size:14px;line-height:20px;}
    #left_nav dl>dd ul>li>a{font-size:12px;}

    #left_nav .LeftProduct{display:none;}
}
@media (min-width:1px) and (max-width:767px) {    
    #left_nav{width:100%;padding-right:0;}
    #left_nav dl{padding:0;margin-bottom:0;}
    #left_nav dl::before{}
    #left_nav dl>dt{padding:8px 15px;font-size:18px;border-radius:0;}
    #left_nav dl>dt:before{content:"\e61c";font-family:iconfont;float:right;position:relative;border:none;}
    #left_nav dl>dd{display:none;}
    #left_nav dl>dd:before{}
    #left_nav dl>dd:last-child{border-radius:0;}
    #left_nav dl>dd>a{}
    #left_nav dl>dd>a::after{top:18px;}
    #left_nav dl>dd ul>li>a{font-size:12px;}
    #left_nav dl>dd.contactus{margin-top:30px;padding-bottom:15px;}
    
    #left_nav .LeftProduct{display:none;}
}

/*右侧内容*/
#right_nav{float:right;width:900px;}
#right_nav .tit{margin-bottom:25px;}
#right_nav .tit h3{font-size:24px;margin-top:0;}
.nframe{padding-top:50px;padding-bottom:30px;overflow:hidden;}
.nframe .title{margin-bottom:25px;text-align:center;}
.nframe .title h1{font-size:24px;margin-top:0;margin-bottom:0;}
.nframe .title h2{font-size:24px;margin-bottom:0;margin-top:0;letter-spacing:1px;border-bottom:3px solid #94f5cf;display:inline-block;position:relative;}
.nframe .title h2 font{color:#e95025;position:relative;}
.nframe .title h2 font::after{content:"";width:100%;height:2px;background-color:#94f5cf;position:absolute;bottom:-12px;left:0;}
.nframe .title h3{font-size:30px;margin-top:0;margin-bottom:0;text-transform:uppercase;}
.nframe .title p{font-size:14px;line-height:20px;color:#747474;}
.nframe .title .line{position:relative;}
.nframe .title .line>span{position:relative;z-index:1;display:inline-block;width:54%;font-size:16px;}
.nframe .title .line:before{content:"";width:18%;height:1px;background-color:#ccc;position:absolute;left:5%;top:9px;}
.nframe .title .line:after{content:"";width:18%;height:1px;background-color:#ccc;position:absolute;right:5%;top:9px;}
.nframe .tit>h2{margin:0 0 20px;font-size:36px;text-transform:uppercase;}
.nframe .tit>h1{font-size:28px;margin-bottom:15px;margin-top:0;color:#080808;}
.nframe .tit>p{font-size:14px;}
.nframe section{overflow:hidden;}
.nframe section .content{font-size:14px;line-height:24px;color:#505050;padding-bottom:20px;}
@media (min-width:992px) and (max-width:1229px) {
    #right_nav{width:70%;}
    
    .nframe{padding-top:25px;padding-bottom:25px;}
    .nframe .title{margin-bottom:20px;}
    .nframe .title h1{font-size:24px;}
    .nframe .title h2{font-size:24px;}
    .nframe .title h3{font-size:24px;}
    .nframe .title .line>span{font-size:14px;}

    .nframe .tit{margin-bottom:15px;}
    .nframe .tit>h1{font-size:24px;}
    .nframe .tit>h2{font-size:24px;}
    .nframe .tit>h3{font-size:18px;}
    .nframe section .content{font-size:16px;line-height:1.5;}
}
@media (min-width:768px) and (max-width:991px) {
    #right_nav{width:100%;}
    #right_nav .tit h3{font-size:20px;}
    
    .nframe{padding-top:25px;padding-bottom:25px;}
    .nframe .title{margin-bottom:20px;}
    .nframe .title h1{font-size:20px;}
    .nframe .title h2{font-size:20px;}
    .nframe .title h3{font-size:20px;}
    .nframe .title p{font-size:13px;line-height:18px;}
    .nframe .title .line>span{font-size:14px;}

    .nframe .tit{margin-bottom:15px;}
    .nframe .tit>h1{font-size:24px;}
    .nframe .tit>h2{font-size:18px;}
    .nframe .tit>h3{font-size:18px;}
    .nframe .tit>p{font-size:14px;}
    .nframe section .content{font-size:16px;line-height:1.5;}
}
@media (min-width:1px) and (max-width:767px) {
    #right_nav{width:100%;}
    #right_nav .tit h3{font-size:16px;}
    embed{max-width:100%;height:auto;}
    
    .nframe{padding-top:20px;padding-bottom:20px;}
    .nframe .title{margin-bottom:10px;}
    .nframe .title h1{font-size:18px;}
    .nframe .title h2{font-size:18px;}
    .nframe .title h3{font-size:18px;}
    .nframe .title p{font-size:12px;line-height:18px;}
    .nframe .title .line:before{display:none;}
    .nframe .title .line:after{display:none;}
    .nframe .title .line>span{font-size:12px;width:100%;}

    .nframe .tit{margin-bottom:10px;}
    .nframe .tit>h1{font-size:18px;line-height:24px;margin-bottom:10px;}
    .nframe .tit>h2{font-size:16px;line-height:24px;}
    .nframe .tit>h3{font-size:15px;}
    .nframe .tit>p{font-size:13px;}
    .nframe section .content{font-size:13px;line-height:24px;}

    .table-responsive table{width:100%;}
}

.bgsection{}
/*关于我们*/
#aboutframe{overflow:hidden;padding-bottom:0;}
#aboutframe section{padding-bottom:50px;}
#aboutframe section:not(:first-child){padding-top:50px;}

#aboutframe .aboutinfo{}
#aboutframe .aboutinfo article{font-size:18px;line-height:1.6;color:#464646;letter-spacing:1px;}

#aboutframe .gallery{background:#dff2f1 url(../images/workbg.png) no-repeat right center;}
#aboutframe .gallery .item{width:49%;float:left;}
#aboutframe .gallery .item:last-child{margin-left:2%;}
#aboutframe .gallery .item .img{position:relative;overflow:hidden;}
#aboutframe .gallery .item .img a{position:absolute;top:0;right:0;bottom:0;left:0;}
#aboutframe .gallery .item .img h3{font-size:20px;color:#fff;line-height:1.5;text-align:center;margin-top:20%;letter-spacing:2px;}


#aboutframe .certificate{background:#f4f4f4;}
#aboutframe .certificate .list{padding:0 50px;position:relative;}
#aboutframe .certificate .list .btnlist .swbtn{position:absolute;top:50%;z-index:1;color:#94d5cd;}
#aboutframe .certificate .list .btnlist .swbtn>i{font-size:30px;}
#aboutframe .certificate .list .btnlist .swbtn.btn-prev{left:0;}
#aboutframe .certificate .list .btnlist .swbtn.btn-next{right:0;}
#aboutframe .certificate .list .btnlist .swbtn.swiper-button-disabled{color:#888;}


#aboutframe .videoframe{text-align:center;padding-top:80px;padding-bottom:80px;}
#aboutframe .videoframe a{display:block;}
#aboutframe .videoframe h2{color:#fff;margin-bottom:50px;text-transform:uppercase;font-size:24px;padding:0 50px;}
#aboutframe .videoframe .iconfont{font-size:48px;color:#fff;}

@media (min-width:1230px) and (max-width:1430px) {

}
@media (min-width:992px) and (max-width:1229px) {
    #aboutframe .aboutinfo article{font-size:16px;}
}
@media (min-width:768px) and (max-width:991px) {
    #aboutframe .aboutinfo article{font-size:16px;}

    #aboutframe .videoframe{padding-top:40px;padding-bottom:30px;}
    #aboutframe .videoframe h2{font-size:16px;margin-bottom:20px;}
}
@media (min-width:1px) and (max-width:767px) {    
    #aboutframe section{padding-bottom:30px;}
    #aboutframe section:not(:first-child){padding-top:30px;}

    #aboutframe .gallery .item{width:100%;margin-bottom:15px;}
    #aboutframe .gallery .item:last-child{margin:0;}

    #aboutframe .videoframe{padding-top:30px;padding-bottom:30px;}
    #aboutframe .videoframe h2{font-size:14px;margin-bottom:20px;padding:0;margin-top:0;}
}


/*联系我们*/
#ContactPage{padding-top:0;}

#contactus{width:50%;float:left;background-color:#e95025;padding:60px 90px;position:relative;margin-top:-200px;z-index:1;}
#contactus .title{text-align:left;}
#contactus .title h2{color:#fff;position:relative;}
#contactus .title h2:after{content:"";width:50%;height:3px;background-color:#94f5cf;position:absolute;right:0;bottom:-10px;}
#contactus h4{color:#fff;font-size:24px;}
#contactus p{font-size:15px;line-height:24px;margin-bottom:10px;color:#fff;padding-left:30px;position:relative;}
#contactus p i{color:#fff;position:absolute;left:5px;}
#contactus p a{color:#94f5cf;text-decoration:underline;}
#contactus p a.email:last-child{display:block;margin-left:40px;}
#map{height:550px;position:relative;z-index:1;}
@media (min-width:992px) and (max-width:1229px) {
    #contactus{padding:30px;}
    #contactus h4{color:#fff;font-size:18px;}

    #map{height:400px;}
}
@media (min-width:768px) and (max-width:991px) {
    #contactus{padding:30px;width:100%;margin-top:30px;}
    #contactus .content{padding-bottom:0;}
    #contactus h4{color:#fff;font-size:18px;}

    #map{height:400px;}
}
@media (min-width:1px) and (max-width:767px) {
    #contactus{padding:20px;width:100%;margin-top:30px;}
    #contactus .content{padding-bottom:0;}
    #contactus h4{color:#fff;font-size:16px;}

    #map{height:300px;}
}

#feedback{padding:40px 60px;background-color:#f9f9f9;position:relative;margin-top:-70px;z-index:1;}
#feedback .title{text-align:left;}
#feedback .title h2:after{content:"";width:50%;height:3px;background-color:#94f5cf;position:absolute;right:0;bottom:-10px;}
#feedback .title p{margin-top:20px;}
#feedback ul{display:flex;justify-content:space-between;flex-direction: row;flex-wrap: wrap;}
#feedback ul>li{display:block;margin:0 0 20px;width:100%;box-shadow:none;background-color:#fff;border:1px solid #ececec;}
#feedback ul>li.half{width:48%;}
#feedback ul>li>label{height:40px;line-height:40px;margin:0;font-size:14px;color:#aaa;float:left;width:75px;text-align:right;font-weight:normal;}
#feedback ul>li>label>em{color:#f00;font-style:initial;display:inline-block;width:16px;font-size:18px;vertical-align:middle;}
#feedback ul>li>i.iconfont{float:right;font-size:18px;color:#e95025;line-height:40px;width:30px;}
#feedback ul>li>input{width:calc(100% - 75px);line-height:40px;height:40px;border:none;box-shadow:none;margin:0;display:inline-block;padding-left:5px;}
#feedback ul>li textarea{width:calc(100% - 75px);padding:10px 0 0 5px;resize:none;box-shadow:none;position:relative;display:block;border:none;background-color:#fff;margin:0;display:inline-block;}
#feedback ul>li.btnli{border:none;background:none;box-shadow:none;margin-top:15px;margin-bottom:0;text-align:center;}
#feedback ul>li.btnli .btnlink{display:inline-block;height:40px;line-height:40px;padding:0 40px;background-color:#e95025;text-align:center;font-size:14px;color:#fff;text-transform:uppercase;}
#feedback ul>li.btnli .btnlink>i{margin-left:5px;}
#feedback ul>li.btnli .btnlink:hover{box-shadow:0 0 10px #e95025;}
@media (min-width:992px) and (max-width:1229px) {
    #feedback{padding:30px;}
    #feedback ul{}
    #feedback ul>li{margin-bottom:15px;}
    #feedback ul>li.btnli #btn_send{}
}
@media (min-width:768px) and (max-width:991px) {
    #feedback{width:100%;float:initial;padding:30px;}

    #feedback ul{justify-content:space-between;}
    #feedback ul>li{margin-bottom:15px;}
    #feedback ul>li>label{font-size:14px;}
    #feedback ul>li.btnli #btn_send{}    
}
@media (min-width:1px) and (max-width:767px) {
    #feedback{width:100%;float:initial;padding:20px;}

    #feedback ul{}
    #feedback ul>li{margin-bottom:15px;}
    #feedback ul>li>label{font-size:14px;}
    #feedback ul>li.half{width:100%;}
    #feedback ul>li.half2{width:100%;}
    #feedback ul>li.btnli #btn_send{font-size:14px;height:40px;line-height:40px;}
}



#pro_feed_show{}
#pro_feed_show label{font-weight:normal;display:inline-block;font-size:16px;line-height:38px;vertical-align:top;margin-bottom:0;color:#8b8b8b;}
#pro_feed_show label>em{display:inline-block;width:20px;height:20px;line-height:20px;text-align:center;font-size:20px;color:#ff0000;margin-right:3px;margin-top:3px;font-style:initial;vertical-align:middle;}
#pro_feed_show .form-group{margin-bottom:30px;overflow:hidden;width:100%;background-color:transparent;box-shadow:none;border-radius:0;border-bottom:1px solid #636363;}
#pro_feed_show .form-group.half{width:45%;float:left;}
#pro_feed_show .form-group.half:nth-child(2n){float:right;}
#pro_feed_show .form-group .feed_left{float:left;display:block;text-align:right;}
#pro_feed_show .form-group .feed_right{float:left;width:calc(100% - 100px);}
#pro_feed_show .form-group .input-group{display:table;}
#pro_feed_show .form-control{width:100%;line-height:36px;height:38px;padding-left:10px;margin:0;border:none;box-shadow:none;background-color:transparent;}
#pro_feed_show textarea.form-control{padding-top:5px;padding-left:10px;resize:none;float:left;border:none;background-color:transparent;box-shadow:none;border-radius:0;overflow:hidden;}
#pro_feed_show .form-group.btngroup{border:none;background-color:transparent;margin-top:40px;}
#pro_feed_show .form-group.btngroup .feed_right{width:100%;text-align:center;}
#pro_feed_show #btn_send{display:inline-block;margin:0;text-align:center;padding:0;background-color:#e95025;border:1px solid #e95025;color:#fff;font-size:16px;line-height:24px;padding:6px 70px;position:relative;border-radius:5px;}
#pro_feed_show #btn_send:hover{color:#e95025;}
@media (min-width:992px) and (max-width:1229px) {
    #pro_feed_show{}
}
@media (min-width:768px) and (max-width:991px) {
    #pro_feed_show{}
    #pro_feed_show #btn_send{padding:6px 70px;}
}
@media (min-width:1px) and (max-width:767px) {
    #pro_feed_show{}
    #pro_feed_show .form-group.half{width:100%;}
    #pro_feed_show .form-group .feed_left{}
    #pro_feed_show .form-group .feed_right{}
    #pro_feed_show label{text-align:left;font-size:14px;}
    #pro_feed_show .form-control{width:100%;}
    #pro_feed_show #btn_send{padding:6px 70px;}
    #pro_feed_show p{font-size:12px;}
}


/*产品中心*/
#ProPage{background-color:#f4f4f4;padding-top:0;padding-bottom:0;}
#ProPage .bgpage{background-color:#fff;padding:50px 20px 50px;}
#ProPage .bgpage .title{text-align:left;}
#ProPage .bgpage .title h2{font-size:24px;font-family:Humanst521,Arial, Helvetica, sans-serif;font-weight:bold;}
#ProPage .bgpage .title h2:before{content:"";width:50%;height:3px;background-color:#94f5cf;position:absolute;left:0;bottom:-10px;}
#ProPage .bgpage .title a.more{float:right;font-size:14px;line-height:30px;font-family:Aller,Arial, Helvetica, sans-serif;color:#333;text-transform:uppercase;text-decoration:underline;}
#ProPage .bgpage .title a.more:hover{color:#e95025;}
#ProPage .bgpage .title p{margin-top:30px;background-color:#f4f4f4;padding:10px;font-size:16px;color:#333;}

#ProPage section{border-bottom:2px solid #ddd;padding-bottom:10px;}
#ProPage section:not(:last-child){margin-bottom:50px;}
#ProPage .ProList{overflow:hidden;margin:0 -15px;}
#ProPage .ProList .item{width:25%;float:left;padding:5px 15px;margin-bottom:20px;}
#ProPage .ProList .item:nth-child(4n+1){clear:left;}
#ProPage .ProList .item .img{border:1px solid #bbb;height:210px;display:table-cell;vertical-align:middle;}
#ProPage .ProList .item .txt{padding:15px 0 10px;}
#ProPage .ProList .item .txt h4{font-size:16px;line-height:20px;margin:0;font-family:Humanst521,Arial, Helvetica, sans-serif;}
#ProPage .ProList .item .txt p{font-size:12px;line-height:18px;height:36px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;}
#ProPage .ProList .item:hover .img{border:1px solid #e95025;}
#ProPage .ProList .item:hover .txt h4{color:#e95025;}
@media (min-width:992px) and (max-width:1229px) {
    #ProPage .ProList{margin:0 -10px;}
    #ProPage .ProList .item{padding:5px 10px;}
    #ProPage .ProList .item .txt h4{font-size:13px;}
    #ProPage .ProList .item .img{height:180px;}
}
@media (min-width:768px) and (max-width:991px) {    
    #ProPage .bgpage .title h2{font-size:20px;}
    #ProPage .bgpage .title a.more{line-height:24px;}
    #ProPage .bgpage .title p{font-size:14px;}
    #ProPage section{padding-bottom:0;}
    #ProPage section:not(:last-child){margin-bottom:30px;}

    #ProPage .ProList{margin:0 -10px;}
    #ProPage .ProList .item{padding:5px 10px;width:33.33%;}
    #ProPage .ProList .item:nth-child(4n+1){clear:none;}
    #ProPage .ProList .item:nth-child(3n+1){clear:left;}
    #ProPage .ProList .item .txt h4{font-size:13px;}
    #ProPage .ProList .item .img{height:180px;}
}
@media (min-width:1px) and (max-width:767px) {
    #ProPage .bgpage{padding:30px 15px;}
    #ProPage .bgpage .title h2{font-size:18px;}
    #ProPage .bgpage .title a.more{line-height:24px;font-size:12px;margin-top:5px;}
    #ProPage .bgpage .title p{font-size:13px;}
    #ProPage section{padding-bottom:0;}
    #ProPage section:not(:last-child){margin-bottom:30px;}

    #ProPage .ProList{margin:0 -5px;}
    #ProPage .ProList .item{padding:5px 5px;width:50%;}
    #ProPage .ProList .item .txt{padding:5px 0;}
    #ProPage .ProList .item .txt h4{font-size:13px;line-height:18px;}
    #ProPage .ProList .item:nth-child(4n+1){clear:none;}
    #ProPage .ProList .item:nth-child(2n+1){clear:left;}
    #ProPage .ProList .item .img{height:120px;}
}
#RelatedPro{padding-bottom:50px;padding-top:50px;background-color:#f4f4f4;}
#RelatedPro .list{position:relative;}
#RelatedPro .item{position:relative;margin-bottom:20px;}
#RelatedPro .item .img{background-color:#fff;border:1px solid #f4f4f4;}
#RelatedPro .item h4{position:absolute;background-color:#e95025;color:#fff;text-align:center;width:80%;left:10%;padding:10px 0;z-index:1;bottom:-20px;margin:0;font-size:14px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
#RelatedPro .swbtn{position:absolute;top:calc(50% - 23px);width:46px;height:46px;line-height:46px;border:2px solid #636363;z-index:1;text-align:center;border-radius:50%;}
#RelatedPro .swbtn>i{font-size:28px;}
#RelatedPro .swbtn.btn-prev{left:-60px;}
#RelatedPro .swbtn.btn-next{right:-60px;}
#RelatedPro .swbtn:hover{border-color:#e95025;}
@media (min-width:992px) and (max-width:1229px) {
    #RelatedPro .swbtn.btn-prev{left:0;}
    #RelatedPro .swbtn.btn-next{right:0;}
}
@media (min-width:768px) and (max-width:991px) {
    #RelatedPro .swbtn.btn-prev{left:0;}
    #RelatedPro .swbtn.btn-next{right:0;}
}
@media (min-width:1px) and (max-width:767px) {
    #RelatedPro .item h4{font-size:12px;padding:5px;}
    #RelatedPro .swbtn{width:30px;height:30px;line-height:30px;}
    #RelatedPro .swbtn>i{font-size:20px;}
    #RelatedPro .swbtn.btn-prev{left:0;}
    #RelatedPro .swbtn.btn-next{right:0;}
}


/*产品详情*/
#ProDetailPage{padding-top:50px;padding-bottom:0;}
#ProDetailPage .title{margin-bottom:20px;position:relative;text-align:left;border-bottom:2px solid #e95025;}
#ProDetailPage .title a{display:inline-block;margin:0;border-radius:5px 5px 0 0;background-color:#94d5cf;color:#fff;}
#ProDetailPage .title a:not(:first-child){margin-left:10px;}
#ProDetailPage .title h3{font-size:18px;line-height:30px;margin:0;padding:6px 40px;display:inline-block;font-weight:normal;text-transform:capitalize;font-family:Humanst521,Arial, Helvetica, sans-serif;}
#ProDetailPage .title a:not(:first-child){border-left:none;}
#ProDetailPage .title a.active{background-color:#e95025;}
#ProDetailPage .title a.active h3{color:#fff;}
#ProDetailPage .panelbox{margin-bottom:30px;}
#ProDetailPage .panelbox:not(:first-child){display:none;}
#slider{overflow:hidden;margin-bottom:50px;background-color:#f9f9f9;}
#picView{width:50%;float:left;padding-right:30px;}
#picView .gallery-top{margin:0;width:600px;height:450px;background-color:#fff;}
#picView .gallery-top .swiper-slide{border:1px solid #afafaf;}
#picView .gallery-top .swiper-slide .boxer{width:600px;height:450px;vertical-align:middle;display:table-cell;}
#picView .imglist{background-color:#f9f9f9;padding:30px 10px;position:relative;}
#picView .gallery-thumbs{padding:0 0;position:relative;}
#picView .gallery-thumbs img{}
#picView .gallery-thumbs .swiper-wrapper{}
#picView .gallery-thumbs .swiper-slide{overflow:hidden;width:auto;}
#picView .gallery-thumbs .swiper-slide a{display:block;border:1px solid #000;position:relative;}
#picView .gallery-thumbs .swiper-slide-thumb-active{position:relative;}
#picView .gallery-thumbs .swiper-slide-thumb-active>a{border:1px solid #e95025;}
#picView .gallery-thumbs .swiper-slide-thumb-active>a:before{content:"";width:3px;height:100%;background-color:#e95025;right:0;position:absolute;}
#picView .btnlist{display:none;}
#picView .swbtn{position:absolute; width:100%;height:24px;text-align:center;color:#fff;display:block;z-index:1;background:#e95025;}
#picView .swbtn>i{font-size:18px;font-weight:bold;line-height:24px;}
#picView .btn-next{top:0;}
#picView .btn-prev{bottom:0;}
#picView .swiper-button-next.swiper-button-disabled,#picView1 .swiper-button-prev.swiper-button-disabled{opacity:1;background-color:#ccc;}
#picView .boxer{display:block;}
#picView img{width:100%;}
#picView .swiper-pagination{position:relative;top:10px;}
#picView .swiper-pagination .swiper-pagination-bullet{width:12px;height:12px;margin:0 6px;}
#picView .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{background-color:#e95025;}
#protitle{width:50%;float:left;padding:25px;}
#protitle h1{font-size:24px;margin-bottom:20px;margin-top:0;letter-spacing:1px;border-bottom:3px solid #94f5cf;display:inline-block;position:relative;}
#protitle h1::after{content:"";width:60%;height:2px;background-color:#94f5cf;position:absolute;bottom:-10px;left:0;}
#protitle h3{font-size:20px;line-height:24px;margin-top:0;margin-bottom:10px;color:#666;text-transform:uppercase;position:relative;}
#protitle .remark{font-size:16px;line-height:30px;margin-bottom:30px;color:#000;}
#protitle .remark b{letter-spacing:1px;}
#protitle .share{margin-top:20px;margin-bottom:20px;}
#protitle .share>span{display:inline-block;line-height:32px;vertical-align:top;margin-right:10px;}
#protitle .share p{font-size:16px;}
#protitle .share #sharelist{}
#protitle .share #sharelist a>i{}
#protitle .share #sharelist a:hover>i{color:#e95025;}
#protitle .btnlist{overflow:hidden;padding:10px 0;}
#protitle .btnlist>a{display:inline-block;color:#fff;margin-bottom:10px;line-height:20px;font-size:14px;padding:5px 30px;border-radius:5px;background-color:#e95025;border:1px solid #e95025;position:relative;}
#protitle .btnlist>a:not(:last-child){margin-right:4%;}
#protitle .btnlist>a:hover{color:#e95025;}
#ProShare{margin-top:8px;}
#protitle #sharelist{}
#protitle #sharelist>a{color:#fff;width:32px;height:32px;margin-left:0;display:inline-block;text-align:center;border-radius:50%;margin-right:8px;}
#protitle #sharelist .bdshare-button-style0-32>a{margin-left:0;margin-right:10px;border-radius:50%;color:#fff;}
#protitle #sharelist .bdshare-button-style0-32>a.bds_sqq{background-color:#0051d8;border:1px solid #0051d8;}
#protitle #sharelist .bdshare-button-style0-32>a.bds_weixin{background-color:#46bb36;border:1px solid #46bb36;}
#protitle #sharelist .bdshare-button-style0-32>a.bds_tsina{background-color:#db250d;border:1px solid #db250d;}
#protitle #sharelist>a>i{width:32px;height:32px;line-height:32px;font-size:20px;}
#protitle #sharelist span{font-size:18px;font-weight:bold;display:inline-block;line-height:32px;margin-right:8px;}
#protitle #sharelist .icon_facebook{background-color:#3b5998;}
#protitle #sharelist .icon_twitter{background-color:#1da1f2;}
#protitle #sharelist .icon_linkedin{background-color:#0077b5;}
#protitle #sharelist .icon_youtube{background-color:#ff011d;}
#protitle #sharelist>a:hover{opacity:0.5;}
#protitle #sharelist .bdshare-button-style0-32>a:hover{opacity:0.5;}
#protitle .downloadpdf h5{font-size:18px;line-height:24px;}
#protitle .downloadpdf i{font-size:24px;color:#e20023;}
.pro_detail{overflow:hidden;}
#ProDetailPage .pro_detail .title{margin-bottom:0;}
#ProductDetail{background-color:#fcfcfc;padding:20px;}
#protitle .prevnext{margin-top:20px;}
#protitle .prevnext>a{display:block;font-size:16px;line-height:24px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;position:relative;}
#protitle .prevnext>a:before{content:"[";margin-right:1px;}
#protitle .prevnext>a:after{content:"]";margin-left:1px;}
#protitle .prevnext>a>b{margin-right:5px;}
#protitle .prevnext>a:hover{text-decoration:underline;}

#RelatedProduct{padding-top:20px;padding-bottom:20px;overflow:hidden;}
#RelatedProduct .ProList{overflow:hidden;margin:0 -15px;}
#RelatedProduct .ProList .item{width:25%;float:left;padding:5px 15px;margin-bottom:20px;}
#RelatedProduct .ProList .item:nth-child(4n+1){clear:left;}
#RelatedProduct .ProList .item .img{border:1px solid #bbb;height:210px;display:table-cell;vertical-align:middle;}
#RelatedProduct .ProList .item .txt{padding:15px 0 10px;}
#RelatedProduct .ProList .item .txt h4{font-size:16px;line-height:20px;margin:0;font-family:Humanst521,Arial, Helvetica, sans-serif;}
#RelatedProduct .ProList .item .txt p{font-size:12px;line-height:18px;height:36px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;}
#RelatedProduct .ProList .item:hover .img{border:1px solid #e95025;}
#RelatedProduct .ProList .item:hover .txt h4{color:#e95025;}

#inquiry{padding:40px 0;overflow:hidden;background-color:#f6f6f6;}
#inquiry .tit{text-align:center;margin-bottom:40px;}
#inquiry .tit h3{font-size:20px;text-transform:uppercase;margin-top:0;color:#e95025;display:inline-block;border-bottom:3px solid #94d5cf;position:relative;margin-bottom:20px;}
#inquiry .tit h3:before{content:"";width:50%;height:3px;background-color:#94d5cf;position:absolute;right:0;bottom:-10px;}
#inquiry .tit p{margin-bottom:20px;text-align:center;width:80%;color:#999;font-size:16px;}
#inquiry .tit p .email{color:#e95025;margin:0 3px;text-decoration:underline;font-weight:bold;}
@media (min-width:992px) and (max-width:1229px) {
    #protitle{padding-right:0;}
    #protitle h1{font-size:20px;padding-bottom:0;}
    #picView{padding-right:0;width:500px;}
    #picView .gallery-top{width:500px;height:380px;}
    #picView .gallery-top .swiper-slide .boxer{width:500px;height:380px;}
    #protitle{width:calc(100% - 500px);}
    #protitle .gallery-thumbs .swiper-slide{width:25%;}
    #protitle h3{font-size:16px;}
    #protitle .remark{font-size:14px;line-height:24px;margin-bottom:20px;}
    #protitle .btnlist>a:not(:last-child){margin-right:3%;}

    #inquiry .tit p{font-size:14px;width:100%;}
    #RelatedProduct .ProList .item h3{font-size:14px;}
    #RelatedProduct .ProList .item .img{height:180px;}
}
@media (min-width:768px) and (max-width:991px) {
    #ProDetailPage{padding-top:30px;}
    #picView{padding-right:0;width:360px;}
    #picView .gallery-top{width:360px;height:240px;}
    #picView .gallery-top .swiper-slide .boxer{width:360px;height:240px;}
    #protitle{width:calc(100% - 360px);padding:15px;}
    #protitle h1{font-size:18px;padding-bottom:0;}
    #protitle h4{font-size:16px;}
    #protitle h4::before{width:8px;height:8px;}
    #ProDetailPage #protitle .remark{font-size:13px;line-height:18px;margin-bottom:10px;}
    #protitle .btnlist>a{font-size:13px;line-height:20px;margin-bottom:5px;padding:3px 20px;}
    #protitle .btnlist>a:not(:last-child){margin-right:2%;}
    #protitle .share{margin-top:10px;margin-bottom:10px;}
    
    #slider{margin-bottom:20px;}
    
    #ProDetailPage .title a{}
    #ProDetailPage .title a h3{font-size:16px;padding:5px 30px;line-height:24px;}

    #protitle .btnlist>a>i{font-size:18px;line-height:24px;}

    #RelatedProduct .ProList .item{width:25%;}
    #RelatedProduct .ProList .item .txt{position:relative;}
    #RelatedProduct .ProList .item .img{height:120px;}
    #RelatedProduct .ProList .item .txt h4{font-size:14px;}

    #inquiry .tit p{width:100%;font-size:13px;}
}
@media (min-width:1px) and (max-width:767px) {
    #ProDetailPage{padding-top:20px;}
    #slider{padding-top:0;padding-bottom:30px;}
    #picView{width:100%;padding:0;float:initial;margin-bottom:15px;}
    #ProDetailPage #protitle h1{font-size:18px;margin-bottom:10px;padding-bottom:10px;}
    #ProDetailPage #protitle h3{font-size:14px;}
    #protitle h4::before{width:8px;height:8px;}
    #ProDetailPage #protitle .remark{font-size:12px;line-height:18px;margin-bottom:20px;}
    
    #slider{margin-bottom:20px;}
    #picView .gallery-top{width:100%;height:210px;}
    #picView .gallery-top .swiper-slide .boxer{width:100%;height:210px;}

    #protitle .share{margin-top:0;margin-bottom:10px;}
    #picView .swbtn{margin:0;}

    #protitle{width:100%;padding:15px;float:initial;}   
    
    #protitle .btnlist>a{font-size:13px;line-height:20px;margin-bottom:5px;padding:3px 20px;}
    #protitle .btnlist>a:not(:last-child){margin-right:2%;}

    #ProDetailPage .title a{}
    #ProDetailPage .title h3{font-size:14px;padding:3px 15px;line-height:20px;}
    #ProductDetail{padding:15px;}
        
    
    #inquiry{padding-top:15px;padding-bottom:15px;}
    #inquiry .tit h3{font-size:18px;margin-top:0;}
    #inquiry .tit p{font-size:12px;width:100%;}

    #RelatedProduct .ProList{margin:0 -10px;}
    #RelatedProduct .ProList .item{width:50%;margin-bottom:15px;padding:0 10px;}
    #RelatedProduct .ProList .item:nth-child(4n+1){clear:none;}
    #RelatedProduct .ProList .item:nth-child(2n+1){clear:left;}
    #RelatedProduct .ProList .item .txt h4{font-size:13px;line-height:18px;}
    #RelatedProduct .ProList .item .img{height:120px;}
}


/*新闻*/
#NewsList{overflow:hidden;padding-top:5px;}
#NewsList .item{float:left;width:49%;padding:25px 30px 25px 20px;border:1px solid #ddd;margin-bottom:30px;border-left:5px solid #94f5cf;box-shadow:0 0 5px #ddd;}
#NewsList .item:nth-child(2n+1){clear:left;margin-right:2%;}
#NewsList .item h4{font-size:18px;margin-top:0;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
#NewsList .item p{font-size:14px;line-height:20px;height:40px;font-family:Aller,Arial, Helvetica, sans-serif;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;color:#888;margin-bottom:15px;}
#NewsList .item span{display:inline-block;font-size:14px;margin-right:15px;color:#888;line-height:20px;}
#NewsList .item span>i{float:left;margin-right:5px;font-size:18px;color:#94d5cf;}
#NewsList .item span.more{float:right;margin-right:0;font-size:14px;font-family:Aller,Arial, Helvetica, sans-serif;color:#333;text-transform:uppercase;text-decoration:underline;}
#NewsList .item:hover{box-shadow:0 0 5px #e95025;border:1px solid #e95025;border-left:5px solid #e95025;}

#NewsPage #sharelist{border-top:1px solid #eaeaea;border-bottom:1px solid #eaeaea;padding:8px 15px;text-align:right;margin-bottom:30px;width:100%;overflow:hidden;}
#NewsPage #sharelist>p{float:left;line-height:24px;font-size:14px;color:#868686;margin:0;}
#NewsPage #sharelist span{display:inline-block;font-size:14px;color:#868686;margin-right:10px;line-height:30px;}
#NewsPage #sharelist>a{display:inline-block;color:#868686;font-size:20px;margin:0 0 0 5px;border:1px solid #999;width:30px;height:30px;line-height:28px;text-align:center;}
#NewsPage #sharelist>a:hover{color:#e95025;border:1px solid #e95025;}
#NewsPage #sharelist .bdsharebuttonbox{float:right;}
#NewsPage #sharelist .bdsharebuttonbox>span{line-height:30px;}
#NewsPage #sharelist .bdsharebuttonbox>a{display:inline-block;vertical-align:middle;float:none;width:30px;height:30px;color:#666;border:1px solid #666;}
#NewsPage #sharelist .bdsharebuttonbox>a:before{line-height:30px;}
#NewsPage #sharelist .bdsharebuttonbox>a:hover{color:#e95025;border:1px solid #e95025;}
#NewsPage .btnList{margin-top:30px;padding-top:20px;border-top:1px solid #cdcdcd;}
#NewsPage .btnList>.link{font-size:16px;line-height:40px;}
#NewsPage .btnList>.link>i.iconfont{display:inline-block;width:40px;height:40px;line-height:38px;text-align:center;font-size:20px;border-radius:50%;border:2px solid #dedede;color:#dedede;vertical-align:top;margin:0 6px;}
#NewsPage .btnList>.link:hover>i.iconfont{border:2px solid #e95025;color:#e95025;}
@media screen and (min-width:992px ) and (max-width:1229px) {
    #NewsList .item{padding:15px;}
    #NewsList .item h4{font-size:16px;}
    #NewsList .item p{font-size:13px;line-height:20px;height:40px;-webkit-line-clamp:2;margin-bottom:10px;}
    #NewsList .item span{font-size:13px;}
    #NewsList .item span.more{font-size:13px;}
}
@media (min-width:768px) and (max-width:991px) {
    #NewsList .item{padding:15px;}
    #NewsList .item h4{font-size:14px;}
    #NewsList .item p{font-size:12px;line-height:18px;height:36px;-webkit-line-clamp:2;margin-bottom:5px;}
    #NewsList .item span{font-size:12px;}
    #NewsList .item span.more{font-size:12px;}
}
@media (max-width:767px){
    #NewsList .item{width:100%;padding:15px;margin-bottom:15px;}
    #NewsList .item:nth-child(2n+1){margin-right:0;}
    #NewsList .item h4{font-size:14px;}
    #NewsList .item p{font-size:12px;line-height:18px;height:36px;-webkit-line-clamp:2;margin-bottom:5px;}
    #NewsList .item span{font-size:12px;}
    #NewsList .item span.more{font-size:12px;}

    
}


#ntframe{background-color:#ffffff;padding-top:30px;padding-bottom:30px;}
#ntframe img{max-width:100%;}
#ntframe #sharelist{margin-top:20px;}
#sharelist {display:inline-block;}
#sharelist h3{font-size:16px;color:#fff;margin-bottom:20px;}
#sharelist span{line-height:40px;}
#sharelist .bdshare-button-style0-32>a{background-image:none;text-indent:0;width:32px;height:32px;color:#fff;position:relative;text-align:center;line-height:32px;font-size:18px;margin:0 5px 0 0;border:1px solid #fff;border-radius:50%;}
/*#sharelist .bdshare-button-style0-32 .bds_sqq{background-color:#45aaf2;}
#sharelist .bdshare-button-style0-32 .bds_qzone{background-color:#eecf3d;}
#sharelist .bdshare-button-style0-32 .bds_weixin{background-color:#3eb135;}
#sharelist .bdshare-button-style0-32 .bds_tsina{background-color:#df4d69;}*/
#sharelist .bdshare-button-style0-32>a:before{line-height:30px;vertical-align:top;display:inline-block;}
#sharelist .bdshare-button-style0-32>a.bds_sqq:before{content:"\e636";font-family:iconfont;}
#sharelist .bdshare-button-style0-32>a.bds_qzone:before{content:"\e631";font-family:iconfont;}
#sharelist .bdshare-button-style0-32>a.bds_weixin:before{content:"\e63f";font-family:iconfont;}
#sharelist .bdshare-button-style0-32>a.bds_tsina:before{content:"\e607";font-family:iconfont;}
/*#sharelist>a{background-image:none;text-indent:0;width:32px;height:32px;color:#fff;position:relative;text-align:center;line-height:32px;font-size:18px;margin:0 5px 0 0;border-radius:50%;display:inline-block;}
#sharelist>a.linkedin{background-color:#0077b5;}
#sharelist>a.twitter{background-color:#1da1f2;}
#sharelist>a.facebook{background-color:#3b5998;}
#sharelist>a.youtube{background-color:#ff011d;}
#sharelist a:hover{color:#e7cc61;border-color:#e7cc61;}
#sharelist p{color:#ffffff;margin-bottom:5px;}
#sharelist a>i{display:block;width:32px;height:32px;line-height:32px;text-align:center;border-radius:50%;}*/
/*#sharelist a>i.pinterest-p{background-color:#ca1c23;}
#sharelist a>i.google-plus{background-color:#dc4e41;}
#sharelist a>i.facebook{background-color:#3b5998;}
#sharelist a>i.twitter{background-color:#1da1f2;}
#sharelist a>i.linkedin{background-color:#0077b5;}
#sharelist a>i.youtube{background-color:#ff011d;}*/
#RelatedNews{margin-top:30px;overflow:hidden;padding:20px 0;background-color:#fff;}
#RelatedNews .title{}
#RelatedNews .relate_list{}
#RelatedNews .relate_list .item{margin-bottom:12px;float:left;width:50%;padding-right:50px;}
#RelatedNews .relate_list .item .txt h3{font-size:14px;line-height:20px;position:relative;padding-left:20px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;margin:0;color:#666;}
#RelatedNews .relate_list .item:hover .txt h3{color:#e95025;text-decoration:underline;}
#RelatedNews .relate_list .item .txt h3:before{content:"\e9e1";font-size:14px;font-family:"iconfont";position:absolute;left:0;}
/*#RelatedNews .relate_list .item .img:hover img{-webkit-transform: scale(1.1);-moz-transform: scale(1.1);transform: scale(1.1);-o-transform: scale(1.1);-ms-transform: scale(1.1);}*/
@media (min-width:992px) and (max-width:1229px) {
}
@media (min-width:768px) and (max-width:991px) {
    #RelatedNews .relate_list .item{width:100%;float:initial;}

    #sharelist{padding-top:0;}
}
@media (min-width:1px) and (max-width:767px) {
    #RelatedNews .relate_list .item{width:100%;float:initial;}
    #sharelist{padding-top:0;}
}


/*分页*/
ul.pagination {box-shadow:none;width:100%;border-radius:0;text-align:center;}
ul.pagination li {margin-left:5px;display:inline-block;}
ul.pagination li a{background-color:#fff;border-color:#e95025;border-radius:0;color:#e95025;}
ul.pagination li.active span{background-color:#e95025;border-color:#e95025;border-radius:0;color:#fff;}
ul.pagination li:first-child a{border-radius:0;}
ul.pagination li:last-child a{border-radius:0;}
ul.pagination li:hover a,ul.pagination li.active:hover>span{background-color:#e95025;color:#fff;}


#videolist{overflow:hidden;margin:0 -10px;}
#videolist .item{margin-bottom:20px;float:left;width:25%;padding:0 10px;}
#videolist .item:nth-child(4n+1){clear:left;}
#videolist .img{border:1px solid #ddd;overflow:hidden;}
#videolist .img img{width:100%;}
#videolist .txt{padding-top:10px;} 
#videolist h3{text-align:center;font-size:16px;line-height:20px;height:40px;margin:0;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;}
video{width:100%;}
@media (min-width:992px) and (max-width:1229px) {
    #videolist h3{font-size:14px;}
}
@media (min-width:768px) and (max-width:991px) {
    #videolist .item{margin-bottom:20px;width:33.33%;} 
    #videolist .item:nth-child(4n+1){clear:initial;}
    #videolist .item:nth-child(3n+1){clear:left;}
    #videolist h3{font-size:14px;}
}
@media (min-width:1px) and (max-width:767px) {
    #videolist .item{margin-bottom:20px;width:50%;} 
    #videolist .item:nth-child(4n+1){clear:initial;}
    #videolist .item:nth-child(2n+1){clear:left;}
    #videolist h3{font-size:14px;}
}


/*工程案例*/
#CasesList{margin:0 -15px;}
#CasesList .item{margin-bottom:20px;float:left;width:25%;padding:0 15px;}
#CasesList .item:nth-child(4n+1){clear:left;}
#CasesList .item a{display:block;}
#CasesList .item .txt{padding:10px 15px;}
#CasesList .item .txt h4{margin-top:0;font-size:16px;text-align:center;}
@media (min-width:992px) and (max-width:1229px) {
}
@media (min-width:768px) and (max-width:991px) {
    #CasesList{margin:0 -5px;}
    #CasesList .item{width:33.33%;padding:0 5px;}
    #CasesList .item:nth-child(4n+1){clear:initial;}
    #CasesList .item:nth-child(3n+1){clear:left;}
}
@media screen and (min-width:1px ) and (max-width:767px){
    #CasesList{margin:0 -5px;}
    #CasesList .item{width:50%;padding:0 5px;}
    #CasesList .item:nth-child(4n+1){clear:initial;}
    #CasesList .item:nth-child(2n+1){clear:left;}
    #CasesList .item .txt h4{font-size:14px;}
}

#solutionframe{background:url(../images/solutionbg1.png) no-repeat left center;}
#solutionframe .title h2{font-size:24px;color:#e95025;border:none;margin-bottom:30px;}
@media (min-width:992px) and (max-width:1229px) {
}
@media (min-width:768px) and (max-width:991px) {
    #solutionframe{background:url(../images/solutionbg1.png) no-repeat left center/100px auto;}
    #solutionframe .title h2{font-size:20px;}
}
@media screen and (min-width:1px ) and (max-width:767px){
    #solutionframe{background:url(../images/solutionbg1.png) no-repeat left center/50px auto;}
    #solutionframe .title h2{font-size:18px;}
}

#ServicePage{padding-bottom:0;}
#ServicePage .title{margin-bottom:40px;}
#ServicePage .title h2:after{content:"";width:40%;height:2px;background-color:#94f5cf;position:absolute;bottom:-8px;right:0;}
#ServicePage .ServiceList{overflow:hidden;}
#ServicePage .ServiceList .item{width:25%;border:1px solid #fff;float:left;position:relative;overflow:hidden;}
#ServicePage .ServiceList .item .txt{position:absolute;top:0;left:0;right:0;bottom:0;text-align:center;padding:80px;cursor:pointer;}
#ServicePage .ServiceList .item .txt h3{font-size:18px;line-height:30px;margin:80px 0 20px;color:#fff;text-transform:uppercase;}
#ServicePage .ServiceList .item .txt p{font-size:16px;line-height:24px;color:#fff;margin-top:100%;}
#ServicePage .ServiceList .item:hover .txt p{margin-top:0;}
#ServicePage .donwload{padding-top:50px;padding-bottom:50px;background-color:#fafafa;}
#ServicePage .faq{padding-top:50px;padding-bottom:50px;background:url(../images/faqbg.jpg) no-repeat top center;}
#ServicePage .faq .list dl{margin-bottom:0;}
#ServicePage .faq .list dl>dt{background-color:#f0f0f0;font-size:16px;line-height:24px;padding:10px 30px 10px 40px;position:relative;font-weight:normal;font-family:Humanst521,Arial, Helvetica, sans-serif;cursor:pointer;}
#ServicePage .faq .list dl>dt>i:before{content:"\e626";position:absolute;width:30px;right:0;font-size:14px;text-align:center;}
#ServicePage .faq .list dl>dt:before{content:"Q";text-align:center;position:absolute;width:35px;left:0;font-weight:bold;}
#ServicePage .faq .list dl:nth-child(2n)>dt{background-color:#e9e9e9;}
#ServicePage .faq .list dl>dd{height:0;font-family:Aller,Arial, Helvetica, sans-serif;padding:0 30px 0 40px;overflow:hidden;}
#ServicePage .faq .list dl.active>dt{background-color:#e95025;color:#fff;}
#ServicePage .faq .list dl.active>dt>i:before{content:"\e692";}
#ServicePage .faq .list dl.active>dd{height:auto;padding:20px 30px 20px 40px;}
@media screen and (min-width:1230px ) and (max-width:1430px) {
    #ServicePage .ServiceList .item .txt{padding:30px;}
    #ServicePage .ServiceList .item .txt h3{font-size:16px;line-height:24px;margin:60px 0 20px;}
    #ServicePage .ServiceList .item .txt p{font-size:14px;line-height:20px;}
}
@media screen and (min-width:992px ) and (max-width:1229px) {
    #ServicePage .ServiceList .item .txt{padding:15px;}
    #ServicePage .ServiceList .item .txt h3{font-size:16px;line-height:24px;margin:20px 0 20px;}
    #ServicePage .ServiceList .item .txt p{font-size:14px;line-height:20px;margin-top:0;}
}
@media screen and (min-width:768px ) and (max-width:991px){
    #ServicePage .ServiceList .item .txt{padding:15px;}
    #ServicePage .ServiceList .item .txt h3{font-size:14px;line-height:24px;margin:50px 0 20px;margin-bottom:10px;}
    #ServicePage .ServiceList .item .txt p{font-size:13px;line-height:20px;margin-top:0;display:none;}

    #ServicePage .faq .list dl>dd{font-size:13px;}
    #ServicePage .faq .list dl.active>dd{padding:15px 30px 15px 40px;}
}
@media (max-width:767px) {
    #ServicePage .title{margin-bottom:20px;}

    #ServicePage .ServiceList .item{width:50%;}
    #ServicePage .ServiceList .item .txt{padding:15px;}
    #ServicePage .ServiceList .item .txt h3{font-size:14px;line-height:24px;margin:50px 0 20px;margin-bottom:10px;}
    #ServicePage .ServiceList .item .txt p{font-size:13px;line-height:20px;margin-top:0;display:none;}

    #ServicePage .donwload{padding-top:30px;padding-bottom:30px;}

    #ServicePage .faq{padding-top:30px;padding-bottom:30px;}
    #ServicePage .faq .list dl>dd{padding:0 15px 0 15px;font-size:13px;}
    #ServicePage .faq .list dl.active>dd{padding:15px 15px 15px 15px;}
}


/*感谢页面*/
#thk_nav{}
#thk_nav h2{margin-bottom:20px;text-align:center;}
#thk_nav>p{line-height:28px;font-size:14px;}
.btnthank{padding:5px 10px;margin-top:15px;display:inline-block;border:1px solid #e95025;color:#ffffff;background-color:#e95025;}
.btnthank:hover{background-color:#ffffff;color:#e95025;}
@media (max-width:767px) {
    #thk_nav>p{line-height:20px;font-size:13px;}
}

/*网站地图*/
#sitemapnav { width:100%; position:relative;overflow:hidden;}
#sitemapnav li{  list-style:none;}
#sitemapnav a{ color:#333; }
#sitemapnav .fontbig {	width:100% !important;}
#sitemapnav .bigli{float:left;	width:100%;  line-height:35px;font-size:18px;}
#sitemapnav .bigli a {color:#666; font-weight:bold;text-transform:capitalize;}
#sitemapnav .bigli a:hover {text-decoration:underline;}
#sitemapnav .abli_02{ float:left;width:44%;margin-left:5%;font-size:16px; height:30px; line-height:30px; overflow:hidden; display:inline;font-weight:normal; }
#sitemapnav .abli_02 a:hover{text-decoration:underline;}
.jiange{ float:left; 	width:100%;  height:2px; border-bottom:solid 1px #d2d2d2; margin-top:8px;margin-bottom:8px;}
.probigclass {padding-left:50px;}
#sitemapnav .PROclass_01 { float:left;width:95%;margin-left:5%; font-size:16px; line-height:30px; display:inline;font-weight:bold; }
#sitemapnav .PROclass_02 { float:left;width:90%;margin-left:8%;font-size:16px; height:22px; line-height:22px;  overflow:hidden;display:inline;font-weight:normal; }

#sitemapnav .PROclass_01 a{  color:#666;}
#sitemapnav .PROclass_02 a{ color:#666;}
#sitemapnav .PROclass_01 a:hover{ text-decoration:underline;}
#sitemapnav .PROclass_02 a:hover{ text-decoration:underline;}

#sitemapnav .PROclass_03 { float:left;width:40%;margin-left:10%;color:#666666;font-size:14px;display:inline; line-height:20px;}
#sitemapnav .PROclass_03 a:hover{ text-decoration:underline;}
#sitemapnav .PROclass_04 { float:left;width:40%;margin-left:10%;display:inline;}
@media (min-width:992px) and (max-width:1229px) {
}
@media (min-width:768px) and (max-width:991px) {
}
@media screen and (min-width:1px ) and (max-width:767px)
{
	#sitemapnav .abli_02{width:44%;}
    #sitemapnav .bigli{font-size:16px;}
    #sitemapnav .abli_02{font-size:14px;line-height:20px;}
    #sitemapnav .PROclass_01{font-size:14px;}
    #sitemapnav .PROclass_02{font-size:13px;}
    #sitemapnav .PROclass_03{font-size:12px;width:100%;}
    #sitemapnav .PROclass_04{width:100%;}
}


/*************图库*************/
#GalleryList{margin:0 -8px 0;overflow:hidden;}
#GalleryList .item{width:25%;padding:0 8px;float:left;margin-bottom:20px;}
#GalleryList .item:nth-child(4n+1){clear:left;}
#GalleryList .item .img{border:1px solid #eee;}
#GalleryList .item .img img{width:100%;}
#GalleryList .item h3{margin:10px 0;text-align:center;font-size:18px;font-weight:normal;}
@media screen and (min-width:992px ) and (max-width:1229px) {
}
@media screen and (min-width:768px ) and (max-width:991px){
    #GalleryList{margin:20px -5px 0;overflow:hidden;}
    #GalleryList .item{width:33.33%;padding:0 5px;}
    #GalleryList .item:nth-child(4n+1){clear:initial;}
    #GalleryList .item:nth-child(3n+1){clear:left;}
    #GalleryList .item figcaption{padding:15px;}
    #GalleryList .item h3{margin:0;text-align:center;font-size:16px;}
}
@media (max-width:767px) {
    #GalleryList{margin:15px -5px 0;}
    #GalleryList .item{width:50%;padding:0 5px}
    #GalleryList .item:nth-child(4n+1){clear:initial;}
    #GalleryList .item:nth-child(2n+1){clear:left;}
    #GalleryList .item figcaption{padding:15px;}
    #GalleryList .item h3{margin:0;text-align:center;font-size:14px;}
}

#downtable.table th{text-align:center;font-size:16px;font-weight:normal;}
#downtable.table>tbody>tr>td{border-top:none;border-bottom:none;vertical-align:middle;padding:8px 15px;font-size:18px;color:#666;}
#downtable.table-striped>tbody>tr:nth-of-type(2n+1){background-color:#e9e9e9;}
#downtable.table>tbody>tr>td:nth-child(1){width:135px;text-align:center;}
#downtable.table>tbody>tr>td:nth-child(2){}
#downtable.table>tbody>tr>td:nth-child(3){width:135px;text-align:center;}
#downtable.table>tbody>tr>td:nth-child(4){width:135px;text-align:center;}
#downtable.table>tbody>tr>td i.icon-view{font-size:20px;}
#downtable.table>tbody>tr>td i.icon-down{font-size:20px;}
@media (max-width:767px) { 
    #downtable.table th{font-size:13px;}
    #downtable.table>tbody>tr>td:nth-child(1){width:50px;}
    #downtable.table>tbody>tr>td:nth-child(3){width:50px;}
    #downtable.table>tbody>tr>td:nth-child(4){width:50px;}
    #downtable.table>tbody>tr>td{font-size:13px;}
    #downtable.table>tbody>tr>td i.icon-view{font-size:16px;}
    #downtable.table>tbody>tr>td i.icon-down{font-size:16px;}
}

.btn-2{position:relative;z-index:1;overflow:hidden;}
.btn-2:before {
  content: '';
  width: 0;
  height: 0;
  -webkit-transform: rotate(360deg);
  border-style: solid;
  border-width: 0 0 0 0;
  border-color: transparent transparent transparent #e95025;
  position: absolute;
  bottom: -2px;
  left: -2px;
  transition:all .5s;z-index:-1;
}
.btn-2:after {
  content: '';
  width: 0;
  height: 0;
  -webkit-transform: rotate(360deg);
  border-style: solid;
  border-width: 0 0 0 0;
  border-color: transparent #e95025 transparent transparent;
  position: absolute;
  top: -2px;
  right: -2px;
  transition:all .5s;z-index:-1;
}
.btn-2:hover:before {
  border-width: 200px 0 0 200px;
}
.btn-2:hover:after {
  border-width: 0 200px 200px 0;
}


.btn-3{position:relative;z-index:1;overflow:hidden;}
.btn-3:before {
  content: '';
  width: 0;
  height: 0;
  -webkit-transform: rotate(360deg);
  border-style: solid;
  border-width: 0 0 0 0;
  border-color: transparent transparent transparent #ffffff;
  position: absolute;
  bottom: -2px;
  left: -2px;
  transition:all .5s;z-index:-1;
}
.btn-3:after {
  content: '';
  width: 0;
  height: 0;
  -webkit-transform: rotate(360deg);
  border-style: solid;
  border-width: 0 0 0 0;
  border-color: transparent #ffffff transparent transparent;
  position: absolute;
  top: -2px;
  right: -2px;
  transition:all .5s;z-index:-1;
}
.btn-3:hover:before {
  border-width: 200px 0 0 200px;
}
.btn-3:hover:after {
  border-width: 0 200px 200px 0;
}


