
/*-----------------------------------------------------------*/
/*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%;
  overflow: hidden;
  position: relative;
  top: -190px;
}

.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;
}


.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;
  left: 4%;
  top: 50%;
  z-index: 5;
  cursor: pointer;
}

.banner .swiper-pagination {
  width: 100%;
  bottom: 30px;
}

.banner .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 15px;
  background-color: #fff;
  width: 10px;
  height: 10px;
  opacity: 1;
  border-radius: 0;
  border-radius: 50%;
}

.banner .swiper-pagination-bullets .swiper-pagination-bullet-active {
  background-color: #1873d3;
}




/* title */

.title{
  background: url(../images/title.png) no-repeat left 40px;
  padding-left: 90px;
  margin-left: -90px;
  position: relative;
}

.title img{
  display: block;
}

.title h3{
  font-size: 16px;
  color: #999;
  font-weight: normal;
  line-height: 30px;
  margin-top: -32px;
  position: relative;
  z-index: 5;
  margin-left: 38px;
}

.title h3 a{
  display: block;

}

.title h3 i{
  font-size: 26px;
  color: #333333;
  font-weight: bold;

}

.title h3 span{
  font-size: 14px;
  color: #333333;
  font-weight: normal;
  margin: 0 7px;
}


/* product */

.pro_bg{
  width: 100%;
  margin: -110px auto 0 auto;
  overflow: hidden;
}

.pro_bg .product{
  width: 1300px;
  margin: 0 auto;
}

.pro_bg .product .pro_t{
  height: 120px;

}

.pro_bg .product .pro_t .title{
  float: left;
}

.pro_bg .product .pro_t .pro_list{
  float: right;
  width: 1010px;
  height: 100px;
  margin-top: 10px;
  -webkit-box-shadow: 0 0 8px 6px rgba(0, 0, 0, .02);
  box-shadow: 0 0 8px 6px rgba(0, 0, 0, .02);
  margin-right: -310px;
}

.pro_bg .product .pro_t .pro_list ul li{
  float: left;
  text-align: center;
  position: relative;
  z-index: 5;
  width: 232px;
  height: 100px;
  border-right: 1px solid #efefef;
}

.pro_bg .product .pro_t .pro_list ul li 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;
  margin-top: 31px;
}

.pro_bg .product .pro_t .pro_list ul li a i{
  display: block;
  font-size: 12px;
  color: #ccc;
  font-family: Arial, Helvetica, sans-serif;
  text-transform: capitalize;
  margin-top: 6px;
}

