@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');
}


.head{
  -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:fixed;
  top:0;
  left:0;
  width:100%;
  z-index: 10000;
}
.headfix{
  background: #fff;
}
.head .warpper{
  display:flex;
  justify-content: space-between;
  align-items: center;
  height: 110px;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.headfix .warpper{
  height: 90px;
}

.logo>img{
  filter:grayscale(100) brightness(100);
}
.headfix .logo>img{
  filter:grayscale(0) brightness(1);
}
.head_right{
  display:flex;
  justify-content: space-between;
  align-items: center;
}
.nav-bar{
  display:flex;
  align-items: center;
}
.nav-bar li{
 margin-right:35px;
  position: relative;
}
.nav-bar li a {
  position: relative;
  display: block;
  font-size: 16px;
  color: #fff;
  font-weight: lighter;
  -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;
}
.headfix .nav-bar li a {
  color: #666;
}
.nav-bar li:before{
  display:block;
  content: '';
  width:100%;
  height: 8px;
  position:absolute;
  left:0;
  bottom:0;
  background:#0478d7;
  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;
}
.nav-bar li:hover:before,.nav-bar li.active:before{
  transform:scaleX(1);
  -webkit-transform:scaleX(1);
  -moz-transform:scaleX(1);
  transform-origin:0;
  -webkit-transform-origin:0;
  visibility:visible\9;
}
.sear{
  display:flex;
  align-items: center;
}
.sear .ser_pic{
  cursor: pointer;
  filter: brightness(100);
}
.headfix .sear .ser_pic{
  filter: brightness(1);
}

.searopen .ser_pic{
  display:none;
}
.sear form{
  display:flex;
  align-items: center;
}
.sear input[type=submit]{
  background:url("../images/search.png") no-repeat center;
  width:30px;
  height: 30px;
  display:none;
}
.headfix .sear input[type=submit]{
  background:url("../images/searchs.png") no-repeat center;
}
.searopen input[type=submit]{
  display:block;
}
.sear input[name=keyword]{
  border-bottom: 1px solid #fff;
  line-height: 30px;
  color: #fff;
  background:none;
  margin-left:0;
  width: 0;
}
.headfix .sear input[name=keyword]{
  color: #666;
  border-bottom: 1px solid #666;
}
.searopen input[name=keyword]{
  width: 169px;
  margin-left: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;
}
.sear input[name=keyword]::placeholder{
  color: #fff;
}
.headfix .sear input[name=keyword]::placeholder{
  color: #666;
}


.ser_close{
  display:none;
  cursor: pointer;
  filter: grayscale(100) brightness(100);
}
.searopen .ser_close{
  display:block;
}
.headfix .sear .ser_close{
  filter:grayscale(0) brightness(1);
}






.banner{
  width: 100%;
  position:relative;
  overflow:hidden;
}
.ban_down{
  position:absolute;
  left:calc(50% - 800px);
  bottom:3vw;
  text-align: center;
  color: #fff;
  z-index: 100;
}
.ban_down>i{
  display:block;
  width: 2px;
  height: 34px;
  background:#fff;
  margin: 0 auto;
}
.ban_down>b{
  display:block;
  position: relative;
  width: 20px;
  height: 28px;
  margin:0 auto;
  margin-top: 16px;
  margin-bottom: 5px;
}
.ban_down>b img{
  position:absolute;
  left:0;
  right:0;
  margin:0 auto;
}
.ban_down>b sub{
  cursor: pointer;
  position:absolute;
  left:0;
  right:0;
  margin:0 auto;
  top:5px;
  background:#fff;
  width:2px;
  height: 6px;
  animation: t10 1s ease-out infinite alternate;
}

@keyframes t10 {
  0%{
    top:5px;
  }
  100%{
    top:10px;
  }
}
.ban_down>span{
  color: #fff;
}
.banner .swiper-slide a{
  display:block;
  width:100%;
  height: 100%;
}
.banner .pagination {
  position: absolute;
  font-size:0;
  left: 0;
  text-align: center;
  bottom: 13px;
  width: 100%;
  z-index: 9;
}
.banner .pagination .swiper-pagination-switch {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border:2px solid #fff;
  opacity: 0.6;
  margin: 0 5px;
  cursor: pointer;
}
.banner .pagination .swiper-active-switch {
  background: #fff;
  opacity: 1;
}

.img_jz{
  display: block;
  position: relative;
  overflow: hidden;
}
.img_jz img{
  position: absolute;
  margin:auto;
  top:0;
  height: 100%;
  left:0;
  right:0;
}

.title{
  padding-top:3vw;
  padding-bottom:3vw;
}
.title h3{
  font-size: 3.6rem;
  color: #333333;
  font-family: alimama;
}
.title>small{
  display: block;
  font-size: 8rem;
  text-transform: uppercase;
  font-family: Impact;
  color:#e6e5e5;
  margin-bottom: -8rem;
  font-style: italic;
}


/*indexpro*/
.indexproduct{
  padding:5vw 0;
}
.indexproduct .warpper{
  display:flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.inpro_left,.inpro_right{
  width: 49%;
  display:flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.indexproduct li{
  margin-top: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position:relative;
  overflow:hidden;
  padding: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;
}
.indexproduct li>a{
  display:block;
  width: 100%;
  height: 100%;
  border:1px solid transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:2vh;
  -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;
}
.indexproduct li:hover>a{
  border:1px solid rgba(255, 255, 255, 0.4);
}
.inpro_left li{
  width: 49%;
  height: 337px;
}
.inpro_left li:first-of-type{
  width:100%;
  height: 337px;
}
.indexproduct h2{
  -webkit-text-stroke: 1px rgba(255,255,255,0.3);
  color: transparent;
  font-size: 7.2rem;
  font-style: italic;
  margin-bottom: -8.2rem;
  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;
}
.indexproduct li:hover h2{
  margin-bottom: -5.5rem;
  opacity: 1;
}

.indexproduct h3{
  color: #fff;
  font-size: 3.2rem;
  font-family: alimama;
}
.indexproduct span{
  display:block;
  border-radius: 50%;
  border:1px solid #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 48px;
  height: 48px;
  margin-top:9vh;
  background:url("../images/projt.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;
}
.indexproduct li:hover span{
  border:1px solid #d4a879;
  background:#d4a879 url("../images/projt.png") no-repeat center;
}


.inpro_right li{
  width: 100%;
  height: 683px;
}
.inpro_right li:last-of-type{
  height: 337px;
}

.inpro_right li:first-of-type:hover a{
  padding-top:22vh;
  text-align: center;
}
.inpro_right li:first-of-type:hover span{
  margin:0 auto;
  margin-top: 4vw;
}



/*company*/
.company{
  background:#f2f6f9;
  position: relative;
  height: 744px;
  display:flex;
  justify-content: space-between;
}
.company .title>small{
  color: #eaeef1;
}
.com_left{
  background:#f2f6f9;
  width: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left:calc(50% - 800px);
  padding-right:6vw;
  position:relative;
}
.com_left>p{
  font-size: 2.4rem;
  color: #333333;
}
.com_left>small{
  line-height: 36px;
  font-size: 1.7rem;
  color: #666666;
  font-weight: lighter;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  margin-bottom: 2vw;
}
.more{
  width: 150px;
  line-height: 48px;
  display:block;
  border-radius: 24px;
  text-align: center;
  border:1px solid #d4a879;
  position:relative;
  overflow:hidden;
}
.more span{
  color: #fff;
  position:relative;
  transition:350ms 0s all ease;
}

.more:before{
  content:"";
  width:100%;
  height:100%;
  background:#d4a879;
  position:absolute;
  left:0;
  top:0;
  -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(1);
  -webkit-transform:scaleX(1);
  -moz-transform:scaleX(1);
  transform-origin:0;
  -webkit-transform-origin:0;
  visibility:hidden\9;
}
.more:hover:before{
  transform:scaleX(0);
  -webkit-transform:scaleX(0);
  transform-origin:100%;
  -webkit-transform-origin:100%;
  visibility:visible\9;
}
.more:hover span{
  color: #d4a879;
}

.comul{
  display:flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 2vw;
  margin-bottom: 2vw;
}
.comul li{
  text-align: center;
}
.comul li h3{
  font-size: 4rem;
  color: #d4a879;
  line-height: 4.3rem;
}
.comul li h3 sub{
  vertical-align: middle;
}
.comul li small{
  font-size: 1.6rem;
  color: #333333;
  font-weight: lighter;
}
.comul>i{
  display:block;
  width: 1px;
  height: 65px;
  background:#d9dde0;
}
.comul>i:last-of-type{
  display:none;
}


.com_right{
  float:right;
  width: 50%;
  height: 100%;
}
.com_right>img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.commore{
  position:absolute;
  top:50%;
  right:-69px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.commore a{
  display:block;
  border-radius: 50%;
  background:#fff;
  width: 138px;
  height: 138px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:15px;
  margin-bottom:39px;
  -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;
}
.commore a:hover{
  background:#d4a879;
}
.commore a:last-of-type{
  margin-bottom: 0;
}
.commore a>div{
  width: 100%;
  height: 100%;
  background:#f0f0f0;
  border-radius: 50%;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top:22px;
  -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;
}
.commore a:hover>div{
  background:#fff;
}
.commore a b{
  display:block;
  width: 36px;
  height: 36px;
  margin:0 auto;
  background: url('../images/css_sprites.png');
  -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;
}
.commore a:first-of-type b{background-position: -10px -122px;}
.commore a:first-of-type:hover b{background-position:-10px -178px;}
.commore a:nth-of-type(2) b{background-position: -10px -234px;}
.commore a:nth-of-type(2):hover b{background-position:-10px -291px;}
.commore a:nth-of-type(3) b{background-position: -10px -10px;}
.commore a:nth-of-type(3):hover b{background-position:-10px -66px;}

.commore a p{
  font-size: 1.4rem;
  color: #553d33;
  margin-top:8px;
  -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;
}
.commore a:hover p{
  color: #d4a879;
}

/*case*/
.case{
  padding:5vw 0;
  position: relative;
}
.caselist{
  position:relative;
  height: 500px;
}
.swipercase{
  width: 100%;
  height: 100%;
}
.casebtn{
  position:absolute;
  right:0;
  top:-99px;
  display:flex;
  justify-content: space-between;
  align-items: center;
}
.casebtn a{
  display:block;
  width: 40px;
  height: 40px;
  background:url("../images/icon.png") no-repeat center;
  margin:0 40px;
}
.casebtn .swiper-button-prev,.casebtn .swiper-button-next{
  position:relative;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  margin-top: 0;
}
.casebtn .swiper-button-prev:after,.casebtn .swiper-button-next:after{
  display:none;
}
.casebtn .swiper-button-prev{
  background:#eeeeee url("../images/casejt_l.png") no-repeat center;
}
.casebtn .swiper-button-next{
  background:#eeeeee url("../images/casejt_r.png") no-repeat center;
}
.casebtn .swiper-button-prev:hover{
  background:#d4a879 url("../images/casejt_ls.png") no-repeat center;
}
.casebtn .swiper-button-next:hover{
  background:#d4a879 url("../images/casejt_rs.png") no-repeat center;
}
.swipercase .swiper-slide a{
  display:block;
  width: 100%;
  height: 100%;
  position:relative;
  overflow:hidden;
  perspective: 400px;
}
.swipercase .swiper-slide a>b{
  display:block;
  width:100%;
  position:absolute;
  top:0;
  left:0;
  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-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:18px;
}
.swipercase .swiper-slide a:hover>b{
  height:calc(100% - 80px);
}
.swipercase .swiper-slide a>b>div{
  position:relative;
  width: 100%;
  height: 100%;
  border:1px solid #939495;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top:9vw;
  -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;
}
.swipercase .swiper-slide a:hover>b>div{
  opacity: 1;
}
.swipercase .swiper-slide a>b>div img{
  margin:0 auto;
  margin-bottom: -5px;
  opacity: 0;
  -webkit-transition: 350ms 200ms all ease;
  -moz-transition: 350ms 200ms all ease;
  -ms-transition: 350ms 200ms all ease;
  -o-transition: 350ms 200ms all ease;
  transition: 350ms 200ms all ease;
}
.swipercase .swiper-slide a:hover>b>div img{
  margin-bottom: -15px;
  opacity: 1;
}
.swipercase .swiper-slide a>b>div span{
  display:block;
  margin:0 auto;
  border-radius: 50%;
  border:1px solid #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 48px;
  height: 48px;
  background:url("../images/projt.png") no-repeat center;
  -webkit-transition: 350ms 200ms all ease;
  -moz-transition: 350ms 200ms all ease;
  -ms-transition: 350ms 200ms all ease;
  -o-transition: 350ms 200ms all ease;
  transition: 350ms 200ms all ease;
}
.swipercase .swiper-slide a:hover>b>div span{
  border:1px solid #d4a879;
  background:#d4a879 url("../images/projt.png") no-repeat center;
}

.swipercase .swiper-slide a>b>img{
  position:absolute;
  left:0;
  top:0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -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;
}
.swipercase .swiper-slide a:hover>b>img{
  filter:brightness(0.5);
}
.swipercase .swiper-slide a>p{
  height: 80px;
  line-height: 80px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:0 20px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow:hidden;
  background:#d4a879;
  font-weight: bold;
  font-size: 2rem;
  color: #fff;text-align: center;
  position:absolute;
  bottom:0;
  left:0;
  transform-origin: center bottom;
  -webkit-transform: rotateX(130deg);
  -moz-transform: rotateX(130deg);
  -ms-transform: rotateX(130deg);
  -o-transform: rotateX(130deg);
  transform: rotateX(130deg);
  -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;
}
.swipercase .swiper-slide a:hover>p{
  -webkit-transform: rotateX(0);
  -moz-transform: rotateX(0);
  -ms-transform: rotateX(0);
  -o-transform: rotateX(0);
  transform: rotateX(0);
}

/*.indexmsg*/
.indexmsg{
  background:url("../images/indexmsg.jpg") no-repeat center;
  background-size:cover;
  padding:5vw 0;
}
.indexmsg>h3{
  color: #fff;
  font-size: 4rem;
  font-family: alimama;
  text-align: center;
}
.indexmsg>small{
  color: #fff;
  font-size: 1.6rem;
  font-weight: lighter;
  text-align: center;
  display:block;
  margin-bottom: 2vw;
}
#indexformData{
  display:flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#indexformData>input,#indexformData>textarea{
  line-height: 60px;
  padding-left:60px;
  background:#fff;
  font-size: 14px;
  font-weight: lighter;
  color: #999999;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 32%;
  margin-top: 2vw;
}
#indexformData input::placeholder,#indexformData>textarea::placeholder,#indexformData .code>input{
  font-size: 14px;
  color: #999999;
  font-weight: lighter;
}
#indexformData>textarea{
  width: 66%;
  height: 60px;
  background:#fff url("../images/imsg04.png") no-repeat 21px center;
}
#indexformData .code{
  height: 60px;
  width:32%;
  display:flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 2vw;
  background:#fff;
}
#indexformData>input[name=name]{
  background:#fff url("../images/imsg01.png") no-repeat 21px center;
}
#indexformData>input[name=tel]{
  background:#fff url("../images/imsg02.png") no-repeat 21px center;
}
#indexformData .code>input{
  padding-left: 60px;
  width: 60%;
  line-height: 60px;
  background:#fff url("../images/imsg03.png") no-repeat 21px center;
}
#indexformData .code .verify{
  width: 40%;
  height: 100%;
}
#indexformData .code .verify img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#indexformData>a{
  width: 32%;
  line-height: 60px;
  text-align: center;
  color: #fff;
  margin-top: 2vw;
  background:#d4a879;
  font-size: 16px;
  -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;
}
#indexformData>a:hover{
  background:#0478d7;
}


