.bg-color {
  background: #fff;
}
.head {
  position: fixed;
  width:100%;
  left:0;
  top:0;
  background: #fff;
  box-shadow: 0 0 10px #ddd;
  z-index: 1000;
  -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;
  align-items: center;
  justify-content: space-between;
  height: 100px;
}
.logo{
  display:flex;
  align-items: center;
}
.logo>div{
  margin-left:4px;
  margin-top:7px;
}
.logo>div>h1{
  color: #2b2b2b;
  font-size: 32px;
  line-height: 30px;
  font-weight: bold;
}

.logo>div>small{
  color: #363636;
  font-size: 13px;
  line-height: 13px;
  text-transform: uppercase;
}

.nav-bar{
  width: 55%;
  display:flex;
  justify-content: space-between;
  align-items: center;
}
.nav-bar li{
  position: relative;
  text-align: center;
  display:flex;
  height: 100px;
  align-items: center;
  justify-content: center;
}
.nav-bar li:hover,.nav-bar li.active{

}
.nav-bar li>a>b{
  display:block;
  border-radius: 50%;
  border:1px solid #fff;
  width: 43px;
  height: 43px;
  margin:0 auto;
}
.nav-bar li>a>b img{
  height: 100%;
  width: 100%;
  object-fit: none;
  filter:grayscale(100) brightness(100);
}
.nav-bar li:hover>a>b,.nav-bar li.active>a>b{
  border:1px solid #e20002;
}
.nav-bar li:hover>a>b img,.nav-bar li.active a>b img {
  filter:grayscale(0) brightness(1);
}
.nav-bar li>a>p{
  color: #363636;
  font-size: 1.8rem;
}

.nav-bar li:hover>a>p,.nav-bar li.active>a>p{
  color: #2081eb;
  font-weight:bold;
}
.navdown-list{
  position: absolute;
  top:100%;
  left:0;
}
#navproclick .navdown-list{
  display:none;
}

.list01{
  background: rgba(0, 0, 0, 0.8);
}
.list02,.list04{
  position: relative;
  min-width:150px;
  height: 48px;
}
.list03,.list05{
  position: absolute;
  left:100%;
  top:0;
  min-width:170px;
  background: rgba(226, 0, 2, 0.8);
  display:none;
}

.list05{
  background: #e20002;
}
.list02>a{
  display:block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-width:140px;
  text-align-last: justify;
  height: 48px;
  line-height: 48px;
  font-size: 16px;
  color: #fff;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  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;
  padding:0 39px;
}
.list02>a:hover{
  background: #b50102;
}
.list03>a,.list04>a,.list05>a{
  display:block;
  color: #fff;
  line-height: 48px;
  font-size: 14px;
  -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;
}
.list04{
    min-width: 215px;
}
.list03>a:hover{
  background: #e20002;
}
.list04>a:hover{
  background: #e20002;
}
.list05>a:hover{
  background: #ff080a;
}

/*nav comlist*/
#navcomclick,#navsloclick{
  position: relative;
}
.navcomlist,.navslolist{
  display:none;
  position: absolute;
  top:100%;
  left:50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  background: rgba(0, 0, 0, 0.6);
}

.navcomlist a,.navslolist a{
  display: block;
  line-height: 48px;
  width: 120px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  -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;
}
.navcomlist a:hover,.navslolist a:hover{
  background: #e20002;
}

@media screen and (min-width: 1200px) {
  #navproclick:hover .navdown-list,.list02:hover .list03,.list04:hover .list05{
    display:block;
  }
  #navcomclick:hover .navcomlist,#navsloclick:hover .navslolist{
    display:block;
  }
}

.navlx{
  display:flex;
  justify-content: flex-end;
  align-items: center;
}
.navshop_style{
  display:flex;
  justify-content: center;
  align-items: center;
  margin-left:26px;
}


.navshop_style p{
  line-height: 29px;
  color: #474747;
  font-size: 18px;
  margin-left: 10px;
}

.navshop_tel p{
  font-weight: bold;
}
.headfix{
  background: rgba(0, 0, 0, 0);
  box-shadow: none;
}
.headfix .logo>div>h1,
.headfix .logo>div>small,
.headfix .nav-bar li>a>p,
.headfix .navshop_style p{
  color: #fff;
}
.headfix .navshop_style img {
  filter:grayscale(0) brightness(100);
}

.headfix:hover{
  background:#fff;
}
.headfix:hover .logo>div>h1{
  color: #2b2b2b;
}
.headfix:hover .nav-bar li>a>p,
.headfix:hover .logo>div>small{
  color: #363636;
}
.headfix:hover .navshop_style p{
  color: #474747;
}
.headfix:hover .navshop_style img {
  filter:grayscale(0) brightness(0);
}

