
/*-----------------------------------------------------------*/
/*copyright by 动力无限  www.btoe.cn*/
/*邮箱 btoe@btoe.cn*/
/*合作电话 400-0599-360*/
/*版权所有违者必究*/
/*-----------------------------------------------------------*/



/*banner*/
.fullSlide {
    width: 100%;
    position: relative;
    height: 340px;
    background: #FFF;
    overflow: hidden;
  }
  
  .fullSlide .bd {
    height: 340px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    overflow: hidden;
  }
  
  .fullSlide .bd ul {
    width: 100% !important;
  }
  
  .fullSlide .bd li {
    width: 100% !important;
    height: 340px;
    overflow: hidden;
    text-align: center;
  }
  
  .fullSlide .bd li a {
    display: block;
    height: 340px;
  }
  
  .fullSlide .hd {
    width: 100%;
    position: absolute;
    z-index: 2;
    bottom: 37px;
    height: 2px;
    left: 0;
    text-align: center;
  }
  
  .fullSlide .hd ul {
    text-align: center;
    height: 2px;
  }
  
  .fullSlide .hd ul li {
    cursor: pointer;
    display: inline-block;
    zoom: 1;
    width: 45px;
    height: 2px;
    margin: 0 6px;
    background: #fff;
    overflow: hidden;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
  }
  
  .fullSlide .hd ul .on {
    background: #156cc6;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
  }
  
  
  .fullSlide .next {
    width: 65px;
    height: 65px;
    position: absolute;
    top: 50%;
    z-index: 9;
    background: url(../images/bannerR.png) no-repeat center;
    -webkit-transition: all .5s linear;
    transition: all .5s linear;
    right: 4%;
  }
  
  .fullSlide .prev {
    width: 65px;
    height: 65px;
    position: absolute;
    top: 50%;
    z-index: 9;
    background: url(../images/bannerL.png) no-repeat center;
    -webkit-transition: all .5s linear;
    transition: all .5s linear;
    left: 4%;
  }


/*news*/

.news{
    width: 1360px;
    margin: 40px auto 0 auto;
}

.news .news_l{
    float: left;
    width: 670px;
    height: 430px;
    position: relative;
}

.news .news_l .bd{
    width: 670px;
    height: 430px;
}

.news .news_l .bd ul li{
    float: left;
    width: 670px;
    height: 430px;
    position: relative;
}


.news .news_l .bd ul li .news_img{
    width: 670px;
    height: 430px;
    position: relative;
}

.news .news_l .bd ul li .news_img img{
    width: 670px;
    height: 430px;
    border-radius: 5px;
}

.news .news_l .bd ul li .txt{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 670px;
    height: 60px;
    line-height: 60px;
    padding-top: 50px;
    background: url(../images/ico2.png) repeat center;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    z-index: 5;
}

