*{
    margin:0;
    padding:0;
}
html,body{
    width:100%;
    margin:0;
    padding:0;
    font-family: '微软雅黑';
    font-size: 16px;
    color:#333;
}
ul,ul li{
    list-style: none;
    margin:0;
    padding:0;
}
img{
    max-width: 100%;
}
p,h1,h2,h3,h4,h5,h6{
    margin:0;
    padding:0;
}
a,a:hover{
    text-decoration: none;
    color:#777;
}

.font36{font-size:36px;}
.font48{font-size: 48px;}
.font80{font-size:80px}

.fl{
    float:left;
}
.fr{float:right}


.width50{width:50%}
.margin60{margin-top:60px;margin-bottom:60px;}
.paddingLeftZero{padding-left:0}
.paddingRightZero{padding-right:0;}
.marginRight20{margin-right:20px;}
.overflow{overflow:hidden}




@media (min-width:1600px){
    .container{
        width:1600px;
    }
}
.textCenter{text-align: center;}

.banner{width:100%;}
.banner .swiper-button-prev,.banner .swiper-button-next{
    background: rgba(240,130,0,.5);
    color:rgba(255, 255, 255, .5);
}

.banner img{
    display: block;
    margin: 0 auto;
}
.banner .swiper-slide-active img{
    animation: bannerMove 6s linear infinite;
}

/* 关于 */
.h-about{
    margin:60px 0;
    background: url(../../images/about-bg.png) no-repeat bottom;

}
.h-about-content{
    color:#777;
    margin:40px 0;
    overflow: hidden;
    line-height: 40px;
}
.h-about .h-btn{margin-bottom:80px; width:160px; height:48px; line-height: 48px;}
.h-about .h-btn a{
    display: block;
    color:#f08200;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    text-align: center;
}
.h-about .h-btn:hover a{
    background: #f08200;
    color:#fff;
}

/* 数字 */
.h-shuzi{overflow: hidden;padding:0 5px;}
.szBox{
    width: calc((100% - 90px) / 4);
    width: -webkit-calc((100% - 90px) / 4);
    width: -moz-calc((100% - 90px) / 4);
    float: left;
    margin-right:30px;
    background: #f4f4f4;
    padding:60px 40px;
    overflow: hidden;
    margin-top:5px;
    margin-bottom:5px;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
}
.szBox:nth-child(4){margin-right: 0;}
.szInfo{
    margin:40px 0 60px;
    font-size: 20px;
    color: #777;
    line-height: 40px;
    height: 120px;
    overflow: hidden;
}
.szInfo span{
    display: block;
    font-size: 24px;
    color:#333;
}
.counter{
    overflow: hidden;
    color:#f08200;
    position: relative;
}
.count-title{
    font-family: "Times New Roman";
    font-weight: bold;
    float: left;
    margin-right: 10px;
}
.counter span{
    position: absolute;
    bottom:10px;
}

.szBox img{
    height:71px;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
}
.szBox:hover{
    box-shadow: 2px 2px 3px 5px rgba(240,130,0,.3);
    -webkit-box-shadow: 2px 2px 3px 5px rgba(240,130,0,.3);
    -moz-box-shadow: 2px 2px 3px 5px rgba(240,130,0,.3);
    -o-box-shadow: 2px 2px 3px 5px rgba(240,130,0,.3);
}
.szBox:hover img{
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -o-transform: translateY(-10px);
}
.honorBox{
    /* background: #f08200; */
}
.honorPic{
    position: relative;
    display: table;
    overflow: hidden;
    width: 100%;
    height: 335px;
    padding: 5px;
    text-align: center;
    border: 1px #f08200 solid;
}

.honorPic a {
    display: table-cell;
    width: 100%;
    height: 335px;
    vertical-align: middle;
}

.honorPic a img {
    max-width: 100%;
    max-height: 335px;
    margin: 0 auto;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
}
.honorName{
    border:1px solid #f08200;
    border-top:none;
    line-height: 60px;
    margin-bottom: 30px;
    text-align: center;
}
.honorBox:hover .honorPic a img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}


/* 产品 */
.hPro{
    overflow: hidden;
}
.hProLeft{
    background: url(../../images/h-p.jpg) no-repeat center right ;
    padding-left:8%;
    padding-right:60px;
    padding-top:60px;
    padding-bottom:60px;
    color: #fff;
    margin-top: 0;
    height:533px;
}
.hProDesc{
    margin:30px 0;
    line-height: 30px;
}
.hProLeft .h-btn a{
    color:#fff;
}
.hProLeft .h-btn a:hover{
    color:#ccc;
}
.hProLeft .h-btn{
    margin-bottom:60px;
}

