
@charset "utf-8";
.uk-offcanvas.uk-active {
    display: block;
}
.uk-offcanvas {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    touch-action: none;
    background: rgba(0,0,0,.5);
}

.uk-offcanvas-bar {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    z-index: 1001;
    width: 270px;
    max-width: 100%;
    background: #333;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    -ms-scroll-chaining: none;
}
.uk-offcanvas.uk-active .uk-offcanvas-bar.uk-offcanvas-bar-show {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
.uk-offcanvas-bar-flip {
    left: auto;
    right: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}
.uk-nav, .uk-nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.uk-nav-offcanvas>li>a {
    color: #ccc;
    padding: 10px 15px;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
    border-top: 1px solid rgba(0, 0, 0, 0.3);
}
.uk-nav>li>a {
    padding: 5px 15px;
}
.uk-nav li>a {
    display: block;
    text-decoration: none;
}
.m-navbar-toggle{
    display: none;
}
.m-navbar-toggle {
    float: right;
    height: auto;
    margin-top: 35px;
    padding: 10px;
    cursor: pointer;
    color: #fff;
    border: none;
    border-radius: 4px;
    background-color: #ed8614;
}
.m-navbar-toggle .m-navbar-toggle-icon {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background-color: #fff;
}
.m-navbar-toggle .m-navbar-toggle-icon + .m-navbar-toggle-icon {
    margin-top: 4px;
}
.uk-nav-offcanvas ul a {
    color: #ccc;
}
.uk-nav ul a {
    padding: 5px 20px;
    font-size: 14px;
    display: block;
}





body{
    background: #f8f8f8;
    overflow: hidden;
}
.container{
    width: 1200px;
    margin: 0 auto;
}
header{
    position: absolute;
    width: 100%;
    z-index: 2;
}
.head{
    height: 90px;
    border-bottom: 1px solid #919191;
}
.logo{
    float: left;
    margin-top: 10px;
}
.banner .slick-dots{
    bottom: 30px;
}
.banner .slick-dots li{
    width: 75px;
    height: 8px;
    background-color: #a3a3a3;
}
.banner .slick-dots li img{
    width: 100%;
}
.banner .slick-dots li.slick-active{
    background-color: #dd8019;
}
.banner  .slick-prev,.banner   .slick-next {
    width: 72px;
    height: 60px;
    top: 43%;
    z-index: 10;
}
.banner  .slick-prev{
    background: url("../img/pre.png");
    left: 70px;
}
.banner   .slick-next{
    background: url("../img/next.png");
    right: 70px;
}
.slick-slide img{
    width: 100%;
}
.head-phone{
    float: right;
    margin-top: 25px;
}
.head-phone-in h2{
     font-size: 16px;
     color: #fff;
 }
.head-phone-in span{
    font-size: 30px;
    color: #fff;
    margin: 0 10px;
    font-weight: 100;
}
.head-phone-in p{
    font-size: 16px;
    color: #ed8614;
}
.head-phone-in img{
    margin-top: 7px;
    margin-right: 10px;
    margin-left: 34px;
}
.nav{
    text-align: center;
    position: relative;
}
.nav ul li{
    display: inline-block;
    width: 134px;
    text-align: center;
    /*margin:0 27px;*/
    padding-top: 20px;
    position: relative;
}
.nav ul li a{
    font-size: 16px;
    color: #fff;
}
.nav ul li a:hover{
    color: #ed8614;
}
.border{
    width: 81px;
    height: 5px;
    background: #ed8614;
    position: absolute;
    top: -1px;
    left: 146px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
}
.index-text{
    width: 812px;
    margin: 0 auto;
    text-align: center;
}
.index-text{
    margin-top: 200px;
    position: relative;
    z-index: 0;
}
.index-text h2{
    font-size: 48px;
    color: #fff;
    padding: 30px 0;
}

.index-text h2 span{
    color: #ed8614;
}
.top-border,
.top-bottom{
    width: 100%;
    height: 1px;
    background-color: #c1c1c1;
}
.index-text p{
    font-size: 18px;
    color: #fff;
    padding-top: 20px;
}
.top-left,
.top-right{
    width: 100px;
    height: 3px;
    background-color: #fff;
    position: absolute;
    top: 60px;
}
.top-left{
    left: 0px;

}
.top-right{
    right: 0px;
}
.new-p-title h2{
    font-size: 24px;
    color: #474747;
}
.new-p-title{
    margin-bottom: 40px;
}
.new-p-title span,.new-p-title b{
    font-size: 12px;
    color: #999999;
}
.new-p-title span{
    margin: 0 15px;
}
.new-p-title i{
    display: inline-block;
    width: 50px;
    height: 3px;
    background: #ed8614;
}
.new-p-list .slick-prev.new-p-list, .slick-next {
    width: 40px;
    height: 80px;
}
.new-p-list .slick-prev{
    background: url("../img/icon-2.png") no-repeat;
    left: -60px;
}
.new-p-list .slick-next{
    background: url("../img/icon-3.png") no-repeat;
    right: -60px;
}
.slick-img{
    background: #f0f0f0;
    width: 290px;
    height: 200px;
    margin: 0 auto;
}
.slick-img img{
    width: 290px;
    height: 200px;
    transition: all 1.5s;
    -webkit-transition: all 1.5s;
    -moz-transition: all 1.5s;
    -ms-transition: all 1.5s;
}
.slick-text{
    text-align: center;
    background: #fff;
    width: 290px;
    margin: 0 auto;
    padding: 20px 0;
}
.slick-text h2{
    font-size: 16px;
    color: #474747;
}
.slick-text p{
    font-size: 14px;
    color: #666666;
}
.responsive>div a{
    display: block;
    transition: all 0.5s;
    padding: 5px;
    overflow: hidden;

}
.responsive>div a:hover  h2{
    color: #ed8614;
}
.responsive>div a:hover{
    padding: 5px;
    background: #fff;
}
.responsive>div a:hover img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
}
.more{
    text-align: center;
}
.new-p-list .slick-list{
    z-index: 99;
}
.more a{
display: inline-block;
    width: 140px;
    height: 30px;
    border: 1px solid #999999;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    color: #666666;
}
.more a:hover{
    background-color: #ed8614;
    color: #fff;
    border: none;

}
.about{
    width: 100%;
    height: 700px;
    background: url("../img/icon-back.png") no-repeat;
    background-size: cover;
    margin-top: 80px;
    text-align: center;
}
.about-title h2{
    font-size: 24px;
    color: #474747;
    padding-top: 75px;
}
.new-p-list .slick-dots{
    bottom: 0px;
    top: -70px;
    right: 0px;
    text-align: right;
}
.new-p-list .slick-dots li {
    height: 14px;
    width: 14px;
    margin: 0px 5px;
    padding: 0px;
    border-radius: 50%;
    border: 1px solid #cccccc;
}
.new-p-list .slick-dots li.slick-active{
    border: none;
    background: #ed8614;
}
.about-title h3{
     font-size: 14px;
     color: #666666;
     padding: 20px 0;
 }