.news .news_l .bd ul li .txt a{
    margin-left: 20px;
    width: 400px;
    padding-left: 25px;
    background: url(../images/buttom2.png) no-repeat left center;
    font-size: 18px;
    color: #fff;
    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_l .hd{
    position: absolute;
    right: 35px;
    bottom: 22px;
    z-index: 5;
}

.news .news_l .hd ul li{
    float: left;
    margin-left: 15px;
    width: 4px;
    height: 4px;
    background: #9b918b;
    border-radius: 50%;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;

}

.news .news_l .hd ul li.on{
    width: 15px;
    height: 4px;
    background: #fff;
    border-radius: 25px;
}


.news .news_r{
    float: right;
    width: 652px;
}

.news .news_r .news_list{
    height: 32px;

}

.news .news_r .news_list ul li{
    float: left;
    height: 32px;
    line-height: 32px;
    width: 90px;
    text-align: center;
    position: relative;
    margin-right: 35px;
}

.news .news_r .news_list ul li a{
    display: block;
    font-size: 20px;
    color: #333;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.news .news_r .news_list ul li::after{
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 0%;
    height: 1px;
    background: #cf243c;
    content: "";
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.news .news_r .news_list ul li.casehover::after{
    width: 100%;
}

.news .news_r .news_list ul li.casehover a{
    color: #cf243c;
}

.news .news_r .news_box{
    margin-top: 7px;
} 

.news .news_r .news_box ul li{
    width: 652px;
    height: 64px;
    line-height: 64px;
    border-bottom: 1px dashed #dedede;
    position: relative;
}

.news .news_r .news_box ul li::after{
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 0%;
    height: 1px;
    border-bottom: 1px dashed #156cc6;
    content: "";
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.news .news_r .news_box ul li a{
    float: left;
    width: 420px;
    padding-left: 30px;
    font-size: 18px;
    color: #666;
    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;
    background: url(../images/buttom1.png) no-repeat left center;
}

.news .news_r .news_box ul li span{
    display: block;
    float: right;
    font-size: 16px;
    color: #999;
    font-family: Arial, Helvetica, sans-serif;
    margin-right: 20px;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.news .news_r .news_box ul li:hover::after{
    width: 100%;

}

.news .news_r .news_box ul li:hover a{
    font-weight: bold;
    color: #156cc6;
    padding-left: 35px;
}

.news .news_r .news_box ul li:hover span{
    margin-right: 0;
}

/*title*/

.title{
    padding-left: 45px;
    background: url(../images/title.png) no-repeat left 12px;
}

.title h3{
    font-weight: bold;
    color: #333;
    font-size: 26px;
    line-height: 30px;
}

.title h3 a{
    font-weight: bold;
    color: #333;
    font-size: 26px;
}

.title span{
    display: block;
    color: #999999;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    margin-top: 6px;
}

/*about*/

.ab_bg{
    width: 100%;
    margin: 40px auto 0 auto;
    height: 420px;
    background: url(../images/ab_bg.jpg) no-repeat bottom center;
}

.ab_bg .about{
    width: 1360px;
    margin: 0 auto;
}

.ab_bg .about .ab_l{
    float: left;
    width: 660px;
}
 
.ab_bg .about .ab_l .txt{
    margin-top: 70px;

}
 
.ab_bg .about .ab_l .txt h5{
    font-weight: bold;
    color: #333;
    font-size: 20px;
}

.ab_bg .about .ab_l .txt i{
    display: block;
    width: 64px;
    height: 4px;
    background: #156cc6;
    margin: 23px 0 15px 0;

}

.ab_bg .about .ab_l .txt p{
    color: #666666;
    font-size: 16px;
    line-height: 36px;
    height: 144px;
    overflow: hidden;
    text-indent: 2em;
}

.ab_bg .about .ab_l .txt .more{
    display: block;
    color: #d74e62;
    font-size: 16px;
    margin-top: 22px;
    background: url(../images/more.png) no-repeat 80px center;
}

.ab_bg .about .ab_img{
    float: right;
    width: 560px;
    height: 385px;
    margin: 6px 15px 0 0;
}

.ab_bg .about .ab_img img{
    width: 560px;
    height: 385px;

}


/*banner_1*/

.banner_1{
    width: 1360px;
    margin: 30px auto 0 auto;
    height: 260px;
}


/*party*/ 

.party{
    width: 1360px;
    height: 307px;
    margin: 0 auto;
    padding: 0 12px;
    background: url(../images/news_bg.jpg) no-repeat  center;
}

.party .party_t{
    float: left;
    position: relative;
    width: 390px;
}

.party .party_t h3{
    font-size: 36px;
    color: #fff;
    font-weight: bold;
    writing-mode: tb-rl;
    margin: 32px 0 0 245px;
}

.party .party_t h3 span{
    display: block;
    font-size: 16px;
    color: #fafafc;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    font-weight: normal;
    opacity: 0.5;
}

.party .party_t .more{
    display: block;
    width: 40px;
    height: 40px;
    background: url(../images/more3.png) no-repeat  center;
    position: absolute;
    left: 235px;
    top: 210px;


}

.party .party_nr{
    float: right;
    width: 970px;
    margin-top: 45px;
} 

.party .party_nr ul li{
    float: left;
    position: relative;
    width: 416px;
    height: 205px;
    border-bottom: 1px solid #dedede;
    margin: 0 3px 0 43px;
}

.party .party_nr ul li h5 a{
    font-size: 18px;
    color: #555555;
    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;
    padding-left: 15px;
    background: url(../images/buttom3.png) no-repeat left center;
}

.party .party_nr ul li p{
    font-size: 16px;
    color: #777777;
    line-height: 30px;
    height: 90px;
    overflow: hidden;
    margin: 20px 0;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.party .party_nr ul li .more{

}

.party .party_nr ul li .more a{
    font-size: 14px;
    color: #999;
    display: block;
    float: right;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.party .party_nr ul li .more span{
    display: block;
    float: left;
    font-size: 14px;
    color: #999;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.party .party_nr ul li:hover h5 a{
    color: #333;

}

.party .party_nr ul li:hover p{
    color: #555555;
}

.party .party_nr ul li:hover .more a{
    color: #156cc6;

}

.party .party_nr ul li:hover .more span{
    color: #333;
}

.party .party_nr ul li::after{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0%;
    height: 1px;
    content: "";
    background: #da261c;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.party .party_nr ul li:hover::after{
    width: 100%;
}


/*product*/ 

.product{
    width: 1360px;
    margin: 20px auto 0 auto;
}

.product .pro_t{
    overflow: hidden;
}

.product .pro_t .title{
    float: left;
}

.product .pro_t .more{
    float: right;
    width: 58px;
    height: 43px;
    background: url(../images/more2.png) no-repeat left bottom;
} 

.product .pro_t .more a{
    display: block;
    font-size: 16px;
    color: #666666;
    margin-left: 5px;
}

.product .pro_box{
    margin: 40px auto 0 auto;
}  

.product .pro_box .bd{
    width: 1360px;
}

.product .pro_box .bd ul li{
    width: 420px;
    height: 280px;
    position: relative;
    float: left;
    margin: 0 16px;
    overflow: hidden;

}

.product .pro_box .bd ul li .pic{
    width: 420px;
    height: 280px;
    position: relative;
}

.product .pro_box .bd ul li .pic img{
    width: 420px;
    height: 280px;
    border-radius: 6px;
}

.product .pro_box .bd ul li .txt{
    position: absolute;
    left: 0;
    bottom: -70px;
    width: 380px;
    height: 70px;
    line-height: 70px;
    border-radius: 6px;
    background: url(../images/ico3.png) repeat center;
    padding: 0 20px;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
} 


.product .pro_box .bd ul li .txt h5 a{
    float: left;
    width: 320px;
    font-size: 18px;
    color: #fff;
    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;

}

.product .pro_box .bd ul li .txt .more{
    display: block;
    float: right;
    background: url(../images/more1.png) no-repeat center;
    width: 17px;
    height: 17px;
    margin-top: 26px;
}

.product .pro_box .bd ul li:hover .txt{
    bottom: 0;
}


/*links*/ 
.links_bg{
    width: 100%;
    margin: 40px auto 0 auto;
    height: 122px;
    background: #f8f8f8;
}

.links_bg .links{
    width: 1360px;
    margin: 0 auto;
}

.links_bg .links .links_t{
    float: left;
    padding-left: 38px;
    background: url(../images/links.png) no-repeat left center;
    margin-top: 35px;

}

.links_bg .links .links_t span{
    display: block;
    font-size: 24px;
    color: #156cc6;
    font-family: 'Times New Roman', Times, serif;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 20px;
    letter-spacing: 1px;
}

.links_bg .links .links_t i{
    display: block;
    font-size: 20px;
    color: #666;
    line-height: 20px;
}

.links_bg .links .yq{
    float: right;
    width: 1230px;
    margin-top: 38px;
} 

.links_bg .links .yq dl{
    float: left;
    width: 370px;
    height: 40px;
    background: #fff;
    position: relative;
    margin-left: 40px;
    z-index: 9;
}

.links_bg .links .yq dl dt{
    width: 370px;
    height: 40px;
    line-height: 40px;
}

.links_bg .links .yq dl dt h5{
    font-size: 16px;
    color: #999;
    margin-left: 90px;
    display: inline-block;
    background: url(../images/buttom5.png) no-repeat  right center;
    padding-right: 55px;
}

.links_bg .links .yq dl dt h5 i{
    display: inline-block;
    width: 10px;
    height: 1px;
    background: url(../images/buttom8.png) no-repeat center;
    vertical-align: middle;

}

.links_bg .links .yq dl dt h5 span{
    margin: 0 15px;
}

.links_bg .links .yq dl .nr{
    position: absolute;
    left: 0;
    top: 40px;
    width: 370px;
    background: #f8f8f8;
    height: 0px;
    overflow-x: hidden;
    opacity: 0;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
} 

.links_bg .links .yq dl:hover .nr{
    opacity: 1;
    height: 210px;
}

.links_bg .links .yq dl .nr dd {
    height: 30px;
    line-height: 30px;
    border-bottom: 1px solid #f0f0f0;
}

.links_bg .links .yq dl .nr dd a{
    font-size: 14px;
    color: #555;
    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;
    text-align: center;

}

.links_bg .links .yq dl .nr dd:hover{
    background: #156cc6;
}

.links_bg .links .yq dl .nr dd:hover a{
    color: #fff;
}
