.head{
  position: fixed;
  top:0;
  left:0;
  width:100%;
  z-index: 100;
  border-bottom: 1px solid rgba(255, 255, 255, 0.48);
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}

.head .warpper{
  display:flex;
  height: 116px;
  justify-content: space-between;
  align-items: center;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.headfix{
  background: #fff;
  -webkit-box-shadow: 0 0 5px #ddd;
  -moz-box-shadow: 0 0 5px #ddd;
  box-shadow: 0 0 5px #ddd;
}
.headfix .warpper{
  height: 78px;
}
.headfix .logo>div>h3{
  color: #515151;
}
.headfix .logo>div>small{
  color: #515151;
}
.logo{
  display: block;
}
.logo>img{
  float:left;
}
.logo>div{
  float:left;
}
.logo>div h3{
  font-size: 28px;
  color: #fff;
  font-family: 宋体;
  line-height: 27px;
  padding-top: 10px;
}
.logo>div small{
  color: #fff;
  font-size: 13px;
  letter-spacing: 0.4px;
  font-weight: lighter;
}
.nav_ul{
  width: 682px;
}
.nav_ul li{
  float:left;
  margin-left: 33px;
}
.nav_ul li a{
  color: #fff;
  font-size: 16px;
  position: relative;
  display: block;
}
.head .warpper>h5{
  background: url("../images/tel.png") no-repeat left center;
  padding-left:40px;
  font-size: 20px;
  color: #fff;
}
.headfix .warpper>h5{
  color: #515151;
}

.nav_tel{
  float:right;
  background: url("../images/tel.png") no-repeat left center;
  padding-left:55px;
  margin-top: 13px;
}
.nav_tel>small{
  text-align-last: justify;
  display: block;
  font-size: 14px;
  color: #434343;
}
.nav_tel>h5{
  line-height: 24px;
  font-size: 26px;
  color: #087ed9;
}
.nav-bar {
  background: #353535;
  height: 66px;
  width:100%;
  overflow: hidden;
  position: relative;
}

.nav-bar ul {
  width: 1200px;
  left:50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  position: relative;
  overflow: hidden;
  display: inline-block;
}
.nav-bar ul li {
  float: left;
  line-height: 66px;
}

.nav_ul li a:after{
  display: block;
  position: absolute;
  content: '';
  left:0;
  bottom:-28px;
  width: 70px;
  height: 0;
  background: #da251c;
  -webkit-transition: 400ms 0s all ease;
  -moz-transition: 400ms 0s all ease;
  -ms-transition: 400ms 0s all ease;
  -o-transition: 400ms 0s all ease;
  transition: 400ms 0s all ease;
}

.nav_ul li a:hover:after,.nav_ul li.active a:after {
  height: 4px;
}
.headfix .nav_ul li a{
  color: #515151;
}

#bannerSwiper{
  position: relative;
  height: 45vw;
  overflow: hidden;
}
.img-box {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  transform: scale(0.8, 0.8);
  transition-duration: 1s;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
  opacity: 0.9;
  overflow: hidden;
}
.img-box img {
  width: 100%;
  height: 100%;
  transform: scale(1.0, 1.0) translateX(20%);
  transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
  transition-property: transform;
}
.button-prev, .button-next {
  transition: 0.5s;
  outline: none;
  position: absolute;
  width: 140px;
  z-index: 10;
  top: 60%;
  transform: translateY(-34px);
  cursor: pointer;
}
.button-prev {
  left: 4vw;
}
.button-next {
  right: 4vw;
}
.button.disabled {
  opacity: 0.2;
  cursor: default;
}
#arrow-svg-home {
  transform: translateY(353px);
}
.button-next #arrow-svg-home {
  transform: translateY(353px) rotateY(180deg);
  transform-origin: 80px 0px 0px;
}
svg {
  transition: 0.5s;
}
.cls-1 {
  transition: 0.5s;
  opacity: 0.4;
  transform-origin: -20px 40px;
  opacity: 1;
}
.cls-4 {
  transition: 0.5s;
  stroke-width: 2px;
  stroke: #fff;
  fill: none;
  stroke-dasharray: 1;
  stroke-dashoffset: 1;
  opacity: 0.4;
  transform-origin: 0px 0px 0px;
}
#arrow-trg {
  transition: 0.5s;
  fill: #fff;
  transform: rotateY(180deg) translate(-53px, 39px);
}
#line {
  transition: 0.5s;
  stroke: #fff;
  transform: translate(50px, 42px);
}
.banner .button-prev:not(.disabled):hover svg {
  transform: translateX(-25px);
}
.banner .button-next:not(.disabled):hover svg {
  transform: translateX(25px);
}
.banner .button:not(.disabled):hover .cls-1 {
  transform: scale(1.1);
}
.banner .button:not(.disabled):hover .cls-4 {
  stroke-dasharray: 2px;
  stroke-dashoffset: 2px;
  opacity: 1;
}
.banner .button:not(.disabled):hover #arrow-trg {
  transform: rotateY(180deg) translate(-37px, 39px);
}
.banner .button:not(.disabled):hover #line {
  transform: translate(35px, 42px) scaleX(0.33);
}


