@font-face {
  font-family: lianmeng;
  src: url('../fonts/lianmeng.TTF');
}
@font-face {
  font-family: rzzy;
  src: url('../fonts/rzzy.TTF');
}
@font-face {
  font-family: youshe;
  src: url('../fonts/youshe.ttf');
}

.bg-color {
  background: #fff;
}

.head{
  left:0;
  top:0;
  width:100%;
  position:fixed;
  z-index: 1000;
  background: #fff;
  box-shadow: 0 0 7px #adadad;
}
.boxmt{
  height: 100px;
  width:100%;
}
.head>.warpper{
  display:flex;
  justify-content: space-between;
  align-items: center;
  height: 100px;
}
.logo{
  display:flex;
  align-items: center;
}
.logo img{
  max-width: 77px;
  margin-right:20px;
}
.logo h1{
  color: #555555;
  font-size: 2rem;
}
.head_mid{
  display:flex;
  align-items: center;
  justify-content: space-between;
}
.nav-bar{
  display:flex;
  justify-content: space-between;
  align-items: center;
}
.nav-bar li a {
  position: relative;
  display: block;
  width: 120px;
  line-height: 100px;
  font-size: 1.6rem;
  font-weight: lighter;
  color: #333333;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  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;
  overflow: hidden;
}
.nav-bar li a:hover,.nav-bar li.active a {
  background:#4281ea;
  color: #fff;
}
.lang{
  padding-left: 68px;
  margin-left:30px;
  margin-right: 100px;
  position:relative;
}
.lang:before{
  position:absolute;
  left:0;
  display:block;
  content: '';
  width:1px;
  height: 21px;
  background:#3f3f3f;
  top:50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.lang a{
  background:url("../images/lang.png") no-repeat left center;
  font-size: 1.6rem;
  color: #333333;
  font-weight: lighter;
  text-decoration: underline;
  padding-left: 23px;
  -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;
}
.lang a:hover{
  color: #4281ea;
}
.tel{
  background:url("../images/tel.png") no-repeat left center;
  padding-left:50px;
}
.tel small{
  font-size: 1.4rem;
  color: #5b5b5b;
  font-weight: lighter;
  display:block;
}
.tel h5{
  font-size: 2rem;
  line-height: 2.3rem;
  color: #4281ea;
}

.banner{
  width: 100%;
  height: 44vw;
  position:relative;
}
.swiper-banner{
  position:absolute;
  left:0;
  top:0;
  width: 100%;
  height: 100%;
}
.swiper-banner .swiper-slide{
  overflow:hidden;
}
.swiper-banner a{
  display:block;
  width:100%;
  height:100%;
  -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-banner .ani-slide a{
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -ms-transform: scale(1.08);
  -o-transform: scale(1.08);
  transform: scale(1.08);
}
.ban_cir{
  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;
  width:100%;
  height: 80%;
  z-index: 99;
}
.ban_cir>img{
  max-height:100%;
  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%);
}

@keyframes rotateall {
  0%{
    -webkit-transform: rotate(0) translate(-50%,-50%);
    -moz-transform: rotate(0) translate(-50%,-50%);
    -ms-transform: rotate(0) translate(-50%,-50%);
    -o-transform: rotate(0) translate(-50%,-50%);
    transform: rotate(0) translate(-50%,-50%);
  }
  100%{
    -webkit-transform: rotate(360deg) translate(-50%,-50%);
    -moz-transform: rotate(360deg) translate(-50%,-50%);
    -ms-transform: rotate(360deg) translate(-50%,-50%);
    -o-transform: rotate(360deg) translate(-50%,-50%);
    transform: rotate(360deg) translate(-50%,-50%);
  }
}
.ban_cir>.c2{
  max-height: 53%;
}
.ban_cir>.c1{
  transform-origin: 0 0;
  animation:rotateall 15s linear 0s infinite normal;
}


.banner .swiper-pagination{
  bottom: 32px;
  z-index: 100;
  text-align: center;
  width: 100%;
}
.banner .swiper-pagination span{
  width: 6px;
  height: 6px;
  background:#fff;
  position:relative;
  margin:0 10px!important;
  opacity: 1;
}
.banner .swiper-pagination span:after{
  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:20px;
  height:20px;
  border:1px solid #fff;
  opacity: 0;
  border-radius: 50%;
}
.banner .swiper-pagination span.swiper-pagination-bullet-active:after{
  opacity: 1;
}



.img_jz{
  display:block;
  position:relative;
  overflow:hidden;
}
.img_jz>img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.title{
  text-align: center;
  margin:0 auto;
  margin-top: 5vw;
  margin-bottom: 4vw;
  position:relative;
}
.title h2{
  position:absolute;
  top:0;
  width:100%;
  text-align: center;
  font-size: 6rem;
  color: #333333;
  opacity: 0.1;
  line-height: 4.6rem;
}
.title h3{
  position:relative;
  font-size: 3.6rem;
  color: #333333;
  background: url("../images/titbg.png") no-repeat center;
}
.title h3 span{
  font-size: 8rem;
  line-height: 3.6rem;
  vertical-align: middle;
}
.title>small{
  position:relative;
  font-size: 16px;
  color: #666666;
  text-align: center;
}


/*indexpro*/
.indexproduct{
  padding-bottom: 5vw;
}
.procont{
  overflow:hidden;
}
.swiper-pro{
  width:100%;
}
.swiper-pro a{
  display:block;
  width:100%;
}
.swiper-pro a b{
  width:100%;
  height:296px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border:2px solid transparent;
  -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:#f8f8f8;
}
.swiper-pro a b img{
  width: 75%;
  margin:0 auto;
}
.swiper-pro a:hover b{
  border:2px solid #9bbcf4;
}
.swiper-pro a b>div{
  position:absolute;
  left:0;
  top:0;
  width:100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background:none;
  -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-pro a:hover b>div {
  background: rgba(66, 129, 234, 0.2);
}
.swiper-pro a b>div>span{
  display:block;
  position:absolute;
  left:0;
  top:0;
  color: #fff;
  padding:8px 15px;
  font-size: 1.4rem;
  font-weight: lighter;
  background:#4281ea;
  border-radius:0 0 20px 0;
  opacity: 0;
}
.swiper-pro a:hover b>div>span{
  opacity: 1;
  -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-pro a b>div>i{
  display:block;
  border-radius: 50%;
  position:absolute;
  width: 172px;
  height: 177px;
  right: -100%;
  bottom: -100%;
  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-pro a:hover b>div>i{
  right: -30px;
  bottom: -71px;
}
.swiper-pro a b>div>small{
  font-size: 1.4rem;
  color: #4281ea;
  text-align: center;
  position:absolute;
  right:3px;
  bottom:10px;
  text-transform: uppercase;
  opacity: 0;
}
.swiper-pro a:hover b>div>small {
  opacity: 1;
  -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-pro a>p{
  padding:22px 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow:hidden;
  font-size: 2rem;
  color: #333333;
}
.swiper-pro a>small{
  font-size: 1.4rem;
  color: #666666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 43px;
}
.swiper-pro a>span{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius:15px;
  width: 120px;
  display:block;
  line-height: 30px;
  text-align: center;
  margin-top:25px;
  text-transform: uppercase;
  -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;
  font-weight: lighter;
  color: #333333;
  border:1px solid #dcdcdc;
}
.swiper-pro a:hover>span{
  background: #4281ea;
  color: #fff;
  border:1px solid #4281ea;
}


/*company*/
.company{
  display:flex;
  justify-content: space-between;
  align-items: center;
  width:100%;
  height: 765px;
}
.com_pic{
  width:50%;
  height: 100%;
}
.com_pic img{
  object-fit: cover;
}
.com_text{
  width: 50%;
  background:url("../images/combg.jpg") no-repeat center;
  background-size:cover;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:5%;
}
.com_text>div{
  height: 267px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top:87px;
  background:url("../images/kuang.png") no-repeat left center;
}
.com_text>div>p{
  font-size: 2rem;
  color: #4281ea;
  text-transform: uppercase;
  position:relative;
  left:-50px;
}
.com_text>div>h1{
  font-size: 3.6rem;
  color: #4281ea;
  position:relative;
  left:-50px;
}
.com_text>h3{
  font-size: 3rem;
  color: #333333;
  margin-top: 2vw;
  margin-bottom: 1vw;
}
.com_text>small{
  color: #333;
  font-size: 1.4rem;
  line-height: 24px;
  font-weight: lighter;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  margin-bottom: 3.5vw;
}
.morebtn{
  display:block;
  width: 160px;
  line-height: 48px;
  color: #fff;
  text-align: center;
  font-weight: lighter;
  font-size: 1.6rem;
  border:1px solid #4281ea;
  background:#4281ea;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
  border-radius: 24px;
}
.morebtn:hover{
  background:none;
  color: #4281ea;
}

/*case*/
.casebg{
  background:url("../images/casebg.png") no-repeat left bottom;
}
.case{
  overflow:hidden;
  display:flex;
  justify-content: space-between;
  align-items: center;
  height: 476px;
  position:relative;
}
.case_btn{
  position:absolute;
  left:calc(33% - 61px);
  bottom:34px;
  background:#fff;
  height: 48px;
  width: 122px;
  display:flex;
  justify-content: space-between;
  align-items: center;
  z-index: 100;
}
.case_btn .swiper-button-next,.case_btn .swiper-button-prev{
  background:#4281ea;
  width: calc(50% - 1px);
  height: 100%;
  position:relative;
  left:initial;
  right:initial;
  top:initial;
  margin-top: 0;
}

.case_btn .swiper-button-next:after,.case_btn .swiper-button-prev:after{
  color: #fff;
  font-size: 16px;
}
.case_leftbg{
  width: 33%;
  overflow:hidden;
}
.swiper-casetext{
  width:100%;
}
.case_left>h6{
  font-size: 2rem;
  color: #9fa0a3;
  font-weight: lighter;
  text-transform: uppercase;
}
.case_left>h3{
  font-size: 3.6rem;
  color: #333333;
  font-weight:normal;
}
.case_left>b{
  display:block;
  width: 40px;
  height: 3px;
  background:#4281ea;
  margin: 20px 0;
}
.case_left>p{
  font-size: 2rem;
  color: #333333;
}
.case_left>small{
  font-size: 1.6rem;
  color: #333333;
  font-weight: lighter;
  display:block;
  margin-top: 1.5vw;
  margin-bottom: 2vw;
}
.case_left>a{
  background:none;
  color: #333333;
  border: 1px solid #dcdcdc;
}
.case_left>a:hover{
  background:#4281ea;
  color: #fff;
  border:1px solid #4281ea;
}
.case_rightbg{
  width: 67%;
  height: 100%;
  overflow:hidden;
}
.swiper-case{
  width: 715px;
  height: 100%;
}
.swiper-case a{
  width: 100%;
  height: 100%;
}
.swiper-case a img{
  object-fit: cover;
}
.swiper-case a p{
  position:absolute;
  width: 100%;
  bottom:0;
  left:0;
  background: rgba(0, 0, 0, 0.6);
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:0 20px;
  color: #fff;
  line-height: 60px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow:hidden;
  font-size: 1.6rem;
}
/*workshop*/
.workshop{
  overflow:hidden;
}
.swiper-workshop{
  width:100%;
  height: 627px;
}
.swiper-workshop .swiper-slide{
  height: calc((100% - 17px) / 2);
}
.swiper-workshop a{
  width:100%;
  height: 100%;
}
.swiper-workshop a>img{
  object-fit: cover;
}
.swiper-workshop a>div{
  position:absolute;
  left:0;
  bottom:0;
  width:100%;
  height: 60px;
  background: 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;
  display:flex;
  justify-content: center;
  align-items: center;
}
.swiper-workshop a:hover>div {
  height: 100%;
  background: rgba(66, 129, 234, 0.9);
}
.swiper-workshop a>div p{
  text-align: center;
  color: #fff;
  font-size: 1.6rem;
  -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;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow:hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:0 10px;
}
.swiper-workshop a:hover>div p {
  font-size: 3rem;
  background:url("../images/workicon.png") no-repeat center top;
  padding-top:75px;
}

/*news*/
.news{
  padding-bottom: 5vw;
  display:flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.news a{
  width: 50%;
  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;
  padding:20px 0;
}
.date{
  width: 120px;
  text-align: center;
  border-right:1px solid #d6d6d7;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.date>h5{
  font-size: 4rem;
  color: #333333;
  font-weight: bold;
  line-height: 33px;
  padding-top: 12px;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.date>small{
  display:block;
  font-size: 1.8rem;
  color: #999999;
  margin-top: 8px;
  font-weight: lighter;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.news a:hover{
  background:#4281ea;
}
.news a:hover .date h5,.news a:hover .date small{
  color: #fff;
}
.news_text{
  padding-left:10px;
  width: calc(100% - 120px);
}
.news_text h4{
  font-size: 1.8rem;
  color: #333333;
  font-weight: normal;
  margin-bottom: 5px;
  text-overflow: ellipsis;
  white-space: nowrap;overflow:hidden;
}
.news_text small{
  display:block;
  margin-top: 3px;
  font-size: 1.4rem;
  font-weight: lighter;
  color: #666666;
  line-height: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  min-height:47px;
}
.news a:hover .news_text h4,.news a:hover .news_text small{
  color: #fff;
}

/*ban2*/
.ban2{
  width:100%;
  height: 754px;
  overflow:hidden;
  background:url("../images/ban2bg.jpg") no-repeat center;
  background-attachment: fixed;
  display:flex;
  justify-content: center;
  align-items: center;
}
.ban2>div>img{
  display:block;
  margin:0 auto;
}

.ban2>div>p{
  font-size: 3rem;
  color: #fff;
  text-align: center;
  margin-top: 1vw;
  margin-bottom: 2vw;
}

.ban2 ul{
  display:flex;
  justify-content: center;
  align-items: center;
}
.ban2 ul li{
  display:flex;
  justify-content: space-between;
  align-items: center;
  background:#fff;
  width: 384px;
  height: 165px;
  margin:0 7px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:0 5%;
  -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;
}
.ban2 ul li:hover{
  background:#4281ea;
}
.ban2 ul li h4{
  font-size: 2.4rem;
  color: #4281ea;
   -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-bottom: 15px;
}
.ban2 ul li small{
  font-size: 1.6rem;
  font-weight: lighter;
  color: #666666;
   -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;
}
.ban2 ul li:hover h4,.ban2 ul li:hover small{
  color: #fff;
}
.ban2 ul li img{
  max-height: 60%;
   -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;
}
.ban2 ul li:hover img {
  filter:grayscale(1) brightness(100);
}


/*footer*/
.footer{
  background:#2d2d2d;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top:3vw;
  padding-bottom: 1vw;
}
.fot_top{
  display:flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 1.5vw;
  border-bottom: 1px solid #ababab;
  margin-bottom: 1.5vw;
}
.fotlogo{
  display:flex;
  align-items: center;
}
.fotlogo img{
  max-width:73px;
  margin-right: 23px;
  filter:grayscale(1) brightness(100);
}
.fotlogo h1{
  color: #fff;
  font-size: 2.4rem;
}
.fotnav{
  display:flex;
  justify-content: flex-end;
  align-items: center;
}
.fotnav span{
  color: #fff;
  font-size: 2rem;
  font-weight: lighter;
}
.fotnav a{
  color: #fff;
  font-size: 1.6rem;
  font-weight: lighter;
  margin-left: 96px;
  -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;
}
.fotnav a:hover{
  text-decoration: underline;
}

.fot_bombg{
  display:flex;
  justify-content: space-between;
  align-items: center;
}

.fot_bom{
  font-size: 1.6rem;
  color: #ababab;
  font-weight: lighter;
}
.fot_bom a{
  font-size: 1.6rem;
  color: #ababab;
  font-weight: lighter;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.fot_bom a:hover{
  color: #fff;
  text-decoration: underline;
}

.fbom_left ul{
  display:flex;
  align-items: center;
  margin-bottom: 1.5vw;
}
.fbom_left ul li{
  font-size: 1.6rem;
  color: #fff;
  font-weight: lighter;
  padding-left:30px;
  margin-right: 94px;
}
.fbom_left ul li:first-of-type{background:url("../images/foticon01.png") no-repeat left center;}
.fbom_left ul li:nth-of-type(2){background:url("../images/foticon02.png") no-repeat left center;}
.fbom_left ul li:nth-of-type(3){background:url("../images/foticon03.png") no-repeat left center;}


.fbom_right{
  padding:8px 45px;
  background:url("../images/fottelbg.png") no-repeat center;
  background-size:100% 100%;
}
.fbom_right>small{
  font-size: 1.6rem;
  color: #fff;
  font-weight: lighter;
}
.fbom_right>h4{
  color: #fff;
  font-size: 3rem;
}



















/*product*/
.product{
  border-top:12px solid #1a58a5;
  padding-bottom:57px;
  background: #eeeeee;
}
.pro_left{
  float:left;
  width: 255px;
}
.pro_left_top{
  position: relative;
}
.pro_left_top:before{
  position: absolute;
  right:0;
  top:0;
  display: block;
  content: '';
  width:700px;
  height: 92px;
  background: #1a58a5;
}
.pro_left_top>div{
  position: relative;
  height: 92px;
  background: url("../images/proicon.png") no-repeat 200px center;
}
.pro_left_top h3{
  padding-top:15px;
  font-size: 24px;
  color: #fff;
  font-weight: bold;
}
.pro_left_top small{
  color: #83acdf;
  text-transform: uppercase;
  font-size: 12px;
}
.pro_left_mid{
  background: #fff;
  padding:10px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-height:450px;
}
.pro_left_mid a{
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left:28px;
  color: #3a3a3a;
  font-size: 14px;
  line-height: 38px;
  -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_left_mid a:hover,.pro_left_mid a.hight_linght{
  color: #fff;
  background: #1a58a5;
}
.pro_left_bottom{
  background: #1a58a5;
  text-align: center;
  height: 89px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top:20px;
}
.pro_left_bottom>small{
  font-size: 14px;
  color: #fff;
}
.pro_left_bottom>h4{
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}
.tit_top{
  display:flex;
  justify-content: center;
  align-items: center;
}
.tit_top a{
  display:block;
  width:196px;
  line-height: 66px;
  background:#f0f0f0;
  text-align: center;
  color: #202020;
  font-size: 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:0 15px;
}
.tit_top a:hover{
  background:#2056a3;
  color: #fff;
}
.pro_right{
  float:right;
  width: 917px;
}
.pro_left_tit{
  background:#5e8af2;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:20px 40px;
}
.pro_left_tit>h2{
  color: #fff;
  font-size: 24px;
}
.pro_left_tit>small{
  color: #fff;
  text-transform: uppercase;
}
.pro_rig_top{
  float:left;
  width:260px;
  padding-bottom: 20px;
}

.pro_rig_top>a{
  display:block;
  margin-right: 11px;
  font-size: 16px;
  color: #3d3d3d;
  background: #f1f1f1;
  width: 100%;
  height: 50px;
  margin-bottom: 11px;
  line-height: 50px;
  text-align: center;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.pro_rig_top>a:nth-of-type(4n){
  margin-right: 0;
}
.pro_rig_top>a:hover{
  background: #113870;
  color: #fff;
}
.pro_rig_top>a.hight_linght{
  background: #113870;
  color: #fff;
}


/*.pro_rig_bot a{*/
  /*float:left;*/
  /*background: #fff;*/
  /*display: block;*/
  /*margin-right:20px;*/
  /*margin-bottom:20px;*/
  /*width: 292px;*/
  /*height: 270px;*/
  /*position: relative;*/
/*}*/
/*.pro_rig_bot a:nth-of-type(3n){*/
  /*margin-right: 0;*/
/*}*/
/*.pro_rig_bot a b{*/
  /*width:100%;*/
  /*height: 100%;*/
  /*border:1px solid #ddd;*/
/*}*/
/*.pro_rig_bot a b img{width:100%;height: 100%;    object-fit: cover;}*/
/*.pro_rig_bot a p{*/
  /*font-size: 14px;*/
  /*color: #ffffff;*/
  /*text-align: center;*/
  /*position: absolute;*/
  /*left:0;*/
  /*bottom:0;*/
  /*width:100%;*/
  /*line-height: 47px;*/
  /*background: rgba(0, 0, 0, 0.63);*/
  /*-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_rig_bot a:hover p{*/
  /*background: #003f98;*/
/*}*/





/*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: #5e8af2;
  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:#64acff;
}

.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: #64acff;
  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: #64acff;
  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;
}


.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;
}