.head {
  position: fixed;
  top:0;
  width:100%;
  height: 150px;
  left:0;
  z-index: 1000;
  background: url("../images/headline.png") no-repeat center 103px;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.head .warpper{
  height: 100%;
  text-align: center;
  position: relative;
}
.menu{
  position: absolute;
  top:50%;
  left:0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
}
.menu div{
  float:left;
  margin-top: 5px;
}
.menu div i{
  width:16px;
  height: 2px;
  background: #fff;
}
.menu div i:nth-of-type(2){
  margin-top: 4px;
  margin-bottom: 4px;
  width: 10px;
}
.menu span{
  float:left;
  margin-left:10px;
  font-family: 'fandolsong';
  color: #fff;
  font-size: 16px;
}
.logo{
  position: absolute;
  top:50%;
  left: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%);
}
.head .logopic01{
  display: block;
}
.head .logopic02 {
  display:none;
}
.tel {
  position: absolute;
  top:50%;
  right:0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size:14px;
  color:#ffffff;
  padding-left: 32px;
  background: url(../images/tel.png) no-repeat 8px center;
}
.tel span{
  font-size:18px;
  color:#fff;
  vertical-align: middle;
  line-height: 13px;
  font-family: 'fandolsong';
}

.headfix{
  background: #fff;
  height: 90px;
  border-bottom: 4px solid #e0c07a;
}
.headfix .menu div i{
  background: #dab56c;
}
.headfix .menu span{
  color: #484848;
}
.headfix .tel{
  color: #404040;
  background: url(../images/tels.png) no-repeat 8px center
}
.headfix .tel span{
  color: #404040;
}
.headfix .logopic01{
  display:none;
}
.headfix .logopic02 {
  display:block;
}

/*menushow*/
.menushowbg{
  display: none;
  position: fixed;
  width:100%;
  height: 100%;
  z-index: 1001;
  background: url("../images/fotbg.jpg") repeat center;
}
.menushowbg .menu{
  margin-top: 66px;
  position: static;
  top:initial;
  left:initial;
  -webkit-transform: translate(0,0);
  -moz-transform: translate(0,0);
  -ms-transform: translate(0,0);
  -o-transform: translate(0,0);
  transform: translate(0,0);
}

.menu_mid{
  width: 100%;
  display:flex;
  justify-content: space-between;
  margin-bottom: 7%;
  margin-top: 8%;
}
.menu_mid>div{
  width:23%;
  height: 224px;
}
.menu_mid>div>div:first-of-type{
  position: relative;
  width: 100%;
  height: 100px;
  overflow: hidden;
  border-bottom: 1px solid #fff;
}
.menu_mid>div>div:first-of-type p{
  font-size: 30px;
  color: #fff;
  font-family: 'fandolsong';
  line-height: 100px;
  width:100%;
  text-align: center;
}
.menu_mid>div>div:first-of-type p span{
  font-size: 12px;
}
.menu_mid>div>div:first-of-type img{
  position: absolute;
  top:100%;
  width: 100%;
  min-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;
}
.menu_mid>div:hover>div:first-of-type img{
  top:0;
}
.menu_mid>div>div:last-of-type{
  padding:20px 25%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width:100%;
  display:none;
}
.menu_mid>div>div:last-of-type:after{
  display: block;
  content: '';
  clear:both;
}
.menu_mid>div>div:last-of-type a{
  width: 100%;
  float:left;
  display:block;
  font-size: 14px;
  min-width: 57px;
  color: #616876;
  margin-bottom: 10px;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.menu_mid>div>div:last-of-type a:nth-of-type(2n){
  float:right;
}
.menu_mid>div>div:last-of-type a:hover{
  color: #fff;
}
.menu_bottom{
  width: 100%;
  display:flex;
  justify-content: center;
}
.menu_bottom li{
  margin-right: 132px;
  cursor: pointer;
}
.menu_bottom li:last-of-type{
  margin-right: 0;
}
.menu_bottom li h3{
  font-size: 12px;
  color: #616876;
  text-transform: uppercase;
  margin-bottom: 30px;
  position: relative;
}
.menu_bottom li h3:after{
  position: absolute;
  content: '';
  display: block;
  width:0;
  left:50%;
  bottom:-10px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
  background: #fff;
  height: 1px;
}
.menu_bottom li:hover h3:after{
  width: 100%;
}
.menu_bottom li h3 span{
  color: #fff;
  font-weight: bold;
  writing-mode: vertical-rl;
  writing-mode: tb-rl;
  font-size: 22px;
  font-family: "宋体";
}
.menu_bottom li>div{
  display: none;
}
.menu_bottom li>div a{
  font-size: 14px;
  display: block;
  color: #616876;
  margin-bottom: 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;
}
.menu_bottom li>div a:hover{
  color: #fff;
}


/*banner*/
#bannerSwiper .swiper-slide{
  background-repeat: no-repeat;
  background-position: center;
  background-size:auto 105%;
  -webkit-transition: 800ms 0ms background-size linear!important;
  -moz-transition: 800ms 0ms background-size linear!important;
  -ms-transition: 800ms 0ms background-size linear!important;
  -o-transition: 800ms 0ms background-size linear!important;
  transition: 800ms 0ms background-size linear!important;
}
#bannerSwiper .swiper-slide.flashin{
  background-size:auto 100%!important;
}
#bannerSwiper .swiper-slide a{
  display:flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.banner_text{
  width: 100%;
}
.banner_text_top{
  width: 100%;
  height: 246px;
  background: url(../images/kuang.png) no-repeat center;
  text-align: center;
  position: relative;
}
.banner_text_top>small{
  display: block;
  font-family: 'fandolsong';
  color: #fff;
  font-size: 12px;
  background: url(../images/zhongwuline.png) no-repeat center;
  position: absolute;
  top:30%;
  width: 100%;
  text-align: center;
}
.banner_text_top>div{
  position: absolute;
  top:50%;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  display:flex;
  justify-content: center;
  align-items: center;
  height: 35px;
}
.banner_text_top>div p{
  font-size: 36px;
  color: #fff;
  font-family: 'fandolsong';
  opacity: 0;
  -webkit-transition: 500ms 0ms opacity ease!important;
  -moz-transition: 500ms 0ms opacity ease!important;
  -ms-transition: 500ms 0ms opacity ease!important;
  -o-transition: 500ms 0ms opacity ease!important;
  transition: 500ms 0ms opacity ease!important;
}
#bannerSwiper .swiper-slide.flashin .banner_text_top>div p{
  opacity: 1;
}
.banner_text_top>div img{
  display: block;
  height: 26px;
  margin-left:10px;
  margin-right:10px;
  vertical-align: middle;
}
.bascline{
  position: absolute;
  bottom:30%;
  left:50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 70px;
  height: 1px;
  background:rgb(134 134 134 / 70%);
}
.bascline i{
  position: absolute;
  left:0;
  top:0;
  height: 100%;
  width:0px;
  background: #fff;
  -webkit-transition: 5s 0ms width linear!important;
  -moz-transition: 5s 0ms width linear!important;
  -ms-transition: 5s 0ms width linear!important;
  -o-transition: 5s 0ms width linear!important;
  transition: 5s 0ms width linear!important;
}
#bannerSwiper .swiper-slide.flashin .bascline i{
  width: 100%;
}
.banner_text_bottom small{
  font-size: 15px;
  color: #fff;
  font-weight: lighter;
  display: block;
  text-align: center;
  margin-top: 24px;
  margin-bottom: 6px;
}
.banner_text_bottom span{
  display: block;
  text-align: center;
  font-size: 12px;
  color: #fff;
  font-weight: lighter;
}
#bannerSwiper .swiper-pagination{
  top:calc(50% + 26px);
}
#bannerSwiper .swiper-pagination,#bannerSwiper .swiper-pagination span{
    font-size: 22px;
    color: #fff;
    font-family: 'fandolsong';
}
#bannerSwiper .swiper-button-next,#bannerSwiper .swiper-button-prev{
  width: 35px;
  height: 35px;
  top: 56%;
}
#bannerSwiper .swiper-button-next{
  left: calc(50% + 86px);
}
#bannerSwiper .swiper-button-prev{
  right: calc(50% + 86px);
  left: initial;
}

