
/*-----------------------------------------------------------*/
/*copyright by 动力无限  www.btoe.cn*/
/*邮箱 btoe@btoe.cn*/
/*合作电话 400-0599-360*/
/*版权所有违者必究*/
/*-----------------------------------------------------------*/
.sjcTop,
.sjcTop2,
.sjcBottom,
.sjcLeft,
.sjcRight,
.bg,
.leftWow,
.rightWow,
.bottomWow {
  -webkit-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
}



/*banner*/
.fullSlide {
  width: 100%;
  position: relative;
  height: 730px;
  top: -35px;
}

.fullSlide .bd {
  width: 100%;
  height: 730px;
  margin: 0;
  position: relative;
  z-index: 1;
  overflow: hidden;
}


.fullSlide .bd ul {
  width: 100% !important;
}

.fullSlide .bd li {
  width: 100% !important;
  height: 730px;
  overflow: hidden;
  text-align: center;
  position: relative;
}

.fullSlide .bd li a {
  display: block;
  height: 730px;
}

.fullSlide .hd {
  width: 100%;
  position: absolute;
  z-index: 2;
  bottom: 30px;
  left: 0;
  height: 30px;
  text-align: center;
}

.fullSlide .hd ul {
  text-align: center;
}

.fullSlide .hd ul li {
  cursor: pointer;
  display: inline-block;
  zoom: 1;
  width: 10px;
  height: 10px;
  margin: 0 15px;
  overflow: hidden;
  line-height: 99px;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
  background: #fff;
  border-radius: 50%;
}

.fullSlide .hd ul .on {
  background: #163f90;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.fullSlide .next {
  width: 65px;
  height: 65px;
  position: absolute;
  top: 50%;
  z-index: 2;
  background: url(../images/bannerR.png) no-repeat center;
  filter: alpha(opacity=80);
  -moz-opacity: .8;
  opacity: .8;
  -webkit-transition: all .5s linear;
  transition: all .5s linear;
  right: 4%;
}

.fullSlide .prev {
  width: 65px;
  height: 65px;
  position: absolute;
  top: 50%;
  z-index: 2;
  background: url(../images/bannerL.png) no-repeat center;
  filter: alpha(opacity=80);
  -moz-opacity: .8;
  opacity: .8;
  -webkit-transition: all .5s linear;
  transition: all .5s linear;
  left: 4%;
}

/*title*/

.title{
  padding-left: 37px;
  padding-top: 20px;
  margin-left: -37px;
  background: url(../images/title.png) no-repeat left top;
  height: 87px;
}

.title h3 i{
  font-size: 32px;
  color:  #333333;
  font-weight: bold;
  line-height: 52px;
  top: 18px;
  display: inline-block;
  position: relative;
}

.title h3 a i{
  display: inline-block;
  font-size: 32px;
  color:  #333333;
  font-weight: bold;
}

.title h3 img{
  vertical-align: middle;
  margin-right: 18px;
}



/*product*/

.pro_bg{
  width: 100%;
  height: 1172px;
  margin: -35px auto 0 auto;
  background: url(../images/pro_bg.jpg) no-repeat center;
}

.pro_bg .product{
  width: 1280px;
  margin: 0 auto;
  padding-top: 80px;
}

.pro_bg .product .pro_t{
  height: 130px;
}

.pro_bg .product .pro_t .title{
  float: left;
}

.pro_bg .product .pro_t .search{
  float: right;
  margin-top: 23px;
  width: 360px;
  height: 50px;
  border-radius: 45px;
  border: 1px solid #dddddd;
}

.pro_bg .product .pro_t .search .search2{
  float: left;
  width: 260px;
  height: 50px;
  padding-left: 20px;
  font-size: 16px;
  color:  #999999;
  background: none;
}

.pro_bg .product .pro_t .search .search_s{
  float: right;
  width: 50px;
  height: 50px;

}

.pro_bg .product .pro_box{
  margin: 0 auto;
  position: relative;
}

.pro_bg .product .pro_box .pro_l{
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  width: 280px;
  height: 600px;
  background: #fff;
  border-radius: 15px;
  -webkit-box-shadow: 0 0 8px 6px rgba(0, 0, 0, .03);
  box-shadow: 0 0 8px 6px rgba(0, 0, 0, .03);
  padding-top: 20px;
}

