/*å¤´éƒ¨æ ·å¼*/
.head{
    background:url(../images/head.jpg) repeat-x;
    height: 267px;
    overflow: hidden;
}
.container{
    width: 1200px;
    margin: 0 auto;
    position: relative;
}
.wel{
    float: left;
    line-height: 40px;
    font-size: 12px;
    color: #666;
}
.heada{
    float: right;
    text-align: right;
    line-height: 40px;
    font-size: 12px;
    color: #666;
}
.heada a{
    font-size: 12px;
    color: #666;
    margin:0 10px;
}
.logo{
    float: left;
    width: 556px;
    height: 80px;
    margin:36px 0 55px 0;
}
.logo a{
    display: block;
}

.tel{
    float: right;
    padding-left: 68px;
    background:url(../images/tel.png) no-repeat 0 0;
    font-size: 18px;
    color: #333;
    margin:56px 0 0 0;
}
.tel strong{
    color: #ff2d2e;
}

.nav{
    width: 1400px;
    margin:10px auto 0;
    position: relative;
}
.nav li{
    float: left;
    width: 140px;
    position: relative;
    line-height: 33px;
    margin:0px 34px;
}
.nav li:first-child{
    margin-left: 0;
}
.nav li:last-child{
    margin-right:0;
}
.nav li a{
    display: block;
    font-size: 18px;
    color: #666;
    text-align: center;
}
.nav li:hover{
    background:url(../images/navli.png) no-repeat left center;

}
.nav li:hover a{
    color: #fff;
}
.nav li.cur{
    background:url(../images/navli.png) no-repeat left center;
}
.nav li.cur a{
    color: #fff;
}
.nav li .b_nav{
    display: none!important;
    position: absolute;
    top:40px;
    left:0px;
    z-index: 999;
    background-color: #ff2d2e;
    width: 100%;
}
.nav li .b_nav a{
    font-size: 14px;
    color: #fff;  
    line-height: 2em;  
}

/*banner*/
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
    bottom:80px!important;
}
.swiper-pagination-bullet {
    width: 120px!important;
    height: 5px!important;
    background-color: #fff!important;
    border-radius: 0!important;
}
.swiper-pagination-bullet-active{
    background-color: #ff2d2e!important;
}
.swiper-container {
  width: 100%;
  height: 100%;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.swiper-slide img{
    width: 100%;
}

/*mnav*/
.menu-button{
    display: none;
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 7px;
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s;
    background-color: #ff2d2e;
    z-index: 99999;
}
.menu-button .bar {
    display: block;
    height: 2px;
    background: #fff;
    margin: 9px 0;
    opacity: 1;
    transition: all .5s ease;
    width: 30px;
    transform-origin: left center;
}

.mnav .bar:nth-child(1){
    transform:rotate(45deg);
    /*width: 40px;*/
}
.mnav .bar:nth-child(2){
    opacity: 0;
}
.mnav .bar:nth-child(3){
    transform:rotate(-45deg);
    /*width: 40px;*/
}

.mobileNav{
    display: none;
    background-color: #ff2d2e;
    text-align: center;
    position: absolute;
    top:55px;
    z-index: 99999;
    width: 100%;
}
.mobileNav li {
    line-height: 2em;
    padding:1em 0;
}
.mobileNav li a{
    font-size: 1rem;
    color: #fff;
}

@media(max-width: 1399px){
    .container{
        width: 100%;
    }
    .nav li{
        margin: 0px 1px;
    }

}
@media(max-width: 1024px){
    
}
@media(max-width: 768px){
    .head{
        height: 160px;
    }
   .logo{
        width: 60%;
        margin:2em 0;
        height: 100%;
   }
   .logo img{
    width: 100%;
   }
   .tel{
    display: none;
   }
   .nav{
    display: none;
   }
   .m_nav{
    display: block;
   }
   .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
        bottom:20px!important;
   }
   .swiper-pagination-bullet {
        width: 60px!important;
    }
    .menu-button{
        display: block;
        top:60px;
    }
    .mobileNav{
        top:115px;
    }
}
@media(max-width: 640px){
    .head{
        background: none;
        height: 100%;
        padding:1em 0;
    }
    .head1{
        display: none;
    }
    .logo{
        margin:0;

    }
    .menu-button{
        top:0px;
    }
    .mobileNav{
        top:55px;
    }
}


.main1{
    background-color: #efefef;
}
.search{
    
}
.hotSearch{
    padding-left: 30px;
    background:url(../images/hot.png) no-repeat left center;
    line-height: 45px;
    font-size: 14px;
    color: #333;
    font-weight: bold;
    float: left;
    width: 500px;
}
.hotSearch p{
    display: inline-block;
    color: #ccc;
    font-weight: normal;
}
.hotSearch a{
    font-size: 14px;
    color: #ccc;
    font-weight: normal;
}
#formsearch{
    width: 247px;
    height: 45px;
    float: right;
    background:url(../images/ss.png) no-repeat left center;
}
#formsearch input{
    outline: none;
    border: none;
    background: none;
    margin-top: 10px;
    height: 25px;
    line-height: 25px;
}
#formsearch #keyword{
    float: left;
    font-size: 12px;
    color: #ececec;
    margin-left: 34px;
    text-indent: 5px;
    width: 157px;
}
#formsearch #s_btn{
    float: left;
    width: 24px;
    font-size: 0;
    cursor: pointer;
}

