﻿
/*-----------------------------------------------------------*/
/*copyright by 动力无限  www.btoe.cn*/
/*邮箱 btoe@btoe.cn*/
/*合作电话 400-0599-360*/
/*版权所有违者必究*/
/*-----------------------------------------------------------*/


/*banner*/
.fullSlide {
    width: 100%;
    position: relative;
    height: 760px;
    background: #fff;
    overflow: hidden;
  }
  
  .fullSlide .bd {
    width: 100%;
    height: 760px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    overflow: hidden;
  }

  
  .fullSlide .bd ul {
    width: 100% !important;
  }
  
  .fullSlide .bd li {
    width: 100% !important;
    height: 760px;
    overflow: hidden;
    text-align: center;
  }
  
  .fullSlide .bd li a {
    display: block;
    height: 760px;
  }
  
  .fullSlide .hd {
    position: relative;
    z-index: 2;
    width: 100%;
    bottom: 45px;

  }
  
  .fullSlide .hd ul {
      text-align: center;
   
  }
  
  .fullSlide .hd ul li {
    cursor: pointer;
    display: inline-block;
    zoom: 1;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin: 0 10px ;
    overflow: hidden;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    border: 1px solid #fff;
  }
  
  .fullSlide .hd ul .on {
    background: #fff;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
  }
  
  
  .fullSlide .next {
    width: 65px;
    height: 65px;
    position: absolute;
    top: 50%;
    z-index: 2;
    background: url(../images/bannerR.png) no-repeat center;
    -webkit-transition: all .5s linear;
    transition: all .5s linear;
    right: 4%;
  }
  
  .fullSlide .prev {
    width: 65px;
    height: 65px;
    position: absolute;
    top: 50%;
    z-index: 2;
    background: url(../images/bannerL.png) no-repeat center;
    -webkit-transition: all .5s linear;
    transition: all .5s linear;
    left: 4%;
  }




/*title*/

.title{

}

.title span{
    display: block;
    font-size: 50px;
    color: #333333;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'Times New Roman', Times, serif;
    line-height: 40px;

}

.title span i{
    font-size: 50px;
    color: #004880;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'Times New Roman', Times, serif;
}

.title h3{
    font-size: 24px;
    color: #333333;
    margin-top: 10px;
}

.title h3 a{
    font-size: 24px;
    color: #333333;
}


/*about*/

.ab_bg{
    width: 100%;
    height: 859px;
    margin: 0 auto;
    background: url(../images/ab_bg.jpg) no-repeat center;
}

.ab_bg .about{
    width: 1280px;
    margin: 0 auto;
    padding-top: 110px;
}
 
.ab_bg .about .ab_l{
    float: left;
    width: 708px;
}
 
.ab_bg .about .ab_l .txt{
    margin-top: 72px;

}
 
.ab_bg .about .ab_l .txt h5{
    font-size: 28px;
    color: #333333;
    font-weight: bold;
}

.ab_bg .about .ab_l .txt p{
    font-size: 16px;
    color: #666666;
    line-height: 42px;
    height: 168px;
    overflow: hidden;
    margin-top: 20px;
}

.ab_bg .about .ab_l .ab_list{
    margin-top: 70px;
    height: 197px;

}

.ab_bg .about .ab_l .ab_list ul li{
    text-align: center;
    float: left;
    width: 236px;
    height: 197px;
    position: relative;
    z-index: 5;

}
 