#bannerSwiper .swiper-button-next i,#bannerSwiper .swiper-button-prev i{
  position: absolute;
  top:0;
  width: 100%;
  height: 100%;
  border:1px solid #fff;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -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;
  z-index: -1;
}
#bannerSwiper .swiper-button-next:hover i,#bannerSwiper .swiper-button-prev:hover i{
  background: #ceb377;
  border:1px solid #ceb377;
}
#bannerSwiper .swiper-button-next i{
  left:-10px;
}
#bannerSwiper .swiper-button-prev i{
  right:-10px;
}
#bannerSwiper .swiper-button-next:after,#bannerSwiper .swiper-button-prev:after{
  color: #fff;
  font-size: 18px;
}

.banner{
  position: relative;
}
.banner .down{
  cursor: pointer;
  position: absolute;
  bottom:27px;
  left:50%;
  text-align: center;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 60px;
  z-index: 10;
}
.banner .down:before,.banner .down:after{
  display:none;
  position: absolute;
  box-shadow: 0 0 3px #fff;
  border:0.5px solid #ffffffa6;
  content: '';
  border-radius: 50%;
  left:50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.banner .down img{
  margin:0 auto;
  position: relative;bottom:0px;
}
.banner .down:before{
  width: 41%;
  height: 5px;
  bottom: -14px;
}
.banner .down:after{
  width:75%;
  height: 11px;
  bottom: -17px;
}
@keyframes circle_down01{
  0%{
    width:50%;
  }
  100%{
    width:65%;
  }
}
@-webkit-keyframes circle_down01{
  0%{
    width:50%;
  }
  100%{
    width:65%;
  }
}

@keyframes circle_down02{
  0%{
    width:25%;
  }
  100%{
    width:41%;
  }
}
@-webkit-keyframes circle_down02{
  0%{
    width:25%;
  }
  100%{
    width:41%;
  }
}
@keyframes circle_down03{
  0%{
    bottom:5px;
  }
  100%{
    bottom:0px;
  }
}
@-webkit-keyframes circle_down03{
  0%{
    bottom:5px;
  }
  100%{
    bottom:0px;
  }
}

.banner .down:before{
  animation:circle_down02 1s linear 0s infinite alternate;
}
.banner .down:after{
  animation:circle_down01 1s linear 0s infinite alternate;
}
.banner .down img{
  animation:circle_down03 1s linear 0s infinite alternate;
}

#main {
  overflow: hidden;
}
/* 首页产品 */
.checkin{
  background: #223459;
  padding:60px 0;
}
#indexform input[name=name]{
  background:#2d4067 url("../images/lxicon01.png") no-repeat 25px center;
}
#indexform input[name=tel]{
  background:#2d4067 url("../images/lxicon02.png") no-repeat 25px center;
}
#indexform .code{
  background:#2d4067 url("../images/lxicon03.png") no-repeat 25px center;
}
#indexform>input,#indexform .code{
  float:left;
  width: 26%;
  margin-right:1%;
  border:1px solid #415379;
  line-height: 37px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:13px 66px;
  font-size: 18px;
  color: #7b8aa9;
  padding-right: 18px;
}
#indexform input::placeholder{
  color: #7b8aa9;
  font-size: 18px;
}
.indexsubmit{
  display: block;
  line-height: 60px;
  float:right;
  width: 17%;
  font-size: 18px;
  color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 5%;
  height: 60px;
  background:#dab56c;
}
#indexform .code input{
  line-height: 37px;
  float:left;
  background:none;
  width: 60%;
  font-size: 18px;
  color: #7b8aa9;
}
#indexform .verify{
  float:right;
  width: 40%;
}
#indexform .verify img{
  width: 100%;
}
.btn{
  cursor: pointer;
  display:block;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
  position: relative;
  overflow: hidden;
}
.btn span{
  position: absolute;
  top:0;
  left:0;
  height: 100%;
  width:100%;
  display: block;
  text-align: center;
  z-index: 10;
  background:url(../images/lxicon04.png) no-repeat 71% center;
}
.btn_black{
  background: #323232;
  margin-right: 5px;
}
.btn:before,.btn:after{
  display:block;
  content: '';
  position: absolute;
  width:20px;
  height: 20px;
  top:50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%;
}
@keyframes btnleft{
  0%{
    left:-20px;
    border-radius: 50%;
  }
  60%{
    width:20px;
    height: 20px;
    border-radius: 50%;
    left:calc(50% - 20px);
  }
  66%{
    width:0px;
    height: 100%;
    border-radius: 0;
    left:initial;
    right:50%;
  }
  100%{
    width:50%;
    height: 100%;
    border-radius: 0;
    left:initial;
    right:50%;
  }
}

