﻿

/*Reset css*/
/* 清除内外边距 */
body,h1,h2,h3,h4,h5,h6,div,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,form,fieldset,legend,button,input,textarea,th,td,figure{margin:0;padding:0;}
/* 设置默认字体 */
body,h1,h2,h3,h4,h5,h6,button,input,select,textarea,code,kbd,pre,samp,tt,small,address,cite,dfn,em,var{font: normal 14px/1 '微软雅黑';}
/* 重置列表元素 */
ul,ol,li,dl,dt,dd{ list-style: none; }
ul:after{ content: ''; clear: both; display: block; }
/* 重置文本格式元素 */
a{ color: #0d0d0d; text-decoration: none; transition-duration: 1s; }
a:hover,a:focus{ color: #e94709; text-decoration: none; transition-duration: 1s; }
q:before,q:after{ content: ''; }
sup{ vertical-align: super; }
sub{ vertical-align: sub; }
/* 重置图片元素 */
img{ display: block; max-width: 100%; border: 0; }
.content:after{ content: ''; clear: both; display: block; }
.content img{ display: inline-block; }
button{ cursor: pointer; }
/* 重置表格元素 */
table{border-collapse:collapse;border-spacing:0;margin:10px 0;display:table;width:100%!important;}
table td,table th{padding:10px;border:1px solid #ddd;color:#333;vertical-align:middle;word-break:normal!important;width:1%!important;}
/* 清除浮动 */
.cl,.clear{display:block;float:none;clear:both;overflow:hidden;visibility:hidden;width:0;height:0;background:0;border:0;font-size:0;}
/*end Reset css*/

/*web*/
html,body{width: 100%;height: 100%;font-family: '微软雅黑';font-size: 14px;background: #fff;}
::-webkit-input-placeholder{opacity: 1;}::-moz-placeholder{opacity: 1;}:-ms-input-placeholder{opacity: 1;}
@media(min-width: 1200px){.container{width: 1200px;padding: 0;}}
.fl{float: left;}
.fr{float: right;}
.mobileweb{display: none;}
.wow{visibility: visible!important;}
/*end web*/

/*分页*/
.met_pager{font-family:'Arial';text-align:center;padding:50px 0;}
.met_pager a,.met_pager span{background:#333;color:#fff;width:30px;height:30px;line-height:30px;margin:3px;display:inline-block;}
.met_pager a:hover,.met_pager a.Ahover{background:#e94709;}
.met_pager a.firstPage,.met_pager a.lastPage{width:40px;font-weight:bold;}
.met_pager .PreSpan,.met_pager .NextSpan,.met_pager a.PreA,.met_pager a.NextA{width:50px;font-size: 0;}
.met_pager .PreSpan:before,.met_pager a.PreA:before{content:'◀';font-size:14px;}
.met_pager .NextSpan:before,.met_pager a.NextA:before{content:'▶';font-size:14px;}
.met_pager .PageText,.met_pager #metPageT,.met_pager #metPageB{display:none}
/*end 分页*/

/*二维码显示*/
.pro2wm{display:inline-block;position:relative;cursor:pointer;}
.pro2wm:before{opacity:0;content:'';border-top:8px solid transparent;border-right:8px solid #fff;border-bottom:8px solid transparent;position:absolute;top:7px;right:-14px;z-index:1001;transition-duration:1s;}
.pro2wm:after{opacity:0;content:'';width:5px;height:10px;box-shadow:-3px 0 10px rgba(0, 0, 0, .2);position:absolute;top:10px;right:-14px;z-index:1000;transition-duration:1s;}
.pro2wm:hover:before,.pro2wm:hover:after{opacity:1;}
.pro2wm .wxewm{opacity:0;width:0;max-width:none;height:120px;padding:5px 0;background:#fff;box-shadow:0 0 10px rgba(0, 0, 0, .2);border-radius:5px;position:absolute;left:60px;bottom:-45px;z-index:999;transition-duration:1s;}
.pro2wm:hover .wxewm{opacity:1;width:120px;padding:5px;}
/*end 二维码显示*/

/*css3*/
/* Grow */
.grow{
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    transition-property: transform;
    transition: all .8s ease;
}
a:hover .grow{
    transform: scale(1.08);
}
/* float-shadow */
.float-shadow{
    display: block;
    position: relative;
    transition-property: transform;
    transition-duration: .5s;
}
.float-shadow:before{
    content: '';
    width: 90%;
    height: 10px;
    pointer-events: none;
    position: absolute;
    z-index: -1;
    top: 100%;
    left: 5%;
    opacity: 0;
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, .1) 0%,rgba(0, 0, 0, 0) 80%);
    transition-property: transform;
    transition-duration: .5s;
}
.float-shadow:hover{
    transform: translateY(-5px);
}
.float-shadow:hover:before{
    opacity: 1;
    transform: translateY(5px);
}
/*显示隐藏时间*/
.fadeIn{
    -webkit-animation-name: fadeIn; /*动画名称*/
    -webkit-animation-duration: 1.5s; /*动画持续时间*/
    -webkit-animation-iteration-count: 1; /*动画次数*/
    -webkit-animation-delay: 0s; /*延迟时间*/
}
@-webkit-keyframes fadeIn{
    0% {
        opacity: 0;
    }
    20% {
        opacity: .2;
    }
    50% {
        opacity: .5;
    }
    70% {
        opacity: .7;
    }
    100% {
        opacity: 1;
    }
}
/*end css3*/



/*header*/
#header{
    width: 100%;
    position: fixed;
    z-index: 10000;
    top: 0;
}
#header .headerbj{
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
#header .headerbj .container-fluid{
    padding: 0;
}
#header .headerbj .headpin{
    height: 90px;
    padding: 10px 40px;
    background: #dc0000;
}
#header .headerbj .headpin img{
    height: 100%;
}
#header .headerbj .headlogo{
    height: 90px;
    padding: 10px 0 10px 30px;
}
#header .headerbj .headlogo img{
    height: 100%;
}
#header .headerbj .headlang{
    line-height: 30px;
    padding-left: 20px;
    margin: 30px 100px 30px 0;
}
#header .headerbj .headsearch{
    font-size: 20px;
    line-height: 30px;
    border-right: 1px solid #ededed;
    padding-right: 20px;
    margin: 30px 0;
    cursor: pointer;
}
#header .headersearch{
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .8);
    position: fixed;
    z-index: 10000;
    top: 0;
    left: 0;
}
#header .headersearch.show{
    display: block;
}
#header .headersearch .proclose{
    cursor: pointer;
    position: absolute;
    top: 10%;
    right: 5%;
}
#header .headersearch form{
    width: 800px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
