﻿
/*-----------------------------------------------------------*/
/*copyright by 动力无限  www.btoe.cn*/
/*邮箱 btoe@btoe.cn*/
/*合作电话 400-0599-360*/
/*版权所有违者必究*/
/*-----------------------------------------------------------*/


/*banner*/
.fullSlide {
    width: 100%;
    position: relative;
    height: 840px;
    background: #fff;
    overflow: hidden;
  }
  
  .fullSlide .bd {
    width: 100%;
    height: 750px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    overflow: hidden;
  }

  
  .fullSlide .bd ul {
    width: 100%;
  }
  
  .fullSlide .bd li {
    width: 100% !important;
    height: 750px;
    overflow: hidden;
    text-align: center;
  }
  
  .fullSlide .bd li a {
    display: block;
    height: 750px;
  }
  
  .fullSlide .hd {
    width: 100%;
    position: absolute;
    z-index: 9;
    bottom: 140px;
    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: #3e96ea;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
  }

  .fullSlide .page{
      position: absolute;
      left: 38%;
      bottom: 60px;
      width: 126px;
      height: 16px;
      z-index: 9;
      background: url(../images/xt.png) no-repeat center;
  }
  
  
  .fullSlide .next {
    width: 27px;
    height: 16px;
    float: right;
    background: url(../images/bannerR.png) no-repeat center;
    -webkit-transition: all .5s linear;
    transition: all .5s linear;
  }
  
  .fullSlide .prev {
    width: 27px;
    height: 16px;
    float: left;
    background: url(../images/bannerL.png) no-repeat center;
    -webkit-transition: all .5s linear;
    transition: all .5s linear;
  }


/*trait*/

.trait_bg {
    width: 100%;
    height: 152px;
    margin: -152px auto 0 auto;
    background: url(../images/trait_bg.png) no-repeat center;
    position: relative;
    z-index: 5;
}

.trait_bg .trait{
    width: 1280px;
    margin: 0 auto;
}

.trait_bg .trait .trait_l{
   position: absolute;
   left: 8%;


}

.trait_bg .trait .trait_l h5 {
    font-size: 22px;
    color: #333;
    letter-spacing: 2px;
    margin-top: 40px;

}

.trait_bg .trait .trait_l h5 i{
    font-size: 22px;
    color: #107ac6;
    font-weight: bold;
}

.trait_bg .trait .trait_l span{
    display: block;
    font-size: 16px;
    color: #666666;
    margin-top: 5px;
}


.trait_bg .trait .tel{
    float: right;
    padding-left: 57px;
    font-size: 20px;
    color: #fff;
    background: url(../images/tel.png) no-repeat left center;
    line-height: 40px;
    margin-top: 75px;
}

.trait_bg .trait .tel i{
    font-size: 24px;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
}

.trait_bg .search {
    height: 38px;
    z-index: 6;
    position: absolute;
    width: 38px;
    top: 75px;
    z-index: 99;
    right:9%;
  }
.trait_bg .search
 .searchIco {
    display: block;
    margin: auto;
    width: 38px;
    height: 38px;
    overflow: hidden;
    cursor: pointer;
  }
.trait_bg .search
 .searchIco em {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    top: 0;
    padding: 0;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
  }
.trait_bg .search
 .searchIco em.show {
    background: url(../images/sou.png) center center no-repeat;
  }
.trait_bg .search
 .searchIco em.hide {
    background: url(../images/sou.png) center center no-repeat;
  }
.trait_bg .search
 .searchIco.top em {
    top: -100%;
  }
.trait_bg .search
 .searchBox {
    width: 0;
    height: 40px;
    position: absolute;
    right: 100%;
    background: #fff;
    top: 10%;
    right: 40px;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
  }
.trait_bg .search
 .searchBox .searchInp {
    width: 250px;
    height: 40px;
    border: none;
    line-height: 40px;
    background: none;
    float: left;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 15px;
    font-size: 14px;
  }
.trait_bg .search
 .searchBox .searchInp::-webkit-input-placeholder {
    color: #adadad;
  }
.trait_bg .search
 .searchBox .searchInp:focus::-webkit-input-placeholder,
