
/*-----------------------------------------------------------*/
/*copyright by 动力无限  www.btoe.cn*/
/*邮箱 btoe@btoe.cn*/
/*合作电话 400-0599-360*/
/*版权所有违者必究*/
/*-----------------------------------------------------------*/

/*banner*/
.fullSlide {
    width: 100%;
    position: relative;
    height: 680px;
    background: #fff;
    overflow: hidden;
  }
  
  .fullSlide .bd {
    width: 100%;
    height: 680px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    overflow: hidden;
  }

  
  .fullSlide .bd ul {
    width: 100% !important;
  }
  
  .fullSlide .bd li {
    width: 100% !important;
    height: 680px;
    overflow: hidden;
    text-align: center;
  }
  
  .fullSlide .bd li a {
    display: block;
    height: 680px;
  }
  
  .fullSlide .hd {
    width: 100%;
    position: absolute;
    z-index: 2;
    bottom: 40px;
    left: 0;
    height: 30px;
    text-align: center;
  }
  
  .fullSlide .hd ul {
    text-align: center;
  }
  
  .fullSlide .hd ul li {
    cursor: pointer;
    display: inline-block;
    zoom: 1;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin: 12px;
    overflow: hidden;
    line-height: 99px;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    background: #fff;
  }
  
  .fullSlide .hd ul .on {
    background: #d60404;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
  }
  
  
  .fullSlide .next {
    width: 65px;
    height: 65px;
    position: absolute;
    top: 50%;
    z-index: 2;
    background: url(../images/bannerR.png) no-repeat center;
    filter: alpha(opacity=80);
    -moz-opacity: .8;
    opacity: .8;
    -webkit-transition: all .5s linear;
    transition: all .5s linear;
    right: 10%;
  }
  
  .fullSlide .prev {
    width: 65px;
    height: 65px;
    position: absolute;
    top: 50%;
    z-index: 2;
    background: url(../images/bannerL.png) no-repeat center;
    filter: alpha(opacity=80);
    -moz-opacity: .8;
    opacity: .8;
    -webkit-transition: all .5s linear;
    transition: all .5s linear;
    left: 4%;
  }
  

/*trait*/

.trait_bg{
    width: 100%;
    margin: 0 auto;
    height: 100px;
    background: #eeeeee;
}

.trait_bg .trait{
    width: 1300px;
    margin: 0 auto;
    height: 100px;
}

.trait_bg .trait .trait_l{
    float: left;
    padding-left: 25px;
    font-size: 16px;
    color: #101010;
    background: url(../images/buttom1.png) no-repeat left center;
    line-height: 100px;
    width: 410px;
}

.trait_bg .trait .search{
    float: right;
    width: 513px;
    height: 50px;
    background: #ffffff;
    border-radius: 5px;
    margin-top: 25px;
} 

.trait_bg .trait .search .search2{
    float: left;
    width: 313px;
    height: 50px;
    background: none;
    font-size: 14px;
    color: #999999;
    padding-left: 20px;
}

.trait_bg .trait .search .search_s{
    float: right;
    margin: 16px 20px 0 0;
    width: 21px;
    height: 18px;
}