#header .headersearch form .input-text{
    width: 700px;
    height: 50px;
    padding: 0 20px;
    background: #fff;
    outline: 0;
    border: 0;
}
#header .headersearch form .input-submit{
    width: 100px;
    height: 50px;
    color: #fff;
    font-size: 20px;
    background: #e94709;
    outline: 0;
    border: 0;
}
#header .headerbj .headnav{
    display: block;
}
#header .headerbj .headnav > ul > li{
    margin-right: 80px;
}
#header .headerbj .headnav > ul > li .overflow{
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    margin: 20px 0;
    position: relative;
}
#header .headerbj .headnav > ul > li .overflow a{
    display: block;
    color: #000;
    font-size: 18px;
    position: relative;
    top: -50px;
    transition-duration: 1s;
}
#header .headerbj .headnav > ul > li.hover .overflow a,
#header .headerbj .headnav > ul > li:hover .overflow a{
    color: #e94709;
    top: 0;
}
#header .headerbj .headnav > ul > li .headnavlist{
    width: 100%;
    background: rgba(255, 255, 255, .95);
    box-shadow: 0 0 2px rgba(0, 0, 0, .1);
    max-height: 0;
    overflow: hidden;
    position: absolute;
    left: 0;
    transition-duration: 1s;
}
#header .headerbj .headnav > ul > li:hover .headnavlist{
    max-height: 300px;
}
#header .headerbj .headnav > ul > li .headnavlist ul{
    max-width: 1200px;
    margin: auto;
    padding: 15px 30px;
    text-align: right;
}
#header .headerbj .headnav > ul > li .headnavlist ul > li{
    display: inline-block;
    margin: 15px 0 15px 70px;
}
#header .headerbj .headnav > ul > li .headnavlist ul > li:nth-child(1){
    margin-left: 0;
}
#header .headerbj .headnav > ul > li .headnavlist ul > li a{
    display: block;
    color: #000;
    font-size: 18px;
    line-height: 38px;
    border-bottom: 2px solid transparent;
}
#header .headerbj .headnav > ul > li .headnavlist ul > li a.hover,
#header .headerbj .headnav > ul > li .headnavlist ul > li a:hover{
    color: #e94709;
    border-bottom: 2px solid #e94709;
}
/*banner*/
#mcbanner{
    padding-top: 90px;
    overflow: hidden;
}
/*indexbanner*/
.indexbanner .swiper-pagination .swiper-pagination-bullet{
    width: 15px;
    height: 15px;
    margin: 0 10px 10px;
    background: rgba(255, 255, 255, .5);
    opacity: 1;
}
.indexbanner .swiper-pagination .swiper-pagination-bullet-active{
    background: transparent;
    border: 2px solid #fff;
}
.indexbanner .swiper-button-prev,
.indexbanner .swiper-button-next{
    width: 50px;
    height: 50px;
    color: #fff;
    font: 25px/50px '宋体';
    text-align: center;
    background: rgba(0, 0, 0, .2);
    border-radius: 100%;
}
.indexbanner .swiper-button-prev{
    left: 5%;
}
.indexbanner .swiper-button-next{
    right: 5%;
}
/*otherbanner*/
.otherbanner img{
    width: 100%;
}
/*header*/

/*index*/
.more{
    display: inline-block;
    padding: 15px 30px;
    color: #000;
    font-size: 16px;
    border: 1px solid #bbb;
    border-radius: 50px;
    overflow: hidden;
    position: relative;
    transition-duration: 1s;
}
.more:hover,
a:hover .more{
    color: #fff !important;
    border: 1px solid #e94709;
}
.more:before{
    content: '';
    width: 180%;
    height: 100%;
    background: #e94709;
    transform: skew(-30deg);
    position: absolute;
    top: 0;
    left: -200%;
    transition-duration: 1s;
}
.more:hover:before,
a:hover .more:before{
    left: -40%;
}
.more p{
    position: relative;
    z-index: 1;
}

#main{
    position: relative;
    z-index: 2;
}

