
/*-----------------------------------------------------------*/
/*copyright by 动力无限  www.btoe.cn*/
/*邮箱 btoe@btoe.cn*/
/*合作电话 400-0599-360*/
/*版权所有违者必究*/
/*-----------------------------------------------------------*/

/*banner*/
.fullSlide {
    width: 100%;
    position: relative;
    height: 590px;
    background: #FFF;
    overflow: hidden;
  }
  
  .fullSlide .bd {
    height: 590px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    overflow: hidden;
  }
  
  .fullSlide .bd ul {
    width: 100% !important;
  }
  
  .fullSlide .bd li {
    width: 100% !important;
    height: 590px;
    overflow: hidden;
    text-align: center;
  }
  
  .fullSlide .bd li a {
    display: block;
    height: 590px;
  }
  
  .fullSlide .hd {
    width: 100%;
    position: absolute;
    z-index: 2;
    bottom: 0;
    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;
    margin: 7px;
    background-color: #fff;
    overflow: hidden;
    line-height: 99px;
    border-radius: 50%;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
  }
  
  .fullSlide .hd ul .on {
    width: 20px;
    background: #d1322c;
    border-radius: 6px;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
  }
  
  
  .fullSlide .next {
    width: 29px;
    height: 56px;
    position: absolute;
    top: 50%;
    margin-top: -30px;
    z-index: 2;
    background: url(../images/bannerR.png) no-repeat center;
    filter: alpha(opacity=30);
    -moz-opacity: .3;
    opacity: .3;
    -webkit-transition: all .5s linear;
    transition: all .5s linear;
    right: 10%;
  }
  
  .fullSlide .prev {
    width: 29px;
    height: 56px;
    position: absolute;
    top: 50%;
    margin-top: -30px;
    z-index: 2;
    background: url(../images/bannerL.png) no-repeat center;
    filter: alpha(opacity=30);
    -moz-opacity: .3;
    opacity: .3;
    -webkit-transition: all .5s linear;
    transition: all .5s linear;
    left: 10%;
  }


/*title*/