/* 询盘*/
i {
    font-weight: normal;
    font-style: normal;
  }
  
  .topxunpan {
    position: relative;
    display: block;
    height: 30px;
    margin-top: 35px;
    float: left;
  
  }
  
  
  .topxunpan .xp {
    position: relative;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    color: #101010;
    cursor: pointer;
  
  
  }
  
  .topxunpan .xp img {
    position: relative;
    top: 0px;
    margin: 0 8px 0 0px;
    vertical-align: middle;
  }
  
  .topxunpan .xp i {
    padding: 0px;
    margin-left: 0px;
    margin-right: 0px;
    box-sizing: border-box;
    font-size: 16px;
    color: #101010;
  }
  
  .topxunpan .xp #xunpantip {
    z-index: 999;
    position: absolute;
    top: 35px;
    left: 50%;
    width: 180px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    -webkit-transform: translateX(-50%) scale(0);
    -moz-transform: translateX(-50%) scale(0);
    -o-transform: translateX(-50%) scale(0);
    -ms-transform: translateX(-50%) scale(0);
    transform: translateX(-50%) scale(0);
    -webkit-transition: transform .4s, opacity .4s;
    -moz-transition: transform .4s, opacity .4s;
    -o-transition: transform .4s, opacity .4s;
    -ms-transition: transform .4s, opacity .4s;
    transition: transform .4s, opacity .4s;
    background-color: #d60404;
    border-radius: 4px;
    opacity: 0;
    font-weight: bold;
    box-shadow: 5px 5px 2px #dfdfdf;
  }
  
  .topxunpan .xp #xunpantip::after {
    content: '';
    position: absolute;
    top: -16px;
    left: 50%;
    width: 0;
    height: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    border: 8px solid transparent;
    border-bottom-color: #d60404;
  }
  
  .topxunpan .xp #xunpantip.xunpantextactive {
    -webkit-transform: translateX(-50%) scale(1);
    -moz-transform: translateX(-50%) scale(1);
    -o-transform: translateX(-50%) scale(1);
    -ms-transform: translateX(-50%) scale(1);
    transform: translateX(-50%) scale(1);
    opacity: 1;
  }
  

/* title*/

.title{
    padding-left: 45px;
    background: url(../images/title.png) no-repeat left center;
    height: 60px;

}

.title h3{
    font-size: 36px;
    color: #101010;
    font-weight: bold;
    line-height: 32px;

}

.title h3 a{
    display: block;
    font-size: 36px;
    color: #101010;
    font-weight: bold;
}

.title span{
    display: block;
    font-size: 12px;
    color: #999999;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    margin-top: 13px;
}



/* product*/

.product{
    width: 1300px;
    margin: 80px auto 0 auto;
}

.product .pro_t{
    height: 65px;
}

.product .pro_t .title{
    float: left;
}

.product .pro_t .pro_list{
    float: right;
} 