.inabout{
    background: #f6f6f6;
    padding: 100px 0 130px;
}
.inabout .inaboutfl{
    width: 600px;
}
.inabout .inaboutfl .title1{
    color: #000;
    font-size: 45px;
    font-weight: bold;
}
.inabout .inaboutfl .title2{
    color: #e94709;
    font-size: 30px;
    font-weight: bold;
    margin: 15px 0 30px;
}
.inabout .inaboutfl .indesc{
    color: #757575;
    font-size: 15px;
    line-height: 33px;
    margin-bottom: 50px;
}
.inabout .inaboutfl .more{
    padding: 15px 50px;
    border-radius: 0;
}
.inabout .countup{
    width: 330px;
    background: #4d5666;
    position: relative;
}
.inabout .countup:before{
    content: '';
    width: 300%;
    height: calc(100% + 300px);
    background: #4d5666;
    position: absolute;
    z-index: 1;
    top: -100px;
    left: -100px;
}
.inabout .countup ul{
    position: relative;
    z-index: 2;
}
.inabout .countup ul li{
    padding-bottom: 60px;
}
.inabout .countup ul li .shuzi{
    color: #f6f6f6;
    font-size: 55px;
    font-weight: bold;
    position: relative;
}
.inabout .countup ul li .shuzi sup{
    font-size: 30px;
    position: absolute;
    top: 12px;
    margin-left: -2px;
}
.inabout .countup ul li .shuzi sub{
    font-size: 20px;
    font-weight: normal;
    position: absolute;
    bottom: 15px;
    margin-left: 20px;
}
.inabout .countup ul li .countupname{
    color: #bdbdbd;
    font-size: 16px;
    padding-top: 10px;
}
.inabout .container{
    position: relative;
}
.inabout .inaboutimg{
    border: 5px solid rgba(255, 255, 255, .3);
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    border-radius: 5px;
    position: absolute;
    z-index: 3;
    left: 0;
    bottom: -404px;
}
.inpro{
    padding: 330px 0 30px;
    overflow: hidden;
}
.inpro .inprofl .title1{
    color: #5f5f5f;
    font-size: 20px;
    padding-bottom: 20px;
}
.inpro .inprofl .title2{
    color: #232323;
    font-size: 40px;
    font-weight: bold;
}
.inpro .inprofr{
    width: 50%;
    color: #3c3c3c;
    font-size: 17px;
    line-height: 30px;
    padding-top: 20px;
}
.inpro ul li{
    width: 48.5%;
    margin: 50px 3% 0 0;
}
.inpro ul li:nth-child(2n){
    margin-right: 0;
}
.inpro ul li a{
    display: block;
}
.inpro ul li a .imgurl{
    border: 1px solid #f1f1f1;
    overflow: hidden;
}
.inpro ul li a .title{
    color: #232323;
    font-size: 30px;
    line-height: 100px;
    text-align: center;
    height: 100px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.inpro ul li a:hover .title{
    color: #e94709;
}
.incase{
    background: url(../image/incasebj.jpg) fixed center / cover no-repeat;
    text-align: center;
    padding: 100px 0;
    overflow: hidden;
}
.incase .title1{
    color: #fff;
    font-size: 45px;
}
.incase .title2{
    color: #d9d9d9;
    font-size: 15px;
    line-height: 30px;
    margin: 40px 0 20px;
}
.incase ul{
    width: 80%;
    margin: auto;
}
.incase ul li{
    width: 30.66%;
    margin: 30px 4% 0 0;
}
.incase ul li:nth-child(3n){
    margin-right: 0;
}
.incase ul li a{
    display: block;
}
.incase ul li a img{
    width: 100%;
}
.inservice{
    padding: 50px 0 100px;
    overflow: hidden;
}
.inservice ul li{
    width: 33.33%;
    border-right: 1px solid #e7e7e7;
}
.inservice ul li:nth-child(3n){
    border-right: 1px solid transparent;
}
.inservice ul li a{
    display: block;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0);
    border-bottom: 3px solid transparent;
    padding: 50px 20px 80px;
}
.inservice ul li a:hover{
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    border-bottom: 3px solid #e94709;
}
.inservice ul li a .title1{
    color: #242424;
    font-size: 36px;
}
.inservice ul li a .title2{
    color: #242424;
    font-size: 26px;
    font-weight: 100;
    margin: 40px 0 20px;
}
.inservice ul li a .title3{
    color: #242424;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 30px;
}
.inservice ul li a .imgurl{
    overflow: hidden;
}
.inservice ul li a .imgurl img{
    width: 100%;
}
/*index*/

/*foot*/
#footer{
    background: #f6f6f6;
    position: relative;
    z-index: 2;
}
#footer .footcon .footconfl{
    width: calc(100% - 400px);
    padding: 50px 0 0;
}
#footer .footcon .footconfl .footlogo{
    width: 160px;
}
#footer .footcon .footconfl .footfx{
    padding: 15px 30px 0 0;
}
#footer .footcon .footconfl .footfx a{
    display: inline-block;
    margin-left: 16px;
}
#footer .footcon .footconfl .footsearch{
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    margin: 30px 0 80px;
    overflow: hidden;
}
#footer .footcon .footconfl .footsearch .input-text{
    width: calc(100% - 100px);
    height: 60px;
    color: #959595;
    padding: 0 10px;
    background: 0;
    outline: 0;
    border: 0;
}
#footer .footcon .footconfl .footsearch .input-submit{
    width: 80px;
    height: 60px;
    color: #9e9e9e;
    font-size: 30px;
    background: 0;
    outline: 0;
    border: 0;
}
#footer .footcon .footnav{
    width: 25%;
}
#footer .footcon .footnav .namemark{
    display: table;
    color: #000;
    font-size: 20px;
    padding-bottom: 20px;
}
#footer .footcon .footnav dl a{
    display: inline-block;
    color: #525252;
    font-size: 16px;
    line-height: 40px;
    position: relative;
    transition-duration: .5s;
}
#footer .footcon .footnav dl a:hover{
    color: #e94709;
}
#footer .footcon .footnav dl a:before{
    content: '';
    width: 10px;
    height: 1px;
    background: #e94709;
    position: absolute;
    top: 20px;
    left: 0;
    opacity: 0;
    transition-duration: 1s;
}
#footer .footcon .footnav dl a:hover:before{
    opacity: 1;
}
#footer .footcon .footnav dl a p{
    position: relative;
    left: 0;
    transition-duration: 1s;
}
#footer .footcon .footnav dl a:hover p{
    left: 15px;
}
#footer .footcon .footconfr{
    width: 400px;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    padding: 80px 50px;
}
#footer .footcon .footconfr p{
    color: #5d5d5d;
    line-height: 35px;
}
#footer .footcon .footconfr .footmap{
    display: table;
    color: #fff;
    font-size: 15px;
    background: #4b4b4b;
    padding: 10px 30px;
    margin: 30px 0;
}
#footer .footcon .footconfr .footmap:hover{
    background: #e94709;
}
#footer .footcon .footconfr .foot2wm{
    width: 144px;
    margin-top: 20px;
}
#footer .foottail{
    border-top: 1px solid #e2e2e2;
    padding: 30px 0;
}
#footer .foottail .footright{
    color: #5d5d5d;
    line-height: 20px;
}
#footer .foottail .footright a{
    color: #5d5d5d;
}
#footer .foottail .footright a:hover{
    color: #e94709;
}
#footer .foottail .footright br{
    display: none;
}
#footer .foottail .tailimg{
    position: relative;
    left: 0;
}
#footer .foottail .tailimg:hover{
    left: -5px;
}
#footer .foottail .footother{
    color: #5d5d5d;
    line-height: 20px;
    margin-top: 10px;
}
#footer .foottail .footother a{
    color: #5d5d5d;
}
#footer .foottail .footother a:hover{
    color: #e94709;
}
/*foot*/

