
/*-----------------------------------------------------------*/
/*copyright by 动力无限  www.btoe.cn*/
/*邮箱 btoe@btoe.cn*/
/*合作电话 400-0599-360*/
/*版权所有违者必究*/
/*-----------------------------------------------------------*/

/*banner*/
.fullSlide {
    width: 96%;
    position: relative;
    height: 780px;
    background: #FFF;
    overflow: hidden;
    margin: 0 auto;
  }
  
  .fullSlide .bd {
    height: 780px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    overflow: hidden;
  }
  
  .fullSlide .bd ul {
    width: 100% !important;
  }
  
  .fullSlide .bd li {
    width: 100% !important;
    height: 780px;
    overflow: hidden;
    text-align: center;
    position: relative;
  }
  
  .fullSlide .bd li a {
    display: block;
    height: 780px;
  }

  .fullSlide .bd li p{
      margin: 0 auto;
      text-align: center;
      font-size: 16px;
      color: #36579b;
      font-weight: bold;
      font-family: Arial, Helvetica, sans-serif;
      position: absolute;
      z-index: 5;
      bottom: 0px;
      width: 100%;
  }

  .fullSlide .bd li p::after{
      position: absolute;
      top: -22px;
      left: 50%;
      content: "";
      width: 1px;
      height: 18px;
      background: #36579b;
      
  }

  .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: 10px;
    height: 10px;
    margin: 7px;
    border: 2px solid #fff;
    overflow: hidden;
    line-height: 99px;
    border-radius: 50%;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
  }
  
  .fullSlide .hd ul .on {
    width: 10px;
    background: #0554a2;
    border: 2px solid #0554a2;
    border-radius: 50%;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
  }
  
  
  .fullSlide .next {
    width: 22px;
    height: 13px;
    position: absolute;
    bottom: 5px;
    z-index: 2;
    background: url(../images/bannerR.png) no-repeat center;
    -webkit-transition: all .5s linear;
    transition: all .5s linear;
    right: 46%;
  }
  
  .fullSlide .prev {
    width: 22px;
    height: 13px;
    position: absolute;
    bottom: 5px;
    z-index: 2;
    background: url(../images/bannerL.png) no-repeat center;
    -webkit-transition: all .5s linear;
    transition: all .5s linear;
    left: 46%;
  }


.banner_box{
    width: 100%;
    margin: 0 auto;
    position: relative;
    height: 820px;
}

.banner_box .trait{
    width: 1300px;
    margin: -20px auto 0 auto;
    position: relative;
}

.banner_box .trait .tel{
    float: right;
    padding-left: 40px;
    font-size: 20px;
    color: #333333;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    background: url(../images/tel.png) no-repeat left center;
    position: relative;
    z-index: 9;
}

.banner_box .trait .tel span{
    font-size: 20px;
    color: #333333;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}

/* 询盘*/
i {
    font-weight: normal;
    font-style: normal;
}

.topxunpan {
    position: relative;
    height: 36px;
    float: left;
    margin-left: -45px;
}


.topxunpan .xp {
    position: relative;
    line-height: 36px;
    color: #333333;
    font-size: 16px;
    cursor: pointer;
    z-index: 9;
}

.topxunpan .xp img {
    position: relative;
    top: 5px;
    margin: 0 20px 0 0px;
}

.topxunpan .xp i {
    padding: 0 0px;
    margin-left: 0px;
    margin-right: 0px;
    box-sizing: border-box;
    color: #333333;
    font-size: 16px;
}

.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: #33569c;
    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: #33569c;
}

.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: 15px auto 0 auto;
    height: 615px;
    background: url(../images/pro_bg.jpg) no-repeat bottom center;
}

.ab_bg .about{
    width: 1300px;
    margin: 0 auto;
}

.ab_bg .about .ab_l{
    float: left;
    width: 605px;
}

.ab_bg .about .ab_l .ab_t{
    height: 110px;

}

.ab_bg .about .ab_l .ab_t .title_l{
    float: left;
    background: url(../images/xt1.png) no-repeat left 30px;
    padding-left: 90px;
    margin-left: -90px;
}

.ab_bg .about .ab_l .ab_t .title_l span{
    display: block;
    width: 14px;
    height: 2px;
    background: #36579b;
}