.trait_bg .search
 .searchBox .searchInp:active::-webkit-input-placeholder {
    opacity: 0.6;
    filter: alpha(opacity=60);
  }
.trait_bg .search
 .searchBox .submitBtn {
    position: absolute;
    right: 10px;
    top: 5px;
    background: url(../images/sou1.png) center center no-repeat;
    width: 30px;
    height: 30px;
    cursor: pointer;
    border: none;
    float: right;
    -webkit-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
    opacity: 0;
    filter: alpha(opacity=0);
  }
.trait_bg .search
 .searchBox.searchShow {
    width: 300px;
  }
.trait_bg .search
 .searchBox.searchShow .submitBtn {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
  }
.trait_bg .search
 .searchBox.searchShow .submitBtn:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
  }


  @media (max-width:1600px) {
    .trait_bg .search {
        right: 3%;
    }


}


/*title*/

.title{
    margin: 0 auto;
    text-align: center;
    background: url(../images/title.png) no-repeat top center;
}


.title h3{
    font-size: 24px;
    color: #333333;
    font-weight: bold;

}

.title h3 a{
    font-size: 24px;
    color: #333333;
    font-weight: bold;
    
}

.title h3 span{
    font-size: 52px;
    color: #333333;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    display: inline-block;
    position: relative;
    top: 8px;
    margin-right: 32px;
    line-height: 65px;
}

.title h3 span i{
    font-size: 52px;
    color: #d2ab66;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
}

.title p{
    font-size: 14px;
    color: #999;
    letter-spacing: 2px;
    margin-top: 10px;
}


/*about*/

.about{
    width: 1280px;
    margin: 60px auto 0 auto;
}

.about .ab_box{
    width: 1280px;
    height: 396px;
    margin: 25px auto 0 auto;
    background: url(../images/ab_bg.jpg) no-repeat top center;
    padding-top: 30px;
}

.about .ab_box .ab_l{
    float: left;
    position: relative;
    width: 640px;
    margin-top: 12px;
}

.about .ab_box .ab_l .txt{
    overflow: hidden;
}

.about .ab_box .ab_l h5{
    font-size: 20px;
    color: #333;
    font-weight: bold;

}

.about .ab_box .ab_l  i{
    display: block;
    width: 50px;
    height: 2px;
    background: #d2ab66;
    margin-top: 25px;
}

.about .ab_box .ab_l p{
    font-size: 14px;
    color: #666;
    line-height: 36px;
    height: 144px;
    overflow: hidden;
    margin-top: 15px;
}

.about .ab_box .ab_l .more{
    display: block;
    margin-top: 45px;
    width: 68px;
    height: 32px;
    line-height: 32px;
    border-bottom: 1px solid #d2ab66;
    font-size: 14px;
    color: #666;
    text-transform: uppercase;
    background: url(../images/more1.png) no-repeat right center;
}

.about .ab_box .ab_l .ry{
    position: absolute;
    right: 0;
    top: 250px;
    width: 179px;
    height: 135px;
    background: url(../images/ry_bg.png) no-repeat center;
}

.about .ab_box .ab_l .ry img{
    width: 158px;
    height: 114px;
    margin: 10px 0 0 10px;
}

.about .ab_box .ab_img{
    float: right;
    width: 580px;
    height: 396px;
}

.about .ab_box .ab_img img{
    width: 580px;
    height: 396px;
}


/*fc*/

.fc{
    width: 1280px;
    margin: 0 auto;
    position: relative;
}


.fc .fc_list{
    width: 640px;
    height: 45px;
    border-bottom: 1px solid #dddddd;
    position: relative;
    margin-top: -45px;

}

.fc .fc_list ul li{
    width: 120px;
    margin-right: 25px;
    height: 45px;
    line-height: 45px;
    float: left;
    background: url(../images/fc_xt.png) no-repeat right center;
}

.fc .fc_list ul li.fc3{
    background: none;
}