.title{
    width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.title h3{
    font-size: 36px;
    font-weight: bold;
    color: #333333;
    background: url(../images/title.png) no-repeat bottom center;
    padding-bottom: 47px;
}

.title h3 a{
    display: block;
    font-size: 36px;
    font-weight: bold;
    color: #333333;
}

/*product*/

.product{
    width: 1200px;
    margin: 60px auto 0 auto;
    position: relative;
}

.product .pro_box{
    width: 1200px;
    margin: 50px auto 0 auto;
} 

.product .pro_box ul li{
    width: 1200px;
    height: 284px;
    margin: 0 auto 20px auto;
}

.product .pro_box ul li .pic{
    float: left;
    width: 712px;
    height: 284px;
    overflow: hidden;
}

.product .pro_box ul li .pic img{
    width: 712px;
    height: 284px;
    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 ul li:hover .pic img{
    transform: scale(1.1);
    -ms-transform: scale(1.1);

}

.product .pro_box ul li .txt{
    float: left;
    width: 425px;
    height: 284px;
    background: #e0e0e0;
    padding: 0 33px 0 30px;
}

.product .pro_box ul li .txt h5 a{
    font-size: 20px;
    color: #333;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    margin: 28px 0 15px 0;
}

.product .pro_box ul li .txt i{
    display: block;
    width: 40px;
    height: 3px;
    background: #d5352e;

}

.product .pro_box ul li .txt p{
    font-size: 14px;
    color: #555;
    line-height: 32px;
    height: 96px;
    overflow: hidden;
    margin-top: 15px;
}

.product .pro_box ul li .txt .more{
    display: block;
    width: 110px;
    height: 34px;
    line-height: 34px;
    border: 1px solid #a0a0a0;
    border-radius: 5px;
    font-size: 14px;
    color: #888;
    text-align: center;
    margin-top: 30px;
}

.product .pro_box ul li.p2 .pic,.product .pro_box ul li.p4 .pic,
.product .pro_box ul li.p6 .pic,.product .pro_box ul li.p8 .pic,
.product .pro_box ul li.p10 .pic{
    float: right;

}

.product .pro_box ul li:hover .txt h5 a{
    color: #d1322c;
}


/*about*/

.ab_bg{
    width: 100%;
    height: 780px;
    margin: 60px auto 0 auto;
    background: url(../images/ab_bg.jpg) repeat center;
    overflow: hidden;
}

.ab_bg .about{
    width: 1200px;
    margin: 0 auto;
    position: relative;
    padding-top: 60px;
}

.ab_bg .about .ab_t{
    width: 1085px;
    height: 83px;

}

.ab_bg .about .ab_box{
    width: 1200px;
    margin: 50px auto 0 auto;
    position: relative;
}

.ab_bg .about .ab_box .ab_nr{
    float: left;
    width: 590px;
}

.ab_bg .about .ab_box .ab_nr h5{
    padding-left: 105px;
    font-size: 36px;
    color: #333;
    font-weight: bold;
    background: url(../images/ab_xt.jpg) no-repeat left center;
    margin: 35px 0 65px 0;

}

.ab_bg .about .ab_box .ab_nr p{
    font-size: 15px;
    color: #444;
    line-height: 32px;
    height: 128px;
    overflow: hidden;

}

.ab_bg .about .ab_box .ab_nr .xq{
    margin-top: 35px;
    width: 160px;
    height: 45px;
    line-height: 45px;
    background: url(../images/more.png) no-repeat center;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.ab_bg .about .ab_box .ab_nr .xq a{
    font-size: 15px;
    color: #fff;
    display: block;
    padding-left: 20px;
}

.ab_bg .about .ab_box .ab_nr .xq:hover{
    transform: translateX(10px);
    -webkit-transform: translateX(10px);
    -o-transform: translateX(10px);
}

.ab_bg .about .ab_box .ab_img{
    float: right;
    width: 840px;
    height: 504px;
    margin-right: -360px;
}


/*news*/

.news{
    width: 1200px;
    margin: 60px auto 0 auto;
}

.news .news_box{
    width: 1200px;
    height: 540px;
    margin: 50px auto 0 auto;
}


.news .news_box .news_list{
    float: left;
    width: 100px;
}

.news .news_box .news_list ul li{
    width: 85px;
    height: 160px;
    padding-left: 15px;
    background: #fafafa;
    margin-bottom: 20px;
    position: relative;
    z-index: 5;
}

.news .news_box .news_list ul li h5 a{
    font-size: 18px;
    color: #333;
    display: block;
    padding: 25px 0 18px 0;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.news .news_box .news_list ul li i{
    display: block;
    width: 22px;
    height: 2px;
    background: #c7c7c7;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;

}

.news .news_box .news_list ul li .more{
    display: block;
    width: 18px;
    height: 18px;
    background: url(../images/more1.png) no-repeat center;
    margin-top: 40px;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.news .news_box .news_list ul li span{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    background: #d5352e;
    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 .news_list ul li.casehover span{
    height: 100%;
}

.news .news_box .news_list ul li.casehover h5 a{
    color: #fff;
}

.news .news_box .news_list ul li.casehover i{
    background: #fff;
}

.news .news_box .news_list ul li.casehover .more{
    background: url(../images/more2.png) no-repeat center;
}

.news .news_box .news_nr{
    float: right;
    width: 1090px;
}

.news .news_box .news_nr ul li{
    float: left;
    width: 490px;
    height: 145px;
    border-bottom: 1px dashed #e5e5e5;
    margin: 0 0 18px 35px;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    padding: 15px 0 0 20px;
}

.news .news_box .news_nr ul li .news_img{
    float: left;
    width: 121px;
    height: 121px;
    border-radius: 50%;
}

.news .news_box .news_nr ul li .news_img img{
    width: 121px;
    height: 121px;
    border-radius: 50%;
}

.news .news_box .news_nr ul li .txt{
    float: left;
    margin-left: 20px;
    width: 330px;
    margin-top: -5px;
}

.news .news_box .news_nr ul li .txt .txt_t{
    overflow: hidden;
    height: 30px;
    line-height: 30px;
}

.news .news_box .news_nr ul li .txt .txt_t a{
    float: left;
    width: 245px;
    font-size: 16px;
    color: #444;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    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 .news_nr ul li .txt .txt_t span{
    float: right;
    font-size: 24px;
    color: #cccccc;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;

    
}

.news .news_box .news_nr ul li .txt p{
    font-size: 14px;
    color: #666666;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    margin: 5px 0 15px 0;

}

.news .news_box .news_nr ul li .txt .xq{
    width: 100px;
    height: 28px;
    line-height: 28px;
    border: 1px solid #cccccc;
    border-radius: 3px;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;

}

.news .news_box .news_nr ul li .txt .xq a{
    font-size: 14px;
    color: #777;
    display: block;
    padding-left: 20px;
    background: url(../images/buttom.png) no-repeat 75px center;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}


.news .news_box .news_nr ul li:hover{
    background: #fff;
    -webkit-box-shadow: 0 0 8px 6px rgba(0, 0, 0, .08);
    box-shadow: 0 0 8px 6px rgba(0, 0, 0, .08);
}


.news .news_box .news_nr ul li:hover .txt .txt_t a{
    color: #d1322c;
}

.news .news_box .news_nr ul li:hover .txt .txt_t span{
    color: #d1322c;
}

.news .news_box .news_nr ul li:hover .xq{
    background: #d1322c;
    border-radius: 25px;
    border: 1px solid #d1322c;
}

.news .news_box .news_nr ul li:hover .xq a{
    color: #fff;
    background: url(../images/buttom1.png) no-repeat 75px center;
}



/*hz*/


.hz_bg{
    width: 100%;
    margin: 70px auto 0 auto;
    height: 195px;
    background: url(../images/hz_bg.jpg) no-repeat  center;
}

.hz_bg .hz{
    width: 1200px;
    margin: 0 auto;
    height: 195px;
}

.hz_bg .hz .hz_t{
    float: left;
    width: 280px;
    background: url(../images/hz_t.png) no-repeat  left center;
    height: 110px;
    line-height: 110px;
    margin-top: 42px;
}

.hz_bg .hz .hz_t a{
    font-size: 26px;
    color: #fff;
    font-weight: bold;
    padding-left: 140px;
}

.hz_bg .hz .hz_box{
    float: right;
    width: 915px;
    margin-top: 50px;
    position: relative;
}

.hz_bg .hz .hz_box .bd{
    width: 840px;
    margin: 0 auto;
}

.hz_bg .hz .hz_box .bd ul li{
    float: left;
    width: 190px;
    margin: 0 10px;

}

.hz_bg .hz .hz_box .bd ul li .pic{
    width: 188px;
    height: 86px;
    border: 1px solid #dcdcdc;
}

.hz_bg .hz .hz_box .bd ul li .pic img{
    width: 188px;
    height: 86px;

}

.hz_bg .hz .hz_box .bd ul li .txt{
    height: 30px;
    line-height: 30px;

} 

.hz_bg .hz .hz_box .bd ul li .txt a{
    font-size: 14px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    text-align: center;
    display: none;
}

.hz_bg .hz .hz_box .next{
    position: absolute;
    left: 0;
    top: 30px;
    width: 26px;
    height: 26px;
    background: url(../images/left.png) no-repeat  center;
    cursor: pointer;
}

.hz_bg .hz .hz_box .prev{
    position: absolute;
    right: 0;
    top: 30px;
    width: 26px;
    height: 26px;
    background: url(../images/right.png) no-repeat  center;
    cursor: pointer;
}


/*links*/

.links{
    width: 1200px;
    line-height: 30px;
    margin: 40px auto 0 auto;
    overflow: hidden;
}

.links h3{
    float: left;
    font-size: 16px;
    color: #d5352e;
    font-weight: bold;
    background: url(../images/links.png) no-repeat left  center;
    padding-left: 55px;
}

.links .yq{
    float: right;
    width: 1065px;
}

.links .yq a{
    margin: 0 10px;
    font-size: 14px;
    color: #666666;
    background: url(../images/buttom2.png) no-repeat left  center;
    padding-left: 20px;
}


/*message*/

.message_bg{
    width: 100%;
    height: 81px;
    margin: 30px auto 0 auto;
    background: url(../images/message_bg.jpg) no-repeat  center;
}

.message_bg .message{
    width: 1200px;
    margin: 0 auto;
    height: 81px;
}

.message_bg .message .m_nr{
    width: 1160px;
    margin: 0px auto 0 auto;
    padding-top: 20px;
}

.message_bg .message .m_nr .form-group1{
    float: left;
    width: 260px;
    height: 40px;
    background: #fff;
    border-radius: 25px;
    margin-right: 5px;
}

.message_bg .message .m_nr .form-group1 input{
    width: 260px;
    height: 40px;
    background: none;
    text-indent: 20px;
    font-size: 14px;
    color: #666666;
}

.message_bg .message .m_nr .form-group2{
    float: left;
    width: 260px;
    height: 40px;
    background: #fff;
    border-radius: 25px;
    margin-right: 5px;
}

.message_bg .message .m_nr .form-group2 input{
    width: 260px;
    height: 40px;
    background: none;
    text-indent: 20px;
    font-size: 14px;
    color: #666666;
}

.message_bg .message .m_nr .form-group3{
    float: left;
    width: 260px;
    height: 40px;
    background: #fff;
    border-radius: 25px;
    margin-right: 5px;
}

.message_bg .message .m_nr .form-group3 textarea{
    width: 240px;
    height: 30px;
    background: none;
    font-size: 14px;
    color: #666666;
    padding: 10px 0 0 20px;
}

.message_bg .message .m_nr .form-group4{
    float: left;
    width: 260px;
    height: 40px;
    background: #fff;
    border-radius: 25px;
    margin-right: 5px;
}

.message_bg .message .m_nr .form-group4 .codeText{
    float: left;
    width: 160px;
    height: 40px;
    background: none;
    text-indent: 20px;
    font-size: 14px;
    color: #666666;
}

.message_bg .message .m_nr .form-group4 .imgcode{
    float: right;
    width: 90px;
    height: 40px;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
}

.message_bg .message .anniu{
    float: right;
    width: 96px;
    height: 40px;
    background: #d03129;
    border-radius: 25px;

}

.message_bg .message .anniu button{
    width: 96px;
    height: 40px;
    background: #d03129;
    border-radius: 25px;
    font-size: 14px;
    color: #fff;
    border: none;
    cursor: pointer;
}