.about-title p{
    font-size: 14px;
    color: #666666;
    padding: 0 200px;
    line-height: 30px;
    margin-bottom: 60px;
}
.about-img{
    margin-top: 60px;
}
.about-img img{
    max-width: 100%;
}
.about-phone{
    width: 100%;
    height: 150px;
    background: url("../img/icon-5.png") no-repeat;
    background-size: cover;
    text-align: center;
}
.about-phone h2{
    font-size: 30px;
    color: #fff;
    padding-top: 40px;
    padding-bottom: 15px;
}
.about-phone h2 span{
    color: #ed8614;
}
.about-phone  p{
    font-size: 14px;
    color: #fff;
}
.foot{
    margin-top: 60px;
}
.foot-text h2{
     font-size: 20px;
     color: #474747;
 }
.foot-text h2 span{
    font-size: 18px;
    color: #474747;
    margin: 0 70px;
}
.foot-text p{
    text-align: center;
    padding-top: 20px;
}
.foot-text p span{
    font-size: 18px;
    color: #474747;
    margin: 0 32px;
}
.foot-bottom{
    border-top:1px solid #cbcbcb;
    height: 50px;
    line-height: 50px;
    text-align: center;
    margin-top: 50px;
}
.foot-bottom span{
    font-size: 14px;
    color: #666666;
    margin: 0 16px;
}
.yc-nav{
    position: absolute;
    width: 100%;
    display: none;z-index: 999;
}
.nav ul li:hover .yc-nav{
    display: block;
}
.yc-nav a{
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: rgba(237,134,20,0.5);
    /*background-color: rgba(0,0,0,0.4);*/
    /*border-top: 1px solid #fff;*/
}
.yc-nav a:first-child{
    border: none;
}
.yc-nav i{
    width: 0;
    height: 0;
    display: inline-block;
    border-left:8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 16px solid  rgba(237,134,20,0.5);
    margin-bottom: -4px;
}
.yc-nav a:hover{
    background-color: rgba(237,134,20,1);
    color: #fff !important;
}
.banner-two{
    width: 100%;
    height: 450px;
    background-size: cover;
}
.banner-about{
    background: url("../img/about-banner.jpg") no-repeat center center;
}
.bug-nav{
    height: 50px;
    width: 100%;
    line-height: 50px;
    background-color: #f0f0f0;
}
.bug-nav-in  i.icon-home{
    display: inline-block;
    width: 14px;
    height: 13px;
    background: url("../img/icon-6.png") no-repeat;
    margin-bottom: -2px;
}
.bug-nav-in{
    float: right;
}
.bug-nav-in a{
    font-size: 14px;
    color: #999999;
    margin: 0 10px;
}
.bug-nav-in  i{
    font-size: 12px;
    color: #999999;
    display: inline-block;
    width: 5px;
    height: 11px;
    background: url("../img/icon-7.png") no-repeat;
}
.bug-nav-in a.active{
    color: #666666;
}
.nav-bug{
    padding: 15px 0;
    border-bottom: 1px solid #cbcbcb;
}
.nav-bug a{
    font-size: 16px;
    color: #999999;
    padding: 10px 20px;
    display: inline-block;
}
.nav-bug a.active{
    background-color: #ed8614;
    color: #fff;
}
.nav-bug  span{
    font-size: 13px;
    color: #999999;
    margin: 0 2px -3px;
}
.about-content{
    margin-top: 65px;
    margin-bottom: 60px;
}
.about-content h2{
    font-size: 26px;
    color: #ed8614;
    font-weight: bold;
    text-align: center;
    padding-bottom: 10px;
}
.about-content h3{
    font-size: 20px;
    color: #ed8614;
    text-align: center;
}
.about-content-in{
    margin-top: 70px;
}
.about-content-img{
    float: left;
    margin-right: 30px;
}
.about-content-text p{
   font-size: 14px;
    color: #666666;
    line-height: 30px;
    padding-bottom: 20px;
}
.about-content-text-in{
    margin-top: 50px;
    padding-top: 50px;
    border-top: 1px dashed #cbcbcb;
}
.about-content-text-in h4{
    font-size: 22px;
     color: #666666;
}
.about-content-text-in span{
    font-size: 12px;
    color: #666666;
    margin-bottom: 40px;
    display: inline-block;
}
.about-cha-img{
    text-align: center;
    margin-top: 40px;
}
.about-cha-img img{
    max-width: 90%;
}
.about-cha-title h2{
    color: #666666;
}
.about-cha-title{
    text-align: center;
}
.about-cha-title h3{
    color: #999999;
    font-size: 14px;
}
.about-cha-title span{
    display: inline-block;
    width: 60px;
    height: 1px;
    background-color: #cbcbcb;
}
.banner-qua{
    background: url("../img/banner-qua.jpg") no-repeat center center;
}
.qua{
    margin-top: 60px;
}
.qua li{
    float: left;
    width: 25%;
    text-align: center;
    margin-bottom: 40px;
}
.qua li img{
    width: 280px;
    height: 195px;
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
}
.qua li  p{
    font-size: 16px;
    color: #474747;
    padding-top: 30px;
}
.qua li:hover img{
   transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
}
.qua li:hover p{
    color: #ed8614;
}
.banner-product{
    background: url("../img/banner-p.jpg") no-repeat center center;
}
.product-list{
    margin-top: 60px;
}
.product-list ul li{
    float: left;
    width: 25%;
    margin-bottom: 40px;
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
}
.product-list ul li a{
    display: block;
    padding: 5px;
}
.product-list ul li>a:hover {
    padding: 5px;
    background: #fff;
}
.product-list ul li:hover h2{
    color: #ed8614;
}
.product-list ul li:hover{
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    box-shadow: 0px 0px 3px 3px rgba(0,0,0,0.1);
}
.page-pagination {
    width: 100%;
    margin: 40px auto 60px auto;
    text-align: center;
}