.pro_bg .product .pro_t .pro_list ul li::after{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 0;
  height: 6px;
  background: #1873d3;
  content: "";
  z-index: -1;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.pro_bg .product .pro_t .pro_list ul li.on::after{
  width: 100%;
}

.pro_bg .product .pro_t .pro_list ul li.on a{
  font-weight: bold;
}

.pro_bg .product .pro_show{
  margin: 40px auto 0 auto;
  height: 372px;

} 

.pro_bg .product .pro_show .pic{
  float: left;
  background: url(../images/buttom3.png) no-repeat left top;
  width: 545px;
  height: 372px;
}

.pro_bg .product .pro_show .pic img{
  width: 426px;
  height: 299px;
  margin: 58px 0 0 73px;


}

.pro_bg .product .pro_show .txt{
  float: right;
  width: 685px;
  margin-top: 43px;
  position: relative;
  z-index: 5;
}

.pro_bg .product .pro_show .txt h5 a{
  font-size: 20px;
  color: #333;
  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;
}

.pro_bg .product .pro_show .txt p{
  font-size: 16px;
  color: #777777;
  line-height: 42px;
  height: 126px;
  overflow: hidden;
  margin-top: 12px;
}

.pro_bg .product .pro_show .txt .more{
  font-size: 18px;
  color: #444444;
   font-family: Arial, Helvetica, sans-serif;
   text-transform: uppercase;
   background: url(../images/more.png) no-repeat left center;
   height: 58px;
   line-height: 58px;
   padding-left: 238px;
   display: block;
   margin-top: 80px;
   -webkit-transition: all 0.5s ease-out;
   -o-transition: all 0.5s ease-out;
   transition: all 0.5s ease-out;
}

.pro_bg .product .pro_show .txt span{
  display: block;
  font-size: 117px;
  color: #f7f7f7;
   font-family: Arial Black;
   text-transform: uppercase;
  position: absolute;
  left: 0;
  top: 225px;
  z-index: -1;
  line-height: 90px;
}

.pro_bg .product .pro_show:hover .txt h5 a{
  color: #1873d3;
}

.pro_bg .product .pro_show:hover .txt .more{
  color: #1873d3;

}


.pro_bg .product .pro_box{
  margin: 25px auto 0 auto;
  width: 1360px;
}

.pro_bg .product .pro_box ul li{
  float: left;
  width: 302px;
  margin-right: 33px;
}

.pro_bg .product .pro_box ul li .pic{
  width: 300px;
  height: 230px;
  border: 1px solid #e6e6e6;
  -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 ul li .pic img{
  width: 270px;
  height: 200px;
  margin: 15px;
}

.pro_bg .product .pro_box ul li .txt{
  width: 300px;
  margin: 0 auto;
  height: 60px;
  line-height: 60px;
} 

.pro_bg .product .pro_box ul li .txt h5 a{
  font-size: 16px;
  color: #444444;
  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: 220px;
}

.pro_bg .product .pro_box ul li .txt h5 a i{
  font-size: 16px;
  color: #999999;
}

.pro_bg .product .pro_box ul li .txt .more{
  display: block;
  float: right;
  background: url(../images/more1.png) no-repeat center;
  width: 22px;
  height: 22px;
  margin: 19px 15px 0 0;
}

.pro_bg .product .pro_box ul li:hover .pic{
  border: 1px solid #1873d3;
}

.pro_bg .product .pro_box ul li:hover .txt h5 a{
  color: #1873d3;
}


/* ys */

.ys_bg{
  width: 100%;
  margin: 65px auto 0 auto;
  background: url(../images/ys_bg.jpg) no-repeat center;
  height: 750px;
  overflow: hidden;
}

.ys_bg .ys{
  width: 1300px;
  margin: 0 auto;
  position: relative;
  padding-top: 70px;
}

.ys_bg .ys .title{
  position: absolute;
  left: 0;
  top: 60px;
  background: url(../images/ys_t1.png) no-repeat left 40px;
}

.ys_bg .ys .title h3{
  color: #fff;

}

.ys_bg .ys .title h3 i{
  color: #fff;
}

.ys_bg .ys .title h3 span{
  color: #fff;
}

.ys_bg .ys .ys_box{
  margin: 0px auto 0 auto ;
}

.ys_bg .ys .ys_box .bd{
  float: left;
  margin-top: 220px;
  width: 370px;
}

.ys_bg .ys .ys_box .bd ul li{
  width: 370px;
  float: left;
}

.ys_bg .ys .ys_box .bd ul li h5{
  font-size: 24px;
  color: #fff;
  font-weight: bold;
  margin-left: -15px;
  padding-left: 15px;
  background: url(../images/ys_xt.png) no-repeat left bottom;
  width: 100px;

}

.ys_bg .ys .ys_box .bd ul li p{
  margin-top: 50px;
  font-size: 16px;
  color: #fff;
  line-height: 36px;
}

.ys_bg .ys .ys_box .hd{
  position: absolute;
  top: 85px;
  left: 430px;

} 

.ys_bg .ys .ys_box .hd ul li{
  height: 30px;
  line-height: 30px;
  margin-bottom: 110px;

}

.ys_bg .ys .ys_box .hd ul li.ys1{
  margin-left: 135px;
}

.ys_bg .ys .ys_box .hd ul li.ys2{
  margin-left: 30px;
}


.ys_bg .ys .ys_box .hd ul li.ys3{
  margin-left: 0px;
}

.ys_bg .ys .ys_box .hd ul li.ys4{
  margin-left: 32px;
}

.ys_bg .ys .ys_box .hd ul li h5{
  padding-left: 40px;
  font-size: 18px;
  color: #444;
  background: url(../images/buttom6.png) no-repeat left center;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.ys_bg .ys .ys_box .hd ul li.on h5{
  font-weight: bold;
  color: #1873d3;
  background: url(../images/buttom5.png) no-repeat left center;
}

.ys_bg .ys .ys_button{
  position: absolute;
  top: 630px;
  left: 0;
  height: 24px;
  line-height: 24px;
  background: url(../images/buttom4.png) no-repeat  center;
  width: 255px;
} 

.ys_bg .ys .ys_button .next{
  float: left;
  background: url(../images/left.png) no-repeat left center;
  padding-left: 27px;
  font-size: 18px;
  color: #fff;
  cursor: pointer;
}

.ys_bg .ys .ys_button .prev{
  float: right;
  padding-right: 27px;
  font-size: 18px;
  color: #fff;
  background: url(../images/right.png) no-repeat right center;
  cursor: pointer;
}

/* case */

.case{
  width: 1300px;
  margin: 80px auto 0 auto;
  height: 795px;
}

.case .case_l{
  float: left;
  width: 586px;
}

.case .case_l .case_show{
  margin-top: 35px;

}

.case .case_l .case_show .pic{
  width: 586px;
  height: 394px;
  background: #f7f7f7;

}

.case .case_l .case_show .pic img{
  width: 554px;
  height: 362px;
  margin: 16px;
}

.case .case_l .case_show .txt{
  margin: 3px 7px 0 7px;

} 

.case .case_l .case_show .txt h5 a{
  font-size: 18px;
  color: #444444;
  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;
  line-height: 60px;
}

.case .case_l .case_show .txt p{
  font-size: 15px;
  color: #666666;
  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;
}

.case .case_l .case_show .txt .more{
  display: block;
  margin-top: 16px;
  background: url(../images/more.png) no-repeat left center;
  height: 58px;
  line-height: 58px;
  padding-left: 230px;
  font-size: 18px;
  color: #333;
  font-weight: bold;
  font-family: 'Times New Roman', Times, serif;
}

.case .case_l:hover .case_show .txt h5 a{
  color: #1873d3;
}

.case .case_r{
  float: right;
  width: 650px;
}

.case .case_r ul li{
  width: 650px;
  height: 225px;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 40px;

}

.case .case_r ul li:last-child{
  border-bottom: none;
}

.case .case_r ul li .txt{
  float: left;
  margin-left: 15px;
  width: 330px;

}

.case .case_r ul li .txt h5 a{
  font-size: 16px;
  color: #444;
  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;
  height: 55px;
  line-height: 55px;
}
.case .case_r ul li .txt p{
  font-size: 15px;
  color: #666;
  line-height: 30px;
  height: 60px;
  overflow: hidden;
}

.case .case_r ul li .txt .more{
  display: block;
  margin-top: 30px;
  font-size: 18px;
  color: #333;
  font-weight: bold;
  font-family: 'Times New Roman', Times, serif;
  position: relative;
  z-index: 5;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.case .case_r ul li .txt .more::after{
  position: absolute;
  left: 0px;
  top: 3px;
  content: "";
  z-index: -1;
  width: 0px;
  height: 0px;
  background: #1873d3;
   border-radius: 50%;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.case .case_r ul li.on .txt .more{
  padding-left: 10px;
  
}

.case .case_r ul li.on .txt .more::after{
  width: 21px;
  height: 21px;
}

.case .case_r ul li .pic{
  float: right;
  width: 260px;
  height: 185px;
  overflow: hidden;
} 

.case .case_r ul li .pic img{
  width: 260px;
  height: 185px;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.case .case_r ul li.on .pic img{
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);

}


/* about */

.ab_bg{
  width: 100%;
  margin: 0 auto;
  background: url(../images/ab_bg.jpg) no-repeat center;
  height: 740px;
  overflow: hidden;
}

.ab_bg .about{
  width: 1300px;
  margin: 0 auto;
}

.ab_bg .about .ab_l{
  float: left;
  width: 650px;
  margin-top: 60px;
}

.ab_bg .about .ab_l .txt{
  margin-top: 55px;
  width: 555px;

}

.ab_bg .about .ab_l .txt h5{
  font-size: 20px;
  color: #333;
  font-weight: bold;
}

.ab_bg .about .ab_l .txt p{
  font-size: 15px;
  color: #666666;
  line-height: 36px;
  height: 144px;
  overflow: hidden;
  margin-top: 15px;
}


.ab_bg .about .ab_l .txt .more{
  width: 142px;
  height: 43px;
  line-height: 43px;
  background: #1873d3;
  margin-top: 40px;

}

.ab_bg .about .ab_l .txt .more a{
  display: block;
  text-align: center;
  font-size: 15px;
  color: #fff;
}


.btn{

  width: 142px;
  height: 43px;

  position: relative;

  width: var(--btn-w);

color: var(--primary);

  cursor: pointer

}



.btn a{

}



:root {

--bg: #3C465C;

--primary: #1873d3;

--solid: #fff;

--btn-w: 142px;

--dot-w: calc(var(--btn-w)*.2);

--tr-X: calc(var(--btn-w) - var(--dot-w))

}



.dot {

content: '';

position: absolute;

top: 0;

width: var(--dot-w);

height: 100%;

border-radius: 100%;

-webkit-transition: all 1000ms ease;

transition: all 1000ms ease;

display: none;

}



.dot:after {

content: '';

position: absolute;

left: calc(50% - .4em);

top: -.4em;

height: .8em;

width: .8em;

background: var(--primary);

border-radius: 1em;

border: .25em solid var(--solid);

box-shadow: 0 0 .7em var(--solid), 0 0 2em var(--primary)

}



.btn:hover .dot,

.btn:focus .dot {

-webkit-animation: atom 2s infinite linear;

animation: atom 2s infinite linear;

display: block

}


@-webkit-keyframes atom {
0% {
  -webkit-transform: translateX(0) rotate(0);
  transform: translateX(0) rotate(0)
}

30% {
  -webkit-transform: translateX(var(--tr-X)) rotate(0);
  transform: translateX(var(--tr-X)) rotate(0)
}

50% {
  -webkit-transform: translateX(var(--tr-X)) rotate(180deg);
  transform: translateX(var(--tr-X)) rotate(180deg)
}

80% {
  -webkit-transform: translateX(0) rotate(180deg);
  transform: translateX(0) rotate(180deg)
}

100% {
  -webkit-transform: translateX(0) rotate(360deg);
  transform: translateX(0) rotate(360deg)
}
}

@keyframes atom {
0% {
  -webkit-transform: translateX(0) rotate(0);
  transform: translateX(0) rotate(0)
}

30% {
  -webkit-transform: translateX(var(--tr-X)) rotate(0);
  transform: translateX(var(--tr-X)) rotate(0)
}

50% {
  -webkit-transform: translateX(var(--tr-X)) rotate(180deg);
  transform: translateX(var(--tr-X)) rotate(180deg)
}

80% {
  -webkit-transform: translateX(0) rotate(180deg);
  transform: translateX(0) rotate(180deg)
}

100% {
  -webkit-transform: translateX(0) rotate(360deg);
  transform: translateX(0) rotate(360deg)
}
}


.ab_bg .about .ab_l .ab_list{
  margin-top: 55px;
  width: 700px;
}

.ab_bg .about .ab_l .ab_list ul li{
  float: left;
  width: 250px;
  height: 88px;
  position: relative;
  margin-right: 130px;
}

.ab_bg .about .ab_l .ab_list ul li:last-child{
  margin-right: 0;
}

.ab_bg .about .ab_l .ab_list ul li a{
  display: block;
}

.ab_bg .about .ab_l .ab_list ul li a span{
  display: block;
  float: left;
  font-size: 18px;
  color: #333333;
  font-weight: bold;
}

.ab_bg .about .ab_l .ab_list ul li a span i{
  display: block;
  font-size: 14px;
  color: #333333;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  margin-bottom: 5px;
}

.ab_bg .about .ab_l .ab_list ul li a img{
  display: block;
  float: right;
  margin-top: 20px;
  margin-right: 10px;
}

.ab_bg .about .ab_l .ab_list ul li:last-child a img{
  margin-right: 50px;
}

.ab_bg .about .ab_l .ab_list ul li::after{
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 0px;
  height: 1px;
  background: #333333;
  content: "";
  -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{
  width: 100%;
}

.ab_bg .about .ab_img{
  float: right;
  width: 903px;
  height: 650px;
  margin-right: -310px;
  position: relative;
} 

.ab_bg .about .ab_img img{
  width: 903px;
  height: 650px;
}

.ab_bg .about .ab_img::before, .ab_bg .about .ab_img::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background: rgba(255, 255, 255, 0);
  transition: all 0.7s ease-in-out;
}

.ab_bg .about .ab_img:hover::before {
  right: 50%;
  left: 50%;
  width: 0;
  background: rgba(255, 255, 255, .2);
}

.ab_bg .about .ab_img:hover::after {
  height: 0;
  top: 50%;
  bottom: 50%;
  background: rgba(255, 255, 255, .2);
}


.ab_bg .about .ab_img{
  float: right;
  width: 900px;
  height: 740px;
  margin-right: -310px;
} 

.ab_bg .about .ab_img img{
  width: 900px;
  height: 740px;
}



/* news */

.news{
  width: 1300px;
  margin: 80px auto 0 auto;
  height: 570px;
}

.news .news_l{
  float: left;
  width: 325px;
}

.news .news_l .news_list{
  margin-top: 40px;
  width: 276px;
  height: 402px;
  background: #f8f8f8;
}

.news .news_l .news_list ul li{
  position: relative;
  z-index: 5;
  width: 276px;
  height: 64px;
  padding: 35px 0;
}

.news .news_l .news_list ul li a{
  margin-left: 40px;
  width: 146px;
  height: 64px;
  line-height: 64px;
  display: block;
  font-size: 20px;
  color: #333333;
  border-bottom: 1px solid #dedede;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;

}

.news .news_l .news_list ul li a i{
  display: block;
  float: right;
  background: #fff url(../images/more3.png) no-repeat center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  margin-top: 20px;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.news .news_l .news_list ul li::after{
  position: absolute;
  left: -22px;
  top: 0px;
  width: 0px;
  height: 100%;
  background: #fff;
  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_l .news_list ul li.casehover::after{
  width: 298px;
  -webkit-box-shadow: 0 0 8px 6px rgba(0, 0, 0, .03);
  box-shadow: 0 0 8px 6px rgba(0, 0, 0, .03);
}

.news .news_l .news_list ul li.casehover a{
  font-size: 20px;
  color: #1873d3;
  font-weight: bold;
}

.news .news_l .news_list ul li.casehover a{
  border-bottom: 1px solid #fff;
}

.news .news_l .news_list ul li.casehover a i{
  background: #f8f8f8 url(../images/more2.png) no-repeat center;
}


.news .news_box{
  float: right;
  width: 960px;
} 

.news .news_box .news_top{
  width: 960px;
  height: 277px;
  background: #f7f7f7;
}

.news .news_box .news_top .pic{
  float: left;
  width: 268px;
  height: 201px;
  margin: 38px 0 0 38px;
}

.news .news_box .news_top .pic img{
  width: 268px;
  height: 201px;

}

.news .news_box .news_top .txt{
  float: left;
  width: 525px;
  margin-left: 55px;
  margin-top: 38px;
  position: relative;
} 

.news .news_box .news_top .txt h5 a{
  font-size: 18px;
  color: #444;
  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;
  height: 70px;
  line-height: 70px;
}

.news .news_box .news_top .txt p{
  font-size: 14px;
  color: #666666;
  line-height: 30px;
  height: 60px;
  overflow: hidden;
}

.news .news_box .news_top .txt span{
  display: block;
  font-size: 14px;
  color: #999999;
  font-family: Arial, Helvetica, sans-serif;
  margin-top: 40px;
}

.news .news_box .news_top .txt .more{
  display: block;
  background: url(../images/buttom1.png) no-repeat  center;
  width: 60px;
  height: 54px;
  position: absolute;
  right: -74px;
  top: 185px;
}

.news .news_box .news_top .txt .more i{
  display: block;
  background: url(../images/more4.png) no-repeat  center;
  width: 60px;
  height: 54px;
}

.news .news_box .news_top:hover .txt h5 a{
  color: #1873d3;
}

.news .news_box .list{
  margin: 5px auto 0 auto;
} 

.news .news_box .list ul li{
  float: left;
  height: 92px;
  line-height: 92px;
  width: 445px;
  border-bottom: 1px solid #eeeeee;
  margin-right: 70px;
  position: relative;

}

.news .news_box .list ul li:nth-child(2n){
  margin-right: 0;
}

.news .news_box .list ul li span{
  display: block;
  float: left;
  font-size: 14px;
  color: #999999;
  font-family: Arial, Helvetica, sans-serif;
  width: 130px;
  margin-left: 25px;
  background: url(../images/buttom2.png) no-repeat right center;
}

.news .news_box .list ul li span i{
  font-size: 30px;
  color: #cccccc;
  font-family: Arial Black;
  margin-right: 5px;
}

.news .news_box .list ul li  a{
  font-size: 16px;
  color: #444444;
  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: right;
  width: 265px;
}

.news .news_box .list ul li::after{
  position: absolute;
  left: 0px;
  bottom: 0px;
  content: "";
  background: #1873d3;
  z-index: -1;
  width: 0;
  height: 1px;
  -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  a{
  color: #1873d3;
}

.news .news_box .list ul li:hover::after{
  width: 100%;
}


/* message */

.message_bg{
  width: 100%;
  height: 340px;
  margin: 80px auto 0 auto;
  background: url(../images/message_bg.jpg) no-repeat  bottom center;
}

.message_bg .message{
  width: 1300px;
  margin: 0 auto;
}

.message_bg .message .m_l{
  float: left;
  width: 860px;
  height: 340px;
  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);
}

.message_bg .message .m_l .m_nr{
  margin-top: 30px;
  margin-bottom: 45px;
  height: 50px;
}

.message_bg .message .m_l .form-group1{
  float: left;
  width: 350px;
  height: 50px;
  border-bottom: 1px solid #e7e7e7;
  margin: 0 0 0 48px;


} 

.message_bg .message .m_l .form-group1 input{
  width: 350px;
  height: 50px;
  background: url(../images/m1.png) no-repeat  left center;
  text-indent: 40px;
  font-size: 14px;
  color: #333;
}

.message_bg .message .m_l .form-group2{
  float: left;
  width: 350px;
  height: 50px;
  border-bottom: 1px solid #e7e7e7;
  margin: 0 0 0 75px;


} 

.message_bg .message .m_l .form-group2 input{
  width: 350px;
  height: 50px;
  background: url(../images/m2.png) no-repeat  left center;
  text-indent: 40px;
  font-size: 14px;
  color: #333;
}

.message_bg .message .m_l .form-group3{
  float: left;
  width: 350px;
  height: 50px;
  border-bottom: 1px solid #e7e7e7;
  margin: 0 0 0 48px;


} 

.message_bg .message .m_l .form-group3 textarea{
  width: 350px;
  height: 37px;
  background: url(../images/m3.png) no-repeat  left center;
  text-indent: 40px;
  font-size: 14px;
  color: #333;
  padding-top: 13px;
}

.message_bg .message .m_l .form-group4{
  float: left;
  width: 350px;
  height: 50px;
  border-bottom: 1px solid #e7e7e7;
  margin: 0 0 0 75px;


} 

.message_bg .message .m_l .form-group4 input{
  width: 220px;
  height: 50px;
  background: url(../images/m4.png) no-repeat  left center;
  text-indent: 40px;
  font-size: 14px;
  color: #333;
  float: left;
}

.message_bg .message .m_l .form-group4 .imgcode{
  float: right;
  width: 91px;
  height: 30px;
  margin-top: 10px;
}

.message_bg .message .m_l .anniu{
  float: left;
  width: 430px;
  height: 96px;
  margin-top: 69px;
}

.message_bg .message .m_l .anniu button{
  border: none;
  cursor: pointer;
  width: 430px;
  height: 96px;
  background: #f3f3f3;
   font-size: 18px;
   color: #222222;
   font-weight: bold;
   -webkit-transition: all 0.5s ease-out;
   -o-transition: all 0.5s ease-out;
   transition: all 0.5s ease-out;
}

.message_bg .message .m_l .anniu button:hover{
  color: #1873d3;
}

.message_bg .message .m_l .zx{
  float: left;
  width: 430px;
  height: 96px;
  line-height: 96px;
  margin-top: 69px;
  background: #fcfcfc;
  position: relative;
  z-index: 5;
}

.message_bg .message .m_l .zx a{
  display: block;
  text-align: center;
  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;
}

.message_bg .message .m_l .zx::after{
  position: absolute;
  left: 0px;
  top: 0px;
  content: "";
  z-index: -1;
  width: 0%;
  height: 100%;
  background: #1873d3;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.message_bg .message .m_l .zx:hover::after{
  width: 100%;
}

.message_bg .message .m_l .zx:hover a{
  color: #fff;
}

.message_bg .message .m_r{
  float: right;
  width: 385px;
} 

.message_bg .message .m_r .ry{
  background: url(../images/ry_bg.png) no-repeat  center;
  width: 383px;
  height: 264px;
}

.message_bg .message .m_r .ry img{
  width: 342px;
  height: 222px;
  margin: 21px 0 0 21px;

}

.message_bg .message .m_r .links{
  margin-top: 26px;
  width: 383px;
  height: 50px;
  border: 1px solid #ffffff;
}

.message_bg .message .m_r .links .links_t{
  float: left;
  width: 130px;
  height: 50px;
  line-height: 50px;
  background: #ffffff;
}

.message_bg .message .m_r .links .links_t i{
  display: block;
  padding-left: 55px;
  font-size: 18px;
  color: #444444;
  font-weight: bold;
  text-transform: uppercase;
  background: url(../images/links.png) no-repeat 20px center;
}

.message_bg .message .m_r .links .yq{
  float: right;
  width: 253px;
  height: 50px;
  overflow: hidden;
} 

.message_bg .message .m_r .links .yq ul li{
  height: 50px;
  line-height: 50px;
  border-bottom: 1px solid #eee;
}

.message_bg .message .m_r .links .yq ul li a{
  font-size: 16px;
  color: #fff;
  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;
  text-align: center;
}

.message_bg .message .m_r .links:hover .yq{
  height: auto;
  background: #1873d3;

}
