@font-face {
  font-family: barlow;
  src:url("../fonts/barlow.ttf");
}
@font-face {
 font-family: douyu;
 src:url("../fonts/douyu.ttf");
}
@font-face {
  font-family: alimama;
  src:url("../fonts/alimama.ttf");
}
body{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.head{
  background: #fff;
  width:100%;
  position:sticky;
  top:0;
  left:0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left:2%;
  height: 100px;
  display:flex;
  justify-content: space-between;
  align-items:center;
  z-index: 1000;
  border-bottom: 1px solid #e5e5e5;
}
.head_right{
  width: 68%;
  display:flex;
  justify-content: flex-end;
  align-items: center;
}

.logo{
  display:flex;
  align-items: center;
}
.logo>div{
  margin-left: 16px;
  padding-left: 16px;
  position:relative;
}
.logo>div:before{
  display:block;
  content: '';
  width: 1px;
  height: 37px;
  background:#e6e6e7;
  position:absolute;
  left:0;
  top:50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.logo>div h5{
  font-size: 2rem;
  color: #333333;
}
.logo>div small{
  font-size: 1.4rem;
  font-weight: lighter;
  color: rgba(51, 51, 51, 0.6);
}
.nav-bar{
  margin-left: auto;
  display:flex;
  align-items: center;
  justify-content: space-between;
  width: 55%;
}
.nav-bar li a{
  display:block;
  font-size: 1.6rem;
  font-weight: lighter;
  color: #333333;
  line-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;
  position:relative;
}
.nav-bar li a:hover,.nav-bar li.active a{
  color: #0d3c7f;
  font-weight: normal;
}
.tel{
  margin-right: 2%;
  margin-left: 8%;
}
.tel h3{
  font-family: barlow;
  font-size: 2.5rem;
  color: #0d3c7f;
  padding-left:42px;
  background:url("../images/tel.png") no-repeat left center;
}
.menu,.close{
  margin-right: 0;
  background:#0d3c7f;
  width: 100px;
  height: 100px;
  display:flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.menu>div,.close>div{
  width: 28px;
  -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;
}
.menu>div i,.close>div>i{
  background:#fff;
  display:block;
  height: 2px;
  width:100%;
  margin-top: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;
  opacity: 1;
  position: relative;
}
.close{
  position:absolute;
  right:0;
  top:0;
}
.menu>div i:first-of-type{
  margin-top: 0;
}
.menuchange>div .i2{
  opacity: 0;
}
.menuchange>div{
  width: 40px;
}
.menuchange .i1{
  top:12px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center;
}
.menuchange .i3{
  top: -12px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transform-origin: center;
}




.banner{
  width: 100%;
  position:relative;
}
.swiper-banner{
  width: 100%;
  height: 100%;
}
.banner .swiper-slide a{
  display:flex;
  align-items: center;
  justify-content: center;
  width:100%;
  height: 100%;
}
.banner_text{
  padding-bottom: 5vw;
}
.banner_text>h3{
  font-size: 5.2rem;
  color: #fff;
  line-height: 58px;
  margin-top:1vw;
  margin-bottom: 1vw;
  font-family: alimama;
}
.banner_text>small{
  font-size: 2.8rem;
  color: #fff;
  font-weight: lighter;
  line-height: 52px;
  padding:15px 28px;
  border-radius: 26px;
  background: rgba(212, 16, 24, 0.6);
}


.swiper-banner{
  position:relative;
}
.banner .swiper-pagination {
  width: 83.3%;
  position: absolute;
  text-align: left;
  left:50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 6%;
}
.banner .swiper-pagination span {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  opacity:1;
  margin-right:23px!important;
  cursor: pointer;
  position:relative;
  background:#fff;
  float:left;
}

.banner .swiper-pagination span:after{
  border:1px solid #d41018;
  width: 100%;
  height: 100%;
  display:block;
  content: '';
  position:absolute;
  border-radius: 50%;
  left:50%;
  top:50%;
  -webkit-transform: translate(-50%,-50%) scale(2);
  -moz-transform: translate(-50%,-50%) scale(2);
  -ms-transform: translate(-50%,-50%) scale(2);
  -o-transform: translate(-50%,-50%) scale(2);
  transform: translate(-50%,-50%) scale(2);
  opacity: 0;
}
.banner span.swiper-pagination-bullet-active {
  background: #d41018;
  opacity: 1;
}
.banner span.swiper-pagination-bullet-active:after{
  opacity: 1;
}

/*search*/
.searchshow{
  position: relative;
  height: 100px;
  display:flex;
  justify-content: center;
  align-items: center;
}
.searicon{
  display:block;
  width: 100px;
  height: 100%;
  border-left:1px solid #e5e5e5;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
}
.searicon img{
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}
.searchshow form{
  display:flex;
  justify-content: center;
  align-items: center;
  height: 100px;
  visibility: hidden;
  width: 0;
}
.searchshow.show form{
  visibility: visible;
  width: initial;
  -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;
}
.searchshow.show>b{
  width: 0;
  visibility: 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;
}
.searchshow form input[type=text]{
  padding-left:26px;
  line-height: 43px;
  color: #999999;
  font-size: 1.6rem;
  font-weight: lighter;
  width: 300px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.searchshow form input[type=text]::placeholder{
  color: #999999;
  font-size: 1.6rem;
  font-weight: lighter;
}
.searchshow form input[type=submit]{
  width: 100px;
  line-height: 47px;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left:5%;
  background: url("../images/search.png") no-repeat 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;
}
.img_jz{
  display: block;
  position: relative;
  overflow: hidden;
}
.img_jz img{
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}

.title{
  display:flex;
  justify-content: space-between;
  align-items: center;
  padding-top:4vw;
  padding-bottom: 2vw;
}
.title>h3{
  font-family: alimama;
  color: #333;
  font-size: 4.8rem;
}
.title>h3 span{
  color: #d41018;
}
.more{
  display:inline-block;
  line-height: 40px;
  text-align: center;
  border:2px solid #0d3c7f;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:0 17px;
  border-radius: 22px;
  position:relative;
  overflow:hidden;
}
.more:before{
  display:block;
  content: "";
  width: 100%;
  height: 100%;
  background: #0d3c7f;
  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;
}
.more:hover:before {
  transform: scaleX(1);
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  transform-origin: 0;
  -webkit-transform-origin: 0;
  visibility: visible\9;
}
.more span{
  padding-right:53px;
  font-size: 14px;
  color: #0d3c7f;
  background:url("../images/morejt.png") no-repeat right center;
  position:relative;
  -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);
}
.more:hover span{
  color: #fff;
  background:url("../images/morejts.png") no-repeat right center;
}
.white_more:before{
  background:#fff;
}
.white_more{
  border:2px solid #fff;
}
.white_more span{
  color: #fff;
  background:url("../images/morejts.png") no-repeat right center;
}
.white_more:hover span{
  color: #0d3c7f;
  background:url("../images/morejt.png") no-repeat right center;
}

/*product*/
.product{
  padding-bottom: 5vw;
  background:url("../images/sky.jpg") no-repeat center;
}
.swiper-pro a{
  display:block;
  width: 100%;
  height: 100%;
  padding-top:3vw;
}

.pro_text{
  text-align: center;
  background:url("../images/textbg.png") no-repeat center;
  background-size:100% auto;
  line-height: 120px;
  font-size: 3.6rem;
  color: #333333;
  font-weight: bold;
  text-overflow:ellipsis;
  white-space: nowrap;
  overflow:hidden;
  margin-top: 4vw;
  -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;
}
.pro_pic{
  position:relative;
  margin:0 auto;
  width:70%;
  height:0;padding-bottom:70%;
  border-radius: 50%;
  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;
}
.pro_pic:before{
  display:block;
  content: '';
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border:1px dashed #d41018;
  position:absolute;
  left:50%;
  top:50%;
  -webkit-transform: translate(-50%,-50%) scale(1.2);
  -moz-transform: translate(-50%,-50%) scale(1.2);
  -ms-transform: translate(-50%,-50%) scale(1.2);
  -o-transform: translate(-50%,-50%) scale(1.2);
  transform: translate(-50%,-50%) scale(1.2);
  -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;
}


.swiper-pro .swiper-slide-active .pro_pic:before,.swiper-pro .swiper-slide-active .pro_text{
  opacity: 1;
}
.pro_pic>b,.pro_pic>i{
  display:block;
  width: 100%;
  height: 100%;
  overflow:hidden;
  border-radius: 50%;
  position:absolute;
  left:0;
  top: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;
}
.pro_pic>i{
  background: rgba(4, 24, 67, 0.4);
  opacity: 0;
}
.swiper-pro a:hover .pro_pic>i{
  opacity: 1;
}
.swiper-pro .swiper-slide{
  width: calc((100% - 280px) * 0.12);
}
.swiper-pro .swiper-slide-active{
  width: calc((100% - 280px) * 0.38);
}
.swiper-pro .swiper-slide.swiper-slide-next,.swiper-pro .swiper-slide.swiper-slide-prev{
  width: calc((100% - 280px) * 0.19);
}
.swiper-pro .swiper-slide-active .pro_pic{
  width:100%;
  padding-bottom:100%;
}
.swiper-pro .swiper-slide.swiper-slide-next .pro_pic,.swiper-pro .swiper-slide.swiper-slide-prev .pro_pic{
  width: 80%;
  padding-bottom: 80%;
  margin-top: 3vw;
}
.swiper-pro .swiper-slide.swiper-slide-next .pro_pic{
  margin-right: 0;
}
.swiper-pro .swiper-slide.swiper-slide-prev .pro_pic{
  margin-left: 0;
}
.swiper-pro .swiper-button-prev:after,.swiper-pro .swiper-button-next:after{
  display:none;
}
.swiper-pro .swiper-button-prev{
  box-shadow: 0 15px 10px rgba(221, 221, 221, 0.5);
  border-radius: 50%;
  width: 62px;
  height: 62px;
  left:30%;
  bottom:20px;
  margin-top: 0;
  top:initial;
  background:#d6dbdf url("../images/projt_l.png") no-repeat center;
}
.swiper-pro .swiper-button-next{
  box-shadow: 0 15px 10px rgba(221, 221, 221, 0.5);
  right:30%;
  bottom:20px;
  margin-top: 0;
  top:initial;
  border-radius: 50%;
  width: 62px;
  height: 62px;
  background:#d6dbdf url("../images/projt_r.png") no-repeat center;
}
.swiper-pro .swiper-button-next:hover,.swiper-pro .swiper-button-prev:hover{
  background-color:#d41018;
  box-shadow: 0 15px 10px rgba(212, 16, 24, 0.2);
}

/*case*/
.casebg{
  overflow:hidden;
  background:#0d3c7f url("../images/casebg.jpg") no-repeat right center;
}
.case{
  width:79%;
  height: 41vw;
}
.swiper-case{
  overflow:visible;
  width: 100%;
  height: 100%;
}
.swiper-case .swiper-slide{
  width: 100%;
  height: 100%;
  transform: scaleY(0.7);
  -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-case .swiper-slide-active{
  transform: scaleY(1);
}

.case_cont{
  width: 100%;
  height: 100%;
  display:flex;
  align-items: center;
}
.case_cont b.img_jz{
  display:block;
  width:68%;
  height: 100%;
}
.case_cont b.img_jz img{
  object-fit: cover;
}
.case_text{
  width: 32%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:0 5%;
  padding-bottom:5vw;
}
.case_text .title h3{
  color: #fff;
}
.case_des>h4{
  font-size: 3.2rem;
  color: #fff;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.case_des>i{
  display:block;
  height: 117px;
  margin-top: 1vw;
  font-size: 2rem;
  font-style: italic;
  color: rgba(255, 255, 255, 0.3);
}
.swiper-case .swiper-pagination-fraction{
  color: rgba(255, 255, 255, 0.2);
  font-size: 2rem;
  bottom: 3vw;
  left: 73%;
  width: initial;
}
.swiper-case .swiper-pagination-fraction .swiper-pagination-current{
  font-size: 3rem;
  color: #fff;
}

/*news*/
.news .title>div{
  display:flex;
  justify-content: flex-end;
  align-items: center;
}
.newstit{
  display:flex;
  justify-content: flex-end;
  align-items: center;
}
.newstit a{
  margin-right:36px;
  display:block;
  position:relative;
  font-size: 2rem;
  color: #282828;
  -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;
}
.newstit a:hover{
  color: #d41018;
  font-weight: bold;
}
.newstit a span{
  position:relative;
}
.newstit a:before{
  position:absolute;
  display:block;
  content: '';
  bottom:0;
  left:0;
  height: 12px;
  width:100%;
  background:#fbe7e7;
  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;
}
.newstit a:hover:before{
  transform: scaleX(1);
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  transform-origin: 0;
  -webkit-transform-origin: 0;
  visibility: visible\9;
}

.swiper-news{
  padding-bottom: 3vw;
  margin-bottom: 2vw;
}
.swiper-news a{
  padding-top:2px;
  display:block;
}
.swiper-news a>h4{
  font-family: barlow;
  font-size: 2.2rem;
  color: #999999;
  margin-bottom: 1vw;
}
.swiper-news a>h4 span{
  font-size: 15px;
  color: #0d3c7f;
  border:2px solid #0d3c7f;
  padding:8px 18px;
  -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-right: 17px;
  vertical-align: middle;
  border-radius: 18px;
}
.swiper-news a:hover>h4 span{
  color: #d41018;
  border:2px solid #d41018;
}
.swiper-news a>p{
  font-size: 2.8rem;
  color: #333333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  min-height:81px;
  margin-bottom: 1.5vw;
  -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-news a:hover>p{
  color: #d41018;
}
.swiper-news a>b{
  width:100%;
  height: 16.5vw;
}
.swiper-news a>b img{
  object-fit: cover;
  -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;
}
.swiper-news a:hover>b img{
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}

.swiper-news .swiper-pagination{
  bottom:0;
  top: inherit;
  background:#e5e5e5;
  height: 3px;
}
.swiper-news .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{
  background:#d41018;
}

/*company*/
.company{
  padding-bottom: 5vw;
  background:url("../images/combg.jpg") no-repeat center bottom;
}
.com_top{
  padding-top: 3vw;
  padding-bottom: 3vw;
  display:flex;
  justify-content: space-between;
  align-items: center;
}
.com_left>.title{
 padding-bottom: 0;
}
.com_left{
  width: 40%;
}
.com_left>p{
  font-size: 1.7rem;
  color: #0d3c7f;
  line-height: 65px;
}
.com_left>small{
  display:block;
  font-size: 1.4rem;
  color: #666666;
  font-weight: lighter;
  line-height: 28px;
  margin-bottom:2.5vw;
}
.com_right{
  width: 60%;
  position:relative;
}
.com_right>img{
  max-width: 100%;
}
.videoicon{
  cursor: pointer;
  width: 59px;
  height: 59px;
  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%);
}
.videoicon>i{
  display:block;
  width: 160%;
  height: 160%;
  border-radius: 50%;
  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%);
  background:#d41018;
  opacity: 0.1;
  animation:myscale 2s linear 0.3s infinite alternate;
}
.videoicon>span:before{
  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%);
  display:block;
  content: '';
  width: 130%;
  height: 130%;
  border-radius: 50%;
  background:#d41018;
  opacity: 0.1;
  animation:myscale 2s linear 0s infinite alternate;
}
@keyframes myscale {
  0%{
    -webkit-transform: translate(-50%,-50%) scale(1);
    -moz-transform: translate(-50%,-50%) scale(1);
    -ms-transform: translate(-50%,-50%) scale(1);
    -o-transform: translate(-50%,-50%) scale(1);
    transform: translate(-50%,-50%) scale(1);
  }
  100%{
    -webkit-transform: translate(-50%,-50%) scale(1.1);
    -moz-transform: translate(-50%,-50%) scale(1.1);
    -ms-transform: translate(-50%,-50%) scale(1.1);
    -o-transform: translate(-50%,-50%) scale(1.1);
    transform: translate(-50%,-50%) scale(1.1);
  }
}
.videoicon>span{
  border-radius: 50%;
  display:block;
  width: 100%;
  height: 100%;
  background:#d41018 url("../images/videoicon.png") no-repeat center;
}

.com_bom{
  display:flex;
  justify-content: center;
  align-items: center;
  height:256px;
}
.com_bom a{
  width: 33%;
  height: 100%;
  display:flex;
  align-items: center;
  background:url("../images/comlistbg03.jpg") no-repeat center;
  background-size:cover;
  overflow:hidden;
  position:relative;
}
.com_bom a:nth-of-type(2){
  width: 34%;
  background:url("../images/comlistbg02.jpg") no-repeat center;
  background-size:cover;
}
.com_bom a:first-of-type{
  background:url("../images/comlistbg01.jpg") no-repeat center;
  background-size:cover;
}
.com_bom a:before{
  display:block;
  content:'';
  position:absolute;
  left:0;
  top:0;
  height: 100%;
  width: 60%;
  background:#016dd0;
  background: -moz-linear-gradient(0deg, #016dd0, transparent);
  background: -webkit-linear-gradient(0deg,#016dd0,transparent);
  background: -o-linear-gradient(0deg, #016dd0, transparent);
  -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;
}
.com_bom a:nth-of-type(2):before{
  background:#d41018;
  background: -moz-linear-gradient(0deg, #d41018, transparent);
  background: -webkit-linear-gradient(0deg,#d41018,transparent);
  background: -o-linear-gradient(0deg, #d41018, transparent);
}
.com_bom a:nth-of-type(3):before{
  background:#041843;
  background: -moz-linear-gradient(0deg, #041843, transparent);
  background: -webkit-linear-gradient(0deg,#041843,transparent);
  background: -o-linear-gradient(0deg, #041843, transparent);
}
.com_bom a:hover:before{
  width: 100%;
}
.com_bom a>div{
  position: relative;
  width:80%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left:8%;
}
.com_bom a>div>p{
  color: #fff;
  font-size: 2.2rem;
  font-weight: bold;
  text-transform: capitalize;
}
.com_bom a>div>h6{
  color: #fff;
  font-size: 2.4rem;
  margin-bottom:3vw;
  margin-top: 8px;
}






/*footer*/
.footer{
  background:url("../images/fotbg.jpg") no-repeat center;
  background-size:cover;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.footer>.warpper{
  display:flex;
  justify-content: space-between;
  align-items: center;
}
.fotlogo>small{
  display:block;
  margin-top: 15px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-weight: lighter;
}
.fot_right{
  text-align: center;
}
.fot_right>img{
  width: 137px;
  margin:0 auto;
}
.fot_right>small{
  display: inline-block;
  background:url("../images/fottel.png") no-repeat left center;
  padding-left:35px;
  line-height: 23px;
  text-align: left;
  margin:0 auto;
  color: #fff;
  font-size: 1.4rem;
  font-weight: lighter;
}
.fot_right>h3{
  font-size: 2.5rem;
  color: #fff;
  font-family: barlow;
  line-height: 44px;
}
.fot_right>p{
  color: #fff;
  font-size: 1.4rem;
  font-weight: lighter;
  line-height: 40px;
}

.fot_mid{
  display:flex;
  justify-content: space-between;
  border-left: 1px solid #3e689e;
  border-right: 1px solid #3e689e;
  height: 365px;
  width: 70%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:0 5%;
  padding-top:70px;
}


.fot_left>h3{
  position: relative;
}

.fot_left>h3 a{
  display:block;
  font-size: 1.7rem;
  color: #fff;
  font-family: alimama;
}
.fot_left>div a{
  display:block;
  font-size: 1.4rem;
 font-weight: lighter;
 color: rgba(255, 255, 255, 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;
  margin-top: 15px;
}
.fot_left>div a:hover{
  color: #fff;
  text-decoration: underline;
}
.fot_left_pro{
  display:flex;
  width: 185px;
  justify-content: space-between;
}



 .fot_bot{
   line-height: 62px;
   height: 62px;
   overflow: hidden;
   border-top: 1px solid #3e689e;
 }
 .fot_bot .warpper>p{
   float:left;
   font-size: 14px;
   color: #fff;
 }
.fot_bot .warpper a{
  font-size: 14px;
  color: #fff;
}
 .fot_bot .warpper>a{
   float:right;
   font-size: 14px;
   color: #fff;
 }
 .fot_bot .warpper a:hover{
   text-decoration: underline;
 }



/*float window*/
.float_box{
  position: fixed;
  top:60%;
  right:0px;
  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_boxfix{*/
/*right:-52px;*/
/*}*/
.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: 100%;
  height: 100%;
  position: absolute;
  z-index: 10;
  background-color: #024b6d;
  box-shadow: 0 3px 7px rgba(0,0,0,0.15);
  -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/float03.png") no-repeat center;}
.float04 b{  background:#fff url("../images/float04.png") no-repeat center;}
.float05 b{  background:#fff url("../images/float05.png") no-repeat center;}

.float_box>div:hover b{
  background-color:#9b0311;
}

.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: #9b0311;
  right:calc(100% + 20px);
  opacity: 0;
  -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{
  right:calc(100% + 10px);
  opacity: 1;
  visibility: visible;
}
.float03>div>img{
  width:100%;
  height: 100%;
}

.float02>div,.float04>div{
  width: 48px;
  height: 48px;
  border-radius: 48px;
  background: #9b0311;
  right:1px;
  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;
}
.float02>div a{
  color: #fff;
  font-size: 18px;
}
.float02:hover>div{
  width: 385px;
  height: 50px;
}
.float04:hover>div{
  width: 233px;
  height: 50px;
}
.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;
}

/*下拉*/
.menudown{
  display:none;
  position:fixed;
  width:100%;
  height: 100%;
  background: #0d3c7f;
  top:0;
  left:0;
  z-index: 99;
}
#comstar{
  position: absolute;
  bottom:0;
  left:0;
  width:100%;
  height: 34%;
  z-index: 10;
}
#comstar>canvas{
  width: 100%!important;
  height: 100%!important;
}
.menudown_contbg{
  width:100%;
  height: 100%;
  display:flex;
  justify-content: space-between;
  align-items: center;
  position:relative;
  z-index: 100;
}
.menudown_cont{
  width: 63%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left:12.5%;
}
.menudown_cont ul li{
  position:relative;
  margin-bottom: 1vw;
}
.menudown_cont ul li:last-of-type{
  margin-bottom: 0;
}
.menudown_cont ul li>a{
  position:relative;
  color: #fff;
  font-size: 3.6rem;
  font-family: alimama;
  -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;
}
.menudown_cont ul li:hover>a{
  font-style: italic;
}
.menudown_cont ul li>a>span{
  color: #fff;
  font-size: 2.4rem;
  vertical-align: middle;
  padding-right:2vw;
}
.menudown_cont ul li>div{
  position:absolute;
  left:420px;
  top:15px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 350ms 150ms all ease;
  -moz-transition: 350ms 150ms all ease;
  -ms-transition: 350ms 150ms all ease;
  -o-transition: 350ms 150ms all ease;
  transition: 350ms 150ms all ease;
}
.menudown_cont ul li.mousein>div{
  left:370px;
  opacity:1;
  visibility: visible;
  z-index: 1000;
}
.menudown_cont ul li>div:before{
  width:0;
  height: 2px;
  background:#fff;
  display:block;
  content: '';
  position:absolute;
  left:-114px;
  top:15px;
  -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;
}
.menudown_cont ul li.mousein>div:before{
  width:61px;
}

.menudown_cont ul li>div a{
  font-size: 2rem;
  color: #ffffff;
  font-weight: lighter;
  display:block;
  margin-bottom: 19px;
}
.menudown_cont ul li>div a span{
  position:relative;
}
.menudown_cont ul li>div a span b{
  position:relative;
  font-weight: normal;
}
.menudown_cont ul li>div a span:before{
  display:block;
  content: '';
  background:#0d7ffb;
  position:absolute;
  bottom:-3px;
  left:0;
  height: 12px;
  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;
}
.menudown_cont ul li>div a:hover span:before{
  transform: scaleX(1);
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  transform-origin: 0;
  -webkit-transform-origin: 0;
  visibility: visible\9;
}
.menu_proshow{
  display:flex;
}
.menu_proshow>div{
  margin-right:3vw;
}


.menu_link{
  width: 37%;
  height: 100%;
  display:flex;
  align-items: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left:4%;
  background: rgba(1, 109, 208, 0.4);
}
.menu_link p{
  line-height: 4.8rem;
  font-weight: lighter;
  color: #fff;
  font-size: 1.8rem;
}
.menu_link>div>div{
  width: 133px;
}
.menu_link img{
  width: 100%;
  margin-top: 10vw;
}
.menu_link small{
  width: 100%;
  text-align: center;
  display:block;
  color: #fff;
  margin-top: 5px;
  font-weight: lighter;
  font-size: 1.4rem;
}



.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;
}