/*about*/
.aboutnav{
    background: #f7f7f7;
}
.aboutnav a{
    width: 25%;
    color: #525252;
    font-size: 20px;
    font-weight: 100;
    line-height: 70px;
    text-align: center;
}
.aboutnav a.hover{
    color: #e94709;
    background: #fff;
}
.about{
    padding: 50px 0;
    overflow: hidden;
}
.about .content{
    color: #3c3c3c;
    font-size: 18px;
    line-height: 48px;
}
.about .content h2{
    color: #e94709;
    font-size: 36px;
    padding-bottom: 30px;
}
.about .content .aboutbqqy{
    padding: 50px 0;
}
.about .content .aboutbqqy li{
    float: left;
    width: 22%;
    margin-right: 4%;
    border: 1px solid #f1f5f9;
    box-shadow: 0 0 20px rgba(242, 247, 252, .7);
    text-align: center;
    padding: 20px 0;
}
.about .content .aboutbqqy li:nth-child(4n){
    margin-right: 0;
}
.about .content .aboutbqqy li img{
    display: block;
    margin: auto;
}
.about .content .aboutbqqy li p{
    color: #121212;
    font-size: 18px;
    line-height: 50px;
}
.about .content .aboutwork li{
    float: left;
    width: 24.25%;
    margin: 30px 1% 0 0;
}
.about .content .aboutwork li:nth-child(4n){
    margin-right: 0;
}
.about .content .aboutwork li img{
    width: 100%;
}
/*about*/

/*news*/
.news{
    padding: 0 0 50px;
    overflow: hidden;
}
.news ul li{
    width: 33.33%;
    border-right: 1px solid #e7e7e7;
}
.news ul li:nth-child(3n){
    border-right: 1px solid transparent;
}
.news ul li a{
    display: block;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0);
    border-bottom: 3px solid transparent;
    padding: 50px 20px 80px;
}
.news ul li a:hover{
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    border-bottom: 3px solid #e94709;
}
.news ul li a .other_info{
    color: #242424;
    font-size: 36px;
}
.news ul li a .title{
    color: #242424;
    font-size: 26px;
    font-weight: 100;
    margin: 40px 0 20px;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.news ul li a:hover .title{
    color: #e94709;
}
.news ul li a .description{
    color: #242424;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 30px;
    height: 60px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.news ul li a .imgurl{
    overflow: hidden;
}
.news ul li a .imgurl img{
    width: 100%;
}
/*shownews*/
.shownews{
    padding: 50px 0;
    overflow: hidden;
}
.shownews .title{
    color: #333;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
}
.shownews .updatetime{
    color: #888;
    text-align: center;
    border-bottom: 1px solid #ccc;
    padding: 20px 0;
}
.shownews .content{
    color: #333;
    font-size: 14px;
    line-height: 24px;
    padding: 20px 0;
}
/*news*/

/*mcimg*/
.mcimg{
    padding: 50px 0;
    overflow: hidden;
}
.mcimg .casetit1{
    color: #4b4b4b;
    font-size: 36px;
}
.mcimg .casetit2{
    color: #4b4b4b;
    font-size: 18px;
    line-height: 38px;
    margin: 30px 0;
}
.mcimg .casetit3{
    color: #4b4b4b;
    font-size: 36px;
    text-align: center;
    margin: 50px 0 30px;
}
.mcimg .casetit4{
    color: #4b4b4b;
    font-size: 17px;
    line-height: 30px;
    text-align: center;
    margin-bottom: 20px;
}
.mcimg ul li{
    width: 23.5%;
    margin: 20px 2% 0 0;
}
.mcimg ul li:nth-child(4n){
    margin-right: 0;
}
.mcimg ul li a{
    display: block;
}
.mcimg ul li a .imgurl{
    position: relative;
}
.mcimg ul li a .imgurl > img{
    width: 100%;
}
.mcimg ul li a .imgurl .incaseicon{
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6);
    position: absolute;
    top: 0;
    left: 0;
    transform: scale(0);
    transition-duration: 1s;
}
.mcimg ul li a:hover .imgurl .incaseicon{
    transform: scale(1);
}
.mcimg ul li a .imgurl .incaseicon img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}
/*mcimg*/