.product .pro_t .pro_list ul li{
    float: left;
    width: 180px;
    height: 60px;
    background: #eeeeee;
    border-radius: 5px;
    margin-left: 20px;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.product .pro_t .pro_list ul li a{
    display: block;
    width: 160px;
    height: 40px;
    line-height: 40px;
    background: #e6e6e6;
    border-radius: 5px;
    margin: 9px;
    border: 1px solid #f7f7f7;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.product .pro_t .pro_list ul li a i{
    text-align: center;
    font-size: 16px;
    color: #101010;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.product .pro_t .pro_list ul li.casehover{
    background: #d60404;

}

.product .pro_t .pro_list ul li.casehover a{
    background: #d60404;
    border: 1px solid #eb8282;
}

.product .pro_t .pro_list ul li.casehover a i{
    color: #fff;
}

.product .pro_box{
    margin: 40px auto 0 auto;
    overflow: hidden;
    width: 1300px;
    padding: 0 10px 0 0;
    height: 690px;
}

.product .pro_box .pro_l{
    float: left;
    width: 300px;
    height: 637px;
    margin-top: 15px;
}

.product .pro_box .pro_l img{
    width: 300px;
    height: 637px;
    border-radius: 5px;
    object-fit: cover;
}
 
.product .pro_box .pro_r{
    float: right;
    width: 995px;
} 

.product .pro_box .pro_r ul li{
    float: left;
    width: 300px;
    height: 302px;
    background: #fff;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 8px 6px rgba(0, 0, 0, .05);
    box-shadow: 0 0 8px 6px rgba(0, 0, 0, .05);
    margin: 15px 0 31px 31px;
}

.product .pro_box .pro_r ul li .pic{
    width: 300px;
    height: 200px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    overflow: hidden;

}

.product .pro_box .pro_r ul li .pic img{
    width: 300px;
    height: 200px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    overflow: hidden;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.product .pro_box .pro_r ul li .txt{
    margin: 25px 30px 0 30px;

}
.product .pro_box .pro_r ul li .txt h5{
    float: left;
    width: 160px;
}

.product .pro_box .pro_r ul li .txt h5 a{
    font-size: 16px;
    color: #101010;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.product .pro_box .pro_r ul li .txt h5 a i{
    display: block;
    font-size: 14px;
    color: #999999;
    margin-top: 10px;
    

}

.product .pro_box .pro_r ul li .txt .more{
    display: block;
    float: right;
    border: 1px solid #999999;
    border-radius: 5px;
    text-align: center;
    font-size: 12px;
    color: #999999;
    text-transform: uppercase;
    width: 60px;
    height: 30px;
    line-height: 30px;
    margin-top: 12px;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.product .pro_box .pro_r ul li:hover .pic img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.product .pro_box .pro_r ul li:hover .txt .more{
    border: 1px solid #d60404;
    color: #d60404;
}


/* banner_1*/

.banner_1{
    width: 100%;
    height: 260px;
    margin: 35px auto 0 auto;
    background: url(../images/banner_1.jpg) no-repeat center;
}

.banner_1 .cont{
    width: 1300px;
    margin: 0 auto;
    height: 260px;
}
 
.banner_1 .cont .txt_l{
    float: left;
    margin-left: 455px;
    width: 475px;
}


.banner_1 .cont .txt_l h5{
    font-size: 30px;
    color: #ffffff;
    font-weight: bold;
    opacity: 0.8;
    line-height: 40px;
    margin-top: 40px;
    
}

.banner_1 .cont .txt_l p{
    width: 340px;
    height: 35px;
    line-height: 35px;
    background: #d60404;
    border-radius: 5px;
    margin-top: 15px;
    text-align: center;
    font-size: 16px;
    color: #f7dddd;
}

.banner_1 .cont .txt_l span{
    display: block;
    font-size: 12px;
    color: #fff;
    line-height: 30px;
    text-transform: uppercase;
    opacity: 0.2;
    margin-top: 18px;
}

.banner_1 .cont .zx{
    float: right;
    margin-top: 68px;
    width: 360px;
}

.banner_1 .cont .zx .tel{
    background: url(../images/tel1.png) no-repeat left center;
    padding-left: 55px;
    font-size: 16px;
    color: #a8a8a8;
    height: 55px;
}

.banner_1 .cont .zx .tel i{
    display: block;
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    margin-top: 3px;
}

.banner_1 .cont .zx .zixun{
    margin-top: 25px;
    margin-left: 55px;
    width: 100px;
    height: 30px;
    padding: 10px;
    background: #d60404;
    border-radius: 5px;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.banner_1 .cont .zx .zixun a{
    display: block;
    width: 100px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #fff;
    border-radius: 5px;
    font-size: 14px;
    color: #d60404;
}

.banner_1 .cont .zx .zixun:hover{
    transform: translateX(10px);
    -webkit-transform: translateX(10px);
    -o-transform: translateX(10px);
}


/* fc*/

.fc{
    width: 1300px;
    margin: 80px auto 0 auto;
    height: 630px;
}

.fc .title{
    margin: 0 auto;
    width: 200px;
}

.fc .fc_box{
    width: 1300px;
    margin: 40px auto 0 auto;
    overflow: hidden;
    height: 450px;
    padding: 0 10px;
} 

.fc .fc_box .swiper-slide{
    position: relative;
    height: 380px;
    -webkit-box-shadow: 0 0 8px 6px rgba(0, 0, 0, .05);
    box-shadow: 0 0 8px 6px rgba(0, 0, 0, .05);
    border-radius: 5px;
    margin-top: 15px;
}

.fc .fc_box .swiper-slide .pic{
    position: relative;
    height: 320px;
    width: 100%;

}

.fc .fc_box .swiper-slide .pic img{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    object-fit: cover;

}

.fc .fc_box .swiper-slide .txt{
    position: relative;
    z-index: 5;
}

.fc .fc_box .swiper-slide .txt a{
    font-size: 16px;
    line-height: 60px;
    color: #101010;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    text-align: center;
}

.fc .fc_box .swiper-slide .txt::after{
    position: absolute;
    left: 38%;
    bottom: 0px;
    width: 60px;
    height: 1px;
    content: "";
    z-index: -1;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    border-bottom: 1px dashed #999999;
}

.fc .fc_box .swiper-slide-active .txt::after{
    border-bottom: 1px solid #d60404;
    width: 120px;
    left: 25%;
}

.fc .fc_box .swiper-slide:hover .txt::after{
    border-bottom: 1px solid #d60404;
    width: 120px;
    left: 25%;
}

.fc .fc_box .swiper-slide:nth-child(2n){
    margin-top: 50px;
}

/* ys*/

.ys_bg{
    width: 100%;
    height: 1000px;
    margin: 0px auto 0 auto;
    background: url(../images/ys_bg.jpg) no-repeat top center;
}

.ys_bg .ys{
    width: 1300px;
    margin: 0 auto;
    position: relative;
    padding-top: 70px;
}

.ys_bg .ys .title{
    width: 200px;
    margin: 0 auto;
}

.ys_bg .ys .ys_box{
    width: 1300px;
    margin: 55px auto 0 auto;
    position: relative;
} 

.ys_bg .ys .ys_box .bd{
    width: 420px;
    height: 720px;
    margin:  0 auto;
    position: relative;

}

.ys_bg .ys .ys_box .bd ul li{
    width: 420px;
    height: 720px;
    float: left;
}

.ys_bg .ys .ys_box .bd ul li .ys_img img{
    width: 420px;
    height: 720px;
}

.ys_bg .ys .ys_box .hd{
    width: 1300px;
    margin: 0 auto;
    position: absolute;
    left: 0;
    top: 0px;
}

.ys_bg .ys .ys_box .hd ul li{
    width: 400px;

}

.ys_bg .ys .ys_box .hd ul li h5{
    overflow: hidden;

}

.ys_bg .ys .ys_box .hd ul li h5 span{
    display: block;
    float: left;
    width: 50px;
    padding-right: 6px;
    height: 66px;
    line-height: 60px;
    background: url(../images/buttom2.png) no-repeat center;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    font-size: 30px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    margin-right: 20px;
}

.ys_bg .ys .ys_box .hd ul li h5 b{
    font-size: 20px;
    color: #101010;
    font-weight: bold;
    line-height: 20px;
    float: left;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.ys_bg .ys .ys_box .hd ul li h5 b i{
    display: block;
    margin-top: 12px;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    font-size: 12px;
    color: #999999;
    font-weight: normal;
    text-transform: uppercase;
}

.ys_bg .ys .ys_box .hd ul li h5 b em{
    display: block;
    width: 50px;
    height: 2px;
    background: #101010;
    margin-top: 12px;
}


.ys_bg .ys .ys_box .hd ul li p{
    font-size: 14px;
    color: #666666;
    line-height: 30px;
    margin-top: 45px;

}
 
.ys_bg .ys .ys_box .hd ul li.on h5 span{
    background: url(../images/buttom3.png) no-repeat center;
}

.ys_bg .ys .ys_box .hd ul li.on h5 b{
    color: #d60404;
}

.ys_bg .ys .ys_box .hd ul li.ys1{
    position: absolute;
    left: 0px;
    top: 80px;
    z-index: 5;
}


.ys_bg .ys .ys_box .hd ul li.ys2{
    position: absolute;
    right: 0px;
    top: 80px;
    z-index: 5;
    text-align: right;
}

.ys_bg .ys .ys_box .hd ul li.ys2 h5 span{
    margin-right: 0px;
    margin-left: 20px;
}

.ys_bg .ys .ys_box .hd ul li.ys2 h5 b em{
    display: inline-block;
    text-align: right;
}

.ys_bg .ys .ys_box .hd ul li.ys3{
    position: absolute;
    left: 0px;
    top: 450px;
    z-index: 5;
}


.ys_bg .ys .ys_box .hd ul li.ys4{
    position: absolute;
    right: 0px;
    top: 450px;
    z-index: 5;
    text-align: right;
}

.ys_bg .ys .ys_box .hd ul li.ys4 h5 span{
    margin-right: 0px;
    margin-left: 20px;
}

.ys_bg .ys .ys_box .hd ul li.ys4 h5 b em{
    display: inline-block;
    text-align: right;
}



/* news*/

.news{
    width: 1300px;
    margin: 0 auto;
}

.news .title{
    margin:  0 auto;
    width: 220px;
}

.news .news_box{
    width: 1360px;
    margin: 55px auto 0 auto;
    height: 622px;
}

.news .news_box ul li{
    float: left;
    width: 410px;
    height: 620px;
    border: 1px solid #eeeeee;
    border-radius: 3px;
    margin-right: 35px;
}

.news .news_box ul li .news_t{
    height: 85px;
    line-height: 85px;

}

.news .news_box ul li .news_t a{
    display: block;
    text-align: center;
    font-size: 20px;
    color: #101010;
    font-weight: bold;
}
.news .news_box ul li .news_t a img{
    vertical-align: middle;
    margin-right: 10px;
}

.news .news_box ul li .news_nr{
    margin: 0 auto;
    width: 370px;

}

.news .news_box ul li .news_nr .news_img{
    width: 370px;
    height: 240px;
    overflow: hidden;

}

.news .news_box ul li .news_nr .news_img img{
    width: 370px;
    height: 240px;
    overflow: hidden;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.news .news_box ul li .news_nr .txt{
    margin: 10px auto 0 auto;
    height: 129px;
    border-bottom: 1px solid #eeeeee;

}

.news .news_box ul li .news_nr .txt h5{
    margin: 0 auto;
    height: 55px;
    line-height: 55px;

}

.news .news_box ul li .news_nr .txt h5 a{
    float: left;
    width: 275px;
    font-size: 16px;
    color: #101010;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;

}

.news .news_box ul li .news_nr .txt i{
    display: block;
    float: right;
    font-size: 14px;
    color: #999;

}

.news .news_box ul li .news_nr .txt p{
    font-size: 14px;
    color: #999;
    line-height: 30px;
    height: 60px;
    overflow: hidden;
}

.news .news_box ul li dl{
    margin: 0 auto;
    width: 370px;
    height: 77px;
    line-height: 70px;
    border-bottom: 1px solid #eeeeee;
    position: relative;
}
 
.news .news_box ul li dl a{
    float: left;
    width: 270px;
    font-size: 16px;
    color: #101010;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;

}

.news .news_box ul li dl span{
    display: block;
    float: right;
    font-size: 14px;
    color: #999;
}

.news .news_box ul li:hover .news_nr .txt h5 a{
    color: #d60404;
}

.news .news_box ul li:hover .news_nr .news_img img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.news .news_box ul li dl:hover a{
    color: #d60404;
}

.news .news_box ul li dl::after{
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 0px;
    height: 1px;
    background: #d60404;
    content: "";
    z-index: -1;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.news .news_box ul li dl:hover::after{
    width: 100%;

}


/* banner_2*/

.banner_2{
    width: 100%;
    height: 260px;
    margin: 80px auto 0 auto;
    background: url(../images/banner_2.jpg) no-repeat center;
}

.banner_2 .cont{
    width: 1300px;
    margin: 0 auto;
    height: 260px;
}
 
.banner_2 .cont .title{
    float: left;
    margin-top: 100px;
    width: 220px;
}

.banner_2 .cont .title h3{
    color: #fff;
}

.banner_2 .cont .title span{
    color: #999999;
    letter-spacing: 7px;
}

.banner_2 .cont .email{
    float: left;
    width: 280px;
    height: 100px;
    border: 1px solid #464747;
    border-radius: 5px;
    margin-top: 80px;
    margin-right: 20px;
} 

.banner_2 .cont .email p{
    font-size: 16px;
    color: #a8a8a8;
    padding-left: 85px;
    background: url(../images/buttom4.png) no-repeat 27px center;
    height: 60px;
    margin-top: 18px;
}

.banner_2 .cont .email p i{
    display: block;
    font-size: 16px;
    color: #ffffff;
    margin-top: 12px;
}

.banner_2 .cont .address{
    float: left;
    width: 380px;
    height: 100px;
    border: 1px solid #464747;
    border-radius: 5px;
    margin-top: 80px;
} 

.banner_2 .cont .address p{
    font-size: 16px;
    color: #a8a8a8;
    padding-left: 85px;
    background: url(../images/buttom4.png) no-repeat 27px center;
    height: 60px;
    margin-top: 18px;
}

.banner_2 .cont .address p i{
    display: block;
    font-size: 16px;
    color: #ffffff;
    margin-top: 12px;
}

.banner_2 .cont .tel{
    float: right;
    width: 305px;
    height: 220px;
    border: 1px solid #464747;
    border-radius: 5px;
    margin-top: 20px;
    padding-left: 25px;
}

.banner_2 .cont .tel span{
    display: block;
    font-size: 16px;
    color: #aaaaaa;
    background: url(../images/tel2.png) no-repeat left center;
    padding-left: 37px;
    line-height: 40px;
    margin-top: 10px;
}

.banner_2 .cont .tel i{
    display: block;
    font-size: 18px;
    color: #ffffff;
    font-weight: bold;
    line-height: 30px;
}

.banner_2 .cont .tel i em{
    font-size: 14px;
    color: #ffffff;
    font-weight: bold;
}

/* about*/

.about{
    width: 1300px;
    margin: 80px auto 0 auto;
    position: relative;
}

.about .title{
    position: absolute;
    z-index: 5;
    right: 0px;
    top: 0px;
}
 
.about .title span{
    letter-spacing: 11px;
}

.about .ab_box{
    width: 1300px;
    height: 620px;
    margin: 0px auto 0 auto;
    position: relative;
} 

.about .ab_box .ab_l{
    float: left;
    position: relative;
    width: 780px;
}

.about .ab_box .ab_l .ab_img{
    width: 780px;
    height: 520px;

}

.about .ab_box .ab_l .ab_img img{
    width: 780px;
    height: 520px;
}

.about .ab_box .ab_l .ab_list{
    width: 780px;
    height: 100px;
    background: #eeeeee;
    
}

.about .ab_box .ab_l .ab_list ul li{
    float: left;
    width: 195px;
    height: 100px;
    line-height: 100px;
    z-index: 5;
    position: relative;
}

.about .ab_box .ab_l .ab_list ul li a{
    display: block;
    font-size: 16px;
    color: #101010;
    padding-left: 80px;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.about .ab_box .ab_l .ab_list ul li.ab1 a{
    background: url(../images/ab1.png) no-repeat 50px center;
}
 
.about .ab_box .ab_l .ab_list ul li.ab2 a{
    background: url(../images/ab2.png) no-repeat 50px center;
}

.about .ab_box .ab_l .ab_list ul li.ab3 a{
    background: url(../images/ab3.png) no-repeat 50px center;
}

.about .ab_box .ab_l .ab_list ul li.ab4 a{
    background: url(../images/ab4.png) no-repeat 50px center;
}

.about .ab_box .ab_l .ab_list ul li.ab4{
    display: none;
}

.about .ab_box .ab_l .ab_list ul li::after{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 0px;
    height: 100%;
    background: #e1e1e1;
    content: "";
    z-index: -1;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.about .ab_box .ab_l .ab_list ul li.on::after{
    width: 100%;
}

.about .ab_box .ab_l .ab_list ul li.on a{
    color: #d60404;

}

.about .ab_box .ab_l .ab_list ul li.ab1.on a{
    background: url(../images/ab11.png) no-repeat 50px center;
}
 
.about .ab_box .ab_l .ab_list ul li.ab2.on a{
    background: url(../images/ab22.png) no-repeat 50px center;
}

.about .ab_box .ab_l .ab_list ul li.ab3.on a{
    background: url(../images/ab33.png) no-repeat 50px center;
}

.about .ab_box .ab_l .ab_list ul li.ab4.on a{
    background: url(../images/ab44.png) no-repeat 50px center;
}

.about .ab_box .ab_r{
    float: right;
    position: relative;
    height: 620px;
}

.about .ab_box .ab_r .txt{
    position: absolute;
    z-index: 5;
    right: 0px;
    top: 120px;
    width: 540px;
    height: 320px;
    background: #fff;
    -webkit-box-shadow: 0 0 8px 6px rgba(0, 0, 0, .05);
    box-shadow: 0 0 8px 6px rgba(0, 0, 0, .05);
    padding: 0 40px;
}

.about .ab_box .ab_r .txt h5{
    margin-top: 30px;
    height: 65px;
    line-height: 65px;
    border-bottom: 1px dashed #eeeeee;
    font-size: 20px;
    color: #101010;

}

.about .ab_box .ab_r .txt h5 i{
    font-size: 12px;
    color: #999;
    text-transform: uppercase;
    margin-left: 5px;
}

.about .ab_box .ab_r .txt p{
    font-size: 14px;
    color: #666;
    line-height: 30px;
    height: 90px;
    overflow: hidden;
    margin-top: 20px;
}

.about .ab_box .ab_r .txt .more{
    display: block;
    width: 60px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #d60404;
    border-radius: 5px;
    text-align: center;
    font-size: 12px;
    color: #d60404;
    text-transform: uppercase;
    margin-top: 30px;
}

.about .ab_box .ab_r .ab_num{
    position: absolute;
    right: 0;
    bottom: 0px;
    height: 120px;
    width: 520px;

}

.about .ab_box .ab_r .ab_num ul li{
    width: 120px;
    height: 120px;
    background: #fff;
    -webkit-box-shadow: 0 0 8px 6px rgba(0, 0, 0, .05);
    box-shadow: 0 0 8px 6px rgba(0, 0, 0, .05);
    float: left;
    margin-left: 10px;
    border-radius: 5px;
    text-align: center;

}

.about .ab_box .ab_r .ab_num ul li h5{
    position: relative;
    margin-top: 30px;
}

.about .ab_box .ab_r .ab_num ul li h5 span{
    font-size: 20px;
    color: #101010;
    font-weight: bold;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.about .ab_box .ab_r .ab_num ul li h5 i{
    font-size: 14px;
    color: #101010;
    font-family: "simsun";
    letter-spacing: -1px;
    position: relative;
    top: -3px;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.about .ab_box .ab_r .ab_num ul li p{
    font-size: 14px;
    color: #999;
    margin-top: 10px;
}

.about .ab_box .ab_r .ab_num ul li.on h5 span{
    color: #d60404;

}

.about .ab_box .ab_r .ab_num ul li.on h5 i{
    color: #d60404;
}


/* links*/
.links{
    width: 1300px;
    margin: 80px auto 40px auto;
    overflow: hidden;
}

.links .links_t{
    float: left;
    font-size: 20px;
    color: #d60404;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 30px;
}

.links .links_t i{
    font-size: 36px;
    color: #d60404;
    font-weight: bold;
    text-transform: uppercase;
}

.links .yq{
    float: right;
    font-size: 16px;
    color: #101010;
    width: 1210px;
    line-height: 30px;
}
 
.links .yq a{
    font-size: 16px;
    color: #101010;
    margin: 0 10px;
}