
/*-----------------------------------------------------------*/
/*copyright by 动力无限  www.btoe.cn*/
/*邮箱 btoe@btoe.cn*/
/*合作电话 400-0599-360*/
/*版权所有违者必究*/
/*-----------------------------------------------------------*/


/*banner*/
.fullSlide {
    width: 100%;
    position: relative;
    height: 825px;
  }
  
  .fullSlide .bd {
    width: 100%;
    height: 825px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    overflow: hidden;
  }

  
  .fullSlide .bd ul {
    width: 100% !important;
  }
  
  .fullSlide .bd li {
    width: 100% !important;
    height: 825px;
    overflow: hidden;
    text-align: center;
  }
  
  .fullSlide .bd li a {
    display: block;
    height: 825px;
  }
  
  .fullSlide .hd {
    width: 100%;
    position: absolute;
    z-index: 2;
    bottom: 30px;
    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: 0 15px;
    overflow: hidden;
    line-height: 99px;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    background: #fff;
    border-radius: 50%;
  }
  
  .fullSlide .hd ul .on {
    background: #469ddc;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
  }
  
  
  .fullSlide .next {
    width: 65px;
    height: 65px;
    background: url(../images/bannerR.png) no-repeat center;
    -webkit-transition: all .5s linear;
    transition: all .5s linear;
    position: absolute;
    z-index: 5;
    right: 4%;
    top: 50%;
  }
  
  .fullSlide .prev {
    width: 65px;
    height: 65px;
    background: url(../images/bannerL.png) no-repeat center;
    -webkit-transition: all .5s linear;
    transition: all .5s linear;
    position: absolute;
    z-index: 5;
    left: 4%;
    top: 50%;
  }


/*title*/

.title{

}

.title h3{
    height: 45px;
 
}

.title h3 a{
    display: block;
    line-height: 43px;
}

.title h3 img{
    display: block;
    float: left;

}

.title h3 i{
    font-size: 34px;
    color: #333333;
    font-weight: bold;
    display: block;
    margin-left: 25px;
    line-height: 43px;
    float: left;
}

.title span{
    display: block;
    font-size: 16px;
    color: #777777;
    margin-top: 10px;
}



/*product*/

.product{
    width: 1440px;
    margin: 75px auto 0 auto;
    height: 1005px;
}

.product .pro_t{
    height: 95px;

}

.product .pro_t .title{
    float: left;
}

.product .pro_t .pro_list{
    float: right;
}
 
.product .pro_t .pro_list  ul{
    float: left;
}
.product .pro_t .pro_list  ul li{
    float: left;
    position: relative;
    z-index: 5;
    width: 170px;
    height: 70px;
    border: 1px solid #eeeeee;
    border-radius: 3px;
    margin-right: 19px;
}