/*é¦–é¡µäº§å“*/
.main_product{
    margin-top: 60px;
    padding-bottom: 70px;
}
.main_product_sort{
    float:left;
    width: 280px;
    background:url(../images/sort.png) no-repeat;
    height: 878px;
    position: relative;
}
.main_sort{
    padding-top: 186px;
}
.main_sort li a{
    display: block;
    background:url(../images/sortli.png) no-repeat;
    width: 230px;
    height:40px;
    line-height: 40px;
    margin: 18px auto 0;
    text-align: center;
    font-size: 16px;
    color: #333;
}
.main_sort li a:hover{
    background:url(../images/sortli_h.png) no-repeat;
    color: #fff;
}
.tel1{
    position: absolute;
    bottom:130px;
    font-size: 14px;
    color: #fff;
    line-height: 20px;
    left:95px;
}
.tel1 strong{
    font-size: 18px;
}
.main_product_list{
    float: right;
    /*width: 920px;*/
    padding-top: 50px;
    width: calc(100% - 280px);
}
.product_list1 li{
    float: left;
    margin:0 0px 8px 3.333%;
    width: 30%;
}
.product_list1 li a.img{
    display: block;
    overflow: hidden;
    box-shadow: 0px 0px 30px #ccc;
}
.product_list1 li a.img img{
    width: 100%;
    transition: all 0.6s ease-out;
}
.product_list1 li:hover a.img img{
    transform:scale(1.1);
    transition: all 0.6s;
}
.product_list1 li h3 a{
    display: block;
    line-height: 60px;
    font-size: 16px;
    color: #666;
    font-weight: normal;
    text-align: center;
}
.product_list1 li:hover h3 a{
    color: #ff2d2e;
}

@media(max-width: 1399px){
    .main_product{
        margin-top: 3em;
        padding-bottom: 3em;
    }

    .main_product_list{
        width: 80%;
    }
    .product_list1 li{
        width: 45%;
        margin:2.5%;
    }
    .product_list1 li:nth-child(7){
        display: none;
    }
    .product_list1 li:nth-child(8){
        display: none;
    }
    .product_list1 li:nth-child(9){
        display: none;
    }
}
@media(max-width: 1024px){
    .main_product_list{
        width: 70%;
    }    
}
@media(max-width: 768px){
    .search{
        display: none;
    }   
    .main_product{
        margin-top: 0;
        padding-top: 1em;
    } 
    .main_product_sort{
        width: 100%;
        float: none;
        height: 100%;
        background:none;
    }
    .tel1{
        display: none;
    }
    .main_sort{
        padding-top: 0px;
        text-align: center;
    }
    .main_sort li{
        display: inline-block;

    }
    .main_sort li a{
        float: left;
        margin:0 auto 15px;
    }
    .main_product_list{
        width: 100%;
        padding-top: 1em;
    }
    .product_list1 li h3 a{
        line-height: 30px;
        padding-top: 10px;
    }
}
@media(max-width: 640px){
    .main_product_sort{
        display: none;
    }
    .main_sort li{
        display: block;
    }
    .main_sort li a{
        width: 25%;
        background:none;
    }    
    .main_product_list{
        padding-top: 0;
    }
}



/*å››å¤§ç†ç”±*/
.main2{
    width: 1920px;
    height: 771px;
    background:url(../images/bg1.png) no-repeat 0 0 #efefef;
    position: relative;
    left:50%;
    margin-left: -960px;
    font-size: 16px;
    color: #fff;
}
.main2 .ly1{
    position: absolute;
    left: 63px;
    top: 185px;
}
.main2 .ly2{
    position: absolute;
    left: 973px;
    top:185px;
}
.main2 .ly3{
    position: absolute;
    left: 62px;
    top:640px;
}
.main2 .ly4{
    position: absolute;
    left: 976px;
    top: 628px;
}
.main2 .text{
    position: absolute;
    left:470px;
    top:380px;
    font-size: 38px;
    color: #ff2d2e;
    text-align: center;
}
.main2 .text span{
    display: block;
    font-size: 18px;
    color: #333;
    margin-top: 20px;
}

@media(max-width: 1399px){
    .main2{
        display: none;
    }
}
@media(max-width: 1024px){

}
@media(max-width: 768px){

}
@media(max-width: 640px){

}

/*æœåŠ¡æµç¨‹*/
.main3{
    background:#efefef;
    padding:75px 0 105px 0;
}
.fuwu_title{
    text-align: center;
}
.fuwu{
    margin:75px 0 45px 0;
}
.fuwu li{
    font-size: 16px;
    color: #333;
    padding-top: 154px;
    float: left;
    width: 134px;
    text-align: center;
    background-size: 100%;
}
.fuwu li:hover{
    color: #ff2d2e;
}
.fuwu .lcjt{
    float: left;
    width: 42px;
    text-align: center;
    line-height: 146px;
}
.fuwu li.lc1{
    background:url(../images/lc1.png) no-repeat top center;
}
.fuwu li.lc1:hover{
    background:url(../images/lc1_h.png) no-repeat top center;
}
.fuwu li.lc2{
    background:url(../images/lc2.png) no-repeat top center;
}
.fuwu li.lc2:hover{
    background:url(../images/lc2_h.png) no-repeat top center;
}
.fuwu li.lc3{
    background:url(../images/lc3.png) no-repeat top center;
}
.fuwu li.lc3:hover{
    background:url(../images/lc3_h.png) no-repeat top center;
}
.fuwu li.lc4{
    background:url(../images/lc4.png) no-repeat top center;
}
.fuwu li.lc4:hover{
    background:url(../images/lc4_h.png) no-repeat top center;
}
.fuwu li.lc5{
    background:url(../images/lc5.png) no-repeat top center;
}
.fuwu li.lc5:hover{
    background:url(../images/lc5_h.png) no-repeat top center;
}
.fuwu li.lc6{
    background:url(../images/lc6.png) no-repeat top center;
}
.fuwu li.lc6:hover{
    background:url(../images/lc6_h.png) no-repeat top center;
}
.fuwu li.lc7{
    background:url(../images/lc7.png) no-repeat top center;
}
.fuwu li.lc7:hover{
    background:url(../images/lc7_h.png) no-repeat top center;
}