.banner .swiper-slide a img{
  width: 100%;
}

.banner .pagination {
  position: absolute;
  font-size:0;
  left: 0;
  text-align: center;
  bottom: 13px;
  width: 100%;
  z-index: 9;
}
.banner .pagination .swiper-pagination-switch {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border:2px solid #fff;
  opacity: 0.6;
  margin: 0 5px;
  cursor: pointer;
}
.banner .pagination .swiper-active-switch {
  background: #fff;
  opacity: 1;
}
.banner .swiper-button-next,.banner .swiper-button-prev{
  color: #fff;
  background: rgba(0, 0, 0, 0.3);
  width: 35px;
  height: 65px;
}
.banner .swiper-button-next{ right:0;}
.banner .swiper-button-prev{  left:0;}
.banner .swiper-pagination-bullet{
  width: 10px;
  height: 10px;
  background: #fff;
  opacity: 1;
  border:1px solid #1655bc;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.banner .swiper-button-next:after,.banner .swiper-button-prev:after{
  font-size: 21px;
}
.banner .swiper-pagination-bullet.swiper-pagination-bullet-active{
  background: #1655bc;
}
#main {
  overflow: hidden;
}
.img_jz{
  position: relative;
  overflow: hidden;
  display: block;
}
.img_jz>img{
  position: absolute;
  top:50%;
  left:50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}

/*热搜*/
.hot{
  line-height: 77px;
  background: #f1f1f1;
}
.hot_left{
  float:left;
}
.hot_left span{
  float:left;
  font-size: 16px;
  line-height: 75px;
  color: #424242;
}
.hot_left a{
  float:left;
  margin-right:12px;
  line-height: 77px;
  font-size: 14px;
  color: #424242;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.hot_left a:hover{
  text-decoration: underline;
  color: #da251c;
}