.ab_bg .about .ab_l .ab_list ul li a{
    display: block;
    font-size: 18px;
    color: #333;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.ab_bg .about .ab_l .ab_list ul li a span{
    display: block;
    margin: 45px auto 15px auto;
    width: 50px;
    height: 50px;
    background: #f5f5f5 url(../images/ab1.png) no-repeat center;
    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_l .ab_list ul li i{
    display: block;
    font-size: 12px;
    color: #c0c0c0;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.ab_bg .about .ab_l .ab_list ul li::after{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    background: #151c2f;
    content: "";
    z-index: -1;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.ab_bg .about .ab_l .ab_list ul li.on::after{
    height: 100%;
}

.ab_bg .about .ab_l .ab_list ul li.on span{
    background: #046dbf url(../images/ab11.png) no-repeat center;
}

.ab_bg .about .ab_l .ab_list ul li.on a{
    color: #fff;


}

.ab_bg .about .ab_l .ab_list ul li.on a i{
   color: #fff;
   opacity: 0.2;
}

.ab_bg .about .ab_r{
    float: right;
    width: 522px;
    height: 634px;
    position: relative;
    margin-top: 20px;
} 

.ab_bg .about .ab_r .ab_img{
    width: 522px;
    height: 634px;
} 

.ab_bg .about .ab_r .ab_img img{
    width: 522px;
    height: 634px;
} 

.ab_bg .about .ab_r .more{
    position: absolute;
    left: -60px;
    top: -52px;
    width: 112px;
    height: 112px;
    background: url(../images/more.png) no-repeat center;
}

.ab_bg .about .ab_r .more a{
    display: block;
    text-align: center;
    font-size: 18px;
    color: #333;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    margin-top: 33px;

}

.ab_bg .about .ab_r .more a i{
    display: block;
    font-size: 18px;
    color: #333;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
}
 

/*product*/


.product{
    width: 1280px;
    margin: 0 auto;
    padding-top: 65px;
    position: relative;
}

.product .pro_t{
    margin: 0 auto;
    text-align: center;
    background: url(../images/pro_t.png) no-repeat  center 15px;
    padding-bottom: 20px;
}

.product .pro_t h3{
    font-size: 42px;
    color: #333333;
    font-weight: bold;
    line-height: 48px;

}

.product .pro_t i{
    display: block;
    width: 1px;
    height: 25px;
    background: #333333;
    margin: 15px auto 0 auto;
}

.product .pro_box{
    margin: 30px auto 0 auto;
    height: 525px;
} 

.product .pro_box .pro_l{
    float: left;
    width: 330px;
}

.product .pro_box .pro_l .title{
    margin-left: -70px;
    padding-left: 70px;
    background: url(../images/buttom2.png) no-repeat left top;
    height: 174px;

}

.product .pro_box .pro_l .title span{
    font-size: 72px;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 55px;
    padding-top: 28px;
}

.product .pro_box .pro_l .title span i{
    font-size: 72px;
    font-family: Arial, Helvetica, sans-serif;
}

.product .pro_box .pro_l .txt{
    margin-top: 40px;

}

.product .pro_box .pro_l .txt h5{
    font-size: 20px;
    color: #333333;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    -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:hover .txt h5{
    color: #00477f;
    font-weight: bold;
}

.product .pro_box .pro_l .txt span{
    display: block;
    width: 30px;
    height: 3px;
    background: #004880;
    margin: 15px 0;
}

.product .pro_box .pro_l .txt p{
    font-size: 15px;
    color: #666;
    line-height: 30px;
    height: 90px;
    overflow: hidden;
}

.product .pro_box .pro_l .txt .more{
    margin-top: 45px;
    width: 112px;
    height: 112px;
    background: url(../images/more.png) no-repeat center;
    text-align: center;
}

.product .pro_box .pro_l .txt .more a{
    display: block;
    text-align: center;
    font-size: 18px;
    color: #333;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    padding-top: 33px;
}

.product .pro_box .pro_l .txt .more a i{
    display: block;
    font-size: 18px;
    color: #333;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
}

.product .pro_box .pic{
    float: left;
    margin-left: 110px;
    margin-top: 20px;
    background: url(../images/pro_list.png) no-repeat right center;
    width: 500px;
    height: 500px;
} 

.product .pro_box .pic img{
    width: 404px;
    height: 492px;
object-fit: contain;
}

.product .pro_list{
    position: absolute;
    right: 0;
    top: 220px;
    width: 177px;
    height: 500px;
    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);
}

.product .pro_list ul li{
    width: 177px;
    height: 99px;
    border-bottom: 1px solid #eeeeee;
    position: relative;
    z-index: 5;

}

.product .pro_list ul li a{
    text-align: center;
    font-size: 16px;
    color: #333333;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    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/buttom3.png) no-repeat center 20px;
    padding-top: 58px;
}

.product .pro_list ul li a i{
    font-size: 12px;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    opacity: 0;
    display: block;
    overflow: hidden;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    margin-top: 5px;
}

.product .pro_list ul li::after{
    position: absolute;
    left: -44px;
    top: 0;
    width: 0;
    height: 99px;
    content: "";
    background: #004880;
    z-index: -1;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.product .pro_list ul li.casehover::after{
    width: 241px;
}

.product .pro_list ul li.casehover {
    width: 177px;
    left: -20px;
}

.product .pro_list ul li.casehover a{
    background: url(../images/buttom4.png) no-repeat 0 37px ;
    padding-top: 0px;
    padding-left: 50px;
    text-align: left;
    padding-top: 25px;
}

.product .pro_list ul li.casehover a {
    color: #fff;
}

.product .pro_list ul li.casehover a i{
    opacity: 0.3;
}

.product .pro_show{
    margin: 50px auto 0 auto;
    width: 1360px;
height: 365px;
} 

.product .pro_show ul li{
    float: left;
    width: 402px;
    margin-right: 40px;

}

.product .pro_show ul li .pic{
    width: 400px;
    height: 300px;
    border: 1px solid #dddddd;
    -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 .pic a{
    display: block;
    width: 380px;
    height: 280px;
    overflow: hidden;
    margin: 10px;
}

.product .pro_show ul li .pic img{
    width: 380px;
    height: 280px;
    overflow: hidden;
    -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{
    height: 60px;
    line-height: 60px;
    margin: 0 auto;
    width: 380px;
    -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 h5 a{
    font-size: 18px;
    color: #333333;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    width: 220px;
    float: left;
}

.product .pro_show ul li .txt .more{
    float: right;
    display: block;
    padding-left: 60px;
    font-size: 16px;
    color: #999;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    background: url(../images/xt3.png) no-repeat left center;
}

.product .pro_show ul li:hover .pic{
    border: 1px solid #00477f;
}

.product .pro_show ul li:hover .pic img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.product .pro_show ul li:hover .txt{
    width: 400px;
}

.product .pro_show ul li:hover .txt h5 a{
    color: #00477f;
}


/*ys*/

.ys_bg{
    width: 100%;
    height: 791px;
    margin: 90px auto 0 auto;
    background: url(../images/ys_bg.jpg) no-repeat  center;
}

.ys_bg .ys{
    width: 1280px;
    margin: 0 auto;
    position: relative;
    padding-top: 140px;
}

.ys_bg .ys .ys_t{
    position: absolute;
    z-index: 5;
    left: 0;
    top: 140px;
    background: url(../images/ys_t.png) no-repeat  left bottom;
    height: 120px;
    width: 633px;

}

.ys_bg .ys .ys_t span{
    display: block;
    text-align: center;
    width: 202px;
    height: 36px;
    line-height: 36px;
    background: #fff;
    border-radius: 5px;
    font-size: 20px;
    color: #333;
}

.ys_bg .ys .ys_box{
    margin: 0 auto;
    position: relative;
    width: 1280px;
}

.ys_bg .ys .ys_box .bd{
    float: left;
    width: 590px;
    margin-top: 190px;
    background: url(../images/buttom6.png) no-repeat left top;
    margin-left: -25px;
    padding-left: 25px;
}

.ys_bg .ys .ys_box .bd ul li{
    float: left;
    width: 590px;
}

.ys_bg .ys .ys_box .bd ul li h5{
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    line-height: 46px;
}

.ys_bg .ys .ys_box .bd ul li p{
    font-size: 15px;
    color: #d5d5d5;
    line-height: 36px;
    margin-top: 15px;
}

.ys_bg .ys .ys_box .ys_img{
    float: right;
    margin-right: 95px;
    margin-top: 5px;
    width: 483px;
    height: 586px;
} 

.ys_bg .ys .ys_box .ys_img img{
    width: 483px;
    height: 586px;

}

.ys_bg .ys .ys_box .hd{
    position: absolute;
    left: 0;
    top: 440px;
    z-index: 5;
}

.ys_bg .ys .ys_box .hd .next{
    float: left;
    width: 44px;
    height: 44px;
    cursor: pointer;
    background: url(../images/left.png) no-repeat center;
}

.ys_bg .ys .ys_box .hd .prev{
    float: left;
    width: 44px;
    height: 44px;
    cursor: pointer;
    background: url(../images/right.png) no-repeat center;
    margin-left: 30px;
}

.ys_bg .ys .ys_box .zx{
    position: absolute;
    right: 0;
    top: -70px;
    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);
    }
}
.ys_bg .ys .ys_box .zx .qq_img{
    width: 85px;
    height: 85px;
    animation: msClock 1.2s linear infinite;
    animation: msClock 1.2s linear infinite;
}


/*te*/

.te_bg{
    width: 100%;
    height: 850px;
    margin: 0 auto;
    background: url(../images/te_bg.jpg) no-repeat bottom center;
}

.te_bg .te{
    width: 1280px;
    margin: 0 auto;
    padding-top: 70px;
}

.te_bg .te .te_t{
    margin: 0 auto;
    text-align: center;
    background: url(../images/te_t.png) no-repeat  center 15px;
    padding-bottom: 20px;
}

.te_bg .te .te_t h3{
    font-size: 42px;
    color: #333333;
    font-weight: bold;
    line-height: 48px;

}

.te_bg .te .te_t i{
    display: block;
    width: 1px;
    height: 25px;
    background: #333333;
    margin: 15px auto 0 auto;
}

.te_bg .te .te_t p{
    font-size: 16px;
    color: #333333;
    padding-top: 40px;
}

.te_bg .te .te_box{
    margin: 35px auto 0 auto;
    position: relative;

}

.te_bg .te .te_box ul li{
    width: 100px;
    text-align: center;
}

.te_bg .te .te_box ul li span{
    display: block;
    width: 66px;
    height: 74px;
    line-height: 74px;
    background: url(../images/te_list.png) no-repeat center;
    font-size: 36px;
    color: #333333;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    margin: 10px  auto 10px auto;
}

.te_bg .te .te_box ul li h5{
    font-size: 18px;
    color: #333333;
    font-weight: bold;
}

.te_bg .te .te_box ul li.on span{
    color: #fff;
    background: url(../images/te_list1.png) no-repeat center;
}

.te_bg .te .te_box ul li.te1{
    position: absolute;
    left: 0;
    top: 0;
}


.te_bg .te .te_box ul li.te2{
    position: absolute;
    left: 0;
    top: 340px;
}

.te_bg .te .te_box ul li.te3{
    position: absolute;
    left: 285px;
    top: 130px;
}

.te_bg .te .te_box ul li.te4{
    position: absolute;
    right: 285px;
    top: 130px;
}


.te_bg .te .te_box ul li.te5{
    position: absolute;
    right: 0;
    top: 340px;
}

.te_bg .te .te_box ul li.te6{
    position: absolute;
    right: 0;
    top: 0;
}

.te_bg .te .te_box  .te_img{
    width: 401px;
    height: 411px;
    margin: 0 auto;
    position: relative;
    top: 13px;
    animation: ht 1.5s infinite;
	-moz-animation: ht 1.5s infinite;
	/* Firefox */

	-webkit-animation: ht 1.5s infinite;
	/* Safari and Chrome */

	-o-animation: ht 1.5s infinite;
	/* Opera */
}

.te_bg .te .te_box  .te_img img{
    width: 401px;
    height: 411px;
}

.te_bg .te .te_box .tel{
    position: absolute;
    left: 500px;
    top: 435px;
    padding-left: 50px;
    font-size: 36px;
    color: #00477f;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    background: url(../images/tel1.png) no-repeat left center;
}



@keyframes ht {
    0% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
   }
    50% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
   }
    100% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
   }
   }
    @-moz-keyframes ht {
    0% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
   }
    50% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
   }
    100% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
   }
   }
    @-webkit-keyframes ht {
    0% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
   }
    50% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
   }
    100% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
   }
   }
    @-o-keyframes ht {
    0% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
   }
    50% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
   }
    100% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
   }
   }