.fuwu_bottom{
    text-align: center;
}
a.more1{
    display: inline-block;
    width: 170px;
    line-height: 34px;
    font-size: 15px;
    color: #fff;
    text-indent: 68px;
    background:url(../images/more1.png) no-repeat;
    text-align: left;
}
a.more2{
    display: inline-block;
    width: 170px;
    line-height: 34px;
    font-size: 15px;
    color: #fff;
    text-indent: 68px;
    background:url(../images/more2.png) no-repeat;
    text-align: left;
}

@media(max-width: 1399px){
    .main3{
        padding:3em 0 5em 0;
    }
    .fuwu .lcjt{
        display: none;
    }
    .fuwu li{
        width: 14.28%;
    }
}
@media(max-width: 1024px){

}
@media(max-width: 768px){
    .fuwu{
        margin: 35px 0 35px 0; 
    }
    .fuwu li{
        background-size: contain!important;
        padding-top: 125px;
    }
}
@media(max-width: 640px){
    .main3{
        padding:1em 0 3em 0;
    }
    .fuwu li{
        width: 23%;
        margin: 1%;
        padding-top: 100px;
    }
}


/*about*/
.main4{
    background:url(../images/about.png) no-repeat 0 0 #efefef;
    width: 1920px;
    position: relative;
    left:50%;
    margin-left: -960px;
    height: 764px;
}
.about{
    padding-top: 190px;
    font-size: 16px;
    color: #fff; 
    text-align: center;  
    line-height: 2em; 
}
.gc_img{
    margin-top: 40px;
}
.gc_img li{
    float: left;
    width: 480px;
    margin: 0 59.5px;
    height: 328px;
    overflow: hidden;
    position: relative;
}
.gc_img li img{
    width: 100%;
    transition: all 0.6s ease-out;
}
.gc_img li .text{
    font-size: 28px;
    color: #fff;
    background:url(../images/xian1.png) no-repeat center rgba(0,0,0,.4);
    line-height: 328px;
    height: 328px;
    text-align: center;
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    display: none;
    cursor: pointer;
}
.gc_img li:hover img{
    transform:scale(1.1);
    transition: all 0.6s;
}
.gc_img li:hover .text{
    display: block;
    transition: all 0.6s;
}
.m_title1{
    font-size: 2rem;
    color: #000;
    text-align: center;
    display: none;
    margin:1.5em 0 1em 0;
}
.m_about{
    display: none;
    width: 98%;
    margin: 0 auto;
    font-size: 1rem;
    color: #666; 
    text-align: center;  
    line-height: 2em; 
    padding:0em 0 0 0;
}
@media(max-width: 1399px){
    .main4{
        width: 100%;
        background-size: contain;
        left:0;
        margin-left: 0;
        background: none;
        height: 100%;
        padding-bottom: 2em;
    }
    .about{
        display: none;
    }
    .m_title1{
        display: block;
    }
    .m_about{
        display: block;
    }
    .gc_img{
        margin-top: 1em;
    }
    .gc_img li{
        width: 45%;
        margin:2.5%;
        height: 100%;
    }
}
@media(max-width: 1024px){

}
@media(max-width: 768px){

}
@media(max-width: 640px){
    .m_title1{
        margin:0.5em 0 0.5em 0;
    }
    .m_about{
        font-size: 0.875rem;
    }
}


/*news*/
.main5{
    background-color: #efefef;
    padding:80px 0 120px 0;
}
.main_news{
    padding-top: 40px;
}
.news1{
    float: left;
    width: 385px;
    margin-right: 20px;
    padding:10px 0;
    background-color: #fff;
}
.news_title1{
    font-size: 22px;
    color: #ff2d2e;
    padding-bottom: 10px;
    border-bottom:1px solid #f0f0f0;
    padding-left: 17px;
    position: relative;
}
.news_title1:before{
    content: '';
    width: 4px;
    height:29px;
    background-color: #ff2d2e;
    position: absolute;
    left:0;
    top:3px;
    display: block;
}
.news_title1 span{
    font-size: 12px;
    color: #999;
}
.news_title1 a{
    display: block;
    float: right;
    font-size: 12px;
    color: #999;
    margin-right: 15px;
    line-height: 40px;
}
.news_list1{
    margin:12px 15px 15px 15px;
}
.news_list1 li{

}
.news_list1 li a.img{
    width: 147px;
    float: left;
}
.news_list1 li a.img img{
    width: 100%;
}
.news_list1 li .text{
    float: left;
    width: 195px;
    margin-left: 12px;
}
.news_list1 li .text a{
    font-size: 14px;
    color: #333;
}
.news_list1 li .text p{
    font-size: 12px;
    color: #999;
    margin:10px 0;
}
.news_list1 li .text span{
    font-size: 12px;
    color: #dbdbdb;   
    display: block; 
}
.news_list1 li a:hover{
    color: #ff2d2e;
}

