.banner{
  position:relative;
  overflow:hidden;
  height: 50vw;
}
.swiper-banner{
  width: 100%;
  height: 100%;
  position:relative;
  overflow:hidden;
}
.banner>.warpper{
  position:absolute;
  bottom:46px;
  height: 40px;
  z-index: 1;
  left:50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.banner .swiper-slide{
  width: 100%;
  height: 100%;
  overflow:hidden;
}
.banner .swiper-slide>a{
  display:flex;
  width: 100%;
  height: 100%;
  position:relative;
  align-items: center;
  justify-content: center;
}
.banner .slide-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.banner .swiper-slide a .swi_bgimg {
  position:absolute;
  top:0;
  left:0;
  transform: scale(1.08);
  transition: cubic-bezier(.77, 0, .175, 1) 1.6s transform;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.banner .swiper-slide-active a .swi_bgimg {
  transform: scale(1.01);
}

.ban_text{
  position:relative;
}
.ban_text h3{
  font-family: almmsht;
  font-size: 6.6rem;
  color: #fff;
  transform:translateY(-20px);
  opacity:0;
  -webkit-transition: 400ms 0.1s all linear;
  -moz-transition: 400ms 0.1s all linear;
  -ms-transition: 400ms 0.1s all linear;
  -o-transition: 400ms 0.1s all linear;
  transition: 400ms 0.1s all linear;
}
.ban_text h3:nth-of-type(2){
  -webkit-transition: 400ms 0.5s all linear;
  -moz-transition: 400ms 0.5s all linear;
  -ms-transition: 400ms 0.5s all linear;
  -o-transition: 400ms 0.5s all linear;
  transition: 400ms 0.5s all linear;
}
.ban_text h3 span{
  font-family: almmsht;
  color: #acce22;
}
.ban_text p{
  font-size: 3rem;
  color: #fff;
  margin-top: 30px;
  transform:translateY(20px);
  opacity:0;
  -webkit-transition: 400ms 0.9s all linear;
  -moz-transition: 400ms 0.9s all linear;
  -ms-transition: 400ms 0.9s all linear;
  -o-transition: 400ms 0.9s all linear;
  transition: 400ms 0.9s all linear;
}

.banner .swiper-slide-active .ban_text h3,
.banner .swiper-slide-active .ban_text p{
  opacity: 1;
  transform:translateY(0);
}

.banner .warpper .swiper-pagination{
  position:inherit;
  left:inherit;
  top:inherit;
  bottom:inherit;
  transform: inherit;
  text-align: left;
  color: #fff;
  font-size: 1.8rem;
  font-family: "albbpht";
}
.banner .warpper .swiper-pagination span{
  font-family: "albbpht";
}
.anitime{
  position:relative;
  overflow:hidden;
  width: 120px;
  height: 3px;
  background: rgba(255, 255, 255, 0.4);
}
.anitime b{
  display:block;
  position:absolute;
  left:0;
  top:0;
  width: 0;
  height: 100%;
  background:#fff;
}
@keyframes growline {
  0%{width:0;}
  100%{width:100%;}
}
@-webkit-keyframes growline {
  0%{width:0;}
  100%{width:100%;}
}

.grow b{
  animation: growline 3s linear 0s 1 normal;
  animation-fill-mode:forwards;
}




.head{
  position:fixed;
  z-index: 1000;
  top:0;
  left:0;
  width:100%;
  background: rgba(0, 0, 0, 0.4);
  display:flex;
  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;
}
.logo{
  margin-left: 4%;
}
.logo>.m1{
  display: block;
}
.logo>.m2{
  display:none;
}

.head:hover,.headfix{
  background:#fff;
}
.head:hover .logo>.m1,.headfix .logo>.m1{display:none;}
.head:hover .logo>.m2,.headfix .logo>.m2{display:block;}

.head_right{
  display:flex;
  align-items: center;
  justify-content: flex-end;
}
.nav-bar{
  display:flex;
  align-items: center;
}
.nav-bar li{
  margin-right: 30px;
  height: 100px;
  cursor: pointer;
  display:flex;
  justify-content: center;
  align-items: center;
  overflow:hidden;
}
.nav-bar li>a {
  position: relative;
  overflow:hidden;
  display: block;
  font-size: 1.8rem;
  color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: color 0.3s;
  transition:  color 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.head:hover .nav-bar li>a ,.headfix .nav-bar li>a {
  color: #333333;
}
.nav-bar li>img{
  margin-left:15px;
  filter:grayscale(100) brightness(100);
}
.head:hover .nav-bar li>img,.headfix .nav-bar li>img{
  filter:grayscale(80) brightness(0);
}
.nav-bar li:hover>img{
  filter:grayscale(0) brightness(1)!important;
}
.nav-bar li>a span{
  display: inline-block;
}
.nav-bar li>a::after,.nav-bar li>a span{
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.nav-bar li>a::after {
  content: attr(data-text);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  color: #007dc9;
  -webkit-transform: translate3d(0, 45%, 0);
  transform: translate3d(0, 45%, 0);
}

.nav-bar li:hover>a span {
  opacity: 0;
  -webkit-transform: translate3d(0, -45%, 0);
  transform: translate3d(0, -45%, 0);
}

.nav-bar li:hover>a{
  color: #007dc9;
}
.nav-bar li:hover>a::after{
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.langbg{
  background:#007dc9;
  display:flex;
  align-items: center;
}
.nav-tel{
  display:flex;
  justify-content: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 2vw;
  padding-left:calc(2vw + 53px);
  background:url("../images/telicon.png") no-repeat 2vw center;
}
.nav-tel h4{
  font-weight: bold;
  font-size: 1.8rem;
  color: #fff;
}
.nav-tel h4 span{
  font-size: 1.4rem;
  color: #fff;
  font-weight: normal;
}
.lang{
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 1.4rem;
  height: 100px;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 10px;
}

.lang img{
  width: 29px;
  margin-right: 8px;
}
.lang a{
  font-size: 1.6rem;
  color: #fff;
  border-bottom: 1px solid #fff;
}



.head .downlist{
  position: absolute;
  background: #f9fafc;
  width: 100%;
  top:110%;
  left:0;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
}
.head .downlistin{
  opacity: 1;
  top:100%;
  z-index: 1000;
  visibility: visible;
  -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;
}
.downlist>div{
  display:block;
  position:relative;
  overflow:hidden;
  width: 100%;
  background:url("../images/downpic.jpg") no-repeat left center;
  background-size:560px 100%;
}
.downlist>div>h3{
  position:absolute;
  bottom:-80px;
  right:0;
  font-size: 20rem;
  font-family: arial;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.04);
}
.downlist .warpper{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding:4vw 0;
}
.downlist .warpper>b{
  width: 400px;
  height: 242px;
  background: #fff;
}
.down_tit>p{
  font-size: 1.8rem;
  color: #fff;
  font-family: arial;
  text-transform: uppercase;
}
.down_tit>h3{
  font-weight: bold;
  font-size: 2.6rem;
  color: #fff;
  line-height: 60px;
}
.down_tit>b{
  display: block;
  width: 50px;
  height: 2px;
  background:#fff;
}
.down_href{
  width: 55%;
  display:flex;
  flex-wrap: wrap;
}
.down_href>a{
  font-size: 1.6rem;
  color: #333333;
  line-height: 64px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right:34px;
  width: 30%;
  margin-right:3.3%;
  margin-bottom: 1.5vw;
  background:url("../images/downjt.png") no-repeat right center;
  position:relative;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow:hidden;
  -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;
}
.down_href>a:nth-of-type(3n){
  margin-right: 0;
}
.down_href>a:hover{
  color: #007dc9;
  background:url("../images/downjts.png") no-repeat right center;
}
.down_href>a:before{
  display: block;
  content: '';
  position:absolute;
  left:0;
  bottom:0;
  height: 2px;
  background: rgba(51, 51, 51, 0.09);
  width: 100%;
}
.down_href>a:after{
  display: block;
  content: '';
  position:absolute;
  left:0;
  bottom:0;
  height: 2px;
  background: #e3eff7;
  width: 100%;
  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;
}
.down_href>a:hover:after{
  transform:scaleX(1);
  -webkit-transform:scaleX(1);
  -moz-transform:scaleX(1);
  transform-origin:0;
  -webkit-transform-origin:0;
  visibility:visible\9;
}




.img_jz{
  display: block;
  position: relative;
  overflow: hidden;
}
.img_jz img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.m_banbg .warpper{
  bottom: 2vw;
}
.m_banbg .warpper  .swiper-pagination{
  text-align: center;
}
.m_banbg .swiper-pagination span{
  background:#fff;
  width: 45px;
  height: 2px;
  border-radius: 0;
}

/*company*/
.company{
  background:url("../images/indexcombg.png") no-repeat right top;
  background-size:auto 100%;
  position: relative;
  padding-top: 4vw;
  overflow:hidden;
}
.company>img{
  position:absolute;
  right:0;
  bottom:0;
}
.company>.warpper>h2{
  font-size: 6rem;
  color: #484848;
  font-family: abril;
  font-weight: normal;
}
.company>.warpper>h2 span{
  color: #007dc9;
  font-family: abril;
  background:url("../images/comicon01.png") no-repeat right center;
  padding-right:50px;
}
.company>.warpper>h3{
  font-size: 3.6rem;
  color: #333333;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 10px;
}
.company>.warpper>small{
  width: 70%;
  font-size: 1.8rem;
  line-height: 36px;
  color: #666666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.com_ul{
  width: 49%;
  display:flex;
  flex-wrap: wrap;
  position:relative;
}
.com_ul li{
  width: 33%;
  margin-top: 2vw;
  -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;
  top:0;
}
.com_ul li:hover{
  top:-10px;
}
.com_ul li b{
  position:relative;
  width:100%;
  height: 90px;
  overflow:hidden;
  display:flex;
  align-items: center;
}
.com_ul li b>img{
  max-height: 100%;
  -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_ul li:hover b>img {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.com_ul li>p{
  font-family: albbpht;
  font-size: 3.2rem;
  color: #333333;
  font-weight: bold;
}
.com_ul li>p span{
  font-weight: normal;
  font-size: 1.8rem;
  font-family: albbpht;
}
.com_ul li>small{
  font-size: 2rem;
  color: #535353;
  font-weight: lighter;
}
.com_more{
  width: 100%;
  display:flex;
  align-items: center;
  margin-top: 3vw;
  margin-bottom: 5vw;
}
.com_more img{
  -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: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
.com_more:hover img{
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.com_more span{
  display:inline-block;
  margin-left: 20px;
  font-size: 1.6rem;
  color: #2e98d8;
  position:relative;
  overflow:hidden;
}
.com_more span:before{
  position:absolute;
  left:0;
  content:"";
  width:100%;
  height:1px;
  background:#2e98d8;
  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;
}
.com_more:hover span:before{
  transform:scaleX(1);
  -webkit-transform:scaleX(1);
  -moz-transform:scaleX(1);
  transform-origin:0;
  -webkit-transform-origin:0;
  visibility:visible\9;
}
/*product*/
.productbg{
  background:url("../images/probg.jpg") no-repeat center;
  background-size:cover;
  padding:5vw 0;
}

.title>small{
  font-size: 1.8rem;
  font-weight: lighter;
  color: #333333;
  text-transform: uppercase;
}
.title>h3{
  font-family: almm;
  font-size: 4rem;
  color: #333333;
  font-weight: normal;
}
.title>h3 span{
  font-family: almm;
  color: #007dc9;
}
.title>b{
  display:block;
  width: 44px;
  height: 4px;
  background:#007dc9;
  position:relative;
  overflow:hidden;
}
.title>b:after{
  display:block;
  content:'';
  background:#acce22;
  width:50%;
  right:0;
  top:0;
  height: 100%;
}
.tit_white{
  text-align: center;
}
.tit_white>small,
.tit_white>h3{
  color: #fff;
}
.tit_white>h3>span{
  color: #acce22;
}
.tit_white>b{
  margin:0 auto;
}
.product_list{
  display:flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 3vw;
}
.product_list a{
  color: #fff;
  font-size: 2.4rem;
  background:url("../images/prolisticon.png") no-repeat center;
  width: 196px;
  height: 221px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  display:flex;
  align-items: center;
  justify-content: center;
  padding:0 30px;
  margin:0 3vw;
  -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;
  top:0;
}
.product_list a:first-of-type{margin-left:0;}
.product_list a:nth-of-type(5){margin-right:0;}
.product_list a span{
  font-weight: bold;
}
.product_list a:hover{
  top:-5px;
}


/*ehs*/
.ehs{
  background:url("../images/ehsbg.jpg") no-repeat center;
  background-size:cover;
  padding:4vw 0;
}
.ehs ul{
  display:flex;
  justify-content: space-between;
  align-items: center;
  height: 600px;
  margin-top: 2vw;
}
.ehs ul li{
  height: 100%;
  width: 23%;
  -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;
}
.ehs ul li.active{
  width: 50%;
}
.ehs ul li a{
  display:block;
  width: 100%;
  height: 100%;
  position:relative;
  overflow:hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:3vw;
  -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-top: 8vw;
}
.ehs ul li.active a {
  padding:4vw;
  padding-top: 6vw;
}
.ehs ul li a:before{
  display:block;
  content: '';
  position:absolute;
  left:0;
  bottom:0;
  width:100%;
  height: 50%;
  background: -moz-linear-gradient(90deg, #007dc9, transparent);
  background: -webkit-linear-gradient(90deg,#007dc9,transparent);
  background: -o-linear-gradient(90deg, #007dc9, transparent);
}
.ehs ul li a>p{
  color: #fff;
  font-size: 1.5rem;
  text-transform: capitalize;
  -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;
}
.ehs ul li.active a>p {
  font-size: 1.8rem;
}
.ehs ul li a>h3{
  font-size: 3rem;
  color: #fff;
  margin-top: 1vw;
  font-weight: normal;
  -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;
}
.ehs ul li.active a>h3 {
  font-size: 5rem;
}
.ehs ul li a>small{
  font-size: 1.8rem;
  color: #fff;
  line-height: 30px;
  margin-top: 2.5vw;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  -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;
}
.ehs ul li.active a>small {
  opacity: 1;
}
.ehs ul li a>b{
  position:absolute;
  left:3vw;
  bottom:3vw;
  width: 100px;
  height: 100px;
  -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;
}
.ehs ul li.active a>b {
  left:4vw;
}
.ehs ul li a>b img{
  object-fit: scale-down;
}


.swiper-ehs{
  width: 100%;
  margin-top: 6vw;
}
.swiper-ehs .swiper-slide{
  width:70%;
  background-size:cover;
}
.swiper-ehs .swiper-slide a{
  display:block;
  width: 100%;
  height: 380px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:20px;
  position:relative;
  overflow:hidden;
}

.swiper-ehs .swiper-slide a p{ color: #fff;
  font-size: 1.5rem;
  text-transform: capitalize;}
.swiper-ehs .swiper-slide a h3{font-size: 2.3rem;
  color: #fff;
  margin-top: 1vw;
  font-weight: normal;}
.swiper-ehs .swiper-slide a small{
  font-size: 1.4rem;
  color: #fff;
  line-height: 26px;
  margin-top: 2.5vw;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.swiper-ehs .swiper-slide a b{
  position:absolute;
  left:20px;
  bottom:20px;
  width: 45px;
  height: 45px;
}
.swiper-ehs .swiper-slide a b img{
  object-fit: scale-down;
}



/*news*/
.newsbg{
  background:url("../images/newsbg.jpg") no-repeat center;
  background-size:cover;
  padding:4vw 0;
}
.newstit{
  display:flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2vw;
}
.newstit .tit_white{
  text-align: left;
}
.newstit .tit_white b{
  margin-left: 0;
}
.news_href{
  display:flex;
  justify-content: flex-end;
  align-items: center;
}
.news_href a{
  font-size: 1.6rem;
  color: #fff;
  border:1px solid #fff;
  width: 140px;
  line-height: 48px;
  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;
  margin-left: 10px;
  border-radius: 24px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.news_href a:hover{
  font-weight: bold;
  background:#fff;
  color: #007dc9;
}
.swiper_news .swiper-slide{
  background:#fff;
}
.news_style{
  display:block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:2vw;
  width: 100%;
  height: 100%;
  -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_style:hover{
  background:url(../images/newicons.png) no-repeat right bottom;
}
.news_style>span{
  display:block;
  font-size: 1.4rem;
  color: #007dc9;
  border:1px solid #007dc9;
  text-align: center;
  width: 80px;
  line-height: 32px;
  border-radius: 16px;
  margin-bottom: 10px;
  -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_style:hover>span {
 background:#007dc9;
  color: #fff;
}
.news_style>h4{
  font-size: 18px;
  color: #333333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 50px;
}
.news_style>b{
  border-radius:6px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 200px;
  width: 100%;
  margin-top: 1vw;
  margin-bottom: 3vw;
}
.news_style>div{
  display:flex;
  justify-content: space-between;
  align-items: center;
}
.news_style>div small{
  font-size: 1.8rem;
  color: #999999;
  font-weight: lighter;
}
.news_style>div p{
  font-size: 1.4rem;
  color: #999999;
  position:relative;
  overflow:hidden;
}
.news_style>div p:after{
  content:"";
  width:100%;
  height:1px;
  background:#007dc9;
  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;
}
.news_style:hover>div p:after{
  transform:scaleX(1);
  -webkit-transform:scaleX(1);
  -moz-transform:scaleX(1);
  transform-origin:0;
  -webkit-transform-origin:0;
  visibility:visible\9;
}

.news_style:hover>div p,
.news_style:hover>div small {
  color: #007dc9;
}
.news_war{
  width: 100%;
  position:relative;
  display:flex;
  justify-content: space-between;
  align-items: center;
  height: 54px;
  margin-top: 1.5vw;
}
.news_war .swiper-pagination{
  width: calc(96% - 134px);
  position:inherit;
  top:inherit;
  left:inherit;
  right:inherit;
  bottom:inherit;
}
.news_war .swiper-pagination {
  background: rgba(0, 0, 0, 0.1);
}
.news_war .swiper-pagination .swiper-pagination-progressbar-fill{
  background:#fff;
}
.news_btn{
  position:relative;
  width: 134px;
  display:flex;
  justify-content: space-between;
  align-items: center;
}

.news_btn .swiper-button-prev,
.news_btn .swiper-button-next{
  width: 54px;
  height: 54px;
  position:inherit;
  top:inherit;
  margin-top: inherit;
  left:inherit;
  right:inherit;
  bottom:inherit;
  background:#fff;
  border-radius: 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;
}
.news_btn .swiper-button-prev:hover,
.news_btn .swiper-button-next:hover{
  background:#fff;
  background: -moz-linear-gradient(45deg, #007dc9, #acdfff);
  background: -webkit-linear-gradient(45deg,#007dc9,#acdfff);
  background: -o-linear-gradient(45deg, #007dc9, #acdfff);
}
.news_btn .swiper-button-prev:after,
.news_btn .swiper-button-next:after{
  color: #007dc9;
  font-weight: bold;
  font-size: 20px;
  -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_btn .swiper-button-prev:hover:after,
.news_btn .swiper-button-next:hover:after{
  color: #fff;
}

/*msg*/
.indexjob{
  display:flex;
  justify-content: space-between;
  align-items: center;
  height: 860px;
}
.indexjob>div{
  padding-top: 18%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: 350ms 0s all linear;
  -moz-transition: 350ms 0s all linear;
  -ms-transition: 350ms 0s all linear;
  -o-transition: 350ms 0s all linear;
  transition: 350ms 0s all linear;
}
.indexjob_left{
  width: 50%;
  height: 100%;
  background:url("../images/jobbg.jpg") no-repeat left center;
  background-size: auto 100%;
  padding-left: 5vw;
    -webkit-transition: 350ms 0s all linear;
  -moz-transition: 350ms 0s all linear;
  -ms-transition: 350ms 0s all linear;
  -o-transition: 350ms 0s all linear;
  transition: 350ms 0s all linear;
}
.indexjob_right{
  width: 50%;
  height: 100%;
  background:url("../images/contbg.jpg") no-repeat right center;
  background-size: auto 100%;
  text-align: right;
  padding-right: 5vw;
    -webkit-transition: 350ms 0s all linear;
  -moz-transition: 350ms 0s all linear;
  -ms-transition: 350ms 0s all linear;
  -o-transition: 350ms 0s all linear;
  transition: 350ms 0s all linear;

}
.indexjob h3{
  font-family: almm;
  font-size: 4rem;
  color: #fff;
  width: 100%;
  font-weight: normal;
}
.indexjob small{
  font-size: 2.2rem;
  color: #fff;
  display:block;
  width: 395px;
  margin-top: 20px;
  margin-bottom: 3.5vw;
}
.indexjob_right a,
.indexjob_right small{
  margin-right: 0;
  margin-left: auto;
}
.indexjob a{
  border-radius: 50%;
  border:1px solid #fff;
  width: 48px;
  height: 48px;
  display:flex;
  justify-content: center;
  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;
  background: rgba(255, 255, 255, 0);
}
.indexjob a img{
  max-width: 100%;
  max-height: 100%;
}
.indexjob a:hover{
  border:none;
  background: -moz-linear-gradient(45deg, #007dc9, #acdfff);
  background: -webkit-linear-gradient(45deg,#007dc9,#acdfff);
  background: -o-linear-gradient(45deg, #007dc9, #acdfff);
}


/*footer*/
.footer{
  background:url("../images/fotbg.jpg");
  background-size:cover;
  padding-top:4vw;
  overflow:hidden;
}
.fot_top{
  display:flex;
  justify-content: space-between;
  padding-bottom: 4vw;
}
.fot_left>h3{
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  position: relative;
  padding-bottom: 18px;
}
.fot_left>h3:after{
  position: absolute;
  content: '';
  left:0;
  bottom:0;
  width:22px;
  height: 2px;
  background: #fff;
}
.fot_left a,.fot_left p{
  margin-top: 15px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
  font-weight: lighter;
  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;
}
.fot_left a:hover{
  color: #fff;
  text-decoration: underline;
}
.fot_left .fot_left_pro{
  display:flex;
  flex-wrap: wrap;
  width: 375px;
}
.fot_left .fot_left_pro a{
  display:block;
  width: 32%;
  margin-right: 2%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow:hidden;
}
.fot_left .fot_left_pro a:nth-of-type(3n){
  margin-right: 0;
}
.fot_right{
  text-align: center;
}
.fot_right>div{
  background:#fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:5px;
  border-radius: 3px;
}
.fot_right>div>img{
  width: 100%;
}
.fot_right p{
  text-align: center;
  font-size: 1.6rem;
  color: #fff;
  font-weight: bold;
  margin-top: 10px;
}


.fot_bot{
  border-top:1px solid rgba(255, 255, 255, 0.4);
  overflow: hidden;
}
.fot_bot .warpper{
  display:flex;
  justify-content: space-between;
  align-items: center;
  height: 90px;
}
.fot_bot .warpper>p{
  font-size: 14px;
  color: #fff;
}
.fot_bot .warpper a{
  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;
}
.fot_bot .warpper a:hover{
  text-decoration: underline;
}

/*float window*/
.float_box{
  position: fixed;
  top:60%;
  right:0;
  z-index: 100;
  -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;
}
.float_box>div.float06{
  position: absolute;
  top:0;
  right:0px;
  z-index: 8;
  -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;
}
.float_boxfix>div.float06{
  right:80px;
}
.float_box>div{
  cursor: pointer;
  margin-bottom:1px;
  position: relative;
  width:50px;
  height: 50px;
}
.float_box>div>b{
  display:block;
  width:50px;
  height: 50px;
  border-radius: 50%;
  position: absolute;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.6);
  -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;
}
.float_box>div>div{
  position: absolute;
  top:50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.float01 b{  background:#fff url("../images/float01.png") no-repeat center;}
.float02 b{  background:#fff url("../images/float06.png") no-repeat center;}
.float03 b{  background:#fff url("../images/float04.png") no-repeat center;}
.float04 b{  background:#fff url("../images/float03.png") no-repeat center;}
.float05 b{  background:#fff url("../images/float05.png") no-repeat center;}

.float_box>div:hover b{
  background-color:#007dc9;
}

.float03>div{
  border-radius: 5px;
  width: 100px;
  height: 100px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:8px;
  background: #007dc9;
  right:calc(100% + 20px);
  opacity: 0;
  position:relative;
  -webkit-transition: 350ms 0s all linear;
  -moz-transition: 350ms 0s all linear;
  -ms-transition: 350ms 0s all linear;
  -o-transition: 350ms 0s all linear;
  transition: 350ms 0s all linear;
  visibility: hidden;
}
.float03:hover>div,.float04:hover>div{
  right:calc(100% + 10px);
  opacity: 1;
  visibility: visible;
}
.float03>div>img{
  width:100%;
  height: 100%;
}

.float02>div{
  width: 50px;
  height: 50px;
  border-radius: 50px;
  background: #007dc9;
  right:-50px;
  overflow: hidden;
  line-height: 50px;
  color: #fff;
  font-size: 18px;
  z-index: 8;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left:20px;
  -webkit-transition: 350ms 0s all linear;
  -moz-transition: 350ms 0s all linear;
  -ms-transition: 350ms 0s all linear;
  -o-transition: 350ms 0s all linear;
  transition: 350ms 0s all linear;
}
.float04>div{
  width: 175px;
  height: 50px;
  text-align: center;
  border-radius: 6px;
  background: #007dc9;
  line-height: 50px;
  color: #fff;
  font-size: 18px;
  z-index: 8;
  right: 80px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: 350ms 0s all linear;
  -moz-transition: 350ms 0s all linear;
  -ms-transition: 350ms 0s all linear;
  -o-transition: 350ms 0s all linear;
  transition: 350ms 0s all linear;
  position:relative;
  opacity: 0;
  visibility: hidden;
}
.float03>div:after,.float04>div:after{
  display: block;
  content: '';
  position:absolute;
  left:100%;
  top:50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  border-left: 7px solid #007dc9;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
}
.float02>div a{
  color: #fff;
  font-size: 18px;
}
.float02:hover>div{
  opacity: 1;
}.float04:hover>div{*/
/*opacity: 1;*/
/*}
/**/
.float_box>div.float05{
  visibility: hidden;
  opacity: 0;
  -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;
}
.float_box>div.float05show{
  opacity: 1;
  visibility: visible;
}


.qqkf a{
  background:url(../images/qqkf.png) no-repeat left center;
  float:left;
  display:block;
  width: 45px;
  height: 45px;
  color: #fff;
  padding-left:30px;
}



.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;
}