/*product*/
.product{
    overflow: hidden;
}
.product .pro1{
    padding: 80px 0;
    overflow: hidden;
}
.product .pro1 .pro1fl,
.product .pro1 .pro1fr{
    width: 48%;
}
.product .pro1 .protitle{
    color: #232323;
    font-size: 35px;
    font-weight: 100;
    text-align: center;
    padding-bottom: 40px;
}
.product .pro1 .gallery-top .swiper-slide img{
    border: 1px solid #f1f1f1;
}
.product .pro1 .gallery-top .swiper-button-prev{
    width: 40px;
    height: 40px;
    color: #fff;
    font: 20px/40px '宋体';
    text-align: center;
    background: rgba(0, 0, 0, .2);
    border-radius: 100%;
    left: 1%;
}
.product .pro1 .gallery-top .swiper-button-next{
    width: 40px;
    height: 40px;
    color: #fff;
    font: 20px/40px '宋体';
    text-align: center;
    background: rgba(0, 0, 0, .2);
    border-radius: 100%;
    right: 1%;
}
.product .pro1 .gallery-thumbs{
    padding-top: 20px;
}
.product .pro1 .gallery-thumbs .swiper-slide img{
    border: 1px solid #f1f1f1;
    cursor: pointer;
}
.product .pro1 .gallery-thumbs .swiper-slide.swiper-slide-thumb-active img{
    border: 1px solid #e94709;
}
.product .pro2{
    background: #f4f6f5;
    padding: 80px 0;
    overflow: hidden;
}
.product .pro2 .pro2img{
    width: 50%;
}
.product .pro2 .pro2con{
    width: 25%;
    padding-left: 5%;
}
.product .pro2 .pro2con .contenttitle{
    color: #000;
    font-size: 24px;
    padding-bottom: 30px;
}
.product .pro2 .pro2con .content{
    color: #000;
    font-size: 16px;
    line-height: 38px;
}
.product .pro2 .pro2con .content p br{
    display: none;
}
.product .pro3{
    font-weight: 100;
    text-align: center;
    padding: 50px 0 30px;
    overflow: hidden;
}
.product .pro3 .title1{
    color: #959595;
    font-size: 38px;
    padding-bottom: 15px;
}
.product .pro3 .title2{
    color: #a2a2a2;
    font-size: 18px;
}
.product .pro3 ul li{
    width: 32%;
    margin: 30px 2% 0 0;
}
.product .pro3 ul li:nth-child(3n){
    margin-right: 0;
}
.product .pro3 ul li video{
    width: 100%;
    display: block;
    outline: 0;
    cursor: pointer;
    object-fit: cover;
}
.product .pro3 ul li .name1{
    color: #2f2f2f;
    font-size: 26px;
    padding: 20px 0 15px;
}
.product .pro3 ul li .name2{
    color: #2f2f2f;
    font-size: 18px;
}
.product .pro4{
    background: url(../image/pro4bj.jpg) center / cover no-repeat;
    font-weight: 100;
    text-align: center;
    padding: 50px 0;
    overflow: hidden;
}
.product .pro4 .title1{
    color: #232323;
    font-size: 36px;
}
.product .pro4 .title2{
    color: #232323;
    font-size: 22px;
    padding: 20px 0 40px;
}
.product .pro4 img{
    margin: auto;
}
.product .pro6{
    font-weight: 100;
    padding: 50px 0;
    overflow: hidden;
}
.product .pro6 .title1{
    color: #000;
    font-size: 30px;
    padding-bottom: 30px;
}
.product .pro6 .title2{
    color: #000;
    font-size: 22px;
}
.product .pro6 .promore{
    color: #fff;
    background: #d96011;
    padding: 15px 40px;
    border-radius: 50px;
    margin-top: 20px;
}
/*showproduct*/
.showproduct{  padding: 50px 0;  overflow: hidden;  }
/*<!--第一部分-->*/
.showproduct .proone{  padding: 20px;  box-shadow: 0 0 10px rgba(0, 0, 0, .1);  border-radius: 5px;  }
.showproduct .proone .proimgurl{  width: 450px;  margin: auto;  }
.showproduct .proone .prodisplayimg{  width: 400px;  margin: 10px auto 20px;  position: relative;  }
.showproduct .proone .proonefr{  width: calc(100% - 550px);  }
.showproduct .proone .proonefr .proonetitle{  color: #e94709;  line-height: 30px;  }
.showproduct .proone .proonefr .content{  color: #666666;  line-height: 30px;  padding-top: 30px;  }
.showproduct .proone .proonefr .content p br{  display: none;  }
.showproduct .proone .proonefr .prooneshare{  padding-top: 30px;  }
.showproduct .proone .proonefr .prooneshare a{  display: inline-block;  color: #fff;  font-size: 15px;  background: #272727;  width: 44px;  line-height: 44px;  text-align: center;  border-radius: 5px;  overflow: hidden;  margin: 0 5px 5px 0;  }
.showproduct .proone .proonefr .prooneshare a.procon{  width: 130px;  background: #e94709;  }
.showproduct .proone .proonefr .prooneshare a.procon i{  padding-right: 10px;  }
.showproduct .proone .proonefr .prooneshare .pro2wm:before{  border-left: 8px solid #fff;  border-right: 0;  top: 15px;  left: -5px;  right: auto;  }
.showproduct .proone .proonefr .prooneshare .pro2wm:after{  box-shadow: 3px 0 10px rgba(0, 0, 0, .2);  top: 18px;  left: -5px;  right: auto;  }
.showproduct .proone .proonefr .prooneshare .pro2wm .wxewm{  left: auto;  right: 54px;  bottom: -30px;  }
.showproduct .proone .proonefr .prooneshare .pro2wm .wxewm img{  width: 100%;  height: 100%;  }
/*product*/

/*service*/
.service{
    padding: 50px 0;
    overflow: hidden;
}
.service h3{
    color: #4b4b4b;
    font-size: 36px;
    font-weight: 100;
    text-align: center;
}
.service h4{
    color: #4b4b4b;
    font-size: 18px;
    line-height: 36px;
    text-align: center;
    margin: 40px 0 20px;
}
.service img{
    width: 100%;
}
.service .service1 li{
    float: left;
    width: 49.5%;
    margin: 30px 1% 0 0;
}
.service .service1 li:nth-child(2n){
    margin-right: 0;
}
.service .service2 li{
    float: left;
    width: 32%;
    margin: 30px 2% 0 0;
}
.service .service2 li:nth-child(3n){
    margin-right: 0;
}
.service .service3 li{
    float: left;
    width: 23.5%;
    margin: 30px 2% 0 0;
    background: #f9f9f9;
    box-shadow: 5px 5px 10px rgba(7, 0, 2, 0);
    position: relative;
    top: 0;
    transition-duration: 1s;
}
.service .service3 li:nth-child(4n){
    margin-right: 0;
}
.service .service3 li:hover{
    box-shadow: 5px 5px 10px rgba(7, 0, 2, .05);
    top: -10px;
}
.service .service3 li p:nth-child(2){
    color: #2e2e2e;
    font-size: 24px;
    padding: 40px 20px 20px;
}
.service .service3 li p:nth-child(3){
    color: #7a7a7a;
    line-height: 30px;
    min-height: 120px;
    padding: 0 20px;
}
.service .service3 li p:nth-child(4){
    color: #e8e8e8;
    font-size: 60px;
    font-weight: bold;
    text-align: right;
    padding: 0 20px 20px 0;
}
/*service*/

/*contact*/
.contact{
    padding: 50px 0;
    overflow: hidden;
}
.contact .contitle{
    color: #030a16;
    font-size: 28px;
    border-bottom: 1px solid #ececec;
    padding-bottom: 20px;
    margin-bottom: 30px;
}
.contact .contactfeed{
    width: 55%;
}
.contact .contactfeed .ftype_input{
    padding-bottom: 20px;
}
.contact .contactfeed .ftype_input .ftitle{
    color: #7f7f7f;
    font-size: 16px;
    padding-bottom: 15px;
}
.contact .contactfeed .ftype_input input{
    width: 100%;
    height: 40px;
    padding: 0 20px;
    background: 0;
    outline: 0;
    border: 1px solid #eaeaea;
}
.contact .contactfeed .ftype_input textarea{
    width: 100%;
    line-height: 30px;
    height: 150px;
    padding: 20px;
    background: 0;
    outline: 0;
    border: 1px solid #eaeaea;
}
.contact .contactfeed .submit{
    color: #fff;
    font-size: 18px;
    padding: 16px 38px;
    border-radius: 10px;
    background: #f84a07;
    outline: 0;
    border: 0;
}
.contact .contactadd{
    width: 40%;
}
.contact .contactadd .content p{
    color: #0d0d0d;
    font-size: 18px;
    line-height: 30px;
    margin: 0 0 20px;
}
.contact .contactadd .content p img{
    margin-right: 20px;
}
.contact .contactadd .content h3{
    color: #0d0d0d;
    font-size: 20px;
    font-weight: bold;
    border-top: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
    line-height: 60px;
    margin: 10px 0 20px;
}
/*contact*/



.pinzibiao ul{
    margin: 50px 0 100px;
}
.pinzibiao ul li{
    text-align: center;
}
.pinzibiao ul li a{
    display: inline-block;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    padding: 24px 50px;
    background-image: -webkit-linear-gradient(top,#fd7c1d,#ea5e0a);
    border-radius: 10px;
    margin: 0 10px;
}
.pinzibiaozs{
    padding: 50px 0;
}
.pinzibiaozs img{
    width: 50%;
    margin: auto;
}





@media (max-width: 1600px){
    #header .headerbj .headlang{
        margin-right: 30px;
    }
    #header .headerbj .headnav > ul > li{
        margin-right: 30px;
    }
}
@media (max-width: 1200px){
    #header .headerbj .headlang,
    #header .headerbj .headsearch{
        display: none;
    }
    #header .headerbj .headnav > ul > li{
        margin-right: 20px;
    }
    #header .headerbj .headnav > ul > li .overflow a{
            font-size: 16px;
    }
    .inabout .inaboutfl{
        width: 50%;
    }
    .product .pro2 .pro2img{
        width: 60%;
    }
    .product .pro2 .pro2con{
        width: 50%;
        padding: 50px 0 0;
    }
    .showproduct .proone .proimgurl .cloud-zoom-big{
        display: none !important;
    }
}
/*手机版*/
#header .menubutton{  display: none;  width: 30px;  height: 30px;  cursor: pointer;  margin: 14px 12px 6px 0;  }
#header .menubutton .menuicon{  height: 2px;  margin-bottom: 8px;  background: #e94709;  }
#header .menubutton .menuicon.top{ animation:icon01 linear infinite 2s; }
#header .menubutton .menuicon.middle{ animation:icon02 linear infinite 2s; }
#header .menubutton .menuicon.bottom{ animation:icon03 linear infinite 2s; }
@keyframes icon01{ 0%{ width:100%;} 25%{ width:25%;} 100%{ width:100%;} }
@keyframes icon02{ 0%{ width:100%;} 50%{ width:25%;} 100%{ width:100%;} }
@keyframes icon03{ 0%{ width:100%;} 75%{ width:25%;} 100%{ width:100%;} }
/*导航*/
.menumain{  display: none;  background: #e94709;  width: 100%!important;  height: 100%;  overflow: auto!important;  position: fixed;  top: 0;  left: 0;  z-index: 1000;  opacity: 1!important;  }
.menumain .menubox{  margin: 50px 5% 80px;  padding: 1px 0;  }
.menumain .menubox .menunav{  overflow: hidden;  }
.menumain .menubox .menunav .menuone a{  display: block;  color: #fff;  font-size: 16px;  line-height: 20px;  margin: 30px 0 0;  }
.menumain .menubox .menunav .menuone.home a{  padding-bottom: 20px;  border-bottom: 1px solid rgba(255, 255, 255, .2);  }
.menumain .menubox .menunav .menuone .menutwo{  float: left;  position: relative;  }
.menumain .menubox .menunav .menuone .menutwo.bai{  width: 100%;  }
.menumain .menubox .menunav .menuone .menutwo:before{  content: '';  width: 3px;  height: 3px;  background: rgba(255, 255, 255, .5);  border-radius: 50%;  position: absolute;  left: -8px;  bottom: 8px;  }
.menumain .menubox .menunav .menuone .menutwo a{  color: rgba(255, 255, 255, .5);  font-size: 15px;  margin: 30px 20px 0 5px;  }
.menumain .menubox .menunav .menuone .menutwo .menuthree{  float: left;  position: relative;  }
.menumain .menubox .menunav .menuone .menutwo .menuthree:before{  content: '';  width: 3px;  height: 3px;  background: rgba(255, 255, 255, .5);  border-radius: 50%;  position: absolute;  left: -6px;  bottom: 8px;  }
.menumain .menubox .menunav .menuone .menutwo .menuthree a{  color: rgba(255, 255, 255, .5);  font-size: 14px;  margin: 20px 20px 0 10px;  }
.menumain .menubox .menunav a.hover{  color: #fff !important;  }
/*语言*/
.menumain .menubox .lang{  margin-top: 30px;  text-align: center;  overflow: hidden;  }
.menumain .menubox .lang a{  float: left;  width: 48%;  height: 40px;  line-height: 40px;  border: 1px solid rgba(255, 255, 255, .2);  margin: 2% 1%;  border-radius: 5px;  box-sizing: border-box;  }
.menumain .menubox .lang a img{  display: inline-block;  width: 25px;  margin-right: 10px;  position: relative;  top: -2px;  }
.menumain .menubox .lang a span{  display: inline-block;  color: #fff;  font-size: 15px;  position: relative;  top: -1px;  }
/*底部菜单*/
#mobtool{  display: none;  width: 100%;  height: 50px;  background: #e94709;  border-top: 1px solid rgba(255, 255, 255, .2);  position: fixed;  left: 0;  bottom: 0;  z-index: 1001;  }
#mobtool ul li{  float: left;  width: 20%;  text-align: center;  border-left: 1px solid rgba(255, 255, 255, .2);  box-sizing: border-box;  }
#mobtool ul li:nth-child(1){  border: none;  }
#mobtool ul li a.menubutton{  background: rgba(255, 255, 255, .2);  }
#mobtool ul li a{  display: block;  width: 100%;  height: 50px;  color: #fff;  padding-top: 10px;  }
#mobtool ul li a p{  height: 25px;  line-height: 25px;  overflow: hidden;  font-size: 12px;  text-transform: uppercase;  }
/*ios下载到桌面*/
.u-layer-ath{display: none;background:url(../image/ath.png) no-repeat;z-index:99999999;width:200px;height:75px;position:fixed;bottom:0;left:50%;margin-left:-100px;background-size:contain;transform:translate3D(0,0,0);transition:2s all;perspective:400px;}
.u-layer-ath.u-ani-ath{transform:rotateY(360deg) translateZ(100px);}
.u-layer-ath .ath_addhome{position:absolute;left:0;top:0;width:140px;height:60px;}
.u-layer-ath .ath_close{position:absolute;right:0;top:0;width:30px;height:30px;}
/*list分类*/
#sortpro{  height: 40px;  line-height: 40px;  text-align: center;  background: #fff;  border-bottom: 1px solid #e94709;  overflow: hidden;  }
#sortpro .sortpro_left{  float: left;  width: 65%;  color: #fff;  font-size: 14px;  background: #e94709;  }
#sortpro .sortpro_right{  float: right;  width: 35%;  color: #000;  font-size: 14px;  }
#sort_content{  width: 100%;  height: 100%;  overflow: hidden;  background: #eee;  position: fixed;  top: 0;  left: 0;  z-index: 10001;  -webkit-transform: translate3d(0px, 100%, 0px);  -moz-transform: translate3d(0px, 100%, 0px);  transform: translate3d(0px, 100%, 0px);  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);  -moz-transition: -moz-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);  -o-transition: -o-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);  transition: transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19)  }
#sort_content.show{  -webkit-transform: translate3d(0px, 0%, 0px);  -moz-transform: translate3d(0px, 0%, 0px);  transform: translate3d(0px, 0%, 0px);  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.165, 0.840, 0.440, 1.000);  -moz-transition: -moz-transform 0.3s cubic-bezier(0.165, 0.840, 0.440, 1.000);  -o-transition: -o-transform 0.3s cubic-bezier(0.165, 0.840, 0.440, 1.000);  transition: transform 0.3s cubic-bezier(0.165, 0.840, 0.440, 1.000)  }
#sort_content .asort{  height: 100%;  }
.asort .hd{  height: 60px;  background: #e94709;  }
.asort .hd .fl{  color: #fff;  font-size: 18px;  line-height: 60px;  padding: 0 20px;  }
.asort .hd .fr{  width: 30px;  height: 30px;  margin: 15px;  background: url(../image/proclose.jpg);  background-size: cover;  }
.asort .ct{  height: calc(100% - 60px);  padding: 2%;  overflow: auto;  }
.asort .ct ul{  background: #fff;  border-top: 1px solid #eee;  }
.asort .ct ul li{  padding: 0 15px;  border-bottom: 1px solid #eee;  }
.asort .ct ul li a{  display: block;  }
.asort .ct ul li a p{  display: inline-block;  width: calc(100% - 30px);  height: 58px;  line-height: 58px;  overflow: hidden;  color: #333;  font-size: 14px;  text-align: left;  }
.asort .ct ul li a i{  float: right;  width: 15px;  height: 15px;  border: 3px solid #ddd;  background: #fff;  border-radius: 50%;  margin-top: 22px;  }
.asort .ct ul li a.hover i{  border: 3px solid #e94709;  }
.asort .ct ul .navdown li{  padding: 0 20px;  border-bottom: 1px dotted #eee;  }
.asort .ct ul .navdown li a p{  display: block;  width: 100%;  height: 50px;  line-height: 50px;  color: #aaa;  }
.asort .ct ul li a.hover p{  color: #e94709;  }
/*手机版*/
@media (max-width: 992px){
    #header .menubutton, #mobtool, .u-layer-ath{  display: block;  }
    .mfp-zoom-out-cur, .mfp-wrap{  width: 100% !important;  height: 100% !important;  overflow: hidden;  }
    .mfp-wrap .mfp-arrow-left{  margin-left: -47%;  }
    .mfp-wrap .mfp-arrow-right{  margin-right: -47%;  }
    .pcweb{  display: none;  }
    .mobileweb{  display: block;  }
    /*index*/
    #header .headerbj .headpin{
        height: 50px;
        padding: 5px 15px;
    }
    #header .headerbj .headlogo{
        height: 50px;
        padding: 5px 15px;
    }
    #header .headerbj .headnav{
        display: none;
    }
    #mcbanner{
        padding-top: 50px;
    }
    #mcbanner .indexbanner .swiper-button-prev,
    #mcbanner .indexbanner .swiper-button-next{
        display: none;
    }
    #mcbanner .indexbanner .swiper-pagination .swiper-pagination-bullet{
        width: 10px;
        height: 10px;
        margin: 0 5px;
    }
    .inabout{
        padding: 50px 0;
        overflow: hidden;
    }
    .inabout .inaboutfl{
        width: 100%;
        padding-bottom: 50px;
    }
    .inabout .inaboutfl .title1{
        font-size: 35px;
    }
    .inabout .countup{
        width: 100%;
        padding: 50px 30px 0;
    }
    .inabout .countup:before{
        display: none;
    }
    .inabout .countup ul li{
        padding-bottom: 50px;
    }
    .inabout .countup ul li .countupname{
        line-height: 24px;
    }
    .inabout .inaboutimg{
        float: left;
        position: unset;
        margin-top: 50px;
    }
    .inpro{
        padding: 50px 0;
    }
    .inpro .inprofr{
        width: 100%;
        font-size: 16px;
        padding-top: 30px;
    }
    .inpro ul li{
        width: 100%;
        margin: 30px 0 0;
    }
    .inpro ul li a .title{
        font-size: 20px;
        line-height: 50px;
        height: 50px;
    }
    .incase{
        background: url(../image/incasebj.jpg) center / cover no-repeat;
        padding: 50px 0;
    }
    .incase .title1{
        font-size: 30px;
    }
    .incase .title2{
        font-size: 14px;
        margin: 30px 0;
    }
    .incase ul{
        width: 100%;
    }
    .incase ul li{
        margin-top: 0;
    }
    .inservice{
        padding: 50px 0;
    }
    .inservice ul li{
        width: 100%;
        border-right: 1px solid transparent;
    }
    .inservice ul li a{
        box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
        border-bottom: 3px solid #e94709;
        padding: 50px 20px;
    }
    #footer .footcon{
        display: none;
    }
    #footer .foottail{  padding: 30px 0 80px;  text-align: center;  }
    #footer .foottail .footright{  width: 100%;  }
    #footer .foottail .footright br{  display: block;  }
    #footer .foottail .footright a:nth-last-child(1){  display: block;  }
    #footer .foottail .tailimg{  width: 100%;  }
    #footer .foottail .tailimg img{  margin: 15px auto 0;  }
    #footer .foottail .footother{  display: none;  }

    .aboutnav{
        display: none;
    }
    .about .content{
        font-size: 16px;
        line-height: 2;
    }
    .about .content h2{
        font-size: 30px;
    }
    .about .content .aboutbqqy{
        padding: 0 0 30px;
    }
    .about .content .aboutbqqy li{
        width: 100%;
        margin: 30px 0 0;
    }
    .about .content .aboutwork li{
        width: 100%;
        margin: 30px 0 0;
    }
    .news ul li{
        width: 100%;
        border-right: 1px solid transparent;
    }
    .news ul li a{
        box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
        border-bottom: 3px solid #e94709;
        padding: 50px 20px;
    }
    .mcimg ul li{
        width: 100%;
        margin: 30px 0 0;
    }
    .product .pro1{
        padding: 0 0 50px;
    }
    .product .pro1 .pro1fl,
    .product .pro1 .pro1fr{
        width: 100%;
        padding: 50px 0 0;
    }
    .product .pro1 .protitle{
        font-size: 30px;
        padding-bottom: 30px;
    }
    .product .pro2{
        padding: 50px 0;
    }
    .product .pro2 .pro2img{
        width: 100%;
    }
    .product .pro2 .pro2con{
        width: 100%;
    }
    .product .pro3{
        padding: 50px 0;
    }
    .product .pro3 ul li{
        width: 100%;
        margin: 30px 0 0;
    }
    .product .pro4 .title1{
        font-size: 30px;
    }
    .product .pro6 .promore{
        margin-top: 50px;
    }
    .service h3{
        font-size: 35px;
    }
    .service h4{
        font-size: 16px;
        line-height: 2;
        margin: 30px 0 0;
    }
    .service .service1 li,
    .service .service2 li,
    .service .service3 li{
        width: 100%;
        margin: 30px 0 0;
    }
    .contact .contactfeed{
        width: 100%;
    }
    .contact .contactadd{
        width: 100%;
        padding: 80px 0 0;
    }
        .pinzibiao{
            padding-top: 50px;
        }
    .pinzibiao ul{
    margin: 50px 0;
    }
    .pinzibiao ul li a{
    width: 50%;
    display: block;
    font-size: 16px;
    margin: 10px auto;
    padding: 15px 50px;
    }
    
    
    .pinzibiaozs img{
    width: 100%;
    }
    
    
    
    
    
    
    
    
}