.page-pagination a {
    display: inline-block;
    margin: 0 5px;
    padding: 3px 10px;
    cursor: pointer;
    text-decoration: none;
    color: #5b5b5b;
    border: 1px solid #ddd;
}
.about-content-img img{
    max-width: 100%;
}
.page-pagination a:hover {
    color: #fff;
    border-color: #ed8614;
    background-color: #ed8614;
}

.page-pagination a.jp-disabled {
    cursor: no-drop;
    opacity: .5;
}

.page-pagination a.jp-disabled:hover {
    color: #5b5b5b;
    border-color: #ddd;
    background-color: #fff;
}

.page-pagination a.jp-current {
    cursor: default;
    color: #fff;
    border-color: #ed8614;
    background-color: #ed8614;
}
.banner-case{
    background: url("../img/icon-11.png") no-repeat center;
}
.case-list .slick-img{
    position: relative;
}
.case-list .slick-img-back{
    background: url("../img/icon-13.png") no-repeat center;
    position: absolute;
    top: 0px;width: 100%;
    height: 100%;
    background-size: cover;
    display: none;
}
.case-list ul li:hover .slick-img-back{
    display: block;
}
.case-list .slick-text h2{
    text-align: left;
    padding-left: 15px;
    padding-bottom: 7px;
}
.case-list .slick-text p{
    text-align: left;
    padding-left: 15px;
}
.case-list ul li a{
    border-bottom: 1px solid #cbcbcb;
    padding: 0px !important;
    /*overflow: hidden;*/
}
.case-list ul li:hover a
.case-list .slick-text{
    background: none;
    position: relative;
}
.case-list ul li:hover a{
    border-bottom: 1px solid #fff;
}
.case-list ul li{
    padding: 5px;
}
.case-list .slick-text{
    position: relative;
}
.case-list .slick-text i{
    display: inline-block;
    width: 26px;
    height: 26px;
    background-image: url("../img/icon-14.png");
    position: absolute;
    right: 15px;
    top: 35px;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
      background-position: -54px 0px;
    background-repeat: no-repeat;
}
.case-list ul li:hover .slick-text i{
    background-position: 0px 0px;
}
.banner-recriut{
    background: url("../img/banner-r.jpg") no-repeat center;
}
.recruit-content-title ul li{
    float: left;
    height: 60px;
    line-height: 60px;

}
.recruit-content-title ul li:nth-of-type(1)
{
    width: 30%;
    padding-left: 20px;
}
.recruit-content-title ul li:nth-of-type(3),
.recruit-content-title ul li:nth-of-type(2),
.recruit-content-title ul li:nth-of-type(4)
{
    width: 20%;
}
.recruit-content-title ul li:nth-of-type(5),
{
    width: 10%;

}
.recruit-content-title{
    margin-top: 50px;
    background-color: #fff;
    box-shadow: 1px 1px 2px 2px rgba(0,0,0,0.1);
}
.icon-j{
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url("../img/icon-16.png") no-repeat center;
}
.icon-j.active{
    background: url("../img/icon-17.png") no-repeat center;
}
.recruit-content-list ul li .recruit-content-list-in{
    height: 80px;
    line-height: 80px;
    border-bottom: 1px solid #e3e3e3;
    width: 100%;
}
.recruit-content-list ul li div{
    float: left;
   cursor: pointer;
}
.recruit-content-list ul li  .recruit-content-list-in.active{
    color: #ed8614;
}

