/*----------------------------------*/
* {
  margin: 0;
  padding: 0;
}
.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -50px !important;
  outline: 0;
  width: 36px;
  height: 66px;
  text-indent: -9999px;
  z-index: 9999;
}
ol,
ul,
li {
  list-style: none;
}
a {
  text-decoration: none;
}
img {
  max-width: 100%;
}
@font-face {
  font-family: AGENCYR;
  src: url(../font/helveticaneue-roman.eot);
  src: url(../font/helveticaneue-roman.svg#AGENCYR) format("svg"), url(../font/helveticaneue-roman.eot?#iefix) format("embedded-opentype"), url(../font/helveticaneue-roman.woff) format("woff"), url(../font/helveticaneue-roman.ttf) format("truetype");
}
@font-face {
  font-family: AGENCYB;
  src: url(../font/helveticaneueltcom-bdcn.eot);
  src: url(../font/helveticaneueltcom-bdcn.svg#AGENCYR) format("svg"), url(../font/helveticaneueltcom-bdcn.eot?#iefix) format("embedded-opentype"), url(../font/helveticaneueltcom-bdcn.woff) format("woff"), url(../font/helveticaneueltcom-bdcn.ttf) format("truetype");
}
body {
  width: 100%;
  height: 100%;
  font-family: AGENCYB;
  position: relative;
}
.box {
  width: 100%;
  height: auto;
  overflow: hidden;
  z-index: 9;
}
.banner {
  width: 95%;
  margin-left: 2.5%;
  z-index: 9;
  position: relative;
}
.banner:hover>.c-donw{
  -webkit-transition: all .5s linear;
  -moz-transition: all .5s linear;
  -o-transition: all .5s linear;
  -ms-transition: all .5s linear;
  transition: all .5s linear;
  display: block;
}
.c-donw{
  -webkit-transition: all .5s linear;
  -moz-transition: all .5s linear;
  -o-transition: all .5s linear;
  -ms-transition: all .5s linear;
  transition: all .5s linear;
  /*display: none;*/
  cursor: pointer;
  position: absolute;
  bottom: 5%;
  z-index: 99999999;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
/*---------------------------------*/
@media screen and (max-width: 1100px) and (min-width: 900px){
  .banner ul li .f-div .f-b p {
    font-size: 28px !important;
  }
}
@media screen and (max-width: 899px) and (min-width: 600px){
  .banner ul{
    height: 540px !important;
  }
  .banner ul li .f-div .f-b p {
    font-size: 20px !important;
  }
}
@media screen and (max-width: 800px){
   .bx-wrapper .bx-prev {
    display: none !important;
  }
   .bx-wrapper .bx-next {
    display: none !important;
  }
  .con .fino div span {
    font-size: 18px !important;
  }
}
@media screen and (max-width: 599px) and (min-width: 400px){
  .banner ul{
    height: 500px !important;
  }
  .banner ul li .f-div .f-b p {
    font-size: 20px !important;
  }
}
@media screen and (max-width: 399px) and (min-width: 300px){
  .banner ul{
    height: 480px !important;
  }
  .banner ul li .f-div .f-b p {
    font-size: 18px !important;
  }
  .banner ul li .f-div .f-t img {
    width: 60% !important;
  }
}
.banner {
  width: 100%;
  z-index: 9;
  margin-left: 0%;
  height:auto;
  overflow: hidden;
}
.banner ul{
  width: 100%;
  height: 700px;
}
.banner ul li{
  width: 100%;
  height:100% !important;
  position: relative;
}
.banner ul li .f-div{
  color: #fff;
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
/*-----------------------------------------*/
.banner ul li:nth-child(2)>.f-div>.f-t{
  width: 100%;
  height: 100%;
  position: relative;
  left: 0%;
  animation: bgHover3 1s linear;
  -webkit-animation: bgHover3 1s linear;
  -ms-animation: bgHover3 1s linear;
  -moz-animation: bgHover3 1s linear;
  -o-animation: bgHover3 1s linear;
  margin-bottom: 2%;
  text-align: center !important;
  display: block;
}
.banner ul li:nth-child(2)>.f-div>.f-t>img{
  display: inline-block;
}
/*@keyframes bgHover3 {*/
  /*0% {*/
    /*left: 10%;*/
  /*}*/
  /*100% {*/
    /*left: 0%;*/
  /*}*/
/*}*/
.banner ul li:nth-child(2)>.f-div>.f-b{
  width: 100%;
  height: 100%;
  position: relative;
  margin-left: 0%;
  animation: bgHover4 1s linear;
  -webkit-animation: bgHover4 1s linear;
  -ms-animation: bgHover4 1s linear;
  -moz-animation: bgHover4 1s linear;
  -o-animation: bgHover4 1s linear;
}
/*@keyframes bgHover4 {*/
  /*0% {*/
    /*margin-top: 8%;*/
  /*}*/
  /*100% {*/
    /*margin-top: 0%;*/
  /*}*/
/*}*/
/*---------------------------------*/
.banner ul li .f-div .f-t{
  width: 100%;
  height: 100%;
  position: relative;
  left: 0%;
  animation: bgHover2 1s linear;
  -webkit-animation: bgHover2 1s linear;
  -ms-animation: bgHover2 1s linear;
  -moz-animation: bgHover2 1s linear;
  -o-animation: bgHover2 1s linear;
  margin-bottom: 2%;
  text-align: center !important;
  display: block;
}
.banner ul li .f-div .f-t img{
  display: inline;
  width: 180px;
}
/*@keyframes bgHover2 {*/
  /*0% {*/
    /*left: -10%;*/
  /*}*/
  /*100% {*/
   /*left: 0%;*/
  /*}*/
/*}*/
.banner ul li .f-div .f-b{
  width: 100%;
  height: 100%;
  position: relative;
  margin-left: 0%;
  animation: bgHover 1s linear;
  -webkit-animation: bgHover 1s linear;
  -ms-animation: bgHover 1s linear;
  -moz-animation: bgHover 1s linear;
  -o-animation: bgHover 1s linear;
}
.banner ul li .f-div .f-c{
  width: 100%;
  height: 100%;
  position: relative;
  margin-left: 0%;
  animation: bgHover 1s linear;
  -webkit-animation: bgHover 1s linear;
  -ms-animation: bgHover 1s linear;
  -moz-animation: bgHover 1s linear;
  -o-animation: bgHover 1s linear;
}
.banner ul li .f-div .f-c p{
  display: inline-block;
  height: 45px;
  line-height: 45px;
  margin: 0 1%;
  font-family: AGENCYB !important;
}
/*@keyframes bgHover {*/
  /*0% {*/
    /*margin-top: 8%;*/
  /*}*/
  /*100% {*/
    /*margin-top: 0%;*/
  /*}*/
/*}*/
.banner ul li .f-div .f-b p{
  font-size: 36px;
  color:#fff;
  line-height: 42px;
  letter-spacing: 2px !important;
  font-family: AGENCYB !important;
}
.banner ul li .f-div .f-b p:nth-child(2){
  font-family: gotham !important;
  font-size: 30px;
}
.banner ul li{
	background-position:center;
	background-repeat:no-repeat;
	background-size: cover;
}
.bx-wrapper .bx-controls-direction a {
  width: 36px !important;
  height: 38px !important;
}
.banner .bx-wrapper .bx-prev {
  left: -5% !important;
  background: url(../images/index/btf.png) no-repeat center !important;
  -webkit-transition: all .5s linear;
  -moz-transition: all .5s linear;
  -o-transition: all .5s linear;
  -ms-transition: all .5s linear;
  transition: all .5s linear;
}
.banner .bx-wrapper .bx-next {
  right: -5% !important;
  background: url(../images/index/bt.png) no-repeat center !important;
  -webkit-transition: all .5s linear;
  -moz-transition: all .5s linear;
  -o-transition: all .5s linear;
  -ms-transition: all .5s linear;
  transition: all .5s linear;
}
.banner:hover .bx-wrapper .bx-next {
  right: 0% !important;
  display: block;
  -webkit-transition: all .5s linear;
  -moz-transition: all .5s linear;
  -o-transition: all .5s linear;
  -ms-transition: all .5s linear;
  transition: all .5s linear;
}
.banner:hover .bx-wrapper .bx-prev {
  left: 0% !important;
  display: block;
  -webkit-transition: all .5s linear;
  -moz-transition: all .5s linear;
  -o-transition: all .5s linear;
  -ms-transition: all .5s linear;
  transition: all .5s linear;
}
/*---------------------------------------*/
.con{
  width: 1200px !important;
  margin: auto !important;
  height: auto;
  overflow: hidden;
}
@media screen and (max-width: 1329px){
  .con{
    width: 80% !important;
    margin-left: 10% !important;
    height: auto;
    overflow: hidden;
  }
}
.con .fcon{
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-top: 7%;
  padding-bottom: 1%;
}
.con .fcon span{
  text-transform: uppercase !important;
  display: block;
  width: 100%;
  color: #444 !important;
  margin-bottom: 3%;
  margin-top: 0% !important;
  font-size: 30px;
  letter-spacing: 1px;
}
.con .fcon span .hx{
  width: 70px;
  margin-top: 1.5%;
  height: 2px;
  background-color: #2c66b1;
}
.con .fcon .fc-l{
  float: left;
  width: 20%;
}
.con .fcon .fc-l span{
  text-transform: uppercase !important;
  display: block;
  width: 100%;
  color: #444 !important;
/*  font-family: AGENCYR;*/
  line-height: 45px;
  font-size: 18px;
}
.con .fcon .fc-l span .pb{
  font-family: AGENCYB !important;
  font-weight: 900;
}
.con .fcon .fc-r{
  float: left;
  width: 70%;
  padding: 0 5%;
}
.con .fcon .fc-r p{
  font-family: AGENCYR;
  text-align: justify;
  font-size: 14px;
  line-height: 35px;
  color: #444;
}
.con .fcon .fc-r p~p{
  margin-top: 2%;
}
.con .fcon .hov{
  width: 100%;
  height: auto;
  clear: both;
  cursor: pointer;
  margin-top: 30%;
  margin-bottom: 1%;
}
.con .fcon .hov img{
   width: 98%;
 }
.con .fcon .hov .h2{
  display: none;
}
.con .fcon .hov:hover>.h1{
  display: none;
}
.con .fcon .hov:hover>.h2{
  display: block;
}
/*----------------------------------------------------*/
.con .fino{
  width: 100%;
  height: auto;
  overflow: hidden;
  padding-bottom: 2%;
  /*border-bottom: 1px solid #e7e7e7;*/
}
.con .fino div{
  float: left;
  width: 20%;
}
.con .fino div{
  width: 23.5%;
  height: auto;
}
.con .fino div~div{
  margin-left: 2%;
}
.con .fino div span{
  display: block;
  text-align: center;
  text-transform: uppercase !important;
  width: 100%;
  color: #444 !important;
  font-family: AGENCYB;
  line-height: 45px;
  font-size: 28px;
}
.con .fino div .d-img{
  width: 100%;
  height: auto;
  text-align: center;
}
.con .fino div .d-img img{
  width: auto;
  display: inline-block;
  height: auto;
}
/*-----------------------------------------------------*/
@media screen and (max-width: 1000px){
  .b-fix{
    width: 100% !important;
    height: 300px !important;
    background: url("../images/index/fixed.jpg") !important;
    text-align: center !important;
    padding: 0  !important;
  }
  .mr {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    width: auto !important;
    transform: translate(-50%, -50%) !important;
    -webkit-transform: translate(-50%, -50%) !important;
    -ms-transform: translate(-50%, -50%) !important;
    -moz-transform: translate(-50%, -50%) !important;
    -o-transform: translate(-50%, -50%) !important;
  }
  .con .fcon .fc-l .ti1{
    display: none;
  }
  .con .fcon .fc-l .ti2{
    display: block;
  }
}
@media screen and (min-width: 1001px){
  .con .fcon .fc-l .ti1{
    display: block;
  }
  .con .fcon .fc-l .ti2{
    display: none;
  }
}
.b-fix{
  width: 100%;
  height: auto;
  background: url("../images/index/fixed.jpg")   ;
  text-align: center;
  padding: 10% 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  position: relative;
}
.mr{
  position: absolute;
  top: 50%;
  left: 23%;
  width: auto;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.mr a{
  display: block;
  font-size: 40px;
  color: #FFF;
  width: auto;
  text-align: left;
  overflow: hidden;
}
.mr a i{
  display: block;
  width: 100%;
}
.mr a i img{
  margin-top: 2%;
  display: block;
  /*transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;*/
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -o-transition: all .3s linear;
  -ms-transition: all .3s linear;
  transition: all .3s linear;
  width: 100%;
  height: 80%;
}
.mr a i .h4{
  display: none;
  /*transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;*/
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -o-transition: all .3s linear;
  -ms-transition: all .3s linear;
  transition: all .3s linear;
}
.mr a:hover>i>.h3{
  display: none;
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.mr a:hover>i>.h4{
  display: block;
}
.bf-b{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 9999;
}
.bf-b:before {
  content: " ";
  width: 0;
  height: 0;
  line-height: 0px;
  border-top: 40px solid #ffffff !important;
  border-left: 40px solid transparent;
  border-right: 40px solid transparent;
  position: absolute;
  top: 19px;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  /*left: 0%;*/
  /*margin-left: -50px;*/
  /*top: 50px;*/
}
.b-fix span{
  font-family: AGENCYB;
  display: block;
  width: 80%;
  margin-left: 10%;
  text-align: left;
  font-size: 40px;
  color: #fff;
  z-index: 99999;
}
.cn2{
  padding-bottom: 0% !important;
}
.con .fcon .pro{
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-bottom: 5%;
}
.con .fcon .pro .p1{
  float: left;
  width: 30%;
  margin:0 1.5% 4% 1.5%;
  height: 480px;
}
.con .fcon .pro .p1 .p-img{
  width: 100%;
  height: auto;
}
.con .fcon .pro .p1 .p-img img{
  width: 100%;
  height: auto;
}
.con .fcon .pro .p1 span{
  font-size: 18px;
  margin-top: 3% !important;
  margin-bottom: 3% !important;
  color: #444;
}
.con .fcon .pro .p1 p{
  font-size: 14px;
  line-height: 25px;
  text-align: left;
  color: #444;
}
.con .fcon .pro .p1 .btn{
  margin-top: 3%;
  height: 25px;
  line-height: 25px;
  display: block;
}
.con .fcon .pro .p1 .btn:hover{
  text-decoration:underline

}
.con .fcon .pro .p1 .btn i{
  margin-left: 2%;
  height: 25px;
  line-height: 25px;
}
.con .fcon .pro .p1 .btn i img{
  vertical-align:middle;
  margin-top: -2px;
}
.con .fcon .pro .po2{
  margin-left: 5%;
}
.con .fcon .pro .po3{
  float: right;
}
/*---------------------------------------------*/
.bot-tit{
  width: 100%;
  height: 150px;
  position: relative;
  background-color:  #2c66b1;
}
.bt2{
  background-color: #444444;
}
.bf-b2{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 9999;
}
.bf-b2:before {
  content: " ";
  width: 0;
  height: 0;
  line-height: 0px;
  border-top: 30px solid #fff;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  position: absolute;
  top: 14.5px;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.bt2>.bf-b2:before {
  content: " ";
  width: 0;
  height: 0;
  line-height: 0px;
  border-top: 30px solid __SHOP__;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  position: absolute;
  top: 14.5px;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  /*left: 0%;*/
  /*margin-left: -50px;*/
  /*top: 50px;*/
}
.bot-tit a{
  text-transform: uppercase;
  line-height: 150px;
  display: block;
  text-align: center;
  font-size: 30px;
  color: #fff;
  font-family: AGENCYR;
}
.bot-tit a strong{
  
}
.bot-tit a i{
  vertical-align: -14px;
  font-size: 32px;
  display: inline-block;
  margin-left: 10px;
  height: 40px;
}
/*---------------------------------------------*/
@media screen and (max-width: 1000px){
  .con .fcon .fc-l {
    width: 100%;
  }
  .con .fcon .fc-l img{
    width: auto;
  }
  .con .fcon .fc-r {
    width: 100%;
    padding: 0%;
  }
}
@media screen and (max-width: 800px){
  .con .fcon .pro .p1 {
    width: 100%;
    margin: 0;
    height: auto !important;
    margin-bottom: 10%;
  }
}
@media screen and (max-width: 500px){
  .con .fino div {
    width: 48%;
    height: auto;
    margin-right: 2%;
  }
  .con .fino div~div {
    margin-left: 0%;
  }
  .b-fix {
    padding: 30% 0;
  }
  .bot-tit a {
    font-size: 20px;
  }
  .bot-tit a i {
    vertical-align: -15px;
  }
}
@media screen and (max-width: 400px){
  .bot-tit a {
    font-size: 15px;
  }
  .bot-tit a i img{
    width: 70%;
  }
  .bot-tit a i {
    vertical-align: -11px;
  }
}
/*-----------------*/
#h1 {
  opacity: 0;
  animation-delay: 0s;
  -webkit-animation-delay: 0s;
  -moz-animation-delay: 0s;
  -o-animation-delay: 0s;
  -ms-animation-delay: 0s;
}
#h2 {
  opacity: 0;
  animation-delay: 0.4s;
  -webkit-animation-delay: 0.4s;
  -moz-animation-delay: 0.4s;
  -o-animation-delay: 0.4s;
  -ms-animation-delay: 0.4s;
}
#h3 {
  opacity: 0;
  animation-delay: 0.4s;
  -webkit-animation-delay: 0.4s;
  -moz-animation-delay: 0.4s;
  -o-animation-delay: 0.4s;
  -ms-animation-delay: 0.4s;
}
#ha {
  opacity: 0;
  animation-delay: 0s;
  -webkit-animation-delay: 0s;
  -moz-animation-delay: 0s;
  -o-animation-delay: 0s;
  -ms-animation-delay: 0s;
}
#hb {
  opacity: 0;
  animation-delay: 0.4s;
  -webkit-animation-delay: 0.4s;
  -moz-animation-delay: 0.4s;
  -o-animation-delay: 0.4s;
  -ms-animation-delay: 0.4s;
}
#hc {
  opacity: 0;
  animation-delay: 0.4s;
  -webkit-animation-delay: 0.4s;
  -moz-animation-delay: 0.4s;
  -o-animation-delay: 0.4s;
  -ms-animation-delay: 0.4s;
}