
/*-----------------------------------------------------------*/
/*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: 98%;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
}
.banner .swiper-slide {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
}
.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: 5%;
  top: 50%;
  z-index: 5;
  cursor: pointer;
  background-size: contain;
}
.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: 5%;
  top: 50%;
  background-size: contain;
}
.banner .swiper-pagination {
  width: 100%;
  bottom: 40px;
  left: 0;
}
.banner .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 15px;
  background-color: #fff;
  width: 10px;
  height: 10px;
  opacity: 1;
  border-radius: 50%;
}

.banner .swiper-pagination-bullets .swiper-pagination-bullet-active {
  background-color: #083b97;
}


/* trait */

.trait_bg{
  margin: 0 auto;
  width: 100%;
}

.trait_bg .trait{
  width: 1280px;
  margin: 0 auto;
  height: 90px;
}

.trait_bg .trait .trait_l{
  float: left;
  width: 510px;
  line-height: 90px;
  background: url(../images/xt.png) no-repeat right center;
}

.trait_bg .trait .trait_l span{
  display: block;
  font-size: 15px;
  color: #333333;
  padding-left: 35px;
  background: url(../images/buttom1.png) no-repeat left center;
}

.trait_bg .trait .trait_c{
  float: left;
  width: 458px;
  height: 90px;
  background: url(../images/xt.png) no-repeat right center;
  text-align: center;
}

/* 询盘*/
i {
  font-weight: normal;
  font-style: normal;
}

.topxunpan {
  position: relative;
  display: inline-block;
  z-index: 9999;
  text-align: center;
  padding-top: 30px;
}


.topxunpan .xp {
  position: relative;
  line-height: 30px;
  font-size: 16px;
  color:  #333;
  cursor: pointer;

}

.topxunpan .xp img {
  position: relative;
  margin: 0px 12px 0px 0px;
  display: inline-block;
  position: relative;
  top: 3px;
}


.topxunpan .xp i {
  padding: 0px;
  margin-left: 0px;
  margin-right: 0px;
  box-sizing: border-box;
  font-size: 16px;
  color:  #333;

}


.topxunpan .xp #xunpantip {
  z-index: 999;
  position: absolute;
  top: -35px ;
  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: #083b97 ;
  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: #083b97 ;
}

.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;
}

.trait_bg .trait .tel{
  float: right;
  line-height: 90px;
  font-size: 20px;
  color: #333;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  background: url(../images/tel.png) no-repeat left center;
  padding-left: 37px;
}


/* title*/

.title{

}

.title img{
  display: block;
}

.title h3{
  font-size: 26px;
  color: #333333;
  padding-left: 82px;
  background: url(../images/title.png) no-repeat left center;
  margin-top: 10px;
}

.title h3 a{
  display: block;
}





/* product*/

.pro_bg{
  width: 100%;
  height: 990px;
  margin: 0 auto;
  background: url(../images/pro_bg.jpg) no-repeat top center;
}

.pro_bg  .product{
  margin: 0 auto;
  width: 1280px;
  position: relative;
  padding-top: 85px;
}

.pro_bg  .product .title{
  position: absolute;
  left: 0px;
  top: 70px;
  z-index: 5;

}

.pro_bg  .product .pro_box{
  margin: 0 auto;
  position: relative;
}

.pro_bg  .product .pro_box .pro_show{
  padding-top: 120px;
  width: 1020px;
  height: 390px;
  position: relative;
  z-index: 5;
}

.pro_bg  .product .pro_box .pro_show .pro_xt{
  position: absolute;
  right: 0px;
  bottom: 10px;
  z-index: -1;
  background: url(../images/pro_ico.png) no-repeat center;
  width: 355px;
  height: 112px;
}

.pro_bg  .product .pro_box .pro_show .pic{
  float: left;
  width: 520px;
  height: 390px;
  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);
  overflow: hidden;
}

