
/*-----------------------------------------------------------*/
/*copyright by 动力无限  www.btoe.cn*/
/*邮箱 btoe@btoe.cn*/
/*合作电话 400-0599-360*/
/*版权所有违者必究*/
/*-----------------------------------------------------------*/



/*banner*/
.fullSlide {
    width: 100%;
    position: relative;
    height: 728px;
    background: #fff;
    overflow: hidden;
  }
  
  .fullSlide .bd {
    width: 100%;
    height: 728px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    overflow: hidden;
  }

  
  .fullSlide .bd ul {
    width: 100% !important;
  }
  
  .fullSlide .bd li {
    width: 100% !important;
    height: 728px;
    overflow: hidden;
    text-align: center;
  }
  
  .fullSlide .bd li a {
    display: block;
    height: 728px;
  }
  
  .fullSlide .hd {
    width: 100%;
    position: absolute;
    z-index: 2;
    bottom: 40px;
    left: 0;
    height: 30px;
    text-align: center;
  }
  
  .fullSlide .hd ul {
    text-align: center;
  }
  
  .fullSlide .hd ul li {
    cursor: pointer;
    display: inline-block;
    zoom: 1;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin: 12px;
    overflow: hidden;
    line-height: 99px;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    background: #fff;
  }
  
  .fullSlide .hd ul .on {
    background: #ff8a00;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
  }
  
  
  .fullSlide .next {
    width: 65px;
    height: 65px;
    position: absolute;
    top: 50%;
    z-index: 2;
    background: url(../images/bannerR.png) no-repeat center;
    filter: alpha(opacity=30);
    -moz-opacity: .3;
    opacity: .3;
    -webkit-transition: all .5s linear;
    transition: all .5s linear;
    right: 4%;
  }
  
  .fullSlide .prev {
    width: 65px;
    height: 65px;
    position: absolute;
    top: 50%;
    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: 4%;
  }



/*trait*/

.trait_bg{
    width: 100%;
    margin: 0 auto;
    height: 120px;
    background: #ff8a00;
}

.trait_bg .trait{
   width: 1280px;
   margin: 0 auto;
   height: 120px;
}

.trait_bg .trait .trait_l{
    float: left;
    margin-top: 32px;
}

.trait_bg .trait .trait_l img{
    width: 345px;
    height: 56px;

}

  /* 询盘*/
  i {
    font-weight: normal;
    font-style: normal;
  }
  
  .topxunpan {
    position: relative;
    float: right;
    margin-top: 37px;
    width: 300px;
    height: 45px;
    background: #fff;
    border-radius: 25px;

  }
  

  .topxunpan .xp {
    position: relative;
    height: 45px;
    line-height: 45px;
    color: #666666;
    font-size: 14px;
    cursor: pointer;

  }

  .topxunpan .xp em{
      display: block;
      float: left;
      width: 73px;
      height: 45px;
      background: #1b1b1b;
      border-top-left-radius: 25px;
      border-bottom-left-radius: 25px;
  }
  
  .topxunpan .xp img {
    position: relative;
    top: 9px;
    margin: 0 auto;
    width: 24px;
    height: 27px;
    display: block;
  }

  .topxunpan .xp span{
      text-align: center;
      display: block;
      width: 225px;
      float: left;
  }

  .topxunpan .xp i {
    padding: 0 0px;
    margin-left: 0px;
    margin-right: 0px;
    box-sizing: border-box;
    color: #666666;
    font-size: 14px;
  }
  
  .topxunpan .xp #xunpantip {
    z-index: 999;
    position: absolute;
    top: 35px;
    left: 50%;
    width: 180px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    -webkit-transform: translateX(-50%) scale(0);
    -moz-transform: translateX(-50%) scale(0);
    -o-transform: translateX(-50%) scale(0);
    -ms-transform: translateX(-50%) scale(0);
    transform: translateX(-50%) scale(0);
    -webkit-transition: transform .4s, opacity .4s;
    -moz-transition: transform .4s, opacity .4s;
    -o-transition: transform .4s, opacity .4s;
    -ms-transition: transform .4s, opacity .4s;
    transition: transform .4s, opacity .4s;
    background-color: #ff8a00;
    border-radius: 4px;
    opacity: 0;
    font-weight: bold;
    box-shadow: 5px 5px 2px #dfdfdf;
  }
  
  .topxunpan .xp #xunpantip::after {
    content: '';
    position: absolute;
    top: -16px;
    left: 50%;
    width: 0;
    height: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    border: 8px solid transparent;
    border-bottom-color: #ff8a00;
  }
  
  .topxunpan .xp #xunpantip.xunpantextactive {
    -webkit-transform: translateX(-50%) scale(1);
    -moz-transform: translateX(-50%) scale(1);
    -o-transform: translateX(-50%) scale(1);
    -ms-transform: translateX(-50%) scale(1);
    transform: translateX(-50%) scale(1);
    opacity: 1;
  }


