﻿

/*-----------------------------------------------------------*/

/*copyright by 动力无限  www.btoe.cn*/

/*邮箱 btoe@btoe.cn*/

/*合作电话 400-0599-360*/

/*版权所有违者必究*/

/*-----------------------------------------------------------*/



/*banner*/

.fullSlide {

    width: 100%;

    position: relative;

    height: 850px;

    background: #fff;

    overflow: hidden;

  }

  

  .fullSlide .bd {

    width: 94%;

    height: 850px;

    margin: 0 auto;

    position: relative;

    z-index: 1;

    overflow: hidden;

  }



  

  .fullSlide .bd ul {

    width: 100%;

  }

  

  .fullSlide .bd li {

    width: 100% !important;

    height: 850px;

    overflow: hidden;

    text-align: center;

  }

  

  .fullSlide .bd li a {

    display: block;

    height: 850px;

  }

  

  .fullSlide .hd {

    width: 100%;

    position: absolute;

    z-index: 9;

    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: 12px;

    height: 12px;

    margin: 10px;

    overflow: hidden;

    line-height: 99px;

    -webkit-transition: all .3s ease-out;

    transition: all .3s ease-out;

    border: 1px solid #fff;

  }

  

  .fullSlide .hd ul .on {

    background: #fdc133;

    border: 1px solid #fdc133;

    -webkit-transition: all .3s linear;

    transition: all .3s linear;

  }



  

  .fullSlide .next {

      position: absolute;

      right: 6%;

      top: 50%;

      z-index: 2;

    width: 65px;

    height: 65px;

    background: url(../images/bannerR.png) no-repeat center;

    -webkit-transition: all .5s linear;

    transition: all .5s linear;

  }

  

  .fullSlide .prev {

    position: absolute;

    left: 6%;

    top: 50%;

    z-index: 2;

    width: 65px;

    height: 65px;

    background: url(../images/bannerL.png) no-repeat center;

    -webkit-transition: all .5s linear;

    transition: all .5s linear;

  }



  .banner_box {

    width: 100%;

    position: relative;

    height: 850px;

    background: #fff;

  }



  .banner_box .trait{

      width: 1400px;

      height: 116px;

      position: relative;

      z-index: 5;

      margin: 0 auto;

      margin-top: -183px;

  }





  .banner_box .trait .trait_nr{

      position: absolute;

      left: 0;

      bottom: 0px;

      z-index: 5;

      background: #fff;

      width: 1300px;

      height: 116px;

      padding: 0 50px;

  }



  

  .banner_box .trait .trait_nr .trait_l{

      float: left;

      font-size: 16px;

      color: #333;

      line-height: 50px;

      margin-top: 33px;

      width: 605px;

  }



  .banner_box .trait .trait_nr .trait_l i{

    background: #202e31 url(../images/buttom1.png) no-repeat left center;

    width: 50px;

    height: 50px;

    border-radius: 50%;

    display: block;

    float: left;

    margin-right: 20px;

    -webkit-transition: all 0.5s ease-out;

    -o-transition: all 0.5s ease-out;

    transition: all 0.5s ease-out;

  }



  .banner_box .trait .trait_nr .trait_l:hover i{

    background: #fdc133 url(../images/buttom1.png) no-repeat left center;

  }



  .banner_box .trait .trait_nr .tel{

      float: left;

      margin-top: 33px;

      font-size: 20px;

      color: #333;

      font-weight: bold;

      line-height: 50px;

  }  





  .banner_box .trait .trait_nr .tel i{

    background: #202e31 url(../images/tel.png) no-repeat left center;

    width: 50px;

    height: 50px;

    border-radius: 50%;

    display: block;

    float: left;

    margin-right: 20px;

    -webkit-transition: all 0.5s ease-out;

    -o-transition: all 0.5s ease-out;

    transition: all 0.5s ease-out;

  }



  .banner_box .trait .trait_nr .tel:hover i{

    background: #fdc133 url(../images/tel.png) no-repeat left center;

  }







/* 询盘*/

