
.clear:before,
.clear:after {
  content: '';
  display: table;
}

.clear:after {
  clear: both;
}

.fix-hd{
  height: 80px;
  background: #fff;
  width: 100%;
  padding-top: 20px;
  z-index: 9999;
}
.fix-logo{
  width: 1190px;
  margin: 0 auto;
}
.fix-search{
  margin-left: 584px;
  display: inline-block;
  vertical-align: top;
  margin-top: 8px;
  position: relative;
}
.fix-search input{
  width: 330px;
  height: 40px;
  padding-left: 30px;
  box-sizing: border-box;
  background: #fff;
  border-radius: 21px;
  border: 1px solid #cccccc;
  outline: none;
}
.fix-search .icon{
  background: url(../images/icon_search.png) top center no-repeat;
  width: 19px;
  height: 19px;
  position: absolute;
  top: 10px;
  right: 19px;
}
.figure{
  min-width: 1190px;
}
.figure-view{
  height: 580px;
  text-align: center;
  position: relative;
}

.figure-point-ul{
  position: absolute;
  z-index: 999;
  bottom: 34px;
  left: 50%
}

.figure-point-li{
  float: left;
  margin: 0 5px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #DCDCDC;
  cursor: pointer;
}

.figure-view-hd{
  width: 1920px;
  height: 580px;
  display: inline-block;
  overflow: hidden;
  background: #fff;
  position: relative;
}

.switch{
  position: absolute;
  top: 250px;
  width: 35px;
  height: 55px;
  font-size: 28px;
  line-height: 55px;
  font-family: 'simsun';
  text-align: center;
  color: #fff;
  background: #666;
  opacity: 0.1;
  cursor: pointer;
  z-index: 999;
}

.switch-feat-prev{
  left: 180px;
}

.switch-feat-next{
  right: 180px;
}

.figure-ul{
    width: 7680px;
  position: relative;
}

.figure-li{
  float: left;
  width: 1920px;
  height: 580px;
  cursor: pointer;
}

.figure-li-div{
  width: 100%;
  height: 100%;
}

.figure-1st{
  background: url(../images/banner1.png) top center no-repeat;
}

.figure-2st{
  background: url(../images/banner2.png) top center no-repeat;
}

.figure-3st{
  background: url(../images/banner3.png) top center no-repeat;
}

.op-hd-1st{
  text-align: center;
  background: #f9f9f9;
}

.hd-1st{
  padding: 30px;
  overflow: hidden;
  display: inline-block;
}

.img-1st-view1,.img-1st-view3{
  width: 502px;
  height: 154px;
  display: inline-block;
}

.in-1st{
  float: left;
}


.img-1st-view1{
   background: url(../images/grey.png) top center no-repeat;
 }

.img-1st-view2{
  width: 100px;
  height: 45px;
  display: inline-block;
  position: relative;
  top: 108px;
  left: 4px;
  background: url(../images/vs.png) top center no-repeat;
}

.img-1st-view3{
  background: url(../images/yellow.png) top center no-repeat;
}

.font-1st{
  text-align: center;
  padding: 15px;
  font-size: 20px;
  color: #666666;
}

.li-1st{
  text-align: left;
  margin-left: 100px;
  margin-top: 10px;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
}

.ul-1st{
  box-sizing: border-box;
  padding: 15px;
}

.li-1st-img{
  position: relative;
  top: 7px;
  left: -12px;
}

.op-hd-2st{
  background: #fff;
  padding: 80px 0 58px;
  text-align: center;
}

.p-2st{
  font-size: 40px;
  font-weight: 500;
  color: #333;
  margin-bottom: 60px;
}

.ul-2st{
  display: inline-block;
  margin-bottom: 20px;
  cursor: pointer;
}

.li-2st{
  float: left;
  width: 380px;
  height: 306px;
  border-radius: 20px;
  background: #f6f6f6;
  margin: 0 10px;
  display: inline-block;
  box-sizing: border-box;
  padding: 60px 36px 0;
}

.li-2st-img{
  display: none;
}

.h3-2st{
  text-align: center;
  color: #333;
  font-size: 20px;
  margin-top: 15px;
}

.p2-2st{
  color: #666;
  font-size: 14px;
  margin-top: 10px;
  line-height: 24px;
}