.recruit-content-list ul li .recruit-content-list-in div:nth-of-type(1)
{
    width: 30%;
    padding-left: 20px;
}
.recruit-content-list ul li .recruit-content-list-in div:nth-of-type(3),
.recruit-content-list ul li .recruit-content-list-in div:nth-of-type(2),
.recruit-content-list ul li .recruit-content-list-in div:nth-of-type(4)
{
    width: 20%;
}
.recruit-content-list ul li .recruit-content-list-in div:nth-of-type(5){
    width: 10%;
    /*text-align: center;*/
}
.recruit-content-list-yc{
    padding: 20px;
    display: none;
}
.recruit-content-list-yc p{
    font-size: 14px;
    color: #999999;
    line-height: 26px;
}
.contact-title{
    margin: 60px 0;
}
.contact-title h2{
    font-size: 26px;
    color: #ed8614;
    font-weight: bold;
    padding-bottom: 10px;
}
.contact-title h3{
    font-size: 20px;
    color: #ed8614;
}
.contact-content h2{
     font-size: 18px;
     color: #494949;
    padding-bottom: 5px;
 }
.contact-content h3{
    font-size: 14px;
    color: #494949;
}
.contact-content ul{
    margin: 40px 0;
}
.contact-content ul li{
    float: left;
    margin-bottom: 30px;
    width: 50%;
    font-size: 16px;
    color: #474747;
    line-height: 28px;
}
.contact-content ul li p{
    display: inline-block;
    /*width: 22px;*/
    height: 25px;
    margin-bottom: -7px;
    margin-right: 5px;
    padding-left: 27px;
}
.contact-content ul li:nth-of-type(1) p{
    background: url("../img/icon-18.png") no-repeat left center;
}
.contact-content ul li:nth-of-type(2) p{
    background: url("../img/icon-19.png") no-repeat left center;
}
.contact-content ul li:nth-of-type(3) p{
    background: url("../img/icon-20.png") no-repeat left center;
}
.contact-content ul li:nth-of-type(4) p{
    background: url("../img/icon-21.png") no-repeat left center;
}
.contact-content ul li:nth-of-type(5) p{
    background: url("../img/icon-22.png") no-repeat left center;
}
.contact-content ul li:nth-of-type(6) p{
    background: url("../img/icon-23.png") no-repeat left center;
}
.bx-wrapper .bx-pager {
    display: none !important;
}
.map{
    margin-top: 30px;
    margin-bottom: 60px;
}
.product-det-left{
    width: 820px;
    float: left;
}
.product-det-right{
    width: 290px;
    float: right;
}
.product-det{
    margin: 50px 0;
}
.bx-controls-direction{
    display: none !important;
}
.product-det-bottom-a a i{
    width: 16px;
    height: 14px;
    display: inline-block;
    background: url("../img/icon-25.png");
    margin-bottom: -3px;
    margin-right: 5px;
}
.product-det-title{
    font-size: 26px;
    color: #666666;
}
.product-det-jj{
    font-size: 14px;
    color: #666666;
    margin: 30px 0;
}
.product-det-img{
    text-align: center;
}
.product-det-img img{
    max-width: 100%;
}
.product-det-content{
    margin-top: 30px;
}
.product-det-content p{
    font-size: 14px;
    color: #666666;
    line-height: 26px;
}
.product-det-bottom{
    margin-top: 70px;
}
.product-det-bottom a{
    display: block;
    font-size: 16px;
    color: #666666;
    margin-bottom: 15px;
}
.product-det-bottom a:hover{
    color: #ed8614;
}
.product-det-bottom-a a{
   width: 100px;
    height: 35px;
    float: right;
    background-color: #ed8614;
    text-align: center;
    line-height: 35px;
    font-size: 14px;
    color: #fff;
}
.product-det-right h2{
    font-size: 18px;
    color: #666666;
    padding-bottom: 7px;
    padding-top: 20px;
}
.product-det-right h3{
    font-size: 14px;
    color: #999999;
    padding-bottom: 41px;
}
.product-det-right ul li{
    margin-bottom: 30px;
}
.recruit-content-list{
    margin-bottom: 100px;
}
.recruit-content-list ul li:nth-child(even){
    background-color: #fff;
}
.banner-con{
    background: url("../img/banner-c.png") no-repeat center;
}
.product-det-content img{
    max-width: 95%;
}