@charset "utf-8";

html{-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-webkit-tap-highlight-color:rgba(0,0,0,0); font-family: 'Microsoft Yahei', '微软雅黑', Arial, sans-serif; font-weight: normal;}
body,ul,li,dt,dl,p,h1,h2,h3,h4,h5,h6,div,html,form,select,option,table,tr,td,dt,dl,dd,span,input,i,em,b,br,section,header,footer,nav,menu,aside,audio,video,canvas,svg,details,figure,figcaption,summary,hgroup,pre,sub,sup,button,textarea,input{margin:0;padding:0;color:inherit;}
body{ color: inherit; background-color: #fff;  word-break: break-all; word-wrap:break-word; font-weight: 400;  -webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;} 
input,button{overflow: visible;vertical-align:middle;outline:none}
input[type="submit"],input[type="reset"],input[type="button"],input[type="text"],input[type="password"]{-webkit-appearance:none;outline:none}
a,a img{text-decoration:none; color:#333;border:0;}
a:focus{outline:none;}
a:hover{ background: none;}
a:focus, a:hover{ color: #666;}
ul,ul li{list-style:none}
fieldset,img,input,button{border: none; padding: 0;margin: 0; outline-style: none;}
h1,h2,h3,h4,h5,h6{font-size:100%; font-weight: normal;}
.block{ display: block;}

.bgf7f7f7{background-color: #f7f7f7 !important;}
.bgfff{ background-color: #fff !important;}
.padB1{ padding-bottom: 80px;}
.clearfix:after{content:"";height:0; line-height:0; display:block;clear:both; visibility:hidden;}    
.clearfix{ zoom:1;}
@media screen and (max-width:768px){
    .padB1{ padding-bottom: 40px;}
}


@media screen and (min-width:768px){
    html{ font-size: 14.5px;}
}
@media screen and (min-width:376px) and (max-width:767px){
    html{ font-size: 14px;}
}
@media screen and (min-width:320px) and (max-width:375px){
    html{ font-size: 13px;}
}
@media screen and (max-width:319px){
    html{font-size: 12px; }
}

.wapper{ width: 1400px; margin: 0 auto; padding: 0; padding-top: 1px; box-sizing: border-box; }
@media screen and (max-width:1350px){
    .wapper{ width: 100%; padding: 0 20px; }
}
@media screen and (max-width:1000px){
    .wapper{ width: 100%; padding: 0 10px;}
}

.flex{  display: flex; display:-webkit-flex; flex-direction:row; flex-wrap: nowrap; justify-content:space-between;align-items:flex-start; align-content: flex-start; }  /* 常用felx弹性属性 */
.order{ order:0; flex: 0 1 auto; align-self: auto; } /* align-self: auto | flex-start | flex-end | center | baseline | stretch; */

html:not(.isMobile) *::-webkit-scrollbar { width: 6px; height: 8px; background: none; }
html:not(.isMobile) *::-webkit-scrollbar-thumb { background: #ffa64c; }
article *{font-size: 1rem;color: #444;line-height: 1.8;margin-top: 4px;max-width: 100%;overflow: hidden;}

/* 头部 */
.header{ width: 100%;background: #f5f5f5;}
.header nav.wapper{ position: relative;height: 80px; display: flex; display:-webkit-flex; flex-direction:row; flex-wrap: nowrap; justify-content:space-between;align-items:center;  }
.header nav .logo img,footer .logo img{ max-height: 72px;padding-left: 10px; }
.header nav .menu{padding-right: 20px; margin-right: 10px; display: flex; display:-webkit-flex; flex-direction:row; flex-wrap: nowrap; justify-content:flex-start;align-items:center;}
.header nav .menu>li{ height: 80px; line-height: 80px; position: relative; }
.header nav .menu>li>a{display: block; position: relative; z-index: 10; height: 78px; max-width: 8em; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; color: #454545; font-size: 14px; padding: 0 10px; margin: 0 16px; box-sizing: border-box;}
.header nav .menu>li.active a{ border-bottom: 2px solid #ffa64c;font-weight: bold;}
.header nav .menu>li i.menuBtn{ position: absolute; z-index: 0; top: 0%; right: 3px; transform: rotate(0deg); font-size: 16px; color: #454545; transition: all .4s ease-out 0s; transition:all .4s ease-out 0s; -webkit-transition:all .4s ease-out 0s; -moz-transition:all .4s ease-out 0s; -o-transition:all .4s ease-out 0s;}
.header nav .menu>li:hover i.menuBtn{ transform: rotate(-180deg); transition: all .4s ease-out 0s; transition:all .4s ease-out 0s; -webkit-transition:all .4s ease-out 0s; -moz-transition:all .4s ease-out 0s; -o-transition:all .4s ease-out 0s;}
.header nav .menu>li:last-child i{color: #ffa64c;}

.header nav .menu li:hover .Child1{ opacity:1; filter: alpha(opacity=100); z-index: 100; top: 99%; transform: translateY(0%); transition:all .5s ease-out; -webkit-transition:all .5s ease-out;-moz-transition:all .5s ease-out; -o-transition:all .5s ease-out;}
.header nav .menu li:hover a{color: #ffa64c;}
.header nav .menu li .Child1{ opacity: 0; filter:alpha(opacity=0);   position: absolute; z-index: -1; top: 0px; left: 0; transform: translateY(130%); background-color: #fff; min-width: 100%; height: auto;transition:all .5s ease-out; -webkit-transition:all .5s ease-out; -moz-transition:all .5s ease-out; -o-transition:all .5s ease-out;}
.header nav .menu li .Child1 li{ border-top:1px solid #ffa64c; }
.header nav .menu li .Child1 li a{ display: block;  text-align: center; font-size: 14px; line-height: 3;  white-space: nowrap; padding: 0 4px; color: #333333;  }
.header nav .menu li .Child1 li:hover a{ color: #ffa64c;}

.navBtn{ display: none;}
@media screen and (max-width:1200px){
    .header nav .menu li a{ margin: 0 10px;}
}
@media screen and (max-width:900px){
    .header nav.wapper{ height: 66px; }
    .header nav .logo img,footer .logo img{ max-height: 60px;min-width: 200px;}
    .header nav .menu{ margin-right: 0; position: fixed; top: 66px; right: 0; width: 65%; height: 100vh; flex-wrap:wrap; align-content:flex-start; z-index: 100; overflow-y: scroll;transform: translate3d(100%, 0px, 0px);  transition: all 0.65s ease-in-out 0s; background-color: rgba(245, 245, 245, 0.95); }
    .header nav .menu.active{ transform: translate3d(0px,0px,0px)}
    .header nav .menu li{ width: 100%; height: 45px; line-height: 45px;}
    .header nav .menu li a{ line-height: 45px; border-bottom: 1px solid #ccc; height: 45px; max-width: 100%;}
    .header nav .menu li.active a{ color: #46a4b4;}

    /*滚动条样式*/
    .menu::-webkit-scrollbar {/*滚动条整体样式*/
        width: 2px;     /*高宽分别对应横竖滚动条的尺寸*/
        height: 2px;
    }
    .menu::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
        border-radius: 5px;
        -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
        background: rgba(0,0,0,0.2);
    }
    .menu::-webkit-scrollbar-track {/*滚动条里面轨道*/
        -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
        border-radius: 0;
        background: rgba(0,0,0,0.1);
    }
    
    /* 下拉菜单 */
    .header nav .menu>li i.menuBtn{ display: none;}
    .header nav .menu li .Child1{ display: none; }

    /* 菜单按钮 */
    .navBtn{ display: block;}
    .header .navBtn{width:30px;height:20px;display:block;position:absolute;top:0;right:10px;cursor:pointer;padding:20px 15px;}
    .header .navBtn span{width:26px;height:3px;background:#999;display:block;border-radius:2px;transition:all .5s ease-out;position:absolute;top:20px;}
    .header .navBtn span:nth-child(2){top:29px;}
    .header .navBtn span:nth-child(3){top:37px;}
    .header .navBtn span.active:nth-child(1){transform:rotate(45deg);transition:all .5s ease-out;top:29px;}
    .header .navBtn span.active:nth-child(3){transform:rotate(-45deg);transition:all .5s ease-out;top:29px;}
}

.icon{margin-right: 10px;}
.icon:hover{color: #ffa64c;}

/* 语言切换 */
.language{  position: relative; z-index: 101;  }
.language .icon-fanyi-full{ font-size: 36px; color: #fff; display: block; margin-right: 10px; padding-left: 20px; }
.language div.changeBut{ box-sizing:border-box;padding:0; margin:0 auto; display: none; position: absolute; top: 60px; right: -10px;}
.language div.changeBut a{ display:block;  white-space: nowrap; font-size:14px;color:#fff;padding: 0 30px; height: 40px;line-height: 40px; text-align: center; background:rgb(26, 24, 24); border-top: 1px solid #f0f0f0; }
.language div.changeBut a:hover{ color: #46a4b4;;}
@media screen and (max-width:900px){
    .language{display: none;}
    .language .icon-fanyi-full{ font-size: 32px; margin-left: 10px; line-height: 1.5;}
    .language div.changeBut{ left: 0px; top: 45px;  }
    .language div.changeBut a{  text-align: left; }
}

/* 轮播图 */
.banner{ width: 100%;}
.banner .swiper-slide img{ width: 100%; display: block; }
.banner .swiper-pagination-bullet{outline: none; width: 10px; height: 10px; opacity: 1; position: relative; margin: 0 16px; background: #111;}
.banner .swiper-pagination-bullet::after{ content: ""; display: block; width: 18px; height: 18px;  border-radius: 50%; -webkit-border-radius:50%; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); }
.banner .swiper-pagination-bullet-active{ background: #ffa64c; }
.banner .swiper-pagination-bullet-active::after{ border-color: #fff; border: 1px solid #fff;}


/* 首页案例 */
.case_box {width: 100%;margin-top: 80px;}
.case_box .wapper{ position: relative; }
.case_title {text-align: left;font-size: 50px;padding-left: 10px;}
.case_nav_box {padding:0 10px;display: flex; display:-webkit-flex; flex-direction:row; flex-wrap: nowrap; justify-content:space-between;align-items:center;}
.case_nav_box span { color: #ccc;}
.case_nav_box .case_nav { display: flex; display:-webkit-flex; flex-direction:row; flex-wrap: nowrap; justify-content:flex-start;align-items:center;}
.case_nav_box .case_nav li a{transition: all 0.5s ease;display: block;   overflow: hidden; text-overflow: ellipsis; white-space: nowrap; color: #454545; font-size: 14px; padding: 0 10px; margin: 0 10px; box-sizing: border-box;}
.case_nav li a.active {color: #ffb36d;}
.case_nav li a:hover {transform: scale(1.4);color: #fba34a;transition: all 0.5s ease;}
.case_nav_box .more{display: none;position: absolute;top: 10px;right: 10px;text-align: center;font-size: 12px; color: #ccc;width: 50px;height: 20px;line-height: 20px;border-radius: 2px; text-align: center;background: #333;}


.case_box .swiper_btn_left {position: absolute;top: 230px;right: -30px;z-index: 3; outline: none;}
.case_box .swiper_btn_right {position: absolute;top: 230px;left: -35px;z-index: 3;outline: none;}
.case{ width: 100%;margin-top: 60px;}
.case .swiper-slide span{text-align: left;display: block;margin-top: 15px;color: #454545;text-align: center;}
.case .swiper-slide a{padding: 10px;display: block;}
.case .swiper-slide img{ width: 100%; display: block;}
.case .swiper-slide img:hover,.case_product li img:hover{ transition: all 0.3s linear;}

#btn{width: 100%;margin-top: 100px;margin-bottom: 100px;}
#btn .wapper{width: 160px;height: 35px;border-radius: 2px;font-weight: bold;transition: all 0.5s ease-in; background: #f2f2f2;text-align: center;line-height: 35px;display: block;color: #424242;font-size: 28px;}
#btn .wapper:hover{transform: translateX(20px);background:#ffb36d;color: blanchedalmond;}
@media screen and (max-width:1430px){
    .case_box .swiper_btn_left,.case_box .swiper_btn_right{display: none;}
}
@media screen and (max-width:900px){
    .case_box{margin-top: 10px;font-size: 12px;}
    .case_nav_box span {font-size: 10px;display:none;}
    .case_nav_box .case_nav{display: none;}
    .case_nav_box .more{display: block;}
    .case_title{font-size: 24px;}
    .case_box .case { margin-top: 10px;}
    .case_box .case .swiper-slide span{text-overflow:ellipsis;overflow:hidden;white-space: nowrap;margin-top: 10px;font-size: 14px;}
    .case_box .swiper_btn_right,.swiper_btn_left{display: none;}
    .banner .swiper-pagination-bullet{width: 5px;height: 5px;}
    .banner .swiper-pagination-bullet::after{width: 12px;height: 12px;}
    #btn{display: none;}
}

/* 首页产品设计 */
.product{width: 100%; margin-top: 30px;}
.product .wapper{padding: 0 10px;display: flex; display:-webkit-flex; flex-direction:row;flex-wrap: nowrap;}
.product .left{width: 25%; }

.product .left li:nth-child(2){margin-top: 10px;}
.product li a{position: relative;overflow: hidden;}
.product li a img{ width: 100%;display: block;}
.product  li {transition: all 0.5s ease;}
.product  li .intro{white-space: nowrap;overflow: hidden;text-overflow:ellipsis;transform: translateY(50%); opacity: 0;filter: alpha(opacity=0);position: absolute; bottom: 0px;left: 0;z-index: 3;width: 100%;padding: 15px; background-color: rgba(225,249,251,0.5);box-sizing: border-box;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;transition: all 0.4s ease-out 0s;-webkit-transition: all 0.4s ease-out 0s;-moz-transition: all 0.4s ease-out 0s;-o-transition: all 0.4s ease-out 0s;}
.product  li .intro h2{color: black;}
.product  li .intro span{font-size: 12px;}
.product  li:hover .intro{transform: translateY(0%);opacity: 1; filter: alpha(opacity=100); transition: all 0.4s ease-out 0s; -webkit-transition: all 0.4s ease-out 0s;  -moz-transition: all 0.4s ease-out 0s; -o-transition: all 0.4s ease-out 0s;  }
.product li:hover {transform: translateY(-10px);transition: all 0.5s ease;}

.product .center{width: 45%;padding: 0 10px; }
.product .right{width: 30%;display: flex;flex-direction: column; justify-content: space-between;} 
@media screen and (max-width:900px){
    .product{margin-top: 25px;}
    .product  li .intro{padding: 5px;opacity: 1;font-size: 12px;transform: translateY(0%)}
}
@media screen and (max-width:768px){
    .product{margin-top: 18px;}
    .product  li .intro{padding: 5px; opacity: 1;font-size: 12px;transform: translateY(0%);}
    .product .left{width: 47%;padding-right: 10px;}
    .product .center{display: none;}
    .product .right{width: 50%;}
}

/* 产品tab */
.catsName{ margin: 25px 20px; display: flex; display:-webkit-flex; flex-direction:row; flex-wrap: wrap; justify-content:flex-start;align-items:flex-start; align-content: flex-start; }
.catsName dd{ margin-bottom:10px;}
.catsName dd a{ display: block; font-size: 1rem; line-height: 2.2; padding: 0 5px; margin-right: 10px; }
.catsName dd.active a{ padding: 0px 26px; background-color: #ffba66; color: #fff;  }

.productList{ width: 100%; display: flex; display:-webkit-flex; flex-direction:row; flex-wrap: wrap; justify-content:space-between;align-items:flex-start; align-content: flex-start; }
.productList li{ width: 21%; height: auto; margin: 25px 0; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;  position: relative;}
.productList li.fake{ height: 1px; background: none; opacity: 0; filter: alpha(opacity=0); margin: 0; padding: 0;}
.productList li>a{ width: 100%; height: 100%; }
.productList li figure{ width: 100%; height: 0; padding-bottom:126%; overflow: hidden; }
.productList li figure img{ display: block; width: 100%;}
.productList li .intro{ opacity: 0;filter: alpha(opacity=0);position: absolute; bottom: 0;left: 0;z-index: 3;width: 100%;height: 85%;padding: 10% 10% 2% 10%;background-color: rgba(0,0,0,0.7);box-sizing: border-box;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;transition: all 0.4s ease-out 0s;-webkit-transition: all 0.4s ease-out 0s;-moz-transition: all 0.4s ease-out 0s;-o-transition: all 0.4s ease-out 0s;}
.productList li:hover .intro{ height: 100%; opacity: 1; filter: alpha(opacity=100); transition: all 0.4s ease-out 0s; -webkit-transition: all 0.4s ease-out 0s;  -moz-transition: all 0.4s ease-out 0s; -o-transition: all 0.4s ease-out 0s;  }
.productList li .intro h5{ font-size: 18px; color: #fff; line-height: 1.5; margin-top: 15px;  overflow: hidden; text-overflow: ellipsis; white-space: nowrap; text-align: center; }
.productList li .intro p.infor{ margin-top: 30px; font-size: 15px; color: #fff;  height: 90px; line-height: 30px; text-align: center; overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;}
.productList li .intro .more{ font-family:'Times New Roman'; display: inline-block; padding:  4px 15px; background-color: #fff; color: #22221e; font-size: 16px; text-transform: uppercase; position: absolute; bottom: 8%; left: 50%; transform: translateX(-50%) ; z-index: 5;}


@media screen and (max-width:900px){
    .proHome{ margin-top: 10px;}
    .productList li{ width: 45%; margin-top: 30px;}
    .productList li .intro p.infor{ height: 78px; line-height: 26px;}
    .productList li .intro .more{ bottom: 10px;}
}
@media screen and (max-width:414px){
    .productList li{ width: 48%;}
    .productList li .intro{ opacity: 1; filter: alpha(opacity=100); height: 100%; background-color: rgba(0,0,0,0.7); position: relative; bottom: initial;left: 0; }
    .productList li .intro h5{ margin-top: 8px; }
    .productList li .intro p.infor{ font-size: 14px; margin-top: 10px;}
    .productList li .intro .more{ white-space: nowrap; font-size: 14px; position: relative; bottom:initial; transform: translateX(28%); left: initial;  margin-top: 10px; margin-bottom: 10px; }
}

/* 首页品牌简介 */
.introduction{width: 100%;margin: 80px 0;}
.introduction>.wapper{padding: 0 10px;}
.introduction .title{width: 100%;}
.introduction .title h1{font-size: 18px;}
.introduction .title span{font-size: 14px;color: #ccc;display: inline-block;}
.introduction .content{display: flex; display:-webkit-flex; flex-direction:row;flex-wrap: nowrap;}
.introduction .content #btn{margin: 200px 0 50px 0;width: 42%;}
.introduction .content .text{text-indent: 2em;}
.introduction .content .text p{margin: 50px 0;line-height: 1.8;}
.introduction .content .text img{width: 100%;display: block}
.introduction .text span img:hover{transition: all 0.6s linear;}

@media screen and (max-width:900px){
    .introduction .content .text p{margin: 10px 0;}
    .introduction{font-size: 12px;margin: 30px 0;}
    .introduction .title h1{font-size: 14px;}
    .introduction .title span{font-size: 12px;}

}

/* 首页新闻资讯 */
.news{width: 100%;}
.news>.wapper{padding: 0 10px;}
.news .title{width: 100%;flex-wrap: nowrap;display: flex;align-items: flex-end;justify-content: flex-start;}
.news .title h1{width: 80%;font-size: 50px;}
.news .title span{font-size: 36px;color: #6a6a6a;display: inline-block;border-bottom: 1px #787878 solid;padding-bottom: 10px;}
.news .news_content{padding: 70px 60px 90px 60px;display: flex;display:-webkit-flex; flex-direction:row;flex-wrap: nowrap;}
.news .news_content li{width: 30%;;background: #f7f7f7; box-shadow: 10px 10px 5px #888888;}
.news .news_content li:nth-child(2){margin: 0 60px;}
.news .news_content .news_top{padding:40px 15px 70px 15px;/*border-bottom: 1px solid #d9d9d9;*/}
.news .news_content .news_top h1{font-weight: lighter;text-align: left;font-size:24px;word-break: auto-phrase;}
@media screen and (max-width:768px){
.news .news_content .news_top h1{font-size: 18px;}
}
.news .news_content .news_top p{text-indent: 2em; line-height: 28px; max-height:84px;  color: #666;font-size: 12px;margin-top: 25px;display: -webkit-box; text-overflow: ellipsis; overflow : hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;}
.news .news_content .news_top .color{ color: #f7f7f7;}
.news .news_content .news_bottom{transition: all 0.6s ease;display: flex;/* justify-content:space-between;*/padding: 30px 15px 30px 15px;font-size: 12px;}
@media screen and (max-width:768px){
.news .news_content .news_bottom{padding: 0 10px 10px 10px;font-size: 14px;}
}

.news .news_content li:hover .news_bottom{/*background: #fba34a;*/transition: all 0.6s ease;}
@media screen and (max-width:900px){
    .news{font-size: 12px;}
    .news .title h1{font-size: 24px;}
    .news .title span{font-size: 12px;}
    .news .news_content{padding: 20px 20px 40px 20px;flex-wrap: wrap;}
    .news .news_content li:nth-child(2){margin: 0 10px;}
    .news .news_content li:nth-child(3){margin-top: 20px;width: 97.5%;}
    .news .news_content .news_top{padding: 10px;}
    .news .news_content li{width: 48%;}
}
@media screen and (max-width:570px){
    .news .news_content li{width: 97.5%;}
    .news .news_content li:nth-child(3){margin: 0;}
    .news .news_content li:nth-child(2){margin: 20px 0;}
}

/* 首页尾部 */
footer {width: 100%;margin-top: 10px;border-bottom:1px solid #e6e6e6; }
footer .wapper{padding: 0 10px;color: #989898}
footer .wapper .footer{display: flex;display:-webkit-flex; flex-direction:row;flex-wrap: nowrap;}
footer .footer li{width: 25%;padding: 0 10px;}
footer .footer .icon{padding:40px 0 100px 0;}
footer .footer .icon a { padding-left: 10px; color: #8a8a8a;margin-right: 20px;}
footer .footer .icon a i{font-size: 36px;display: inline-block;}
footer .footer .phone h1{font-size: 16px;color: black}
footer .footer .phone p{padding: 5px 0;}
footer .footer .phone .number{padding: 20px 0;font-size: 12px;}
footer .footer .img_box{padding-top: 10px;display: flex;flex-direction: column;align-items: center;}

.link{padding: 10px 10px;text-align: right;color: #989898;font-size: 12px;}
.link a{color: #989898;}

@media screen and (max-width:900px){
    footer {margin-top: 20px;}
    .link{text-align: center;}
    footer .wapper .footer{flex-wrap: wrap;}
    footer .footer li{width: 100%;text-align: center;}
    footer .footer .icon{padding: 10px 0;}
    footer .footer .icon a i{font-size: 25px;}
    footer .footer .phone h1{font-size: 14px;color: black}
    footer .footer .phone .number{padding: 5px 0;}
}

/* 案例 */
/* 案例头部 */
.background{background: #fff;}
.case_banner_box{width: 100%;}
.case_banner_box .case_banner img{width: 100%;display: block;}
/* 案例作品 */
.case_product .wapper{display: flex;display:-webkit-flex; flex-direction:row;flex-wrap: wrap;align-items:center;justify-content: space-around;}
.case_product li{margin-top: 45px;}
.case_product li span{display: block;margin-top: 20px;}



/* 分页 */
.pages {width:100%;height:40px;line-height: 40px;display:flex;justify-content:center;margin-bottom: 40px; margin-top: 20px;}
.pages a , .pages strong , .pages em{width:40px;height:40px;line-height: 40px;text-align: center;font-size: 16px;display:block;cursor:pointer;margin: 0;color: #333;box-sizing:border-box;border: 1px solid #dcdcdc;border-right: none;}
.pages em {display:none;}
.pages a:last-child {border-right:1px solid #dcdcdc;}
.pages a:hover , .pages strong {box-sizing:border-box; border:1px solid #dcdcdc; border-right:none; background:#333 !important; color:#fff !important; border-color:#333;}
.pages a.prev , .pages a.next {width:80px;box-sizing:border-box;background: #333;color: #fff; border-color:#333;}
@media screen and (max-width:768px){
    .pages{justify-content:center; float: initial;}
    .pages a ,  .pages strong {width:30px; height:30px; font-size:12px; line-height:30px;}
    .pages a.prev , .pages a.next {width:60px;}
}

/* 品牌信息 */
.brand{width: 100%;padding: 30px 0 30px 0;color: #666666;background: #f6f6f6;}
.brand .wapper{display: flex;display:-webkit-flex;flex-direction:row;flex-wrap: nowrap;justify-content: flex-start;}
.brand .wapper span{}
.brand .wapper .brand_color{color: #e70137}

 /* 品牌轮播图  */
.swiper_brand{width: 23%; padding: 80px}
.swiper_brand .swiper-slide img{width: 100%;display: block;}
.swiper_brand>.swiper-wrapper{position: relative;}
.swiper_brand .name{position: absolute;left: 0;bottom: -50px;}
.swiper_brand .name span:nth-child(2){font-size: 12px;color: #666666;margin-left: 30px;}


@media screen and (max-width:900px){
    .brand{padding: 20px 0 10px 0;}
    .brand .wapper span{padding: 0 10px;}
    .swiper_brand {width: 50%;padding: 50px;}
    .swiper_brand .btn{display: none;}
    .swiper_brand .name{bottom: -40px;}
}

/* 产品 */
.product_top{padding-top: 40px;}

@media screen and (max-width:900px){
    .product_top{padding-top: 0px;}
}

/* 案例详情 */
.swiper_datails{width: 100%;padding: 130px 0 40px 0;}
.swiper_datails .wapper{display: flex;justify-content: center;}
.datails_img{display: flex;justify-content:space-around;}
.datails_img a{padding: 10px 20px;display: block;background: #ffbe70;}
.details_wapper{width: 100%;}
.details_wapper .wapper{color: #666666; padding: 20px 50px;line-height: 1.8;}
.paddMore{ box-sizing: border-box; padding: 30px 100px;}

@media screen and (max-width:900px){
    .swiper_datails{padding: 30px 0 10px 0;}
    .details_wapper .wapper{ padding: 20px;text-align: center}
    .swiper_datails .wapper img{width: 80%;height: 80%;}
}

@media screen and (max-width:800px){
    .paddMore{ box-sizing: border-box; padding: 15px 50px;}
}
@media screen and (max-width:414px){
    .paddMore{ box-sizing: border-box; padding: 10px 10px;}
}

/* 产品案例 */
.product_details_content{width: 100%;}
.product_details_content>.wapper{padding: 40px 10px 10px 10px;}
.product_details_content>.wapper{display: flex;flex-direction: column; align-items: center;}
.product_details_content>.wapper h1{font-size: 14px;}
.product_details_content>.wapper h3{font-size: 12px;color: #666;}
.product_details_content>.wapper .name{padding-top: 20px;}

/* 按钮 */
.content_btn{width: 100%;}
.content_btn .wapper{padding: 0 100px; display: flex; justify-content: space-between;}
.content_btn .wapper a{ padding: 10px 100px;background: #e6e6e6;}
.content_btn .wapper a:nth-child(2){background: #ffbe70}
@media screen and (max-width:900px){
    .content_btn .wapper{padding: 0 20px;}
    .content_btn .wapper a{ padding: 10px 20px}
    .product_details_content>.wapper img{width: 80%;height: 80%;}
}

/* 联系 */
.contact_way{width: 100%;}
.contact_way .wapper{display: flex;flex-direction: column; align-items: center;}
.title{font-size: 18px;}
.contact_way .wapper .title{padding: 40px 0;}
.contact_way p{color: #333333;font-size: 14px;padding: 10px 0;}

/* 资讯 */
.information_content{width: 100%;}
.information_content .wapper{padding: 60px 10px 0 10px; display: flex;flex-direction: column;}
.information_content li{border: 1px solid #eeeeee;box-shadow:0px 4px 5px #F2F2F2;margin-bottom: 50px;transition: all 0.4s linear;}
.information_content li h1{color: #333;padding:20px;font-size: x-large;font-weight: bold;flex: 1;margin: 0;white-space: normal;overflow: hidden; word-break: break-word;min-width: 0;}
.information_content li p{line-height: 20px;color: #a7a7a7;font-size: 14px;display: -webkit-box;text-overflow: ellipsis;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;}
.information_content li div span{color: #666;font-size: large;font-weight: bold;}
.information_content li div{display: flex;padding:20px 0;flex-shrink: 0;min-width: 140px;flex-direction: column;align-items: flex-start; /;text-align: right;}
.information_content li:hover{transform: translateY(-10px);transition: all 0.4s linear;}

/* 资讯案例 */
.information_case_title{width: 100%;border-bottom: 1px solid #e6e6e6;}
.information_case_title .wapper{padding-top: 70px; display: flex;flex-direction: column; align-items: center;}
.information_case_title .wapper h1{font-size: 24px;}
.information_case_title .wapper div{color: #a7a7a7;padding:20px 0;font-size: 12px;}
.information_case_title .wapper div span:nth-child(1){margin-right: 20px;}

.information_case_content{width: 100%;}
.information_case_content .wapper {color: #a7a7a7; border-bottom: 1px solid #e6e6e6; display: flex;flex-direction: column;padding: 30px;}

.information_case_paging{width: 100%;}
.information_case_paging .wapper{display: flex;justify-content: space-between;padding: 30px;}
.information_case_paging li{font-size: 12px;color: #a7a7a7;padding: 5px 0;}
.information_case_paging li a{color: #a7a7a7;}
.information_case_paging .wapper .btn{display: block;background: #ffba66;width: 15%;padding: 0 20px;display: flex;justify-content: space-between;align-items: center;}
.information_case_paging .wapper .btn i{transform: rotate(180deg);font-size: 25px;}
.information_case_paging .wapper .btn span{color: #e6e6e6;}
.information_case_paging li a:hover{color: #ffa64c;}
.information_case_paging .btn:hover{box-shadow:2px 2px 2px 2px #999;transition: all 0.2s linear;}

@media screen and (max-width:900px){
    .information_case_paging .wapper .btn{width: 30%;}
    .information_case_paging .wapper .btn i{font-size: 20px;}
    .information_case_paging .wapper{padding: 10px;}
    .title{font-size: 14px;}
}
.wechatA{position: relative;}
.wechatDiv{display: none;position: absolute;left: -10px;top:20px ;}
.wechatA:hover .wechatDiv{display: block;}

/* 招聘  下载  视频  公告  帮助  留言反馈----------------------------------------------------------------------------   */
#form label {width:100%;display:  flex;align-items:  center;position: relative; justify-content:space-between;}
form {width: 100%;margin:0 auto;height: auto;display: flex;margin-top:40px;text-align:  center;flex-wrap:wrap;overflow: hidden;justify-content: space-between;}
form label {padding-bottom: 20px; width:100%;}
form label span {padding-right: 20px;}
form label input {width: 100%;border: 1px solid #444;font-size:14px;line-height: 3;padding:0 10px;flex: 1;background: #fff; color: #222; outline:none;}
form label input:focus , form label textarea:focus{background:#666; border-color:#333; box-shadow:0 0 10px #eee; transition:all .3s ease;}
form label textarea {width:100%;vertical-align: top;border: 1px solid #444;font-size:14px;color: #222;line-height:1.5;font-family: 'Courier New';box-sizing: border-box;padding:10px;background: #fff; outline:none;}
#form .nickname , #form .phone {width:100%; }
form label p {position: absolute;left: 0px;bottom: 0px;color: #efa63d;font-size: 14px;}
#submit,#reset {width: 150px;height: 40px;line-height:40px;display:block;background: rgb(51, 50, 50);color: #fff;outline: none;margin: 0 auto;margin-top: 30px;}
#reset{background: #fff;color: black;border: 1px solid #000;}
@media screen and (max-width:1400px){
    .message{ width: 100%;}
    .message h3{ font-size: 16px; padding: 12px 10px;}
    form{ width: 100%;}
    form label input{ width:64%; line-height: 2.5em;}
    form label textarea{width: 100%;}
  }
  #feedback {width: 780px;height:auto;text-align:center;padding:50px 0;margin: 0 auto;}
  #feedback h3 {font-size:24px; font-weight:normal; line-height:2;}
  #feedback .intro {color:#666666;}
  @media screen and (max-width:1400px){
    .contact .img img {max-width:80%;}
    .contact .left .box{width:80%;text-indent: 0;padding-left: 80px;height: auto;}
    .contact .left .box h3 {padding-top:0;}
  }
  @media screen and (max-width:960px){
    #contact .contact {flex-wrap:wrap;}
    .contact .left img {display:none;}
    .contact .left, .contact .img {width:100%;position: initial;box-sizing: border-box;}
    .contact .left .box {position:initial;margin: 0 auto;}
    .contact .img {width:80%;}
    .contact .img img {width:100%;margin: 0 auto;position: static;}
  }
  @media screen and (max-width:800px){
     #feedback {width:90%;}
  }
  @media screen and (max-width:768px){
      #form .nickname , #form .phone {width:100%; }
      #form label {padding-bottom:20px;}
      #feedback h3 {font-size:20px;}
      #feedback .intro {font-size:14px;}
      #feedback form {margin-top:15px;}
}

#Nofound {  width: 90%; margin: 20px 0;text-align: center; height: 300px;line-height: 300px;border: 1px solid #333; margin:0 auto;}
.result {width:1360px;padding:20px;height: 30px;line-height: 30px;margin:0 auto;}
.result span {color:#efa63d;}
#totalSearch {width: 900px;margin: 0 auto;position: relative;border: 1px solid #333;height: 40px;line-height: 40px;box-sizing: border-box;padding: 10px; margin-top:30px;}
#totalSearch input { width: 92%;position: absolute;right: 40px; left: 10px;border: none;outline: none;}
#totalSearch i {width: 38px; height: 38px;position: absolute;right: 0;top: 0;text-align: center;line-height: 38px;cursor: pointer;}
#totalSearch i:hover {color:#efa63d;}
@media screen and (max-width:1400px){
  .result {width:100%;height: 70px;box-sizing: border-box;}
}
@media screen and (max-width:960px){
    #totalSearch {width:90%; }
}

#jobscats{width:100%;height:60px;line-height:60px}
#jobscats ul{width:1310px;height:60px;margin:0 auto;overflow:hidden;text-align:center}
#jobscats ul li{height:60px;float:left;text-align:center;font-size:16px;color:#eee;margin:0 15px;}
#jobscats ul li a{color:#333;display:  block;padding: 0 15px; position:relative;}
#jobscats ul li:hover a , #jobscats ul li a.actor{color:#efa63d}
#jobscats ul li:hover {border-bottom:3px solid #efa63d; box-sizing:border-box;}
#jobscats ul li a.actor::after {position:absolute; left:0; bottom:0; height:3px; background:#efa63d; content:''; width:100%;}
@media screen and (max-width:1350px){.job{width:96%}
.jobContent dl{width:96%}
}

#job{width:100%;height:auto;background:#efefef;padding:35px 0}
.job{width:1310px;overflow:hidden;margin:0 auto; display:flex; justify-content:space-between;}
.job .container{width: 100%;float:left;box-sizing:border-box;padding:0 20px 20px 20px;background:#fff;margin-right: 25px;flex: 1;}
.job .container h3{line-height:60px;font-size:20px;border-bottom:1px solid #eee;position:relative;text-indent:15px;margin-bottom:15px;font-weight:400}
.job .container h3::after{content:'';position:absolute;left:0;bottom:0;width:124px;height:3px;background:#efa63d}
.jobSearch {padding-bottom:25px;}
.jobSearch .jobContent{width:1360px; margin:0 auto;  margin-bottom:20px;}
.jobContent{width:100%;height:auto;background:#fff}
.jobContent .title{padding-top:12px;border-bottom:1px solid #eee;overflow:hidden}
.jobContent .desc{padding:20px 20px 40px 20px}
.jobContent .title a{font-size:18px;line-height: 32px;color:#333;font-weight:400;height:32px;overflow:hidden;}
.jobContent .title a:hover{color:#efa63d}
.jobContent .title .setting{height:54px;color:#999;font-size:12px;line-height:54px;padding: 0;}
 .jobContent .title .setting li{ /*float:left; */ display:inline-block;} 
.jobContent .title .setting li i{padding-right:8px}
.jobContent dl{width:78%;margin:0 auto;padding:45px 0 35px 0}
.jobContent dl dt{font-size:20px;line-height:32px;font-weight:400;position:relative;text-indent:20px;margin-bottom:16px}
.jobContent dl dt::after{position:absolute;left:0;top:6px;width:10px;height:20px;background:#efa63d;content:''}
.jobContent dl dd{font-size:16px;color:#666;line-height:30px;position:relative;padding-left:18px}
.jobContent dl dd::after{content:'';position:absolute;top:14px;left:0;width:6px;height:6px;text-align:center;line-height:30px;border-radius:50%;background:#666}
#jobscats{width:100%;height:60px;line-height:60px}
#jobscats ul{width:1310px;height:60px;margin:0 auto;overflow:hidden;text-align:center}
#jobscats ul li{height:60px;float:left;text-align:center;font-size:16px;color:#eee;margin:0 15px;}
#jobscats ul li a{color:#333;display:  block;padding: 0 15px; position:relative;}
#jobscats ul li:hover a , #jobscats ul li a.actor{color:#efa63d}
#jobscats ul li:hover {border-bottom:3px solid #efa63d; box-sizing:border-box;}
#jobscats ul li a.actor::after {position:absolute; left:0; bottom:0; height:3px; background:#efa63d; content:''; width:100%;}
@media screen and (max-width:1360px){
    .job{width:96%}
    .jobContent dl{width:96%}
    .jobSearch .jobContent {width:90%;}
}
@media screen and (max-width:768px){
    .job{width:100%;flex-wrap: wrap;}
    .job .container {margin:0; margin-bottom:25px;}
    .jobSearch .jobContent {width:96%;}
}

#download{width:100%;height:auto;background:#efefef;padding:35px 0;}
.download{width:1310px;height:auto;margin:0 auto;display:flex;justify-content:space-between;align-items: flex-start;}
.download .container{width: 100%;height:auto;box-sizing:border-box;padding:0 20px;background:#fff;position:relative;flex: 1;margin-right: 25px;padding-bottom: 20px;}
.download .slidebar{width: 340px;height:auto;box-sizing:border-box;padding:0 20px;background:#fff;}
.download h4{font-size:18px;line-height:32px;color:#333;padding:14px 0 10px 0;border-bottom:1px solid #eee;position:relative;text-indent:18px;font-weight:400;margin-bottom: 20px;}
.download h4::after{content:'';position:absolute;bottom:0;left:0;width:100px;height:2px;background:#efa63d}
.download dl,.help dl,.video dl{width:auto;position:absolute;top:30px;right:20px}
.download dl a,.help dl a,.video dl a{float:left;padding:0 10px;font-size:14px;color:#555;border-right:1px solid #ccc;line-height:1}
.download dl a:last-child,.help dl a:last-child,.video dl a:last-child{border:none}
.download dl a:hover,.help dl a:hover,.video dl a:hover , .download dl a.actor,.help dl a.actor,.video dl a.actor{color:#efa63d}
.download .container ul{width:100%;height:auto;padding-top:25px;padding-bottom:50px;overflow:hidden}
.download .container ul li{width:23%;height:auto;overflow:hidden;float:left;margin-right:20px;margin-bottom:35px}
.download .container ul li:nth-child(4n){margin-right:0}
.download .container li .img{width:100%;height:auto;overflow:hidden;border:1px solid #e5e5e5;box-sizing:border-box;padding:9px}
.download .container li img{width:100%;height:auto;box-sizing:border-box}
.download .container li h5{font-size:16px;line-height:32px;color:#333;padding-top:5px;font-weight:400;height:32px;overflow:hidden}
.download .container li .desc{font-size:14px;line-height:24px;color:#999}
.download .container li .setting{font-size:14px;color:#c9c9c9;font-size:14px;line-height:24px}
.download .container li .setting span{padding-left:8px}
.download .container li h5 a{box-sizing:border-box;padding:0 5px;color:#333;font-size:16px}
.download .container li h5 a:hover{color:#efa63d}
.download .container li #down{display:block;width:98px;height:32px;text-align:center;line-height:32px;color:#fff;font-size:14px;background:#efa63d;margin:0 auto;margin-top:14px}

@media screen and (max-width:1350px){
    .download {width:96%; margin:0 auto;}
}
@media screen and (max-width:960px){
    .download .slidebar {width:280px;}
}
@media screen and (max-width:768px){
    .download {width:100%; flex-wrap:wrap;}
    .download .container {margin:0; margin-bottom:25px;}
    .download .slidebar {width:100%;}
}

ul.search{width:1310px;height:auto;padding-top:25px;padding-bottom:50px;overflow:hidden}
ul.search li{width:208px;height:auto;overflow:hidden;float:left;margin-right:20px;margin-bottom:35px}
ul.search li:nth-child(4n){margin-right:0}
ul.search li .img{width:100%;height:auto;overflow:hidden;border:1px solid #e5e5e5;box-sizing:border-box;padding:9px}
ul.search li img{width:100%;height:auto;box-sizing:border-box}
ul.search li h5{font-size:16px;line-height:32px;color:#333;padding-top:5px;font-weight:400;height:32px;overflow:hidden}
ul.search li .desc{font-size:14px;line-height:24px;color:#999}
ul.search li .setting{font-size:14px;color:#c9c9c9;font-size:14px;line-height:24px}
ul.search li .setting span{padding-left:8px}
ul.search li h5 a{box-sizing:border-box;padding:0 5px;color:#333;font-size:16px}
ul.search li h5 a:hover{color:#efa63d}
ul.search li #down{display:block;width:98px;height:32px;text-align:center;line-height:32px;color:#fff;font-size:14px;background:#efa63d;margin:0 auto;margin-top:14px}
@media screen and (max-width:1350px){
    ul.search {width:90%; margin:0 auto;}
}
@media screen and (max-width:768px){
  ul.search {width:96%;margin:0 auto;display: flex;justify-content: space-between;}
  ul.search li {width: 48%;margin-right: 0;}
}

#breadCrumbs{width:100%;background:#dedede;}
.breadCrumbs{width:1310px;line-height: 20px;padding:20px 0;margin:0 auto;}
.breadCrumbs .breadcrumb-item{color:#333;line-height:20px;font-size:14px;height:20px;display: inline-block;/* float:left; */position:relative;padding-right:24px;margin-right:16px;}
.breadcrumb-item:hover{cursor:pointer;color:#efa63d;transition:all .3s}
.breadcrumb-item:hover .breadcrumb-ul{display:block}
.breadcrumb-item::after{content:'/';position:absolute;right:0;top:0}
.breadcrumb-item:last-child::after{display:none}
.breadcrumb-item i.icon-home1{padding-right:10px}
.breadcrumb-item ul{display:none}
@media screen and (max-width:1350px){
    .breadCrumbs{width:96%}
}
@media screen and (max-width:768px){
    .breadCrumbs {padding:10px 0;}
    .breadCrumbs .breadcrumb-item {padding-right:15px;}
}

#jobsDetails,#newsDetails{width:100%;height:auto;background:#efefef}
#videoDetails{width:100%;height:auto;background:#fff}

.newsDetails .slidebar{width: 340px;background:#fff;padding:0 16px;box-sizing:border-box;}
.videoDetails .details{margin-top:25px;display:flex;display:-webkit-flex;justify-content:space-between;align-items:flex-start}
.videoDetails .details .video{width: 100%;margin-right: 20px;flex: 1;}
.videoDetails .details .video video{width:100%;height:auto;margin-bottom: 20px;}
.videoDetails .details .slidebar{background:#fafafa;box-shadow:0 0 10px #ccc}
.videoDetails .details .slidebar h5{font-size:18px;font-weight:400;line-height:62px;border-bottom:1px solid #eee}
.videoDetails .details .slidebar article{padding-top:18px;padding-bottom:25px;font-size:14px;line-height:24px;color:#888; min-height: 415px;}
@media screen and (max-width:1200px){
  .videoDetails .details {flex-wrap:wrap;padding-bottom:20px;}
  .videoDetails .details .video {margin:0;}
  .videoDetails .details .slidebar {width: 100%;}

}

.jobsDetails,.newsDetails{width:1310px;height:auto;padding:30px 0;display:flex;display:-webkit-flex;justify-content:space-between;margin:0 auto;overflow:hidden;align-items:  flex-start;}
.newsDetails .container{background:#fff;box-sizing:border-box;padding:0 20px;margin-right: 30px;flex: 1;}
.jobsDetails .container{width:100%;background:#fff;box-sizing:border-box;padding:0 20px 40px 20px;float:left}
.jobsDetails .container .title{font-size:24px;line-height:82px}
.jobsDetails .setting{border-bottom:1px solid #eee}
.jobsDetails article{padding-top:20px}
.videoDetails .container{width:100%}
.newsDetails .title{overflow:hidden;border-bottom:1px solid #eee;position:relative}
.videoDetails .title{border-bottom:none}
.newsDetails .title h4{padding-top:18px;font-size:30px;font-weight:400;line-height: 1.3;padding-bottom: 18px;padding-left: 0;text-indent: 0;}
.newsDetails .title a#down{width:148px;height:38px;background:#efa63d;text-align:center;line-height:38px;position:absolute;bottom: 5px;right:0;color:#fff;border-radius:5px;transition:all .5s;}
.newsDetails .title a#down:hover{background:#efa63d;box-shadow:0 0 10px #eee;transition:all .5s}
.setting{height:16px;line-height:16px;padding-bottom:15px;font-size:14px;color:#999}
.setting li{float:left;overflow:hidden;margin: 0 10px;}
.setting i{padding-right:8px}
.newsDetails article{padding:20px 0 40px 0}
@media screen and (max-width:1350px){
    .jobsDetails,.newsDetails {width:90%;}
}
@media screen and (max-width:960px){
    .jobsDetails, .newsDetails {width:96%;}
    .newsDetails .container {margin-right:20px;}
    .contact .honorAA img{ width: 90%; display: inline-block; margin: 4px 8px;}
    #jobsList .jobsList, #newsList .newsList, #proList .proList{ flex-wrap: wrap;}
    #jobsList .container, #newsList .container, #proList .container{ width: 100%;}
    #jobsList .slidebar, #newsList .slidebar, #proList .slidebar{ width: 100%; margin-top: 10px;}
    .newsLists>li{ flex-wrap: wrap;}
    .newsLists>li>a{ display: block; width: 100%; }
    .header_r a{ font-size: 12px;}
    
    .jobsDetails, .newsDetails{ padding: 0;}
}
@media screen and (max-width:768px){.contact{width:96%}
    .contact .img{width:100%;margin-bottom:20px}
    .contactContent{width:100%}
    .jobsDetails, .newsDetails {flex-wrap:wrap;width: 100%;}
    .newsDetails .container {width:100%;margin-right:  0;margin-bottom: 20px;padding: 0 12px;}
    .newsDetails .title h4 {font-size:18px}
    .newsDetails .title a#down {position: initial;display: block;margin:0 auto;margin-bottom: 20px;}
}

.slidebar {width: 340px;background:#fff;padding:0 16px;box-sizing:border-box;}
.slidebar .search{width:100%;height:auto;position:relative;padding-top:20px}
.slidebar input{width:100%;height:34px;line-height:34px;border:1px solid #eee;border-radius:17px;box-sizing:border-box;outline:0;padding:0 20px}
.slidebar input:focus{border-color:#333;color:#efa63d}
.slidebar .search i{position:absolute;right:30px;top:24px}
.slidebar h3{font-size:18px;line-height:48px;font-weight:400;padding-top:20px;position:relative;padding-left:12px}
.slidebar h3::after{content:'';left:0;top: 35px;width:4px;height:20px;background:#efa63d;position:absolute;}
.slidebar li a{display:block;width:100%;font-size:14px;color:#666;}
.slidebar li a img{width:100%;height:auto}
.slidebar li a p{line-height:3}
.slidebar a{width:100%;border:none;box-shadow:0 0 0;text-align:left;line-height:1.5;font-size:14px;padding:12px 0;border-bottom:1px solid #eee;margin:0;display:block;color:#333}
.slidebar a:hover{box-shadow:0 0 0}
.slidebar a:hover{color:#efa63d;transition:none;transform:none}
.slidebar .img{width:100%;height:auto;overflow:hidden;padding:22px 0;margin-bottom:6px}
.slidebar .img img{width:100%;height:auto}
@media screen and (max-width:960px){
    .slidebar {width:280px;}
}
@media screen and (max-width:768px){
    .slidebar {width:100%;}
}

#Notice{width:100%;height:auto;background:#efefef;padding-bottom:35px}
.Notice{width:1310px;height:auto;overflow:hidden;margin:0 auto;padding-top:35px;display:flex;flex-wrap:nowrap;justify-content:space-between}
.Notice .container{width:100%;height:auto;box-sizing:border-box;padding:0 20px 20px 20px;background:#fff}
.container .title{font-size: 20px;line-height:3;text-indent:15px;position:relative;margin-bottom: 20px;border-bottom: 1px solid #ddd;}
#Notice .container .title::after{position:absolute;left:0;bottom:0;width:110px;height:2px;background:#efa63d;content:''}
.Notice nav{width:100%;height:50px;line-height:50px;padding-top:6px;border-bottom:1px solid #eee}
.Notice nav a{font-size:16px;color:#333;line-height:50px;display:block;width:100px;text-align:center;float:left;position:relative}
.Notice nav a:hover{color:#efa63d;transition:all .3s}
.Notice nav a.actor{color:#efa63d}
.Notice nav a.actor::after{position:absolute;width:100px;height:2px;background:#efa63d;bottom:0;left:0;content:''}
.noticeLists>li{width:100%;height:auto;position:relative;padding:15px 0;display:flex;text-indent:15px;border-bottom:1px solid #eee;position:relative}
.noticeLists .newContent{padding-left:25px}
.newContent h3{font-size:22px;line-height:42px;font-weight:400}
.noticeLists a{display:block;overflow:hidden;color:#333}
.noticeLists a:hover{color:#efa63d}
.noticeLists>li a span{color:#ccc;position:absolute;right:0;padding-right:15px}
.noticeLists {padding-bottom:20px;}
@media screen and (min-width:960px) and (max-width:1350px){.Notice{width:90%}
}
@media screen and (max-width:960px){.Notice{width:96%;flex-wrap:wrap}
.Notice .container{width:100%;margin-bottom:20px}
.Notice .slidebar{width:100%;margin:0;margin-bottom:30px}
}

#video {width:100%; height: auto;}
#video .video {width:1400px; margin:0 auto; }
.video ul {display:flex;flex-wrap:wrap;justify-content: space-around;padding-top:30px;width: 1400px;margin: 0 auto;}
.video li {width:540px; height:auto; padding-bottom:12px;}
.video li .img {width:100%;height:300px;overflow:hidden;position: relative;}
.video li .img img {opacity: 0.8; width:100%; transition:all .4s ease;}
.video li .img a i{color:#fff;position:  absolute;left: 50%;top: 50%; font-size:26px;  width:58px; height:58px; border-radius:50%;
                    background:rgba(0,0,0,.5); text-align:center; line-height:58px; margin-left:-29px; margin-top:-29px;}
.video li .img:hover img{opacity:1; transition:all .4s ease;}
.video li .img:hover a i {transform:scale(1.4); background:#000; transition:all .4s ease;}
.video li .img:hover a i:hover {background:#efa63d;}
.video li .title {font-size:16px;line-height:26px;color:#666666;padding-top:14px;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.video li  .setting {display:flex; justify-content:space-between; font-size:16px; line-height:26px; color:#989898; padding-top:5px;}
.views i.iconfont{font-size: 20px; margin-right: 5px; vertical-align: middle;}
@media screen and (max-width:1440px){
    #video .video {width:90%; }
    .video ul {justify-content: center;width: 90%;}
    .video li {width:42%; margin:0 10px;}
    .video li .img {height:auto;}
    .video li .title {font-size:16px;}
}
@media screen and (max-width:768px){
    #video .video {width: 96%;}
    .video ul {justify-content: space-around;}
    .video li {width:46%; margin:0 ;}
    .video li .title {font-size:14px; line-height:20px;}
    .video li  .setting {display:none;}
}

.videoShow {width:950px;margin:0 auto;overflow: hidden;text-align: center;}
.videoShow h4 {text-align:center; font-size:30px; color:#333333; padding-top:25px;}
.videoShow .setting {font-size:14px; line-height:20px; color:#999999;text-align: center; padding-top:12px;}
.videoShow .setting  span {padding:0 10px;}
.videoShow .setting  a {color:#999999;}
.videoShow .setting  a:hover {color:#efa63d;}
.videoShow video {width: 100%;height: auto;background:#000;margin:0 auto;margin-top: 38px;}
.videoShow article {color:#666666;margin:0 auto;text-align: justify;width: 100%; padding:10px 0 85px 0;}
.videoShow article p {font-size:16px; line-height:26px;}

@media screen and (max-width:1000px){
    .videoShow {width:90%; }
}
@media screen and (max-width:768px){
    .videoShow {width:96%; }
    .videoShow h4 {font-size:20px;}
    .videoShow video {margin-top:20px; padding-bottom:40px;}
    .videoShow article p {font-size:14px; }
}

#location {width:1360px;margin:0 auto;padding: 22px 0;}
#location i {font-size:14px;}
#location span a {margin-right:5px;}
#location span a:hover {color:#efa63d;}
@media screen and (max-width:1400px){
  #location {width:100%;}
}


#news #location a , #news #location span , #news #location span i {color:#666666;}
#news #location a:hover {color:#efa63d;}
#news {width:100%; overflow:hidden; position:relative;}
#news .news {width:1360px; height:auto; margin:0 auto;  }
.news #content {width:100%;display:flex;padding-top: 55px;}
.news #content .cats {width:160px;margin-right: 70px;}
.news #content .right {width:100%;flex:1;}
.news #content .cats a {display:block; width:100%; height:34px; line-height:34px; background:#e6e6e6; border-radius:17px; text-align:center; margin-bottom:30px;}
.news #content .cats a.active , .news #content .cats a:hover{color:#fff; background:#85daea;}
.news #content .right ul li {display:flex; margin-bottom:50px;}
.news #content .right ul li .img {width:260px; height:170px; overflow:hidden; margin-right:45px; }
.news #content .right ul li .img img {transition:all .4s ease;}
.news #content .right ul li dl {width:100%; flex:1;}
.news #content .right .title {display:inline-block;font-size: 18px;height:32px;line-height:32px;overflow:hidden;}
.news #content .right .intro {color:#666666;line-height:28px;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.news #content .right .setting {display:flex;justify-content:space-between;padding-top: 55px;font-size: 12px;color: #999999;}
.news #content .right .setting a {color:#999999;}
.news #content .right .setting a:hover {color:#efa63d; font-size:16px; transition:all .4s ease;}
.news #content .right .title:hover {color:#efa63d;}
.news #content .right ul li .img {background:#333;}
.news #content .right ul li .img:hover img {transform:scale(1.1); transition:all .4s ease; opacity:0.5;}
@media screen and (max-width:1400px){
    #news .news {width:100%;}
    .news #content {width:90%; margin:0 auto;}
}
@media screen and (max-width:1200px){
    .news #content .cats {margin-right:40px;}
    
}
@media screen and (max-width:960px){
    .news #content .right ul li .img {width:200px;margin-right:20px;height: 130px;}
    .news #content .right .intro {font-size:14px; line-height:1.5;}
    .news #content .right .setting {padding-top: 30px;}
    .news #content .right ul li {margin-bottom:30px;}
    
}
@media screen and (max-width:768px){
    .news #content {padding-top:20px;}
    .news #content {flex-wrap:wrap;width: 96%;}
    .news #content .cats {width:100%;margin: 0;text-align: center;margin-bottom: 20px;}
    .news #content .cats a {width:auto;padding: 5px 15px;margin: 5px;display: inline-block;font-size: 14px;height: auto;line-height: 1.2;}
    .news #content .right ul li .img {width:150px; height:98px; margin-right:10px;}
    .news #content .right .title {font-size:14px; line-height:24px; height:24px;}
    .news #content .right .intro {font-size:12px;-webkit-line-clamp: 1;margin-top: 5px;}
    .news #content .right .setting {padding-top:20px;}
}


#newsShow {width:1360px; margin:0 auto;}
#newsShow .newsShow {width:100%; margin:20px 0;}
.newsShow h3 {text-align:center; font-size:24px; font-weight:normal; margin-bottom:20px;}
.newsShow article {font-size:16px; line-height:2; color:#000000; margin-bottom:60px;}
.newsShow article p {margin:15px 0;}
.newsShow article img {max-width:100%; height:auto;}
#change {display:flex;justify-content:space-between;margin-bottom: 10px;flex-wrap:wrap;}
#change a {color:#000000; margin:10px 0;}
#change a:hover {color:#efa63d;}

@media screen and (max-width:1400px){
    #newsShow {width:90%;}
}
@media screen and (max-width:768px){
    #newsShow {width:94%;}
    .newsShow h3 {font-size:18px; line-height:2;}
    #change a {font-size:14px;}
}


.productTop { width: 1400px; margin: 20px auto; padding-top:35px;position:relative;margin-bottom: 20px;}
.productTop h4 { font-size:22px; line-height:32px; color:#333; }
.productTop .intro {font-size:16px;color:#999999;line-height:20px;width:  50%;}
.productTop ul.cats {position:absolute;right:0;bottom: 15px;display:flex;line-height: 20px;}
.productTop ul li a {display:block; height:16px; line-height:16px; padding:0 12px; border-right:1px solid #999; color:#666;}
.productTop ul li:last-child a {border-right:none;}
.productTop ul li a:hover , .productTop ul li.active a {color:#efa63d;}

@media screen and (max-width:1440px){
    .productTop { width: 100%; box-sizing: border-box;padding: 12px 15px;}
}

@media screen and (max-width:768px){
    #product .product {width:96%;}
    .productTop { width: 100%; box-sizing: border-box;padding: 6px 10px;}
    .productTop h4 {text-align:center;font-size: 20px;}
    .productTop .intro {width:100%; text-align:center;}
    .productTop ul.cats {position:static;display:flex;justify-content:center;padding-top:20px;flex-wrap:  wrap;}
    .productTop ul.cats li {margin-bottom:5px;}
    .productTop {padding-top:30px; margin-bottom:20px;}
}


/* 搜索框 */
.search {width: 340px;border-bottom: 1px solid #999;height: 44px;box-sizing: border-box;padding: 18px 4px;position: relative; z-index: 2; float: right; margin-right: 200px;}
.search input {border:0;position: relative;width: 300px;font-size: 14px;padding-right: 8px;height: 23px;outline: none;}
.search i {font-size: 18px;}
.search input:focus + i {color:#47a4ef;}

@media screen and (max-width:768px){
    .search {width:100%;position:initial;margin-top: 15px;display: flex; display: -webkit-flex; margin-right: 0;}
    .search input {width:100%; flex:0 1 auto;}
}

/* 上下页 */
#change {display: flex; display: -webkit-flex; justify-content: space-between; align-items: center; align-content: flex-start; line-height: 28px;color:#333;font-size:16px;flex-wrap: wrap;
    padding-bottom: 45px; padding-top: 40px;}
#change a  {font-size: 14px;color:#666666; }
#change a:hover {color:#ae9a6c;}


footer{background: #f6f6f6;}
.boListMax{width: 33.3%;float: left;line-height:2;}
.boleft{padding: 20px 0px;}
@media (max-width: 768px) {
.boleft{display:none;}
}
.cust-bj img {max-width: 42px;}
/* .boListMax{padding: 0px 20px 50px 20px; margin: 20px 0px;}
.boListMax:nth-child(2){border-right: 1px solid #DDDDDD;}
.BoList a{position: relative;margin-bottom: 10px;display: block;}
.BoList a::after{    content: '';left: -15px; top: 6px; width: 4px; height: 20px; background: #D50D0D; position: absolute;} */
.footLuL li{line-height:2;}

.clear{border-right:1px solid #444444;}

.dianhuaMax{display: flex;    align-items: center;text-align: left;}
.footboxleft{display: flex;justify-content: flex-start;flex-wrap: wrap;width: 50%;color: #666;line-height: 2;}
.boRight{margin: 20px 0px 20px 0;padding: 0px 0px 50px 60px;}
@media (max-width: 768px) {
.footboxleft{width: 100%}
.boRight{margin:0 0;padding:0 0;}

}
.dianhuaHao{margin-left: 10px;}
.adressMax{margin-top: 40px;}
.adressMax p{line-height: 35px;}
.erweif{text-align: center;}

.fontbottm{border-top: 1px solid #444444;padding: 15px 0px; text-align: center;}



.footbox .footboxright {width: 50%;padding: 84px 0 0 60px;box-sizing: border-box;}
.footboxright .strtitle h2 {text-align: left;font-size: 28px;font-weight: bold;color: #666;}
.footboxright .strtitle p {text-align: left;margin-top: 12px;}

.emides {width: 100%;}
.wrapper{ width: 100%; margin: 0 auto; padding:0 10%; box-sizing: border-box; }
@media (max-width: 768px) {
.wapper{width:100%;}
}
.row{margin: 0px;}
.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    /*flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px*/
}
.font20White{font-size: 20px;color: #666;}
.ipadLinks{ padding: 20px 0px 10px 0px;}
.links {
    font-size: 14px;
    color: #666666;
    line-height: 35px;
    
} .links a{
    font-size: 14px;
    color: #666666;
}

 .links a {
    margin-left: 17px;
}
 .links a:hover,.record a:hover {
    color: #333333;
}

@media (min-width: 992px) {
    .col-lg-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    }
@media (min-width: 992px) {
    .col-lg-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    }

.font24white{font-size: 24px;color: #FFFFFF;}
.font16G88{ font-size: 16px;color: #888888;}
.font14Gray{font-size: 14px;color: #888888;}
.font24G44fine,.font20Black,.font20B,.font20White,.font20Gray,.font24GD5,.font20G44,.font20G0D,.font20GD5,.font18RedNew,.font18blackfine,.font18G44,.font18Whitefine,.font18G33fine,.font16GFFfine,.font16G44fine,.font14GCC{ font-family: Microsoft YaHei;font-weight: bold;}
.font14black{font-size: 14px;color: #666666;}
section.ad_banner img {width: 100%;}
@media screen and (max-width:768px){
section.ad_banner img {width: 100%;}
}

/* 产品内页 */
.productShowImg{ width: 100%; overflow: hidden; text-align: center;}
.productShowImg img{ max-width: 100%;}
.productDetailTop{padding-top: 30px;background: #ffffff;  display: flex; display:-webkit-flex; flex-direction:row; flex-wrap: wrap; justify-content:space-around;align-items:flex-start; align-content: flex-start;}
.productDetailTop .imgLeft{ width: 34%; }
.productDetailTop .imgLeft .bigImg{ width: 100%;max-height: 640px;/*padding-bottom: 100%; */}
.productDetailTop .imgLeft .bigImg .swiper-slide img{ width: 100%;}
.productDetailTop .imgLeft .smallImg { width: 102%; height: 0; padding-bottom: 28.5%; overflow: hidden; margin-top: 15px;}
.productDetailTop .imgLeft .smallImg .swiper-slide img{ width: 99%; box-sizing: border-box; border: 1px solid #aaa; cursor: pointer;}

.productDetailTop .contentRight{ width: 50%;}
.productDetailTop .contentRight h4{ font-size: 3rem; line-height: 2; margin-bottom: 10px; color: #222;}
.productDetailTop .contentRight div,.productDetailTop .contentRight p{ font-size: 1.8rem; color: #444; line-height: 3; margin-top: 4px;border-bottom: 1px #eee solid;padding-left: 20px;}
@media screen and (max-width:768px){
.productDetailTop .contentRight div,.productDetailTop .contentRight p{font-size: 1.2rem;}
}
p.spec1 {background: #000;color: #fff!important;border-radius: 10px;}
.contentBox{width: 100%;background: #ffffff;  display: flex; display:-webkit-flex; flex-direction:row; flex-wrap: wrap; justify-content:space-around;align-items:flex-start; align-content: flex-start;}
.contentBox .productDetailContent{ width: 100%; }
.productDetailContent{  margin-top: 80px; padding-bottom: 20px;}
.productDetailContent h5{ font-size: 2rem; color: #fff; margin-bottom: 30px;background: #e70137;padding-left: 20px;line-height: 2}
.productDetailContent article *{font-size: 1rem; color: #444; line-height: 1.8; margin-top: 4px; max-width: 100%; overflow: hidden; }
.contentBox .pro_recommend{ width: 20%; margin-top: 100px;}
/* .contentBox .pro_recommend div{ margin-bottom: 20px; border: 1px solid #ccc;} */
.contentBox .pro_recommend div img{ width: 100%; display: block; }
.contentBox .pro_recommend div p{ text-align: center; line-height: 2; font-size: 14px; color: #666; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.contentBox .pro_recommend div p:hover{ color: #333333;}

.contentBox .pro_recommend h5{ align-self:flex-start; width: 100%; margin-bottom: 20px; font-size: 16px; color:#555;}

@media screen and (max-width:800px){
    .productDetailTop{ justify-content: center; }
    .productDetailTop .imgLeft{ width: 98%; order: 1; }
    .productDetailTop .imgLeft .bigImg{ padding-bottom: 80%;}
    .productDetailTop .imgLeft .bigImg .swiper-slide{ text-align: center;}
    .productDetailTop .imgLeft .bigImg .swiper-slide img{ width: 100%;}
    .productDetailTop .imgLeft .smallImg { margin-bottom: 20px;}
    .productDetailTop .contentRight{ width: 98%; margin-top: 20px; order: 2;}
    .productDetailContent{  margin-top: 40px; padding-bottom: 10px;}
    .contentBox .productDetailContent{ width: 100%; }
    .newHome{ padding-top: 40px;}

    .contentBox .pro_recommend{ width: 100%; margin-top: 30px;  display: flex; display:-webkit-flex; flex-direction:row; flex-wrap: wrap; justify-content:space-between;align-items:flex-start; align-content: flex-start;}
    .contentBox .pro_recommend div{ width: 49%; margin-bottom: 20px;}  
}

/* 公共样式  */
.pagePad{ padding: 50px 0;}
.location{ padding: 8px; border-bottom: 1px solid #f0f0f0; color: #888; line-height: 25px; vertical-align: middle;    background: #fff;}
.location i.iconfont{ font-size: 18px; }
.location a{ display: inline-block; font-size: 14px; }
.location a:hover{ color: #333333;}
.pageMenu{ padding: 25px 0 15px 0; display: flex; display:-webkit-flex; flex-direction:row; flex-wrap: wrap; justify-content:flex-start;align-items:flex-start; align-content: flex-start; }
.pageMenu li{ margin-bottom: 8px; list-style: none;}
.pageMenu li a{ display: inline-block; padding: 8px 20px; font-size: 15px; color: #888;  border-bottom: 1px solid #333333; line-height: 1; margin: 0 8px;}
.pageMenu li a.active{ background-color: #333333; color: #fff; }
/* 产品tab */
.catsName{ margin: 25px 20px; display: flex; display:-webkit-flex; flex-direction:row; flex-wrap: wrap; justify-content:flex-start;align-items:flex-start; align-content: flex-start; }
.catsName dd{ margin-bottom:10px;}
.catsName dd a{ display: block; font-size: 1rem; line-height: 2.2; padding: 0 5px; margin-right: 10px; }
.catsName dd a:hover{color: #333333;}
.catsName dd.active a{ padding: 0px 26px; background-color: #333333; color: #fff;  }

@media screen and (max-width:768px){ 
    .pagePad{ padding: 30px 0;} 
    .pageMenu{ padding: 20px 0 10px 0;}
    .pageMenu li a{ padding: 8px 10px;}
}

.swiper-slide-visible{width: 20%!important;text-align: center;}
.picks {display: flex;flex-wrap: wrap;justify-content: center;}
@media screen and (max-width:768px){
.picks{width:100%}
justify-content: space-around;
}
.picks a:hover {background: #e53935;color: #fff;}
.picks p {text-align: center;line-height: 2;padding-bottom: 10px;}
.fadeInUp {margin: 0 5px;width: 24%;text-align: center;}
@media screen and (max-width:768px){ 
.fadeInUp{width: 46%;}
}
.Case.Picks h4{text-align: center;font-size: 3rem;margin: 50px 0;}
@media screen and (max-width:768px){ 
.Case.Picks h4{font-size: 2rem}
}
.Case.Picks img {padding:10px;}
@media screen and (max-width:768px){ 
.Case.Picks img{width:100%;padding:0 0;}
}
.workshop {width: 18%;margin:10px;background: #eee;}
@media screen and (max-width:768px){
.workshop{width: 44%;}
}
/* FAQ样式 */
.faq {margin: 50px 10px;}
.FAQ h4 {text-align: center;margin: 50px 0;font-size: 3rem;}
.ask {margin-bottom: 10px;padding-bottom: 10px;border-bottom: #eee 1px solid;}

/* 统一 Q/A 标签样式 */
 .tag {display: inline-flex;align-items: center; justify-content: center;width: 28px;height: 28px;color: #fff;font-weight: bold;margin-right: 10px;border-radius: 2px;}
.tag-q {background-color: #666;}
.tag-a {background-color: #e53935;}

#content{width:100%;height:auto;position:relative}
#product{width:1400px;height:auto;overflow:hidden;margin:0 auto;margin-bottom:75px;box-sizing:border-box;padding:0 15px;display:flex;align-items:flex-start}
 #product .left { width: 322px;margin-right: 30px;padding-top: 28px;}
.left {float: left;}
.left>h3{font-size: 2rem;line-height:2;font-weight:400;background: #e70137;color: #FFF; padding: 10px 0 10px 10px;margin: 10px 0}
.left p{font-size:14px;line-height:40px}
.left ul li{width:100%;line-height:40px;background:#eee;margin-bottom:1px;text-indent:20px}
.left ul li a.active1,.left ul li:hover a.lia{color:#fff;background:#e70137;transition: all 0.5s ease;}
.left ul li a.apro{color:#666;background:#f9f9f9}
.left ul li a.active2,.left ul li:hover a.apro:hover{color:#1468bb}
.left ul li a{display:block;transition: all 0.5s ease;}
.left dl{font-size:14px;}
.left dl dd{display:flex; line-height:22px; padding: 8px 0;}
.left dl dd span:first-child{padding-right:10px;white-space: nowrap;}
.right{width:100%;padding-top:28px;flex:1}
.location{line-height:40px;border-bottom:1px solid #e5e5e5;width:100%}
.location a{display: inline; font-size:14px;color:#1468bb}
.location a:hover{font-size:14px;color:#25459f}
@media screen and (max-width:1366px){
    
    #about,#feedback,#job,#news,#product{width:100%}
    #about, #feedback, #job, #news, #product{ width: 100%;}
}
@media screen and (max-width:1024px){#about,#feedback,#job,#news,#product{flex-wrap:wrap;flex-direction:column-reverse}
#about .left,#feedback .left,#job .left,#news .left,#product .left{width:100%;margin:0;padding:0 10px;box-sizing:border-box;}
.right{padding-top:0;box-sizing:border-box;padding:0 10px;border-bottom:20px;}
}
@media screen and (max-width:750px){#about,#feedback,#job,#news,#product{padding:0}
.location{line-height:22px; padding: 10px 0;}
.left dl{padding-bottom:20px}
}
.List{overflow:hidden}
.List li{width:32%;height:auto;overflow:hidden;border:1px solid #e5e5e5;margin:10px 10px 20px 0;float:left;transition:all .5s}
.List li:hover{transition:all .5s;transform:translateY(-10px);box-shadow:2px 2px 15px #ccc}
.List li a{display:block}
.List li .img{width:100%;height:260px;text-align:center;overflow:hidden; position: relative;}
.List li .img img{margin:0 auto; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%);}
.List li .title{text-align:center;color:#333;font-size:16px;line-height:48px;height:48px;padding:0 10px;}
@media screen and (max-width:1024px){.List{display:flex;flex-wrap:wrap;justify-content:center}
}
@media screen and (max-width:750px){.List{justify-content:space-between}
.List li{width:96%;margin:0;margin-bottom:12px}
.List li .img{width:100%; height:0; padding-bottom: 100%;}
.List li .title{font-size:14px;height:auto;line-height:3}
.List li:hover{transform:none}
}
section.ad_banner {margin: 50px 0;}
.footboxleft h3 {font-size: 24px;font-weight: bold;}
.footboxleft dl dd {color: #666;}

@media screen and (max-width:768px){
.news_content img {width: 100%;}
}

.brand span a {padding: 10px 20px;margin: 10px 20px;border: 1px #e70137 solid;border-radius: 5px;color: #e70137;}
.brand span a:hover{background:#e70137;color: #fff!important;}
.information_content ul li a {display: flex;flex-direction: row;align-items: center;gap: 40px;padding: 20px;width: 100%;box-sizing: border-box;text-decoration: none;background: #eee;}
.information_content ul li a:hover {background: #fff;}
.information_content ul li a:hover h1{color:#e70137}
.information_content li a:hover div span{color:#e70137}
.information_content li img {flex-shrink: 0;width: 405px;display: block;}
section.faq-cont {margin: 100px 0;}
.faq-container {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 60px;
            background: #f5f5f5;
            padding: 45px;
        }
        /* 左侧标题+图片区域 */
        .faq-left {
            display: flex;
            flex-direction: column;
            gap: 30px;
        }
        .faq-main-title {
            font-size: 36px;
            color: #222;
            font-weight: normal;
        }
        .faq-img-wrap img {
            width: 100%;
            display: block;
        }
        /* 右侧FAQ列表 */
        .faq-right-list {
            display: flex;
            flex-direction: column;
            justify-content: center;
            gap: 10px;
        }
        /* 单个问答模块 */
        .faq-item {
            width: 100%;
        }
        /* 问题标题栏 */
        .faq-question-bar {
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 22px 0;
            border-bottom: 1px solid #ddd;
            cursor: pointer;
        }
        .q-content {
            display: flex;
            align-items: center;
            gap: 16px;
            font-size: 14px;
            color: #222;
            font-weight: bold;
            word-break: keep-all;
        }
        .circle-icon {
            width: 36px;
            height: 36px;
            border-radius: 50%;
            background: #333;
            color: #fff;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 18px;
        }
        .toggle-btn {
            font-size: 24px;
            color: #888;
            transition: transform 0.25s ease;
        }
        /* 答案面板 默认隐藏 */
        .faq-answer-panel {
            background: #e2e2e2;
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.35s ease;
        }
        /* 展开激活态 */
        .faq-item.active .faq-answer-panel {
            max-height: 800px;
        }
        .faq-item.active .toggle-btn {
            transform: rotate(45deg);
        }
        .answer-inner {
            padding: 30px 20px;
            display: flex;
            align-items: flex-start;
            gap: 16px;
            font-size: 14px;
            line-height: 1.7;
            color: #222;
            word-break: break-word;
        }
        /* 移动端适配 */
        @media (max-width: 768px) {
            section.faq-cont {margin: 20px 0;}
            .faq-container {
                grid-template-columns: 1fr;padding: 20px 0;gap: 20px;
            }
            .q-content, .answer-inner {
                font-size: 14px;
            }
            .faq-main-title {
                font-size: 24px;
            }
                    .faq-item {
            width: 90%;
        }
        .circle-icon {margin-left: 20px;width: 24px;height: 24px;}
        .toggle-btn {display:none;}
        .faq-right-list {align-items: center;}
        }

/* 仅轮播图片显示放大光标 */
.thumb-img {
  cursor: zoom-in;
}

/* 黑色全屏遮罩 */
.img-mask {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.92);
  z-index: 9999;
  align-items: center;
  justify-content: center;
  padding: 30px 70px;
  box-sizing: border-box;
}
/* 遮罩内原图 */
.mask-origin-img {
  max-width: 100%;
  max-height: 86vh;
  object-fit: contain;
}
/* 关闭按钮 */
.mask-close {
  position: absolute;
  top: 20px;
  right: 30px;
  color: #fff;
  font-size: 46px;
  cursor: pointer;
  user-select: none;
}
/* 左右切换按钮 */
.switch-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: none;
  background: rgba(255,255,255,0.18);
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.prev-btn { left: 20px; }
.next-btn { right: 20px; }
.switch-btn:hover { background: rgba(255,255,255,0.35); }
/* 底部页码计数器 */
.img-counter {
  position: absolute;
  bottom: 32px;
  left: 50%;
  transform: translateX(-50%);
  color: #ffffff;
  font-size: 17px;
  letter-spacing: 1px;
}

 /* .top-row {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 36px;
      margin-bottom: 32px;
    }*/
  /* 外层section板块容器 */
    .about-section {
      padding: 40px 32px;
    }
    /* 统一宽度容器wrapper，上下板块共用，控制整体最大宽度 */
    /*.wrapper {
      max-width: 1500px;
      margin: 0 auto;
    }*/
    
 /* 独立标题样式（置顶整行） */
    .page-title {
      font-size: clamp(34px, 5vw, 54px);
      margin-bottom: 30px;
      font-weight: 500;
    }
    .title-black {
      color: #000000;
    }
    .title-red {
      color: #e61935;
    }
    
    /* 顶部左右两栏容器 */
    .top-row-inner {
      display: grid;
      grid-template-columns: 3fr 6fr;
      gap: 48px;
      /*margin-bottom: 32px;*/
    }
    /* 左上区块：标题+上段文字 */
    .top-left-box {
    }
    .page-title {
      font-size: clamp(34px, 5vw, 54px);
      margin-bottom: 30px;
      font-weight: 500;
    }
    .title-black {
      color: #000000;
    }
    .title-red {
      color: #e61935;
    }
    .top-text p {
      font-size: clamp(15px, 1.15vw, 17px);
      text-align: justify;
      line-height: 2;
    }
    /* 右上区块：视频播放器 */
    .top-right-box {
      width: 100%;
    }
    .video-wrap {
      width: 100%;
      display: block;
    }
    video {
      width: 100%;
      display: block;
      border-radius: 4px;
      object-fit: cover;
      background: #f5f5f5;
      max-height: 424px;
}
    /* ========== 底部通栏区块（整行宽度，共用wrapper宽度） ========== */
    .bottom-full-box p {
      font-size: clamp(15px, 1.15vw, 17px);
      /*margin-bottom: 20px;*/
      text-align: left;
      line-height: 2;
    }
    /* ========== 移动端适配：768px以下顶部两栏变上下堆叠 ========== */
    @media screen and (max-width: 768px) {
      .about-section {
        padding: 24px 16px;
      }
      .top-row-inner {
        grid-template-columns: 1fr;
        gap: 24px;
      }
      .page-title {
        margin-bottom: 20px;
      } 
      .bottom-full-box p.top-text p {
      line-height: 1.8;
      }
    }
    
    /* 展会板块外层section */
    .exhibition-section {
      padding: 60px 0px;
      background: #f7f7f7;
      overflow: hidden;
      width: 100%
    }
    /* 统一宽度容器，和About板块wrapper保持一致 */
    /*.wrapper {
      max-width: 1500px;
      margin: 0 auto;
    }*/

    /* 板块标题 */
    .section-title {
      text-align: center;
      font-size: clamp(32px, 5vw, 56px);
      font-weight: 400;
      color: #222;
      margin-bottom: 60px;
      letter-spacing: 4px;
    }

    /* 轮播容器 */
    .slider-container {
      width: 100%;
      overflow: hidden;
      perspective: 1200px;
      cursor: grab;
    }
    .slider-container:active {
      cursor: grabbing;
    }
    .slider-track {
      display: flex;
      gap: 24px;
      transform-style: preserve-3d;
      transition: transform 0.6s ease;
    }

    /* 单张照片卡片 折页样式 */
    .photo-card {
      flex: 0 0 320px;
      padding: 12px;
      background: #fff;
      box-shadow: 0 8px 16px rgba(0,0,0,0.08);
      transform-origin: center bottom;
      transition: all 0.4s ease;
      border-radius: 2px;
    }
    .photo-card img {
      width: 100%;
      height: 220px;
      object-fit: cover;
      display: block;
    }

    /* 中间激活图片放大、取消倾斜 */
    .photo-card.active {
      transform: scale(1.08) rotateY(0deg);
      z-index: 10;
    }
    .photo-card.left {
      transform: rotateY(22deg) scale(0.92);
    }
    .photo-card.right {
      transform: rotateY(-22deg) scale(0.92);
    }

    /* 移动端适配 */
    @media screen and (max-width: 768px) {
      .slider-container {
        perspective: none;
      }
      .photo-card {
        transform: rotateY(0) scale(1) !important;
        flex: 0 0 260px;
      }
      .photo-card.active {
        transform: scale(1) !important;
      }
      .section-title {
        margin-bottom: 30px;
      }
      .exhibition-section {
        padding: 40px 12px;
      }
    }
    
    
        /* 证书外层板块 */
    .cert-section {
      width: 100%;
      padding: 60px 20px;
    }
    /* 统一宽度wrapper，和About、Exhibition板块共用规格 */
    /*.wrapper {
      max-width: 1500px;
      margin: 0 auto;
    }*/
    /* 板块大标题 */
    .section-main-title {
      text-align: center;
      font-size: clamp(32px, 5vw, 56px);
      font-weight: 400;
      color: #222;
      margin-bottom: 60px;
      letter-spacing: 2px;
    }

    /* 证书网格容器 2行3列 */
    .cert-grid {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 30px;
    }

    /* 单张证书卡片 */
    .cert-card {
      display: flex;
      flex-direction: column;
      overflow: hidden;
      background: #f0f2f5;
      cursor: pointer;
    }
    /* 证书图片区域 */
    .cert-img-box {
      flex: 1;
      padding: 20px;
      display: flex;
      align-items: center;
      justify-content: center;
      max-height: 320px;
    }
    .cert-img-box img {
      max-width: 80%;
      max-height: 240px;
      object-fit: contain;
      display: block;
    }
    /* 底部标题栏 */
    .cert-label {
      width: 100%;
      padding: 16px;
      text-align: center;
      font-size: 18px;
      color: #333;
      background: #f3f3f3;
      transition: all 0.3s ease;
    }
    /* 悬浮变红效果 */
    .cert-card:hover .cert-label {
      background: #e61935;
      color: #fff;
    }

    /* 全屏预览遮罩 */
    .preview-mask {
      position: fixed;
      top: 0;
      left: 0;
      width: 100vw;
      height: 100vh;
      background: rgba(0,0,0,0.85);
      z-index: 9999;
      display: none;
      align-items: center;
      justify-content: center;
      padding: 30px;
    }
    /* 关闭按钮 */
    .mask-close {
      position: absolute;
      top: 30px;
      right: 40px;
      font-size: 40px;
      color: #fff;
      cursor: pointer;
      user-select: none;
    }
    /* 预览大图 */
    .preview-img {
      max-width: 90%;
      max-height: 90vh;
      object-fit: contain;
    }

    /* 移动端适配：单列布局 */
    @media screen and (max-width: 768px) {
      .cert-grid {
        grid-template-columns: 1fr;
      }
      .cert-section {
        padding: 40px 16px;
      }
      .section-main-title {
        margin-bottom: 30px;
      }
      .mask-close {
        right: 20px;
        font-size: 32px;
      }
    }
    
    .cert-img-box img, .cert-label {pointer-events: none!important;}
    
 /* ========== 第一板块：带背景大图 ODM/OEM 头部区域 ========== */
    .oem-top-section {
      width: 100%;
      padding: 100px 20px;
      background-image: url(http://img01.g3wei.com/AXTzbCYkYc.jpg); /* 替换你的背景图地址 */
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      position: relative;
    }
    /* 背景半透明遮罩，提亮文字可读性 */
    .oem-top-section::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: linear-gradient(90deg, #4f4f4f, transparent);
      z-index: 1;
    }
    .oem-top-section .wrapper {
      position: relative;
      z-index: 2;
    }
    .oem-title {
      font-size: clamp(36px, 6vw, 62px);
      color: #fff;
      font-weight: 400;
      margin-bottom: 24px;
    }
    .oem-desc {
      color: #eee;
      font-size: 17px;
      line-height: 1.8;
      max-width: 700px;
      margin-bottom: 40px;
    }
    .btn-group {
      display: flex;
      gap: 20px;
      flex-wrap: wrap;
    }
    .btn {
      padding: 14px 32px;
      font-size: 16px;
      border: none;
      cursor: pointer;
      border-radius: 2px;
      transition: 0.3s ease;
    }
    .btn-gray {
      background: #ddd;
      color: #222;
    }
    .btn-red {
      background: #e61935;
      color: #fff;
    }
    .btn:hover {
      opacity: 0.85;
    }

    /* ========== 第二板块：纯白底部文字区域 ========== */
    .oem-bottom-section {
      width: 100%;
      padding: 60px 20px;
      background: #ffffff;
    }
    .bottom-text-content {
      font-size: 17px;
      line-height: 1.8;
      color: #333;
    }

    /* ========== 询价弹窗全局样式 ========== */
    .form-mask {
      position: fixed;
      top: 0;
      left: 0;
      width: 100vw;
      height: 100vh;
      background: rgba(0,0,0,0.65);
      z-index: 99999;
      display: none;
      align-items: center;
      justify-content: center;
      padding: 20px;
    }
    .form-popup {
      background: #fff;
      width: 100%;
      max-width: 720px;
      padding: 40px;
      position: relative;
    }
    .close-popup {
      position: absolute;
      top: 20px;
      right: 20px;
      font-size: 26px;
      cursor: pointer;
      color: #333;
      user-select: none;
    }
    .form-title {
      font-size: 26px;
      margin-bottom: 12px;
      color: #222;
    }
    .form-subtitle {
      font-size: 16px;
      color: #444;
      margin-bottom: 30px;
      line-height: 1.6;
    }
    .input-row-two {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 16px;
      margin-bottom: 16px;
    }
    input, textarea {
      width: 100%;
      padding: 12px 14px;
      border: 1px solid #ccc;
      font-size: 15px;
      outline: none;
    }
    input:focus, textarea:focus {
      border-color: #e61935;
    }
    textarea {
      min-height: 120px;
      resize: vertical;
      margin-bottom: 24px;
    }
    .form-bottom {
      display: flex;
      align-items: center;
      gap: 24px;
      flex-wrap: wrap;
    }
    .submit-btn {
      padding: 14px 40px;
      background: #e61935;
      color: #fff;
      border: none;
      font-size: 16px;
      cursor: pointer;
    }
    .mail-text a {
      color: #222;
      font-size: 16px;
    }

    /* ========== 移动端适配 ========== */
    @media screen and (max-width: 768px) {
      .oem-top-section {
        padding: 60px 16px;
      }
      .oem-bottom-section {
        padding: 40px 16px;
      }
      .input-row-two {
        grid-template-columns: 1fr;
      }
      .form-popup {
        padding: 28px 20px;
      }
      .form-title {
        font-size: 22px;
      }
      .btn-group {
        flex-direction: column;
      }
      .btn {
        width: 100%;
      }
    }
    
  .swiper-slide p {text-align: center;line-height: 2;padding-bottom: 10px;
}
/* 顶部文字区域 */
        .intro-text {
            margin-bottom: 40px;
        }
        .main-title {
            font-size: 48px;
            font-weight: 600;
            color: #111111;
            line-height: 1.2;
            margin-bottom: 24px;
        }
        .desc-text {
            font-size: 22px;
            color: #333333;
            line-height: 1.7;
            max-width: 1600px;
        }
        .desc-text p {
            margin-bottom: 16px;
        }