/*about*/

.ab_bg{
    width: 100%;
    margin: 0 auto;
    background: url(../images/ab_bg.jpg) no-repeat center ;
    height: 792px;
}

.ab_bg .about{
    width: 1280px;
    margin: 0 auto;
    padding-top: 90px;
}

.ab_bg .about .ab_l{
    float: left;
    width: 580px;
    margin-top: 16px;
}

.ab_bg .about .ab_l h5{
    font-size: 30px;
    font-weight: bold;
    color: #333;

}

.ab_bg .about .ab_l h5 i{
    font-size: 30px;
    font-weight: bold;
    color: #ff8a02;
}

.ab_bg .about .ab_l  span{
    display: block;
    font-size: 12px;
    color: #959595;
    text-transform: uppercase;
    font-family: Arial, Helvetica, sans-serif;
    letter-spacing: 3.2px;

}

.ab_bg .about .ab_l  em{
    display: block;
    width: 32px;
    height: 2px;
    background: #000000;
    margin-top: 18px;

}

.ab_bg .about .ab_l  p{
    margin-top: 35px;
    font-size: 14px;
    color: #333333;
    line-height: 36px;
    height: 216px;
    overflow: hidden;
}

.ab_bg .about .ab_l  .more{
    display: block;
    background: url(../images/more.png) no-repeat center ;
    width: 95px;
    height: 40px;
    margin-top: 20px;
}



.ab_bg .about .ab_img{
    float: right;
    width: 638px;
    height: 437px;
    background: #f4f4f4;
} 

.ab_bg .about .ab_img img{
    width: 632px;
    height: 431px;
    margin: 3px;
}

.ab_bg .ab_list{
    margin: 52px auto 0 auto;
    width: 1280px;


} 

.ab_bg .ab_list ul li{
    float: left;
    width: 275px;
    height: 140px;
    background: url(../images/ab_xt.png) no-repeat left top ;
    padding-left: 45px;
}

.ab_bg .ab_list ul li h5{
    font-size: 24px;
    color: #ff8a00;
    line-height: 40px;
    margin-top: 50px;
}

.ab_bg .ab_list ul li h5 span{
    font-size: 60px;
    color: #ff8a00;
    font-family: "Impact";
    margin-right: 12px;
}

.ab_bg .ab_list ul li p{
    font-size: 24px;
    color: #333;
}


/*title*/

.title{
    width: 1280px;
    margin: 0 auto;
    text-align: center;
}

.title h3{
    font-size: 38px;
    color: #ff8a00;
    font-weight: bold;
    background: url(../images/title.png) no-repeat center ;
    height: 77px;
    line-height: 77px;
    letter-spacing: 26px;
    margin: 0 auto;
    padding: 0 0px 0 26px;

}

.title h3 a{
    font-size: 38px;
    color: #ff8a00;
    font-weight: bold;
}

.title p{
    margin: 10px auto 0 auto;
    height: 40px;
    line-height: 40px;
}

.title p i{
    display: inline-block;
    width: 122px;
    height: 40px;
    border-radius: 5px;
    background: #1b1b1b;
    font-size: 24px;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    text-align: center;
}

.title p span{
    display: inline-block;
    margin-left: 20px;
    font-size: 20px;
    color: #333;
    letter-spacing: 2px;
}



/*honor*/

.honor_bg{
    width: 100%;
    margin: 0 auto;
    background: url(../images/ry_bg.jpg) no-repeat center ;
    height: 538px;
}

.honor_bg .honor{
    width: 1280px;
    margin: 0 auto;
    padding-top: 60px;
}

.honor_bg .honor .title h3{
    background: url(../images/title1.png) no-repeat center ;
    color: #fff;
}

.honor_bg .honor .title p span{
    color: #fff;
}

