
/*-----------------------------------------------------------*/
/*copyright by 动力无限  www.btoe.cn*/
/*邮箱 btoe@btoe.cn*/
/*合作电话 400-0599-360*/
/*版权所有违者必究*/
/*-----------------------------------------------------------*/


.sjcTop,.sjcTop2,.sjcLeft,.sjcRight{
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

/*banner*/
.fullSlide {
  width: 100%;
  position: relative;
  height: 756px;
  background: #fff;
  overflow: hidden;
}

.fullSlide .bd {
  width: 100%;
  height: 756px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
}


.fullSlide .bd ul {
  width: 100% !important;
}

.fullSlide .bd li {
  width: 100% !important;
  height: 756px;
  overflow: hidden;
  text-align: center;
  position: relative;
}

.fullSlide .bd li a {
  display: block;
  height: 756px;
}


.fullSlide .hd {
  position: absolute;
  right: 123px;
  top: 310px;
  z-index: 9;
}


.fullSlide .hd ul li {
  display: block;
  position: absolute;
  right: 0px;
  top: 0px;
  font-family: 'Times New Roman', Times, serif;
  font-size: 30px;
  color: #333333;
  font-weight: bold;
  opacity: 0;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.fullSlide .hd ul li::after{
  position: absolute;
  content: "0";
  left: -15px;
  top: 1px;
  font-family: 'Times New Roman', Times, serif;
  font-size: 30px;
  color: #333333;
  font-weight: bold;
  opacity: 0;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.fullSlide .hd ul .on {
  opacity: 1;
}

.fullSlide .hd ul .on::after{
  opacity: 1;
}



.fullSlide .num {
  position: absolute;
  right: 130px;
  top: 365px;
  z-index: 9;
  padding-top: 225px;
  font-size: 20px;
  color: #333333;
  font-family: 'Times New Roman', Times, serif;
  background: url(../images/xt1.png) no-repeat top center;
}



.fullSlide .next {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 645px;
  z-index: 9;
  background: url(../images/bannerR.png) no-repeat center;
  -webkit-transition: all .5s linear;
  transition: all .5s linear;
  right: 60px;
}

.fullSlide .prev {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 645px;
  z-index: 9;
  background: url(../images/bannerL.png) no-repeat center;
  -webkit-transition: all .5s linear;
  transition: all .5s linear;
  right: 165px;
}

.fullSlide .next:hover{
  background: url(../images/bannerR1.png) no-repeat center;
}

.fullSlide .prev:hover{
  background: url(../images/bannerL1.png) no-repeat center;
}


.banner_box {
  width: 100%;
  position: relative;
  height: 756px;
  background: #fff;
  top: -106px;
  z-index: 5;
}

.banner_box::after{
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 100%;
  height: 950px;
  background: url(../images/banner_bg.png) no-repeat center;
  z-index: 1;
  pointer-events: none;
}  

.banner_box .xunpan_nr{
  position: relative;
  width: 1280px;
  margin: 0 auto;
}

/* 询盘*/
i {
  font-weight: normal;
  font-style: normal;
}

.topxunpan {
  position: absolute;
  display: block;
  left: 0;
  bottom: 45px;
  z-index: 9;


}


.topxunpan .xp {
  position: relative;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  color: #444444;
  cursor: pointer;

}

.topxunpan .xp img {
  position: relative;
  top: 0px;
  margin: 0 15px 0 0px;
  vertical-align: middle;
}

.topxunpan .xp i {
  padding: 0px;
  margin-left: 0px;
  margin-right: 0px;
  box-sizing: border-box;
  font-size: 16px;
  color: #444444;
}

.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: #3a7ad1;
  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: #3a7ad1;
}

.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 h3{
  font-size: 38px;
  letter-spacing: 30px;
  line-height: 36px;
  color: #333333;
  font-weight: bold;
  background: url(../images/title.png) no-repeat 54px center;
  display: inline-block;
}

.title h3 a{
  display: block;
  font-size: 38px;
  letter-spacing: 30px;
  line-height: 36px;
  color: #333333;
  font-weight: bold;
}

.title span{
  display: block;
  font-size: 22px;
  line-height: 36px;
  color: #464646;
  font-family: "Arial";
  text-transform: uppercase;
  margin-top: 13px;
}

.title i{
  display: block;
  background: url(../images/buttom2.png) no-repeat center;
  width: 36px;
  height: 6px;
  margin-top: 13px;
}


/*product*/

.product{
  width: 1280px;
  margin: -100px auto 0 auto;
  position: relative;
  z-index: 10;
}

.product .pro_t{
  margin: 0 auto;
  height: 285px;

}

.product .pro_t .title{
  background: url(../images/pro_t.png) no-repeat left top;
  padding-left: 65px;
  height: 140px;
  padding-top: 145px;
  float: left;
}

.product .pro_t .tel{
  float: right;
  background: url(../images/tel.png) no-repeat left 5px;
  margin-top: 70px;
  height: 60px;
  line-height: 40px;
  border-bottom: 1px solid #616161;
  width: 283px;
  font-size: 20px;
  color: #444444;
  padding-left: 60px;
}

.product .pro_t .tel i{
  font-family: 'Times New Roman', Times, serif;
  font-size: 30px;
  color: #444444;
  font-weight: bold;
}

.product .pro_list{
  margin: 5px auto 0 auto;
  width: 1360px;
  height: 235px;
} 

.product .pro_list ul li{
  float: left;
  width: 229px;
  height: 233px;
  background: url(../images/pro_list.png) no-repeat center;
  text-align: center;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  margin-right: 43px;
}

.product .pro_list ul li a{
  display: block;
  margin-top: 55px;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  display: block;
}

.product .pro_list ul li a em{
  display: block;
  font-size: 18px;
  line-height: 20px;
  color: #333333;
  font-family: "Arial";
  text-align: center;
}

.product .pro_list ul li a span{
  font-size: 20px;
  line-height: 36px;
  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;
  margin: 17px auto 18px auto ;
}

.product .pro_list ul li a i{
  display: block;
  width: 72px;
  height: 28px;
  line-height: 28px;
  border-radius: 45px;
  background: #f0f0f0;
  font-size: 12px;
  color: #333333;
  font-family: "Arial";
  text-transform: uppercase;
  margin: 0 auto;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.product .pro_list ul li.on{
  background: url(../images/pro_list1.png) no-repeat center;

}

.product .pro_list ul li.on a i{
  background: #3a7ad1;
  color: #fff;
  
}


.product .pro_box{
  margin: 40px auto 0 auto;
  width: 1360px;
} 

.product .pro_box ul li{
  width: 400px;
  height: 382px;
  border: 1px solid #f0f0f0;
  float: left;
  margin: 0 38px 47px 0;
}

.product .pro_box ul li .pic{
  width: 380px;
  height: 290px;
  background: #ffffff;
  margin: 10px;
  overflow: hidden;
}

.product .pro_box ul li .pic img{
  width: 380px;
  height: 290px;
  overflow: hidden;
  -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 .txt {
  height: 69px;
  line-height: 69px;
  border-top: 1px solid #f0f0f0;
  padding: 0 10px;
  width: 380px;
}

.product .pro_box ul li .txt h5 a{
  float: left;
  width: 250px;
  font-size: 15px;
  color: #444444;
  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-left: 40px;
  background: url(../images/buttom1.png) no-repeat left center;
}

.product .pro_box ul li .txt .more{
  display: block;
  float: right;
  width: 24px;
  height: 24px;
  line-height: 24px;
  background: #ededed;
  margin-top: 24px;
  text-align: center;
  font-size: 19px;
  color: #929292;
  -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 .pic img{
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.product .pro_box ul li:hover .txt .more{
  background: #3a7ad1;
  color: #fff;
}



/*ys*/

.ys_bg{
  width: 100%;
  margin: 50px auto 0 auto;
  background: url(../images/ys_bg.jpg) no-repeat top center;
  height: 1927px;
  overflow: hidden;
}

.ys_bg .ys{
  width: 1280px;
  margin: 0 auto;
  height: 1090px;
  position: relative;
}

.ys_bg .ys .ys_t{
  
  position: absolute;
  left: 37px;
  top: 97px;
  z-index: 5;
  width: 520px;

}

.ys_bg .ys .ys_t span{
  display: block;
  height: 65px;
  line-height: 65px;
  padding-left: 20px;
  font-size: 14px;
  color: #333333;
  font-family: "Arial";
  text-transform: uppercase;
}

.ys_bg .ys .ys_t h3{
  font-size: 32px;
  line-height: 30px;
  color: #333333;
  font-weight: bold;
  margin-top: 35px;
}

.ys_bg .ys .ys_t p{
  font-size: 16px;
  line-height: 34px;
  color: #c2c2c2;
  margin-top: 13px;
}

.ys_bg .ys .ys_t i{
  display: block;
  font-size: 14px;
  color: #333333;
  font-family: "Arial";
  text-align: right;
  text-transform: uppercase;
  margin-top: 12px;
}

.ys_bg .ys .zx{
  position: absolute;
  right: 0;
  top: 95px;
  z-index: 5;

} 

.ys_bg .ys .zx p{
  text-align: right;
  font-size: 26px;
  color: #3a7ad1;
  font-weight: bold;
  line-height: 30px;

}

.ys_bg .ys .zx .tel{
  margin-top: 20px;
  width: 388px;
  height: 62px;
  line-height: 62px;
  border-radius: 45px;
  background: #ffffff;

}

.ys_bg .ys .zx .tel span{
  display: block;
  padding-left: 85px;
  background: url(../images/ys_tel.png) no-repeat 25px center ;
  font-size: 20px;
  color: #444444;
}

.ys_bg .ys .zx .tel span i{
  font-family: 'Times New Roman', Times, serif;
  font-size: 30px;
  color: #444444;
  font-weight: bold;
}


.ys_bg .ys .ys_box{
  width: 1280px;
  margin: 0 auto;
  padding-top: 230px;
  position: relative;

}

.ys_bg .ys .ys_box .bd{
  width: 1280px;
  margin: 0 auto;
}

.ys_bg .ys .ys_box .bd ul li{
  width: 1280px;
  margin: 0 auto;
  float: left;
  position: relative;
}

.ys_bg .ys .ys_box .bd ul li .txt{
  float: left;
  margin-top: 160px;
  margin-left: 37px;
  width: 545px;
}

.ys_bg .ys .ys_box .bd ul li .txt h5{
  font-size: 20px;
  line-height: 46px;
  color: #444444;
  padding-left: 60px;
  background: url(../images/buttom3.png) no-repeat center left;
}

.ys_bg .ys .ys_box .bd ul li .txt p{
  font-size: 15px;
  line-height: 30px;
  color: #8a8a8a;
  margin-top: 20px;
}

.ys_bg .ys .ys_box .bd ul li .ys_img{
  float: right;
  width: 913px;
  height: 633px;
  margin-right: -278px;
} 

.ys_bg .ys .ys_box .bd ul li .ys_img img{
  width: 913px;
  height: 633px;

}

.ys_bg .ys .ys_box .hd{
  position: absolute;
  top: 715px;
  left: 337px;

}

.ys_bg .ys .ys_box .hd .next{
  cursor: pointer;
  float: left;
  background: url(../images/ys_left.png) no-repeat center;
  width: 120px;
  height: 48px;
  -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 .prev{
  cursor: pointer;
  float: left;
  background: url(../images/ys_right.png) no-repeat center;
  width: 120px;
  height: 48px;
  margin-left: 38px;
}

.ys_bg .ys .ys_box .hd .next:hover{
  background: url(../images/ys_left1.png) no-repeat center;
}


.ys_bg .ys .ys_list{
  width: 1360px;
  margin: 0 auto;
  height: 65px;
}


.ys_bg .ys .ys_list ul li{
  float: left;
  width: 240px;
  height: 65px;
  background: url(../images/ys_xt.png) no-repeat right center;
  margin-right: 40px;
}

.ys_bg .ys .ys_list ul li:last-child{
  background: none;
  margin-right: 0;
}

.ys_bg .ys .ys_list ul li img{
  display: block;
  float: left;
  width: 65px;
  height: 65px;
  margin-right: 10px;

}

.ys_bg .ys .ys_list ul li p{
  float: left;
}

.ys_bg .ys .ys_list ul li p span{
  display: block;
  font-size: 14px;
  color: #ffffff;
}

.ys_bg .ys .ys_list ul li  p span i{
  font-family: 'Times New Roman', Times, serif;
  font-size: 40px;
  color: #fff;
  font-weight: bold;
  line-height: 40px;
  margin-right: 3px;
}

.ys_bg .ys .ys_list ul li  p em{
  font-size: 14px;
  color: #8fbcff;
  margin-top: 3px;
  display: block;
}





/*case*/

.case{
  width: 1280px;
  margin: 0 auto;
  position: relative;
  padding-top: 75px;
}

.case .title{
  position: absolute;
  z-index: 5;
  top: 75px;
  left: 605px;
}

.case .case_box{
  position: relative;
  width: 1280px;
}

.case .case_box .case_show{
  position: relative;
  width: 1280px;
}

.case .case_box .case_show .case_l{
  float: left;
  width: 548px;
}

.case .case_box .case_show .case_l .pic{
  width: 546px;
  height: 486px;
  border: 1px solid #e7e6e0;
}

.case .case_box .case_show .case_l .pic a{
  width: 526px;
  height: 466px;
  margin: 10px;
  overflow: hidden;
  display: inline-block;
}

.case .case_box .case_show .case_l .pic img{
  width: 526px;
  height: 466px;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.case .case_box .case_show .case_l:hover .pic img{
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.case .case_box .case_show .case_l .more{
  margin: 60px 0 0 55px;
  width: 160px;
  height: 44px;
  line-height: 44px;
  border: 1px solid #666666;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
} 

.case .case_box .case_show .case_l .more a{
  display: block;
  text-align: center;
  font-size: 16px;
  color: #333333;
  text-transform: uppercase;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.case .case_box .case_show .txt{
  float: right;
  width: 675px;
  margin-top: 180px;

} 

.case .case_box .case_show .txt a{
  font-size: 18px;
  line-height: 32px;
  color: #333333;
  font-weight: bold;
  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;
}

.case .case_box .case_show .txt i{
  display: block;
  width: 70px;
  height: 4px;
  background: #3a7ad1;
  margin: 10px 0 20px 0;
}

.case .case_box .case_show .txt p{
  font-size: 15px;
  line-height: 30px;
  color: #a7a7a7;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  display: block;
}

.case .case_box .case_show:hover .txt a{
  color: #3a7ad1;
}

.case .case_box .case_show .case_l:hover .more{
  background: #3a7ad1;
  border: 1px solid #3a7ad1;
}

.case .case_box .case_show .case_l:hover .more a{
  color: #fff;
}

.case .case_box .bd{
  position: absolute;
  right: 0;
  top: 325px;

}

.case .case_box .bd ul li{
  float: left;
  width: 316px;
  margin-left: 40px;
}

.case .case_box .bd ul li .pic{
  width: 314px;
  height: 230px;
  background: #fff;
  border: 1px solid #e7e6e0;
  -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: 294px;
  height: 210px;
  margin: 10px;
}

.case .case_box .bd ul li .txt{
  line-height: 50px;
  height: 50px;
  text-align: center;
} 

.case .case_box .bd ul li .txt 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;
}

.case .case_box .bd ul li:hover .pic{
  border: 1px solid #3a7ad1;
}

.case .case_box .bd ul li:hover .txt a{
  color: #3a7ad1;
}

.case .case_box .hd{
  position: absolute;
  top: 555px;
  left: 420px;

}

.case .case_box .hd .next{
  cursor: pointer;
  float: left;
  width: 40px;
  height: 40px;
  background: #999999 url(../images/left.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 .hd .prev{
  cursor: pointer;
  float: left;
  width: 40px;
  height: 40px;
  background: #999999 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;
  margin-left: 43px;
} 

.case .case_box .hd .next:hover{
  border-radius: 8px;
  background: #3a7ad1 url(../images/left.png) no-repeat center;
}

.case .case_box .hd .prev:hover{
  border-radius: 8px;
  background: #3a7ad1 url(../images/right.png) no-repeat center;
}


/*lc*/

.lc{
  width: 1280px;
  margin: 65px auto 0 auto;
  position: relative;
}

.lc .title{
  margin: 0 auto;
  text-align: center;
}

.lc .title i{
  margin: 13px auto 0 auto;
}

.lc .lc_box{
  width: 1280px;
  margin: 45px auto 0 auto;
  position: relative;
  height: 285px;
  background: url(../images/lc_bg.png) no-repeat bottom center;
}

.lc .lc_box ul{
  width: 1360px;
  height: 230px;
}

.lc .lc_box ul li{
  float: left;
  text-align: center;
  background: url(../images/lc_list.png) no-repeat center 10px;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  position: relative;
  width: 119px;
  height: 230px;
  margin-right: 50px;
}

.lc .lc_box ul li span{
  display: block;
  margin: 0 auto;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border-radius: 50%;
  background: #c0c0c0;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  font-size: 18px;
  color: #ffffff;
  font-weight: bold;
  font-family: "Arial";
}

.lc .lc_box ul li p{
  font-size: 16px;
  line-height: 36px;
  color: #3a7ad1;
  font-weight: bold;
}

.lc .lc_box ul li .te_list {

  display: block;
  overflow: hidden;
  transition-duration: 0.7s;
  margin: 33px auto 60px auto;
  width: 36px;
  height: 36px;

}


.lc .lc_box ul li .te_list .te_img {

  display: block;
  position: relative;
  transition: 0.7s;
  font-size: 0;

}

.lc .lc_box ul li .te_list .te_img i{

  display: block;
  width: 36px;
  height: 36px;
  text-align: center;
  line-height: 36px;
  margin: 0px auto;

}

.lc .lc_box ul li .te_list .te_img i img{

  vertical-align: middle;
  display: inline-block;
  width: 36px;
  height: 36px;

}

.lc .lc_box ul li .te_list .te_img i:before{

  content: '';
  height: 36px;
  width: 1px;
  font-size: 0;

}


.lc .lc_box ul li .te_list .te_img {
  width: 100%;
  height: 200%;
  top:0;

}

.lc .lc_box ul li.on .te_img {
  top:-36px;

}

.lc .lc_box ul li.on{
  background: url(../images/lc_list1.png) no-repeat center 10px;
}

.lc .lc_box ul li.on span{
  background: #3a7ad1;
}

.lc .lc_box .tel{
  text-align: center;
  font-size: 16px;
  line-height: 52px;
  color: #ffffff;
}

.lc .lc_box .tel i{
  font-size: 30px;
  color: #ffffff;
  font-weight: bold;
  font-family: 'Times New Roman', Times, serif;
}



/*about*/

.ab_bg{
  width: 100%;
  height: 1300px;
  margin: 90px auto 0 auto;
  background: url(../images/ab_bg.jpg) no-repeat center top;
  overflow: hidden;
  position: relative;
}

.ab_bg .about{
  width: 1280px;
  margin: 0 auto;
  padding-top: 60px;
  height: 610px;
}

.ab_bg .about .ab_img{
  float: left;
  width: 596px;
  height: 610px;
  margin-left: -45px;
}

.ab_bg .about .ab_img img{
  width: 596px;
  height: 610px;

}


.ab_bg .about .ab_r{
  float: right;
  width: 695px;
  margin-top: 25px;

} 

.ab_bg .about .ab_r .ab_t{
  font-size: 98px;
  line-height: 75px;
  color: #fafafa;
  font-weight: bold;
  font-family: "Arial";
  text-transform: uppercase;
  opacity: 0.1;
}

.ab_bg .about .ab_r .title{
  margin-left: 25px;
  margin-top: -55px;

} 

.ab_bg .about .ab_r .title h3{
  color:  #fff;

}

.ab_bg .about .ab_r .title span{
  color:  #fff;
}

.ab_bg .about .ab_r .title i{
  background: url(../images/buttom6.png) no-repeat center;
}

.ab_bg .about .ab_r .txt{
  margin-top: 120px;
}

.ab_bg .about .ab_r .txt h5{
  font-size: 24px;
  line-height: 36px;
  color: #333333;
  font-weight: bold;
}

.ab_bg .about .ab_r .txt p{
  height: 150px;
  font-size: 15px;
  line-height: 30px;
  color: #888888;
  overflow: hidden;
  margin: 25px 0 65px 0;
}

.ab_bg .about .ab_r .txt .more{
  display: block;
  width: 160px;
  height: 44px;
  line-height: 44px;
  border: 1px solid #666666;
  font-size: 16px;
  color: #333333;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.ab_bg .about .ab_r .txt .more::after{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 0%;
  height:  100%;
  background: #3a7ad1;
  content: "";
  z-index: -1;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.ab_bg .about .ab_r .txt .more:hover{
  color: #fff;
  border: 1px solid #3a7ad1;
}

.ab_bg .about .ab_r .txt .more:hover::after{
  width: 100%;

}

.ab_bg .ab_xt{
  position: absolute;
  right: 120px;
  top: 110px;
  font-size: 30px;
  color:  #3a7ad1;
  font-weight: bold;
  writing-mode: tb-rl;
  font-family: "simsun";
  letter-spacing: 11px;

}

.ab_bg .ab_xt i{
  font-size: 30px;
  color:  #fff;
  font-weight: bold;
  font-family: "simsun";
}

/*fc*/


.fc{
  width: 1280px;
  margin: 110px auto 0 auto;
}

.fc .fc_t{
  height: 150px;

}

.fc .fc_t .tel{
  float: left;
  margin-top: 35px;
  height: 65px;
  line-height: 65px;
  background: url(../images/tel2.png) no-repeat left center;
  padding-left: 80px;
  font-size: 20px;
  color: #444444;
}

.fc .fc_t .tel i{
  font-family: 'Times New Roman', Times, serif;
  font-size: 30px;
  color: #444444;
  font-weight: bold;
}

.fc .fc_t .title{
  float: right;
  text-align: right;
}

.fc .fc_t .title i{
  display: inline-block;
}

.fc .fc_box{
  width: 1300px;
  margin: 0 auto;
  overflow: hidden;
  height: 292px;
} 

.fc .fc_box .bd{
  width: 1300px;
  margin: 0 auto;
}

.fc .fc_box .bd ul li{
  float: left;
  width: 300px;
  height: 290px;
  background: #ffffff;
  border: 1px solid #dbdbdb;
  margin: 0 15px 0 9px;
}

.fc .fc_box .bd ul li .pic{
  width: 280px;
  height: 218px;
  overflow: hidden;
  margin: 10px 10px 0 10px;
}

.fc .fc_box .bd ul li .pic img{
  width: 280px;
  height: 218px;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.fc .fc_box .bd ul li .txt{
  margin: 0 auto;
  height: 60px;
  line-height: 60px;
  width: 280px;

}

.fc .fc_box .bd ul li .txt h5 a{
  float: left;
  width: 210px;
  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;
}

.fc .fc_box .bd ul li .txt .more{
  float: right;
  background: url(../images/more.png) no-repeat center;
  width: 12px;
  height: 12px;
  margin-top: 24px;
}

.fc .fc_box .bd ul li:hover .txt h5 a{
  color: #3a7ad1;
}


.fc .fc_box .bd ul li:hover .pic img{
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
}


/*news*/

.news_bg{
  width: 100%;
  height: 790px;
  background: #fafafa;
}

.news_bg .news{
  width: 1280px;
  margin: 0 auto;
  padding-top: 80px;
}

.news_bg .news .news_t{
  height: 145px;
}

.news_bg .news .news_t .title{
  float: left;
}

.news_bg .news .news_t .news_list{
  float: right;
  margin-top: 10px;
} 

.news_bg .news .news_t .news_list ul li{
  float: left;
  width: 160px;
  height: 46px;
  margin-left: 15px;
  background: url(../images/buttom7.png) no-repeat right center;
}

.news_bg .news .news_t .news_list ul li:last-child{
  background: none;
  width: 130px;
}

.news_bg .news .news_t .news_list ul li a{
  display: block;
  width: 130px;
  height: 46px;
  line-height: 46px;
  background: #999999;
  font-size: 18px;
  color: #ffffff;
  position: relative;
  z-index: 5;
  text-align: center;
}

.news_bg .news .news_t .news_list ul li a::after{
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 100%;
  background: #3a7ad1;
  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_bg .news .news_t .news_list ul li.casehover a::after{
  width: 100%;
}

.news_bg .news .news_box{
  margin: 0 auto;
  width: 1280px;
} 

.news_bg .news .news_box .news_top{
  height: 278px;
}

.news_bg .news .news_box .news_top .news_l{
  float: left;
  width: 790px;
  height: 278px;

}

.news_bg .news .news_box .news_top .news_l .pic{
  width: 390px;
  height: 278px;
  background: #ffffff;
  float: left;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.news_bg .news .news_box .news_top .news_l .pic img{
  width: 370px;
  height: 258px;
  margin: 10px;

}

.news_bg .news .news_box .news_top .news_l:hover .pic{
  background: #3a7ad1;
}

.news_bg .news .news_box .news_top .news_l .txt{
  float: right;
  width: 365px;

} 
.news_bg .news .news_box .news_top .news_l .txt h5 a{
  font-size: 16px;
  color: #444444;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  margin: 30px 0 10px 0;
}

.news_bg .news .news_box .news_top .news_l .txt span{
  display: block;
  font-size: 14px;
  color: #999999;
}

.news_bg .news .news_box .news_top .news_l .txt p{
  height: 56px;
  font-size: 14px;
  line-height: 28px;
  color: #aeaeae;
  overflow: hidden;
  margin-top: 20px;
}

.news_bg .news .news_box .news_top .news_l .txt .more{
  width: 365px;
  height: 44px;
  line-height: 44px;
  background: #3a7ad1;
  margin-top: 50px;
}

.news_bg .news .news_box .news_top .news_l .txt .more a{
  display: block;
  font-size: 16px;
  color: #ffffff;
  padding-left: 293px;
  position: relative;
}

.news_bg .news .news_box .news_top .news_l .txt .more a::after{
  position: absolute;
  left: 0px;
  top: 22px;
  width: 222px;
  height: 1px;
  background: #75a2df;
  content: "";
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.news_bg .news .news_box .news_top .news_l:hover .txt h5 a{

  color: #3a7ad1;

}

.news_bg .news .news_box .news_top .news_r{
  float: right;
  width: 388px;
  height: 278px;
  background: #ffffff;
  padding: 0 20px;
}

.news_bg .news .news_box .news_top .news_r h5 a{
  height: 65px;
  line-height: 65px;
  border-bottom: 1px solid #eaeaea;
  margin-top: 15px;
  font-size: 16px;
  color: #444444;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.news_bg .news .news_box .news_top .news_r p{
  height: 52px;
  font-size: 14px;
  line-height: 26px;
  color: #aeaeae;
  overflow: hidden;
  margin-top: 25px;
}

.news_bg .news .news_box .news_top .news_r .more{
  margin-top: 50px;
  height: 40px;
  line-height: 40px;

}

.news_bg .news .news_box .news_top .news_r .more a{
  display: block;
  float: left;
  font-size: 14px;
  color: #3a7ad1;
  background: url(../images/more2.png) no-repeat right center;
  padding-right: 50px;
}

.news_bg .news .news_box .news_top .news_r .more span{
  display: block;
  float: right;
  font-size: 14px;
  color: #999999;
}

.news_bg .news .news_box .news_top .news_r:hover h5 a{
  color: #3a7ad1;
}

.news_bg .news .news_box .list{
  width: 1300px;
  margin-top: 25px;

}

.news_bg .news .news_box .list ul li{
  float: left;
  width: 390px;
  height: 80px;
  background: #ffffff;
  margin: 0 10px 20px 0;
  padding: 0 15px;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.news_bg .news .news_box .list ul li a{
  float: left;
  line-height: 80px;
  font-size: 15px;
  color: #444444;
  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;
  background: url(../images/xt.png) no-repeat left center;
  padding-left: 23px;
  width: 270px;
}

.news_bg .news .news_box .list ul li span{
  display: block;
  float: right;
  text-align: right;
  font-size: 14px;
  color: #cccccc;
  margin-top: 15px;
}

.news_bg .news .news_box .list ul li span i{
  display: block;
  font-size: 20px;
  color: #777777;
}

.news_bg .news .news_box .list ul li:hover a{
  color: #3a7ad1;
}

.news_bg .news .news_box .list ul li:hover {
  -webkit-box-shadow: 0 0 8px 6px rgba(0, 0, 0, .05);
  box-shadow: 0 0 8px 6px rgba(0, 0, 0, .05);
}


/*links*/

.links{
  width: 1280px;
  margin: 40px auto 15px auto;
  line-height: 40px;
  overflow: hidden;
}

.links .links_t{
  float: left;
  font-size: 20px;
  color: #333333;
}

.links .yq{
  float: right;
  width: 1150px;

}

.links .yq a{
  margin-right: 15px;
  font-size: 14px;
  color: #888888;
}