.product .pro_t .pro_list  ul li a{
    display: block;
    background: url(../images/buttom1.png) no-repeat 10px center;
    padding-left: 70px;
    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_t .pro_list  ul li a span{
    font-size: 18px;
    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;
}

.product .pro_t .pro_list  ul li a span i{
    display: block;
    font-size: 12px;
    color: #cccccc;
    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;
}

.product .pro_t .pro_list  ul li::after{
    position: absolute;
    left: 0px;
    top: 0px;
    background: #469ddc;
    border-radius: 3px;
    width: 0px;
    height: 100%;
    content: "";
    z-index: -1;
    -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::after{
    width: 100%;
}

.product .pro_t .pro_list  ul li.casehover a{
    background: url(../images/buttom2.png) no-repeat 10px center;
}

.product .pro_t .pro_list  ul li.casehover a span{
    font-weight: bold;
    color: #fff;

}

.product .pro_t .pro_list  ul li.casehover a span i{
    color: #fff;
}

.product .pro_t .pro_list .more{
    float: left;
    width: 172px;
    height: 72px;
    background: #f8f8f8;
    border-radius: 3px;
    line-height: 72px;

}

.product .pro_t .pro_list .more a{
    display: block;
    text-align: center;
    font-size: 16px;
    color: #777777;
}


.product .pro_box{
    width: 1500px;
    margin: 30px auto 0 auto;
}

.product .pro_box ul li{
    float: left;
    width: 438px;
    height: 400px;
    background: #f8f8f8;
    margin: 0 62px 40px 0;
    border-radius: 3px;
    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;
}

.product .pro_box ul li .pic {
    width: 422px;
    height: 275px;
    margin: 8px 8px 0 8px;
}

.product .pro_box ul li .pic img{
    width: 422px;
    height: 275px;
    border-radius: 2px;
}

.product .pro_box ul li .txt{
    width: 390px;
    margin: 35px auto 0 auto;

} 

.product .pro_box ul li .txt h5{
    float: left;
    background: url(../images/buttom3.png) no-repeat left bottom;
    width: 271px;
    height: 38px;
    -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 .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-left: 30px;
}

.product .pro_box ul li .txt .more{
    display: block;
    float: right;
    width: 95px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #fff;
    border-radius: 45px;
    margin-top: 3px;
    font-size: 14px;
    color: #333333;
    text-transform: uppercase;
    -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::after{
    position: absolute;
    left: 0px;
    top: 0px;
    background: #469ddc;
    border-radius: 3px;
    width: 100%;
    height: 0%;
    content: "";
    z-index: -1;
    -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::after{
    height: 100%;
}

.product .pro_box ul li:hover  .txt h5 a{
    color: #fff;
}

.product .pro_box ul li:hover  .txt .more{
    background: #fff;
    color: #469ddc;
}

.product .pro_box ul li:hover{
    -webkit-box-shadow: 0 0 8px 8px rgba(0, 0, 0, .03);
    box-shadow: 0 0 8px 8px rgba(0, 0, 0, .03);
}

/*ys*/

.ys_bg{
    width: 100%;
    margin: 60px auto 0 auto;
    background: url(../images/ys_bg.jpg) no-repeat center;
    height: 940px;
}

.ys_bg .ys{
    width: 1440px;
    margin: 0 auto;
    padding-top: 80px;
    position: relative;
}

.ys_bg .ys::after{
    position: absolute;
    left: 79px;
    top: 890px;
    width: 1px;
    height: 50px;
    background: #469ddc;
    content: "";
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.ys_bg .ys .ys_l{
    float: left;
}

.ys_bg .ys .ys_l .title h3 i{

}

.ys_bg .ys .ys_l .title h3 i em{
    color: #469ddc;
    font-weight: bold;
    font-size: 34px;
}

.ys_bg .ys .ys_l .ys_img{
    margin: 35px 0 0 30px;
    width: 523px;
    height: 637px;
}

.ys_bg .ys .ys_l .ys_img img{
    width: 523px;
    height: 637px;
    
}


.ys_bg .ys .ys_box{
    float: right;
    width: 775px;
    margin-top: 80px;

} 

.ys_bg .ys .ys_box .hd{
    width: 775px;
}

.ys_bg .ys .ys_box ul li{
    width: 775px;
    height: 158px;
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    margin-bottom: 10px;
}

.ys_bg .ys .ys_box ul li .txt{
    width: 775px;
    height: 158px;
    background: rgba(255, 255, 255, 0.95);
    -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 span{
    display: block;
    float: left;
    margin: 35px 0 0 110px;
    width: 64px;
    height: 64px;
    background: #469ddc;
    border-radius: 50%;

}

.ys_bg .ys .ys_box ul li .txt span img{
    display: block;
    width: 64px;
    height: 64px;
}

.ys_bg .ys .ys_box ul li .txt h5{
    float: left;
    margin: 35px 0 0 25px;
    width: 488px;
    height: 88px;
    background: url(../images/ys_xt.png) no-repeat left bottom;
}

.ys_bg .ys .ys_box ul li .txt h5 i{
    display: block;
    font-size: 24px;
    color: #333333;
    font-weight: bold;
    padding-left: 80px;
}

.ys_bg .ys .ys_box ul li .txt h5 em{
    display: block;
    font-size: 14px;
    color: #999999;
    font-family: Arial, Helvetica, sans-serif;
    padding-left: 80px;
}

.ys_bg .ys .ys_box ul li .txt_on{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 775px;
    height: 280px;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    opacity: 0;
}

.ys_bg .ys .ys_box ul li .txt_on h5{
    margin-top: 100px;
    height: 75px;
    background: url(../images/ys_xt1.png) no-repeat left bottom;
    width: 140px;
    float: left;
    text-align: right;
}

.ys_bg .ys .ys_box ul li .txt_on h5 span{
    display: block;
    font-size: 54px;
    color: #45a5e3;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 45px;
}

.ys_bg .ys .ys_box ul li .txt_on h5 i{
    display: block;
    font-size: 54px;
    color: #fff;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 45px;
    margin-top: -41px;
    margin-right: 5px;
}

.ys_bg .ys .ys_box ul li .txt_on p{
    float: right;
    font-size: 16px;
    color: #ffffff;
    line-height: 36px;
    width: 535px;
    margin-right: 35px;
    margin-top: 60px;
}


.ys_bg .ys .ys_box ul li.on{
    height: 280px;

}

.ys_bg .ys .ys_box ul li.on .txt{
    height: 0px;
    opacity: 0;
}


.ys_bg .ys .ys_box ul li.on .txt_on{
    opacity: 1;
}


/*case*/

.case_bg{
    width: 100%;
    margin: 0px auto 0 auto;
    background: url(../images/case_bg.jpg) no-repeat top center;
    height: 1016px;
    overflow: hidden;
}

.case_bg .case{
    width: 1440px;
    margin: 0 auto;
    padding-top: 105px;
    position: relative;
}

.case_bg .case .case_t{
    position: absolute;
    right: 0px;
    top: 105px;
    z-index: 5;
}

.case_bg .case .case_t .title{
    float: left;
}

.case_bg .case .case_t .more{
    float: right;
    margin-left: 195px;
    width: 172px;
    height: 72px;
    background: #f8f8f8;
    border-radius: 3px;
    line-height: 72px;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.case_bg .case .case_t .more a{
    display: block;
    text-align: center;
    font-size: 16px;
    color: #777777;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.case_bg .case .case_t .more:hover{
    background: #469ddc;
}

.case_bg .case .case_t .more:hover a{
    color: #fff;
}

.case_bg .case .case_box{
    margin: 110px auto 0 auto;
    height: 470px;
} 

.case_bg .case .case_box .txt{
    float: left;
    width: 370px;
}

.case_bg .case .case_box .txt span{
    display: block;
    font-size: 58px;
    color: #eeeeee;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    line-height: 50px;
    margin-left: 115px;
    height: 70px;
    margin-top: 10px;
}

.case_bg .case .case_box .txt span i{
    font-size: 58px;
    color: #469ddc;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    writing-mode: tb-rl;
    float: left;
    position: relative;
    top: -10px;
    margin-right: 15px;
}

.case_bg .case .case_box .txt h5 a{
    font-size: 18px;
    color: #333333;
    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-top: 45px;
}

.case_bg .case .case_box .txt em{
    display: block;
    width: 26px;
    height: 6px;
    background: #469ddc;
    margin: 20px 0 22px 0;
}
.case_bg .case .case_box .txt p{
    font-size: 14px;
    color: #777777;
    line-height: 30px;
    height: 90px;
    overflow: hidden;
}

.case_bg .case .case_box .txt .more{
    display: block;
    width: 95px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #469ddc;
    border-radius: 45px;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    margin-top: 80px;
}

.case_bg .case .case_box .pic{
    float: right;
    width: 980px;
    height: 456px;
    background: #eeeeee;
    margin: 15px -80px 0 0;
} 

.case_bg .case .case_box .pic a{
    width: 970px;
    height: 446px;
    margin: 5px;
    display: inline-block;
    overflow: hidden;
}

.case_bg .case .case_box .pic a img{
    width: 970px;
    height: 446px;
    overflow: hidden;
}

.case_bg .case_show{
    margin: 45px auto 0 auto;
    width: 100%;
    position: relative;
}

.case_bg .case_show .mySwiper{
    overflow: hidden;
    width: 1600px;
    margin: 0 auto;
}

.case_bg .case_show .mySwiper .swiper-slide{
    position: relative;
}

.case_bg .case_show .mySwiper .swiper-slide .pic{
    float: left;
    width: 288px;
    height: 190px;
    background: #eeeeee;
    border-radius: 3px;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.case_bg .case_show .mySwiper .swiper-slide .pic img{
    width: 282px;
    height: 184px;
    margin: 3px;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.case_bg .case_show .mySwiper .swiper-slide .txt{
    float: right;
    margin-right: 20px;
    width: 185px;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    opacity: 0;

}

.case_bg .case_show .mySwiper .swiper-slide .txt span{
    display: block;
    font-size: 38px;
    color: #fff;
    font-family: "Impact";
    text-transform: capitalize;
    margin-top: 30px;
    background: url(../images/buttom6.png) no-repeat right center;
    width: 150px;
}

.case_bg .case_show .mySwiper .swiper-slide .txt a{
    font-size: 16px;
    color: #ffffff;
    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-top: 3px;
}

.case_bg .case_show .mySwiper .swiper-slide .txt em{
    display: block;
    background: url(../images/case_xt.png) no-repeat right center;
    width: 161px;
    height: 6px;
    float: right;
    margin-top: 25px;
}


.case_bg .case_show .mySwiper .swiper-slide-active{
    width: 519px !important;
    height: 190px;
    background: #469ddc;
    border-radius: 3px;
    margin-right: 70px !important;
}

.case_bg .case_show .mySwiper .swiper-slide-active .pic{
    width: 252px;
    height: 160px;
    margin: 15px 0 0 15px;

}

.case_bg .case_show .mySwiper .swiper-slide-active .pic img{
    width: 252px;
    height: 160px;
    margin: 0px;
    border-radius: 3px;
}

.case_bg .case_show .mySwiper .swiper-slide-active .txt{
    opacity: 1;

}


.swiper-button-next::after, .swiper-container-rtl .swiper-button-prev::after {
    content: 'next';
    display: none;
  }

  .swiper-button-prev::after, .swiper-container-rtl .swiper-button-next::after {
    content: 'prev';
    display: none;
  }

.swiper-button-next{
    background: url(../images/right.png) no-repeat center;
    width: 42px;
    height: 42px;
    top: 145px;
    right: 3%;
}

.swiper-button-prev{
    background: url(../images/left.png) no-repeat center;
    width: 42px;
    height: 42px;
    top: 145px;
    left: 3%;
}


/*about*/

.ab_bg{
    width: 100%;
    margin: 0 auto;
    background: url(../images/ab_bg.jpg) no-repeat center;
    height: 735px;
}

.ab_bg .about{
    width: 1440px;
    margin: 0 auto;
    padding-top: 65px;
}

.ab_bg .about .ab_box{
    margin: 0 auto;
    text-align: center;

}

.ab_bg .about .ab_box h5{
    font-size: 30px;
    color: #333333;
    font-weight: bold;
}

.ab_bg .about .ab_box p{
    font-size: 14px;
    color: #777777;
    line-height: 30px;
    height: 60px;
    overflow: hidden;
    margin: 20px auto 0 auto;
}

.ab_bg .about .ab_box .more{
    display: block;
    width: 95px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #fff;
    border-radius: 45px;
    font-size: 14px;
    color: #333333;
    text-transform: uppercase;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    margin: 30px auto 0 auto;
}

.ab_bg .about .ab_box .more:hover{
    background: #469ddc;
    color: #fff;
}

.ab_bg .about .ab_ico{
    background: url(../images/buttom4.png) no-repeat bottom center;
    text-align: center;
    width: 50px;
    margin: 30px 0 0 950px;
}

.ab_bg .about .ab_ico i{
    display: block;
    font-size: 18px;
    color: #469ddc;
    font-weight: bold;
    padding-bottom: 85px;
}



/*news*/

.news{
    width: 1440px;
    margin: 80px  auto 0 auto;
}

.news .news_t{
    height: 135px;
}

.news .news_t .title{
    float: left;
}

.news .news_t .news_list{
    float: right;
    margin-top: 10px;
} 

.news .news_t .news_list ul{
    float: left;
}

.news .news_t .news_list ul li{
    float: left;
    width: 225px;
    height: 72px;
    line-height: 72px;
    background: #f4f4f4;
    border-radius: 3px;
    position: relative;
    z-index: 5;
    margin-right: 25px;
}

.news .news_t .news_list ul li a{
    display: block;
    padding-left: 105px;
    font-size: 20px;
    color: #333333;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}


.news .news_t .news_list ul li::after {

    position: absolute;
    left: 0px;
    top: 0px;
    background: #469ddc;
    border-radius: 3px;
    width: 0%;
    height: 100%;
    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_t .news_list ul li.n1 a{
    background: url(../images/news1.png) no-repeat 42px center;
}

.news .news_t .news_list ul li.n2 a{
    background: url(../images/news2.png) no-repeat 42px center;
}

.news .news_t .news_list ul li.n3 a{
    background: url(../images/news3.png) no-repeat 42px center;
}

.news .news_t .news_list ul li.casehover::after {
    width: 100%;;
}

.news .news_t .news_list ul li.casehover a{
    color: #fff;
    font-weight: bold;
}

.news .news_t .news_list ul li.n1.casehover a{
    background: url(../images/news11.png) no-repeat 42px center;
}

.news .news_t .news_list ul li.n2.casehover a{
    background: url(../images/news22.png) no-repeat 42px center;
}

.news .news_t .news_list ul li.n3.casehover a{
    background: url(../images/news33.png) no-repeat 42px center;
}

.news .news_t .news_list .more {
    float: left;
    width: 172px;
    height: 72px;
    background: #f8f8f8;
    border-radius: 3px;
    line-height: 72px;
  }

  .news .news_t .news_list .more a {
    display: block;
    text-align: center;
    font-size: 16px;
    color: #777777;
  }

.news .news_box{
    width: 1440px;
    margin: 0px  auto 0 auto;
} 

.news .news_box .news_top{
    height: 465px;
}

.news .news_box .news_top .news_l{
    float: left;
    width: 553px;
    height: 462px;
    background: #469ddc;
    border-radius: 3px;
}

.news .news_box .news_top .news_l .news_img{
    width: 471px;
    height: 291px;
    background: #fff;
    border-radius: 3px;
    margin: 41px 41px 0 41px;

}

.news .news_box .news_top .news_l .news_img img{
    width: 461px;
    height: 281px;
    margin: 5px;
}

.news .news_box .news_top .news_l .txt{
    margin: 35px auto 0 auto;
    width: 471px;
} 

.news .news_box .news_top .news_l .txt h5{
    float: left;
    margin-left: 15px;
    width: 330px;

}

.news .news_box .news_top .news_l .txt h5 a{
    font-size: 16px;
    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_box .news_top .news_l .txt h5 span{
    display: block;
    font-size: 14px;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 8px;
    padding-left: 60px;
    position: relative;
}

.news .news_box .news_top .news_l .txt h5 span::after{
    position: absolute;
    left: 0px;
    top: 10px;
    background: #ffffff;
    width: 35px;
    height: 1px;
    content: "";
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.news .news_box .news_top .news_l .txt .more{
    float: right;
    display: block;
    width: 95px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #fff;
    border-radius: 45px;
    font-size: 14px;
    color: #777777;
    text-transform: uppercase;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    margin-top: 3px;
}

.news .news_box .news_top .news_l:hover .txt .more{
    color: #469ddc;
}
 
.news .news_box .news_top .news_r{
    float: right;
    width: 820px;
} 

.news .news_box .news_top .news_r ul li{
    border-bottom: 1px solid #eeeeee;
    width: 820px;
    height: 130px;
    margin-top: 35px;
}

.news .news_box .news_top .news_r ul li:last-child{
    border-bottom:none;
}

.news .news_box .news_top .news_r ul li .txt{
    float: left;
    width: 660px;
}

.news .news_box .news_top .news_r ul li .txt 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;
    background: url(../images/buttom5.png) no-repeat left center;
    padding-left: 40px;
}

.news .news_box .news_top .news_r ul li .txt p{
    font-size: 14px;
    color: #999999;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    margin-top: 25px;
}

.news .news_box .news_top .news_r ul li .num{
    float: right;
    width: 74px;
    height: 86px;
    line-height: 86px;
    text-align: center;
    background: #f4f4f4;
    border-radius: 3px;
    font-size: 44px;
    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_top .news_r ul li.on .num{
    color: #469ddc;
}

.news .news_box .news_top .news_r ul li.on .txt a{
    color: #469ddc;
}

.news .news_box .list{
    width: 1500px;
    margin: 75px auto 0 auto;
    height: 64px;
}

.news .news_box .list ul li{
    float: left;
    width: 440px;
    height: 64px;
    line-height: 64px;
    background: #f8f8f8;
    border-radius: 2px;
    margin-right: 60px;
}

.news .news_box .list ul li a{
    float: left;
    margin-left: 30px;
    font-size: 16px;
    color: #666666;
    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;
    width: 290px;
}

.news .news_box .list ul li span{
    display: block;
    float: left;
    font-size: 16px;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    width: 106px;
    background: #469ddc;
    height: 64px;
}

.news .news_box .list ul li:hover a{
    color: #469ddc;
}


/*message*/

.message_bg{
    width: 100%;
    margin: 70px auto 0 auto;
    background: url(../images/message_bg.jpg) no-repeat center;
    height: 179px;
}

.message_bg .message{
    width: 1440px;
    margin: 0 auto;
    padding-top: 65px;
}

.message_bg .message .form-group1{
    float: left;
    margin-left: 50px;
    width: 258px;
    height: 50px;
    border-bottom: 1px solid #eeeeee;
}
 
.message_bg .message .form-group1 input{
    width: 258px;
    height: 50px;
    background: url(../images/m1.png) no-repeat left center;
    text-indent: 40px;
    font-size: 14px;
    color: #999999;
}

.message_bg .message .form-group2{
    float: left;
    margin-left: 30px;
    width: 258px;
    height: 50px;
    border-bottom: 1px solid #eeeeee;
}
 
.message_bg .message .form-group2 input{
    width: 258px;
    height: 50px;
    background: url(../images/m2.png) no-repeat left center;
    text-indent: 40px;
    font-size: 14px;
    color: #999999;
}

.message_bg .message .form-group3{
    float: left;
    margin-left: 30px;
    width: 291px;
    height: 50px;
    border-bottom: 1px solid #eeeeee;
}
 
.message_bg .message .form-group3 textarea{
    width: 251px;
    height: 35px;
    background: url(../images/m3.png) no-repeat left center;
    font-size: 14px;
    color: #999999;
    padding: 15px 0 0 40px;
}

.message_bg .message .form-group4{
    float: left;
    margin-left: 30px;
    width: 258px;
    height: 50px;
    border-bottom: 1px solid #eeeeee;
}
 
.message_bg .message .form-group4 input{
    width: 128px;
    height: 50px;
    background: none;
    text-indent: 0px;
    font-size: 14px;
    color: #999999;
    float: left;
}

.message_bg .message .form-group4 .imgcode{
    float: right;
    width: 90px;
    height: 36px;
    margin-top: 7px;
}

.message_bg .message .anniu{
    float: right;
    margin-right: 50px;
    margin-top: 7px;
    width: 120px;
    height: 43px;
}

.message_bg .message .anniu button{
    cursor: pointer;
    border: none;
    font-size: 14px;
    color: #777777;
    background: #eeeeee;
    border-radius: 3px;
    width: 120px;
    height: 43px;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
 
.message_bg .message .anniu button:hover{
    border-radius: 45px;
}