/*首页*/
.title{
  text-align: center;
  margin-bottom: 2vw;
}
.title h4{
  color: rgba(255, 255, 255, 0.1);
  font-size: 48px;
  line-height: 40px;
  text-transform: uppercase;
  font-weight: 900;
  font-family: Arial;
}
.title p{
  color: #fff;
  font-size: 36px;
  font-weight: bold;
  position: relative;
  top:-28px;
}
.indexbg{
  width: 100%;
  overflow: hidden;
}
.indexswiper>.swiper-pagination{
  right:35px;
}
.indexswiper>.swiper-pagination:before{
  display:block;
  content: '';
  position: absolute;
  left:50%;
  transform: translateX(-50%);
  width:2px;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
}
.indexswiper>.swiper-pagination span.swiper-pagination-bullet{
  background: #fff;
  opacity: 1;
  margin:50px 0;
}
.indexswiper>.swiper-pagination span:first-of-type{
  margin-top: 0;
}
.indexswiper>.swiper-pagination span:last-of-type{
  margin-bottom:0;
}
.indexswiper>.swiper-pagination span.swiper-pagination-bullet-active{
  position: relative;
}
.indexswiper>.swiper-pagination span.swiper-pagination-bullet-active:after{
  display:block;
  content: '';
  width: 18px;
  height: 18px;
  border-radius:50%;
  border:1px solid #fff;
  position: absolute;
  left:50%;
  top: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%);
}
.swiper-ban{
  width: 100%;
  height: 100%;
}
.swiper-ban .swiper-slide a{
  display:block;
  width:100%;
  height: 100%;
  position:relative;
  overflow: hidden;
  
}
.swiper-ban .swiper-slide a img{
  width: 100%;
  height:100%;
  object-fit: cover;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 3s 0s all ease;
  -moz-transition: 3s 0s all ease;
  -ms-transition: 3s 0s all ease;
  -o-transition: 3s 0s all ease;
  transition: 3s 0s all ease;
}

.swiper-ban .ban-scale a img {
  -webkit-transform: scale(1.03);
  -moz-transform: scale(1.03);
  -ms-transform: scale(1.03);
  -o-transform: scale(1.03);
  transform: scale(1.03);
}
.indexswiper {
  width: 100%;
  height: 100%;
}
.indexswiper>.swiper-wrapper>.swiper-slide{
  display:flex;
  align-items: center;
  width:100%;
  height: 100%;
  overflow: hidden;
}
.indexswiper .slide-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-size: cover;
  background-position: center;
}
.banner{
  position: relative;
}
.banner_mouse{
  position: absolute;
  right:20px;
  text-align: center;
  bottom:5%;
  z-index: 99;
}
.banner_mouse>b{
  display:block;
  margin:0 auto;
  position: relative;
  background: rgba(255, 255, 255, 0.2);
  width: 2px;
  height: 160px;
  overflow: hidden;
}
.banner_mouse>b i{
  display:block;
  position: absolute;
  left:0;
  top:0;
  background: #fff;
  width: 2px;
  height: 30px;
  animation: scrollline 4s ease 0s infinite normal;
}
@keyframes scrollline {
  0%{
    top:0;
  }
  100%{
    top:100%;
  }
}
.banner_mouse>img{
  margin:0 auto;
  margin-top:16px;
  margin-bottom: 7px;
  cursor: pointer;
}
.banner_mouse>span{
  color: #fff;
  font-size: 12px;
  display:block;
  margin:0 auto;
  cursor: pointer;
}
.ban-pagin{
  position:absolute;
  left:50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width:355px;
  text-align: center;
  bottom:7px;
  z-index: 100;
}
.ban-pagin .swiper-button-next:after,.ban-pagin .swiper-button-prev:after{
  display:none;
}
.ban-pagin .swiper-button-next{
  padding-right:33px;
  right:0;
  top:50%;
  transform: translateY(-50%);
  color: #fff;
  background: url("../images/banjt_r.png") no-repeat center right;
}
.ban-pagin .swiper-button-prev{
  left:0;
  top:50%;
  transform: translateY(-50%);
  padding-left:33px;
  color: #fff;
  background: url("../images/banjt_l.png") no-repeat center left;
}
.ban-pagin .swiper-pagination{
  color: rgba(255, 255, 255, 0.5);
  font-size: 24px;
  font-weight: bold;
  line-height: 24px;
  width: 135px;
  left:50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.ban-pagin .swiper-pagination span.swiper-pagination-current{
  color: #fff;
  font-size: 40px;
}

/*company*/
.indexcompany{
  background:url("../images/companybg.jpg") no-repeat left center/cover;
  display:flex;
  align-items: center;
  justify-content: center;
}
.indexcompany>.warpper{
  display:flex;
  justify-content: flex-end;
}
.index_com_cont{
  width: 50%;
}
.index_com_cont>h3{
  font-size: 4rem;
  font-weight: bold;
  color: #2e2e2e;
}
.index_com_cont>p{
  font-size:1.8rem;
  color: #686868;
  margin-bottom: 1vw;
}
.index_com_cont>small{
  font-size: 1.6rem;
  color: #414141;
  line-height: 32px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}

.more{
  display:block;
  position:relative;
  overflow:hidden;
  text-align: center;
}
.more:before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 150%;
  height: 100%;
  -webkit-transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
  transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
  -webkit-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s, background-color 0.3s;
  transition: transform 0.3s, opacity 0.3s, background-color 0.3s;
}
.more:hover:before{
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 1, 0deg);
  transform: rotate3d(0, 0, 1, 0deg);
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.more span{
  position:relative;
  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;
}
.index_com_cont>a{
  margin-top: 1.5vw;
  margin-bottom:3vw;
  width: 135px;
  line-height: 45px;
  border-radius: 8px;
  border:1px solid #2081eb;
  background:#2081eb;
}
.index_com_cont>a:before{
  background:#0e3c97;
}
.index_com_cont>a span{
  color: #fff;
}
.index_com_cont>a:hover{
  border:1px solid #0e3c97;
}