.pro_bg  .product .pro_box .pro_show .pic img{
  width: 500px;
  height: 370px;
  margin: 10px;
  -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 .txt{
  float: right;
  width: 450px;

}

.pro_bg  .product .pro_box .pro_show .txt h5 a{
  font-size: 24px;
  color: #333333;
  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: 30px;
  margin: 60px 0 40px 0;
}

.pro_bg  .product .pro_box .pro_show:hover .txt h5 a{
  color: #083b97;

}

.pro_bg  .product .pro_box .pro_show .txt em{
  display: block;
  width: 450px;
  height: 1px;
  background: #e9e9e9;
}

.pro_bg  .product .pro_box .pro_show .txt p{
  font-size: 14px;
  color: #999999;
  line-height: 36px;
  height: 72px;
  overflow: hidden;
  margin-top: 25px;
}

.pro_bg  .product .pro_box .pro_show .txt .more{
  display: block;
  font-size: 14px;
  color: #333333;
  font-family: Arial, Helvetica, sans-serif;
  padding-left: 170px;
  line-height: 54px;
  background: url(../images/more.png) no-repeat left center;
  margin-top: 50px;
}


.pro_bg  .product .pro_box .pro_list{
  position: absolute;
  right: 0px;
  top: 0px;
  width: 180px;
}

.pro_bg  .product .pro_box .pro_list ul li{
  width: 180px;
  height: 80px;
  line-height: 80px;
  position: relative;
  z-index: 5;
  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-bottom: 25px;
}

.pro_bg  .product .pro_box .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;
  text-align: center;
}

.pro_bg  .product .pro_box .pro_list ul li::after{
  position: absolute;
  width: 0%;
  height: 100%;
  left: 0;
  top: 0px;
  content: "";
  z-index: -1;
  background: #083b97;
  -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_list ul li:hover::after{
  width: 100%;

}

.pro_bg  .product .pro_box .pro_list ul li:hover a{
  color: #fff;
}

.pro_bg  .product .pro_box .pro_list ul li.on::after{
  width: 100%;

}

.pro_bg  .product .pro_box .pro_list ul li.on a{
  color: #fff;
}

.pro_bg  .product .pro_nr{
  margin: 40px auto 0 auto;
  width: 1360px;
} 

.pro_bg  .product .pro_nr ul li{
  float: left;
  width: 300px;
  margin-right: 25px;
}

.pro_bg  .product .pro_nr ul li .pic{
  width: 300px;
  height: 225px;
  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);

}

.pro_bg  .product .pro_nr ul li .pic img{
  width: 280px;
  height: 205px;
  margin: 10px;
}

.pro_bg  .product .pro_nr ul li .txt{
  margin: 20px auto 0 auto;
  height: 25px;
  line-height: 25px;
  width: 280px;
} 

.pro_bg  .product .pro_nr ul li .txt a{
  display: block;

}

.pro_bg  .product .pro_nr ul li .txt a span{
  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;
  float: left;
  width: 175px;
}

.pro_bg  .product .pro_nr ul li .txt a em{
  display: block;
  float: right;
  font-size: 14px;
  color: #999999;
  font-family: Arial, Helvetica, sans-serif;
  width: 65px;
  height: 25px;
  text-align: center;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  border-radius: 45px;
}


.pro_bg  .product .pro_nr ul li:hover .txt a span{
  color: #083b97;

}

.pro_bg  .product .pro_nr ul li:hover .txt a em{
  background: #083b97;
  color: #fff;

}


/* ys*/

.ys_bg{
  width: 100%;
  height: 920px;
  margin: 0 auto;
  background: url(../images/ys_bg.jpg) no-repeat top center;
  overflow: hidden;
  position: relative;
  z-index: 5;
}

.particle_star {
  width:8px;
  height:8px;
  position:absolute;
  background: rgba(255, 255, 255, 0.3);
  box-shadow:0px 0px 17px 4px #f5deb3;
  border-radius: 50%;
  opacity: 0.8;
}

.container1 {
  margin: 0 auto;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  position: absolute;
  overflow: hidden;
  z-index: -1;

}


.ys_bg  .ys{
  margin: 0 auto;
  width: 1280px;
  position: relative;
  padding-top: 80px;
}

.ys_bg  .ys .title {
  height: 185px;
}

.ys_bg  .ys .title img{
  display: block;
}

.ys_bg  .ys .title h3{
  font-size: 30px;
  color: #fff;
  padding-left: 0;
  background: none;
  margin-top: 13px;
}