.searchshow{
  margin-top: 14px;
  float:right;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.searchshow form input[type=text]{
  float:left;
  padding-left:20px;
  line-height: 46px;
  color: #818181;
  font-size: 14px;
  width: 245px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background:#fff;
  border-radius: 40px 0 0 40px;
}
.searchshow form input[type=text]::placeholder{
  color: #818181;
  font-size: 14px;
}
.searchshow form input[type=submit]{
  background:#da251c url("../images/search.png") no-repeat left 17px center;
  width: 68px;
  height: 46px;
  cursor: pointer;
  float:right;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
  border-radius:0 40px 40px 0;
}
/*company*/
.company{
  padding-top: 70px;
  padding-bottom: 80px;
}
.com_left{
  float:left;
}
.com_left>img{
  margin-bottom: 50px;
}
.com_left ul{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.com_left ul li{
  text-align: center;
}
.com_left ul li img{
  margin:0 auto;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
.com_left ul li:hover img {
  -webkit-transform: rotateY(360deg);
  -moz-transform: rotateY(360deg);
  -ms-transform: rotateY(360deg);
  -o-transform: rotateY(360deg);
  transform: rotateY(360deg);
}
.com_left ul li p{
  font-size: 16px;
  color: #333333;
  line-height: 45px;
}
.com_left ul li span{
  display: block;
  width:26px;
  margin:0 auto;
  background: #da251c;
  height: 3px;
}
.com_left ul li b{
  display: block;
  width:1px;
  background: #dcdcdc;
  height: 59px;
}
.com_left ul li:last-of-type b{
  display: none;
}
.com_right{
  width: 586px;
  float:right;
}
.compic{
  display:flex;
  justify-content: space-between;
}
.compic b.img_jz{
  width: 289px;
  height: 206px;
  float:left;
}
.compic b.img_jz img{
  width: 100%;
}
.comtel{
  background: #da251c url("../images/tel02.jpg") no-repeat right center;
  font-size: 18px;
  height: 47px;
  color: #fff;
  width: 270px;
  line-height: 47px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left:20px;
  margin-bottom: 35px;
}
.com_right>a{
  display: block;
  height: 58px;
  line-height: 58px;
  font-size: 14px;
  color: #333333;
  position: relative;
  width: 69px;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.com_right>a span{
  width:8px;
  height: 13px;
  display: block;
  position: absolute;
  right: -2px;
  top:50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url("../images/comjt.png") no-repeat center;
  animation: opchange 1s linear 0s infinite normal;
}
.com_right>a:after{
  display: block;
  content: '';
  width:8px;
  height: 13px;
  position: absolute;
  left:72px;
  top:50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url("../images/comjt.png") no-repeat center;
  opacity: 0.6;
  animation: opchange2 1s linear 0.1s infinite normal;
}
.com_right>a:before{
  display: block;
  content: '';
  width:8px;
  height: 13px;
  position: absolute;
  left:81px;
  top:50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url("../images/comjt.png") no-repeat center;
  opacity: 0.2;
  animation: opchange3 1s linear 0.2s infinite normal;
}

@keyframes opchange {
  0%{    opacity: 1;}
  100%{    opacity: 0.2;}
}
@keyframes opchange2 {
  0%{    opacity: 0.6;}
  100%{    opacity: 0.2;}
}
@keyframes opchange3 {
  0%{    opacity: 0.2;}
  100%{    opacity: 1;}
}
.com_right>a:hover{
  color: #3184bf;
  text-decoration: underline;
  font-style: italic;
}
/* 首页产品 */
.title{
  background: url("../images/titbg.png") no-repeat center;
  margin-bottom: 30px;
  text-align: center;
  padding-bottom: 25px;
}
.title h3{
  font-size: 32px;
  color: #515151;
  font-weight: bold;
}
.title small{
  display: block;
  color: #515151;
  font-size: 14px;
  text-transform: uppercase;
}


/*product*/
.product{
  padding-top: 70px;
  padding-bottom: 70px;
  background: #f3f3f3 url("../images/probg.png") no-repeat right bottom;
}
.protoptit{
  float:left;
}
.protoptit h2{
  font-size: 26px;
  color: #3d3d3d;
  line-height: 34px;
}
.protoptit small{
  font-size: 14px;
  color: #7a7a7a;
  letter-spacing: 5px;
  text-transform: uppercase;
}
.protopfl{
  float:right;
  background: #333333;
}
.protopfl a{
  float:left;
  width: 136px;
  height: 55px;
  display: block;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
  position: relative;
}
.protopfl a:after{
  position: absolute;
  display: block;
  content: '';
  bottom:0;
  left:0;
  width:100%;
  height: 0;
  background: #da251c;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.protopfl a span{
  display: block;
  width:100%;
  position: absolute;
  left:0;
  bottom:0;
  font-size: 14px;
  color: #fff;
  line-height: 55px;
  text-align: center;
  z-index: 10;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.protopfl a:hover span{
  padding-bottom:5px;
}
.protopfl a.flhight:after,.protopfl a:hover:after{
  height: 64px;
}

.procont{
  margin-top:29px;
  position: relative;
}
.procont .swiper-slide a{
  display: block;
}
.procont .swiper-slide a b{
  width:100%;
  height: 319px;
  background: #333333;
}
.procont .swiper-slide a b img{
  height: 100%;
}
.procont .swiper-slide a p{
  width:100%;
  line-height: 43px;
  font-size: 16px;
  color: #4f4f4f;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:0 15px;
  background: #fff url("../images/projt.png") no-repeat 96% center;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.procont .swiper-slide a:hover p{
  color: #fff;
  background: #ed5309 url("../images/projts.png") no-repeat 96% center;
}
.procont .swiper-button-next:after,.procont .swiper-button-prev:after{
  color: #fff;
  font-weight: bold;
  font-size: 20px;
}
.procont .swiper-button-next{
  background: #da251c;
  width: 47px;
  height: 108px;
  right: -82px;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.procont .swiper-button-prev{
  background: #da251c;
  width: 47px;
  height: 108px;
  left:-82px;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.procont .swiper-button-next:hover,.procont .swiper-button-prev:hover{
  background: #ed5309;
}

/*server*/
.server{
  background: url("../images/serbg.jpg") no-repeat center;
  padding-top:70px;
}
.server .title h3,.server .title small{
  color: #fff;
}
.ser_top{
  display:flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.ser_top li{
  background: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  padding:7px;
  width: 222px;
  height: 213px;
  padding-bottom: 0;
  margin-bottom: 23px;
}
.ser_top li p{
  color: #515151;
  font-size: 16px;
  line-height: 46px;
}
.ser_bottom{
  margin-top: 36px;
  background: #f4f4f4;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:48px 19px;
  display: flex;
  justify-content: space-between;
}
.ser_bottom div{
  height: 173px;
}
.ser_bottom div>b{
  float:left;
  height: 100%;
  width:256px;
}
.ser_bottom div>p{
  float:right;
  display: flex;
  color: #fff;
  font-size: 16px;
  line-height: 25px;
  align-items: center;
  justify-content: center;
  height: 100%;
  background: #da251c;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 112px;
  padding:0 10px;
}
.ser_bottom div:hover>p{
  background: #ed5309;
}
/*case*/
.casebg{
  padding-top: 70px;
  padding-bottom: 70px;
  background: #fff url("../images/casebg.png") no-repeat center bottom;
}
.case a{
  float:left;
  display: block;
  width:305px;
  height: 196px;
  margin-bottom: 7px;
  margin-left:7px;
}
.case a img{
  width:100%;
}
.case a p{
  position: absolute;
  width:100%;
  bottom:0;
  left:0;
  background: rgba(0, 0, 0, 0.67) url("../images/projts.png") no-repeat 90% center;
  color: #fff;
  line-height: 38px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:0 12px;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.case a:first-of-type{
  width:575px;
  height: 400px;
  margin-left: 0;
}
.case a:hover img{
  -webkit-transform: translate(-50%,-50%) scale(1.03);
  -moz-transform: translate(-50%,-50%) scale(1.03);
  -ms-transform: translate(-50%,-50%) scale(1.03);
  -o-transform: translate(-50%,-50%) scale(1.03);
  transform: translate(-50%,-50%) scale(1.03);
}
.case a:hover p{
  background: rgba(218, 37, 28, 0.67) url("../images/projts.png") no-repeat 90% center;
}
.casebg>a{
  display: block;
  width:281px;
  font-size: 16px;
  color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 125px;
  border-radius: 38px;
  line-height: 65px;
  margin:0 auto;
  margin-top: 30px;
  background: #da251c url("../images/more.png") no-repeat 97px center;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.casebg>a:hover{
  background: #ed5309 url("../images/more.png") no-repeat 97px center;
}
.more{ display:inline-block; transition: 0.6s;  position:relative;}
.more:hover{ color: #087ed9; }
.more:before{ content:""; width:100%; height:1px; background:#087ed9; position:absolute; left:0; bottom:-1px; transform-origin:100%; -webkit-transform-origin:100%; -webkit-transition:-webkit-transform .6s cubic-bezier(.4,0,.2,1); transition:-webkit-transform .32s cubic-bezier(.4,0,.2,1); transition:transform .6s cubic-bezier(.4,0,.2,1); transition:transform .6s cubic-bezier(.4,0,.2,1),-webkit-transform .6s cubic-bezier(.4,0,.2,1); transform:scaleX(0); -webkit-transform:scaleX(0); visibility:hidden\9;}
.more:hover:before{ transform:scaleX(1); -webkit-transform:scaleX(1); -moz-transform:scaleX(1); transform-origin:0; -webkit-transform-origin:0; visibility:visible\9;}

/*banner02*/
.banner2{
  background: url("../images/banner2.jpg") no-repeat center;
}
.banner2 .warpper{
  height: 224px;
  display:flex;
  justify-content: space-between;
  align-items: center;
}
@font-face{
  font-family:youshe;
  src:url('../font/youshe.ttf');
}
@font-face{
  font-family:jxzk;
  src:url('../font/jxzk.TTF');
}
.banner2_left>h4{
  font-size: 42.3px;
  color: #fff;
  font-weight: normal;
  font-family:youshe;
}
.banner2_left>small{
  font-size: 16px;
  color: #ffffff;
}
.banner2_left>small>span{
  background: #ed5309;
  text-align: center;
  color: #fff;
  border-radius: 20px;
  font-size: 18px;
  padding: 0 15px;
  height: 38px;
  display: inline-block;
  line-height: 38px;
  margin-left:18px;
  font-family:jxzk;
}
.banner2_right{
  text-align: right;
}
.banner2_right>span{
  font-size: 17px;
  color: #fff;
  background: url("../images/telicon.png") no-repeat left center;
  padding-left:27px;
  text-align: right;
}
.banner2_right>p{
  color: #fff;
  font-size: 26px;
}

/*news*/
.news{
  background: url("../images/newsbg.jpg") no-repeat center;
  padding-top: 70px;
  padding-bottom:28px;
}
.newsfl{
  display:flex;
  justify-content: space-between;
  width: 530px;
  margin:0 auto;
  margin-bottom: 25px;
}
.newsfl a{
  display: block;
  background: #f9f9f9;
  border-radius: 6px;
  font-size: 16px;
  color: #515151;
  width: 172px;
  line-height: 50px;
  text-align: center;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.news .newsfl a {
  background: #fff;
}

.newsfl a:hover,.newsfl a.newsfl_in{
  color: #fff;
  background: #da251c;
}


.swiper-news .swiper-slide a{
  display: block;
  width:100%;
}
.swiper-news .swiper-slide a b{
  width:100%;
  height: 264px;
}
.swiper-news .swiper-slide a b img{
  width: 100%;
  min-height:100%;
}
.news_text{
  background: #fff;
  width:96%;
  margin:0 auto;
  position: relative;
  top:-45px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:15px;
  -webkit-transition: 400ms 0s all ease;
  -moz-transition: 400ms 0s all ease;
  -ms-transition: 400ms 0s all ease;
  -o-transition: 400ms 0s all ease;
  transition: 400ms 0s all ease;
}
.swiper-news .swiper-slide a:hover .news_text{
  background: #da251c;
}
.news_text>h4{
  font-size: 14px;
  color: #515151;
  -webkit-transition: 400ms 0s all ease;
  -moz-transition: 400ms 0s all ease;
  -ms-transition: 400ms 0s all ease;
  -o-transition: 400ms 0s all ease;
  transition: 400ms 0s all ease;
}
.swiper-news .swiper-slide a:hover .news_text>h4{
  color: #fff;}
.news_text>span{
  font-size: 14px;
  color: #727272;
  display: block;
  -webkit-transition: 400ms 0s all ease;
  -moz-transition: 400ms 0s all ease;
  -ms-transition: 400ms 0s all ease;
  -o-transition: 400ms 0s all ease;
  transition: 400ms 0s all ease;
}
.news_text>small{
  font-size: 14px;
  color: #939393;
  height: 44px;
  line-height: 22px;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
  -webkit-transition: 400ms 0s all ease;
  -moz-transition: 400ms 0s all ease;
  -ms-transition: 400ms 0s all ease;
  -o-transition: 400ms 0s all ease;
  transition: 400ms 0s all ease;
}
.news_text>p{
  font-size: 14px;
  color: #515151;
  -webkit-transition: 400ms 0s all ease;
  -moz-transition: 400ms 0s all ease;
  -ms-transition: 400ms 0s all ease;
  -o-transition: 400ms 0s all ease;
  transition: 400ms 0s all ease;
}
.swiper-news .swiper-slide a:hover .news_text>p{
  color: #eaeaea;
}
.swiper-news .swiper-slide a:hover .news_text>span{
  color: #f1c1bf;
}
.swiper-news .swiper-slide a:hover .news_text>small{
  color: #f0afac;
}

/*honor*/
.honor{
  padding-top:70px;
  padding-bottom: 70px;
}
.honor_cont{
  position: relative;
}
.swiper-honor .swiper-slide b{
  width:100%;
  height: 213px;
}
.honor_cont .swiper-button-next:after,.honor_cont .swiper-button-prev:after{
  color: #fff;
  font-size: 24px;
}
.honor_cont .swiper-button-next,.honor_cont .swiper-button-prev{
  width: 44px;
  height: 107px;
  margin-top: 0;
  top: 61px;
  background: #da251c;
}
.honor_cont .swiper-button-next:hover,.honor_cont .swiper-button-prev:hover{
  background:#ed5309;
}
.honor_cont .swiper-button-next{
  right:-80px;
}
.honor_cont .swiper-button-prev{
  left:-80px;
}

/*message*/
.message{
  background: #f4f4f4 url("../images/msgbg.png") no-repeat center bottom;
  padding-top:70px;
  padding-bottom: 70px;
}

/*indexform*/
#indexform input,#indexform textarea,#indexform .code{
  float:left;
  margin-right:4px;
  line-height: 71px;
  height: 71px;
  padding-left: 17px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 184px;
  font-size: 14px;
  color:#515151;
  background:#fff;
}
#indexform input::placeholder,#indexform textarea::placeholder{
  font-size: 14px;
  color:#515151;
}

#indexform textarea{
  width: 429px;
  overflow: hidden;
}

#indexform .code{
  width: 270px;
  padding-left: 0;
  float:left;
}
#indexform .code input{
  float: left;
  width: 80px;
  border: none;
  padding-left: 15px;
  margin-right: 0;
}
#indexform .verify{
  float:right;
  width: 180px;
  margin-top: 8px;
  margin-right: 8px;
}
#indexform .verify img{
  width: 100%;
}
#indexform .submit{
  display: block;
  text-align: center;
  color: #fff;
  font-size: 18px;
  background: #da251c;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 117px;
  line-height: 71px;
  float:right;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
#indexform .submit:hover{
  background: #1655bc;
  color: #087ed9;
}

/*footer*/
.footer{
  background: url("../images/fotbg.jpg") no-repeat center;
  padding-top: 70px;
  height: 540px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.footer>.warpper{

}
.fot_top{
  border-bottom: 2px solid #3f3f3f;
  padding-bottom: 23px;
  margin-bottom: 48px;
}
.fot_left{
  float:left;
}
.fot_left>img{
  float:left;
  margin-right: 8px;
}
.fot_left>div{
  float:left;
}
.fot_left>div>h3{
  font-size: 28px;
  color: #e60012;
  letter-spacing: -3px;
  line-height: 33px;
  font-family: 宋体;
}
.fot_left>div>small{
  font-size: 12px;
  font-weight: lighter;
  color: #909090;
  letter-spacing: 0.3px;
  text-transform: uppercase;
}
.fot_nav{
  float:right;
  width: 680px;
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.fot_nav a{
  font-size: 16px;
  color: #ffffff;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.fot_nav a:hover{
  color: #c00e14;
  text-decoration: underline;
}

.fot_mid{
  height: 280px;
}
.fot_tel{
  float:left;
  width: 453px;
}
.fot_tel>p{
  line-height: 82px;
  padding-left:46px;
  font-size: 30px;
  color: #ed5309;
  font-weight: bold;
  background: url("../images/fottel.png") no-repeat left center;
}
.fot_tel>h6{
  font-size: 20px;
  color: #fff;
}
.fot_tel a{
  width: 172px;
  height: 37px;
  line-height: 37px;
  display: block;
  border-radius: 6px;
  background: #ed5309 url("../images/fotkf.png") no-repeat 37px center;
  font-size: 14px;
  padding-left: 79px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #ffffff;
}
.fot_cont{
  float:left;
  width: 585px;
}
.fot_cont>small{
  font-family:"jxzk";
  font-size: 18px;
  color: #aaaaaa;
  display: block;
  margin-bottom: 18px;
}
.fot_cont>p{
  padding-left:30px;
  font-size: 15px;
  line-height: 28px;
  color: #aaaaaa;
}
.fot_cont>p:first-of-type{
  background: url("../images/foticon01.png") no-repeat left center;
}
.fot_cont>p:nth-of-type(2){background: url("../images/foticon02.png") no-repeat left center;}
.fot_cont>p:nth-of-type(3){background: url("../images/foticon03.png") no-repeat left center;}
.fot_cont>p:nth-of-type(4){background: url("../images/foticon04.png") no-repeat left center;}
.fot_cont>p:nth-of-type(5){background: url("../images/foticon05.png") no-repeat left center;}

.fot_code{
  margin-top: 35px;
  float:right;
  width: 145px;
}
.fot_code p{
  font-size: 14px;
  line-height: 30px;
  color: #ffffff;
  font-weight: lighter;
  text-align: center;
}
.fot_code img{
  float:right;
  width: 100%;
}
.fot_botbg{
  height: 60px;
  line-height: 60px;
  background: #bf2119;
}
.fot_bot p{
  float:left;
  font-size: 14px;
  color: #ffffff;
  font-weight: lighter;
}
.fot_bot a{
  float:right;
  font-size: 14px;
  color: #ffffff;
  font-weight: lighter;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.fot_bot a:hover{
  text-decoration: underline;
}






.pro-sider {
  float: left;
  width: 260px;
}
.pro-sider .in-title {
  height: 80px;
  background: url(../images/i-pro-title.jpg) no-repeat center;
  text-align: center;
  line-height: 1;
  overflow: hidden;
}
.pro-sider .in-title h3 {
  margin-top: 20px;
  font-size: 22px;
  color: #fff;
  margin-bottom: 5px;
}
.pro-sider .in-title em {
  font-size: 13px;
  color: #728dbc;
}
.pro-sider .pro-sider-ul {
  border: 1px solid #ededed;
  background: #fff;
  border-top: none;
  overflow: hidden;
}
.pro-sider .pro-sider-ul .ul-li {
  padding: 0 15px;
  height: 59px;
}
.pro-sider .pro-sider-ul .ul-li a {
  position: relative;
  height: 58px;
  line-height: 58px;
  font-size: 14px;
  color: #595959;
  display: block;
  padding-left: 10px;
  padding-right: 30px;
  border-bottom: 1px dashed #ededed;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.pro-sider .pro-sider-ul .ul-li a h2{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.pro-sider .pro-sider-ul .ul-li a div.icon {
  position: absolute;
  width: 16px;
  height: 16px;
  text-align: center;
  line-height: 16px;
  background: #ededed url(../images/sider-bg-01.png) no-repeat center;
  border-radius: 50%;
  right: 8px;
  top: 50%;
  margin-top: -8px;
  font-size: 12px;
}
.pro-sider .pro-sider-ul .ul-li:hover,
.pro-sider .pro-sider-ul .ul-li.active {
  background: #268ae7;
}
.pro-sider .pro-sider-ul .ul-li:hover a,
.pro-sider .pro-sider-ul .ul-li.active a {
  border: none;
  color: #fff;
}
.pro-sider .pro-sider-ul .ul-li:hover div.icon,
.pro-sider .pro-sider-ul .ul-li.active div.icon {
  background: #0058b1 url(../images/sider-bg-02.png) no-repeat center;
}
.pro-sider .pro-sider-ul .ul-li:last-child a {
  border-bottom: none;
}
.pro-sider .pro-sider-tel {
  overflow: hidden;
  height: 100px;
  line-height: 1;
  font-size: 20px;
  color: #0058b1;
  border: 1px solid #ededed;
  border-top: none;
  padding-left: 80px;
  background: url(../images/sider-tel.png) no-repeat 25px center;
}
.pro-sider .pro-sider-tel span {
  display: block;
  margin: 30px 0 8px;
  font-size: 14px;
  color: #808080;
}
.pro-sider .pro-sider-tel em {
  letter-spacing: 2px;
  font-weight: bold;
}


.m-column-t {
  position: relative;
  text-align: center;
  font-size: 0;
}
.m-column-t .center {
  display: inline-block;
  font-size: 0;
}
.m-column-t .center h3 {
  color: #333;
  font-size: 30px;
}
.m-column-t .center p {
  color: #d2d2d2;
  font-size: 30px;
}
.m-column-t span {
  position: absolute;
  width: 415px;
  top: 50%;
  margin-top: -5px;
  height: 5px;
  border-bottom: 1px solid #d2d2d2;
  z-index: 1;
}
.m-column-t span.mcl {
  left: 0;
}
.m-column-t span.mcl em {
  float: right;
}
.m-column-t span.mcr {
  right: 0;
}
.m-column-t span em {
  display: block;
  height: 11px;
  border-left: 1px solid #d2d2d2;
}
.textLine {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.textLine3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.textHidden {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.domHidden {
  overflow: hidden;
}
.about-main {
  padding: 20px 0 70px;
  min-height: 170px;
}
.about-main .ab-content {
  float: right;
  width: 925px;
}
.about-main .ab-content .title {
  line-height: 50px;
}
.about-main .ab-content .title a {
  color: #333;
  padding: 0 5px;
}
.about-main .ab-content .title span.icon-home {
  color: #535353;
}
.about-main .ab-content .title em {
  color: #999;
}
.about-main .ab-content .ab-conBox {
  overflow: hidden;
  background: #fff;
  min-height: 55px;
  padding: 30px 45px 40px;
}
.about-main .ab-content .ab-conBox .de-title {
  text-align: center;
  font-size: 20px;
  color: #333;
  line-height: 25px;
  margin-bottom: 8px;
}
.about-main .ab-content .ab-conBox .sub-co {
  font-size: 14px;
  color: #999;
  text-align: center;
  line-height: 18px;
}
.about-main .ab-content .ab-conBox .ab-detail {
  overflow: hidden;
  margin-top: 30px;
  font-size: 14px;
  color: #777373;
  line-height: 25px;
}
.ab-sild {
  float: left;
  width: 260px;
}
.ab-sild .title {
  position: relative;
  height: 50px;
  text-align: center;
  background: #f3c04b;
  font-size: 16px;
  line-height: 50px;
  color: #fff;
  border-bottom: 1px solid #fff;
}
.ab-sild .title span {
  position: absolute;
  height: 3px;
  width: 30px;
  top: 50%;
  margin-top: -3px;
  border-bottom: 1px solid #fff;
}
.ab-sild .title span em {
  display: block;
  height: 7px;
  border-left: 1px solid #fff;
}
.ab-sild .title span.stl {
  left: 35px;
}
.ab-sild .title span.stl em {
  float: right;
}
.ab-sild .title span.str {
  right: 35px;
}
.ab-sild .sild-cate {
  background: #fff;
  margin-bottom: 20px;
}
.ab-sild .sild-cate .list {
  overflow: hidden;
}
.ab-sild .sild-cate .list li {
  position: relative;
  border-bottom: 1px solid #eee;
  height: 60px;
  line-height: 60px;
}
.ab-sild .sild-cate .list li a {
  display: block;
  padding-right: 35px;
  font-size: 14px;
  color: #333;
  padding-left: 20px;
}
.ab-sild .sild-cate .list li:last-child {
  border-bottom: none;
}
.ab-sild .sild-cate .list li:hover {
  border-color: #f3c04b;
  background: #f3c04b;
}
.ab-sild .sild-cate .list li:hover a {
  color: #fff;
}
.ab-sild .sild-cate .list li:hover:after {
  color: #fff;
}
.ab-sild .sild-cate .list li:after {
  font-weight: bold;
  right: 20px;
  top: 0;
  color: #999;
  position: absolute;
  content: "\e904";
  font-family: 'icomoon' !important;
}
.ab-sild .sild-cont {
  background: #fff;
}
.ab-sild .sild-cont .cont-list {
  padding: 20px;
}
.ab-sild .sild-cont .cont-list ul li {
  color: #333;
  padding: 5px 0;
  padding-left: 60px;
  font-size: 14px;
}
.ab-sild .sild-cont .cont-list ul li span {
  width: 60px;
  margin-left: -60px;
  display: block;
  height: 20px;
  line-height: 20px;
  float: left;
  color: #666;
}
.pro-center {
  background: #fff;
  padding-bottom: 25px;
}
.pro-center .pro-list {
  overflow: hidden;
  padding: 25px 18px 10px;
}
.pro-center .pro-list ul li {
  float: left;
  width: 200px;
  margin: 0 10px 20px;
  border: 1px solid #fff;
}
.pro-center .pro-list ul li:hover {
  border-color: #f3c04b;
}
.pro-center .pro-list ul li .img {
  overflow: hidden;
  width: 200px;
  height: 200px;
  line-height: 200px;
  text-align: center;
  font-size: 0;
  background: #eee;
}
.pro-center .pro-list ul li .img img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}
.pro-center .pro-list ul li .title {
  background: #f7f8fc;
  height: 40px;
  line-height: 40px;
  padding: 0 5px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: #333;
}
.pro-center .pro-list ul li .title:hover {
  color: #f3c04b;
}
.page {
  font-size: 0;
  text-align: center;
}
.page .center {
  display: inline-block;
  overflow: hidden;
}
.page .center .page-span {
  float: left;
  font-size: 14px;
  color: #c3c3c3;
  line-height: 32px;
  margin-right: 30px;
}
.page .center .page-list {
  float: left;
  overflow: hidden;
}
.page .center .page-list ul li {
  float: left;
  width: auto;
  min-width: 30px;
  height: 32px;
  text-align: center;
  line-height: 30px;
  font-size: 14px;
  margin: 0 4px;
  padding: 0;
  border: none;
  background: transparent;
}
.page .center .page-list ul li a {
  min-width: 20px;
  padding: 0 5px;
  border: 1px solid #eee;
  display: block;
  color: #333;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  overflow: hidden;
  background: #fff;
}
.page .center .page-list ul li:hover a {
  color: #f3c04b;
}
.page .center .page-list ul li.active a {
  background: #f3c04b;
  color: #fff;
}
.news-center {
  background: #fff;
  padding-bottom: 25px;
}
.news-center .new-list {
  padding: 45px 45px 0px;
}
.news-center .new-list ul li {
  margin-bottom: 35px;
  border-bottom: 1px solid #eee;
}
.news-center .new-list ul li a {
  overflow: hidden;
  display: block;
  height: 90px;
  padding-bottom: 30px;
}
.news-center .new-list ul li a .img {
  float: left;
  width: 130px;
  height: 90px;
  background: #eee;
  line-height: 90px;
  font-size: 0;
  text-align: center;
}
.news-center .new-list ul li a .img img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}
.news-center .new-list ul li a .info {
  float: right;
  width: 690px;
}
.news-center .new-list ul li a .info h3 {
  font-size: 14px;
  font-weight: bold;
  line-height: 24px;
  color: #333;
}
.news-center .new-list ul li a .info em {
  display: block;
  font-size: 12px;
  color: #999;
  line-height: 16px;
  margin-bottom: 10px;
}
.news-center .new-list ul li a .info p {
  font-size: 14px;
  line-height: 22px;
  color: #999;
  max-height: 44px;
  overflow: hidden;
}
.news-center .new-list ul li a:hover h3 {
  color: #f3c04b;
}
.message-c {
  background: #fff;
  padding: 40px 50px;
  overflow: hidden;
}
.message-c .p {
  font-size: 16px;
  line-height: 30px;
  color: #666;
  margin-bottom: 35px;
}
.message-c .from input {
  display: block;
  height: 38px;
  line-height: 38px;
  padding: 0 5px;
  border: 1px solid #d2d2d2;
  margin-bottom: 10px;
  font-size: 14px;
  color: #333;
}
.message-c .from input[name=user],
.message-c .from input[name=phone] {
  width: 348px;
}
.message-c .from textarea {
  font-size: 14px;
  color: #333;
  line-height: 20px;
  display: block;
  width: 728px;
  height: 130px;
  border: 1px solid #d2d2d2;
  padding: 5px;
  margin-bottom: 10px;
}
.message-c .from .code {
  overflow: hidden;
}
.message-c .from .code input[name=code] {
  width: 258px;
  float: left;
}
.message-c .from .code a {
  display: block;
  float: left;
  width: 80px;
  height: 38px;
  padding: 1px 0;
  margin-left: 10px;
}
.message-c .from .code a img {
  width: 80px;
  height: 38px;
}
.message-c .from .btn {
  padding-top: 25px;
}
.message-c .from .btn a {
  display: block;
  width: 362px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  color: #fff;
  font-size: 16px;
  background: #8fa4de;
}
.message-c .from .btn a:hover {
  background: #8397d0;
}
.contact-o {
  background: #fff;
  overflow: hidden;
  padding: 40px 0;
  text-align: center;
}
.contact-o iframe {
  width: 830px;
  height: 500px;
  margin: 0 auto;
}
/*# sourceMappingURL=./index.css.map */