@keyframes btnright{
  0%{
    left:100%;
    border-radius: 50%;
  }
  60%{
    width:20px;
    height: 20px;
    border-radius: 50%;
    left:50%;
  }
  66%{
    width:0px;
    height: 100%;
    border-radius: 0;
    left:50%;
  }
  100%{
    width:50%;
    height: 100%;
    border-radius: 0;
    left:50%;
  }
}
.btn:before{
  left:-20px;
}
.btn:after{
  left:100%;
}
.btn:hover:before{
  -webkit-animation: btnleft 800ms linear 0s 1 normal;
  -o-animation: btnleft 800ms linear 0s 1 normal;
  animation: btnleft 800ms linear 0s 1 normal;
  animation-fill-mode: forwards;
}
.btn:hover:after{
  -webkit-animation: btnright 800ms linear 0s 1 normal;
  -o-animation: btnright 800ms linear 0s 1 normal;
  animation: btnright 800ms linear 0s 1 normal;
  animation-fill-mode: forwards;
}
.btn:before,.btn:after{
  background: #c69f52;
}
.btn_black:before,.btn_black:after{
  background: #414141;
}

/*product*/
.product{
  background:url(../images/probg.jpg) no-repeat right center;
}
.protitle{
  padding-top:55px;
  padding-bottom: 23px;
}
.protitle small{
  font-size: 18px;
  color: #debb72;
  font-family: 'fandolsong';
}
.protitle h2{
  font-size: 36px;
  color: #27303f;
  font-family: 'fandolsong';
  margin-bottom: 10px;
  position: relative;
  left:-3px;
}
.protitle h2 span{
  float: right;
  font-size: 12px;
  color: #e0c07a;
  text-transform: uppercase;
  font-family: normal;
  margin-top: 27px;
}
.protitle b{
  background: #b2915d;
  width: 25px;
  height: 1px;
  display:block;
}
.indexpro_left{
  float:left;
  width:866px;
  position: relative;
  height: 558px;
}
.gallery-top{
  width: 100%;
  height: 100%;
}
.gallery-top .swiper-slide a {
  width: 100%;
  height: 100%;
}
.gallery-thumbs{
  position: absolute;
  bottom:0;
  left:100%;
  width: 132px;
  height: 118px;
}
.gallery-thumbs .swiper-slide>div{
  width: 100%;
  height: 100%;
}
.gallery-thumbs .swiper-slide>div img,.gallery-top .swiper-slide a img{
  height: 100%;
  min-width: 100%;
}
.swiper-button-copy{
  position: absolute;
  bottom:0;
  right:0;
  top:initial;
  left:100%;
  width: 132px;
  height: 118px;
}
.swiper-button-copy:after{
  display:none;
}
.change_projt{
  width: 167px;
  position: absolute;
  top:initial;
  bottom:0;
  right:0;
  height: 58px;
  background: url(../images/projtbg.jpg) no-repeat center bottom;
  z-index: 2;
}
.change_projt .swiper-button-next:after,.change_projt .swiper-button-prev:after{
  display:none;
}
.change_projt .swiper-button-prev{
  left:23px;
  top:0;
  width: 12px;
  height: 21px;
  background-image:url("../images/projt_left.png");
  background-repeat: no-repeat;
  opacity: 0.4;
  margin-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;
}
.change_projt .swiper-button-next {
  right:initial;
  left:60px;
  width: 12px;
  margin-top:0;
  height: 21px;
  background-image:url("../images/projt_right.png");
  background-repeat: no-repeat;
  top:0;
  opacity: 0.4;
  -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;
}
.change_projt .swiper-button-next:hover,.change_projt .swiper-button-prev:hover{
  opacity: 1;
}
.img_jz{
  position:relative;
  overflow: hidden;
  display:block;
}
.img_jz>img{
  position: absolute;
  top:50%;
  left: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%);
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}

