
/*-----------------------------------------------------------*/
/*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: 860px;
  background: #fff;
  overflow: hidden;
}

.fullSlide .bd {
  width: 100%;
  height: 860px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
}


.fullSlide .bd ul {
  width: 100% ;
}

.fullSlide .bd li {
  width: 100% ;
  height: 860px;
  overflow: hidden;
  text-align: center;
  position: relative;
}

.fullSlide .bd li a {
  display: block;
  height: 860px;
}

.fullSlide .bd li span{
  display: block;
  position: absolute;
  right: 85px;
  top: 358px;
  font-size: 18px;
  color: #005eb8;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
}

.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: 12px;
  height: 12px;
  border-radius: 50%;
  margin: 12px;
  overflow: hidden;
  line-height: 99px;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
  background: #fff;
}

.fullSlide .hd ul .on {
  background: #005eb8;
  -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%;
}

.fullSlide .banner_button{
  position: absolute;
  right: 85px;
  top: 130px;
  background: url(../images/banner_xt.png) no-repeat 35px center;
  height: 422px;
  width: 44px;
  z-index: 5;
}

.fullSlide .banner_button  i{
  display: block;
  font-size: 18px;
  color: #333333;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  margin-top: 265px;
  height: 50px;
  line-height: 50px;
  border-top: 1px solid #005eb8;
  text-align: right;
}

/*trait*/

.trait{
  width: 1300px;
  margin: -50px auto 0 auto;
  position: relative;
  z-index: 9;

}

.trait ul li{
  width: 400px;
  height: 100px;
  border-radius: 5px;
  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);
  float: left;
  margin-right: 50px;
}

.trait ul li:last-child{
  margin-right: 0;
}

.trait ul li span img{
  display: block;
  float: left;
  margin: 25px 0 0 20px;
  width: 50px;
  height: 50px;

}

.trait ul li:nth-child(2) span img{
  animation: msClock 1.2s linear infinite;
  animation: msClock 1.2s linear infinite;
}

@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);
  }
}

.trait ul li p{
  float: left;
  margin: 20px 0 0 20px;
  font-size: 14px;
  color: #666666;
  line-height: 30px;
}

.trait ul li p span{
  display: block;
  font-size: 14px;
  color: #666666;
}

.trait ul li p i{
  display: block;
  font-size: 24px;
  color: #333333;
  font-weight: bold;
  line-height: 25px;
}

/* 询盘*/
i {
  font-weight: normal;
  font-style: normal;
}

.topxunpan {
  position: relative;
  display: inline-block;
  z-index: 5;

}


.topxunpan .xp {
  position: relative;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  color: #333333;
  cursor: pointer;
  margin: 25px 0 0 20px;


}

.topxunpan .xp img {
  position: relative;
  top: 0px;
  margin: 0 10px 0 0px;
  vertical-align: middle;
}

.topxunpan .xp i {
  padding: 0px;
  margin-left: 0px;
  margin-right: 0px;
  box-sizing: border-box;
  font-size: 16px;
  color: #333333;
}


.topxunpan .xp #xunpantip {
  z-index: 999;
  position: absolute;
  top: 60px !important;
  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: #005eb8;
  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: #005eb8;
}

.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;
}




/*title*/

.title{

}

.title span{
  display: block;
  font-size: 48px;
  color: #333333;
  font-family: 'Times New Roman', Times, serif;
  font-weight: bold;
  line-height: 50px;
}

.title span i{
  color:  #005eb8;
  font-size: 72px;
  font-family: 'Times New Roman', Times, serif;
  font-weight: bold;
  text-transform: uppercase;
}

.title h3{
  display: inline-block;
  font-size: 24px;
  color: #333333;
  background: url(../images/pro_t.png) no-repeat right 18px;
  padding-right: 150px;
}


/*product*/

.product{
  margin: 75px auto 0 auto;
  width: 1300px;
}

.product .pro_box{
  overflow: hidden;
}

.product .pro_box .pro_l{
  float: left;
  width: 976px;
}
 
.product .pro_box .pro_l .pro_t{
  height: 87px;

}

.product .pro_box .pro_l .pro_t .title{
  float: left;
}

