
/*-----------------------------------------------------------*/
/*copyright by 动力无限  www.btoe.cn*/
/*邮箱 btoe@btoe.cn*/
/*合作电话 400-0599-360*/
/*版权所有违者必究*/
/*-----------------------------------------------------------*/



/*banner*/
.fullSlide {
    width: 100%;
    position: relative;
    height: 700px;
    background: #FFF;
    overflow: hidden;
  }
  
  .fullSlide .bd {
    height: 700px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    overflow: hidden;
  }
  
  .fullSlide .bd ul {
    width: 100% !important;
  }
  
  .fullSlide .bd li {
    width: 100% !important;
    height: 700px;
    overflow: hidden;
    text-align: center;
  }
  
  .fullSlide .bd li a {
    display: block;
    height: 700px;
  }
  
  .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: 10px;
    height: 10px;
    margin: 7px;
    border: 2px solid #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: 10px;
    background: #ca2128;
    border: 2px solid #ca2128;
    border-radius: 50%;
    -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: 30px;
    color: #2a2a2a;

}

.title h3 a{
    font-size: 30px;
    color: #2a2a2a;
}

.title span{
    display: block;
    font-size: 14px;
    color: #b2b2b2;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    margin-top: 5px;
}


/*product*/

.product{
    width: 100%;
    margin: 65px auto 0 auto;
}

.product .pro_list{
    width: 1200px;
    margin: 30px auto 0 auto;
    height: 40px;
}

.product .pro_list ul{
    text-align: center;
}

.product .pro_list ul li{
    display: inline-block;
    margin: 0 18px;
    line-height: 40px;

}

.product .pro_list ul li a{
    font-size: 14px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    text-align: center;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    width: 90px;
}

.product .pro_list ul li:hover a{
    color: #333;
    background: url(../images/xt.png) no-repeat bottom center;
}

.product .pro_box{
    margin: 35px auto 0 auto;
    width: 84%;
}

.product .pro_box ul li{
    float: left;
    width: 24%;
    margin: 0 0.5% 30px 0.5%;
}

.product .pro_box ul li .pic{
    position: relative;
    padding-top: 70%;
    border: 1px solid #eeeeee;
}

.product .pro_box ul li .pic img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

}

.product .pro_box ul li .txt{
    border: 1px solid #eeeeee;
    height: 50px;
    line-height: 50px;
    padding: 0 5%;
}