.news_list2{
    margin:0px 15px;
}
.news_list2 li{
    border-bottom:1px dashed #f0f0f0;
    line-height: 31px;
    background:url(../images/dian1.png) no-repeat left center;
    padding-left: 15px;
}
.news_list2 li a{
    display: block;
    float: left;
    font-size: 12px;
    color: #333;
}
.news_list2 li span{
    display: block;
    float: right;
    font-size: 12px;
    color: #999;
}
.news_list2 li a:hover{
    color: #ff2d2e;
}

@media(max-width: 1399px){
    .main5{
        padding:4em 0;
    }
    .news1{
        width: 48%;
        margin:1%;
    }
    .m_news1{
        display: none;
    }
}
@media(max-width: 1024px){

}
@media(max-width: 768px){
    .news_list1{
        display: none;
    }
}
@media(max-width: 640px){
    .main_news{
        padding-top: 20px;
    }
    .news1{
        width: 98%;
        margin:3% 1%;
    }

}

/*hezuo*/
.main6{
    background-color: #efefef;
    padding-bottom: 55px;
}

.picScroll-left{ 
    overflow:hidden; position:relative;
    margin-top: 40px;
}
.picScroll-left .hd{
/*    position: absolute;
    z-index: 9999;
    top:100px;*/
}
.picScroll-left .hd .prev,.picScroll-left .hd .next{ 
    display:block;  
    width:54px; 
    height:59px;  
    overflow:hidden;
    cursor:pointer; 
    position: absolute;
    z-index: 9999;
    top:100px;
}

.picScroll-left .hd .next{
    left: 0px;
    background: url(../images/left2.png) no-repeat 0 0;
}
.picScroll-left .hd .prev{
    left: 1147px;
    background: url(../images/right2.png) no-repeat 0 0;
}


.picScroll-left .bd{
    width: 1035px;
    margin: 0 auto;
    zoom:1;
}
.picScroll-left .bd ul{
    overflow:hidden;
    zoom:1;
}
.picScroll-left .bd ul li{
    margin: 0 20px;
    float:left;
    _display:inline;
    /* overflow:hidden; */
    text-align:center;
    border:none;
    width: 224px!important;
    /*padding-bottom: 85px;*/
    background: url(../images/yiny.png) no-repeat center bottom;
    padding-top: 15px;
    position: relative;
    height: 309px;
}
.picScroll-left .bd ul li .pic{ 
    text-align:center;
    border:none;
}
.picScroll-left .bd ul li .pic img{ 
    width:224px; 
    height:224px; 
    display:block;
    border:none;
    transition: all 0.6s ease-out;
    position: absolute;
    top:15px;
}
.picScroll-left .bd ul li:hover .pic img{ 
    top: 0px;
    transition: all 0.6s;
}

@media(max-width: 1399px){
    .main6{
        display: none;
    }
}
@media(max-width: 1024px){

}
@media(max-width: 768px){

}
@media(max-width: 640px){

}

/*foot*/
.foot{
    background: #636363;
    padding:35px 0 0 0;
    color: #fff;
}
.foot a{
    color: #fff;
}
.f_contact{
    font-size: 16px;
    padding-bottom: 30px;
    border-bottom:2px solid #a0a0a0;
}
.f_contact li{
    height: 60px;
}
.f_add{
    float: left;
    padding: 0 0 0px 70px;
    background: url(../images/f1.png) no-repeat 0px 0px;
    margin-right: 25px;
}
.f_tel{
    float: left;
    margin-right: 75px;
    padding:0 0 0px 70px;
    background: url(../images/f2.png) no-repeat 0px 0px;
}
.f_email{
    float: left;
    padding:0 0 0px 60px;
    background: url(../images/f3.png) no-repeat 0px 6px;
}

.foot1{
    padding:40px 0 40px 0;
}
.foot1 ul{
    float: left;
}
.foot1 ul li{
    float: left;
    margin-right: 140px;
}
.foot1 ul li h3{
    font-weight: normal;
    font-size: 18px;
    padding-bottom: 5px;
}
.foot1 ul li a{
    font-size: 14px;
    display: block;  
    line-height: 36px;
}
.foot1 .f_code{
    float: right;
    text-align: center;
}
.foot1 .f_code img{
    display: block;
    margin-bottom: 10px;
}
.copyright{
    line-height: 40px;
    border-top:2px solid #a0a0a0;
}
.copyrightl{
    float: left;
}
.copyrightr{
    float: right;
}

@media(max-width: 1399px){
    .f_contact{
        display: none;
    }
    .foot1 ul li{
        margin-right: 130px;
    }
}
@media(max-width: 1024px){

}
@media(max-width: 768px){
    .foot1 ul{
        width: 70%;
    }
    .foot1 ul li{
        width: 33.33%;
        margin-right: 0;
    }
    .f_code{
        width: 30%;
    }
    .f_code img{
        width: 100%;
    }
}
@media(max-width: 640px){
    .foot{
        padding:1em 0 0 0;
    }
    .foot1{
        padding: 2em 0;
    }
    .foot1 ul{
        width: 100%;
    }
    .foot1 ul li{
        width: 25%;
        text-align: center;
    }
    .foot1 ul li a{
        line-height: 2em;
    }
    .f_code{
        display: none;
    }
}