.ab_bg .about .ab_l .ab_t .title_l h3{
    font-size: 18px;
    color: #36579b;
    font-weight: bold;
    margin-top: 5px;

}

.ab_bg .about .ab_l .ab_t .title_l i{
    display: block;
    font-size: 12px;
    color: #999999;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    margin-top: 2px;
}

.ab_bg .about .ab_l .ab_t .title_r{
    float: right;
    font-size: 14px;
    color: #666666;
    line-height: 30px;
    text-align: right;
    margin-top: 25px;

} 

.ab_bg .about .ab_l .txt{

} 

.ab_bg .about .ab_l .txt span{
    display: block;
    font-size: 221px;
    color: #fafbfc;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 190px;
    margin-left: -120px;
}

.ab_bg .about .ab_l .txt h5{
    height: 104px;
    font-size: 24px;
    color: #333;
    background: url(../images/ab_t.png) no-repeat left top;
    padding: 40px 0 0 208px;
    margin: -145px 0 0 0;
    position: relative;
    z-index: 5;
}

.ab_bg .about .ab_l .txt i{
    display: block;
    background: url(../images/buttom1.png) no-repeat center;
    width: 26px;
    height: 8px;
    margin: 10px 0 0 120px;
}

.ab_bg .about .ab_l .txt p{
    font-size: 16px;
    color: #666666;
    line-height: 36px;
    height: 180px;
    overflow: hidden;
    margin-top: 15px;

}

.ab_bg .about .ab_l .txt .more{
    display: block;
    width: 172px;
    height: 50px;
    line-height: 50px;
    background: #21356b;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    margin-top: 35px;
}

.ab_bg .about .ab_img{
    float: right;
    width: 582px;
    height: 613px;
    position: relative;
}

.ab_bg .about .ab_img img{
    width: 582px;
    height: 613px;
    border-bottom-right-radius: 115px;
}