.index_com_cont ul{
  display:flex;
  align-items: center;
}
.index_com_cont ul i:last-of-type{
  display:none;
}
.index_com_cont ul i{
  display:block;
  margin:0 25px;
  width: 1px;
  height: 68px;
  background: rgba(131, 131, 131, 0.4);
}
.index_com_cont ul li h5{
  font-size: 4rem;
  color: #2d2d2d;
  font-weight: bold;
  line-height: 3.5rem;
}
.index_com_cont ul li h5 span{
  color: #2e2e2e;
  font-size: 2rem;
  font-weight: normal;
  vertical-align: baseline;
  padding-left: 6px;
}
.index_com_cont ul li small{
  font-size: 1.6rem;
  color: #4a4a4a;
}
/*indexpro*/
.indexpro{
  display:flex;
  align-items: center;
  justify-content: center;
}
.pt100{
  padding-top: 100px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.index_tit{
  text-align: center;
}
.index_tit>h2{
  font-size: 3.6rem;
  color: #383838;
  font-weight: bold;
}
.index_tit>p{
  font-size: 1.6rem;
  color: #6f6f6f;
  text-transform: uppercase;
  margin-bottom: 1.5vw;
}
.indexpro_top{
  display:flex;
  justify-content: center;
  align-items: center;
}
.indexpro_top>a{
  margin:0 20px;
  position:relative;
  overflow:hidden;
}
.indexpro_top>a:before{
  content:"";
  width:100%;
  height:3px;
  background:#2081eb;
  position:absolute;
  left:0;
  bottom:0;
  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;
}
.indexpro_top>a:hover:before{
  transform:scaleX(1);
  -webkit-transform:scaleX(1);
  -moz-transform:scaleX(1);
  transform-origin:0;
  -webkit-transform-origin:0;
  visibility:visible\9;
}
.indexpro_top>a span{
  position:relative;
  font-size: 1.8rem;
  color: #505050;
}
.indexpro_bom{
  position:relative;
  overflow:hidden;
}
.swiper-indexpro{
  width: 100%;
  margin: 2vw 0;
}
.swiper-indexpro a{
  display:block;
  width: 100%;
  background:#f6f6f6;
  -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;
}
.swiper-indexpro a:hover{
  background:#2081eb;
}
.swiper-indexpro a>b{
  width: 100%;
  display:block;
  height: 16.6vw;
  position:relative;
  overflow:hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border:1px solid #d8d8d8;
  background:#fff;
  -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;
}
.swiper-indexpro a:hover>b{
  border:1px solid #2081eb;
}
.swiper-indexpro a>b img{
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}
.swiper-indexpro a>p{
  text-align: center;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:0 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow:hidden;
  font-size: 1.6rem;
  color: #414141;
  line-height: 66px;
  -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;
}
.swiper-indexpro a:hover p{
  color: #fff;
}
.indexpro .swiper-button-prev,
.indexpro .swiper-button-next{
  position:relative;
  top:initial;
  left:initial;
  right:initial;
  bottom:initial;
  margin-top:initial;
}
.pro_btn{
  display:flex;
  align-items: center;
  justify-content: center;
}
.pro_btn>div{
  margin:0 10px;
  width: 60px;
  height: 60px;
  border:1px solid #a9a9a9;
  border-radius: 50%;
  display:flex;
  align-items: center;
  justify-content: 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;
}
.indexpro .swiper-button-prev:after,
.indexpro .swiper-button-next:after{display:none;}
.pro_btn>div:hover{
  border:1px solid #2081eb;
  background:#2081eb;
}
.pro_btn>div:hover>img{
  filter:grayscale(0) brightness(100);
}

/*indexslo*/
.indexslo{
  display:flex;
  align-items: center;
  justify-content: center;
  overflow:hidden;
  width: 100%;
}
.swiper-indexslo{
  position:relative;
  width: 1000px;
  height:538px;
}
.swiper-indexslo a{
  width: 100%;
  height: 100%;
  position:relative;
  overflow:hidden;
  background-repeat: no-repeat;
  background-position:center;
  background-size:cover;
  display:flex;
  align-items: center;
  justify-content: center;
}
.swiper-indexslo a>div 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;
  opacity: 0;
  position:relative;
  top:5px;
}
.swiper-indexslo a>div h4{
  font-size: 3rem;
  color: #fff;
  text-align: center;
  font-weight: bold;
  margin-top: 1vw;
  opacity: 0;
  position:relative;
  top:5px;
  -webkit-transition: 350ms 100ms all ease;
  -moz-transition: 350ms 100ms all ease;
  -ms-transition: 350ms 100ms all ease;
  -o-transition: 350ms 100ms all ease;
  transition: 350ms 100ms all ease;
}
.swiper-indexslo a>div small{
  font-size: 1.4rem;
  color: #fff;
  display:block;
  text-transform: uppercase;
  margin-bottom: 1.5vw;
  text-align: center;
  opacity: 0;
  position:relative;
  top:5px;
  -webkit-transition: 350ms 200ms all ease;
  -moz-transition: 350ms 200ms all ease;
  -ms-transition: 350ms 200ms all ease;
  -o-transition: 350ms 200ms all ease;
  transition: 350ms 200ms all ease;
}
.swiper-indexslo a>div p{
  background:#fff;
  margin:0 auto;
  width: 136px;
  line-height: 48px;
  border-radius: 8px;
  opacity: 0;
  top:5px;
  -webkit-transition: 350ms 300ms all ease;
  -moz-transition: 350ms 300ms all ease;
  -ms-transition: 350ms 300ms all ease;
  -o-transition: 350ms 300ms all ease;
  transition: 350ms 300ms all ease;
}
.swiper-indexslo a>div p>span{
  color: #4a4a4a;
  font-size: 1.6rem;
}
.swiper-indexslo a>div p:before{
  background:#2081eb;
}
.swiper-indexslo a>div p:hover>span{
  color: #fff;
}