/*ä¸»ä½“æ ·å¼*/

#container {
    width: 1200px;
    margin: 0 auto;
    margin-top: 10px;
}



/*----- Common css ------*/

.fl {
    float: left;
}

.fr {
    float: right;
}

.di {
    _display: inline;
}

.fwn {
    font-weight: normal;
}

.dib {
    *display: inline;
    _zoom: 1;
    _display: inline;
    _font-size: 0px;
}
.f_none{
    display: none;
}





/*------------å†…é¡µ-------------------*/
.n_banner {
    width: 100%;
    margin: 0 auto;
}

.n_banner img {
    width: 100%;
    margin: 0 auto
}
.sitemp {
    line-height: 45px;
    height: 45px;
    overflow: hidden;
    padding-left: 22px;
    background: url(../images/home.png) no-repeat left center;
}
.sitemp .site {
    line-height: 45px;
    font-size: 14px;
    color: #666;
}
.sitemp .site a{
    color: #666;
}
.sitemp .site a:last-child{
    color: #d32d2c;
}

/*n_about*/
.n_about_title{
    font-size: 32px;
    color: #333;
    background: url(../images/n_baout_title.png) no-repeat bottom center;
    text-align: center;
    padding-bottom: 15px;

}
.n_about_title span{
    display: block;
    font-size: 16px;
    color: #ff2d2e;
}
#about1{
    background-color: #efefef;
    padding: 45px 0 105px 0;
}
#about1 .about{
    color: #333;
    padding:80px 0 0 0;
}
.culture{
    text-align: center;
    line-height: 32px;
}
.culture h2{
    font-size: 36px;
    font-weight: normal;
    color: #333;
}
.culture h2 b{
    font-size: 14px;
    font-weight: normal;
    display: block;
}
#about2{
    padding:40px 0 70px 0;
    background-color: #c5c5c5;
}
#about2 .culture{
    color: #fff;
}
.owl-qyfc {
    width: 94% !important;
    margin-left: auto;
    margin-right: auto;
    margin-top: 25px;
}
.owl-qyfc .item {
    display: block;
    margin: 5px;
    overflow: hidden;
}
.owl-qyfc img {
    display: block;
    width: 100%;
    transition: all 0.6s ease-out;
}
.owl-qyfc img:hover{
    transform:scale(1.1);
    transition: all 0.6s;
}

.owl-wrapper-outer {
    overflow: hidden;
}
.owl-pagination{
    display: none;
}
#about2 .owl-qyfc .owl-prev{
    width: 54px;
    height: 59px;
    left: -63px;
    position: absolute;
    top:43%;
    opacity: 1;
    background:url(../images/left2.png) no-repeat left center ;
    padding:0;
    margin:0;
    cursor: pointer;
}
#about2 .owl-qyfc .owl-next{
    width: 54px;
    height: 59px;
    right: -65px;
    position: absolute;
    top:43%;
    opacity: 1;
    background:url(../images/right2.png) no-repeat left center;
    margin:0;
    padding:0;
    cursor: pointer;
}

#about3{
    background-color: #f3f3f3;
    padding:55px 0 100px 0;
}
.owl-qyry {
    width: 94% !important;
    margin-left: auto;
    margin-right: auto;
    margin-top: 25px;
}
.owl-qyry .item {
    display: block;
    margin: 5px;
    overflow: hidden;
}
.owl-qyry img {
    display: block;
    width: 100%;
    transition: all 0.6s ease-out;
}
.owl-qyry img:hover{
    transform:scale(1.1);
    transition: all 0.6s;
}
#about3 .owl-qyry .owl-prev{
    width: 55px;
    height: 55px;
    left: -63px;
    position: absolute;
    top:42%;
    opacity: 1;
    background:url(../images/left2.png) no-repeat left center ;
    padding:0;
    margin:0;
    cursor: pointer;
}
#about3 .owl-qyry .owl-next{
    width: 55px;
    height: 55px;
    right: -65px;
    position: absolute;
    top:42%;
    opacity: 1;
    background:url(../images/right2.png) no-repeat left center;
    margin:0;
    padding:0;
    cursor: pointer;
}
#about4{
    background-color: #d6d6d6;
    padding:50px 0;
}
.yearTitle {
    text-align: center;
    background: url(../images/cz.png) repeat-x center left;
    margin:25px 0 30px 0;
}
.yearTitle span{
    font-size: 26px;
    color: #666;
    display: block;
    background-color: #d6d6d6;
    padding:0 10px;
}
.yearTitle span:nth-child(1){
    float: left;
}
.yearTitle span:nth-child(2){
    float: right;
}
.tab2{
    padding-bottom: 30px;
    border-bottom:1px solid #b8b8b8;
}
.tab2 li{
    width: 25%;
    float: left;
    text-align: center;
    font-size: 22px;
    color: #999;
    cursor: pointer;
}
.tab2 li img{
    opacity: 0;
}
.tab2 li.tab2_click{
    color: #ff2d2e;
}
.tab2 li.tab2_click img{
    opacity: 1;
}
.tab2_content{
    padding-top: 30px;
}
.yearManL {
    width: 10%;
    float: left;

}
.yearManL h2{
    font-size: 22px;
    color: #666;
    font-weight: normal;
}
.yearManR {
    height: 216px;
    overflow-y: auto;
    width: 60%;
    padding-right: 0;
    padding-left:6%;
    border-left: 1px solid #b8b8b8;
    float: left;
}
.yearManR p {
    margin-bottom:15px;
    line-height: 25px;
    font-size: 16px;
    color: #999;
}
.tt2{

}