.shiny {
    background: #007eaf;
    background: linear-gradient(-45deg, #a9a9a9 50%, #242424 60%, #000 70%);
    background-size: 600% 100%;
    -webkit-animation: shine 20s infinite;
    animation: shine 20s infinite;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.1;
    border-bottom-right-radius: 115px;
  }
  
  
  @-webkit-keyframes shine {
  0% {
    background-position-x: 400%;
  }
  50% {
    background-position-x: 0%;
  }
  100% {
    background-position-x: -400%;
  }
  }
  
  @keyframes shine {
  0% {
    background-position-x: 400%;
  }
  50% {
    background-position-x: 0%;
  }
  100% {
    background-position-x: -400%;
  }
  }
  

/*product*/

.pro_bg{
    width: 100%;
    margin: 50px auto 0 auto;
    height: auto;
    background: url(../images/pro_bg1.jpg) no-repeat top center;
}

.pro_bg .product{
    width: 1300px;
    margin: 0 auto;
}

.pro_bg .pro_t{
    width: 1300px;
    margin: 0 auto;
    height: 280px;
} 

.pro_bg .pro_t h3{
    float: left;
    margin-top: 110px;
}

.pro_bg .pro_t h3 i{
    display: block;
    font-size: 80px;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    opacity: 0.05;
    line-height: 80px;
}

.pro_bg .pro_t h3 span{
    display: block;
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    background: url(../images/xt2.jpg) no-repeat 108px 25px;
    margin-top: -55px;
}

.pro_bg .pro_t .more{
    float: right;
    width: 51px;
    height: 51px;
    background: #ccab5c;
    border-radius: 50%;
    line-height: 48px;
    text-align: center;
    font-size: 36px;
    color: #33569c;
    margin-top: 122px;
}

.pro_bg .pro_list{
    margin: 0 auto;
    overflow: hidden;

}  

.pro_bg .pro_list dl{
    float: left;
    width: 620px;
    margin-right: 60px;
}

.pro_bg .pro_list dl:last-child{
    margin-right: 0;
}

.pro_bg .pro_list dl dt{
    float: left;
    line-height: 74px;
    font-size: 18px;
    color: #333;
    font-weight: bold;
    width: 190px;
    margin-top: 18px;
}

.pro_bg .pro_list dl dt img{
    vertical-align: middle;
    margin-right: 20px;
}

.pro_bg .pro_list dl .nr{
    float: left;
    width: 430px;
}

.pro_bg .pro_list dl .nr dd{
    display: inline-block;
    width: 190px;
    line-height: 36px;
    margin: 0 8px;
    background: url(../images/buttom2.png) no-repeat right center;
}

.pro_bg .pro_list dl .nr dd:nth-child(2n){
    background: none;
}

.pro_bg .pro_list dl .nr dd a{
    font-size: 14px;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    text-align: center;
}

.pro_bg .pro_list dl .nr dd a:hover{
    color: #33569c;
}

.pro_bg .pro_box{
    margin: 30px auto 0 auto;
    width: 1360px;
}  

.pro_bg .pro_box ul li{
    float: left;
    width: 380px;
    position: relative;
    margin: 0 73px 37px 0;
}

.pro_bg .pro_box ul li .pic{
    width: 340px;
    height: 210px;
    padding: 5px;
    background: #f8f8f8;
    border-radius: 5px;
    margin-left: 30px;
    -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:hover .pic{
    background: #33569c;
}

.pro_bg .pro_box ul li .pic a{
    width: 340px;
    height: 210px;
    overflow: hidden;
    display: block;
    -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 .pic img{
    width: 340px;
    height: 210px;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    overflow: hidden;
}

.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 .txt{
    height: 45px;
    line-height: 45px;
    border-bottom: 1px solid #e6e6e6;
    width: 345px;
    margin-left: 35px;
} 

.pro_bg .pro_box ul li .txt h5 a{
    float: left;
    width: 250px;
    font-size: 16px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    padding-left: 20px;
    background: url(../images/buttom3.png) no-repeat  5px center ;
}

.pro_bg .pro_box ul li .txt .more{
    float: right;
    font-size: 12px;
    color: #666666;
}

.pro_bg .pro_box ul li .num{
    position: absolute;
    left: 0;
    top: 8px;
    width: 60px;
    height: 34px;
    line-height: 34px;
    border-bottom: 1px solid #333;
    font-size: 14px;
    color: #333;
    font-family: Arial, Helvetica, sans-serif;
} 
 
/*case*/

.case_bg{
    width: 100%;
    margin: 25px auto 0 auto;
    height: 660px;
    background: url(../images/case_bg.jpg) no-repeat  center;
}

.case_bg .case{
    width: 1300px;
    margin: 0 auto;
    position: relative;
    padding-top: 105px;
}

.case_bg .case .title{
    position: absolute;
    left: 0;
    top: 105px;
    z-index: 5;
}

.case_bg .case .title h3 i {
    display: block;
    font-size: 80px;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    opacity: 0.05;
    line-height: 80px;
}

.case_bg .case .title  h3 span {
    display: block;
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    background: url(../images/xt2.jpg) no-repeat 108px 25px;
    margin-top: -55px;
}

.case_bg .case .case_t{
    position: absolute;
    right: 0;
    top: 135px;
    z-index: 5;
    text-align: right;
    background: url(../images/case_t.png) no-repeat right top;
    width: 465px;
}

.case_bg .case .case_t h5{
    font-size: 14px;
    color: #fff;
    padding-top: 83px;
}

.case_bg .case  .case_box{
    margin: 30px auto 0 auto;
    position: relative;
}

.case_bg .case  .case_box .case1{
    float: left;
    width: 890px;
}

.case_bg .case  .case_box .case1 .bd{
    width: 890px;
}

.case_bg .case  .case_box .case1 .bd ul li{
    width: 890px;
    float: left;
}

.case_bg .case  .case_box .case1 .bd ul li .txt{
    float: left;
    width: 350px;
    margin-top: 140px;
}

.case_bg .case  .case_box .case1 .bd ul li .txt h5 a{
    font-size: 18px;
    color: #ffffff;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    background: url(../images/case_ico.png) no-repeat  top left ;
    padding-top: 40px;
    margin-bottom: 30px;
}

.case_bg .case  .case_box .case1 .bd ul li .txt p{
    font-size: 14px;
    color: #b5c2dd;
    line-height: 30px;
    height: 90px;
    overflow: hidden;
    padding-left: 32px;
    position: relative;
}

.case_bg .case  .case_box .case1 .bd ul li .txt p::after{
    position: absolute;
    top: 0;
    left: 9px;
    width: 1px;
    height: 89px;
    background: #6d83ae;
    content: "";
}

.case_bg .case  .case_box .case1 .bd ul li .pic{
    float: right;
    width: 477px;
    height: 468px;
    background: #e3e7f0;

}

.case_bg .case  .case_box .case1 .bd ul li .pic img{
    width: 467px;
    height: 458px;
    margin: 5px;
}

.case_bg .case  .case_box .case2{
    float: right;
    width: 333px;
    height: 327px;
    margin-top: 142px;
}

.case_bg .case  .case_box .case2 .bd{
    width: 333px;
    height: 327px;
    overflow: hidden;
}

.case_bg .case  .case_box .case2 .bd ul li{
    float: left;
    width: 333px;
    height: 327px;
}

.case_bg .case  .case_box .case2 .bd ul li .pic{
    width: 333px;
    height: 327px;
    background: #e3e7f0;
}

.case_bg .case  .case_box .case2 .bd ul li .pic img{
    width: 323px;
    height: 317px;
    margin: 5px;
}

.case_bg .case  .case_box .next{
    position: absolute;
    left: 35px;
    top: 370px;
    background: url(../images/case_left.png) no-repeat center;
    width: 90px;
    height: 37px;
    line-height: 37px;
    cursor: pointer;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    padding-left: 38px;
}




/*ys*/

.ys_bg{
    width: 100%;
    margin: 65px auto 0 auto;
    height: 600px;
    background: url(../images/ys_bg.jpg) no-repeat bottom center;
}

.ys_bg .ys{
    width: 1300px;
    margin: 0 auto;
    position: relative;
}

.ys_bg .ys .ys_t{
    position: absolute;
    top: 64px;
    left: 707px;
    z-index: 5;
}

.ys_bg .ys .ys_t span{
    display: block;
    width: 50px;
    height: 4px;
    background: #33569c;

}

.ys_bg .ys .ys_t h3{
    font-size: 50px;
    color: #333;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 50px;
    margin-top: 25px;
}

.ys_bg .ys .ys_t i{
    font-size: 50px;
    color: #33569c;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    font-weight: bold;
}

.ys_bg .ys .ys_t p{
    font-size: 24px;
    color: #333;
    margin-top: 8px;
}

.ys_bg .ys .qq img{
    position: absolute;
    top: 212px;
    right: 0px;
    z-index: 5;
} 

@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);
    }
}