.swiper-indexslo .slo-slide a>div img,
.swiper-indexslo .slo-slide a>div p,
.swiper-indexslo .slo-slide a>div small,
.swiper-indexslo .slo-slide a>div h4{
  opacity: 1;
  top:0;
}


.swiper-indexslo .swiper-button-prev,
.swiper-indexslo .swiper-button-next{
  width: 65px;
  height: 65px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  display:flex;
  align-items: center;
  justify-content: 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;
}
.swiper-indexslo .swiper-button-prev{
  left:initial;
  right:calc(105% + 70px);
}
.swiper-indexslo .swiper-button-next{
  right:initial;
  left:calc(105% + 70px);
}
.swiper-indexslo .swiper-button-prev:hover,
.swiper-indexslo .swiper-button-next:hover{
  background:#2081eb;
}
.swiper-indexslo .swiper-button-prev:after,
.swiper-indexslo .swiper-button-next:after{display:none;}
.swiper-indexslo .swiper-button-prev img,
.swiper-indexslo .swiper-button-next img{
  filter:grayscale(0) brightness(100);
}

/*indexcoop*/
.indexcoop{
  width: 100%;
  height: 100%;
  background:#f6f6f6;
  display:flex;
  align-items: center;
  justify-content: center;
}
.swiper-indexcoop{
  width: 100%;
  height: 430px;
  position:relative;
  overflow:hidden;
}
.swiper-indexcoop .swiper-slide{
  height: calc((100% - 40px) / 3);
}
.swiper-indexcoop .swiper-slide b{
  position:relative;
  overflow:hidden;
  display:flex;
  align-items: center;
  justify-content: center;
  background:#fff;
  width: 100%;
  height: 100%;
}
.swiper-indexcoop .swiper-slide b img{
  max-width: 90%;
  max-height: 85%;
}