.indexpro_right{
  width: 472px;
  float:right;
  overflow: hidden;
}
.indexpro_right>p{
  font-size: 11px;
  color: #e0c07a;
  text-transform: uppercase;
  margin-bottom: 33px;
  display: block;
}
.indexpro_right>h4{
  color: #202838;
  font-size: 30px;
  font-family: 'fandolsong';
}
.indexpro_right>small{
  font-size: 14px;
  color: #757575;
  display: block;
  height: 303px;
  line-height: 28px;
}
.gallery-top .swiper-slide a p{
  position: absolute;
  width: 167px;
  height: 60px;
  right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left:23px;
  bottom: 58px;
  font-size: 16px;
  color: #fff;
  z-index: 100;
  padding-top:30px;
  background: #dbb56c;
}
.detail{
  display:block;
  float:right;
}
.detail p{
  font-size: 12px;
  color: #debb72;
  float:left;
  position: relative;
  height: 28px;
  padding-top:5px;
  width: 273px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.detail p span{
  background: #debb72;
  width:0;
  height: 1px;
  position: absolute;
  left:0;
  bottom:0;
  display:block;
  content: '';
}

.detail b{
  display:block;
  float:left;
  margin-left:18px;
  width: 53px;
  height: 53px;
  position: relative;
}
.detail b:after{
  width:35px;
  height: 35px;
  position: absolute;
  top:50%;
  left:50%;
  display:block;
  content: '';
  -webkit-transform:translate(-50%,-50%) rotate(45deg);
  -moz-transform:translate(-50%,-50%) rotate(45deg);
  -ms-transform:translate(-50%,-50%) rotate(45deg);
  -o-transform:translate(-50%,-50%) rotate(45deg);
  transform:translate(-50%,-50%) rotate(45deg);
  border:1px solid #debb72;
}
.detail b:before{
  display:block;
  content: '';
  position: absolute;
  width:5px;
  height: 5px;
  opacity: 0;
  top:50%;
  left:50%;
  background: #debb72;
  -webkit-transform:translate(-50%,-50%);
  -moz-transform:translate(-50%,-50%);
  -ms-transform:translate(-50%,-50%);
  -o-transform:translate(-50%,-50%);
  transform:translate(-50%,-50%);
  border-radius: 50%;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.detail b:hover:before{
  width:35px;
  height: 35px;
  opacity: 1;
  border-radius: 0;
  -webkit-transform:translate(-50%,-50%) rotate(225deg);
  -moz-transform:translate(-50%,-50%) rotate(225deg);
  -ms-transform:translate(-50%,-50%) rotate(225deg);
  -o-transform:translate(-50%,-50%) rotate(225deg);
  transform:translate(-50%,-50%) rotate(225deg);
}
.detail b span{
  display:block;
  width:100%;
  height: 100%;
  background: url(../images/detail.png) no-repeat 80% 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;
  position: relative;
  z-index: 1;
}
.detail b:hover span {
  background: url(../images/details.png) no-repeat 80% center;
}

/*mynumber*/
.mynumber{
  display:flex;
  height: 304px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:0 96px;
  justify-content: space-between;
  align-items: center;
}
.mynumber>div{
  text-align: center;
}
.mynumber h3{
  font-size: 48px;
  line-height: 50px;
  color: #f0cb7a;
}
.mynumber h3 span,.mynumber h3 span i{
  font-family: 'fandolsong';
}
.mynumber h3 sup{
  font-size: 16px;
}
.mynumber p{
  font-size: 20px;
  color: #454545;
  font-weight: bold;
}
.mynumber small{
  font-size: 12px;
  color: #686868;
  text-transform: uppercase;
  margin-bottom: 20px;
  display: block;
}
.mynumber img{
  margin:0 auto;
}
.mynumber>i{
  display:block;
  background: #e0e0e0;
  height: 55px;
  width: 1px;
}
/*setting*/
.title{
  text-align:center;
  padding-top:53px;
  padding-bottom: 35px;
}
.title small{
  color: #c7a75c;
  font-size: 18px;
  display: block;
  height: 22px;
  position: relative;
}
.title small span{
  display: block;
  position: absolute;
  bottom:0;
  width:100%;
  left:0;
  overflow: hidden;
}
.title small span b{
  font-family: 'fandolsong';
  position: absolute;
  bottom:0;
  width:100%;
  font-style: italic;
  left:0;
}
.title h3{
  font-size: 36px;
  color: #ffffff;
  line-height: 100px;
  font-family: 'fandolsong';
}
.title h3 span{
  display:inline-block;
  width:60px;
  height:42px;
  position: relative;
  top: 11px;
}
.title h3 span i{
  display:block;
  width:100%;
  height: 100%;
  background: url(../images/logoicon_gold.png) no-repeat center;
  -webkit-animation: flower 6s linear 0s infinite normal;
  -o-animation: flower 6s linear 0s infinite normal;
  animation: flower 6s linear 0s infinite normal;
}
.title h3 span b:first-of-type,.title h3 span b:last-of-type{
  display:block;
  content: '';
  position: absolute;
  left:50%;
  background: #c7a75c;
  width:1px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.title h3 span b:first-of-type{
  bottom:100%;
}
.title h3 span b:last-of-type {
  top:100%;
}
.title p{
  color: #fff;
  font-size: 16px;
  height: 22px;
}
.title p span{
  display: block;
  overflow: hidden;
}
.setting{
  background: url(../images/settingbg.jpg) repeat-y center;
}
.setting_main{
  display:flex;
  justify-content: space-between;
}
.setting_main a{
  display: block;
  background: #fff;
  width: 328px;
  height: 603px;
  overflow: hidden;
  position: relative;
}
.setting_main a>small{
  border-radius: 50%;
  display:block;
  position: absolute;
  left:0;
  bottom:0;
  z-index: 5;
  background: url(../images/setlistbg.jpg) repeat center;
}
@-webkit-keyframes ball {
  0% {
    width:0px;
    height: 0px;
    left:0;
    bottom:0;
  }
  10%{
    width:10px;
    height: 10px;
    left:10%;
    opacity: 1;
    bottom:10px;
  }
  20%{
    width:20px;
    height: 20px;
    left:20%;
    bottom:20px;
  }
  30%{
    width:30px;
    height: 30px;
    left:30%;
    bottom:30px;
  }
  40%{
    width:40px;
    height: 40px;
    left:40%;
    bottom:40px;
  }
  100%{
    width:1200px;
    height:1200px;
    left: -300px;
    bottom: -300px;
    opacity: 1;
  }
}

@keyframes ball {
  0% {
    width:5px;
    height: 5px;
    left:0;
    bottom:0;
  }
  10%{
    width:10px;
    height: 10px;
    left:10%;
    bottom:10px;
  }
  20%{
    width:20px;
    height: 20px;
    left:20%;
    bottom:20px;
  }
  30%{
    width:30px;
    height: 30px;
    left:30%;
    bottom:30px;
  }
  40%{
    width:40px;
    height: 40px;
    left:40%;
    bottom:40px;
  }
  100%{
    width:1200px;
    height:1200px;
    left: -300px;
    bottom: -300px;
  }
}
.setting_main a:hover small{
  -webkit-animation: ball 1s ease 0s 1 normal;
  -o-animation: ball 1s ease 0s 1 normal;
  animation: ball 1s ease 0s 1 normal;
  animation-fill-mode: forwards;
}

.set_mask{
  height: 70px;
  padding-top:36px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left:33px;
  padding-right: 24px;
  position: relative;
  z-index: 10;
}
.set_mask span{
  font-size: 12px;
  color: #878787;
  float:left;
}
.set_mask span:last-of-type{
  float:right;
}
.setting_main .img_jz{
  width:304px;
  height: 360px;
  z-index: 10;
}
.setting_main .img_jz img{
  height: 100%;
  min-width: 100%;
}
.setting_main .img_jz>span{
  display:block;
  width: 136px;
  font-weight: lighter;
  line-height: 24px;
  position: absolute;
  bottom:23px;
  left:33px;
  border-radius: 15px;
  background: #ceb06b;
  font-size: 12px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}
.set_text{
  width:100%;
  height: 173px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left:33px;
  padding-right: 24px;
  padding-top: 33px;
  position: relative;
  z-index: 10;
}
.set_text h4{
  display:block;
  position: relative;
  font-size: 26px;
  height: 46px;
  color: #3a3a3a;
  font-family: 'fandolsong';
  margin-bottom: 8px;
}
.set_text h4:after{
  left:0;
  bottom:0;
  height: 1px;
  position: absolute;
  content: '';
  display:block;
  width:52px;
  background: #3a3a3a;
}
.setting_main a:hover .set_text h4{
  color: #fff;
  -webkit-transition: 350ms 320ms all ease;
  -moz-transition: 350ms 320ms all ease;
  -ms-transition: 350ms 320ms all ease;
  -o-transition: 350ms 320ms all ease;
  transition: 350ms 320ms all ease;
}
.setting_main a:hover .set_text h4:after{
  background:#fff;
  -webkit-transition: 350ms 320ms all ease;
  -moz-transition: 350ms 320ms all ease;
  -ms-transition: 350ms 320ms all ease;
  -o-transition: 350ms 320ms all ease;
  transition: 350ms 320ms all ease;
}
.set_text small{
  font-size: 14px;
  color: #8a8a8a;
}
.setting_main a:hover .set_text small{
  color: #fff;
  -webkit-transition: 350ms 320ms all ease;
  -moz-transition: 350ms 320ms all ease;
  -ms-transition: 350ms 320ms all ease;
  -o-transition: 350ms 320ms all ease;
  transition: 350ms 320ms all ease;
}
.setting_main a:hover .set_mask span{
  color: #fff;
  -webkit-transition: 350ms 320ms all ease;
  -moz-transition: 350ms 320ms all ease;
  -ms-transition: 350ms 320ms all ease;
  -o-transition: 350ms 320ms all ease;
  transition: 350ms 320ms all ease;
}
.setting_bottom{
  margin-top: 37px;
  padding-bottom: 48px;
}
.setting_bottom ul{
  float:left;
}
.setting_bottom ul li{
  width: 133px;
  margin-right: 28px;
  float:left;
  border-bottom: 1px solid #91959d;
}
.setting_bottom ul li p{
  font-size: 14px;
  color: #fff;
}
.setting_bottom ul li small{
  font-size: 12px;
  color: #fff;
}
.setting_bottom ul li:first-of-type{background: url(../images/seticon01.png) no-repeat right center;}
.setting_bottom ul li:nth-of-type(2){background: url(../images/seticon02.png) no-repeat right center;}
.setting_bottom ul li:nth-of-type(3){background: url(../images/seticon03.png) no-repeat right center;}
.setting_bottom>small{
  float:right;
  font-size: 12px;
  color: #e0c07a;
  display:block;
  margin-top: 24px;
  text-transform: uppercase;
}

/*watching*/
.title_black h3{
  color: #27303f;
}
.title_black>p{
  color: #27303f;
}
.watching_main{
  position: relative;
  width: 100%;
  height: 692px;
  margin-bottom: 50px;
  display:flex;
  justify-content: center;
}
.watch-top{
  width: 100%;
  height: 100%;
}
.watch-top .swiper-slide a{
  display: block;
  width: 100%;
  height: 100%;
}
.watch-thumbs{
  position: absolute;
  bottom:62px;
  width: 815px;
}
.watch-top .swiper-slide a>small{
  position: absolute;
  top:57px;
  left:54px;
  color: #fff;
  font-size: 14px;
  line-height: 26px;
}
.watch-thumbs .swiper-slide{
  border:1px solid rgba(255, 255, 255, 0.4);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:18px;
  cursor: pointer;
  -webkit-transition: 300ms 0s all ease;
  -moz-transition: 300ms 0s all ease;
  -ms-transition: 300ms 0s all ease;
  -o-transition: 300ms 0s all ease;
  transition: 300ms 0s all ease;
}
.watch-thumbs .swiper-slide b{
  font-size: 18px;
  color: #fff;
  height: 70px;
  display: block;
}
.watch-thumbs .swiper-slide small{
  font-size: 12px;
  color: #fff;
  text-align: right;
   display:block;
  width:100%;
}

.watch-thumbs .swiper-slide small span{
  float:left;
}
.watch-thumbs .swiper-slide.swiper-slide-thumb-active{
  background: url("../images/zhusuicon.jpg") no-repeat center;
  background-size:100% 100%;
  border:1px solid #cba763;
}
.btn_gold{
  font-size: 16px;
  color: #dab56c;
  border:1px solid #dab56c;
  width: 184px;
  height: 52px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin:0 auto;
  margin-bottom: 52px;
}
.btn_gold span{
  text-align: left;
  line-height: 52px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left:20px;
  background: url("../images/lxicon04s.png") no-repeat 91% center;
}

.btn_gold:hover span{
  color: #fff;
  background: url("../images/lxicon04.png") no-repeat 91% center;
  -webkit-transition: 350ms 350ms all ease;
  -moz-transition: 350ms 350ms all ease;
  -ms-transition: 350ms 350ms all ease;
  -o-transition: 350ms 350ms all ease;
  transition: 350ms 350ms all ease;
}

/*video*/
.video{
  background: #27303f;
  text-align: center;
}
.video>span{
  font-size: 12px;
  padding-top: 30px;
  display: block;
  color: #fff;
  letter-spacing: 2px;
  margin-bottom: 13px;
  text-transform: uppercase;

  font-weight: lighter;
}
.video .img_jz{
  width:100%;
  height: 520px;
}
.video .img_jz img{
  min-width: 100%;
  min-height: 100%;
}
.video>small{
  width:1px;
  height: 22px;
  margin:0 auto;
  display: block;
}
.video>small p{
  background: #e0c07a;
  width: 1px;
}
.video .img_jz>div{
  position: absolute;
  top:0;
  left:0;
  width: 100%;
  height: 100%;
  display:flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.video .img_jz>div>div>small{
  color: #fff;
  font-size: 18px;
  display: block;
  font-family: 'fandolsong';
}
.video .img_jz>div>div>span{
  width: 100%;
  height: 125px;
  display:block;
  text-align: center;
  position: relative;
  cursor: pointer;
}
.video .img_jz>div>div>span strong{
  position: absolute;
  top:50%;
  left:50%;
  border-left:15px solid #27303f;
  border-top:12px solid transparent;
  border-bottom:12px solid transparent;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
.video .img_jz>div>div>span i{
  position: absolute;
  top:50%;
  left:50%;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  -webkit-animation: breath 1.5s linear 0s infinite alternate;
  -o-animation: breath 1.5s linear 0s infinite alternate;
  animation: breath 1.5s linear 0s infinite alternate;
}
.video .img_jz>div>div>span i:first-of-type{
  width:80px;
  height: 80px;
  animation-delay: 0s;
}
.video .img_jz>div>div>span i:nth-of-type(2){
  width: 90px;
  height: 90px;
  animation-delay: 0.1s;
}
.video .img_jz>div>div>span i:nth-of-type(3){
  width: 98px;
  height: 98px;
  animation-delay: 0.2s;
}
.video .img_jz>div>div>span i:last-of-type{
  background: #fff;
  width: 72px;
  height: 72px;
  animation-delay: 0.3s;
}
@keyframes breath{
  0%{
    -webkit-transform:translate(-50%,-50%) scale(1.0);
    -moz-transform:translate(-50%,-50%) scale(1.0);
    -ms-transform:translate(-50%,-50%) scale(1.0);
    -o-transform:translate(-50%,-50%) scale(1.0);
    transform:translate(-50%,-50%) scale(1.0);
  }
  100%{
    -webkit-transform:translate(-50%,-50%) scale(1.07);
    -moz-transform:translate(-50%,-50%) scale(1.07);
    -ms-transform:translate(-50%,-50%) scale(1.07);
    -o-transform:translate(-50%,-50%) scale(1.07);
    transform:translate(-50%,-50%) scale(1.07);
  }
}
@-webkit-keyframes breath{
  0%{
    -webkit-transform:translate(-50%,-50%) scale(1.0);
    -moz-transform:translate(-50%,-50%) scale(1.0);
    -ms-transform:translate(-50%,-50%) scale(1.0);
    -o-transform:translate(-50%,-50%) scale(1.0);
    transform:translate(-50%,-50%) scale(1.0);
  }
  100%{
    -webkit-transform:translate(-50%,-50%) scale(1.07);
    -moz-transform:translate(-50%,-50%) scale(1.07);
    -ms-transform:translate(-50%,-50%) scale(1.07);
    -o-transform:translate(-50%,-50%) scale(1.07);
    transform:translate(-50%,-50%) scale(1.07);
  }
}
.video>p{
  font-size: 14px;
  color: #606774;
  line-height: 82px;
  text-align: center;
}

/*videoshow*/
.z_about_videobg{
  display:none;
  width:100%;
  height: 100%;
  position: fixed;
  top:0;
  left:0;
  background: rgba(0, 0, 0, 0.74);
  z-index: 1004;
  justify-content: center;
  align-items: center;
}

.z_about_video{
  width: 1080px;
}
.z_about_video video{
  width: 100%;
}
.z_about_video b{
  display:block;
  width:26px;
  height: 26px;
  position: absolute;
  left:100%;
  top:0;
  background:url(../images/close.png) no-repeat center;
  background-size:26px 26px;
  cursor: pointer;
}
/*特色活动*/
.active_left{
  float:left;
  width: 960px;
}
.active_right{
  float:right;
  width: 440px;
  height: 570px;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:65px 60px;
  background: url(../images/active.jpg) no-repeat center;
  background-size:100% 100%;
}
.active_left a{
  float:left;
  width: 442px;
  height: 266px;
  margin-right: 38px;
  margin-bottom: 38px;
}
.active_left a>img{
  min-height: 100%;
  width: 100%;
  -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;
}
.active_left a:hover>img{
  -webkit-transform: translate(-50%,-50%) scale(1.05);
  -moz-transform: translate(-50%,-50%) scale(1.05);
  -ms-transform: translate(-50%,-50%) scale(1.05);
  -o-transform: translate(-50%,-50%) scale(1.05);
  transform: translate(-50%,-50%) scale(1.05);
  filter: brightness(0.7)
}
.active_left a>div{
  width: 100%;
  height: 100%;
  position: absolute;
  top:50%;
  left: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%);
  opacity: 0;
  display:flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
  border:1px solid rgba(255, 255, 255, 0.3);
}
.active_left a:hover>div {
  opacity: 1;
  width: 95%;
  height: 90%;
}
.active_left a>div>small{
  display: block;
  text-align: center;
}
.active_left a>div i{
  display:block;
  margin:0 auto;
  width: 56px;
  height: 56px;
  background: url(../images/logoicon_big.png) no-repeat center;
  -webkit-animation: flower 6s linear 0s infinite normal;
  -o-animation: flower 6s linear 0s infinite normal;
  animation: flower 6s linear 0s infinite normal;
}
.active_left a>div p{
  font-size: 16px;
  width: 100%;
  color: #fff;
  margin:0 auto;
  line-height: 24px;
  position: relative;
  top:5px;
  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;
}
.active_left a:hover>div p {
  top:0;
  opacity: 1;
}
.active_right>p{
  font-size: 14px;
  color: #fff;
  padding-left:21px;
  background: url("../images/time.png") no-repeat left center;
}
.active_right>h5{
  font-size: 18px;
  color: #fff;
  margin-top: 19px;
  height: 80px;
  line-height: 28px;
}
.active_right>small{
  color: #fff;
  font-size: 14px;
  line-height: 24px;
}
.detail_white{
  float:none;
  position: absolute;
  bottom: 65px;
}
.detail_white p{
  color: #fff;
}
.detail_white b:before,.detail_white p span{
  background: #fff;
}
.detail_white b span{
  background:url(../images/detail02.png) no-repeat 80% center;
}
.detail_white b:after{
  border:1px solid #fff;
}

/*footer*/
.footer {
  padding-top: 68px;
  padding-bottom: 88px;
  border-top: 4px solid #e0c07a;
  background: url("../images/fotbg.jpg") repeat center;
}
.footer ul{
  display:flex;
  justify-content: space-between;
}
.footer ul li{
  width: 175px;
}
.footer ul li:nth-of-type(2){
  width: 214px;
}
.footer ul li:last-of-type{
  width: 95px;
}
.footer ul  li h3{
  font-size: 12px;
  color: #616876;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.footer ul  li h3 span{
  color: #fff;
  writing-mode: vertical-rl;
  writing-mode: tb-rl;
  font-size: 22px;
  line-height: 19px;
  margin-right: 6px;
  font-family: "宋体";
  font-weight: bold;
}
.footer ul  li>div a{
  font-size: 14px;
  display: block;
  color: #616876;
  margin-bottom: 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;
  position: relative;
}
.footer ul  li>div a:hover{
  color: #fff;
}
.footer ul  li>div a:before{
  display:block;
  content: '';
  position: absolute;
  top: 1px;
  left: -23px;
  width: 17px;
  height: 17px;
  background: url("../images/logoicons.png") no-repeat center;
  opacity: 0;
}
.footer ul  li>div a:hover:before{
  opacity: 1;
  -webkit-animation: flower 6s linear 0s infinite normal;
  -o-animation: flower 6s linear 0s infinite normal;
  animation: flower 6s linear 0s infinite normal;
}
.fot_bottom{
  background: #1e2431;
  line-height: 68px;
  height: 68px;
}
.fot_bottom .warpper>p{
  float:left;
  font-size: 14px;
  color: #616876;
}
.fot_bottom .warpper>p a{
  font-size: 14px;
  color: #616876;
  -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_bottom .warpper>p a:hover{
  color: #fff;
}
.fot_bottom .warpper>div{
  float:right;
  margin-top:19.5px;
}
.fot_bottom .warpper>div>small a{
  color: #fff;
  line-height: 31px;
  height: 31px;
  font-size: 14px;
}
.fot_bottom .warpper>div>small{
  float:left;
  color: #fff;
  line-height: 31px;
  height: 31px;
  font-size: 14px;
  display: block;
}
.fot_bottom .warpper>div>small:last-of-type{
  border-left:1px solid #fff;
  padding-left:15px;
  margin-left:18px;
}
.fot_bottom .warpper>div>span{
  display:block;
  float:left;
  background: url("../images/wx.png") no-repeat center;
  width:31px;
  height: 31px;
  cursor: pointer;
  position: relative;
}
.fot_bottom .warpper>div>span b{
  position: absolute;
  display: none;
  top:-133px;
  left:50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width:120px;
  background: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;

}
.fot_bottom .warpper>div>span b img{
  width: 100%;
}
.pro-sider {
  float: left;
  width: 260px;
}
.pro-sider .in-title {
  height: 80px;
  background: url(../images/i-pro-title.jpg) no-repeat center;
  text-align: center;
  line-height: 1;
  overflow: hidden;
}
.pro-sider .in-title h3 {
  margin-top: 20px;
  font-size: 22px;
  color: #fff;
  margin-bottom: 5px;
}
.pro-sider .in-title em {
  font-size: 13px;
  color: #728dbc;
}
.pro-sider .pro-sider-ul {
  border: 1px solid #ededed;
  background: #fff;
  border-top: none;
  overflow: hidden;
}
.pro-sider .pro-sider-ul .ul-li {
  padding: 0 15px;
  height: 59px;
}
.pro-sider .pro-sider-ul .ul-li a {
  position: relative;
  height: 58px;
  line-height: 58px;
  font-size: 14px;
  color: #595959;
  display: block;
  padding-left: 10px;
  padding-right: 30px;
  border-bottom: 1px dashed #ededed;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.pro-sider .pro-sider-ul .ul-li a h2{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.pro-sider .pro-sider-ul .ul-li a div.icon {
  position: absolute;
  width: 16px;
  height: 16px;
  text-align: center;
  line-height: 16px;
  background: #ededed url(../images/sider-bg-01.png) no-repeat center;
  border-radius: 50%;
  right: 8px;
  top: 50%;
  margin-top: -8px;
  font-size: 12px;
}
.pro-sider .pro-sider-ul .ul-li:hover,
.pro-sider .pro-sider-ul .ul-li.active {
  background: #268ae7;
}
.pro-sider .pro-sider-ul .ul-li:hover a,
.pro-sider .pro-sider-ul .ul-li.active a {
  border: none;
  color: #fff;
}
.pro-sider .pro-sider-ul .ul-li:hover div.icon,
.pro-sider .pro-sider-ul .ul-li.active div.icon {
  background: #0058b1 url(../images/sider-bg-02.png) no-repeat center;
}
.pro-sider .pro-sider-ul .ul-li:last-child a {
  border-bottom: none;
}
.pro-sider .pro-sider-tel {
  overflow: hidden;
  height: 100px;
  line-height: 1;
  font-size: 20px;
  color: #0058b1;
  border: 1px solid #ededed;
  border-top: none;
  padding-left: 80px;
  background: url(../images/sider-tel.png) no-repeat 25px center;
}
.pro-sider .pro-sider-tel span {
  display: block;
  margin: 30px 0 8px;
  font-size: 14px;
  color: #808080;
}
.pro-sider .pro-sider-tel em {
  letter-spacing: 2px;
  font-weight: bold;
}


.m-column-t {
  position: relative;
  text-align: center;
  font-size: 0;
}
.m-column-t .center {
  display: inline-block;
  font-size: 0;
}
.m-column-t .center h3 {
  color: #333;
  font-size: 30px;
}
.m-column-t .center p {
  color: #d2d2d2;
  font-size: 30px;
}
.m-column-t span {
  position: absolute;
  width: 415px;
  top: 50%;
  margin-top: -5px;
  height: 5px;
  border-bottom: 1px solid #d2d2d2;
  z-index: 1;
}
.m-column-t span.mcl {
  left: 0;
}
.m-column-t span.mcl em {
  float: right;
}
.m-column-t span.mcr {
  right: 0;
}
.m-column-t span em {
  display: block;
  height: 11px;
  border-left: 1px solid #d2d2d2;
}
.textLine {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.textLine3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.textHidden {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.domHidden {
  overflow: hidden;
}
.about-main {
  padding: 20px 0 70px;
  min-height: 170px;
}
.about-main .ab-content {
  float: right;
  width: 925px;
}
.about-main .ab-content .title {
  line-height: 50px;
}
.about-main .ab-content .title a {
  color: #333;
  padding: 0 5px;
}
.about-main .ab-content .title span.icon-home {
  color: #535353;
}
.about-main .ab-content .title em {
  color: #999;
}
.about-main .ab-content .ab-conBox {
  overflow: hidden;
  background: #fff;
  min-height: 55px;
  padding: 30px 45px 40px;
}
.about-main .ab-content .ab-conBox .de-title {
  text-align: center;
  font-size: 20px;
  color: #333;
  line-height: 25px;
  margin-bottom: 8px;
}
.about-main .ab-content .ab-conBox .sub-co {
  font-size: 14px;
  color: #999;
  text-align: center;
  line-height: 18px;
}
.about-main .ab-content .ab-conBox .ab-detail {
  overflow: hidden;
  margin-top: 30px;
  font-size: 14px;
  color: #777373;
  line-height: 25px;
}
.ab-sild {
  float: left;
  width: 260px;
}
.ab-sild .title {
  position: relative;
  height: 50px;
  text-align: center;
  background: #f3c04b;
  font-size: 16px;
  line-height: 50px;
  color: #fff;
  border-bottom: 1px solid #fff;
}
.ab-sild .title span {
  position: absolute;
  height: 3px;
  width: 30px;
  top: 50%;
  margin-top: -3px;
  border-bottom: 1px solid #fff;
}
.ab-sild .title span em {
  display: block;
  height: 7px;
  border-left: 1px solid #fff;
}
.ab-sild .title span.stl {
  left: 35px;
}
.ab-sild .title span.stl em {
  float: right;
}
.ab-sild .title span.str {
  right: 35px;
}
.ab-sild .sild-cate {
  background: #fff;
  margin-bottom: 20px;
}
.ab-sild .sild-cate .list {
  overflow: hidden;
}
.ab-sild .sild-cate .list li {
  position: relative;
  border-bottom: 1px solid #eee;
  height: 60px;
  line-height: 60px;
}
.ab-sild .sild-cate .list li a {
  display: block;
  padding-right: 35px;
  font-size: 14px;
  color: #333;
  padding-left: 20px;
}
.ab-sild .sild-cate .list li:last-child {
  border-bottom: none;
}
.ab-sild .sild-cate .list li:hover {
  border-color: #f3c04b;
  background: #f3c04b;
}
.ab-sild .sild-cate .list li:hover a {
  color: #fff;
}
.ab-sild .sild-cate .list li:hover:after {
  color: #fff;
}
.ab-sild .sild-cate .list li:after {
  font-weight: bold;
  right: 20px;
  top: 0;
  color: #999;
  position: absolute;
  content: "\e904";
  font-family: 'icomoon' !important;
}
.ab-sild .sild-cont {
  background: #fff;
}
.ab-sild .sild-cont .cont-list {
  padding: 20px;
}
.ab-sild .sild-cont .cont-list ul li {
  color: #333;
  padding: 5px 0;
  padding-left: 60px;
  font-size: 14px;
}
.ab-sild .sild-cont .cont-list ul li span {
  width: 60px;
  margin-left: -60px;
  display: block;
  height: 20px;
  line-height: 20px;
  float: left;
  color: #666;
}
.pro-center {
  background: #fff;
  padding-bottom: 25px;
}
.pro-center .pro-list {
  overflow: hidden;
  padding: 25px 18px 10px;
}
.pro-center .pro-list ul li {
  float: left;
  width: 200px;
  margin: 0 10px 20px;
  border: 1px solid #fff;
}
.pro-center .pro-list ul li:hover {
  border-color: #f3c04b;
}
.pro-center .pro-list ul li .img {
  overflow: hidden;
  width: 200px;
  height: 200px;
  line-height: 200px;
  text-align: center;
  font-size: 0;
  background: #eee;
}
.pro-center .pro-list ul li .img img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}
.pro-center .pro-list ul li .title {
  background: #f7f8fc;
  height: 40px;
  line-height: 40px;
  padding: 0 5px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: #333;
}
.pro-center .pro-list ul li .title:hover {
  color: #f3c04b;
}
.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;
}
/*# sourceMappingURL=./index.css.map */