.li-2st:hover{
  position: relative;
  top: -20px;
  background: linear-gradient(#FDC05B, #FC973B);
  box-shadow: 0px 6px 12px 0px rgba(113,64,18,0.20);
}

.li-2st:hover .p2-2st{
  color: #fff;
}

.li-2st:hover .h3-2st{
  color: #fff;
}

.li-2st:hover .li-2st-img{
  display: block;
}

.li-2st:hover .li-2st-img-show{
  display: none;
}

.btn-down{
  display: inline-block;
  width: 240px;
  height: 64px;
  line-height: 64px;
  text-align: center;
  color: #fff;
  font-weight: 500;
  font-size: 28px;
  background: linear-gradient(135deg,#fdc05b, #fc973b);
  border-radius: 32px;
  box-shadow: 0px 4px 8px 0px rgba(121,68,20,0.20);
}

.div-2st{
  margin-top: 38px;
}

.op-hd-3st{
  height: 925px;
  background: url("../images/3st-bd.png") top center no-repeat;
  box-sizing: border-box;
  padding: 100px 0 78px;
}

.p-3st{
  text-align: center;
  font-size: 40px;
  font-weight: 500;
  color: #fff;
}

.menu-3st{
  text-align: center;
  margin-top: 60px;
}

.ul-3st{
  display: inline-block;
}

.li-3st{
  float: left;
  width: 120px;
  height: 40px;
  opacity: 1;
  background: #ffffff;
  border-radius: 4px;
  font-weight: 500;
  text-align: center;
  color: #333333;
  line-height: 40px;
  margin: 0 5px;
  cursor: pointer;
}

.current{
  background: #FC973B;
  color: #fff;
}

.div-3st{
  margin-top: 80px;
  text-align: center;
}

.features-slide-in{
  width: 1190px;
  height: 450px;
  display: inline-block;
  overflow: hidden;
}

.features-lst{
  width: 7140px;
  position: relative;
}

.features-tab-node{
  width: 1190px;
  height: 450px;
  float: left;
}

.img-3st-1-view{
  display: inline-block;
  width: 680px;
  height: 365px;
  position: relative;
  left: -255px;
}

.view-3st-1{
  background: url("../images/3st-1.png");
}

.view-3st-2{
  background: url("../images/3st-2.png");
}

.view-3st-3{
  background: url("../images/3st-3.png");
}

.view-3st-4{
  background: url("../images/3st-4.png");
}

.view-3st-5{
  background: url("../images/3st-5.png");
}

.img-3st-1-view1{
   display: inline-block;
   width: 580px;
   height: 260px;
   background: #fc973b;
   border-radius: 15px;
   position: relative;
   top: -298px;
   left: 304px;
   box-sizing: border-box;
   padding: 40px;
   color: #fff;
}

.img-3st-1-view1-p{
  font-size: 24px;
  color: #fff;
  font-weight: 500;
  text-align: left;
  margin-bottom: 20px;
}

.img-3st-1-view1-p2{
  font-size: 16px;
  line-height: 28px;
  color: #fff;
  text-align: left;
}

.fixed-footer a {
  cursor: pointer;
  text-decoration: none;
  color: #A2A2A2;
}

.fixed-footer p{
  padding: 5px 0;
  color: #A2A2A2;
  line-height: 20px;
}

.copy {
  color: #fff;
  text-align: center;
  font-size: 13px;
  padding: 10px 0;
}

.fixed-footer{
  padding: 30px;
  background-color: #000;
}
.fixed-bottom{
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #fff;
}
.fixed-bottom.width-1038{
  width: 100%;
}
.fixed-bottom .bottom{
  width: 1038px;
  margin-left: auto;
  margin-right: auto;
}

.op-hd-4st{
  height: 90px;
  background: #fff;
  text-align: center;
  position: fixed;
  bottom: 0;
  width: 100%;
}

/*@media screen and (min-height: 1300px){
  .op-hd-4st{
    position: relative;
  }
}*/

.op-hd-4st img{
  margin-top: 18px;
  margin-right: 230px;
}

.op-hd-4st a{
  position: relative;
  top: -20px;
  margin-left: 220px;
}