/*news*/
.indexnews{
  display:flex;
  align-items: center;
  justify-content: center;
}

.swiper-news{
  position:relative;
  overflow:hidden;
}

.swiper-news .swiper-slide a{
  display:block;
  width: 100%;
  background:#f6f6f6;
}
.swiper-news .swiper-slide a>b{
  width: 100%;
  height: 14vw;
}
.news_text{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding:20px 15px;
}
.news_text>h3{
  font-size: 2.2rem;
  line-height: 3.2rem;
  height:6.4rem;
  color: #333333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.news_text>small{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 1.4rem;
  color: #5d5d5d;
  line-height: 2.4rem;
  height:4.8rem;
  margin-top:1vw;
  margin-bottom: 2vw;
}
.news_text>div{
  display:flex;
  justify-content: space-between;
  align-items: center;
}
.news_text>div>p{
  font-size: 1.4rem;
  color: #6f6f6f;
}
.indexnews>.warpper>a{
  background:#fff;
  border:1px solid #ddd;
  border-radius: 8px;
  width: 135px;
  line-height: 45px;
  margin:0 auto;
  margin-top: 2vw;
}
.indexnews>.warpper>a span{
  font-size: 1.6rem;
  color: #474747;
}
.indexnews>.warpper>a:before{
  background: #2081eb;
}
.indexnews>.warpper>a:hover{
  border: 1px solid #2081eb;
}
.indexnews>.warpper>a:hover span{
  color: #fff;
}


/*footer*/
.indexswiper>.swiper-wrapper>.footer-slide{
  height: 225px;
}
.footer{
  background: #004c9d url("../images/fotbg.png") no-repeat center;
  width: 100%;
  overflow: hidden;
}
.fot_top{
  height: 125px;
  display:flex;
  justify-content: space-between;
  align-items: center;
}
.fot_top_left{
  display:flex;
  align-items: center;
}
.fot_logo{
  display:flex;
  align-items: center;
  margin-right: 35px;
}
.fot_logo>img{
  margin-right: 5px;
}
.fot_logo h1{
  letter-spacing: 4px;
  font-size: 2.8rem;
  font-weight: bold;
  /*color: #444343;*/
  color: #fff;
}
.fot_logo small{
  font-size: 1.2rem;
  /*color: #444343;*/
  color: #fff;
  text-transform: uppercase;
}
.fot_nav{
  display:flex;
  align-items: center;
  justify-content: flex-end;
}
.fot_nav>a{
  font-size: 1.8rem;
  /*color: #444343;*/
  color: #fff;
  -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;
  margin-left: 25px;
}
.fot_nav>a:before{
  content:"";
  width:100%;
  height:3px;
  background:#fff;
  position:absolute;
  left:0;
  bottom:0;
  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;
}
.fot_nav>a:hover:before{
  transform:scaleX(1);
  -webkit-transform:scaleX(1);
  -moz-transform:scaleX(1);
  transform-origin:0;
  -webkit-transform-origin:0;
  visibility:visible\9;
}
.fot_nav>a:hover{
  /*color: #2081eb;*/
}
.fot_tel>h4{
  /*color: #444343;*/
  color: #fff;
  font-weight: bold;
  font-size: 2.8rem;
  line-height: 32px;
}
.fot_tel>p{
  color: #fff;
  font-weight: lighter;
  font-size: 1.4rem;
}

.fot_bom{
  height:100px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  display:flex;
  align-items: center;
  justify-content: center;
}
.fot_bom_top>p{
  float:left;
  color: #fff;
  font-size: 1.8rem;
}
.fot_bom_top>p a{
  font-size: 1.8rem;
  color: #fff;
}
.fot_bom_top>a{
  font-size: 1.8rem;
  float:right;
  color: #fff;
}

.fot_bom>.warpper>small{
  font-size: 1.2rem;
  color: #fff;
  display:block;
  margin-top: 10px;
}








.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;
}

.bjintro{
  margin-top: 3vw;
  background:#fff;
  border-radius: 10px;
  padding:15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 35px;
}
.bjintro>span{
  font-size: 20px;
  color: #3f3f3f;
  position: relative;
  padding-bottom: 1vw;
  font-weight: bold;
}