.qq_img{
    width: 63px;
    height: 63px;
    animation: msClock 1.2s linear infinite;
    animation: msClock 1.2s linear infinite;
}

.ys_bg .ys .ys_box{
    width: 1300px;
    margin: 0 auto;
    position: relative;
}

.ys_bg .ys .ys_box .bd{
    width: 1265px;
    margin-left: 35px;
}

.ys_bg .ys .ys_box .bd ul li{
    float: left;
    width: 1265px;
}

.ys_bg .ys .ys_box .bd ul li .ys_img{
    width: 545px;
    height: 600px;
    float: left;
}

.ys_bg .ys .ys_box .bd ul li .ys_img img{
    width: 545px;
    height: 600px;
    border-bottom-left-radius: 115px;
}

.ys_bg .ys .ys_box .bd ul li .txt{
    float: right;
    width: 580px;
    margin-top: 292px;
}

.ys_bg .ys .ys_box .bd ul li .txt h5{
    padding-left: 15px;
    font-size: 20px;
    color: #333;
    font-weight: bold;
    background: url(../images/buttom8.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;
}

.ys_bg .ys .ys_box .bd ul li:hover .txt h5{
    color: #33569c;

}

.ys_bg .ys .ys_box .bd ul li .txt p{
    font-size: 14px;
    color: #666;
    line-height: 30px;
    margin: 15px 0 0 15px;
    height: 120px;

}

.ys_bg .ys .ys_box .bd ul li .txt span{
    display: block;
    font-size: 30px;
    color: #666666;
    font-family: 'Times New Roman', Times, serif;
    margin: 15px 0 0 15px;
}

.ys_bg .ys .ys_box .hd{
    position: absolute;
    top: 58px;
    left: -10px;
}

.ys_bg .ys .ys_box .hd ul li{
    margin-bottom: 20px;
    width: 22px;
    height: 22px;
    background: url(../images/buttom7.png) no-repeat center;
}

.ys_bg .ys .ys_box .hd ul li.on{
    background: url(../images/buttom6.png) no-repeat center;
}

.ys_bg .ys .ys_box .num{
    position: absolute;
    left: 1025px;
    top: 473px;
    font-size: 30px;
    color: #666666;
    font-family: 'Times New Roman', Times, serif;
}

.ys_bg .ys .ys_box .num::after{
    position: absolute;
    content: "";
    width: 193px;
    height: 1px;
    background: #707070;
    left: -230px;
    top: 22px;
}

.ys_bg .ys .ys_box .next{
    width: 57px;
    height: 14px;
    position: absolute;
    left: 865px;
    top: 465px;
    background: url(../images/left.png) no-repeat  center;
    cursor: pointer;
}

.ys_bg .ys .ys_box .ys_nr{
    position: absolute;
    left: 580px;
    top: 0px;
}

.ys_bg .ys .ys_box .ys_nr h5{
    width: 58px;
    height: 367px;
    background: #f1f3f5;
    line-height: 58px;
    text-align: center;
    font-size: 14px;
    color: #333;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    writing-mode:tb-rl;
}

.ys_bg .ys .ys_box .ys_nr i{
    display: block;
    margin-top: 41px;
    margin-left: 29px;
    width: 1px;
    height: 84px;
    background: #000000;
}


/*news*/

.news_bg{
    width: 100%;
    margin: 70px auto 0 auto;
    height: 995px;
    background: url(../images/news_bg.jpg) no-repeat top center;
}

.news_bg .news{
    width: 1300px;
    margin: 0 auto;
}

.news_bg .news .news_t{
    width: 1300px;
    margin: 0 auto;
    height: 280px;
} 

.news_bg .news .news_t h3{
    float: left;
    margin-top: 100px;
}

.news_bg .news .news_t h3 i{
    display: block;
    font-size: 80px;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    opacity: 0.05;
    line-height: 80px;
}

.news_bg .news .news_t h3 span a{
    display: block;
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    background: url(../images/xt2.jpg) no-repeat 108px 25px;
    margin-top: -55px;
    z-index: 5;
    position: relative;
}

.news_bg .news .news_t .news_list{
    float: right;
    margin-top: 110px;
}

.news_bg .news .news_t .news_list ul li{
    float: left;width: 156px;
    height: 48px;
    line-height: 48px;
    margin-left: 30px;
    border-radius: 25px;
    -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;
    padding-left: 63px;
    font-size: 16px;
    color: #fff;
}

.news_bg .news .news_t .news_list ul li.news1 a{
    background: url(../images/news1.png) no-repeat 26px center;
}

.news_bg .news .news_t .news_list ul li.news2 a{
    background: url(../images/news2.png) no-repeat 26px center;
}

.news_bg .news .news_t .news_list ul li.news3 a{
    background: url(../images/news3.png) no-repeat 26px center;
}

.news_bg .news .news_t .news_list ul li.casehover{
    background: #fff;
}

.news_bg .news .news_t .news_list ul li.casehover a{
    color: #1a3759;
}

.news_bg .news .news_t .news_list ul li.news1.casehover a{
    background: url(../images/news11.png) no-repeat 26px center;
}

.news_bg .news .news_t .news_list ul li.news2.casehover a{
    background: url(../images/news22.png) no-repeat 26px center;
}

.news_bg .news .news_t .news_list ul li.news3.casehover a{
    background: url(../images/news33.png) no-repeat 26px center;
}


.news_bg .news .news_box{
    margin: 30px auto 0 auto;
    overflow: hidden;
    width: 1360px;

}  

.news_bg .news .news_box ul li{
    float: left;
    position: relative;
    width: 380px;
    margin: 0 73px 30px 0;
}

.news_bg .news .news_box ul li .pic{
    width: 380px;
    height: 220px;
    background: #f1f3f5;

}

.news_bg .news .news_box ul li .pic img{
    width: 370px;
    height: 210px;
    margin: 5px;
}

.news_bg .news .news_box ul li .txt{
    width: 370px;
    margin: 0 auto;
    height: 70px;
} 

.news_bg .news .news_box ul li .txt .nr{
    float: left;
    width: 295px;
}

.news_bg .news .news_box ul li .txt .nr span{
    display: block;
    height: 30px;
    line-height: 30px;
    border-bottom: 1px solid #d7deeb;
    font-size: 14px;
    color: #666;
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 4px;
}

.news_bg .news .news_box ul li .txt .nr a{
    font-size: 16px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    margin-top: 7px;
}

.news_bg .news .news_box ul li .txt .time{
    position: relative;
    font-size: 24px;
    color: #333333;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    float: right;
    margin-right: 10px;
    padding-top: 15px;
    -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 ul li .txt .time::after{
    position: absolute;
    content: "";
    left: 15px;
    top: -28px;
    width: 1px;
    height: 40px;
    background: #333333;
}

.news_bg .news .news_box ul li:hover .txt .time{
    color: #33569c;

}

.news_bg .news .news_box ul li:hover .txt .nr a{
    color: #33569c;
    transform: translateX(5px);
    -webkit-transform: translateX(5px);
    -o-transform: translateX(5px);
}

.news_bg .news .news_box ul li:nth-child(1) .pic{
    border-top-left-radius: 40px;
}

.news_bg .news .news_box ul li:nth-child(1) .pic img{
    border-top-left-radius: 40px;
}

.news_bg .news .news_box ul li:nth-child(3) .pic{
    border-top-right-radius: 40px;
}

.news_bg .news .news_box ul li:nth-child(3) .pic img{
    border-top-right-radius: 40px;
}

.news_bg .news .news_box ul li:nth-child(4) .pic{
    border-bottom-left-radius: 40px;
}

.news_bg .news .news_box ul li:nth-child(4) .pic img{
    border-bottom-left-radius: 40px;
}

.news_bg .news .news_box ul li:nth-child(6) .pic{
    border-bottom-right-radius: 40px;
}

.news_bg .news .news_box ul li:nth-child(6) .pic img{
    border-bottom-right-radius: 40px;
}


/*links*/

.links_bg{
    width: 100%;
    margin: 0px auto 0 auto;
    height: 300px;
    background: #f1f3f5;
}

.links_bg .links{
    width: 1300px;
    margin: 0 auto;
    padding-top: 30px;
}

.links_bg .links .f_cont{
    height: 156px;
}

.links_bg .links .f_cont .cont_l{
    float: left;
    width: 550px;
    margin-top: 45px;
}

.links_bg .links .f_cont .cont_l ul li{
    margin-bottom: 15px;
    font-size: 16px;
    color: #333;

}

.links_bg .links .f_cont .cont_l ul li img{
    vertical-align: middle;
    margin-right: 20px;
    
}

.links_bg .links .f_cont .cont_l ul li span{
    font-size: 20px;
    color: #333;
    font-family: Arial, Helvetica, sans-serif;
    margin-right: 10px;
}

.links_bg .links .f_cont .honor{
    width: 237px;
    height: 156px;
    float: left;
    margin-left: 5px;
} 

.links_bg .links .f_cont .honor img{
    width: 237px;
    height: 156px;
}

.links_bg .links .f_cont .cont_r{
    float: right;
    margin-top: 47px;
    text-align: right;
}

.links_bg .links .f_cont .cont_r i{
    display: block;
    width: 58px;
    height: 2px;
    background: #33569c;
    margin-left: 270px;

}

.links_bg .links .f_cont .cont_r span{
    display: block;
    font-size: 16px;
    color: #666666;
    margin: 10px 0 8px 0;
}

.links_bg .links .f_cont .cont_r p{
    font-size: 22px;
    color: #333;

}

.links_bg .links .links_nr{
    margin: 30px auto 0 auto;
    line-height: 30px;
}

.links_bg .links .links_nr h3{
    float: left;
}

.links_bg .links .links_nr h3{
    font-size: 16px;
    color: #333;
    font-weight: bold;
}

.links_bg .links .links_nr .yq{
    float: right;
    width: 1210px;
    font-size: 14px;
    color: #666;
}

.links_bg .links .links_nr .yq a{
    font-size: 14px;
    color: #666;
    margin: 0 10px;
}