.honor_bg .honor .honor_box{
    width: 1300px;
    margin: 45px auto 0 auto;
    position: relative;
}

.honor_bg .honor .honor_box ul li{
    float: left;
    width: 320px;
    margin: 0 2px;

}

.honor_bg .honor .honor_box ul li .pic{
    width: 320px;
    height: 264px;
    background: #1b1b1b;
    border-radius: 5px;

}

.honor_bg .honor .honor_box ul li .pic img{
    width: 304px;
    height: 248px;
    margin: 8px;
    object-fit: contain;
}

.honor_bg .honor .honor_box ul li .txt{
    height: 40px;
    line-height: 40px;
    background: #1b1b1b;
    margin: 5px auto 0 auto;
    display: none;
}

.honor_bg .honor .honor_box ul li .txt a{
    font-size: 15px;
    color: #fff;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
    -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 .next{
    position: absolute;
    left: -100px;
    top: 105px;
    cursor: pointer;
    background: url(../images/left.png) no-repeat  center ;
    width: 46px;
    height: 46px;
}

.honor_bg .honor .honor_box .prev{
    position: absolute;
    right: -100px;
    top: 105px;
    cursor: pointer;
    background: url(../images/right.png) no-repeat  center ;
    width: 46px;
    height: 46px;
}

/*ys*/

.ys_bg{
    width: 100%;
    margin: 70px auto 0 auto;

}

.ys_bg .ys_box{
    width: 100%;
    height: 801px;
    margin: 60px auto 0 auto;
    position: relative;
}


.ys_bg .ys_box .ys_show{
    position: absolute;
    left: 0;
    top: 262px;
    width: 960px;
    height: 539px;
}

.ys_bg .ys_box .ys_show img{
    width: 960px;
    height: 539px;
}

.ys_bg .ys_box .bd{
    float: left;
    width: 50%;
    position: relative;
}


.ys_bg .ys_box .bd ul li{
    float: left;
    position: relative;
    
}

.ys_bg .ys_box .bd ul li .nr{
    margin-left: 17%;
}

.ys_bg .ys_box .bd ul li .ys_t{
    margin-top: 35px;
    height: 60px;
    line-height: 60px;
    overflow: hidden;

}

.ys_bg .ys_box .bd ul li .ys_t span{
    display: block;
    font-size: 72px;
    color: #333333;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    padding-left: 32px;
    background: url(../images/ys_xt1.jpg) no-repeat  left center ;
    float: left;
}


.ys_bg .ys_box .bd ul li .ys_t h5{
    font-size: 24px;
    color: #333333;
    float: left;
    margin-left: 32px;
}

.ys_bg .ys_box .bd ul li .ys_t h5 i{
    font-size: 24px;
    color: #999;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
}

.ys_bg .ys_box .bd ul li  p{
    font-size: 14px;
    color: #666;
    line-height: 30px;
    margin: 17px 0 0 32px;
}



.ys_bg .ys_box .hd{
    float: right;
    width: 47%;
    z-index: 5;
    position: relative;
}

.ys_bg .ys_box .hd ul li{
    height: 267px;
}

.ys_bg .ys_box .hd ul li .txt{
    float: left;
    width: 50%;
    height: 267px;
    background: #ff8a00;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    position: relative;
    z-index: 5;
}


.ys_bg .ys_box .hd ul li .txt .ys_ico{
    float: left;
    margin: 80px 0 0 18%;
    width: 92px;
    height: 92px;
    background: #fff;
    border: 5px solid #ff8a00;
    border-radius: 50%;
    opacity: 1;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.ys_bg .ys_box .hd ul li .txt .ys_ico img{
    width: 92px;
    height: 92px;
    border-radius: 50%;
}



.ys_bg .ys_box .hd ul li .txt .nr{
    float: left;
    margin: 65px 0 0 10%;
}

.ys_bg .ys_box .hd ul li .txt .nr span{
    display: block;
    font-size: 60px;
    color: #fefefe;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 60px;
    background: url(../images/ys_xt.png) no-repeat 50px center ;
    width: 120px;
}

.ys_bg .ys_box .hd ul li .txt .nr h5{
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    margin-top: 10px;
}

.ys_bg .ys_box .hd ul li .txt .nr h5 i{
    display: block;
    font-size: 16px;
    color: #fff;
    font-weight: normal;
    text-transform: uppercase;
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 5px;
}

.ys_bg .ys_box .hd ul li .txt .pic{
    width: 100%;
    height: 267px;
    position: absolute;
    left: 0;
    top: 0;

}

.ys_bg .ys_box .hd ul li .txt .pic img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    border: none;
    border-radius: 0;
    margin: 0;
    opacity: 0.1;
    z-index: -1;

}



.ys_bg .ys_box .hd ul li.on .txt .ys_ico{

    border: 5px solid #feddb5;

}



.ys_bg .ys_box .hd ul li .ys_img{
    float: left;
    width: 50%;
    height: 267px;
    position: relative;
} 

.ys_bg .ys_box .hd ul li .ys_img img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;

}