i {

    font-weight: normal;

    font-style: normal;

  }

  

  .topxunpan {

    height: 50px;

    position: relative;

    margin: 33px 0 0 0;

    float: right;

  }

  

  

  .topxunpan .xp {

    position: relative;

    line-height: 50px;

    color: #333;

    font-size: 18px;

    cursor: pointer;

    float: right;

  }

  

  .topxunpan .xp img {

    position: relative;

    top: 0px;

    margin-right: 15px;

    background: #202e31;

    width: 50px;

    height: 50px;

    border-radius: 50%;

    float: left;

  }

  

  .topxunpan .xp i {

    padding: 0px;

    margin-left: 0px;

    margin-right: 0px;

    box-sizing: border-box;

    color: #333;

    font-size: 18px;

  }

  

  .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: #fdc133;

    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: #fdc133;

  }

  

  .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;

  }





/* title*/



.title{

    position: relative;



}



.title span{

    display: block;

    font-size: 50px;

    color: #333333;

    font-weight: bold;

    text-transform: uppercase;

    font-family: Arial, Helvetica, sans-serif;

    line-height: 45px;

}



.title h3{

    font-size: 30px;

    color: #333333;

  font-weight: bold;

    margin-top: 10px;

}



.title h3 a{

    font-size: 30px;

    color: #333333;

    font-weight: bold;

}



.title::after{

    position: absolute;

    content: "";

    left: -167px;

    top: 55px;

    width: 308px;

    height: 1px;

    background: #000000;

}



/* product*/



.product{

    width: 1300px;

    margin: 80px auto 0 auto;

}



.product .pro_t{

    width: 1300px;

    margin: 0 auto;

    height: 125px;

} 



.product .pro_t .title{

    float: left;

}



.product .pro_t .pro_list{

    float: right;

} 



.product .pro_t .pro_list ul .pro_li{

    float: left;

    width: 140px;

    padding-left: 40px;

    margin-left: 30px;

    position: relative;

    height: 30px;

    line-height: 30px;

    position: relative;

}



.product .pro_t .pro_list ul .pro_li span{

    font-size: 16px;

    color: #333;

    font-weight: bold;

    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;

}