.pro_bg .product .pro_box .pro_l ul li{
  margin-bottom: 20px;
  height: 65px;
  position: relative;
  z-index: 5;
  padding-top: 15px;

}

.pro_bg .product .pro_box .pro_l ul li a{
  display: block;
}

.pro_bg .product .pro_box .pro_l ul li a b{
  float: left;
  display: block;
  background: url(../images/buttom2.png) no-repeat center;
  width: 52px;
  height: 57px;
  margin: 0 0 0 30px;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.pro_bg .product .pro_box .pro_l ul li a b em{
  display: block;
  font-size: 16px;
  color: #999999;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  line-height: 52px;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.pro_bg .product .pro_box .pro_l ul li a span{
  float: left;
  font-size: 16px;
  color: #333333;
  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-left: 20px;
  margin-top: 3px;
  width: 155px;

}

.pro_bg .product .pro_box .pro_l ul li a span i{
  font-size: 12px;
  color: #999999;
  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: 3px;
}

.pro_bg .product .pro_box .pro_l ul li::after{
  position: absolute;
  left: 0px;
  top: 0px;
  content: "";
  z-index: -1;
  width: 0px;
  height: 80px;
  background: #163f90;
  border-top-right-radius: 45px;
  border-bottom-right-radius: 45px;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.pro_bg .product .pro_box .pro_l ul li.on::after{
  width: 260px;

}

.pro_bg .product .pro_box .pro_l ul li.on a b{
  background: url(../images/buttom3.png) no-repeat center;
}

.pro_bg .product .pro_box .pro_l ul li.on a b em{
  color: #163f90;

}

.pro_bg .product .pro_box .pro_l ul li.on a span{
  color: #fff;
}

.pro_bg .product .pro_box .pro_l ul li.on a span i{
  color: #fff;
}


.pro_bg .product .pro_box .pro_nr{
  margin-left: 325px;
  height: 322px;
}

.pro_bg .product .pro_box .pro_nr .pic{
  float: left;
  width: 420px;
  height: 320px;
  border: 1px solid #dddddd;

}

.pro_bg .product .pro_box .pro_nr .pic img{
  width: 400px;
  height: 300px;
  margin: 10px;
}

.pro_bg .product .pro_box .pro_nr .txt{
  float: right;
  width: 500px;

} 

.pro_bg .product .pro_box .pro_nr .txt h5 a{
  font-size: 20px;
  color: #333333;
  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;
  margin: 7px 0 30px 0;
}

.pro_bg .product .pro_box .pro_nr .txt i{
  display: block;
  width: 36px;
  height: 3px;
  background: #163f90;
}

.pro_bg .product .pro_box .pro_nr .txt p{
  font-size: 16px;
  color:#666666;
  line-height: 40px;
  height: 80px;
  overflow: hidden;
  margin-top: 35px;
  margin-right: 10px;

}

.pro_bg .product .pro_box .pro_nr .txt .more{
  display: block;
  margin-right: 10px;
  margin-top: 37px;
  float: right;
  width: 120px;
  height: 36px;
  line-height: 36px;
  border-radius: 45px;
  border: 1px solid #dedede;
  background: url(../images/more.png) no-repeat right center;
}

.pro_bg .product .pro_box .pro_nr .txt .more em{
  display: block;
  font-size: 14px;
  color: #333333;
  font-family: Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  padding-left: 20px;
}

.pro_bg .product .pro_box .pro_nr:hover .txt h5 a{
  color: #163f90;
}

.pro_bg .product .pro_box .pro_show{
  width: 1360px;
  margin: 30px auto 0 auto;
}

.pro_bg .product .pro_box .pro_show ul li{
  float: left;
  width: 300px;
  height: 270px;
  border: 1px solid #dddddd;
  margin: 0 26px 42px 0;
}

.pro_bg .product .pro_box .pro_show ul li:first-child{
  margin-left: 325px;
}

.pro_bg .product .pro_box .pro_show ul li .pic{
  width: 280px;
  height: 205px;
  margin: 10px 10px 0 10px;
  overflow: hidden;
}

.pro_bg .product .pro_box .pro_show ul li .pic img{
  width: 280px;
  height: 205px;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.pro_bg .product .pro_box .pro_show ul li .txt{
  width: 280px;
  margin: 0 auto;
  height: 55px;
  line-height: 55px;
}

.pro_bg .product .pro_box .pro_show ul li .txt h5 a{
  float: left;
  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;
  width: 200px;
}

.pro_bg .product .pro_box .pro_show ul li .txt .more{
  display: block;
  float: right;
  font-size: 14px;
  color: #666666;
  font-family: Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  position: relative;
  z-index: 5;
}

.pro_bg .product .pro_box .pro_show ul li .txt .more::after{
  position: absolute;
  left: -5px;
  top: 17px;
  z-index: -1;
  content: "";
  width: 12px;
  height: 12px;
  background: url(../images/buttom1.png) no-repeat center;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.pro_bg .product .pro_box .pro_show ul li:hover .txt h5 a{
  color: #083a9e;
}

.pro_bg .product .pro_box .pro_show ul li:hover .txt .more{
  color: #083a9e;
}

.pro_bg .product .pro_box .pro_show ul li:hover .pic img{
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
}



/*ys*/

.ys_bg{
  width: 100%;
  height: 1142px;
  margin: 0 auto;
  background: url(../images/ys_bg.jpg) no-repeat center;
}

.ys_bg .ys{
  width: 1280px;
  margin: 0 auto;
  padding-top: 255px;
  position: relative;
}

.ys_bg .ys .title{
  position: absolute;
  left: 0px;
  top: 255px;
  z-index: 5;

}

.ys_bg .ys .title h3 i{
  top: 10px;

}

.ys_bg .ys .title span{
  display: block;
  margin-top: 55px;
  font-size: 16px;
  color: #999999;
  letter-spacing: 24px;
}

.ys_bg .ys .ys_box{
  width: 1280px;
  margin: 0 auto;
}

.ys_bg .ys .ys_box .bd{
  width: 1280px;
  margin: 0 auto;
  height: 482px;
}

.ys_bg .ys .ys_box .bd ul li{
  float: left;
  width: 1280px;
  margin: 0 auto;
}

.ys_bg .ys .ys_box .bd ul li .txt{
  float: left;
  width: 595px;
  margin-top: 235px;
}
.ys_bg .ys .ys_box .bd ul li .txt h5{
  font-size: 24px;
  color: #163f90;
  font-weight: bold;

}
.ys_bg .ys .ys_box .bd ul li .txt h5 i{
  font-size: 16px;
  color: #666666;
  font-weight: normal;
  font-family: Arial, Helvetica, sans-serif;
  margin-left: 5px;
}

.ys_bg .ys .ys_box .bd ul li .txt em{
  display: block;
  width: 30px;
  height: 2px;
  background: #163f90;
  margin: 24px 0 27px 0;
}

.ys_bg .ys .ys_box .bd ul li .txt p{
  font-size: 16px;
  color: #666666;
  line-height: 36px;
}

.ys_bg .ys .ys_box .bd ul li .ys_r{
  float: right;
  position: relative;
  width: 710px;
  height: 482px;
  margin-right: -70px;
}

.ys_bg .ys .ys_box .bd ul li .ys_r .ys_img{
  width: 710px;
  height: 482px;
}

.ys_bg .ys .ys_box .bd ul li .ys_r .ys_img img{
  width: 710px;
  height: 482px;
}

.ys_bg .ys .ys_box .bd ul li .ys_r .num{
  position: absolute;
  top: -61px;
  left: -55px;
  z-index: 5;

}

.ys_bg .ys .ys_box .bd ul li:nth-child(1) .ys_r .num{
  left: -49px;
}


.ys_bg .ys .ys_box .bd ul li:nth-child(2) .ys_r .num{
  left: -65px;
}

.ys_bg .ys .ys_box .bd ul li:nth-child(3) .ys_r .num{
  left: -60px;
}

.ys_bg .ys .ys_box .bd ul li:nth-child(4) .ys_r .num{
  left: -70px;
}

.ys_bg .ys .ys_box .hd{
  margin: 50px  auto 0 auto;
  text-align: center;
}

.ys_bg .ys .ys_box .hd ul li{
  display: inline-block;
  width: 118px;
  margin: 0 85px;
}

.ys_bg .ys .ys_box .hd ul li span{
  display: block;
  width: 118px;
  height: 144px;
  background: url(../images/ys_list.png) no-repeat 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 .hd ul li span i{
  display: block;
  width: 112px;
  height: 112px;
  margin: 0 auto;
  -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 p{
  text-align: center;
  font-size: 18px;
  color:  #333333;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  margin-top: 18px;
}

.ys_bg .ys .ys_box .hd ul li.ys1 span i{
  background: url(../images/ys_b1.png) no-repeat  center;
}

.ys_bg .ys .ys_box .hd ul li.ys2 span i{
  background: url(../images/ys_b2.png) no-repeat  center;
}

.ys_bg .ys .ys_box .hd ul li.ys3 span i{
  background: url(../images/ys_b3.png) no-repeat  center;
}

.ys_bg .ys .ys_box .hd ul li.ys4 span i{
  background: url(../images/ys_b4.png) no-repeat  center;
}

.ys_bg .ys .ys_box .hd ul li.on p{
  font-weight: bold;
  color:  #163f90;

}

.ys_bg .ys .ys_box .hd ul li.on span{
  background: url(../images/ys_list1.png) no-repeat center;
}

.ys_bg .ys .ys_box .hd ul li.ys1.on span i{
  background: url(../images/ys_b11.png) no-repeat  center;
}

.ys_bg .ys .ys_box .hd ul li.ys2.on span i{
  background: url(../images/ys_b22.png) no-repeat  center;
}

.ys_bg .ys .ys_box .hd ul li.ys3.on span i{
  background: url(../images/ys_b33.png) no-repeat  center;
}

.ys_bg .ys .ys_box .hd ul li.ys4.on span i{
  background: url(../images/ys_b44.png) no-repeat  center;
}


/*case*/

.case{
  width: 1280px;
  margin: 0 auto;
}

.case .title{

}

.case .case_box{
  width: 1280px;
  margin: 50px auto 0 auto;
  position: relative;
}

.case .case_box .bd{
  width: 1280px;
  margin: 0 auto;
}

.case .case_box .bd ul li{
  float: left;
  width: 1280px;
  margin: 0 auto;
}

.case .case_box .bd ul li dl{
  float: left;
  width: 620px;
  height: 245px;
  border: 1px solid #eeeeee;
  margin: 0 36px 37px 0;
}

.case .case_box .bd ul li dl:nth-child(2n){
  margin-right: 0;
}

.case .case_box .bd ul li dl .pic{
  float: left;
  width: 300px;
  height: 225px;
  margin: 10px 0 0 10px;
  overflow: hidden;
}

.case .case_box .bd ul li dl .pic img{
  width: 300px;
  height: 225px;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.case .case_box .bd ul li dl:hover .pic img{
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.case .case_box .bd ul li dl .txt{
  float: right;
  width: 255px;
  margin-right: 20px;
  margin-top: 10px;
} 

.case .case_box .bd ul li dl .txt h5 a{
  font-size: 18px;
  color: #333;
  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;
  margin: 30px 0 15px 0;
}

.case .case_box .bd ul li dl .txt i{
  display: block;
  width: 1px;
  height: 18px;
  background: #020202;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.case .case_box .bd ul li dl .txt p{
  font-size: 14px;
  color: #666;
  line-height: 26px;
  height: 52px;
  overflow: hidden;
  margin-top: 10px;
}

.case .case_box .bd ul li dl .txt .more{
  display: block;
  width: 22px;
  height: 22px;
  background: url(../images/more1.png) no-repeat  center;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  margin-top: 25px;
}

.case .case_box .bd ul li dl:hover .txt h5 a{
  color: #083a9e;

}

.case .case_box .bd ul li dl:hover .txt i{
  background: #083a9e;
}

.case .case_box .bd ul li dl:hover .txt .more{
  background: url(../images/more2.png) no-repeat  center;
}


.case .case_box .next{
  position: absolute;
  left: 0px;
  top: 0px;
  background: url(../images/left.png) no-repeat center;
  width: 150px;
  height: 55px;
  cursor: pointer;
} 

.case .case_box .prev{
  position: absolute;
  right: 0px;
  top: 0px;
  background: url(../images/right.png) no-repeat center;
  width: 150px;
  height: 55px;
  cursor: pointer;
} 

.case .case_box .hd{
  position: absolute;
  right: 0px;
  top: -115px;
  width: 500px;
  height: 55px;
} 

.case .case_box .hd ul{
  text-align: center;
}

.case .case_box .hd ul li{
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #dddddd;
  border-radius: 50%;
  margin:18px  13px;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  position: relative;
}

.case .case_box .hd ul li.on{
  width: 10px;
  height: 10px;
  background: #163f90;
  border: 3px solid #163f90;
  top: 3px;
}



/*news*/

.news_bg{
  width: 100%;
  height: 1260px;
  margin: 10px auto 0 auto;
  background: url(../images/news_bg.jpg) no-repeat top center;
}

.news_bg .news{
  width: 1280px;
  margin: 0 auto;
  padding-top: 215px;
  position: relative;
}

.news_bg .news .news_t{
  height: 135px;

}

.news_bg .news .news_t .title{
  float: left;
}

.news_bg .news .news_t .news_list{
  float: right;
  margin-top: 20px;
} 

.news_bg .news .news_t .news_list ul li{
  float: left;
  margin-left: 60px;
}

.news_bg .news .news_t .news_list ul li a{
  display: block;
}

.news_bg .news .news_t .news_list ul li a b{
  float: left;
  width: 52px;
  height: 57px;
  background: url(../images/news_list.png) no-repeat  center;
  -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 b em{
  display: block;
  width: 42px;
  height: 42px;
  background: #999999;
  border-radius: 50%;
  text-align: center;
  line-height: 42px;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  margin: 5px 0 0 5px;
  font-size: 16px;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
}

.news_bg .news .news_t .news_list ul li a span{
  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;
  float: left;
  margin: 5px 0 0 15px;
}

.news_bg .news .news_t .news_list ul li a span 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;
  margin-top: 1px;
}

.news_bg .news .news_t .news_list ul li.casehover a b em{
  background: #163f90;

}

.news_bg .news .news_t .news_list ul li.casehover a span{
  color: #163f90;

}

.news_bg .news .news_t .news_list ul li.casehover a span i{
  color: #163f90;
}

.news_bg .news .news_box{
  margin: 0 auto;
  width: 1280px;
}

.news_bg .news .news_box .news_top{
  margin: 0 auto;
  width: 1280px;
  position: relative;
  height: 480px;
}

.news_bg .news .news_box .news_top .bd{
  margin: 0 auto;
  width: 1280px;
}

.news_bg .news .news_box .news_top .bd ul li{
  float: left;
  margin: 0 auto;
  width: 1280px;
  height: 480px;
  position: relative;
}

.news_bg .news .news_box .news_top .bd ul li .news_img{
  float: left;
  width: 670px;
  height: 420px;
  background: #f6f6f6;
}

.news_bg .news .news_box .news_top .bd ul li .news_img img{
  width: 654px;
  height: 404px;
  margin: 8px;
}

.news_bg .news .news_box .news_top .bd ul li .txt{
  width: 568px;
  height: 430px;
  background: #ffffff;
  position: absolute;
  right: 0;
  top: 50px;
  padding: 0 60px;
} 

.news_bg .news .news_box .news_top .bd ul li .txt h5{
  margin-top: 85px;
  height: 30px;
  line-height: 30px;

}
.news_bg .news .news_box .news_top .bd ul li .txt h5 a{
  float: left;
  width: 400px;
  font-size: 20px;
  color:  #163f90;
  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;
}

.news_bg .news .news_box .news_top .bd ul li .txt h5 span{
  display: block;
  font-size: 20px;
  color: #999999;
  font-family: Arial, Helvetica, sans-serif;
  float: right;
}

.news_bg .news .news_box .news_top .bd ul li .txt p{
  font-size: 16px;
  color: #666666;
  line-height: 42px;
  height: 84px;
  overflow: hidden;
  margin-top: 35px;

}

.news_bg .news .news_box .news_top .bd ul li .txt .more{
  display: block;
  font-size: 16px;
  color: #333;
  text-transform: uppercase;
  margin-top: 50px;
  padding-left: 75px;
  background: url(../images/xt1.png) no-repeat left center;
}

.news_bg .news .news_box .news_top .bd ul li .txt .more:hover{
  color: #163f90;
}

.news_bg .news .news_box .news_top .hd{
  position: absolute;
  width: 115px;
  height: 17px;
  top: 400px;
  right: 90px;
  z-index: 5;
  background: url(../images/xt2.png) no-repeat center;
}

.news_bg .news .news_box .news_top .hd .next{
  float: left;
  cursor: pointer;
  background: url(../images/left1.png) no-repeat center;
  width: 31px;
  height: 17px;
}

.news_bg .news .news_box .news_top .hd .prev{
  float: right;
  cursor: pointer;
  background: url(../images/right1.png) no-repeat center;
  width: 31px;
  height: 17px;
}

.news_bg .news .news_box .list{
  width: 1400px;
  margin: 45px auto 0 auto;
  position: relative;
  z-index: 5;
}

.news_bg .news .news_box .list ul li{
  float: left;
  width: 570px;
  height: 140px;
  border-bottom: 1px solid #e9e9e9;
  margin: 0 130px 20px 0;
}

.news_bg .news .news_box .list ul li .time{
  float: left;
  width: 140px;
  position: relative;
  background: url(../images/xt3.png) no-repeat right 32px;
}

.news_bg .news .news_box .list ul li .time span{
  display: block;
  font-size: 60px;
  color: #333;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  margin-top: 22px;
  margin-left: 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 .list ul li .time i{
  display: block;
  font-size: 16px;
  color: #999999;
  font-family: Arial, Helvetica, sans-serif;
  position: absolute;
  left: 80px;
  top: 33px;
  text-transform: capitalize;
  -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{
  float: right;
  width: 395px;
} 

.news_bg .news .news_box .list ul li .txt a{
  font-size: 16px;
  color: #333;
  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;
  margin: 22px 0 10px 0;
}

.news_bg .news .news_box .list ul li .txt p{
  font-size: 14px;
  color: #999;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
}

.news_bg .news .news_box .list ul li .time::after{
  position: absolute;
  left: 0px;
  top: 0px;
  content: "";
  z-index: -1;
  width: 0px;
  height: 0px;
  background: #163f90;
  border-radius: 50%;
  -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:hover .time::after{
  width: 126px;
  height: 126px;
}

.news_bg .news .news_box .list ul li:hover .time span{
  color: #fff;
}

.news_bg .news .news_box .list ul li:hover .time i{
  color: #fff;
}

.news_bg .news .news_box .list ul li:hover .txt a{
  color: #163f90;
}




/*about*/

.ab_bg{
  width: 100%;
  height: 924px;
  margin: 0px auto 0 auto;
  background: url(../images/ab_bg.jpg) no-repeat  center;
}

.ab_bg .about{
  width: 1280px;
  margin: 0 auto;
  position: relative;
}

.ab_bg .about .ab_t{
  height: 250px;
}

.ab_bg .about .ab_t .title{
  float: left;
  margin-top: 75px;
}

.ab_bg .about .ab_t .ry_box{
  float: right;
  margin-top: 35px;
  position: relative;
  width: 600px;
} 

.ab_bg .about .ab_t .ry_box .tel{
  position: absolute;
  left: 0px;
  top: 25px;
}

.ab_bg .about .ab_t .ry_box .tel span{
  display: block;
  float: left;
  font-size: 16px;
  color:  #fff;
  line-height: 34px;
}

.ab_bg .about .ab_t .ry_box .tel i{
  display: block;
  font-size: 22px;
  color:  #fff;
  font-family: Arial, Helvetica, sans-serif;
  float: left;
  line-height: 34px;
}

.ab_bg .about .ab_t .ry_box .ry{

}

.ab_bg .about .ab_t .ry_box .ry .txt{
  float: left;
  margin-left: 60px;
  margin-top: 140px;
}

.ab_bg .about .ab_t .ry_box .ry .txt a{
  display: block;
  font-size: 16px;
  color:  #fff;
  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: 175px;
}

.ab_bg .about .ab_t .ry_box .ry .txt a i{
  display: inline-block;
  font-size: 12px;
  color:  #fff;
  font-family: Arial, Helvetica, sans-serif;
}

.ab_bg .about .ab_t .ry_box .ry .pic{
  float: right;
  background: url(../images/ry_bg.jpg) no-repeat center;
  width: 256px;
  height: 178px;
}

.ab_bg .about .ab_t .ry_box .ry .pic img{
  display: block;
  width: 231px;
  height: 149px;
  margin: 13px 0 0 13px;
}

.ab_bg .about .ab_box{
  margin: 0 auto;
  position: relative;
}

.ab_bg .about .ab_box .ab_img{
  float: left;
  width: 584px;
  position: relative;
}

.ab_bg .about .ab_box .ab_img img{
  display: block;
  width: 584px;
  height: 447px;
}

.ab_bg .about .ab_box .ab_img span{
  display: block;
  font-size: 16px;
  color:  #999999;
  margin-top: 35px;
  letter-spacing: 24px;
}

.ab_bg .about .ab_box .ab_r{
  float: right;
  width: 640px;
  margin-top: 65px;
} 

.ab_bg .about .ab_box .ab_r .txt{
  overflow: hidden;
}

.ab_bg .about .ab_box .ab_r .txt h5{
  font-size: 30px;
  color:  #333;
  font-weight: bold;
}

.ab_bg .about .ab_box .ab_r .txt h5 i{
  display: block;
  font-size: 14px;
  color:  #999999;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
}

.ab_bg .about .ab_box .ab_r .txt p{
  font-size: 16px;
  color:  #666666;
  line-height: 42px;
  height: 168px;
  overflow: hidden;
  margin-top: 20px;

}

.ab_bg .about .ab_box .ab_r .ab_list{
  margin-top: 30px;

} 

.ab_bg .about .ab_box .ab_r .ab_list ul li{
  float: left;
  width: 280px;
  height: 100px;
  background: #fff;
  -webkit-box-shadow: 0 0 8px 6px rgba(0, 0, 0, .03);
  box-shadow: 0 0 8px 6px rgba(0, 0, 0, .03);
  margin-right: 75px;
}

.ab_bg .about .ab_box .ab_r .ab_list ul li:last-child{
  margin-right: 0;
}

.ab_bg .about .ab_box .ab_r .ab_list ul li a{
  display: block;
}

.ab_bg .about .ab_box .ab_r .ab_list ul li a b{
  display: block;
  float: left;
  margin: 25px 0 0 20px;
  width: 51px;
  height: 51px;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;

}
.ab_bg .about .ab_box .ab_r .ab_list ul li a em{
  display: block;
  background: url(../images/ab_xt1.png) no-repeat  center;
  margin: 41px 15px 0 20px;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  width: 11px;
  height: 18px;
  float: left;
}

.ab_bg .about .ab_box .ab_r .ab_list ul li a span{
  display: block;
  float: left;
  font-size: 12px;
  color: #999999;
  text-align: center;
  margin-top: 25px;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.ab_bg .about .ab_box .ab_r .ab_list ul li a span i{
  display: block;
  font-size: 16px;
  color: #10102d;
  background:  #eeeeee;
  width: 117px;
  height: 31px;
  line-height: 31px;
  border-radius: 10px;
  margin-bottom: 3px;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.ab_bg .about .ab_box .ab_r .ab_list ul li.ab1 a b{
  background: url(../images/ab1.png) no-repeat  center;
}

.ab_bg .about .ab_box .ab_r .ab_list ul li.ab2 a b{
  background: url(../images/ab2.png) no-repeat  center;
}

.ab_bg .about .ab_box .ab_r .ab_list ul li.on a em{
  background: url(../images/ab_xt2.png) no-repeat  center;
}

.ab_bg .about .ab_box .ab_r .ab_list ul li.on a span{
  color:  #163f90;

}

.ab_bg .about .ab_box .ab_r .ab_list ul li.on a span i{
  background:  #163f90;
  color:  #fff;

}

.ab_bg .about .ab_box .ab_r .ab_list ul li.ab1.on a b{
  background: url(../images/ab11.png) no-repeat  center;
}

.ab_bg .about .ab_box .ab_r .ab_list ul li.ab2.on  a b{
  background: url(../images/ab22.png) no-repeat  center;
}

.ab_bg .about .ab_box .ab_more{
  position: absolute;
  left: 600px;
  top: 530px;

}

.ab_bg .about .ab_box .ab_more a{
  display: block;
  background: url(../images/more3.png) no-repeat  center;
  width: 80px;
  height: 80px;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.ab_bg .about .ab_box .ab_more a:hover{
  border-radius: 50%;
}