
/*-----------------------------------------------------------*/
/*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 */
.banner {
  width: 100%;
  height: 100%;
  position: relative;
}
.banner .swiper-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
}
.banner .swiper-slide {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.banner .swiper-slide {
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.banner .swiper-slide img {
  width: 100%;
  height: 100%;
  display: block;
  transition: 1s linear 2s;
  transform: scale(1.1, 1.1);
}
.banner .swiper-slide-active img,
.swiper-slide-duplicate-active img {
  transition: 6s linear;
  transform: scale(1, 1);
}
.banner .swiper-button-next1 {
  position: absolute;
  width: 65px;
  height: 65px;
  background: url(../images/bannerR.png) no-repeat center;
  right: 4%;
  top: 50%;
  z-index: 5;
  cursor: pointer;
}
.banner .swiper-button-prev1 {
  position: absolute;
  width: 65px;
  height: 65px;
  background: url(../images/bannerL.png) no-repeat center;
  float: left;
  z-index: 5;
  cursor: pointer;
  left: 4%;
  top: 50%;
}
.banner .swiper-pagination {
  width: 100%;
  bottom: 30px;
  left: 0%;
}
.banner .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 15px;
  background: #fff;
  width: 10px;
  height: 10px;
  opacity: 1;
  border-radius: 50%;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  position: relative;
}
.banner .swiper-pagination-bullets .swiper-pagination-bullet-active {
  background: #2f318b;
}



/* title */

.title{

}

.title span{
  display: block;
  font-size: 89px;
  color: #333;
  font-family: "Impact";
  text-transform: uppercase;
  line-height: 80px;
  opacity: 0.05;
}

.title h3{
  font-size: 30px;
  color: #333333;
  font-weight: bold;
  line-height: 30px;
  position: relative;
  z-index: 5;
  margin-top: -37px;
}


.title h3 a{
  display: block;
  font-size: 30px;
  color: #333333;
  font-weight: bold;
}

.title em{
  display: block;
  width: 49px;
  height: 1px;
  background: #000000;
  margin-top: 12px;
}


.t_r{
  float: right;
  text-align: right;
}

.t_r span{
  display: block;
  font-size: 20px;
  color: #333;
  font-weight: bold;
  font-family: "simsun";
  line-height: 30px;
}

.t_r span i{
  display: block;
  font-size: 20px;
  color: #333;
  font-weight: bold;
  font-family: "simsun";
  line-height: 22px;
}

.t_r em{
  display: block;
  font-size: 12px;
  color: #cccccc;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 18px;
}




/* case */ 

.case{
  width: 1300px;
  margin: 60px auto 0 auto;
  overflow: hidden;
}

.case .case_t{
  height: 115px;
}

.case .case_t .title{
  float: left;
}

.case .case_t .t_r{
  float: right;
}

.case .case_box{
  margin: 0 auto;
} 

.case .case_box .case_l{
  float: left;
  width: 608px;
}

.case .case_box .case_l .pic{
  width: 608px;
  height: 400px;
  background: #f7f7f7;

}

.case .case_box .case_l .pic a{
  width: 588px;
  height: 380px;
  margin: 10px;
  display: inline-block;
  overflow: hidden;
}

.case .case_box .case_l .pic img{
  width: 588px;
  height: 380px;
  -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 .pic img img{
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.case .case_box .case_l .txt{
  margin: 27px auto 0 auto;
  width: 588px;
} 

.case .case_box .case_l .txt em{
  display: block;
  width: 26px;
  height: 2px;
  background: #535353;
  -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 .txt h5 a{
  font-size: 18px;
  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: 5px 0 15px 0;

}

.case .case_box .case_l .txt p{
  font-size: 14px;
  color: #666666;
  line-height: 32px;
  height: 96px;
  overflow: hidden;
}


.case .case_box .case_l:hover .txt em{
  background: #2f318b;
  width: 60px;
}

.case .case_box .case_l:hover .txt h5 a{
  color: #2f318b;
}

.case .case_box .case_r{
  float: right;
  width: 660px;
}

.case .case_box .case_r ul{
  overflow: hidden;
}

.case .case_box .case_r ul li{
  float: left;
  width: 303px;
  margin: 0 0 22px 25px;
}
.case .case_box .case_r ul li .pic{
  width: 303px;
  height: 199px;
  background: #f7f7f7;

}

.case .case_box .case_r ul li .pic img{
  width: 293px;
  height: 189px;
  margin: 5px;
}

.case .case_box .case_r ul li .txt{
  margin: 0 auto;
  height: 40px;
  line-height: 40px;
  width: 254px;
  -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 .txt{
  width: 293px;
}

.case .case_box .case_r ul li .txt h5 a{
  display: block;
}

.case .case_box .case_r ul li .txt h5 a span{
  font-size: 15px;
  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;
  float: left;
  width: 180px;
}

.case .case_box .case_r ul li .txt h5 a em{
  display: block;
  float: right;
  width: 26px;
  height: 2px;
  background: #bfbfbf;
  margin: 19px 20px 0 0;
}

.case .case_box .case_r ul li:hover .txt h5 a span{
  color: #2f318b;
}



/* ys */ 


.ys_bg{
  width: 100%;
  height: 896px;
  margin: 70px auto  0 auto;
  background: url(../images/ys_bg.jpg) no-repeat  center;
  overflow: hidden;
}


.ys_bg .ys{
  width: 1300px;
  margin: 0 auto;
  position: relative;
  padding-top: 215px;
}

.ys_bg .ys .title{
  position: absolute;
  left: 0;
  top: 90px;
  z-index: 5;
}

.ys_bg .ys .title img{
  display: block;
}

.ys_bg .ys .title h3{
  font-size: 48px;
  color: #fff;
  line-height: 50px;
  margin-top: -75px;
}

.ys_bg .ys .title em{
  width: 79px;
  height: 1px;
  background: #f6f6f6;
  margin-top: 20px;

}


.ys_bg .ys .ys_tel{
  position: absolute;
  right: 0;
  top: 150px;
  z-index: 5;
  line-height: 30px;
}

.ys_bg .ys .ys_tel img{
  display: block;
  float: left;
  margin-right: 18px;
  animation: msClock 1.2s linear infinite;
  animation: msClock 1.2s linear infinite;
}

.ys_bg .ys .ys_tel span{
  display: block;
  float: left;
  font-size: 24px;
  color: #fff;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
}


.ys_bg .ys .ys_box{
  margin: 0 auto;
}

.ys_bg .ys .ys_box .hd{
  margin: 0 auto;
  height: 280px;
  position: relative;
}

.ys_bg .ys .ys_box .hd ul li{

}

.ys_bg .ys .ys_box .hd ul li h5{
  font-size: 12px;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
}

.ys_bg .ys .ys_box .hd ul li h5 i{
  display: block;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  line-height: 24px;
  margin-bottom: 3px;
}

.ys_bg .ys .ys_box .hd ul li .ys_ico{
  width: 46px;
  height: 46px;
  background: #ffffff;
  overflow: hidden;
  border-radius: 50%;
  -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 .ys_ico .ys1{
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  -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 .ys_ico .ys2{
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  -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 .ys_ico{
  background: #2f318b;
}

.ys_bg .ys .ys_box .hd ul li.on .ys_ico .ys1{
  transform: translateY(-100%);

}

.ys_bg .ys .ys_box .hd ul li.on .ys_ico .ys2{
  transform: translateY(-100%);
}

.ys_bg .ys .ys_box .hd ul li:nth-child(1){
  position: absolute;
  text-align: center;
  left: 0;
  top: 175px;
  width: 160px;

}

.ys_bg .ys .ys_box .hd ul li:nth-child(1) .ys_ico{
  margin: 10px auto 0 auto;
}


.ys_bg .ys .ys_box .hd ul li:nth-child(2){
  position: absolute;
  text-align: center;
  left: 329px;
  top: 115px;
  width: 220px;
}

.ys_bg .ys .ys_box .hd ul li:nth-child(2) .ys_ico{
  float: left;
  margin-top: 27px;
}

.ys_bg .ys .ys_box .hd ul li:nth-child(2) h5{
  float: left;
  text-align: left;
  margin-left: 15px;
}


.ys_bg .ys .ys_box .hd ul li:nth-child(3){
  position: absolute;
  text-align: center;
  left: 650px;
  top: 5px;
  width: 135px;
}

.ys_bg .ys .ys_box .hd ul li:nth-child(3) .ys_ico{
  float: right;
  margin-top: 18px;
}

.ys_bg .ys .ys_box .hd ul li:nth-child(3) h5{
  float: right;
  text-align: right;
  margin-right: 20px;
}

.ys_bg .ys .ys_box .hd ul li:nth-child(4){
  position: absolute;
  text-align: center;
  right: 0px;
  top: 105px;
  width: 260px;
}

.ys_bg .ys .ys_box .hd ul li:nth-child(4) .ys_ico{
  float: left;
}

.ys_bg .ys .ys_box .hd ul li:nth-child(4) h5{
  float: left;
  text-align: left;
  margin-left: 20px;
}


.ys_bg .ys .ys_box .bd{
  margin: 0 0 0 220px;
  position: relative;
  z-index: 5;
  width: 1011px;
  height: 297px;
}

.ys_bg .ys .ys_box .bd::after{
  position: absolute;
  right: 0px;
  top: 0px;
  width: 892px;
  height: 297px;
  content: "";
  z-index: -1;
  background: #fff;
  border-radius: 20px;
  opacity: 0.8;
}

.ys_bg .ys .ys_box .bd ul li{
  float: left;
  width: 1011px;
  height: 297px;
}


.ys_bg .ys .ys_box .bd ul li .ys_img{
  float: left;
  width: 260px;
  height: 260px;
  background: #fff;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 8px 6px rgba(0, 0, 0, .03);
  box-shadow: 0 0 8px 6px rgba(0, 0, 0, .03);
  margin-top: 18px;
}

.ys_bg .ys .ys_box .bd ul li .ys_img img{
  width: 240px;
  height: 240px;
  border-radius: 50%;
  margin: 10px;
}

.ys_bg .ys .ys_box .bd ul li .txt{
  float: right;
  width: 640px;
  text-align: right;
  margin-right: 60px;
} 

.ys_bg .ys .ys_box .bd ul li .txt h5{
  height: 90px;
  margin-top: 10px;
  margin-bottom: 13px;

}

.ys_bg .ys .ys_box .bd ul li .txt h5 em{
  display: inline-block;
  font-size: 60px;
  color: #2f318b;
  font-family: Arial Black;
  margin-right: 35px;
}

.ys_bg .ys .ys_box .bd ul li .txt h5 span{
  display: inline-block;
  font-size: 12px;
  color: #999999;
  font-family: Arial, Helvetica, sans-serif;
}

.ys_bg .ys .ys_box .bd ul li .txt h5 span i{
  display: block;
  font-size: 22px;
  color: #333333;
  font-weight: bold;
}

.ys_bg .ys .ys_box .bd ul li .txt p{
  font-size: 14px;
  color: #666666;
  line-height: 36px;

}



/* product */ 

.product{
  width: 1300px;
  height: 870px;
  margin: 80px auto 0 auto;

}

.product .pro_t{
  height: 115px;
}

.product .pro_t .title{
  float: left;
}

 .product .pro_t .pro_list {
  float: right;
  width: 771px;
  height: 85px;
  background: #ffffff;
  border-radius: 65px;
  -webkit-box-shadow: 0 0 8px 6px rgba(0, 0, 0, .03);
  box-shadow: 0 0 8px 6px rgba(0, 0, 0, .03);
  margin-top: 5px;
}

 .product .pro_t .pro_list ul li {
  float: left;
  position: relative;
  z-index: 5;
  width: 164px;
  height: 85px;
  margin: 0 45px;
}

 .product .pro_t .pro_list ul li a {
  display: block;
  text-align: center;
}

 .product .pro_t .pro_list ul li a em {
  display: block;
  margin: 0 auto;
  background: url(../images/pro_ico2.png) no-repeat center;
  width: 28px;
  height: 28px;
  opacity: 0;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

 .product .pro_t .pro_list ul li a span {
  font-size: 18px;
  color: #333333;
  display: inline-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/pro_ico1.png) no-repeat left center;
  padding-left: 42px;
  max-width: 122px;
  margin-top: 3px;
  letter-spacing: 1px;
}

 .product .pro_t .pro_list ul li a i {
  font-size: 12px;
  color: #7284bd;
  font-family: Arial, Helvetica, sans-serif;
  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;
  opacity: 0;
  margin-top: 1px;
}

 .product .pro_t .pro_list ul li::after {
  position: absolute;
  left: 0;
  top: -52px;
  content: "";
  z-index: -1;
  width: 100%;
  height: 0px;
  background: #ffffff;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}





.product .pro_t .pro_list .productmore {
  float: left;
  position: relative;
  z-index: 5;
  width: 164px;
  height: 85px;
  margin: 0 45px;
}

 .product .pro_t .pro_list .productmore a {
  display: block;
  text-align: center;
}

 .product .pro_t .pro_list .productmore a em {
  display: block;
  margin: 0 auto;
  background: url(../images/pro_ico2.png) no-repeat center;
  width: 28px;
  height: 28px;
  opacity: 0;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

 .product .pro_t .pro_list .productmore a span {
  font-size: 18px;
  color: #333333;
  display: inline-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/pro_ico1.png) no-repeat left center;
  padding-left: 42px;
  max-width: 122px;
  margin-top: 3px;
  letter-spacing: 1px;
}

 .product .pro_t .pro_list .productmore a i {
  font-size: 12px;
  color: #7284bd;
  font-family: Arial, Helvetica, sans-serif;
  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;
  opacity: 0;
  margin-top: 1px;
}

 .product .pro_t .pro_list .productmore::after {
  position: absolute;
  left: 0;
  top: -52px;
  content: "";
  z-index: -1;
  width: 100%;
  height: 0px;
  background: #ffffff;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}



.product .pro_t .pro_list .productmore:hover::after {
  height: 137px;
  -webkit-box-shadow: 0 0 8px 6px rgba(0, 0, 0, .03);
  box-shadow: 0 0 8px 6px rgba(0, 0, 0, .03);
}

 .product .pro_t .pro_list .productmore:hover a em {
  opacity: 1;
  margin: -23px auto 0 auto;
}

 .product .pro_t .pro_list .productmore:hover a span {
  display: block;
  background: none;
  padding-left: 0px;
  max-width: 164px;
  color: #324ea2;
  font-weight: bold;
  margin-top: 15px;
}

 .product .pro_t .pro_list .productmore:hover a i {
  opacity: 1;
}























 .product .pro_t .pro_list ul li.on::after {
  height: 137px;
  -webkit-box-shadow: 0 0 8px 6px rgba(0, 0, 0, .03);
  box-shadow: 0 0 8px 6px rgba(0, 0, 0, .03);
}

 .product .pro_t .pro_list ul li.on a em {
  opacity: 1;
  margin: -23px auto 0 auto;
}

 .product .pro_t .pro_list ul li.on a span {
  display: block;
  background: none;
  padding-left: 0px;
  max-width: 164px;
  color: #324ea2;
  font-weight: bold;
  margin-top: 15px;
}

 .product .pro_t .pro_list ul li.on a i {
  opacity: 1;
}


.product .pro_box{
  margin: 0 auto;
  width: 1360px;
}

.product .pro_box ul li{
  float: left;
  width: 385px;
  height: 340px;
  background: #ffffff;
  -webkit-box-shadow: 0 0 8px 6px rgba(0, 0, 0, .03);
  box-shadow: 0 0 8px 6px rgba(0, 0, 0, .03);
  margin: 0 68px 40px 0;
}

.product .pro_box ul li .pic{
  width: 345px;
  height: 220px;
  margin: 20px auto 0 auto;
}

.product .pro_box ul li .pic img{
  width: 345px;
  height: 220px;
}

.product .pro_box ul li .txt{
  width: 345px;
  margin:  0 auto;
} 

.product .pro_box ul li .txt h5{
  float: left;
  width: 247px;

}

.product .pro_box ul li .txt h5 a{
  display: block;
}

.product .pro_box ul li .txt h5 a i{
  font-size: 18px;
  color: #000000;
  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: 15px;
  height: 40px;
  line-height: 40px;
}

.product .pro_box ul li .txt h5 a em{
  display: block;
  border-top: 1px dashed #e2e2e2;
  background: url(../images/pro_ico3.png) no-repeat left 10px;
  height: 23px;
}

.product .pro_box ul li .txt .more{
  float: right;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  margin-top: 25px;
  background: #e9e9e9;
  position: relative;
  z-index: 5;

}

.product .pro_box ul li .txt .more a{
  display: block;
  width: 56px;
  height: 56px;
  background: url(../images/more.png) no-repeat center;
}

.product .pro_box ul li .txt .more::after{
  position: absolute;
  left: 50%;
  top: 50%;
  content: "";
  z-index: -1;
  width: 0%;
  height: 0px;
  background: #2f318b;
  border-radius: 50%;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.product .pro_box ul li:hover .txt .more::after{
  width: 100%;
  height: 100%;
  left: 0;
  top: 0px;

}

.product .pro_box ul li:hover .txt h5 a i{
  font-weight: bold;

}


/* about */ 

.ab_bg{
  width: 100%;
  height: 872px;
  margin: 50px auto 0 auto;
  background: url(../images/ab_bg.jpg) no-repeat left center;
  overflow: hidden;
  position: relative;
  z-index: 5;
}

.ab_bg .ab_ico{
  position: absolute;
  left: -120px;
  bottom: 95px;
  z-index: -1;
  font-size: 230px;
  color: #2f318b;
  font-family: "Impact";
  text-transform: uppercase;
  line-height: 193px;
  opacity: 0.03;
}

.ab_bg .about{
  margin: 0 auto;
  width: 1300px;
}

.ab_bg .about .ab_l{
  width: 640px;
  float: left;
  margin-top: 100px;
}

.ab_bg .about .ab_l .ab_txt{
  margin-top: 75px;
}

.ab_bg .about .ab_l .ab_txt h5 a{
  display: block;
  font-size: 26px;
  color:  #333333;
  font-weight: bold;

}

.ab_bg .about .ab_l .ab_txt p{
  font-size: 15px;
  color:  #666666;
  line-height: 38px;
  height: 228px;
  overflow: hidden;
  margin-top: 30px;
}

.ab_bg .about .ab_l .ab_time{
  border-bottom: 1px solid #2f318b;
  display: inline-block;
  height: 95px;
  margin-top: 120px;
} 

.ab_bg .about .ab_l .ab_time i{
  width: 112px;
  height: 28px;
  line-height: 28px;
  background:  #2f318b;
  font-size: 22px;
  color: #ffffff;
  display: block;
  text-align: center;
  float: left;
  margin-top: 67px;
}

.ab_bg .about .ab_l .ab_time span{
  font-size: 109px;
  color: #333;
  font-family: "Impact";
  display: block;
  float: left;
  line-height: 95px;
  margin-left: 8px;
}

.ab_bg .about .ab_l .ab_time em{
  font-size: 22px;
  color: #333;
  margin-left: 15px;
  display: inline-block;
}

.ab_bg .about .ab_r{
  float: right;
  margin-top: 78px;
  width: 555px;
}

.ab_bg .about .ab_r .ab_xt{
  width: 559px;
  height: 79px;
  margin-right: -50px;
  background: url(../images/ab_xt.png) no-repeat top center;
}

.ab_bg .about .ab_r .ab_xt i{
  display: block;
  font-size: 15px;
  color: #444444;
  padding: 37px 0 0 35px;
  letter-spacing: 4.5px;
}

.ab_bg .about .ab_r .ab_img{
  margin-top: 56px;
  width: 866px;
  height: 658px;

} 

.ab_bg .about .ab_r .ab_img img{
  width: 866px;
  height: 658px;
  border-top-left-radius: 132px;
}


/* news */ 

.news{
  margin: 80px auto 85px auto;
  width: 1300px;
}

.news .news_t{
  height: 118px;
}

.news .news_t .title{
  float: left;
}

.news .news_t .news_list{
  float: right;
  margin-top: 25px;
} 


.news .news_t .news_list ul li{
  float: left;
  width: 170px;
  height: 47px;
  line-height: 47px;
  position: relative;
  z-index: 5;
  margin-left: 20px;
}

.news .news_t .news_list ul li a{
  display: block;
  font-size: 16px;
  color:  #333333;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  padding-left: 70px;
}

.news .news_t .news_list ul li.n1 a{
  background: url(../images/news1.png) no-repeat  30px center;
}

.news .news_t .news_list ul li.n2 a{
  background: url(../images/news2.png) no-repeat  30px center;
}

.news .news_t .news_list ul li.n3 a{
  background: url(../images/news3.png) no-repeat  30px center;
}

.news .news_t .news_list ul li::after{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 0%;
  height: 100%;
  background: #2f318b;
  border-radius: 45px;
  content: "";
  z-index: -1;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.news .news_t .news_list ul li.on a{
  color: #fff;
}

.news .news_t .news_list ul li.on::after{
  width: 100%;
}

.news .news_t .news_list ul li.n1.on a{
  background: url(../images/news11.png) no-repeat  30px center;
}

.news .news_t .news_list ul li.n2.on a{
  background: url(../images/news22.png) no-repeat  30px center;
}

.news .news_t .news_list ul li.n3.on a{
  background: url(../images/news33.png) no-repeat  30px center;
}


.news .news_box{
  margin: 0 auto;
}


.news .news_box .news_top{
  width: 1360px;
  height: 492px;
}

.news .news_box .news_top ul li{
  float: left;
  width: 420px;
  height: 490px;
  border: 1px solid #fff;
  background: #ffffff;
  margin-right: 20px;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -webkit-box-shadow: 0 0 8px 6px rgba(0, 0, 0, .02);
  box-shadow: 0 0 8px 6px rgba(0, 0, 0, .02);
}

.news .news_box .news_top ul li .txt{
  width: 380px;
  height: 185px;
  margin: 0 auto;
  padding-top: 35px;
}

.news .news_box .news_top ul li .txt a{
  font-size: 18px;
  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;
}


.news .news_box .news_top ul li .txt em{
  font-size: 14px;
  color: #999999;
  padding-left: 65px;
  background: url(../images/buttom1.png) no-repeat left center;
  margin: 20px 0 25px 0;
  display: block;
}


.news .news_box .news_top ul li .txt p{
  font-size: 14px;
  color: #999999;
  line-height: 30px;
  height: 60px;
  overflow: hidden;
}


.news .news_box .news_top ul li .news_img{
  width: 380px;
  height: 250px;
  overflow: hidden;
  margin: 0 auto;
}

.news .news_box .news_top ul li .news_img img{
  width: 380px;
  height: 250px;
  -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 ul li:hover{
  border: 1px solid #073996;

}

.news .news_box .news_top ul li:hover  .news_img img{
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
}


.news .news_box .list{
  margin: 35px auto 0 auto;
  width: 1300px;
  height: 211px;
  background: #fff;
  -webkit-box-shadow: 0 0 8px 6px rgba(0, 0, 0, .02);
  box-shadow: 0 0 8px 6px rgba(0, 0, 0, .02);
} 


.news .news_box .list ul li{
  float: left;
  width: 369px;
  margin: 0 27px 0 35px;
}

.news .news_box .list ul li:last-child{
  margin-right: 0;
}

.news .news_box .list ul li .nr{
  height: 130px;
  border-bottom: 1px solid #eeeeee;
  position: relative;


}


.news .news_box .list ul li .nr .time{
  float: left;
  width: 77px;
  margin-top: 45px;

}

.news .news_box .list ul li .nr .time span{
  display: block;
  font-size: 40px;
  color: #333333;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 34px;
}

.news .news_box .list ul li .nr .time i{
  display: block;
  font-size: 12px;
  color: #999999;
  font-family: Arial, Helvetica, sans-serif;
  margin-top: 15px;
}

.news .news_box .list ul li .nr .txt{
  float: right;
  width: 287px;
  margin-top: 42px;

}

.news .news_box .list ul li .nr .txt a{
  font-size: 18px;
  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;
}

.news .news_box .list ul li .nr .txt p{
  font-size: 15px;
  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;
  margin-top: 12px;
}

.news .news_box .list ul li .more{
  margin: 15px auto 0 auto;
}

.news .news_box .list ul li .more a{
  display: block;
  height: 31px;
  line-height: 31px;
}

.news .news_box .list ul li .more a i{
  display: block;
  float: left;
  font-size: 16px;
  color: #999;

}

.news .news_box .list ul li .more a em{
  display: block;
  float: right;
  width: 29px;
  height: 29px;
  line-height: 26px;
  border: 1px solid #000000;
  border-radius: 50%;
  font-size: 18px;
  color: #333333;
  text-align: center;
}


.news .news_box .list ul li .nr::after{
  position: absolute;
  left: 0;
  bottom: 0px;
  content: "";
  width: 0%;
  height: 1px;
  background: #2f318b;
  -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:hover .nr .txt a{
  color:  #2f318b;
}

.news .news_box .list ul li:hover .nr::after{
  width: 100%;
}