.product .pro_box .pro_l .pro_t .more a{
  display: block;
  float: right;
  width: 64px;
  height: 64px;
  background: #005eb8 url(../images/more.png) no-repeat center;
  border-radius: 8px;
  margin-top: 10px;
  -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 .pro_t .more a:hover{
  border-radius: 50%;
}

.product .pro_box .pro_l .pro_nr{
  margin: 50px auto 0 auto;
  position: relative;
  height: 462px;
}

.product .pro_box .pro_l .pro_nr .bd{
  width: 976px;
}

.product .pro_box .pro_l .pro_nr .bd ul li{
  float: left;
  width: 976px;
}

.product .pro_box .pro_l .pro_nr .bd ul li .txt{
  float: left;
  position: relative;
  width: 365px;
  margin-top: 37px;
}

.product .pro_box .pro_l .pro_nr .bd ul li .txt h5 a{
  font-size: 20px;
  color: #363636;
  font-weight: bold;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;

}

.product .pro_box .pro_l .pro_nr .bd ul li .txt p{
  font-size: 14px;
  color: #666666;
  line-height: 28px;
  height: 56px;
  overflow: hidden;
  margin-top: 20px;
}

.product .pro_box .pro_l .pro_nr .bd ul li .txt .more{
  position: absolute;
  left: 0;
  top: 215px;
  background: #fff;
  width: 494px;
  height: 60px;
  line-height: 60px;
  border-left: 5px solid #005eb8;
  -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_box .pro_l .pro_nr .bd ul li .txt .more a{
  display: inline-block;
  font-size: 16px;
  color: #666666;
  font-family: Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  padding-left: 30px;
  padding-right: 35px;
  background: url(../images/more1.png) no-repeat right center;
}

.product .pro_box .pro_l .pro_nr .bd ul li:hover .txt h5 a{
  color: #005eb8;
}

.product .pro_box .pro_l .pro_nr .bd ul li .pic{
  float: right;
  width: 560px;
  height: 460px;
  border: 1px solid #dddddd;

}

.product .pro_box .pro_l .pro_nr .bd ul li .pic img{
  width: 540px;
  height: 440px;
  margin: 10px;
}

.product .pro_box .pro_l .hd{
  position: absolute;
  left: 0;
  top: 392px;
  z-index: 5;
}

.product .pro_box .pro_l .hd ul li{
  float: left;
  width: 22px;
  height: 45px;
  line-height: 45px;
  border-radius: 50%;
  border: 1px solid #e1e1e1;
  font-size: 16px;
  color: #333;
  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;
  padding-left: 23px;
  margin-right: 22px;
  position: relative;
}

.product .pro_box .pro_l .hd ul li::after{
  position: absolute;
  left: 13px;
  top: 0px;
  content: "0";
  font-size: 16px;
  color: #333;
  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;
}

.product .pro_box .pro_l .hd ul li.on{
  background: #f8c7dd;
  border: 1px solid #f8c7dd;
  color: #212b8c;
}

.product .pro_box .pro_l .hd ul li.on::after{
  color: #212b8c;
}

.product .pro_box .pro_list{
  float: right;
  width: 265px;
} 

.product .pro_box .pro_list ul li{
  width: 265px;
  height: 70px;
  background: #fafbfc;
  margin-bottom: 12px;
  padding-top: 20px;
  position: relative;
  z-index: 5;
}

.product .pro_box .pro_list ul li a{
  padding-left: 65px;
  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;
  background: url(../images/buttom2.png) no-repeat 25px 12px;
}

.product .pro_box .pro_list ul li a i{
  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;
   font-size: 12px;
   color: #999999;
   margin-top: 5px;


}

.product .pro_box .pro_list ul li::after{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 0px;
  height: 100%;
  background: url(../images/pro_list.png) no-repeat left center;
  content: "";
  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_box .pro_list ul li.on::after{
  width: 100%;
}

.product .pro_box .pro_list ul li.on a i{
  color: #fff;

}

.product .pro_box .pro_list ul li.on a{
  color: #fff;
  background: url(../images/buttom3.png) no-repeat 25px 12px;
}

.product .pro_show{
  width: 1360px;
  margin: 30px auto 0 auto;
} 

.product .pro_show ul li{
  float: left;
  margin-right: 32px;
  width: 302px;
}

.product .pro_show ul li .pic{
  width: 300px;
  height: 240px;
  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 img{
  width: 280px;
  height: 220px;
  margin: 10px;
}

.product .pro_show ul li .txt{
  height: 40px;
  line-height: 40px;
  margin: 0 auto;
  width: 280px;
}

.product .pro_show ul li .txt h5 a{
  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;
  float: left;
  width: 180px;
}

.product .pro_show ul li .txt .more{
  display: block;
  float: right;
  background: url(../images/buttom4.png) no-repeat left center;
  padding-left: 30px;
  font-size: 14px;
  color: #999;
  font-family: Arial, Helvetica, sans-serif;
  text-transform: uppercase;
}

.product .pro_show ul li:hover .pic{
  border: 1px solid #005eb8;

}

.product .pro_show ul li:hover .txt h5 a{
  color: #005eb8;
}



/*ys*/

.ys_bg{
  width: 100%;
  height: 950px;
  margin: 80px auto 0 auto;
  background: url(../images/ys_bg.jpg) no-repeat center;
}

.ys_bg .ys{
  width: 1300px;
  margin: 0 auto;
  padding-top: 70px;
  position: relative;
}

.ys_bg .ys .title{
  position: absolute;
  left: 0;
  top: 80px;
  z-index: 5;
}

.ys_bg .ys .title h3{
  color:  #fff;
  letter-spacing: 2px;
}

.ys_bg .ys .ys_box{
  margin: 0 auto;
  position: relative;
}

.ys_bg .ys .ys_box .hd{
  float: left;
  width: 370px;
  position: relative;
  margin-top: 230px;
  margin-left: 48px;
}


.ys_bg .ys .ys_box .hd ul li{
  height: 50px;
  margin-bottom: 120px;
  position: relative;
  

}

.ys_bg .ys .ys_box .hd ul li.ys1{
  margin-left: 64px;
}

.ys_bg .ys .ys_box .hd ul li.ys2{
  margin-left: 12px;
}

.ys_bg .ys .ys_box .hd ul li.ys4{
  margin-left: 27px;
}

.ys_bg .ys .ys_box .hd ul li em{
  display: block;
  float: left;
  width: 16px;
  height: 16px;
  background: #b1c0db;
  border-radius: 50%;
  margin: 17px 15px 0 0;
  -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 h6{
  font-size: 60px;
  color: #fefeff;
  font-weight: bold;
  font-family: 'Times New Roman', Times, serif;
  float: left;
  line-height: 50px;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.ys_bg .ys .ys_box .hd ul li h5{
  float: left;
  margin-left: 30px;
  font-size: 20px;
  color: #fff;

}

.ys_bg .ys .ys_box .hd ul li h5 i{
  display: block;
  font-size: 12px;
  color: #aebdd6;
  font-family: Arial, Helvetica, sans-serif;
}

.ys_bg .ys .ys_box .hd ul li.on em{
  background: #fff;

}

.ys_bg .ys .ys_box .hd ul li.on h6{
  color: #f8c7dd;
}

.ys_bg .ys .ys_box .hd ul li::after{
  position: absolute;
  left: -47px;
  top: 25px;
  width: 0px;
  height: 2px;
  background: #ffffff;
  content: "";
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.ys_bg .ys .ys_box .hd ul li.on::after{
  width: 30px;
}

.ys_bg .ys .ys_box .bd{
  float: right;
  width: 820px;
}

.ys_bg .ys .ys_box .bd ul li{
  float: left;
  width: 820px;
}

.ys_bg .ys .ys_box .bd ul li .ys_img{
  width: 612px;
  height: 610px;
  background: url(../images/ys_list.png) no-repeat center;
  margin-left: 120px;

}

.ys_bg .ys .ys_box .bd ul li .ys_img img{
  width: 574px;
  height: 574px;
  border-radius: 50%;
  margin: 27px 0 0 18px;

}

.ys_bg .ys .ys_box .bd ul li .txt{
  position: relative;
  top: -50px;

} 

.ys_bg .ys .ys_box .bd ul li .txt h5{
  padding-top: 80px;
  font-size: 30px;
  color:  #fff;
  font-weight: bold;
  background: url(../images/buttom7.png) no-repeat top left;
  line-height: 35px;
}

.ys_bg .ys .ys_box .bd ul li .txt p{
  font-size: 14px;
  color: #dfe0eb;
  line-height: 36px;
  margin-top: 25px;

}


/*case*/

.case{
  width: 1300px;
  margin: 60px auto 0 auto;
}

.case .case_box{
  margin: 40px auto 0 auto;
  position: relative;
}

.case .case_box .bd{
  width: 1300px;
}

.case .case_box .bd ul li{
  float: left;
  width: 400px;
  height: 485px;
  margin: 0 50px 0 0;
}

.case .case_box .bd 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;
}

.case .case_box .bd ul li .pic img{
  width: 380px;
  height: 280px;
  margin: 10px;
}

.case .case_box .bd ul li .txt{
  height: 55px;
  line-height: 55px;
  margin: 0 auto;
  width: 380px;
}

.case .case_box .bd ul li .txt h5 a{
  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;
  float: left;
  width: 280px;
}

.case .case_box .bd ul li .txt .more{
  display: block;
  float: right;
  background: url(../images/buttom4.png) no-repeat left center;
  padding-left: 30px;
  font-size: 14px;
  color: #999;
  font-family: Arial, Helvetica, sans-serif;
  text-transform: uppercase;
}

.case .case_box .bd ul li .num{
  margin: 32px auto 0 auto;
  text-align: center;
  position: relative;
}

.case .case_box .bd ul li .num span{
  display: block;
  font-size: 100px;
  color: #f7f8fc;
  font-family: "Impact";
  line-height: 85px;
}

.case .case_box .bd ul li .num em{
  display: block;
  width: 0px;
  height: 1px;
  background: #005eb8;
  margin: 0 auto;
  position: absolute;
  z-index: 5;
  left: 50%;
  top: 42px;
  -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 .num i{
  display: block;
  width: 8px;
  height: 8px;
  background: #333333;
  border-radius: 50%;
  margin: 0px auto 0 auto;
  position: relative;
  top: -46px;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  z-index: 5;
}

.case .case_box .bd ul li:hover .num em{
  width: 204px;
  left: 98px;
}

.case .case_box .bd ul li:hover .num i{
  width: 10px;
  height: 10px;
  background: #fff;
  border: 3px solid #005eb8;
  top: -50px;
}

.case .case_box .next{
  position: absolute;
  left: 0;
  top: 406px;
  z-index: 5;
  cursor: pointer;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #f8c7dd url(../images/left.png) no-repeat  center;

}

.case .case_box .prev{
  position: absolute;
  right: 0;
  top: 406px;
  z-index: 5;
  cursor: pointer;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #005eb8 url(../images/right.png) no-repeat  center;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.case .case_box .prev:hover{
  background: #f8c7dd url(../images/right.png) no-repeat  center;
}

.case .case_box::after{
  width: 100%;
  height: 1px;
  background: #e0e0e0;
  position: absolute;
  left: 0;
  top: 431px;
  content: "";
}


.case .case_box .bd ul li:hover .txt h5 a{
  color: #005eb8;
}

/*about*/

.ab_bg{
  width: 100%;
  height: 858px;
  margin: 0 auto;
  background: url(../images/ab_bg.jpg) no-repeat bottom center;
  overflow: hidden;
}

.ab_bg .about{
  width: 1300px;
  margin: 0 auto;
}

.ab_bg .about .ab_l{
  float: left;
  width: 640px;
  margin-top: 15px;
  position: relative;
}

.ab_bg .about .ab_l .txt{
  margin-top: 50px;
  overflow: hidden;
}

.ab_bg .about .ab_l .txt h5{
  font-size: 22px;
  color: #333333;
  letter-spacing: 3px;

}

.ab_bg .about .ab_l .txt p{
  font-size: 15px;
  color: #666666;
  line-height: 36px;
  height: 144px;
  overflow: hidden;
  margin-top: 25px;
}

.ab_bg .about .ab_l .txt .more{
  display: block;
  margin-top: 70px;
  padding-left: 65px;
  background: url(../images/more2.png) no-repeat left center;
  height: 24px;
  line-height: 24px;
  float: right;
  font-size: 18px;
  color: #333;
  font-family: Arial, Helvetica, sans-serif;
  text-transform: capitalize;
  -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 .txt .more:hover{
  transform: translateX(-10px);
}

.ab_bg .about .ab_l .ry{
  position: absolute;
  left: 0;
  top: 415px;

} 

.ab_bg .about .ab_l .ry .pic{
  background: url(../images/ry_bg.png) no-repeat center;
  width: 262px;
  height: 200px;

}

.ab_bg .about .ab_l .ry .pic img{
  width: 222px;
  height: 157px;
  margin: 21px 0 0 21px;
}

.ab_bg .about .ab_l .ry .txt_t{
  height: 60px;
  line-height: 60px;
  text-align: center;

} 

.ab_bg .about .ab_l .ry .txt_t a{
  font-size: 16px;
  color: #ffffff;
  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;
}

.ab_bg .about .ab_l .zx{
  margin-top: 285px;
}

.ab_bg .about .ab_l .zx .tel{
  float: left;
  background: url(../images/tel1.png) no-repeat left center;
  height: 50px;
  padding-left: 70px;

}

.ab_bg .about .ab_l .zx .tel span{
  display: block;
  font-size: 16px;
  color: #fff;
  line-height: 22px;
}

.ab_bg .about .ab_l .zx .tel i{
  display: block;
  font-size: 24px;
  color: #fff;
  font-weight: bold;
  line-height: 30px;
}

.ab_bg .about .ab_l .zx .zixun{
  float: left;
  margin-left: 80px;
  border-radius: 45px;
  background: #f8c7dd;
  width: 163px;
  height: 40px;
  line-height: 40px;
  margin-top: 5px;
  -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 .zx .zixun a{
  display: block;
  text-align: center;
  font-size: 16px;
  color: #212b8c;
}

.ab_bg .about .ab_l .zx .zixun:hover{
  transform: translateY(-10px);
}


.ab_bg .about .ab_r{
  float: right;
  width: 599px;
}

.ab_bg .about .ab_r .ab_img{
  width: 599px;
  height: 666px;

}

.ab_bg .about .ab_r .ab_img img{
  width: 599px;
  height: 666px;
}

.ab_bg .about .ab_r .ab_list{
  margin: 50px 0 0 -60px;
  width: 710px;
} 

.ab_bg .about .ab_r .ab_list ul li{
  float: left;
  width: 175px;
  height: 85px;
  border-right: 1px solid #2676c3;
}

.ab_bg .about .ab_r .ab_list ul li:last-child{
  border-right: none;
}

.ab_bg .about .ab_r .ab_list ul li a{
  display: block;
  text-align: center;
}

.ab_bg .about .ab_r .ab_list ul li a span{
  display: block;
  width: 46px;
  height: 43px;
  margin: 0 auto;
}

.ab_bg .about .ab_r .ab_list ul li a i{
  display: block;
  font-size: 16px;
  color: #ffffff;
  margin-top: 25px;
}

.ab_bg .about .ab_r .ab_list ul li.ab1 a span{
  background: url(../images/ab1.png) no-repeat center;
}

.ab_bg .about .ab_r .ab_list ul li.ab2 a span{
  background: url(../images/ab2.png) no-repeat center;
}

.ab_bg .about .ab_r .ab_list ul li.ab3 a span{
  background: url(../images/ab3.png) no-repeat center;
}

.ab_bg .about .ab_r .ab_list ul li.ab4 a span{
  background: url(../images/ab4.png) no-repeat center;
}

.ab_bg .about .ab_r .ab_list ul li.on a i{
  color: #f8c7dd;
}

.ab_bg .about .ab_r .ab_list ul li.ab1.on a span{
  background: url(../images/ab11.png) no-repeat center;
}

.ab_bg .about .ab_r .ab_list ul li.ab2.on a span{
  background: url(../images/ab22.png) no-repeat center;
}

.ab_bg .about .ab_r .ab_list ul li.ab3.on a span{
  background: url(../images/ab33.png) no-repeat center;
}

.ab_bg .about .ab_r .ab_list ul li.ab4.on a span{
  background: url(../images/ab44.png) no-repeat center;
}


/*news*/

.news{
  margin: 70px auto 0 auto;
  width: 1300px;
  height: 740px;
}

.news .news_t{
  height: 85px;
}

.news .news_t .title{
  float: left;
}

.news .news_t .news_list{
  float: right;
  margin-top: 15px;
} 

.news .news_t .news_list ul li{
  float: left;
  padding-left: 30px;
  position: relative;
  margin-left: 120px;
}

.news .news_t .news_list ul li a{
  display: block;
  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;
}

.news .news_t .news_list ul li a i{
  display: block;
  font-size: 14px;
  color: #999999;
  font-family: Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  margin-top: 2px;
}

.news .news_t .news_list ul li::after{
  position: absolute;
  left: 0px;
  top: 8px;
  width: 0px;
  height: 0px;
  background: #005eb8;
  border-radius: 50%;
  content: "";
  -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.casehover::after{
  width: 11px;
  height: 11px;
}

.news .news_t .news_list ul li.casehover a{
  color: #005eb8;
}

.news .news_box{
  margin: 55px auto 0 auto;
  width: 1380px;
}

.news .news_box .news_top{
  height: 155px;
}

.news .news_box .news_top ul li{
  float: left;
  width: 390px;
  margin-right: 65px;
}

.news .news_box .news_top ul li .time{
  float: left;
  width: 50px;
  text-align: center;

}

.news .news_box .news_top ul li .time span{
  display: block;
  font-size: 30px;
  color: #333;
  font-family: "Impact";
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  line-height: 30px;
  margin-top: 3px;
}

.news .news_box .news_top ul li .time i{
  display: block;
  font-size: 12px;
  color: #999999;
  font-family: Arial, Helvetica, sans-serif;
  margin: 3px 0 12px 0;
}

.news .news_box .news_top ul li .time .more{
  display: block;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  background:  #e9e9e9 url(../images/more3.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 .news_box .news_top ul li .txt{
  float: right;
  width: 320px;
}

.news .news_box .news_top ul li .txt a{
  width: 320px;
  height: 32px;
  line-height: 20px;
  border-bottom: 1px solid #efefef;
  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 ul li .txt p{
  font-size: 14px;
  color: #666666;
  line-height: 28px;
  height: 56px;
  overflow: hidden;
  margin-top: 18px;
}

.news .news_box .news_top ul li:hover .time span{
  color: #005eb8;
}

.news .news_box .news_top ul li:hover .time .more{
  background:  #f8c7dd url(../images/more3.png) no-repeat center;

}

.news .news_box .list{
  margin: 0 auto;
} 

.news .news_box .list ul li{
  float: left;
  width: 392px;
  margin-right: 63px;
}

.news .news_box .list ul li .news_img{
  width: 390px;
  height: 280px;
  border:1px solid #dddddd;

}

.news .news_box .list ul li .news_img a{
  display: inline-block;
  width: 370px;
  height: 260px;
  margin: 10px;
  overflow: hidden;
}

.news .news_box .list ul li .news_img img{
  width: 370px;
  height: 260px;
  overflow: hidden;
  -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 .txt{
  margin: 0 auto;
  height: 162px;
  border-bottom: 1px solid #dddddd;
} 

.news .news_box .list ul li .txt h5 a{
  height: 65px;
  line-height: 65px;
  padding-left: 35px;
  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;
  background: url(../images/buttom6.png) no-repeat left center;
}

.news .news_box .list ul li .txt p{
  font-size: 14px;
  color: #888;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.news .news_box .list ul li .txt .more{
  height: 60px;
  line-height: 60px;
  margin-top: 17px;

}

.news .news_box .list ul li .txt .more a{
  font-size: 15px;
  color: #333333;
  float: left;
  display: block;
  text-transform: uppercase;
}

.news .news_box .list ul li .txt .more span{
  display: block;
  float: right;
  font-size: 16px;
  color: #999999;
  font-family: Arial, Helvetica, sans-serif;
}

.news .news_box .list ul li:hover .txt h5 a{
  color: #005eb8;
}

.news .news_box .list ul li:hover .news_img img{
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
}


/*links*/

.links{
  width: 1300px;
  margin: 80px auto 0 auto;
}

.links .links_t{
  float: left;
  background: url(../images/links.png) no-repeat left bottom;
  width: 153px;
  height: 40px;
}

.links .links_t i{
  display: block;
  font-size: 16px;
  color: #333333;
  letter-spacing: 3px;
  text-align: center;
  line-height: 20px;
}

.links .yq{
  float: right;
  width: 1105px;
  margin-top: 10px;
} 

.links .yq a{
  font-size: 14px;
  color: #666666;
  margin-right: 15px;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.links .yq a:hover{
  color: #005eb8;
}