.ys_bg  .ys .ys_tel{
  position: absolute;
  right: 0px;
  top: 115px;
  z-index: 5;
  background: url(../images/ys_tel.png) no-repeat left center;
  height: 28px;
  line-height: 28px;
  font-size: 16px;
  color: #fffefe;
  padding-left: 30px;
}

.ys_bg  .ys .ys_tel i{
  font-size: 24px;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-style: italic;
}

.ys_bg  .ys .ys_box{
  margin: 0 auto;
  position: relative;
} 

.ys_bg  .ys .ys_box .bd{

}

.ys_bg  .ys .ys_box .bd ul li{
  float: left;
  width: 1280px;
}

.ys_bg  .ys .ys_box .bd ul li .ys_img{
  float: left;
  width: 550px;
  height: 650px;

}

.ys_bg  .ys .ys_box .bd ul li .ys_img img{
  position: absolute;
  left: 0;
  bottom: 0px;

}

.ys_bg  .ys .ys_box .bd ul li .txt{
  float: right;
  text-align: right;
  width: 565px;
  margin-top: 90px;
}

.ys_bg  .ys .ys_box .bd ul li .txt h5{
  display: inline-block;
  margin-bottom: 20px;
  overflow: hidden;

}

.ys_bg  .ys .ys_box .bd ul li .txt h5 span{
  display: inline-block;
  font-size: 24px;
  color: #fff;
  font-weight: bold;
  text-align: left;
  position: relative;
  top: -5px;
}

.ys_bg  .ys .ys_box .bd ul li .txt h5 span i{
  display: block;
  font-size: 14px;
  color: #fff;
  opacity: 0.6;
  margin-top: 2px;
}

.ys_bg  .ys .ys_box .bd ul li .txt h5 em{
  display: inline-block;
  font-size: 80px;
  color: #f7d633;
  font-family: "Impact";
  margin-left: 45px;
  line-height: 80px;

}

.ys_bg  .ys .ys_box .bd ul li .txt b{
  display: inline-block;
  width: 338px;
  height: 1px;
  background: #ffffff;
  margin: 0px 0 65px 0;
}

.ys_bg  .ys .ys_box .bd ul li .txt p{
  font-size: 16px;
  color: #fff;
  line-height: 42px;
  opacity: 0.8;

}

.ys_bg  .ys .ys_box .prev{
  position: absolute;
  right: 0px;
  top: 490px;
  font-size: 16px;
  color: #07317d;
  font-family: Arial, Helvetica, sans-serif;
  text-transform: capitalize;
  text-align: center;
  width: 136px;
  height: 46px;
  line-height: 46px;
  background: rgba(255, 255, 255, 0.8);
  cursor: pointer;
}



/* case*/

.case_bg{
  margin: 70px auto 0 auto;
  width: 100%;
}

.case_bg .case{
  margin: 0 auto;
}

.case_bg .case .title{
  margin: 0 auto;
  width: 1280px;
}

.case_bg .case .case_box{
  margin: 30px auto 0 auto;
  position: relative;
  width: 1320px;
}

.case_bg .case .case_box .swiper-container{
  padding: 20px 0;
}

.case_bg .case .case_box .swiper-slide{
  position: relative;


}

.case_bg .case .case_box .swiper-slide .nr{
  width: 97%;
  height: 550px;
  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: 0 auto;
}