/*case*/

.case_bg{
    width: 100%;
    height: 900px;
    margin: 0 auto;
    background: url(../images/case_bg.jpg) no-repeat center;
}

.case_bg .case{
    width: 1280px;
    margin: 0 auto;
    padding-top: 80px;
}

.case_bg .case .case_t{
    overflow: hidden;
}

.case_bg .case .case_t .title{
    float: left;
    margin-top: 10px;
}

.case_bg .case .case_t .t_r{
    float: right;
    text-align: right;
}

.case_bg .case .case_t .t_r span{
    display: block;
    font-size: 72px;
    color: #eaeaea;
    font-weight: bold;
    text-transform: uppercase;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 60px;
}

.case_bg .case .case_t .t_r h5{
    width: 166px;
    height: 26px;
    line-height: 26px;
    background: #004880;
    border-radius: 5px;
    text-align: center;
    font-size: 15px;
    color: #fff;
    display: inline-block;
    top: -25px;
    position: relative;

}

.case_bg .case .case_t .t_r p{
    font-size: 20px;
    color: #131c2c;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    margin-right: -10px;
    margin-top: -20px;
}

.case_bg .case .case_t .t_r p i{
    font-size: 24px;
    color: #131c2c;
    font-family: Arial, Helvetica, sans-serif;
    margin-right: 10px;
}