.product .pro_t .pro_list>ul>li::after{

    position: absolute;

    left: 0px;

    top: 0px;

    content: "";

    background: url(../images/buttom2.png) no-repeat left 5px;

    height: 0px;

    width: 22px;

    -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:hover::after{

    height: 88px;

}



.product .pro_t .pro_list ul li.on::after{

    height: 88px;

}





.product .pro_t .pro_list>ul>li  .submenu{

    display: none;

    position: absolute;

    top: 30px;

    left: 30px;

    width: 140px;

    z-index: 999;

} 



.product .pro_t .pro_list>ul>li  .submenu li{

    width: 140px;

    padding-left: 10px;



}



.product .pro_t .pro_list>ul>li  .submenu li a{

    font-size: 15px;

    color: #666666;

    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;

    line-height: 40px;

}



.product .pro_t .pro_list>ul>li:hover  .submenu{

    display: block;

}



.product .pro_t .pro_list>ul>li.on  .submenu{

   height: 120px!important;

opacity: 1 !important;

}









.product .pro_box{

    width: 1300px;

    margin: 0 auto;

    height: 450px;

    position: relative;

}



.product .pro_box .search{

    position: absolute;

    left: 0;

    top: 25px;

    z-index: 5;

    width: 659px;

    height: 65px;

    background: #fff;

    border-radius: 45px;

    -webkit-box-shadow: 0 0 8px 6px rgba(0, 0, 0, .05);

    box-shadow: 0 0 8px 6px rgba(0, 0, 0, .05);

}



.product .pro_box .search .search2{

    float: left;

    width: 559px;

    height: 65px;

    background: none;

    padding-left: 35px;

    font-size: 16px;

    color: #999;

}



.product .pro_box .search .search_s{

    float: right;

    width: 40px;

    height: 40px;

    margin: 12px 25px 0 0;



} 



.product .pro_box .bd{

    width: 1300px;

    margin: 0 auto;

}



.product .pro_box .bd ul li{

    float: left;

    width: 1300px;

}



.product .pro_box .bd ul li .txt{

    margin: 145px 0 0 0;

    width: 650px;

    float: left;



}



.product .pro_box .bd ul li .txt h5 a{

    font-size: 22px;

    color: #333;

    font-weight: bold;

    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;

}



.product .pro_box .bd ul li:hover .txt h5 a{

    color: #fdc133;

}



.product .pro_box .bd ul li .txt i{

    display: block;

    width: 21px;

    height: 4px;

    background: #fdc133;

    margin: 20px 0 20px 0;

}



.product .pro_box .bd ul li .txt p{

    font-size: 15px;

    color: #666666;

    line-height: 40px;

    height: 120px;

    overflow: hidden;

}



.product .pro_box .bd ul li .pic{

    float: right;

    border: 1px solid #efefef;

    width: 593px;

    height: 450px;

    border-radius: 5px;

} 



.product .pro_box .bd ul li .pic img{

    width: 533px;

    height: 404px;

    margin: 23px 30px;

    border-radius: 5px;

-webkit-box-shadow: 0 0 8px 6px rgba(0, 0, 0, .08);

box-shadow: 0 0 8px 6px rgba(0, 0, 0, .08);

}





.product .pro_box .hd{

    position: absolute;

    left: 0;

    top: 395px;

    height: 50px;

} 



.product .pro_box .hd .next{

    float: left;

    width: 85px;

    height: 50px;

    background: #fdc133 url(../images/left.png) no-repeat  center;

    cursor: pointer;

    border-top-left-radius: 45px;

    border-bottom-left-radius: 45px;

}



.product .pro_box .hd .prev{

    float: right;

    width: 85px;

    height: 50px;

    background: #202e31 url(../images/right.png) no-repeat  center;

    cursor: pointer;

    border-top-right-radius: 45px;

    border-bottom-right-radius: 45px;

}





.product .pro_show{

    margin: 60px auto 0 auto;

    width: 1360px;

} 



.product .pro_show ul li{

    float: left;

    width: 300px;

    height: 310px;

    border:1px solid #e0e0e0;

    margin-right: 35px;

}



.product .pro_show ul li .pic{

    width: 260px;

    height: 200px;

    margin: 20px 20px 0 20px;

}



.product .pro_show ul li .pic img{

    width: 260px;

    height: 200px;

}



.product .pro_show ul li .txt{

    width: 260px;

    height: 50px;

    line-height: 50px;

    background: #f7f7f7;

    margin: 20px auto 0 auto;



} 



.product .pro_show ul li .txt h5 a{

    float: left;

    width: 150px;

    margin-left: 15px;

    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;

}



.product .pro_show ul li .txt .more{

    float: right;

    width: 49px;

    height: 49px;

    background: url(../images/more3.png) no-repeat  center;

    -webkit-transition: all 0.5s ease-out;

    -o-transition: all 0.5s ease-out;

    transition: all 0.5s ease-out;



}



.product .pro_show ul li:hover .txt .more {

    background: #fdc133 url(../images/more3.png) no-repeat  center;

}



/* ys*/



.ys_bg{

    width: 100%;

    margin: 40px auto 0 auto;

    height: 890px;

    background: url(../images/ys_bg.jpg) no-repeat center -60px;

    overflow: hidden;
}



.ys_bg .ys{

    width: 1300px;

    margin: 0 auto;

    padding-top: 121px;

    position: relative;

}



.ys_bg .ys .ys_t{

    position: absolute;

    left: 70px;

    top: 138px;

}



.ys_bg .ys .ys_t span{

    display: block;

    font-size: 60px;

    color: #fff;

    font-family: 'Arial-Black';

    /* font-weight: bold; */

    text-transform: uppercase;

    line-height: 40px;

    -webkit-text-stroke: 1px #e7e7e7;

}



.ys_bg .ys .ys_t h5{

    font-size: 30px;

    color: #333;

    font-weight: bold;

    margin: 17px 0;

}



.ys_bg .ys .ys_t h5 i{

    font-size: 34px;

    color: #333;

    font-weight: bold;

}



.ys_bg .ys .ys_t p{

    font-size: 18px;

    color: #333;

    letter-spacing: 6px;

}



.ys_bg .ys .ys_box{

    width: 1300px;

    margin: 80px auto 0 auto;

    height: 610px;

} 



.ys_bg .ys .ys_box .hd{

    float: left;

    margin-top: 140px;

    margin-left: 69px;

}



.ys_bg .ys .ys_box .hd ul li{

    width: 383px;

    height: 69px;

    margin-bottom: 15px;

    background: #f3f3f3;

    border-top-left-radius: 45px;

    border-bottom-left-radius: 45px;

    position: relative;

    z-index: 5;
		overflow: hidden;


}



.ys_bg .ys .ys_box .hd ul li .te_list{

    float: left;

    display: block;

    overflow: hidden;

    transition-duration: 0.7s;

    margin: 18px 0 0px 25px;

    width: 32px;

    height: 32px;

}



.ys_bg .ys .ys_box .hd ul li .te_list .te_img {

    display: block;

    position: relative;

    transition: 0.7s;

    font-size: 0;

  }

  

.ys_bg .ys .ys_box .hd ul li .te_list .te_img i{

    display: block;

    width: 32px;

    height: 32px;

    text-align: center;

    line-height: 32px;

    margin: 0px auto;

  }



.ys_bg .ys .ys_box .hd ul li .te_list .te_img i img{

    vertical-align: middle;

    display: inline-block;

    width: 32px;

    height: 32px;

  }



.ys_bg .ys .ys_box .hd ul li .te_list .te_img i:before{

    /* 辅助ie8图片居中 */

    content: '';

    height: 32px;

    width: 1px;

    font-size: 0;

  }

  

  

.ys_bg .ys .ys_box .hd ul li .te_list .te_img {

    width: 100%;

    height: 200%;

    top:0;

  }



.ys_bg .ys .ys_box .hd ul li.on .te_img {

    top:-32px;

  }



  .ys_bg .ys .ys_box .hd ul li h5{

      float: left;

      margin-left: 55px;

      font-size: 18px;

      color: #333;

      line-height: 69px;

  }

  .ys_bg .ys .ys_box .hd ul li span{

      display: block;

      float: right;

      font-size: 36px;

      color: #fdc133;

      font-weight: bold;

      font-family: Arial, Helvetica, sans-serif;

      line-height: 69px;

      margin-right: 80px;

      opacity: 0;

      -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 .hd ul li::after{

    position: absolute;

    left: 0px;

    top: 0px;

    content: "";

    width: 0px;

    height: 69px;

    background: #202e31;

   /* border-top-left-radius: 45px;

    border-bottom-left-radius: 45px; */

    z-index: -1;

    -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 .hd ul li.on::after{

    width: 100%;

}



.ys_bg .ys .ys_box .hd ul li.on h5{

    color: #fff;

}



.ys_bg .ys .ys_box .hd ul li.on span{

  opacity: 1;

}



.ys_bg .ys .ys_box .hd  h6{

    font-size: 12px;

    color: #999999;

    font-family: Arial, Helvetica, sans-serif;

    text-transform: uppercase;

    margin-top: 50px;

    letter-spacing: 1px;

}









  .ys_bg .ys .ys_box .bd{

      float: right;

      width: 755px;

  }



  .ys_bg .ys .ys_box .bd ul li{

      float: left;

      width: 755px;

  }



  .ys_bg .ys .ys_box .bd ul li .ys_img{

      width: 714px;

      height: 366px;

      margin: 35px 0 0 40px;



  }



  .ys_bg .ys .ys_box .bd ul li .ys_img img{

    width: 714px;

    height: 366px;

  }





  .ys_bg .ys .ys_box .bd ul li .txt{



  }



  .ys_bg .ys .ys_box .bd ul li .txt h5{

      font-size: 22px;

      color: #1a2629;

      font-weight: bold;



  }



  .ys_bg .ys .ys_box .bd ul li .txt p{

    font-size: 16px;

    color: #333;

    line-height: 40px;

    margin-top: 20px;

    height: 80px;

  }





  .ys_bg .ys .ys_box .bd ul li .txt span{

      display: block;

      font-size: 14px;

      color: #1a2629;

      font-family: Arial, Helvetica, sans-serif;

      margin-top: 58px;

      letter-spacing: 37px;

  }





  .ys_bg .ys .tel{

      margin: 80px auto 0 auto;

      background: url(../images/tel1.png) no-repeat left center;

      padding-left: 55px;

      line-height: 32px;

  }



  .ys_bg .ys .tel i{

      margin-right: 10px;

      font-size: 24px;

      color: #333;

      font-family: Arial, Helvetica, sans-serif;

      font-weight: bold;

  }



/* case*/



.case_bg{

    width: 100%;

    margin: 0 auto;

    height: 836px;

    background: url(../images/case_bg.jpg) no-repeat center;

}



.case_bg .case{

    width: 1300px;

    margin: 0 auto;

    padding-top: 75px;

}



.case_bg .case .case_t{

       height: 100px;

}



.case_bg .case .case_t .title{

    float: left;

}

 

.case_bg .case .case_t .more{

    float: right;

    width: 169px;

    height: 46px;

    line-height: 46px;

    border-top: 1px solid #202e31;

    border-bottom: 1px solid #202e31;

    margin-top: 35px;

    padding: 0 5px;

} 

 

.case_bg .case .case_t .more a{

    display: block;

    font-size: 15px;

    color: #202e31;

    text-transform: uppercase;

    background: url(../images/more.png) no-repeat right center;

}



.case_bg .case .case_box{

    margin: 30px auto 0 auto;

} 



.case_bg .case .case_box ul li{

    float: left;

    width: 400px;

    height: 465px;

    background: #fff;

    border: 1px solid #eeeeee;

    margin: 75px 15px 0 16px;

    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 ul li .pic{

    width: 350px;

    height: 260px;

    margin: 25px 25px 0 25px;



}

.case_bg .case .case_box ul li .pic img{

    width: 350px;

    height: 260px;

}



.case_bg .case .case_box ul li .txt{

    width: 350px;

    margin: 0 auto;

}  



.case_bg .case .case_box ul li .txt h5 a{

    font-size: 18px;

    color: #333;

    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;

    margin: 30px 0 15px 0;

}



.case_bg .case .case_box ul li .txt p{

    font-size: 15px;

    color: #666666;

    line-height: 36px;

    height: 72px;

    overflow: hidden;



}



.case_bg .case .case_box ul li .txt .more{

    display: block;

    width: 194px;

    border-bottom: 1px solid #fdc133;

    height: 43px;

    font-size: 15px;

    color: #fdc133;

    text-transform: uppercase;

    background: url(../images/more1.png) no-repeat right 5px;

    margin-top: 35px;

    opacity: 0;

    -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 ul li.on{

    height: 540px;

    margin: 0px 15px 0 16px;

}



.case_bg .case .case_box ul li.on .txt .more{

    opacity: 1;

}



.case_bg .case .case_box ul li:hover{

    height: 540px;

    margin: 0px 15px 0 16px;

}



.case_bg .case .case_box ul li:hover .txt .more{

    opacity: 1;

}





/* about*/



.ab_bg{

    width: 100%;

    margin: 0 auto;

    height: 867px;

    background: url(../images/ab_bg.jpg) no-repeat bottom center;

}



.ab_bg .about{

    width: 1300px;

    margin: 0 auto;

    padding-top: 80px;

    position: relative;

}



.ab_bg .about .ab_l{

    float: left;

    width: 720px;

}

 

.ab_bg .about .ab_l span{

    display: block;

    font-size: 180px;

    color: #202e31;

    font-weight: bold;

    font-family: 'Times New Roman', Times, serif;

    font-style: italic;

    line-height: 130px;

    text-align: right;

}



.ab_bg .about .ab_l .ab_img{

    width: 925px;

    height: 650px;

    margin-left: -310px;

    margin-top: -30px;



}



.ab_bg .about .ab_l .ab_img img{

    width: 925px;

    height: 650px;

}



.ab_bg .about .ab_r{

    float: right;

    width: 570px;

    margin-top: 20px;

}



.ab_bg .about .ab_r .title{

    text-align: right;

    background: url(../images/ab_xt.png) no-repeat left 70px;

}



.ab_bg .about .ab_r .title h3{

    margin-top: 0;

    font-weight: bold;

}



.ab_bg .about .ab_r .title::after{

    width: 0;

}





.ab_bg .about .ab_r .txt{

    margin-top: 30px;



} 



.ab_bg .about .ab_r .txt h5{

    font-size: 20px;

    color: #333;

    letter-spacing: 12px;

    font-weight: bold;

}



.ab_bg .about .ab_r .txt p{

    font-size: 16px;

    color: #666;

    line-height: 40px;

    height: 160px;

    overflow: hidden;

    margin-top: 30px;

}



.ab_bg .about .ab_r .txt .more{

    display: block;

    width: 100px;

    height: 30px;

    line-height: 30px;

    text-align: center;

    font-size: 16px;

    color: #fff;

    background: #fdc133;

    margin-top: 10px;

}



.ab_bg .about .ab_r .ab_list{

    margin-top: 50px;



}



.ab_bg .about .ab_r .ab_list .ry{

    float: left;

    width: 213px;

    height: 296px;

    background: url(../images/ry_bg.png) no-repeat  center;

}



.ab_bg .about .ab_r .ab_list .ry img{

    width: 169px;

    height: 250px;

    margin: 22px 0 0 22px;



}



.ab_bg .about .ab_r .ab_list .list_nr{

    float: right;

    width: 270px;

}



.ab_bg .about .ab_r .ab_list .list_nr ul li{

    margin-bottom: 20px;

    width: 270px;

    height: 105px;

    -webkit-transition: all 0.5s ease-out;

    -o-transition: all 0.5s ease-out;

    transition: all 0.5s ease-out;

    padding-top: 35px;

}



.ab_bg .about .ab_r .ab_list .list_nr ul li a{

    display: block;

    font-size: 18px;

    color: #333;

    line-height: 72px;

}



.ab_bg .about .ab_r .ab_list .list_nr ul li a i{

    float: left;

    margin: 0px 20px 0 40px;

    width: 72px;

    height: 72px;

    background: #1a2629;

    border-radius: 50%;

    -webkit-transition: all 0.5s ease-out;

    -o-transition: all 0.5s ease-out;

    transition: all 0.5s ease-out;

}



.ab_bg .about .ab_r .ab_list .list_nr ul li a i img{

    display: block;

    width: 72px;

    height: 72px;

}



.ab_bg .about .ab_r .ab_list .list_nr ul li:hover{

    background: #fff;

    -webkit-box-shadow: 0 0 8px 6px rgba(0, 0, 0, .08);

    box-shadow: 0 0 8px 6px rgba(0, 0, 0, .08);

}





.ab_bg .about .ab_r .ab_list .list_nr ul li:hover a i{

    background: #fdc133;



}







/* news*/



.news{

    width: 1300px;

    margin: 30px auto 0 auto;

}





.news .news_t{

   height: 100px;

}



.news .news_t .title{

    float: left;

}



.news .news_t .news_list{

    float: right;

    margin-top: 35px;

} 



.news .news_t .news_list ul li{

    float: left;

    width: 150px;

    margin-left: 65px;

    border-bottom: 1px solid #dedede;

    height: 46px;

    line-height: 46px;

}



.news .news_t .news_list ul li a{

    font-size: 20px;

    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;

    display: block;

    background: url(../images/buttom4.png) no-repeat right center;

}



.news .news_t .news_list ul li.casehover a{

    background: url(../images/buttom3.png) no-repeat right center;

}





.news .news_box{

    width: 1300px;

    margin: 60px auto 0 auto;



}



.news .news_box .news_top{

    height: 410px;

    overflow: hidden;

}





.news .news_box .news_top .news_l{

    width: 545px;

    float: left;



}





.news .news_box .news_top .news_l ul li{

    width: 545px;

    height: 175px;

    border-bottom: 1px solid #e0e0e0;

    margin-bottom: 50px;



}



.news .news_box .news_top .news_l ul li .time{

    float: left;

    width: 75px;

    font-size: 30px;

    color: #333;

    font-weight: bold;

    font-family: Arial, Helvetica, sans-serif;

    line-height: 35px;

}



.news .news_box .news_top .news_l ul li .time i{

    font-size: 14px;

    color: #999999;

}



.news .news_box .news_top .news_l ul li .txt{

    float: left;

    width: 440px;



} 





.news .news_box .news_top .news_l ul li .txt h5{

    font-size: 18px;

    color: #333;

    font-weight: bold;

    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;

}



.news .news_box .news_top .news_l ul li:hover .txt h5{

    color: #fdc133;

}



.news .news_box .news_top .news_l ul li .txt i{

    font-size: 14px;

    color: #999999;

    display: block;

    margin: 5px 0  18px 0;

}



.news .news_box .news_top .news_l ul li .txt p{

    font-size: 15px;

    color: #666;

    line-height: 36px;

    height: 72px;

    overflow: hidden;

}



.news .news_box .news_top .news_l ul li .more{

    display: block;

    width: 27px;

    height: 16px;

    background: url(../images/more2.png) no-repeat right center;

    float: right;

}





.news .news_box .news_top .news_r{

    width: 735px;

    float: right;



}



.news .news_box .news_top .news_r ul li{

    float: left;

    width: 296px;

    height: 403px;

    border: 1px solid #e0e0e0;

    margin-left: 29px;

    padding: 0 20px;

    -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 .txt{

    height: 187px;

    padding-top: 30px;



}



.news .news_box .news_top .news_r ul li .txt span{

    font-size: 14px;

    color: #333;

    font-weight: normal;

    font-family: Arial, Helvetica, sans-serif;

    display: block;

}



.news .news_box .news_top .news_r ul li .txt span i{

    font-size: 30px;

    color: #333;

    font-weight: bold;

    font-family: Arial, Helvetica, sans-serif;

}



.news .news_box .news_top .news_r ul li .txt h5{

    font-size: 18px;

    color: #333;

    font-weight: bold;

    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;

    margin-top: 20px;

}



.news .news_box .news_top .news_r ul li .txt p{

    font-size: 15px;

    color: #666666;

    line-height: 30px;

    height: 60px;

    overflow: hidden;

    margin-top: 15px;

}



.news .news_box .news_top .news_r ul li .news_img{

    width: 296px;

    height: 167px;

    overflow: hidden;

} 



.news .news_box .news_top .news_r ul li .news_img img{

    width: 296px;

    height: 167px;

    overflow: hidden;

    -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:hover .news_img img{

    transform: scale(1.1);

    -webkit-transform: scale(1.1);

    -o-transform: scale(1.1);

}





.news .news_box .news_top .news_r ul li:hover{

    border: 1px solid #fdc133;

}





.news .news_box .list{

    margin: 40px auto 0 auto;

    width: 1360px;

    height: 120px;

} 



.news .news_box .list ul li{

    float: left;

    width: 378px;

    height: 120px;

    background: #f8f8f8;

    padding: 0 15px;

    margin-right: 40px;

}



.news .news_box .list ul li a{

    display: block;

    width: 378px;

    height: 120px;

}



.news .news_box .list ul li h5{

    height: 60px;

    line-height: 60px;

    font-size: 16px;

    color: #333;

    font-weight: bold;

    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;

}



.news .news_box .list ul li span{

    display: block;

    font-size: 14px;

    color: #999999;

    background: url(../images/buttom5.png) no-repeat top center;

    line-height: 50px;

}





.news .news_box .list ul li:hover h5{

    color: #fdc133;

}





/* links*/



.links{

    width: 1300px;

    margin: 80px auto 0 auto;

    overflow: hidden;

}



.links .links_t{

    width: 173px;

    background: url(../images/links.png) no-repeat bottom center;

    float: left;

    height: 50px;

}



.links .links_t i{

    display: block;

    text-align: center;

    font-size: 18px;

    color: #333333;



}



.links .yq{

    float: right;

    width: 1110px;

    margin-top: 15px;

} 



.links .yq a{

    font-size: 14px;

    color: #666666;

    margin: 0 15px;

}