.fc .fc_list ul li a{
    padding-left: 27px;
    font-size: 16px;
    color: #333;
    -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.fc1 a{
    background: url(../images/fc1.png) no-repeat left center;
}

.fc .fc_list ul li.fc2 a{
    background: url(../images/fc2.png) no-repeat left center;
}

.fc .fc_list ul li.fc3 a{
    background: url(../images/fc3.png) no-repeat left center;
}

.fc .fc_list ul li.casehover a{
    color: #d2ab66;

}

.fc .fc_list ul li.fc1.casehover a{
    background: url(../images/fc11.png) no-repeat left center;
}

.fc .fc_list ul li.fc2.casehover a{
    background: url(../images/fc22.png) no-repeat left center;
}

.fc .fc_list ul li.fc3.casehover a{
    background: url(../images/fc33.png) no-repeat left center;
}


.fc .fc_box{
    width: 1280px;
    margin: 0 auto;
    padding-top: 50px;

} 

.fc .fc_box ul li{
    float: left;
    width: 300px;
    margin: 0 10px;
}

.fc .fc_box ul li .pic{
    width: 300px;
    height: 220px;
    background: #f4f4f4;


}

.fc .fc_box ul li .pic img{
    width: 284px;
    height: 204px;
    margin: 8px;
}

.fc .fc_box ul li .txt{
    height: 45px;
    line-height: 45px;
    text-align: center;

}  

.fc .fc_box ul li .txt a{
    font-size: 14px;
    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;
}

.fc .fc_box ul li:hover .txt a{
    color: #d2ab66;

}



/*course*/

.course_bg{
    width: 100%;
    height: 1158px;
    margin: 50px auto 0 auto;
    background: url(../images/ab_bg1.jpg) no-repeat top center;
    overflow: hidden;
}

.course_bg .course{
    width: 1280px;
    margin: 0 auto;
    padding-top: 75px;
}

.course_bg .course .ab_list{
    margin: 0 35px;
    height: 80px;
}


.course_bg .course .ab_list ul li{
    float: left;
    width: 290px;
    background: url(../images/xt1.png) no-repeat right center;
    text-align: center;
}

.course_bg .course .ab_list ul li span{
    display: block;
    font-size: 16px;
    color: #ffffff;
}

.course_bg .course .ab_list ul li h5{
    font-size: 16px;
    color: #ffffff;
    line-height: 50px;
}

.course_bg .course .ab_list ul li h5 i{
    font-size: 40px;
    color: #ffffff;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;

}

.course_bg .course .ab_list ul li:last-child{
    background: none;
}



.course_bg .course_box{
    width: 1280px;
    margin: 5px auto 0 auto;
    position: relative;
    height: 455px;
}

.course_bg .course_box .bd{
    width: 1280px;
    margin: 0 auto;
}

.course_bg .course_box .bd ul li{
    float: left;
    width: 1280px;
    margin: 0 auto;
}

.course_bg .course_box .bd ul li .nr{
    float: left;
    width: 200px;
    margin: 0 50px 0 0;
}

.course_bg .course_box .bd ul li .nr h5{
    width: 75px;
    height: 152px;
    margin: 0 auto;
    background: url(../images/buttom1.png) no-repeat top center;
    text-align: center;
    font-size: 14px;
    color: #096fb8;
}

.course_bg .course_box .bd ul li .nr h5 i{
    display: block;
    font-size: 18px;
    color: #096fb8;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    line-height: 15px;
    padding-top: 20px;
}

.course_bg .course_box .bd ul li .nr p{
    font-size: 14px;
    color: #666;
    line-height: 24px;
    margin-top: 10px;

}


.course_bg .course_box .bd ul li .c2{
    margin-top: 50px;

}


.course_bg .course_box .bd ul li .c3{
    margin-top: 135px;
    
}

.course_bg .course_box .bd ul li .c4{
    margin-top: 120px;
}

.course_bg .course_box .bd ul li .c5{
    margin-top: 35px;
}


.course_bg .course_box .hd{
    position: absolute;
    right: -90px;
    top: 265px;

}

.course_bg .course_box .hd .next{
    width: 44px;
    height: 44px;
    background: #107ac6;
    border-radius: 50%;
    cursor: pointer;
    background: #dddddd url(../images/left1.png) no-repeat center;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}


.course_bg .course_box .hd .prev{
    width: 44px;
    height: 44px;
    background: #107ac6;
    border-radius: 50%;
    cursor: pointer;
    background: #dddddd url(../images/right1.png) no-repeat center;
    margin-top: 25px;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.course_bg .course_box .hd .next:hover{
    background: #d2ab66 url(../images/left2.png) no-repeat center;
}

.course_bg .course_box .hd .prev:hover{
    background: #d2ab66 url(../images/right2.png) no-repeat center;
}


.course_bg .course_box .course_t{
    position: absolute;
    right: -195px;
    top: 27px;
    text-align: center;
    width: 250px;
}

.course_bg .course_box .course_t h3{
    font-size: 30px;
    color: #fff;
    font-weight: bold;
}

.course_bg .course_box .course_t i{
    display: block;
    font-size: 16px;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    margin-top: 3px;
}



/*company*/

.company{
    width: 1280px;
    margin: 0 auto;
}

.company .company_t{

}

.company .company_t h3{
    overflow: hidden;

}

.company .company_t h3 a{
    display: block;
    font-size: 30px;
    color: #333;
    font-weight: bold;
    line-height: 40px;
    float: left;
}

.company .company_t h3 span{
    font-size: 50px;
    color: #d2ab66;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    float: left;
    line-height: 40px;

}

.company .company_t h3 i{
    display: block;
    width: 65px;
    height: 4px;
    background: #d2ab66;
    float: left;
    margin: 16px 25px 0 43px;

}

.company .nr{
    margin-top: 40px;
    font-size: 16px;
    color: #666666;
    line-height: 42px;
    height: 126px;
    overflow: hidden;
}

.company .company_list{
    margin: 40px auto 0 auto;

} 

.company .company_list ul li{
    float: left;
    width: 300px;
    margin: 0 10px;
}

.company .company_list ul li .pic{
    width: 300px;
    height: 220px;
    background: #eeeeee;
}

.company .company_list ul li .pic img{
    width: 280px;
    height: 200px;
    margin: 10px;
}

.company .company_list ul li .txt{
    height: 45px;
    line-height: 45px;
    text-align: center;
} 

.company .company_list ul li .txt a{
    font-size: 14px;
    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;
}

.company .company_list ul li:hover .txt a{
    color: #d2ab66;

}


/*product*/

.product{
    width: 1280px;
    margin: 70px auto 0 auto;
}

.product .title{
background: url(../images/pro_t.png) no-repeat top center;
}


.product .pro_box{
    width: 1280px;
    margin: 20px auto 0 auto;
}

.product .pro_box .pro_l{
    float: left;
    width: 197px;
}

.product .pro_box .pro_l ul li{
    width: 197px;
    height: 54px;
    position: relative;
    z-index: 5;
    margin-bottom: 15px;
    padding-top: 10px;
}

.product .pro_box .pro_l ul li a{
    width: 140px;
    padding-left: 35px;
    font-size: 16px;
    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;
    background: url(../images/more3.png) no-repeat  left  8px;
}

.product .pro_box .pro_l ul li a i{
    display: block;
    font-size: 12px;
    color: #999999;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}


.product .pro_box .pro_l ul li::after{
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    content: "";
    width: 0;
    height: 64px;
    background: url(../images/pro_list.png) no-repeat  left  center;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.product .pro_box .pro_l ul li:hover::after{
    width: 100%;
}

.product .pro_box .pro_l ul li.on::after{
    width: 100%;
}

.product .pro_box .pro_l ul li.on a{
    color: #fff;
    background: url(../images/more2.png) no-repeat  right  8px;
}

.product .pro_box .pro_l ul li.on a i{
    color: #bad0e9;
}


.product .pro_box .pro_r{
    margin-top: 15px;
    width: 1040px;
    float: right;
} 

.product .pro_box .pro_r .pro_show{
    height: 400px;

}

.product .pro_box .pro_r .pro_show .pic{
    float: left;
    width: 526px;
    height: 400px;
    background: #eeeeee;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.product .pro_box .pro_r .pro_show .pic img{
    width: 510px;
    height: 384px;
    margin: 8px;
}

.product .pro_box .pro_r .pro_show:hover .pic{
    background: #d2ab66;
}

.product .pro_box .pro_r .pro_show .txt{
    float: right;
    width: 435px;

}

.product .pro_box .pro_r .pro_show .txt h5 a{
    font-size: 24px;
    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: 40px 0 30px 0;

}

.product .pro_box .pro_r .pro_show .txt i{
    display: block;
    width: 46px;
    height: 3px;
    background: #d2ab66;
}

.product .pro_box .pro_r .pro_show .txt p{
    font-size: 16px;
    color: #333;
    line-height: 40px;
    height: 120px;
    overflow: hidden;
    margin-top: 20px;
}

.product .pro_box .pro_r .pro_show .txt .more{
    display: block;
    width: 120px;
    height: 42px;
    line-height: 42px;
    background: #107ac6 url(../images/more2.png) no-repeat  105px  center;
    border-radius: 45px;
    font-size: 16px;
    color: #fff;
    padding-left: 25px;
    margin-top: 50px;

}

.product .pro_box .pro_r .list{
    margin-top: 43px;
    width: 1070px;

}

.product .pro_box .pro_r .list ul li{
    float: left;
    height: 240px;
    margin-right: 25px;
}

.product .pro_box .pro_r .list ul li .pic{
    float: left;
    width: 280px;
    height: 240px;
    background: #eeeeee;

}

.product .pro_box .pro_r .list ul li .pic img{
    width: 268px;
    height: 228px;
    margin: 6px;
}

.product .pro_box .pro_r .list ul li .txt{
    float: left;
    width: 51px;
    height: 236px;
    border-bottom: 4px solid #dddddd;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
} 

.product .pro_box .pro_r .list ul li .txt span{
    display: block;
    text-align: center;
    font-size: 30px;
    color: #333;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 30px;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.product .pro_box .pro_r .list ul li .txt a{
    line-height: 51px;
    font-size: 16px;
    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;
    writing-mode:tb-rl;
    height: 150px;
    margin-top: 50px;
}

.product .pro_box .pro_r .list ul li:hover .txt{
    border-bottom: 4px solid #d2ab66;

}

.product .pro_box .pro_r .list ul li:hover .txt span{
    color: #d2ab66;
}

/*ys*/


.ys_bg{
    width: 100%;
    margin: 65px auto 0 auto;
    background: url(../images/ys_bg.jpg) no-repeat  top center;
    height: 726px;
    overflow: hidden;
}

.ys_bg .ys{
    width: 1280px;
    margin: 0 auto;
    position: relative;

}

.ys_bg .ys .title{
    position: absolute;
    z-index: 5;
    left: 0;
    top: 55px;
    background: url(../images/news_t.png) no-repeat 330px top;
}

.ys_bg .ys .ys_box{
    width: 1280px;
    margin: 0 auto;
    padding-top: 95px;
    position: relative;
} 

.ys_bg .ys .ys_box .hd{
    float: left;
    width: 320px;
    margin-top: 135px;
}

.ys_bg .ys .ys_box .hd ul li{
    position: relative;
    height: 62px;
    margin-bottom: 40px;
}

.ys_bg .ys .ys_box .hd ul li::after{
    position: absolute;
    left: -320px;
    top: 31px;
    width: 0px;
    height: 1px;
    background: #d2ab66;
    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_box .hd ul li.on::after{
    width: 320px;

}

.ys_bg .ys .ys_box .hd ul li .te_list{
    float: left;
    display: block;
    overflow: hidden;
    transition-duration: 0.7s;
    margin: 0px auto 10px auto;
    width: 54px;
    height: 62px;
}

.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: 54px;
    height: 62px;
    text-align: center;
    line-height: 62px;
    margin: 0px auto;
  }

  .ys_bg .ys .ys_box .hd ul li .te_list .te_img i img{
    vertical-align: middle;
    display: inline-block;
    width: 54px;
    height: 62px;
  }

  .ys_bg .ys .ys_box .hd ul li .te_list .te_img i:before{
    /* 辅助ie8图片居中 */
    content: '';
    height: 62px;
    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_list{
    background: url(../images/ys_list.png) no-repeat center;
  }

  .ys_bg .ys .ys_box .hd ul li.on .te_img {
    top:-62px;
  }

.ys_bg .ys .ys_box .hd ul li h5{
    float: left;
    line-height: 62px;
    margin-left: 20px;
    font-size: 16px;
    color: #333;
    -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  h5 span{
    font-size: 12px;
    color: #999999;
    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;
    margin-left: 3px;
}

.ys_bg .ys .ys_box .hd ul li.on h5{
    color: #d2ab66;

}

.ys_bg .ys .ys_box .hd ul li.on h5 span{
    color: #d2ab66;
}


.ys_bg .ys .ys_box .bd{
    float: right;
    width: 918px;
}

.ys_bg .ys .ys_box .bd ul li{
    float: left;
    width: 918px;
    position: relative;
}

.ys_bg .ys .ys_box .bd ul li .ys_img{
    width: 918px;
    height: 527px;
    margin-top: 100px;
}

.ys_bg .ys .ys_box .bd ul li .ys_img img{
    width: 918px;
    height: 527px;
}

.ys_bg .ys .ys_box .bd ul li .txt{
    position: absolute;
    right: 0;
    top: 0;
    width: 400px;
    height: 360px;
    background: url(../images/ys_nr.png) no-repeat center;
    padding: 0 40px;

} 

.ys_bg .ys .ys_box .bd ul li .txt h5{
    text-align: center;
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    margin: 50px auto 15px auto;

}

.ys_bg .ys .ys_box .bd ul li .txt h5 i{
    font-size: 14px;
    color: #fff;
    font-weight: normal;
}

.ys_bg .ys .ys_box .bd ul li .txt p{
    font-size: 14px;
    color: #fff;
    line-height: 36px;
}

.ys_bg .zx{
    position: absolute;
    right: 0;
    top: 10px;
}


.ys_bg .zx .tel{
    float: left;
    text-transform: uppercase;
    font-size: 24px;
    color: #333;
    font-weight: bold;
    line-height: 52px;
    margin-right: 35px;
}

.ys_bg .zx .zixun{
    float: right;
    width: 52px;
    height: 52px;
} 


@keyframes msClock {
    0%,70%,100% {
      transform: rotate(0) scale(1);
    }
    10%,30% {
      transform: rotate(-15deg) scale(1.1);
    }
    20%,40% {
    transform: rotate(15deg) scale(1.1);
    }
}

.ys_bg .zx .qq_img{
    width: 52px;
    height: 52px;
    margin: 0 auto;
    animation: msClock 1.2s linear infinite;
    animation: msClock 1.2s linear infinite;
}


/*case*/

.case{
    width: 1280px;
    margin: 65px auto 0 auto;
}

.case .case_box{
    width: 1280px;
    margin: 30px auto 0 auto;
}

.case .case_box .case_l{
    float: left;
    width: 600px;
    position: relative;
    margin-left: -20px;
}

.case .case_box .case_l .bd{
    width: 600px;
}

.case .case_box .case_l .bd ul li{
    float: left;
    width: 600px;
    height: 497px;
    background: #fff;
    -webkit-box-shadow: 0 0 8px 6px rgba(0, 0, 0, .05);
    box-shadow: 0 0 8px 6px rgba(0, 0, 0, .05);
    margin: 15px 10px 20px 20px;
}

.case .case_box .case_l .bd ul li .pic{
    width: 590px;
    height: 430px;
    margin: 5px 5px 0 5px;
}

.case .case_box .case_l .bd ul li .pic img{
    width: 590px;
    height: 430px;
}

.case .case_box .case_l .bd ul li .txt{
    height: 60px;
    line-height: 60px;
    
}

.case .case_box .case_l .bd ul li .txt h5 a{
    float: left;
    margin-left: 50px;
    width: 420px;
    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;
}

.case .case_box .case_l .bd ul li .txt h5 a i{
    display: block;
    width: 30px;
    height: 1px;
    background: #999;
    margin: 30px 20px 0 0;
    float: left;

}

.case .case_box .case_l .bd ul li .txt .more{
    display: block;
    font-size: 30px;
    color: #333;
    float: right;
    margin-right: 45px;
}

.case .case_box .case_l .hd{
    width: 270px;
    margin: 20px auto 0 auto;

}

.case .case_box .case_l .hd ul{
    text-align: center;
}

.case .case_box .case_l .hd ul li{
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #333;
    border-radius: 50%;
    margin: 0 17px;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;

}

.case .case_box .case_l .hd ul li.on{
    background: #d2ab66;
}

.case .case_box .case_l .next{
    cursor: pointer;
    position: absolute;
    left: 90px;
    top: 540px;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: #dddddd url(../images/left.png) no-repeat center;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.case .case_box .case_l .prev{
    cursor: pointer;
    position: absolute;
    left: 470px;
    top: 540px;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: #dddddd url(../images/right.png) no-repeat center;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}


.case .case_box .case_l .next:hover{
    background: #d2ab66 url(../images/left.png) no-repeat center;
}

.case .case_box .case_l .prev:hover{
    background: #d2ab66 url(../images/right.png) no-repeat center;
}

.case .case_box .case_r{
    float: right;
    width: 660px;
    margin-top: 15px;
}

.case .case_box .case_r ul li{
    float: left;
    position: relative;
    z-index: 5;
    width: 300px;
    height: 265px;
    background: #fff;
    -webkit-box-shadow: 0 0 8px 6px rgba(0, 0, 0, .05);
    box-shadow: 0 0 8px 6px rgba(0, 0, 0, .05);
    margin: 0 0px 35px 30px;
}


.case .case_box .case_r ul li .pic{
    width: 290px;
    height: 210px;
    margin: 5px 5px 0 5px;

}

.case .case_box .case_r ul li .pic img{
    width: 290px;
    height: 210px;
}

.case .case_box .case_r ul li .txt{
    height: 50px;
    line-height: 50px;

}

.case .case_box .case_r ul li .txt a{
    font-size: 16px;
    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;
    text-align: center;
}

.case .case_box .case_r ul li .txt a i{
    display: inline-block;
    width: 30px;
    height: 1px;
    background: #999;
    margin: 0px 10px 0 0;
    position: relative;
    top: -5px;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.case .case_box .case_r ul li::after{
    position: absolute;
    z-index: -1;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: #107ac6;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.case .case_box .case_r ul li:hover::after{
    height: 100%;
}

.case .case_box .case_r ul li:hover .txt a{
    color: #fff;

}

.case .case_box .case_r ul li:hover .txt a i{
    background: #fff;
}



/*news*/

.news_bg{
    width: 100%;
    margin: 35px auto 0 auto;
    height: 915px;
    background: #fbfbfb;
    height: 915px;
}


.news_bg .news{
    width: 1280px;
    margin: 0 auto;
    padding-top: 45px;
}

.news_bg .news .news_t{
    overflow: hidden;

}

.news_bg .news .news_t .title{
    float: left;
    background: url(../images/news_t.png) no-repeat 165px top ;
}

.news_bg .news .news_t .news_list{
    float: right;
} 

.news_bg .news .news_t .news_list ul li{
    float: left;
    margin-left: 95px;
    height: 68px;
    line-height: 68px;
    border-bottom: 2px solid #fbfbfb;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.news_bg .news .news_t .news_list ul li a{
    display: block;
    font-size: 18px;
    color: #333;
    padding-left: 35px;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.news_bg .news .news_t .news_list ul li.n1 a{
    background: url(../images/news1.png) no-repeat left center ;
}

.news_bg .news .news_t .news_list ul li.n2 a{
    background: url(../images/news2.png) no-repeat left center ;
}

.news_bg .news .news_t .news_list ul li.n3 a{
    background: url(../images/news3.png) no-repeat left center ;
}

.news_bg .news .news_t .news_list ul li{

    border-bottom: 2px solid #d2ab66;
}


.news_bg .news .news_t .news_list ul li.casehover a{
    color: #d2ab66;
    
}

.news_bg .news .news_t .news_list ul li.n1.casehover a{
    background: url(../images/news11.png) no-repeat left center ;
}

.news_bg .news .news_t .news_list ul li.n2.casehover a{
    background: url(../images/news22.png) no-repeat left center ;
}

.news_bg .news .news_t .news_list ul li.n3.casehover a{
    background: url(../images/news33.png) no-repeat left center ;
}

.news_bg .news .news_box{
    margin: 45px auto 0 auto;
}

.news_bg .news .news_box .news_top{
    width: 1360px;
    height: 435px;

}


.news_bg .news .news_box .news_top ul li{
    float: left;
    width: 400px;
    height: 435px;
    margin-right: 40px;
    overflow: hidden;
}

.news_bg .news .news_box .news_top ul li .news_img{
    width: 400px;
    height: 255px;
    background: #eeeeee;
    -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 .news_img img{
    width: 390px;
    height: 245px;
    margin: 5px;
    -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{
    margin: 35px auto 0 auto;
}

.news_bg .news .news_box .news_top ul li .txt h5 a{
    font-size: 16px;
    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;
    text-align: center;
}

.news_bg .news .news_box .news_top ul li .txt i{
    display: block;
    width: 40px;
    height: 2px;
    background: #dedede;
    margin: 23px auto 20px auto;
    -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 p{
    font-size: 14px;
    color: #999999;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    text-align: center;

}

.news_bg .news .news_box .news_top ul li .txt .more{
    display: block;
    width: 385px;
    height: 45px;
    line-height: 45px;
    margin: 37px auto 0 auto;
    font-size: 16px;
    color: #fff;
    text-transform: capitalize;
    background:  #d2ab66 url(../images/buttom2.png) no-repeat  245px  center;
    text-align: center;
    padding-right: 15px;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    opacity: 0;
}



.news_bg .news .news_box .news_top ul li:hover .news_img{
    width: 400px;
    height: 200px;
}

.news_bg .news .news_box .news_top ul li:hover .news_img img{
    width: 390px;
    height: 190px;
}

.news_bg .news .news_box .news_top ul li:hover .txt i{
    background: #d2ab66;

}

.news_bg .news .news_box .news_top ul li:hover .txt .more{
    opacity: 1;
}

.news_bg .news .news_box .list{
    margin: 55px auto 0 auto;
    width: 1320px;
    position: relative;
} 

.news_bg .news .news_box .list::after{
    position: absolute;
    left: 0;
    top: 50px;
    width: 1280px;
    height: 1px;
    background: #dedede;
    content: "";
}

.news_bg .news .news_box .list ul li{
    float: left;
    width: 285px;
    margin-right: 40px;
    position: relative;
height: 225px;
    overflow: hidden;
}

.news_bg .news .news_box .list ul li .time{
    font-size: 24px;
    color: #999;
    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 .list ul li .txt{
    height: 95px;
    overflow: hidden;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    margin-top: 65px;
}

.news_bg .news .news_box .list ul li .txt a{
    font-size: 16px;
    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;
}

.news_bg .news .news_box .list ul li .txt p{
    font-size: 14px;
    color: #999;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    margin-top: 15px;
}

.news_bg .news .news_box .list ul li:hover .time{
    font-size: 16px;
    transform: translateY(165px);
    -webkit-transform:  translateY(165px);
    -o-transform:  translateY(165px);
}

.news_bg .news .news_box .list ul li:hover .txt{
    transform: translateY(-82px);
    -webkit-transform: translateY(-82px);
    -o-transform: translateY(-82px);
    height: 165px;
}

.news_bg .news .news_box .list ul li:hover .txt a{
    color: #d2ab66;
}

.news_bg .news .news_box .list ul li:hover .txt p{
    margin-top: 60px;
}

.news_bg .news .news_box .list ul li::after{
    position: absolute;
    left: 10px;
    top: 40px;
    width: 20px;
    height: 20px;
    background: url(../images/buttom3.png) no-repeat    center;
    content: "";
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    z-index: 5;
}

.news_bg .news .news_box .list ul li:hover::after{
    background: url(../images/buttom4.png) no-repeat    center;
}


/*links*/

.links_bg{
    width: 1280px;
    margin: 0 auto;
    position: relative;
}

.links_bg .links{
    width: 1000px;
    border-bottom: 1px solid #cccccc;
    padding-bottom: 20px;
    position: relative;
    top: 50px;
}

.links_bg .links .links_t{
    float: left;
    width: 85px;
    font-size: 16px;
    color: #d2ab66;
    font-weight: bold;
    background: url(../images/xt2.png) no-repeat  right  center;
}

.links_bg .links .yq{
    float: right;
    width: 910px;
}

.links_bg .links .yq a{
    margin: 0 15px;
    font-size: 14px;
    color: #666;
    background: url(../images/buttom5.png) no-repeat  right  center;
    padding-right: 25px;
}