@media (max-width:1600px) {
    .ys_bg .ys_box .hd ul li .txt img {
        float: left;
        margin: 80px 0 0 10%;
    }
}


/*product*/

.pro_bg{
    width: 100%;
    margin: 0 auto;
    background: url(../images/pro_bg.jpg) no-repeat center ;
    height: 1187px;
}

.pro_bg .product{
    width: 1280px;
    margin: 0 auto;
    padding-top: 80px;
}

.pro_bg .product .pro_list{
    margin: 77px auto 0 auto;
    height: 47px;
    position: relative;
}
.pro_bg .product .pro_list ul{
    text-align: center;
}

.pro_bg .product .pro_list ul li{
    display: inline-block;
    width: 130px;
    height: 45px;
    line-height: 45px;
    border: 1px dashed #fbcc95;
    border-radius: 5px;
    margin: 0 10px;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.pro_bg .product .pro_list ul li  a{
    font-size: 16px;
    color: #333333;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.pro_bg .product .pro_list ul li.casehover{
    border: 1px dashed #fff;
    background: url(../images/pro_list.png) no-repeat  center;
}

.pro_bg .product .pro_list ul li.casehover  a{
    color: #fff;
    font-weight: bold;
    padding-right: 20px;
}

.pro_bg .product .pro_list .more{
    position: absolute;
    right: 0;
    top: 0;
    width: 110px;
    height: 45px;
    line-height: 45px;
    background: #ff8a00;
    border-radius: 5px;

}

.pro_bg .product .pro_list .more a{
    display: block;
    text-align: center;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
}

.pro_bg .pro_box{
    margin: 70px auto 0 auto;
    width: 1320px;
}  

.pro_bg .pro_box  ul li{
    float: left;
    width: 410px;
    margin: 0 25px 15px 0;

}

.pro_bg .pro_box  ul li .pic{
    width: 410px;
    height: 310px;
    border-radius: 5px;
    overflow: hidden;

}

.pro_bg .pro_box  ul li .pic img{
    width: 410px;
    height: 310px;
    border-radius: 5px;
    overflow: hidden;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.pro_bg .pro_box  ul li .txt{
    width: 390px;
    height: 65px;
    line-height: 65px;
    margin: 0 10px;

}

.pro_bg .pro_box  ul li .txt h5 a{
    float: left;
    width: 250px;
    font-size: 16px;
    color: #333333;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    padding-left: 25px;
    background: url(../images/buttom2.png) no-repeat left center ;

}

.pro_bg .pro_box  ul li .txt .more{
    float: right;
    background: url(../images/more1.png) no-repeat  center ;
    width: 56px;
    height: 9px;
    margin-top: 28px;

}

.pro_bg .pro_box  ul li:hover .pic img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.pro_bg .pro_box  ul li:hover .txt a{
    color: #ff8a00;
}


/*case*/

.case_bg{
    width: 100%;
    height: 793px;
    margin: 0 auto;
    background: url(../images/case_bg.jpg) no-repeat  center ;
}

.case_bg .case{
    padding-top: 63px;

}

.case_bg .case .title h3{
    color: #fff;
    background: url(../images/title1.png) no-repeat  center ;
}

.case_bg .case .title p span{
    color: #fff;
}

.case_bg .case  .case_box{
    margin: 115px auto 0 auto;
    width: 84%;
    position: relative;
}

.case_bg .case  .case_box .swiper-container{
    width: 100%;
    margin: 0 auto;
}

.case_bg .case  .case_box .swiper-container .swiper-slide{
    position: relative;
}

.case_bg .case  .case_box .swiper-container .swiper-slide .pic{
    position: relative;
    width: 100%;
    padding-top: 79%;
    border-radius: 5px;
    overflow: hidden;

}

.case_bg .case  .case_box .swiper-container .swiper-slide .pic img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    overflow: hidden;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;

}

.case_bg .case  .case_box .swiper-container .swiper-slide .txt{
    width: 84%;
    margin: 25px auto 0 auto;
    text-align: center;
} 

.case_bg .case  .case_box .swiper-container .swiper-slide .txt a{
    font-size: 16px;
    color: #333333;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.case_bg .case  .case_box .swiper-container .swiper-slide .txt p{
    font-size: 14px;
    color: #999999;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    margin-top: 15px;
}

.case_bg .case  .case_box .swiper-container .swiper-slide:hover .pic img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.case_bg .case  .case_box .swiper-container .swiper-slide:hover .txt a{
    color: #ff9600;
}

.case_bg .case  .case_box .swiper-button-prev{
    cursor: pointer;
    width: 46px;
    height: 46px;
    background: url(../images/right.png) no-repeat  center ;
    top: 440px;
    left: 52%;

}

.case_bg .case  .case_box .swiper-button-next{
    cursor: pointer;
    width: 46px;
    height: 46px;
    background: url(../images/left.png) no-repeat  center ;
    top: 440px;
    left: 45%;
}


/*news*/

.news{
    width: 1280px;
    margin: 70px auto 0 auto;
    height: 675px;
}

.news .news_list{
    width: 1280px;
    margin: 43px auto 0 auto;
    height: 45px;
    position: relative;
}

.news .news_list ul li{
    height: 45px;
    line-height: 45px;
    float: left;
    width: 195px;
    background: url(../images/buttom4.png) no-repeat right center ;
}

.news .news_list ul li:last-child{
    background: none;
}

.news .news_list ul li h5{
    float: left;
    width: 126px;
    height: 45px;
    margin: 0 35px;
    background: url(../images/buttom3.png) no-repeat left center ;
    padding-left: 40px;
    font-size: 16px;
    color: #333;
    font-weight: bold;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.news .news_list ul li.casehover h5{
    background: url(../images/news_list.png) no-repeat  center ;
    color: #fff;
}

.news .news_list ul li:first-child h5{
    margin-left: 0;
}


.news .news_list ul li .more{
    position: absolute;
    right: 0;
    top: 0;
    width: 110px;
    height: 45px;
    background: #1b1b1b;
    border-radius: 5px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;

} 

.news .news_box{
    margin: 45px auto 0 auto;
}

.news .news_box .news_l{
    float: left;
    width: 780px;
}

.news .news_box .news_l ul li{
    float: left;
    width: 360px;
    margin-right: 30px;
}

.news .news_box .news_l ul li .news_img{
    width: 358px;
    height: 250px;
    border: 1px solid #cdcdcd;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.news .news_box .news_l ul li:hover .news_img{
    border: 1px solid #ff9600;
}

.news .news_box .news_l ul li .news_img img{
    width: 328px;
    height: 220px;
    margin: 15px;
}

.news .news_box .news_l ul li .txt{
    margin: 20px  auto 0 auto;
    width: 326px;

} 

.news .news_box .news_l ul li .txt .time{
    height: 55px;
    line-height: 50px;
    background: url(../images/buttom5.png) no-repeat bottom center ;

}

.news .news_box .news_l ul li .txt .time span{
    float: left;
    margin-left: 45px;
    font-size: 16px;
    color: #ff9600;
    font-family: Arial, Helvetica, sans-serif;

}

.news .news_box .news_l ul li .txt .time .more{
    float: right;
    display: block;
    width: 17px;
    height: 11px;
    background: url(../images/more2.png) no-repeat center ;
    margin-top: 20px;
    margin-right: 10px;
}

.news .news_box .news_l ul li .txt p{
    font-size: 14px;
    color: #5d5d5d;
    line-height: 24px;
    height: 72px;
    overflow: hidden;
    margin: 10px 10px 0 45px;

}

.news .news_box .news_r{
    float: right;
    width: 492px;
} 

.news .news_box .news_r ul li{
    width: 402px;
    height: 110px;
    background: #fafafa;
    border-radius: 5px;
    margin-bottom: 40px;
    padding: 0 45px;
    position: relative;
}

.news .news_box .news_r ul li h5 a{
    font-size: 16px;
    color: #5d5d5d;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    height: 60px;
    line-height: 60px;
}

.news .news_box .news_r ul li i{
    display: block;
    width: 20px;
    height: 2px;
    background: #ff9600;
}

.news .news_box .news_r ul li span{
    display: block;
    font-size: 14px;
    color: #999;
    margin-top: 8px;
}

.news .news_box .news_r ul li .more{
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 34px;
    height: 27px;
    line-height: 27px;
    text-align: center;
    background: url(../images/buttom7.png) no-repeat center ;
    font-size: 22px;
    color: #fff;
    text-align: center;
    padding-left: 5px;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.news .news_box .news_r ul li:hover .more{
    background: url(../images/buttom6.png) no-repeat center ;

}



/*links*/

.links{
    margin: 60px auto 0 auto;
    width: 1280px;
}

.links .links_t{
    font-size: 16px;
    color: #333;
    line-height: 40px;
   
}

.links .links_t span{
    float: left;
    margin-right: 17px;
    font-size: 30px;
    color: #ff9600;
    font-weight: bold;
    text-transform: uppercase;
    font-family: Arial, Helvetica, sans-serif;
    display: block;
    border-bottom: 4px solid #ff9600;
}

.links .yq{
    margin: 12px auto 0 auto;
} 

.links .yq a{
    font-size: 14px;
    color: #5d5d5d;
    margin: 0 10px;
}


/*message*/

.message_bg{
    margin: 0 auto;
    width: 100%;
    height: 313px;
    background: url(../images/message_bg.jpg) no-repeat center ;
}

.message_bg .message{
    width: 1280px;
    margin: 0 auto;
    position: relative;
    padding-top: 57px;
}

.message_bg .message .title{
    float: left;
    margin-left: -260px;
    margin-top: 76px;
    width: 305px;
}

.message_bg .message .title h3{
    color: #fff;
    background: url(../images/message_t.png) no-repeat center ;
}

.message_bg .message  .m_nr{
    float: right;
    width: 1060px;
}

.message_bg .message  .m_nr .nr{
    margin-top: 25px;
    margin-bottom: 33px;
    height: 66px;
}

.message_bg .message  .m_nr .nr .form-group1{
    float: left;
    width: 466px;
    height: 65px;
    border-bottom: 1px dashed #b3b2b2;
}

.message_bg .message  .m_nr .nr .form-group1 input{
    width: 466px;
    height: 65px;
    background: url(../images/m1.png) no-repeat left center ;
    text-indent: 55px;
    font-size: 16px;
    color: #333333;
}

.message_bg .message  .m_nr .nr .form-group2{
    float: right;
    width: 466px;
    height: 65px;
    border-bottom: 1px dashed #b3b2b2;
}

.message_bg .message  .m_nr .nr .form-group2 input{
    width: 466px;
    height: 65px;
    background: url(../images/m2.png) no-repeat left center ;
    text-indent: 55px;
    font-size: 16px;
    color: #333333;
}

.message_bg .message  .m_nr .form-group3{
    float: left;
    width: 466px;
    height: 65px;
    border-bottom: 1px dashed #b3b2b2;
}

.message_bg .message  .m_nr .form-group3 textarea{
    width: 411px;
    height: 45px;
    background: url(../images/m3.png) no-repeat left center ;
    font-size: 16px;
    color: #333333;
    padding: 20px 0 0 55px;
}

.message_bg .message  .m_nr .m_r{
    float: right;
    width: 466px;
    height: 65px;
    border-bottom: 1px dashed #b3b2b2;
}

.message_bg .message  .m_nr  .form-group4{
    float: left;
    width: 350px;
    height: 65px;
    border-bottom: 1px dashed #b3b2b2;
}

.message_bg .message  .m_nr  .form-group4 input{
    width: 250px;
    height: 65px;
    background: url(../images/m4.png) no-repeat left center ;
    text-indent: 55px;
    font-size: 16px;
    color: #333333;
}

.message_bg .message  .m_nr  .form-group4 .imgcode{
    float: right;
    width: 90px;
    height: 36px;
    margin-top: 15px;
}

.message_bg .message  .m_nr .anniu{
    float: right;
    width: 88px;
    height: 36px;
    margin-top: 14px;
}
.message_bg .message  .m_nr .anniu button{
    border: none;
    cursor: pointer;
    width: 88px;
    height: 36px;
    background: #000000;
    border-radius: 5px;
    font-size: 14px;
    color: #fff;
}