/*n_contact*/
#contact1{
    background: #ededed;
    padding:50px 0 50px 0;
}
#contact1 .container{
    background-color: #f9f9f9;
    box-shadow: 0px 0px 15px #999;
}
#contact1 li{
    float: left;
    width: 260px;
    padding:35px 20px;
    position: relative;
    /*color: #ff2d2e;*/
    font-size: 16px;
}
#contact1 li:after{
    content: '';
    width: 1px;
    height:40px;
    position: absolute;
    right: 0px;
    top:45px;
    display: block;
    background: #b8b8b8;
}
#contact1 li:nth-child(4):after{
    display: none;
}
#contact1 li p{
    /*color: #666;*/
}
#contact1 li p span{
    /*color: #ff2d2e;*/
}
#contact1 li p strong{
    color: #ff2d2e;
}

.n_body{
    background-color: #efefef;
    padding:50px 0;
}
.left {
    width: 260px;
    float: left;
}
.left_sort{
    margin-bottom: 50px;
}
.left_sort h3{
    font-size: 26px;
    color: #fff;
    font-weight: normal;
    background: url(../images/left_news.png) no-repeat 15px center #ff2d2e;
    padding:15px 0 15px 75px;
    margin-bottom: 15px;
}
.left_sort h3 span{
    display: block;
    font-size: 14px;
    color: #fff;
}
.sort{

}
.sort li a{
    display: block;
    font-size: 16px;
    color: #333;
    margin-bottom: 5px;
    line-height: 55px;
    text-indent: 16px;
    background: url(../images/n_sortli.png) no-repeat 310px center #fff;
}
.sort li a:hover{
    background: url(../images/n_sortli_h.png) no-repeat 310px center #fff;
}
.sort li a.cur{
    background: url(../images/n_sortli_h.png) no-repeat 310px center #fff;
}

.left_sort2 h3{
    background: url(../images/left_contact.png) no-repeat 15px center #ff2d2e;
}
.left_sort3 h3{
    background: url(../images/left_product.png) no-repeat 15px center #ff2d2e;
}
.left_sort4 h3{
    background: url(../images/left_hezuo.png) no-repeat 15px center #ff2d2e;
}

.left_sort2 .content{
    background-color: #fff;
    border: 1px solid #e0e0e0;
    padding:10px 0;
}
.content_title{
    margin:0px 12px;
    border-bottom:1px solid #f3f3f3;
    line-height: 44px;
    font-size: 16px;
    color: #333;
    font-weight: bold;
}
.content_add{
    margin:0px 12px;
    border-bottom:1px solid #f3f3f3;
    line-height: 20px;
    font-size: 14px;
    color: #666;
    padding:10px 0;
}
.content_add p:nth-child(2){
    margin-bottom: 5px;
}
.content_tel{
    margin:0px 12px;
    line-height: 20px;
    font-size: 18px;
    color: #333;
    padding:10px 0;
}
.content_tel p{
    /*line-height: 2em;*/
}
.content_tel p:nth-child(2n){
    color: #ff2d2e;
    font-size: 30px;
    font-family: 'Arial';
    margin:10px 0 15px 0;
}

.right{
    width: 910px;
    float: right;
}
.news_list{

}
.news_list li{
    background: #fff;
    padding:10px;
    margin-bottom: 40px;
}
.news_list li a.img{
    display: block;
    float: left;
    width: 343px;
    height: 224px;
    overflow: hidden;
}
.news_list li a.img img{
    width: 100%;
    transition: all 0.6s ease-out;
}
.news_list li .text{
    float: right;
    width: 530px;
}
.news_list li .text h3 a{
    font-size: 16px;
    color: #333;
    font-weight: normal;


}
.news_list li .text span{
    display: block;
    font-size: 12px;
    color: #999;
    padding:7px 0 12px 0;
}
.news_list li .text p{
    font-size: 14px;
    color: #999;
    line-height: 25px;
}
.news_list li .text a.more{
    display: block;
    width: 114px;
    line-height: 35px;
    text-align: center;
    font-size: 14px;
    color: #666;
    background-color: #dadada;
    margin:40px 0 0 0;
}
.news_list li a.img:hover img{
    transform:scale(1.1);
    transition: all 0.6s;
}
.news_list li .text h3 a:hover{
    color: #ff2d2e;
}
.news_list li .text a.more:hover{
    background-color: #ff2d2e;
    color: #fff;
}
.news_detail .content{
    margin:0 0 30px 0;
}