.product .pro_box ul li .txt h5 a{
    float: left;
    width: 70%;
    font-size: 14px;
    color: #939393;
    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 ul li:hover .txt h5 a{
    color: #ca2128;
}

.product .pro_box ul li .more{
    float: right;
    display: block;
    width: 20px;
    height: 20px;
    margin-top: 15px;
    background: url(../images/more.png) no-repeat center;
}

.product .pro_box ul li:hover .more{
    background: url(../images/more1.png) no-repeat center;
}


/*honor*/

.honor_bg{
    width: 100%;
    height: 633px;
    margin: 40px auto 0 auto;
    position: relative;
}

.honor_bg .honor_img{
    width: 100%;
    height: 633px;
    background: url(../images/ry_bg.jpg)  center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
}

.honor_bg .honor_nr{
    width: 100%;
    margin: 0 auto;
    position: relative;
    top: -633px;
    left: 0;
}


.honor_bg .honor{
    width: 1200px;
    margin: 0 auto;
    padding-top: 120px;
}

.honor_bg .honor .title h3{
    color: #fff;
}

.honor_bg .honor .title span{
    color: #fff;
}

.honor_bg .honor .honor_box{
    width: 1200px;
    margin: 85px auto 0 auto;
    position: relative;
}


.honor_bg .honor .honor_box .bd{
    width: 1130px;
    margin: 0 auto;
}

.honor_bg .honor .honor_box .bd ul li{
    float: left;
    width: 250px;
    margin: 0 16px;
    position: relative;
}

.honor_bg .honor .honor_box .bd ul li .pic{
    width: 250px;
    height: auto;

}

.honor_bg .honor .honor_box .bd ul li .pic img{
    width: 250px;
    height: auto;
}

.honor_bg .honor .honor_box .bd ul li .txt{
    width: 220px;
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    background: #fff;
    position: relative;
    z-index: 5;

}

.honor_bg .honor .honor_box .bd ul li .txt h5 a{
    float: left;
    width: 160px;
    font-size: 14px;
    color: #4c4c4c;
    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;
}

.honor_bg .honor .honor_box .bd ul li .txt .more{
    float: right;
    width: 21px;
    height: 21px;
    background: url(../images/more2.png) no-repeat center;
    margin-top: 9px;
    -webkit-transition: all 0.9s ease-out;
    -o-transition: all 0.9s ease-out;
    transition: all 0.9s ease-out;
}

.honor_bg .honor .honor_box .bd ul li .txt i{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 40px;
    background: #ca2128;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    z-index: -1;
}

.honor_bg .honor .honor_box .bd ul li:hover .txt i{
    width: 100%;
}

.honor_bg .honor .honor_box .bd ul li:hover .txt h5 a{
    color: #fff;
}

.honor_bg .honor .honor_box .bd ul li:hover .txt .more{
    background: url(../images/more3.png) no-repeat center;
}

.honor_bg .honor .honor_box .next{
    position: absolute;
    left: 0;
    top:100px;
    width: 20px;
    height: 86px;
    background: url(../images/left.png) no-repeat center;
    cursor: pointer;
}

.honor_bg .honor .honor_box .prev{
    position: absolute;
    right: 0;
    top:100px;
    width: 20px;
    height: 86px;
    background: url(../images/right.png) no-repeat center;
    cursor: pointer;
}




/*ys*/

.ys_bg{
    width: 100%;
    height: 1665px;
    margin: 60px auto 0 auto;
    background: url(../images/ys_bg.jpg) no-repeat bottom center;
}

.ys_bg .ys{
    width: 1200px;
    margin: 0 auto;
}

.ys_bg .ys .ys_box{
    width: 1200px;
    margin: 40px auto 0 auto;
}


.ys_bg .ys .ys_box ul li{
    overflow: hidden;
}

.ys_bg .ys .ys_box ul li .txt{
    float: left;
    width: 545px;
}

.ys_bg .ys .ys_box ul li .txt h5{
    font-size: 48px;
    color: #484848;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    position: relative;

}

.ys_bg .ys .ys_box ul li .txt h5::after{
    position: absolute;
    left: 70px;
    top: 32px;
    width: 53px;
    height: 2px;
    background: #d0d0d0;
    content: "";
}

.ys_bg .ys .ys_box ul li .txt h6{
    font-size: 30px;
    color: #333;
    margin: 25px 0 20px 0;
}

.ys_bg .ys .ys_box ul li .txt h6 span{
    font-size: 18px;
    color: #333;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
}

.ys_bg .ys .ys_box ul li .txt p{
    font-size: 15px;
    color: #666666;
    line-height: 30px;
    text-indent: 2em;

}

.ys_bg .ys .ys_box ul li .txt .zx{
    margin-top: 30px;

}

.ys_bg .ys .ys_box ul li .txt .zx .tel{
    float: left;
    height: 60px;
    background: url(../images/ys_tel.png) no-repeat left center;
    padding-left: 60px;
    font-size: 16px;
    color: #333;
}

.ys_bg .ys .ys_box ul li .txt .zx .tel span{
    display: block;
    font-size: 30px;
    color: #666666;
    font-family: Arial, Helvetica, sans-serif;

}

.ys_bg .ys .ys_box ul li .txt .zx .zixun{
    float: left;
    margin-left: 55px;
    background: url(../images/zx.png) no-repeat center;
    width: 147px;
    height: 51px;
    line-height: 51px;
    margin-top: 10px;
    -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 ul li .txt .zx .zixun a{
    display: block;
    font-size: 14px;
    color: #f9f9f9;
    padding-left: 72px;
}

.ys_bg .ys .ys_box ul li .txt .zx .zixun:hover{
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -o-transform: translateY(-10px);
}

.ys_bg .ys .ys_box ul li.ys1{
    height: 396px;
    margin-bottom: 160px;
}

.ys_bg .ys .ys_box ul li.ys1 .ys_img{
    float: right;
    width: 643px;
    height: 396px;
}

.ys_bg .ys .ys_box ul li.ys1 .ys_img img{
    width: 643px;
    height: 396px;
}


.ys_bg .ys .ys_box ul li.ys2{
    height: 346px;
    margin-bottom: 205px;
}

.ys_bg .ys .ys_box ul li.ys2 .ys_img{
    float: left;
    width: 572px;
    height: 342px;
    background: rgba(229, 229, 229, 0.2);
    border-radius: 5px;
}

.ys_bg .ys .ys_box ul li.ys2 .ys_img img{
    width: 544px;
    height: 322px;
    display: block;
    margin: 10px auto;
    border-radius: 5px;

}

.ys_bg .ys .ys_box ul li.ys2 .txt{
    float: right;
}

.ys_bg .ys .ys_box ul li.ys2 .txt h5{
    color: #fff;

}

.ys_bg .ys .ys_box ul li.ys2 .txt h6{
    color: #fff;
}

.ys_bg .ys .ys_box ul li.ys2 .txt h6 span{
    color: #fff;
}

.ys_bg .ys .ys_box ul li.ys2 .txt p{
    color: #d9d9d9;
}

.ys_bg .ys .ys_box ul li.ys2 .txt .zx .tel{
    color: #fff;
}

.ys_bg .ys .ys_box ul li.ys2 .txt .zx .tel span{
    color: #fff;

}

.ys_bg .ys .ys_box ul li.ys2 .txt .zx .zixun{
    background: url(../images/zx1.png) no-repeat center;
}

.ys_bg .ys .ys_box ul li.ys2 .txt .zx .zixun a{
    color: #333333;
}

.ys_bg .ys .ys_box ul li.ys3{
    height: 407px;
}

.ys_bg .ys .ys_box ul li.ys3 .ys_img{
    float: right;
    width: 612px;
    height: 407px;
}

.ys_bg .ys .ys_box ul li.ys3 .ys_img img{
    width: 612px;
    height: 407px;
}



/*case*/

.case{
    width: 100%;
    margin: 70px auto 0 auto;
}

.case .case_box{
    width: 84%;
    margin: 60px auto 0 auto;
}

.case .case_box ul li{
    float: left;
    width: 24%;
    height: auto;
    background: #fbfbfb;
    margin: 0 0.5% 0px 0.5%;
    position: relative;
    z-index: 5;
}

.case .case_box ul li .pic{
    position: relative;
    padding-top: 70%;
    width: 98%;
    margin: 1% auto 0 auto;
    border: 1px solid #eeeeee;
}

.case .case_box ul li .pic img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

}

.case .case_box ul li .txt{
    height: auto;
    position: relative;
}

.case .case_box ul li .txt h5 a{
    font-size: 16px;
    color: #333333;
    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: 20px 5% 10px 5%;
}

.case .case_box ul li .txt p{
    font-size: 14px;
    color: #808080;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    margin: 0px 5% 10px 5%;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.case .case_box ul li .txt .more{
    margin: 20px auto 0 auto;
    height: 40px;
    line-height: 40px;
    border-top: 1px solid #e6e6e6;
    display: block;
    font-size: 14px;
    color: #808080;
    background: url(../images/more4.png) no-repeat right center;
    position: relative;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    padding: 0 0% 0 5%;
}

.case .case_box ul li .txt .more::before{
    position: absolute;
    top: 0;
    right: 42px;
    content: "";
    width: 1px;
    height: 40px;
    background: #e6e6e6;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.case .case_box ul li .line{
    position: absolute;
    z-index: 5;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: #ca2128;
    z-index: -1;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}


.case .case_box ul li:hover .line{
    height: 100%;
}

.case .case_box ul li:hover .txt .more{
    color: #fff;
    background: url(../images/more5.png) no-repeat right center;
}

.case .case_box ul li:hover .txt h5 a{
    color: #fff;
}

.case .case_box ul li:hover .txt p{
    color: #fff;
}

.case .case_more{
    margin: 60px auto 0 auto;
    width: 150px;
    height: 42px;
    line-height: 42px;
    background: #d13b26;
    border-radius: 25px;
} 

.case .case_more a{
    font-size: 13px;
    color: #fff;
    text-align: center;
    display: block;
    text-transform: uppercase;

}


/*about*/

.ab_bg{
    width: 100%;
    height: 546px;
    margin: 70px auto 0 auto;
    background: url(../images/ab_bg.jpg)  center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
}

.ab_bg .about{
    width: 1200px;
    margin: 0 auto;
    padding-top: 150px;
    text-align: center;
}

.ab_bg .about  h3 a{
    display: block;
    font-size: 30px;
    color: #f9f9f9;

}

.ab_bg .about span{
    display: block;
    font-size: 12px;
    color: #9c9c9c;
    text-transform: uppercase;
    margin-top: 10px;
}

.ab_bg .about p{
    width: 1100px;
    font-size: 15px;
    color: #e1e1e1;
    line-height: 30px;
    height: 90px;
    overflow: hidden;
    text-indent: 2em;
    margin: 40px auto;

}

.ab_bg .about .xq{
    width: 150px;
    height: 42px;
    line-height: 42px;
    background: #d13b26;
    border-radius: 25px;
    margin: 0 auto;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.ab_bg .about .xq a{
    font-size: 13px;
    color: #fff;
    text-align: center;
    display: block;
    text-transform: uppercase;
}

.ab_bg .about .xq:hover{
    border-radius: 0px;
}



/*fc*/

.fc{
    width: 100%;
    height: 440px;
    margin: 70px auto 0 auto;
}

.fc .fc_list{
    width: 1200px;
    margin: 40px auto 0 auto;
    height: 39px;
}

.fc .fc_list ul{
    text-align: center;
}

.fc .fc_list ul li{
    display: inline-block;
    width: 121px;
    height: 39px;
    line-height: 39px;
    background: #6e6e71;
    margin: 0 8px;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.fc .fc_list ul li a{
    display: block;
    text-align: center;
    font-size: 13px;
    color: #fff;
}

.fc .fc_list ul li.casehover{
    background: #ca2128;
}

.fc .fc_box{
    margin: 40px auto 0 auto;
    width: 84%;
}

.fc .fc_box ul li{
    float: left;
    width: 24%;
    margin: 0 0.5% 0px 0.5%;
    position: relative;
}

.fc .fc_box ul li .pic{
    position: relative;
    padding-top: 63%;
}

.fc .fc_box ul li .pic img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

}

.fc .fc_box ul li .txt{
    height: 46px;
    line-height: 46px;
    padding: 0 5%;
    background: #fafafa;
    position: relative;
    z-index: 5;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.fc .fc_box ul li .txt h5 a{
    float: left;
    width: 70%;
    font-size: 16px;
    color: #595959;
    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;
}

.fc .fc_box ul li:hover .txt h5 a{
    color: #fff;
}

.fc .fc_box ul li .more{
    float: right;
    display: block;
    width: 6px;
    height: 9px;
    margin-top: 18px;
    background: url(../images/more6.png) no-repeat center;
}

.fc .fc_box:hover .more{
    background: url(../images/more7.png) no-repeat center;
}

.fc .fc_box ul li .txt i{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 46px;
    background: #ca2128;
    z-index: -1;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.fc .fc_box ul li:hover .txt i{
    width: 100%;
}

.fc .fc_box ul li:hover .txt{
    -webkit-box-shadow: 0 0 8px 6px rgba(162, 21, 25, .08);
    box-shadow: 0 0 8px 6px rgba(162, 21, 25, .08);
}


/*news*/

.news_bg{
    width: 100%;
    margin: 70px auto 0 auto;
    height: 818px;
    background: url(../images/news_bg.jpg) repeat  center;
}

.news_bg .news{
    width: 84%;
    margin: 0px auto 0 auto;
    padding-top: 65px;
}

.news_bg .news .news_list{
    margin: 30px auto 0 auto;
    height: 32px;
}

.news_bg .news .news_list ul{
    text-align: center;
}

.news_bg .news .news_list ul li{
    display: inline-block;
    margin: 0 12px;
    width: 86px;
    height: 32px;
    line-height: 32px;
    background: #fafafa;
    border-radius: 3px;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.news_bg .news .news_list ul li a{
    display: block;
    text-align: center;
    font-size: 14px;
    color: #999999;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;

}

.news_bg .news .news_list ul li.casehover{
    background: #ca2128;
}

.news_bg .news .news_list ul li.casehover a{
    color: #fff;
}

.news_bg .news .news_box{
    margin: 30px auto 0 auto;
} 

.news_bg .news .news_box .news_top{
    overflow: hidden;

}

.news_bg .news .news_box .news_top ul li{
    float: left;
    width: 32%;
    margin: 0 0.6%;
    position: relative;
}

.news_bg .news .news_box .news_top ul li .pic{
    position: relative;
    padding-top: 47%;
}

.news_bg .news .news_box .news_top ul li .pic img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 3px;
}


.news_bg .news .news_box .news_top ul li .txt{
    position: relative;
    z-index: 5;
    height: 140px;
    background: url(../images/news_list1.jpg) repeat center;
    border-radius: 3px;
}

.news_bg .news .news_box .news_top ul li .txt .time{
    float: left;
    text-align: center;
    width: 20%;
}

.news_bg .news .news_box .news_top ul li .txt .time span{
    display: block;
    font-size: 35px;
    color: #535353;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 45px;
    margin-top: 38px;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.news_bg .news .news_box .news_top ul li .txt .time p{
    font-size: 14px;
    color: #535353;
    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_bg .news .news_box .news_top ul li .txt .nr{
    float: right;
    width: 75%;
    margin-right: 3%;
}

.news_bg .news .news_box .news_top ul li .txt .nr a{
    height: 57px;
    line-height: 57px;
    border-bottom: 1px solid #f1f1f1;
    font-size: 18px;
    color: #333;
    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_bg .news .news_box .news_top ul li .txt .nr p{
    font-size: 14px;
    color: #737373;
    line-height: 30px;
    height: 60px;
    overflow: hidden;
    margin-top: 10px;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;

}

.news_bg .news .news_box .news_top ul li .txt .line{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 140px;
    background: url(../images/news_list.jpg) repeat center;
    border-radius: 3px;
    z-index: -1;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.news_bg .news .news_box .news_top ul li:hover .txt .line{
    width: 100%;
}

.news_bg .news .news_box .news_top ul li:hover .txt .time span{
    color: #fff;

}

.news_bg .news .news_box .news_top ul li:hover .txt .time p{
    color: #fff;
}

.news_bg .news .news_box .news_top ul li:hover .txt .nr a{
    color: #fff;
    border-bottom: 1px solid #cd3d42;
} 

.news_bg .news .news_box .news_top ul li:hover .txt .nr p{
    color: #fff;
}

.news_bg .news .news_box .list{
    margin-top: 15px;

}


.news_bg .news .news_box .list ul li{
    float: left;
    width: 32%;
    margin: 0 0.6%;
    position: relative;
    height: 45px;
    line-height: 45px;
}

.news_bg .news .news_box .list ul li a{
    float: left;
    width: 70%;
    font-size: 14px;
    color: #808080;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    background: url(../images/buttom1.png) no-repeat left center;
    padding-left: 20px;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.news_bg .news .news_box .list ul li span{
    float: right;
    font-size: 14px;
    color: #737373;
    font-family: Arial, Helvetica, sans-serif;
}

.news_bg .news .news_box .list ul li:hover a{
    color: #ca2128;
    background: url(../images/buttom2.png) no-repeat left center;
    transform: translateX(5px);
    -webkit-transform: translateX(5px);
    -o-transform: translateX(5px);
}




/*links*/

.links_bg{
    width: 100%;
    margin: 0 auto;
    height: 110px;
    background: url(../images/footer_bg.jpg) repeat  center;
}

.links_bg .links{
    width: 83%;
    margin: 0px auto 0 auto;
    padding-top: 60px;
    line-height: 30px;
}

.links_bg .links h3{
    font-size: 14px;
    color: #ca2128;
    font-weight: bold;
    float: left;
}

.links_bg .links h3 span{
    font-style: italic;
}

.links_bg .links .yq{
    float: left;
    width: 90%;
    font-size: 14px;
    color: #b2b2b2;
}

.links_bg .links .yq a{
    margin: 0 10px;
    font-size: 14px;
    color: #b2b2b2;
}


/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.7.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */
 @-webkit-keyframes fadeIn {
    from {
      opacity: 0;
    }
  
    to {
      opacity: 1;
    }
  }
  
  @keyframes fadeIn {
    from {
      opacity: 0;
    }
  
    to {
      opacity: 1;
    }
  }
  
  .fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
  }
  
  @-webkit-keyframes fadeInDown {
    from {
      opacity: 0;
      -webkit-transform: translate3d(0, -100%, 0);
      transform: translate3d(0, -100%, 0);
    }
  
    to {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
  }
  
  @keyframes fadeInDown {
    from {
      opacity: 0;
      -webkit-transform: translate3d(0, -100%, 0);
      transform: translate3d(0, -100%, 0);
    }
  
    to {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
  }
  
  .fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
  }
  
  @-webkit-keyframes fadeInDownBig {
    from {
      opacity: 0;
      -webkit-transform: translate3d(0, -2000px, 0);
      transform: translate3d(0, -2000px, 0);
    }
  
    to {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
  }
  
  @keyframes fadeInDownBig {
    from {
      opacity: 0;
      -webkit-transform: translate3d(0, -2000px, 0);
      transform: translate3d(0, -2000px, 0);
    }
  
    to {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
  }
  
  .fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig;
  }
  
  @-webkit-keyframes fadeInLeft {
    from {
      opacity: 0;
      -webkit-transform: translate3d(-100%, 0, 0);
      transform: translate3d(-100%, 0, 0);
    }
  
    to {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
  }
  
  @keyframes fadeInLeft {
    from {
      opacity: 0;
      -webkit-transform: translate3d(-100%, 0, 0);
      transform: translate3d(-100%, 0, 0);
    }
  
    to {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
  }
  
  .fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
  }
  
  @-webkit-keyframes fadeInLeftBig {
    from {
      opacity: 0;
      -webkit-transform: translate3d(-2000px, 0, 0);
      transform: translate3d(-2000px, 0, 0);
    }
  
    to {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
  }
  
  @keyframes fadeInLeftBig {
    from {
      opacity: 0;
      -webkit-transform: translate3d(-2000px, 0, 0);
      transform: translate3d(-2000px, 0, 0);
    }
  
    to {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
  }
  
  .fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig;
  }
  
  @-webkit-keyframes fadeInRight {
    from {
      opacity: 0;
      -webkit-transform: translate3d(100%, 0, 0);
      transform: translate3d(100%, 0, 0);
    }
  
    to {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
  }
  
  @keyframes fadeInRight {
    from {
      opacity: 0;
      -webkit-transform: translate3d(100%, 0, 0);
      transform: translate3d(100%, 0, 0);
    }
  
    to {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
  }
  
  .fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
  }
  
  @-webkit-keyframes fadeInRightBig {
    from {
      opacity: 0;
      -webkit-transform: translate3d(2000px, 0, 0);
      transform: translate3d(2000px, 0, 0);
    }
  
    to {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
  }
  
  @keyframes fadeInRightBig {
    from {
      opacity: 0;
      -webkit-transform: translate3d(2000px, 0, 0);
      transform: translate3d(2000px, 0, 0);
    }
  
    to {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
  }
  
  .fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig;
  }
  
  @-webkit-keyframes fadeInUp {
    from {
      opacity: 0;
      -webkit-transform: translate3d(0, 100%, 0);
      transform: translate3d(0, 100%, 0);
    }
  
    to {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
  }
  
  @keyframes fadeInUp {
    from {
      opacity: 0;
      -webkit-transform: translate3d(0, 100%, 0);
      transform: translate3d(0, 100%, 0);
    }
  
    to {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
  }
  
  .fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
  }
  
  @-webkit-keyframes fadeInUpBig {
    from {
      opacity: 0;
      -webkit-transform: translate3d(0, 2000px, 0);
      transform: translate3d(0, 2000px, 0);
    }
  
    to {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
  }
  
  @keyframes fadeInUpBig {
    from {
      opacity: 0;
      -webkit-transform: translate3d(0, 2000px, 0);
      transform: translate3d(0, 2000px, 0);
    }
  
    to {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
  }
  
  .fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig;
  }
  
  @-webkit-keyframes fadeOut {
    from {
      opacity: 1;
    }
  
    to {
      opacity: 0;
    }
  }
  
  @keyframes fadeOut {
    from {
      opacity: 1;
    }
  
    to {
      opacity: 0;
    }
  }
  
  .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
  }
  
  @-webkit-keyframes fadeOutDown {
    from {
      opacity: 1;
    }
  
    to {
      opacity: 0;
      -webkit-transform: translate3d(0, 100%, 0);
      transform: translate3d(0, 100%, 0);
    }
  }
  
  @keyframes fadeOutDown {
    from {
      opacity: 1;
    }
  
    to {
      opacity: 0;
      -webkit-transform: translate3d(0, 100%, 0);
      transform: translate3d(0, 100%, 0);
    }
  }
  
  .fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown;
  }
  
  @-webkit-keyframes fadeOutDownBig {
    from {
      opacity: 1;
    }
  
    to {
      opacity: 0;
      -webkit-transform: translate3d(0, 2000px, 0);
      transform: translate3d(0, 2000px, 0);
    }
  }
  
  @keyframes fadeOutDownBig {
    from {
      opacity: 1;
    }
  
    to {
      opacity: 0;
      -webkit-transform: translate3d(0, 2000px, 0);
      transform: translate3d(0, 2000px, 0);
    }
  }
  
  .fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig;
  }
  
  @-webkit-keyframes fadeOutLeft {
    from {
      opacity: 1;
    }
  
    to {
      opacity: 0;
      -webkit-transform: translate3d(-100%, 0, 0);
      transform: translate3d(-100%, 0, 0);
    }
  }
  
  @keyframes fadeOutLeft {
    from {
      opacity: 1;
    }
  
    to {
      opacity: 0;
      -webkit-transform: translate3d(-100%, 0, 0);
      transform: translate3d(-100%, 0, 0);
    }
  }
  
  .fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft;
  }
  
  @-webkit-keyframes fadeOutLeftBig {
    from {
      opacity: 1;
    }
  
    to {
      opacity: 0;
      -webkit-transform: translate3d(-2000px, 0, 0);
      transform: translate3d(-2000px, 0, 0);
    }
  }
  
  @keyframes fadeOutLeftBig {
    from {
      opacity: 1;
    }
  
    to {
      opacity: 0;
      -webkit-transform: translate3d(-2000px, 0, 0);
      transform: translate3d(-2000px, 0, 0);
    }
  }
  
  .fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig;
  }
  
  @-webkit-keyframes fadeOutRight {
    from {
      opacity: 1;
    }
  
    to {
      opacity: 0;
      -webkit-transform: translate3d(100%, 0, 0);
      transform: translate3d(100%, 0, 0);
    }
  }
  
  @keyframes fadeOutRight {
    from {
      opacity: 1;
    }
  
    to {
      opacity: 0;
      -webkit-transform: translate3d(100%, 0, 0);
      transform: translate3d(100%, 0, 0);
    }
  }
  
  .fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight;
  }
  
  @-webkit-keyframes fadeOutRightBig {
    from {
      opacity: 1;
    }
  
    to {
      opacity: 0;
      -webkit-transform: translate3d(2000px, 0, 0);
      transform: translate3d(2000px, 0, 0);
    }
  }
  
  @keyframes fadeOutRightBig {
    from {
      opacity: 1;
    }
  
    to {
      opacity: 0;
      -webkit-transform: translate3d(2000px, 0, 0);
      transform: translate3d(2000px, 0, 0);
    }
  }
  
  .fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig;
  }
  
  @-webkit-keyframes fadeOutUp {
    from {
      opacity: 1;
    }
  
    to {
      opacity: 0;
      -webkit-transform: translate3d(0, -100%, 0);
      transform: translate3d(0, -100%, 0);
    }
  }
  
  @keyframes fadeOutUp {
    from {
      opacity: 1;
    }
  
    to {
      opacity: 0;
      -webkit-transform: translate3d(0, -100%, 0);
      transform: translate3d(0, -100%, 0);
    }
  }
  
  .fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp;
  }
  
  @-webkit-keyframes fadeOutUpBig {
    from {
      opacity: 1;
    }
  
    to {
      opacity: 0;
      -webkit-transform: translate3d(0, -2000px, 0);
      transform: translate3d(0, -2000px, 0);
    }
  }
  
  @keyframes fadeOutUpBig {
    from {
      opacity: 1;
    }
  
    to {
      opacity: 0;
      -webkit-transform: translate3d(0, -2000px, 0);
      transform: translate3d(0, -2000px, 0);
    }
  }
  
  .fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig;
  }
  
  
  
  .animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }
  
  .animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
  }
  
  .animated.delay-1s {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
  }
  
  .animated.delay-2s {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
  }
  
  .animated.delay-3s {
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
  }
  
  .animated.delay-4s {
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
  }
  
  .animated.delay-5s {
    -webkit-animation-delay: 5s;
    animation-delay: 5s;
  }
  
  .animated.fast {
    -webkit-animation-duration: 800ms;
    animation-duration: 800ms;
  }
  
  .animated.faster {
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms;
  }
  
  .animated.slow {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
  }
  
  .animated.slower {
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
  }
  
  @media (print), (prefers-reduced-motion) {
    .animated {
      -webkit-animation: unset !important;
      animation: unset !important;
      -webkit-transition: none !important;
      transition: none !important;
    }
  }