.hService{
    overflow: hidden;
    width: 100%;
}
.hService li{
    width:20%;
    float:left;
    text-align: center;
}
.hService li img{
    transition: all .8s;
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    -o-transition: all .8s;
}
.hServiceName{
    line-height: 40px;
}
.hService li:hover img{
transform: rotateY(360deg);
-webkit-transform: rotateY(360deg);
-moz-transform: rotateY(360deg);
-o-transform: rotateY(360deg);
}
.hProRight{overflow:hidden;padding-right:8%;height:533px;}
.hProRight img{
    transition: all .8s;
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    -o-transition: all .8s;
}
.hProRight:hover img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.hProList{margin-top:30px;}
.hProList ul{overflow: hidden;}
.hProListBox{
    overflow: hidden;
}
.hProListBox img{
    display: block;
    margin:0 auto;
    transition: all .8s;
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    -o-transition: all .8s;}

.hProList ul li:hover .hProListBox img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.proDesc{
    margin-top:60px;
    overflow: hidden;
    background:rgba(240,130,0,.2);
    padding:30px;
    color:#777;
    line-height: 30px;
}

.proList{overflow:hidden;margin-top:60px;margin-bottom:60px;}
.proList ul{overflow:hidden}
.proList li{margin-bottom:30px;}
.proBox{
    background: #f4f4f4;
    overflow: hidden;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
}
.proPic{overflow: hidden;height:257px}
.proPic img{
    max-height:257px;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
}
.proInfo{
    padding:30px;
}
.proInfo h4{
    line-height: 48px;
    border-bottom:1px solid #f08200;
}
.proChar{
    font-size:14px;
    color:#777;
    margin-top:20px;
    height: 90px;
    margin-bottom:20px;
}
.proBtn{
    font-size:14px;
    text-align: right;
}
.proBtn a{
    display: block;
    color:#f08200;
}
.proList li:hover .proBox{
    box-shadow: 1px 1px 2px 5px #eee;
    -webkit-box-shadow: 1px 1px 2px 5px #eee;
    -moz-box-shadow: 1px 1px 2px 5px #eee;
}
.proList li:hover .proPic img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.pro{
    overflow: hidden;
    width: 100%;
    background-color: #fefefe;
    background-image: linear-gradient(-45deg, #f9f9f9 25%, transparent 25%, transparent 50%, #f9f9f9 50%, #f9f9f9 75%, transparent 75%, transparent);
    background-size: 150px 150px;
    animation: progressMove 5s linear infinite;
}
.pro .subNav{
    box-shadow: none;
    border-bottom:1px solid #ddd;
}
.proTop{
    overflow:hidden;
    margin:60px 0;
}

.proTopName{
    line-height: 60px;
}
.proTopName:after{
    content: "";
    display: block;
    width:120px;
    height:2px;
    background: #f08200;
    margin:10px 0 40px;
}
.proTopDesc{
    color:#777;
    line-height: 30px;
    padding-right:30px;
}
.proTopPic{
    width:100%;
    overflow: hidden;
}
.proTopPic img{
    max-height:513px;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
}
.proTopPic:hover img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.product-detail__content {
    padding-top: 80px;
    padding-bottom: 100px;
    overflow: hidden;
}
.product-detail__content-main h4 {
    margin-bottom: 24px;
    padding-bottom: 10px;
    border-bottom: 1px solid #f0f0f0;
    font-size: 28px;
    line-height: 48px;
    color: #333;
}
.product-detail__content-main h4:not(:first-child) {
    margin-top: 44px;
}

.product-detail__content-main h4 span {
    display: inline-block;
    padding-left: 28px;
    position: relative;
}
.product-detail__content-main h4 span::before {
    content: "";
    width: 4px;
    height: 30px;
    background-color: #f08200;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.product-detail__content-main p {
    font-size: 16px;
    line-height: 30px;
    color: #666;
    text-align: justify;
}

.d-lg-block {
    padding-left:40px;
}
.detail-recommend h4, .modal-recommend-content h4 {
    display: inline-block;
    margin-bottom: 0;
    font-size: 22px;
    line-height: 1.3636363636;
    color: #f08200;
    padding: 0 15px;
    position: relative;
}
.detail-recommend h4::before, .detail-recommend h4::after, .modal-recommend-content h4::before, .modal-recommend-content h4::after {
    content: "";
    width: 2px;
    height: 20px;
    max-height: 90%;
    background-color: #f08200;
    position: absolute;
    top: 50%;
    transform: skewX(-10deg) translateY(-40%);
}
.detail-recommend h4::before, .modal-recommend-content h4::before {
    left: 0;
}
.detail-recommend h4::after, .modal-recommend-content h4::after {
    right: 5px;
}

.detail-recommend__item, .modal-recommend-content__item {
    display: flex;
    padding: 25px 0;
    border-bottom: 1px solid #f2f2f2;
}
.detail-recommend__item .img, .modal-recommend-content__item .img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 140px;
    flex: 0 0 140px;
    max-width: 140px;
    margin-right: 12px;
}
.ratio {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}
.ratio::before {
    display: block;
    content: "";
    padding-top: 56.25%;
}
.ratio .ratio-item{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.txt .N{
    color:#333;
}
.txt span{
    display: block;
    font-size:14px;
    margin-top:30px;
}
.detail-recommend__list a{
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
}

.detail-recommend__list a:hover{
    transform: translateX(10px);
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -o-transform: translateX(10px);
}








/* 优势 */
.h-ys{
    margin-top:40px;
    overflow: hidden;
}
.h-ys li{
    width:25%;
    float: left;
    position: relative;
    overflow: hidden;
}
.h-ys li img{
    width:100%;
    height:100%;
}
.h-ys li .hCover{
    position:absolute;
    width: 100%;
    height:100%;
    background: rgba(255, 255, 255, 0);
    left:0;
    top:0;
    z-index: 1;
    transition: all .8s;
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    -o-transition: all .8s;
}
.h-ys .hYoushi{
    position:absolute;
    bottom:0;
    left: 0;
    background: rgba(240,130,0,.6);
    color: #fff;
    padding:0 40px 60px 40px;
    transform: translateY(150px);
    -webkit-transform: translateY(150px);
    -moz-transform: translateY(150px);
    -o-transform: translateY(150px);
    transition: all .8s;
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    -o-transition: all .8s;
}
.h-ys .hYoushi .hXuhao{font-size: 60px;font-weight: bold;transform: translateY(45px);-webkit-transform: translateY(-45px);-moz-transform: translateY(-45px);-o-transform: translateY(-45px);}
.hYoushiDesc{margin-top:40px;line-height: 30px;height:90px; overflow: hidden;}

.h-ys li:hover .hCover{
    background: rgba(255, 255, 255, .3);
}
.h-ys li:hover .hYoushi{
    background: rgba(240,130,0,.8);
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
}


/* 荣誉 */
.h-honor{
    width:100%;
    overflow: hidden;
    background: url(../../images/h-honor.jpg) no-repeat center;
    padding:60px 0;
    color:#fff;
    height: 700px;
    position: relative;
}
.hHonor{margin-top:60px;}
.hHonor .one{
    position: absolute;
    left: 39%;
    bottom: 60px;
    z-index: 5;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
}
.hHonor .two{
    position: absolute;
    left:25%;
    top:35%;
    z-index: 4;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
}
.hHonor .three{
    position: absolute;
    right:25%;
    top:35%;
    z-index: 4;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
}
.hHonor .four{
    position: absolute;
    left:18%;
    top:25%;
    z-index: 2;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
}
.hHonor .five{
    position: absolute;
    right:18%;
    top:25%;
    z-index: 2;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
}
.hHonor .one:hover,.hHonor .two:hover,.hHonor .three:hover,.hHonor .four:hover,.hHonor .five:hover{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    z-index: 8;
}


.caseSwiper{
    margin-top:60px;
    margin-bottom:60px;
}
.hCase{
    background:#f08200;
    padding:5px;
}
.hCase img{
    height:211px;
    margin:0 auto;
    display: block;
}
.hCaseName{
    line-height: 48px;
    height:48px;
    text-align: center;
    color: #fff;
}
.bg{
    background:url(../../images/bg.jpg) no-repeat center bottom;
    background-size:100% 100%;
}
/* 新闻 */
.left-category{overflow: hidden;}
.hNewsLeft{
display: none;
height:436px;
width: 100%;
background-repeat: no-repeat;
background-position: center;
background-size: cover;
}
/* .hNewsLeft .img{width:100%;height:230px;overflow: hidden;}
.hNewsLeft img{width:100%;} */
.hNewsLeft.active{display: block;}

.right-category{
    overflow: hidden;
    
}
.right-category ul li{
    background:#eee;
    padding:28px 40px;
    border-bottom:1px solid #ddd;
}
.right-category ul li:last-child{border-bottom:none}
.right-category ul li.on{
    background:#f08200;
}
.hNewsTitle{font-size:18px; color:#333}
.right-category ul li.on a{color:#fff;}
.right-category ul li.on .hNewsTitle{color:#fff;}
.hNewsDesc{
    overflow: hidden;
    height:54px;
    line-height: 27px;
    margin-top:10px
}
.hNews{margin-top:40px;}

.newsTop{
    margin:60px 0;
    overflow: hidden;
    border-bottom: 1px solid #ddd;
    padding-bottom:60px;
}
.newsTopPic{
    width:100%;
    height:400px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.newsTopTit{
    font-size:20px;
    color:#333;
    margin:30px 0;
}
.newsTopDate{
    overflow: hidden;
    font-size:14px;
}

.newsList{
    background:#f4f4f4;
    padding-top:60px;
    padding-bottom:60px;
}
.newsList ul{overflow: hidden;}
.newsList ul li{margin-bottom:30px;}
.newsListBox{
    width:100%;
    overflow: hidden;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
}
.newsListPic{
    width:100%;
    height:260px;
    background-repeat: no-repeat;   
    background-position: center;
    background-size: cover;
}
.newsListContent{
    background:#fff;
    padding:30px 20px;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
}
.newsListContent h4{line-height: 30px;height:30px;overflow: hidden;}
.newsListDesc{
    margin:20px 0 30px;
    overflow: hidden;
    height:60px;
    line-height: 30px;
    color: #999;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;

}
.newsListDate{
    font-size:14px;
    color:#999;
    overflow: hidden;
    border-top:1px solid #ddd;
    padding-top:30px;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
}
.newsListDate svg{
    float:right;
}
.newsList ul li:hover .newsListBox{
    box-shadow: 1px 1px 2px 5px #ddd;
    -webkit-box-shadow: 1px 1px 2px 5px #ddd;
    -moz-box-shadow: 1px 1px 2px 5px #ddd;
}
.newsList ul li:hover .newsListContent{
    background:#f08200;
    color:#fff;
}
.newsList ul li:hover .newsListDesc{
    color:#fff;
}

.newsList ul li:hover .newsListDate{
    color:#fff;
}

.newsList ul li:hover .newsListDate svg path{
    fill: #fff;
}

.news-banner{
    width:100%;
    height:450px;
    background: linear-gradient(to bottom right,#E3913F,#C84b22);
}
.news{
    transform: translateY(-350px);
    -webkit-transform: translateY(-350px);
    -moz-transform: translateY(-350px);
    -o-transform: translateY(-350px);
}
.news h2{color:#fff;}
.news .news-icon{
    color:#fff;
    overflow: hidden;
    line-height: 80px;
}
.news-c{
    background:#f4f4f4;
    padding:60px;
    overflow: hidden;
    line-height: 30px;
    color:#777;
}
.news-fanye{
    overflow: hidden;
    margin-top:30px;
}
.news-fanye-box{
    background:#fff;
    padding:30px 20px;
    position: relative;
}
.news-fanye-box::before{
    position: absolute;
    display: block;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: #999;
}
.news-fanye-box span{
    display: block;
    line-height: 40px;
    color:#333;
}
.news-fanye-box:hover:before{
    background:#f08200;
}
.news-fanye-box:hover a{
    color:#f08200;
}
.page-detail {
    position: relative;
    padding-bottom: 100px;
    background-color:#f4f4f4;
}
.page-detail::before {
    background-image: -webkit-gradient(linear, left top, right top, from(#E3913F), to(#f08200));
    background-image: linear-gradient(to right, #e3913f 0%, #f08200 100%);
    background-repeat: repeat-x;
    content: "";
    width: 100%;
    padding-top: 480px;
    position: absolute;
    top: 0;
    left: 0;
}
.detail-header {
    position: relative;
    z-index: 2;
}

.detail-header__content {
    padding-top: 150px;
}
.detail-header__content h3 {
    font-size: 30px;
    line-height: 1.5;
    margin-bottom: 20px;
    color: #fff;
}
.detail-header__content .info {
    font-size: 16px;
    line-height: 1.375;
    margin: 0 -10px 50px;
    color: #fff;
}
.detail-content {
    position: relative;
    padding: 60px;
    padding-bottom: 55px;
    background-color: #fff;
    z-index: 2;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.detail-pagination {
    margin-top: 20px;
}
.detail-content img{
    width:auto !important;
    height:auto !important;
}
.page-detail{padding-bottom:40px;}





/* 咨询 */
.h-zixun{
    margin:60px 0;
    overflow: hidden;
}
.h-zixun form{
    margin-top:40px;
    overflow: hidden;
}
.h-zixun form input[type="text"]{
    display: block;
    width:100%;
    border-radius: 8px;
    line-height: 48px;
    padding:0 20px;
    border: 1px solid #ccc;
    margin-bottom:30px;
}
.h-zixun form textarea{
    width:100%;
    border-radius: 8px;
    border:1px solid #ccc;
    padding:10px 20px;
    display: block;
}
.h-zixun form button{
    width: 340px;
    line-height: 60px;
    background: #f08200;
    color: #fff;
    text-align: center;
    border: none;
    display: block;
    margin: 0 auto;
    font-size: 16px;
    border-radius: 0;
    margin-top: 30px;
}

.h-zixun form .btn-primary:hover{
    color: #fff;
    background-color: #005bac;
    border:none;
}


/* footer */
.footer{
    background:#005bac;
    padding:60px 0 30px;
    overflow: hidden;
}
.ft{width:100%;overflow: hidden;}
.ft-contact{
    color:#fff;
    line-height: 40px;
}
.ft-contact img{
    margin-right:10px;
}
.ft-nav{
    color:#fff;
}
.ft-nav span{
    font-size:20px;
}
.ft-nav ul li{
    display: inline-block;
    margin-right:40px;
}
.ft-nav ul li a{color:#fff;line-height: 60px;}

.copyright{color:#fff; line-height: 40px;margin-top:40px; border-top:1px solid rgba(255, 255, 255, .5);padding-top:5px;}
.copyright a{color:#fff;}
.copyright img{float:right}


.banner-c{
    position: relative;
    width: 100%;
}
.banner-c img{
    margin:0 auto;
    display: block;
}
.bannerCatname{
    position: absolute;
    width: 100%;
    height: 100%;
    left:0;
    top:0;
    z-index: 2;
    padding-left:8%;
    padding-top:15%;
    font-size:30px;
    color:#fff;
    font-weight: bold;
}
.bannerArrow{
    position: absolute;
    bottom:30px;
    left:10%;
    animation: myMove 5s linear infinite;
}


.aboutC{
    width: 100%;
    min-height: 300px;
    padding:80px 0;
    overflow: hidden;
    background: url(../../images/about-bg.jpg) no-repeat center;
    background-size: cover;
}

.subNav{
    line-height: 60px;
    overflow: hidden;
    font-size: 14px;
    box-shadow: 2px 2px 5px 5px rgba(204, 204, 204, .2);
    color:#999;
}
.position a{
    color:#999;
}
/* 面包屑 */
.sub_nav{width:100%; overflow:hidden;}
.sub_nav ul{width:100%;margin:0 auto;text-align: right;}
.sub_nav li{display:inline-block; }
.sub_nav li a{display:block; text-align:center; color:#999; padding:0 30px; box-sizing: border-box;border-bottom: 2px solid transparent;}
.sub_nav li.cur a{color:#999; border-color:#f08200;}
.sub_nav li.cur a:after{left:0; width:100%;}
.sub_nav li:hover a{color:#f08200; border-color:#f08200;}
.sub_nav li:hover a:after{left:0; width:100%;}

.aboutPic{
    border-radius: 30px;
    overflow: hidden;
}
.aboutTitle:after{
    content: "";
    display: block;
    width:100px;
    height:4px;
    background: #f08200;
    margin:10px 0 30px 0;
}
.aboutDesc{
    color:#777;
    line-height: 40px;
}
.aboutCulture{overflow:hidden;}
.aboutCultureBox{
    position: relative;
    overflow: hidden;
    margin-bottom:15px;
}
.aboutCultureBox img{
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
}
.aboutCultureDesc{color:#fff;}
.first .aboutCultureDesc{
    position: absolute;
    right:20%;
    top:80px;
}

.aboutCultureDesc h2{
    font-weight: bold;
}
.aboutCultureInfo{
    font-size: 20px;
    line-height: 40px;
    color:#fff;
    margin-top:20px;
}
.aboutCultureBox:hover img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.two .aboutCultureDesc{
    position: absolute;
    left:40px;
    top:40px;
}
.two .aboutCultureDesc h3{font-weight: bold;}
.two .aboutCultureInfo{
    font-size:16px;
    line-height: 30px;
}


.aboutStyle{
    overflow:hidden;
    margin:30px 0 60px;
}
.aboutStyleList ul li{
    margin-bottom:15px;
}
.aboutStyleBox{
    overflow: hidden;
}
.aboutStyleBox img{
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
}
.aboutStyleList ul li:hover .aboutStyleBox img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.aboutStyleBox{
    background: #f08200;
    width: 100%;
    height:247px;
}
.aboutStyleBox a{
    display: block;
    color:#fff;
    text-align: center;
    line-height: 247px;
}


/* 招聘 */
.jobsList{
    width: 100%;
    overflow: hidden;
    margin:60px 0;
}
.jobsListBox{
    background:#f4f4f4;
    padding:30px;
    overflow: hidden;
    position: relative;
    margin-bottom:30px;
}
.josListDesc{
    font-size: 14px;
    color:#999;
    line-height: 24px;
    margin-top:20px;
}
.jobsListBtn{
    position: absolute;
    right:30px;
    bottom:30px;
    color:#ccc;
}
.jobsListBtn span{
    width:40px;
    height:40px;
    border:1px solid #ccc;
    border-radius: 20px;
    display: block;
    line-height: 40px;
    text-align: center;
}
.jobsListBtn span i{color:#ccc;}
.jobsListBox:after{
    content: "";
    display: block;
    width:100%;
    height:4px;
    background:#ccc;
    position: absolute;
    left:0;
    bottom:0;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
}
.jobsListBox:hover:after{
    background: linear-gradient(to bottom right, #E3913F, #f08200);
    background: -webkit-linear-gradient(to bottom right, #E3913F, #f08200);
    background: -moz-linear-gradient(to bottom right, #E3913F, #f08200);
}
.jobsListBox:hover span{
    border: 1px solid #f08200;
}
.jobsListBox:hover span i{color:#f08200;}


.jobsTop{
    background: #f4f4f4;
    padding:30px 30px;
    overflow: hidden;
    border-bottom:2px solid #f08200;
}
.jobsTop h2{
    line-height: 60px;
}
.jobsInfo{
    overflow: hidden;
    color:#999;
    line-height: 60px;
}
.jobsZhize{
    padding:40px 0;
    overflow: hidden;
}
.jobsZhizeCon{
    color:#999;
    padding:20px 0 40px;
    border-bottom:1px solid #ddd;
}

.jobsBtn{
    width:200px;
    height:48px;
    background:#f08200;
    text-align: center;
    line-height: 48px;
    float: right;
}
.jobsBtn a{
    display: block;
    color:#fff;
}
.jobsZhize span{
    font-size:18px;
    display: block;
    margin-bottom:30px;
}
.jobsZhizeCon{
    width: 100%;
}
.jobsZhizeCon form{
    width: 100%;
}
.jobsZhizeCon form input[type='text']{
    width: 70%;
    border:1px solid #ddd;
    line-height: 40px;
}
.jobsZhizeCon .line{
    overflow: hidden;
    margin-bottom:30px;
}
.jobsZhizeCon .line label{
    text-align: right;
    width: 100%;
    font-weight: normal;
}
.jobsZhizeCon button{
    width:200px;
    height:48px;
    display: block;
    margin: 0 auto;
    border-radius: unset;
    background: #ddd;
    border: none;
    color:#555;
}

.jobsZhizeCon button:hover{
    background-color: #f08200;
    border-color:unset;
}

input[type='button']{
    width:200px;
    border: none;
    text-align: center;
    background-color: #f08200;
    line-height: 48px;
    color:#fff;
}


.c-c{
    margin:60px 0;
    overflow: hidden;
    color:#777;
    line-height: 30px;
}
.c-tit{
    font-size:36px;
    font-weight: bold;
    text-align: center;
    line-height: 40px;
    color:#333;
}
.c-tit::after{
    content: "";
    display: block;
    width:80px;
    height:4px;
    background:#f08200;
    margin:0 auto;
    margin-top:20px;
    margin-bottom:40px;
}

.contact-c{
    background:url(../../images/contact-bg.jpg) no-repeat center;
    background-size: cover;
    margin:60px 0;
    overflow: hidden;
    padding:60px 40px;
}
.contact-tit-en{
    font-size:42px;
    text-align: center;
    line-height: 60px;
    font-weight: bold;
    color:#f08200;
    text-transform: uppercase;
}
.contact-tit{
    font-size:36px;
    font-weight: bold;
    text-align: center;
}
.contact-list{
    overflow: hidden;
    margin-top:60px;
}
.contact-box img{
    width: 80px;
    display: block;
    margin:0 auto;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
}
.contact-box{padding:30px 0;}
.contact-desc{
    font-size:20px;
    text-align:center;
    font-weight:bold;
    line-height: 60px;
}
.contact-box:hover img{
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -o-transform: translateY(-10px);
}
.map{
    height:600px;
    width: 100%;
}
.map #container{
    font-size:12px;
    height:500px;
  }
.message{
    min-height: 500px;
}
.mess{
    position: absolute;
    background: url(../../images/mess_bg.png) no-repeat top center;
    left: 10%;
    top: 30%;
    width: 80%;
    padding: 60px 40px;
    
}
.message-c{
    overflow: hidden;
    margin-top:40px;
}
.message-c input[type="text"]{
    width: 100%;
    line-height: 40px;
    border:1px solid #ddd;
    padding:5px 10px;
    margin-bottom:30px;
    border-radius: 5px;
}
.message-c textarea{
    width: 100%;
    border:1px solid #ddd;
    padding:5px 10px;
    height:150px;
}
.message-c button{
    width:200px;
    margin: 0 auto;
    line-height: 48px;
    border:unset;
    display: block;
    margin-top:20px;
    background:#f08200;
    color:#fff;
}


/*数字++++++++++*/
.digital {
    width: 100%;
    padding:60px 0;
    background: #f4f4f4;
    color: #fff;
}

.main {
    width: 100%;
    margin: 0 auto;
    font-size: 0;
}

.mumping_mun li {
    width: 25%;
    display: inline-block;
    margin: 0px auto;
    color:#555;
}

.mumping_mun {
    width: 100%;
    list-style: none;
}

.mumping_mun p {
    font-size: 20px;
    width: 100%;
    display: block;
    clear: both;
}
.ct-title{
    font-family: "Times New Roman";
    font-weight: bold;
    margin-right: 10px;
}
.mumping_mun h2 {
    font-size: 80px;
    font-weight: bold;
    color:#f08200;
    margin-right: 10px;
    margin-top:30px;
}

.pageMargin {
    padding: 130px 0;
}
.mission{
    width:100%;
    overflow: hidden;
    height: 400px;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
}
.missionC{
    width:50%;
    background:rgba(255, 255, 255, .5);
    padding:100px 60px ;
    height:100%;
}
.mission-title{
    font-size:26px;
    font-weight: bold;
}
.mission-c{
    margin-top:20px;
}
.culture-list{
    overflow: hidden;
    margin-top:30px;
    padding:5px;
}
.culture-box{
    background: #eee;
    padding: 40px;
    text-align: center;
    height:340px;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
}
.culture-box img{
    height:80px;
    margin:0 auto;
    display: block;
    margin-bottom:40px;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
}

.mission:hover{
    box-shadow: 1px 1px 2px 3px rgba(240,130,0,.3);
    -webkit-box-shadow: 1px 1px 2px 3px rgba(240,130,0,.3);
    -moz-box-shadow: 1px 1px 2px 3px rgba(240,130,0,.3);
}
.mission:hover .mission-title{
    color:#333;
}
.culture-box:hover .mission-title{
    color:#f08200;
}
.culture-box:hover{
    box-shadow: 1px 1px 2px 2px #f08200;
    -webkit-box-shadow: 1px 1px 2px 2px #f08200;
    -moz-box-shadow: 1px 1px 2px 2px #f08200;
    -o-box-shadow: 1px 1px 2px 2px #f08200;
}
.culture-box:hover img{
    transform: rotateY(360deg);
    -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
}

#pages{
    text-align: center;
    line-height: 40px;
}
#pages span{
    padding:5px 10px;
    background:#f08200;
    color:#fff;
    border-radius: 20px;
}
#pages a{
    padding:5px 10px;
    background:#f4f4f4;
    border-radius: 20px;
}
















@keyframes myMove{
    0%{transform: translateY(0);}
    25%{transform: translateY(15%);}
    50%{transform: translateY(30%);}
    75%{transform: translateY(10%);}
    100%{transform: translateY(0);}
}

@keyframes progressMove{
    0% {
        background-position: 0px;
    }
    100% {
        background-position: 100px;
    }
}
@keyframes bannerMove{
    0%{
        transform: scale(1.1);
    }
    100%{
        transform: scale(1);
    }
}

@media(min-width:1200px) and (max-width:1599px){
    .hProLeft{height:480px;padding-top:40px;}
    .hYoushiDesc{height:120px;}
    .h-ys .hYoushi{
        transform: translateY(180px);
    -webkit-transform: translateY(180px);
    -moz-transform: translateY(180px);
    -o-transform: translateY(180px);
    }
    .ft-nav ul li{margin-right:30px;}
    .subNav .width50{width:60%;}
    .subNav .position{width:40%}
    .aboutStyleBox{height:184px;}
    .aboutStyleBox a{line-height: 184px;}
    .honorPic a img{max-height:232px;}
    .honorPic ,.honorPic a{height:232px;}
    .bannerCatname{padding-top: 13%;}
    .proInfo{padding:10px 30px;}
    .proChar{height:auto;}
    .jobsZhizeCon .line .ib{width:20% !important;}
    .jobsZhizeCon form input[type='text']{width:80%}
    .message{min-height:600px}
}





@media(max-width:992px){
    .banner{margin-top:44px;}
    .font48{font-size:32px;}
    .h-about{margin:30px 0;}
    .h-about-content{margin:20px 0;line-height: 30px; padding:0 5px;}
    .h-about .h-btn{margin-bottom:30px;}
    .szBox{
        width:calc((100% - 20px) / 2);
        -webkit-width:calc((100% - 20px) / 2);
        -moz-width:calc((100% - 20px) / 2);
        -o-width:calc((100% - 20px) / 2);
        padding:30px 20px;
        margin-right:20px;
    }
    .szBox:nth-child(2n){margin-right:0;}
    .szBox img{height:50px;}
    .szInfo span{font-size:20px;}
    .szInfo{font-size:14px;margin: 20px 0 30px;line-height: 24px;height:90px;}
    .count-title{font-size:60px;}
    .hProLeft,.hProRight{width:100%;}
    .hProLeft{padding:40px 30px;}
    .hProRight{
        padding:0 15px;
        margin-top:30px;
        height:auto;
    }
    .margin60{margin-top:40px; margin-bottom:40px;}
    .h-ys .hYoushi{
        padding:0 20px 30px 20px;
        transform: translateY(130px);
        -webkit-transform: translateY(130px);
        -moz-transform: translateY(130px);
    }
    .hYoushi h2{font-size: 24px;}
    .h-ys .hYoushi .hXuhao{
        font-size:48px;
        transform: translateY(-35px);
        -webkit-transform: translateY(-35px);
        -moz-webkit-transform: translateY(-35px);
        -o-webkit-transform: translateY(-35px);
    }
    .hYoushiDesc{font-size: 14px;
        line-height: 20px;
        height: 100px;
        margin-top:20px;
    }
    
}



@media(min-width:767px) and (max-width:992px){
    .hCase img{height:97px;}
    .right-category{height:auto;}
    .hNewsLeft{height:516px;}
    .h-zixun form{padding:5px;}
    .ft-nav ul li{margin-right:20px;}
    .ft-nav ul li a{line-height: 24px;}
}



@media(max-width:767px){
    .hService li img{
        width:56px
    }
    .hProList li{
        margin-bottom:30px;
    }
    .hProList li:last-child{margin-bottom:0;}
    .h-ys li{width:50%;}
    .hHonor ul{overflow: hidden;}
    .hHonor ul li{
        width:50%;
        float: left;
        padding:10px;
    }
    .hHonor ul li img{
        max-height:104px;
        display: block;
        margin:0 auto;
    }
    .h-honor{height:auto;}
    .left-category,.right-category{width:100%}
    .right-category{height:auto;}
    .h-zixun{margin:30px 0;}
    .h-zixun form{padding:0 10px;}
    .paddingLeftZero,.paddingRightZero{
        padding-left:0;
        padding-right:0;
    }
    .footer{padding:40px 10px;}
    .ft .paddingLeftZero img{
        height:60px;        
    }
    .copyright img{float:none}
    .copyright{line-height: 30px;}
    .banner-c{margin-top:44px;}
    .bannerCatname,.subNav{display: none;}
    .aboutC{padding:30px 10px;}
    .aboutStyleBox{height:auto;}
    .aboutCulture,.aboutStyleList{padding:0 10px;}
    .first .aboutCultureDesc{left:40px; top:40px; right:0;}
    .aboutCultureInfo{font-size:16px;}

    .honorPic,.honorPic a{height:221px}
    .honorPic a img{max-height:221px}    
    .C{
        padding:0 10px;
    }
    .mumping_mun li{width:50%;padding:0 10px}
    .mumping_mun li .mun_top img{
        height:54px;
    }
    .mumping_mun h2{font-size:60px}
    .mumping_mun p{font-size:16px;height:46px;overflow:hidden;}
    .mission{height:auto;}
    .missionC{width: 100%;}
    .culture-box{margin-bottom:30px;}
    .c-c{margin:30px 0;}
    .proPic,.proInfo{
        width:100%;
    }
    .proTopDesc{margin-bottom:30px;}
    .product-detail__content{padding-top:40px;padding-bottom:40px;}
    .d-lg-block{padding-left:0;}
    .news{padding:0 10px;}
    .news h2{font-size:24px;}
    .news .news-icon{line-height: 40px; padding:20px 0;}
    .news-c{padding:40px 10px;}
    .news-fanye-box{margin-bottom:20px;}
    .detail-header{padding:0 10px;}
    .detail-header__content h3{font-size:24px;}
    .detail-content{padding:40px 20px;}
    .jobsZhize{padding:40px 10px;}
    .jobsList{margin:0;}
    .jobsZhizeCon form input[type='text']{width:100%;}
    .jobsZhizeCon .line .ib{display: block;width: 50% !important;text-align: left;}
    .contact-c{margin-top:0;}
    .contact-tit-en{font-size:36px;}
    .contact-tit{font-size:30px;}
    .contact-desc{line-height: 30px;}
    .mess{width: 100%;padding:40px 10px;left:0;position: unset;}
}