/*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:#034898;
  -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;
}




/*news*/
.newsbg{
  background:url("../images/newsbg.jpg") no-repeat center;
  padding-bottom:4vw;
}
.newstit{
  display:flex;
  justify-content: space-between;
  align-items: center;
}
.newshref{
  display:flex;
  justify-content: flex-end;
}
.newshref a{
  width: 150px;
  line-height: 48px;
  border:1px solid #666666;
  border-radius: 24px;
  font-size: 14px;
  text-align: center;
  color: #666666;
  margin-left: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;
}
.newshref a:hover{
  color: #fff;
  background:#d4a879;
  border:1px solid #d4a879;
}

.news{
  display:flex;
  justify-content: space-between;
  align-items: center;
}
.news_left{
  width: 56%;
  height: 408px;
  border-bottom: 1px solid #e2e2e2;
  display:flex;
  justify-content: space-between;
  align-items: center;
}
.obj{
  display: block;
  overflow:hidden;
}
.obj>img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news_left>b{
  width: 48%;
  height: 320px;
}
.news_left>div{
  width: 48%;
}
.news_left>div>h4{
  font-size: 2.4rem;
  color: #333333;
}
.news_left>div>small{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  font-size: 1.5rem;
  font-weight: lighter;
  color: #666666;
  line-height: 30px;
  margin-top:27px;
  margin-bottom: 70px;
}
.news_left>div>span{
  font-size: 1.4rem;
  color: #d4a879;
  background:url("../images/newsjt.png") no-repeat right center;
  padding-right:26px;
  -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_left:hover>div>span{
  padding-right: 45px;
  font-style: italic;
}



.newsul{
  width: 39%;
}
.news_list:after{
  display:block;
  content: '';
  clear: both;
}
.newsul a{
  display:flex;
  height: 135px;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #e4e4e4;
  -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;
}
.newsul a:hover{
  background: #d4a879;
}

.date{
  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;
}
.newsul a:hover .date{
  width: 12%;
}
.date>h5{
  font-size: 3.8rem;
  color: #656565;
  font-weight: bold;
  line-height: 33px;
   -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{
  font-size: 12px;
  color: #898989;
   -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;
}
.newsul a:hover .date h5,.newsul a:hover .date small,.newsul a:hover h4,.newsul a:hover small,.newsul a:hover span{
  color: #fff;
}
.news_text{
  padding-left:4%;
  width: 83%;
  border-left:1px solid #d6d6d7;
}
.news_text h4{
  font-size: 1.8rem;
  color: #484848;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow:hidden;
}
.news_text small{
  display:block;
  margin-top: 12px;
  font-size: 1.4rem;
  color: #898989;
}

/*join*/
.indexjoin{
 display:flex;
  justify-content: space-between;
  align-items: center;
  padding:5vw 0;
}
.indexjoin a{
  display:block;
  width:48%;
  height: 580px;
  display:flex;
  justify-content: center;
  align-items: center;
  background:url("../images/join1.jpg") no-repeat center;
  background-size:cover;
}
.indexjoin a:last-of-type{
  background:url("../images/join2.jpg") no-repeat center;
  background-size:cover;
}
.indexjoin a>div{
  width: 70%;
}
.indexjoin a h4{
  font-family: alimama;
  font-size: 3.6rem;
  color: #fff;
}
.indexjoin a small{
  display:block;
  width: 70%;
  font-size: 1.8rem;
  color: #fff;
  line-height: 30px;
  height: 157px;
  margin-top: 10px;
}
.indexjoin a span{
  display:block;
  width: 204px;
  height: 164px;
  border-radius: 10px;
  font-size: 1.6rem;
  color: #7a7a7a;
  background: rgba(255, 255, 255, 0.8) url("../images/joinjt.png") no-repeat 144px 18px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top:118px;
  padding-left: 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;
}
.indexjoin a:hover span{
  color: #fff;
  background: rgba(212, 168, 121, 0.8) url("../images/joinjt.png") no-repeat 144px 18px;
}


/*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;
}

.fot_top{
  display:flex;
  justify-content: space-between;
  align-items: center;
  height: 220px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  margin-bottom: 4vw;
}
.fot_top h3{
  color: #fff;
  font-size: 3rem;
  margin-bottom: 15px;
}
.fot_top small{
  color: #fff;
  font-size: 1.6rem;
  font-weight: lighter;
}

.fot_top a{
  width: 260px;
  line-height: 60px;
  border-radius: 8px;
  background:#d4a879;
  border:1px solid transparent;
  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;
}
.fot_top a:hover{
  background:none;
  border:1px solid #fff;
}
.fot_top a span{
  color: #fff;
  font-weight: lighter;
  font-size: 1.6rem;
  padding-left:26px;
  background:url("../images/faicon.png") no-repeat left center;
}
.fot_mid{
  padding-bottom: 4vw;
}

.fot_mid,.fot02{
  display:flex;
  justify-content: space-between;
}
.fot01>a img{
  filter: grayscale(1) brightness(100);
}
.fot01>img{
  width: 108px;
  margin-top:2vw;
  margin-bottom: 10px;
}
.fot01>p{
  text-align: center;
  color: #fff;
  font-weight: lighter;
  font-size: 14px;
}

.fot02{
  width: 67%;
}
.fot02 h3{
  margin-bottom: 2vw;
}
.fot02 h3>a{
  font-size: 1.8rem;
  color: #fff;
  display:block;
}
.fot02 li>a{
  margin-top: 10px;
  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;
}
.fot02 li>a:hover{
  color: #fff;
  text-decoration: underline;
}

.fot03>h4{
  font-size: 1.8rem;
  color: #fff;
}
.fot03>div{
  margin-top: 15px;
  margin-bottom: 15px;
  background:url("../images/fottel.png") no-repeat left 10px;
  padding-left:35px;
}
.fot03>div>h3{
  font-size: 3rem;
  font-weight: bold;
  color: #fff;
}
.fot03>small{
  color: rgba(255, 255, 255, 0.6);
  font-size: 1.7rem;
  font-weight: lighter;
}


.fot_bot{
  background: #191e26;
  line-height: 88px;
  height: 88px;
  overflow: hidden;
}
.fot_bot .warpper>p{
  float:left;
  font-size: 15px;
  font-weight: lighter;
  color: #a8a9aa;
}
.fot_bot .warpper a{
  font-size: 15px;
  font-weight: lighter;
  color: #a8a9aa;
}
.fot_bot .warpper>a{
  float:right;
}
.fot_bot .warpper a:hover{
  color: #fff;
}
.fot_right{
  float:right;
  padding-left: 30px;
}
.fot_right>div>img{
  float:left;
  width: 117px;
}
.fot_right>div>p{
  float:left;
  margin-left:10px;
  text-align: center;
}
.fot_right>div>p span:first-of-type{
  font-size: 15px;
  color: #fff;
  margin-top:28px;
  display:block;
}
.fot_right>div>p span:nth-of-type(2){
  font-size: 14px;
  color: #fff;
  display:block;
}
.fot_tel{
  background:url("../images/foticon.png") no-repeat left center;
  padding-left:66px;
  margin-top: 19px;
}
.fot_tel>h3{
  font-size: 28px;
  color: #fff;
  font-family: Impact;
}
.fot_tel>small{
  font-size: 14px;
  color: #c5dffd;
}


/*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: #034898;
  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;
}