.case_bg .case .case_box{
    margin: 35px auto 0 auto;
    position: relative;
} 

.case_bg .case .case_box .bd{
    height: 440px;
}
 

.case_bg .case .case_box ul li{
    float: left;
    width: 402px;
    margin: 0 12px;
}

.case_bg .case .case_box ul li .pic{
    width: 400px;
    height: 300px;
    border: 1px solid #dddddd;
    background:  #fff;
    -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:hover .pic{
    background: #00477f;
}

.case_bg .case .case_box ul li .pic img{
    width: 380px;
    height: 280px;
    margin: 10px;
}

.case_bg .case .case_box ul li .txt{
    margin: 0 auto;
    width: 380px;
}

.case_bg .case .case_box ul li .txt h5{
    height: 73px;
    line-height: 73px;

}

.case_bg .case .case_box ul li .txt h5 span{
    display: block;
    float: left;
    font-size: 30px;
    color: #333333;
    font-family: Arial, Helvetica, sans-serif;
    background: url(../images/xt1.png) no-repeat right 44px;
    width: 110px;

}

.case_bg .case .case_box ul li .txt h5 a{
    font-size: 18px;
    color: #333333;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    width: 210px;
    float: right;
    text-align: right;
}

.case_bg .case .case_box ul li .txt p{
    font-size: 14px;
    color: #666666;
    line-height: 32px;
    height: 64px;
    overflow: hidden;

}

.case_bg .case .case_box .hd{
    margin: 65px auto 0 auto;
    width: 705px;
    height: 112px;

}

.case_bg .case .case_box .hd .next{
    float: left;
    width: 135px;
    height: 40px;
    line-height: 40px;
    background: #e5e5e5;
    border-radius: 45px;
    text-align: center;
    font-size: 16px;
    color: #333333;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    margin-top: 36px;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    cursor: pointer;
}

.case_bg .case .case_box .hd .next:hover{
    background: #004880;
    color: #fff;
}

.case_bg .case .case_box .hd .prev{
    float: right;
    width: 135px;
    height: 40px;
    line-height: 40px;
    background: #004880;
    border-radius: 45px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    margin-top: 36px;
    cursor: pointer;
}

.case_bg .case .case_box .hd .more{
    width: 112px;
    height: 112px;
    background: url(../images/more.png) no-repeat center;
    float: left;
    margin-left: 160px;
    -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 .hd .more a{
    display: block;
    text-align: center;
    font-size: 18px;
    color: #333;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    margin-top: 33px;
}

.case_bg .case .case_box .hd .more a i{
    display: block;
    font-size: 18px;
    color: #333;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
}

.case_bg .case .case_box .hd .more:hover{
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -o-transform: translateY(-10px);
}




/*news*/


.news{
    width: 1280px;
    margin: 65px auto 0 auto;
    height: 805px;
}

.news .news_t{
    margin: 0 auto;
    text-align: center;
    background: url(../images/news_t.png) no-repeat  center 15px;
    padding-bottom: 20px;
}

.news .news_t h3{
    font-size: 42px;
    color: #333333;
    font-weight: bold;
    line-height: 48px;

}

.news .news_t i{
    display: block;
    width: 1px;
    height: 25px;
    background: #333333;
    margin: 15px auto 0 auto;
}

.news .news_list{
    margin: 35px auto 0 auto;

} 

.news .news_list ul{
    text-align: center;
}

.news .news_list ul li{
    display: inline-block;
    width: 150px;
    height: 50px;
    line-height: 40px;
    background: url(../images/news_list.png) no-repeat center;
    margin: 0 18px;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.news .news_list ul li a{
    display: block;
    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;
}

.news .news_list ul li.casehover{
    background: url(../images/news_list1.png) no-repeat center;
}

.news .news_list ul li.casehover a{
    color:  #fff;
}
 
.news .news_box{
    margin: 50px auto 0 auto;

} 
 
.news .news_box .news_top{
    height: 210px;
}

.news .news_box .news_top .news_img{
    float: left;
    width: 435px;
    height: 210px;
}

.news .news_box .news_top .news_img img{
    float: right;
    width: 281px;
    height: 210px;
}

.news .news_box .news_top .news_img  .nr{
    float: left;
    width: 140px;
    height: 210px;
    background: #004880;
    padding-left: 14px;

}

.news .news_box .news_top .news_img  .nr h5{
    font-size: 14px;
    color: #fff;
    margin-top: 35px;

}

.news .news_box .news_top .news_img  .nr h5 i{
    display: block;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 5px;
}

.news .news_box .news_top .news_img  .nr .more{
    display: block;
    width: 18px;
    height: 74px;
    background: url(../images/more1.png) no-repeat  center;
    margin-top: 12px;
}

.news .news_box .news_top .txt{
    float: right;
    width: 810px;

} 

.news .news_box .news_top .txt .txt_t{
    width: 810px;
    height: 66px;
    line-height: 66px;
    border-bottom: 1px solid #dddddd;

}

.news .news_box .news_top .txt .txt_t h5 a{
    float: left;
    width: 600px;
    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;
}

.news .news_box .news_top .txt .txt_t span{
    font-size: 14px;
    color: #999;
    font-family: Arial, Helvetica, sans-serif;
    display: block;
    float: right;
}

.news .news_box .news_top .txt p{
    font-size: 14px;
    color: #666;
    line-height: 36px;
    height: 72px;
    overflow: hidden;
    margin-top: 15px;
}

.news .news_box .news_top .txt .more{
    display: block;
    font-size: 14px;
    color: #333;
    text-transform: uppercase;
    background: url(../images/xt2.png) no-repeat left center;
    padding-left: 60px;
    margin-top: 23px;

}

.news .news_box .news_top .txt:hover .txt_t h5 a{
    transform: translateX(10px);
    -webkit-transform: translateX(10px);
    -o-transform: translateX(10px);
    color: #00477f;
}

.news .news_box .list{
    width: 1360px;
    margin: 40px auto 0 auto;
} 

.news .news_box .list ul li{
    float: left;
    width: 360px;
    height: 140px;
    border-radius: 5px;
    background: #f7f7f7;
    margin: 0 40px 30px 0;
    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 .list ul li h5 a{
    height: 65px;
    line-height: 65px;
    padding-left: 17px;
    background: url(../images/buttom1.png) no-repeat left center;
    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;
    margin-top: 5px;

}

.news .news_box .list ul li .more{
    border-top: 1px solid #ddd;
    line-height: 55px;

}

.news .news_box .list ul li .more span{
    display: block;
    float: left;
    font-size: 14px;
    color: #999999;
}

.news .news_box .list ul li .more a{
    display: block;
    font-size: 14px;
    color: #333;
    text-transform: uppercase;
    background: url(../images/xt2.png) no-repeat left center;
    padding-left: 60px;
    float: right;
}

.news .news_box .list 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);
}

.news .news_box .list ul li:hover h5 a{
    color: #00477f;
}


/*links*/

.links{
    margin: 40px auto 0 auto;
    width: 1280px;
    overflow: hidden;
}

.links .links_t{
    float: left;
    display: block;
    font-size: 36px;
    color: #00477f;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 35px;
}

.links .yq{
    float: right;
    width: 1145px;
} 

.links .yq  a{
    margin-right: 15px;
    line-height: 35px;
    font-size: 14px;
    color: #666666;
}