/*message*/
.message{
    float: left;
    width: 700px;
    padding: 45px 25px;
    background-color: #5f5f5f;
}
.message_title{
    font-size: 32px;
    color: #fff;
    text-align: center;
}
.message .line1{
    width: 138px;
    margin: 0 auto;
    height: 1px;
    background-color: #fff;
}
.message_intro{
    font-size: 16px;
    color: #fff;
    text-align: center;
    padding-top: 15px;
}
.message ul{
    margin-top: 50px;
}
.message ul li{
    position: relative;
    margin-top: 25px;
}
.message ul li input{
    height: 50px;
    line-height: 50px;
    background-color: #fff;
    outline: none;
    width: 630px;
    display: block;
    float: right;
}
.message ul li textarea{
    line-height: 50px;
    background-color: #fff;
    outline: none;
    width: 630px;
    height: 254px;
    display: block;
    float: right;
}
.message ul li span{
    font-size: 16px;
    color: #fff;
    display: block;
    float: left;
}
.message ul li span.m_label{
    position: absolute;
    display: block;
    left:80px;
    top:2px;
    z-index: 9999;
    line-height: 50px;
    font-size: 14px;
    color: #999;
    float: none;
}
.message input.msgbtn{
    width: 230px;
    line-height: 60px;
    background-color: #fff;
    font-size: 26px;
    color: #ff2d2e;
    display: block;
    margin:40px auto 0;
    border: none;
    outline: none;
    cursor: pointer;
}

.message_contact{
    background: #ededed;
    width:;
    float: left;
    margin-top: 50px;
}
.message_contact_1{
    padding: 40px 24px;
    background-color: #fff;
    border:8px solid #5f5f5f;
    border-left:none;
    font-size: 15px;
    color: #666;
    line-height: 30px;
}
.message_contact_1 img{
    margin:40px 0 0 0;
    display: block;
}


/*product*/
.product_list{

}
.product_list li{
    width: 30%;
    float: left;
    margin: 0 1.65% 2% 1.65%;
}
.product_list li a.img{
    display: block;
    overflow: hidden;
}
.product_list li a.img img{
    width: 100%;
    transition: all 0.6s ease-out;
}
.product_list li h3 a{
    display: block;
    font-size: 16px;
    color: #333;
    text-align: center;
    font-weight: normal;
    line-height: 50px;
}
.product_list li:hover a.img img{
    transform:scale(1.1);
    transition: all 0.6s;
}
.product_list li:hover h3 a{
    color: #ff2d2e;
}

.list{

}
.list .img{
    width: 50%;
    float: left;
}
.list .img img{
    width: 100%;
}
.list .list_p{
    float: right;
    width: 45%;
}

.param_fl2 { margin-top:18px; }
.param_fl2 h3{ font-size:18px; font-weight:bold; color:#0b0708; padding-left:27px;  height:32px; line-height:32px; margin-bottom:15px;}
.param_fl2 h3{ background:url(../images/icon_pro1.png) no-repeat left center;}
.param_fl2 .param_fl2_p { position:relative; height:35px; line-height:35px; width:242px; padding-left:44px; font-size:14px; color:#313131; background:#e5e5e5; margin-bottom:12px; cursor:pointer }
.param_fl2 .param_fl2_p .icon-plus{ 
        position: absolute;
    width: 8px;
    height: 8px;
    line-height: 8px;
    text-align: center;
    left: 21px;
    top: 12px;
    color: #000;
    font-size: 20px;
    font-weight: bold;
    font-style: normal;
}
.param_fl2 .param_fl2_p:hover{ background:#ff0000; color:#fff; }
.param_fl2 .param_fl2_p:hover .icon-plus{ color:#fff;}




.n_product_title{
    color: #ff2d2e;
    font-size: 18px;
    padding-bottom: 25px;
    border-bottom:1px dashed #dbdbdb;
}
.n_product_intro{
    font-size: 14px;
    color: #666;
    padding:10px 0;
    border-bottom:1px dashed #dbdbdb;
    line-height: 2em;
}
.n_product_contact{
    font-size: 16px;
    color: #333;
    padding-top: 15px;
    line-height: 2em;
}
.n_product_contact p{
    color: #ff2d2e;
}

.p_detail{
    margin:50px 0;
}
.n_produc_ttitle{
    font-size: 18px;
    color: #ff2d2e;
    text-indent: 5px;
    background-color: #fff;
    line-height: 40px;
    margin-bottom: 35px;
}




h1.title{
    font-size: 26px;
    text-align: center;
    font-weight: normal;
    color: #222;
}
.info_title{
    font-size: 14px;
    text-align: center;
    color: #666;    
    padding:0 0 22px 0;
    border-bottom: 1px dashed #dadada;
    margin-bottom: 20px;
}
.info_title span{
    margin:0 20px 0 0;
}
.title_bar{
    font-size: 14px;
    text-align: center;
    color: #666;
}
h3.tag{
    font-size: 14px;
    color: #666;
    line-height: 2em;
    font-weight: normal;
}

.pageController{
    text-align: center;
    color:#505050;margin:0 auto;
    margin:4em 0;
    line-height:24px;
}
.pageController a{background-color:#FFF;vertical-align:middle; border:#efefef 1px solid; 
    color:#505050;padding:5px 8px; margin-right:3px;margin-left:3px;
}
.pageController a:hover{background-color:#ff2d2e;color:#fff; text-decoration:none;border:#efefef 1px solid;}
.pageController .currPage {background-color: #ff2d2e;color:#ff0000;border:#efefef 1px solid;}
.pageController .t1{
    float:left;margin-right:5px;height:24px;line-height:22px;white-space:nowrap;
    display: none;
}
.pageController .t2{vertical-align:middle;line-height:39px;}
.pageController .t2 #current{
    line-height: 39px;
    background-color: #ff2d2e;
    vertical-align: middle;
    border: 1px solid #ff2d2e; 
    color: #fff;padding: 5px 8px;
    margin-right: 3px;
    margin-left: 3px;
    width: 39px;
}
.pageController .t1 span{
    /*padding-left:4px;
    padding-right:4px;*/
    width: 39px;
}
.pageController select{height:24px;vertical-align:middle;text-align:center;line-height:24px;
    display: none;
}
.pageController select option{vertical-align:middle;}

.m_sort{
    display: none;
}

/*å†…é¡µ*/
@media(max-width: 1399px){
    .n_about_title{
        background:none;
    }
    #about1{
        padding:2em 0;
    }
    .owl-prev,.owl-next{
        display: none!important;
    }
    .news_list li a.img{
        width: 30%;
        height: 100%;
    }
    .news_list li .text{
        width: 65%;
    }
    .message{
        padding:5% 10%;
        float: none;
        width: 80%;
    }
    .message_contact{
        display: none;
    }
    .message ul li span{
        display: none;
    }
    .message ul li span.m_label{
        display: block;
        left:5px;
    }
    .message ul li textarea{
        width: 100%;
        float: none;
    }
    .message ul li input{
        width: 100%;
        float: none;
    }
    #contact1 li{
        width: 46%;
        padding:2%;

    }
    #contact1 li:after{
        display: none;
    }
}
@media(max-width: 1024px){
    .n_body{
        padding:3em 0;
    }
    .left{
        display: none;
    }
    .m_sort{
        display: block;
        margin:1em 0;
    }
    .sort li{
        width: 23%;
        margin:1%;
        float: left;
        text-align: center;
    }
    .sort li a{
        text-indent: 0;
    }
    .right{
        width: 100%;
    }
    .product_list li{
        width: 48%;
        margin:1%;
    }
    .message ul li textarea{
        height:150px;
        line-height: 30px;
    }
    #contact1{
        padding:2em 0;
    }

}
@media(max-width: 768px){
    .sort li a{
        font-size: 14px;
    }
    .news_list li .text a.more{
        margin: 15px 0 0 0;
    }
    .message{
        padding:5% 5%;
        float: none;
        width: 90%;
    }
    .message input.msgbtn{
        width: 200px;
    }

}
@media(max-width: 640px){
    .yearManL{
        width: 100%;
        float: none;
        text-align: center;
    }
    .yearManR{
        width: 96%;
        float: none;
        border:none;
        max-height: 200px;
        padding-left: 2%;
        height:160px;
    }
    .list .img{
        width: 90%;
        float: none;
        margin:0 auto 1em;
    }
    .list .list_p{
        width: 90%;
        float: none;
        margin:0 auto;
    }
    .n_product_title{
        padding:10px 0;
    }
    .news_list li a.img{
        width: 96%;
        float: none;
        margin:0 auto;
    }
    .news_list li .text{
        width: 96%;
        float: none;
        margin:0 auto;
    }
    .news_list li .text h3 a{
        margin-top: 1em;
        display: block;
    }
    .news_detail .content{
        width: 98%;
        margin:0 auto 2em;
    }
    .message{
        width: 90%;
    }
    #contact1 li{
        width: 96%;
        float: none;
    }


    .pageController{
        margin:2em 0;
    }
    h1.title{
        font-size: 20px;
    }
    .info_title{
        padding-bottom: 10px;
    }
}