.case_bg .case .case_box .swiper-slide .num{
  font-size: 30px;
  color: #333333;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 85px;
  width: 90%;
  margin: 0 auto;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.case_bg .case .case_box .swiper-slide .pic{
  width: 90%;
  height: 262px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;

}

.case_bg .case .case_box .swiper-slide .pic img{
  position: absolute;
  left: 0;
  top: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;

}

.case_bg .case .case_box .swiper-slide:hover .pic img{
  transform: scale(1.1);

}

.case_bg .case .case_box .swiper-slide .txt{
  margin: 88%;
  margin: 0 5% 0 7%;

} 

.case_bg .case .case_box .swiper-slide .txt h5 a{
  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;
  line-height: 80px;

}


.case_bg .case .case_box .swiper-slide .txt em{
  display: block;
  width: 100%;
  height: 1px;
  background: #dddddd;
}

.case_bg .case .case_box .swiper-slide .txt i{
  display: block;
  width: 60px;
  height: 3px;
  background: #083b97;
  margin: -2px 0 0 0;
}

.case_bg .case .case_box .swiper-slide .txt p{
  font-size: 14px;
  color: #666666;
  line-height: 32px;
  height: 64px;
  overflow: hidden;
  margin: 30px auto 0 auto;
}

.case_bg .case .case_box .swiper-slide-next .num{
  color: #083b97;

}

.case_bg .case .case_box .swiper-slide-next .txt h5 a{
  color: #083b97;
  font-weight: bold;
}

.case_bg .case .case_box .swiper-case-next{
  cursor: pointer;
  position: absolute;
  right: 0px;
  top: -103px;
  width: 50px;
  height: 50px;
  background: url(../images/case_right.png) no-repeat center;
  margin: 0;
}

.case_bg .case .case_box .swiper-case-prev{
  cursor: pointer;
  position: absolute;
  right: 65px;
  left: auto;
  top: -103px;
  width: 50px;
  height: 50px;
  background: url(../images/case_left.png) no-repeat center;
  margin: 0;
}


/* about*/

.ab_bg{
  width: 100%;
  height: 881px;
  margin: 50px auto 0 auto;
  background: url(../images/ab_bg.jpg) no-repeat center;
  overflow: hidden;

}

.ab_bg .about{
  margin: 0 auto;
  width: 1280px;
  padding-top: 110px;
  position: relative;
}

.ab_bg .about .title h3{
  color: #fff;
  padding-left: 35px;
  background: url(../images/ab_xt.png) no-repeat left center;
  margin-top: 8px;
}

.ab_bg .about .txt{
  margin-top: 120px;
  width: 725px;
}

.ab_bg .about .txt h5{
  font-size: 24px;
  color: #fff;
  font-weight: bold;
  line-height: 30px;

}

.ab_bg .about .txt p{
  font-size: 16px;
  color: #aebcd7;
  line-height: 42px;
  overflow: hidden;
  margin-top: 38px;
}

.ab_bg .about .txt .more{
  display: block;
  margin-top: 67px;
  width: 136px;
  height: 46px;
  line-height: 46px;
  background: rgba(255, 255, 255, 0.8);
  text-align: center;
  font-size: 16px;
  color: #07317d;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.ab_bg .about .txt .more:hover{
  background: #fff;
}

.ab_bg .about .ry{
  position: absolute;
  right: 0px;
  top: 70px;
} 

.ab_bg .about .ry .pic{
  float: left;
  width: 228px;
  height: 177px;
  background: url(../images/ry_bg.png) no-repeat center;
}

.ab_bg .about .ry .pic img{
  width: 196px;
  height: 144px;
  margin: 15px 0 0 15px;

}

.ab_bg .about .ry .ry_txt{
  float: left;
  width: 320px;
  height: 150px;
  border-bottom: 1px solid #aebcd7;

} 

.ab_bg .about .ry .ry_txt a{
  display: block;
  padding-top: 75px;
  padding-left: 80px;
}

.ab_bg .about .ry .ry_txt a i{
  font-size: 16px;
  color: #aebcd7;
  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-bottom: 3px;
}

.ab_bg .about .ry .ry_txt a em{
  font-size: 24px;
  color: #aebcd7;
  font-family: Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  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*/

.news{
  margin: 70px auto 0 auto;
  width: 1280px;

}

.news .news_t{
  height: 140px;
}

.news .news_t .title{
  float: left;
}

.news .news_t .news_list{
  float: right;
  margin-top: 27px;
}

.news .news_t .news_list ul li{
  float: left;
  margin-left: 100px;
  width: 102px;
  height: 50px;
  line-height: 50px;
  position: relative;
  z-index: 5;
  border-bottom: 1px solid #cccccc;


}

.news .news_t .news_list ul li a{
  display: block;
  font-size: 16px;
  color: #333333;
  padding-left: 38px;
  -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:nth-child(1) a{
  background: url(../images/news1.png) no-repeat 2px center;
}

.news .news_t .news_list ul li:nth-child(2) a{
  background: url(../images/news2.png) no-repeat 2px center;
}

.news .news_t .news_list ul li:nth-child(3) a{
  background: url(../images/news3.png) no-repeat 2px center;
}

.news .news_t .news_list ul li::after{
  position: absolute;
  left: 0px;
  bottom: 0px;
  content: "";
  z-index: -1;
  width: 0px;
  height: 1px;
  background: #083b97;
  -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::after{
  width: 100%;
}

.news .news_t .news_list ul li.on a{
  color: #083b97;
}


.news .news_t .news_list ul li.on:nth-child(1) a{
  background: url(../images/news11.png) no-repeat 2px center;
}

.news .news_t .news_list ul li.on:nth-child(2) a{
  background: url(../images/news22.png) no-repeat 2px center;
}

.news .news_t .news_list ul li.on:nth-child(3) a{
  background: url(../images/news33.png) no-repeat 2px center;
}

.news .news_box{
  margin: 0 auto;

} 


.news .news_box .news_top{
  height: 410px;
  margin: 0 auto;
}

.news .news_box .news_top ul li{
  float: left;
  width: 400px;
  height: 410px;
  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: 40px;
  overflow: hidden;
}

.news .news_box .news_top ul li:last-child{
  margin-right: 0;
}

.news .news_box .news_top ul li .txt{
  margin: 0 auto;
  width: 350px;

}

.news .news_box .news_top ul li .txt span{
  display: block;
  font-size: 30px;
  color: #333333;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 100px;
  margin-left: 15px;
}

.news .news_box .news_top ul li .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;
  line-height: 24px;
}

.news .news_box .news_top ul li .txt em{
  display: block;
  width: 100%;
  height: 1px;
  background: #e0e0e0;
  margin: 35px auto 0 auto;
}

.news .news_box .news_top ul li .txt p{
  font-size: 14px;
  color: #999999;
  line-height: 30px;
  overflow: hidden;
  text-align: center;
  margin: 0px auto 0 auto;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  height: 0;
}

.news .news_box .news_top ul li .txt .more{
  display: block;
  margin: 0px auto 0 auto;
  border-radius: 50%;
  width: 45px;
  height: 0px;
  background: #083b97 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;
}

.news .news_box .news_top ul li .news_img{
  width: 340px;
  height: 195px;
  margin: 30px auto 0 auto;
  -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 .news_img img{
  width: 340px;
  height: 195px;
}

.news .news_box .news_top ul li:hover .txt p{
  height: 60px;
  margin: 50px auto 0 auto;

}

.news .news_box .news_top ul li:hover .txt .more{
  height: 45px;
  margin: 55px auto 0 auto;

}

.news .news_box .news_top ul li:hover .news_img{
  opacity: 0;
  height: 0;
}

.news .news_box .news_top ul li:hover .txt h5 a{
  font-weight: bold;
  color: #083b97;
}

.news .news_box .news_top ul li:hover .txt em{
  background: #083b97;
}

.news .news_box .list{
  margin: 40px auto 0 auto;
  height: 140px;
  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);
} 

.news .news_box .list ul li{
  float: left;
  height: 100px;
  width: 345px;
  border-right: 1px solid #eeeeee;
  padding: 40px 50px 0 30px;
}

.news .news_box .list ul li:last-child{
  border-right: none;
}

.news .news_box .list ul li a{
  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;
  padding-right: 25px;
  background: url(../images/more2.png) no-repeat right center;
  width: 320px;
}

.news .news_box .list ul li span{
  display: block;
  font-size: 14px;
  color: #888888;
  font-family: Arial, Helvetica, sans-serif;
  margin-top: 13px;
}

.news .news_box .list ul li:hover a{
  color: #083b97;

}


/* f_cont*/

.f_contact_bg{
  margin: 70px auto 0 auto;
  height: 180px;
  background: url(../images/contact_bg.jpg) no-repeat center;
}

.f_contact_bg .f_contact{
  margin: 0 auto;
  width: 1280px;
  height: 180px;
}

.f_contact_bg .f_contact ul li{
  float: left;
  text-align: center;
  height: 180px;
  width: 426px;

}

.f_contact_bg .f_contact ul li span{
  display: block;
  font-size: 16px;
  color: #666666;
  margin-top: 45px;
}

.f_contact_bg .f_contact ul li span img{
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;

}
.f_contact_bg .f_contact ul li p{
  font-size: 20px;
  color: #333333;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 24px;
  margin-top: 13px;
}

.f_contact_bg .f_contact ul li p i{
  display: block;
  font-size: 16px;
  color: #333333;

}