.client-2 {
    position: fixed;
    right: -170px;
    top: 50%;
    z-index: 900;
}

.client-2 li a {
    text-decoration: none;
}
.client-2 li {
    margin-top: 1px;
    clear: both;
    height: 71px;
    position: relative;
    background: #222;
}

.client-2 li i {
    background: url(../images/fx.png) no-repeat;
    display: block;
    width: 30px;
    height: 27px;
    margin: 0px auto;
    text-align: center;
}

.client-2 li p {
    height: 20px;
    font-size: 14px;
    line-height: 20px;
    overflow: hidden;
    text-align: center;
    color: #fff;
}

.client-2 .my-kefu-qq i {
    background-position: 4px 5px;
}

.client-2 .my-kefu-tel i {
    background-position: 0 -21px;
}

.client-2 .my-kefu-liuyan i {
    background-position: 4px -53px;
}

.client-2 .my-kefu-weixin i {
    background-position: -34px 4px;
}

.client-2 .my-kefu-weibo i {
    background-position: -30px -22px;
}

.client-2 .my-kefu-ftop {
    display: none;
}

.client-2 .my-kefu-ftop i {
    width: 33px;
    height: 35px;
    background-position: -27px -51px;
}

.client-2 .my-kefu-left {
    float: left;
    width: 77px;
    height: 47px;
    position: relative;
}

.client-2 .my-kefu-tel-right {
    font-size: 16px;
    color: #fff;
    float: left;
    height: 24px;
    line-height: 22px;
    padding: 0 15px;
    border-left: 1px solid #fff;
    margin-top: 14px;
}

.client-2 .my-kefu-right {
    width: 20px;
}

.client-2 .my-kefu-tel-main {
    background: #222;
    color: #fff;
    height: 56px;
    width: 247px;
    padding:9px 0 6px;
    float: left;
}

.client-2 .my-kefu-main {
    background: #222;
    width: 97px;
    height: 56px;
    position: relative;
    padding:9px 0 6px;
    float: left;
}

.client-2 .my-kefu-weixin-pic {
    position: absolute;
    left: -140px;
    top: -24px;
    display: none;
    z-index: 333;
}

.my-kefu-weixin-pic img {
    width: 140px;
    height: 140px;
}

@media(max-width: 1199px){
    .client-2{
        display: none;
    }
}
