html,body{
   min-width: 800px;
}
.div{
    width: 95%;
    /* height: 238px;
    overflow: hidden; */
    position: fixed;
    z-index: 100;
    left: 50%;
    transform: translateX(-50%);
}
.home-nav-list{
    position: fixed;
    top: 10px;
    width: 99.5%;
    height: 43px;
    line-height: 43px;
    display: flex;
    align-items: center;
    /* height: 62px;
    line-height: 20px;
    background: rgba(255,255,255,1);
    box-shadow: 0px 0px 10px 0px rgba(167,167,167,0.18);
    width: 100%;
    position: relative; */
}
.home-nav-list .logo{
    width: 140px;
    height: 112px;
    /* margin-top: -20px; */
    position: absolute;
}
.home-nav-list .logo img{
    width: 100%;
    /* height: 100%; */
    margin: 0;
    padding: 0;
    transition: all ease-in-out .4s;
    vertical-align: top;
    position: absolute;
}
.home-nav-list .nav-list{
    display: flex;
    position: absolute;
    right: 0;
    z-index: 9;
}
.home-nav-list .nav-list > li{
    width: auto;
    display: inline-block;
    margin: 0 18px;
    font-size: 16px;
    position: relative;
    transition: all ease-in-out .6s;
    cursor: pointer;
    color: #333;
}
.home-nav-list .nav-list > li > a{
    color: #333;
}
.home-nav-list .nav-list > li.active{
    color: #FF4936;
}
.home-nav-list .nav-list > li.active > a{
    color: #FF4936;
    text-decoration: none;
}
.home-nav-list .nav-list > li.active::after{
    color: #FF4936;
    width: 100%;
}
.home-nav-list .nav-list > li > a{
    transition: .3s;
    text-decoration: none;
}
.home-nav-list .nav-list > li > i{
    margin-left: 5px;
}
.home-nav-list .nav-list > li::after{
    content: '';
    display: block;
    width: 0;
    background-color: #ff4936;
    height: 2px;
    transition: .3s;
}
.home-nav-list .nav-list > li:hover::after{
    width: 100%;
}
.home-nav-list .nav-list > li > ul{
    width: auto;
    font-size: 14px;
    position:absolute;
    width: 120px;
    height: 0;
    overflow: hidden;
    transition: .6s;
    left: -50%;
    top: 100%;
    margin-left: 16px;
    margin-top: 14px;
}
.home-nav-list .nav-list > li:hover{
   color: #FF4936;
}
.home-nav-list .nav-list > li:hover > a{
    text-decoration: none;
   color: #FF4936;
}
.home-nav-list .nav-list > li.active > a{
   color: #FF4936;
}
.home-nav-list .nav-list > li:hover > ul{
    display: block;
    text-align: center;
    padding-top: 14px;
    padding-bottom: 14px;
    background-color: #fff;
    height: auto;
    overflow: hidden;
    background:rgba(255,255,255,1);
    border-radius:8px;
    opacity:0.9;
    box-shadow:0px 0px 10px 0px rgba(167,167,167,0.18);

}
.home-nav-list .nav-list > li > ul > li{
    /* position: absolute; */
    width: 120px;
    color: #333;
    line-height: 44px;
    cursor: pointer;
    transition: all ease-in-out .4s;
    height: 0;
    overflow: hidden;
}
.home-nav-list .nav-list > li:hover > ul > li{
    height: 44px;
    transition: ease-in-out .4s;
    overflow: hidden;
    text-decoration: none;
}
.home-nav-list .nav-list > li{
    height: 44px;
    transition: ease-in-out .4s;
    overflow: hidden;
    text-decoration: none;
}
.home-nav-list .nav-list > li:hover > ul > li > a{
    text-decoration: none;
}
.home-nav-list .nav-list > li > ul > li:hover{
    /* position: absolute; */
    width: 120px;
    color: #333;
    height: 44px;
    color: #FF4936;
    background-color: #fff;
}
.home-nav-list .nav-list > li > ul > li:hover > a, #sxtx-home .home-nav-list .nav-list > li > ul > li.active > a{
    color: #FF4936;
}
#sxtx-home{
    width: 100%;
    height: 100%;
    position: relative;
}
#sxtx-home .section{
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 1;
}
#sxtx-home .section .video{
    height: 100%;
}
#sxtx-home .section .video .video-player{
    object-fit: cover;
    width: 100%;
    height: 100%;

}
.home-nav-list .fulllist{
    z-index: 8;
}
.home-nav-list .fulllist > li{
    color: #333;
    opacity: 0;
    transition: all ease-in-out .3s;
}
.home-nav-list .fulllist > li > a{
    color: #333;
}
p{
    color: #333;
}
.home-nav-list .nav{
    width: 26px;
    height: 18px;
    position: absolute;
    cursor: pointer;
    right: 0;
    opacity: 0;
    z-index: 8;
    transition: all ease-in-out .4s;
}
.home-nav-list .nav img{
    width: 26px;
}
.mark{
    height: 230px;
    position: absolute;
    right: 0;
    top: -5px;
    overflow: hidden;
    width: 700px;
    background: transparent;
}
.controler{
    position: fixed;
    right: 5%;
    bottom: 34px;
    opacity: .6;
    transition: all ease-in-out .3s;
    cursor: pointer;
}
.controler img{
    width: 25px;
    height: 25px;
}
.controler span{
    color: #fff;
    font-size: 20px;
}
.controler:hover{
    opacity: 1;
}
.win-mark{
    position: fixed;
    width:100%;
    height:100%;
    display: none;
    transition: all ease-in-out .3s;
    z-index: 101;
    background:rgba(0,0,0,0.5);
}
.win-wrap{
    position: fixed;
    width:52%;
    height:auto;
    z-index: 102;
    display: none;
    left: 50%;
    top: 50%;
    padding: 15px;
    transform: translate(-50%,-50%);
    background:rgba(0,0,0,0.8);
}
.win-wrap video{
    width: 100%;
    height: 87%;
}
.win-wrap p{
    height: 35px;
    margin-top: 15px;
    color: #fff;
    font-size: 16px;
}
.vdownbox,.cdownbox{
    width: 50px;
    height: 50px;
    cursor: pointer;
    bottom: 4%;
    left: 50%;
    transform: translateX(-50%);
    animation: twinkle 1.2s linear infinite;
    -moz-animation: twinkle 1.2s linear infinite; /* Firefox */
    -webkit-animation: twinkle 1.2s linear infinite; /* Safari 和 Chrome */
    -o-animation: twinkle 1.2s linear infinite; /* Opera */
}
.vdownbox{
    position: fixed;
}
.cdownbox{
    position: absolute;
}
.vdown{
    width: 50px;
    cursor: pointer;
    height: 28px;
}
.cdown{
    width: 50px;
    opacity: 0.8;
    cursor: pointer;
    height: 28px;
}
.cdown:hover {
    opacity: 1;
}
.header{
    position: absolute;
    top: 10%;
    height: 50px;
    z-index: 2;
    display: flex;
    transition: all ease-in-out .4s;
    flex-direction: column;
    text-align: left;
}
.header p{
    font-size: 24px;
    height: 24px;
    line-height: 24px;
    margin-bottom: 10px;
    color: #333;
}
.header span{
    display: inline-block;
    font-size: 16px;
    height: 16px;
    line-height: 16px;
    color: #666;
}
.company-wrap{
    width:926px;
    height: 491px;
    margin-left: 690px;
    position: relative;
    display: flex;
    align-items: center;
}
.company-wrap1{
    width: 100%;
    height: 100%;
    bottom: -1000%;
    opacity: 0;
    border-radius:4px;
    border:1px solid rgba(189,189,189,1);
    position: absolute;
    transition: all ease-in-out .7s;
}
.company-txt{
    width: 706px;
    overflow: hidden;
    position: absolute;
    font-size: 14px;
    bottom: 100px;
    text-align: left;
    transition: all ease-in-out .6s;
    line-height: 24px;
    color: #333333;
}
.company-txt p{
    margin-top: 10px;
}
.home-company{
    position: absolute;
    top: 82px;
    width: 528px;
    cursor: pointer;
    overflow: hidden;
    height: 327px;
    transition: all ease-in-out .6s;
}
.home-company img{
    width: 100%;
    height: 100%;
    transition: all ease-out .8s;
}
.home-company:hover img{
    transform: scale(1.1);
}
.company-btn{
    background:rgba(51,51,51,1);
    box-shadow:0px 2px 13px 0px rgba(154,154,154,0.15);
    border-radius:2px;
    width: 12%;
    height: 44px;
    opacity: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all ease-in-out .6s;
    position: absolute;
    bottom: 40px;
    right: -100%;
    padding-left: 2%;
    padding-right: 2%;
    background: #333;
    font-size: 14px;color: #fff;
}
.ri{
   height: 10px;
   width: 5px; 
   opacity: 0;
   position: absolute;
   right: 0;
   transition: all ease-in-out .3s;
}
.company-btn .mo{
   opacity: 0.8;
   margin-left: 0;
   transition: all ease-in-out .3s;
}
.company-btn:hover .mo{
   opacity: 1;
   margin-left: -10px;
}
.company-btn:hover .ri{
    opacity: 1;
    right: 36px;
}
.yous{
    background-image: url('../../images/yous.png')!important;
    background-size: cover!important;
    position: relative;
}
.yous-wrap{
    height: 31%;
    width: 91%;
    margin: 0 auto;
    position: absolute;
    bottom: -50%;
    opacity: 0;
    transition: all ease-in-out .6s;
    border-top:1px solid rgba(151,151,151,0.43);
}
.yous-wrap ul{
    width: 95%;
    height: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.yous-wrap ul li{
    width: 25%;
    height: 100%;
    top: 0%;
    transition: all ease-in-out .3s;
    cursor: pointer;
    position: relative;
    border-radius:2px;
    border: 1px solid transparent;
}
.yous-wrap ul li em{
    width: 0%;
    height: 2px;
    transition: all ease-in-out .5s;
    background: #FF4936;
    position: absolute;
    left: 0;
    top: 0;
}
.yous-wrap ul li .youscontent{
    margin-top: 75px;
    text-align: center;
    transition: all ease-in-out .3s;
    opacity: 0;
}
.yous-wrap ul li .youscontent h6{
    color: #FF4936;
    font-size: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.yous-wrap ul li .youscontent p{
    color: #888;
    font-size: 14px;
    margin-top: 4%;
    overflow: hidden;
    line-height: 18px!important;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.yous-wrap ul li .yousimg{
    top: 30%;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    opacity: 1;
    transition: all ease-in-out .3s;
}
.yous-wrap ul li .yousimg img{
    width: 60px;
    height: 60px;
    margin-bottom: 30px;
}
.yous-wrap ul li .yousimg h6{
    color: #333;
    font-size: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.yous-wrap ul li .yousimg p{
    color: #888;
    font-size: 14px;
    margin-top: 4%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.yous-wrap ul li:nth-child(2n) .yousimg img{
    width: 60px;
    height: 60px;
    margin-top: 30px;
}
.yous-wrap ul li:nth-child(2n) .yousimg h6{
    margin-top: 4%;
}
.yous-wrap ul li:nth-child(2n) .yousimg{
    top: 3%;
}
.yous-wrap ul li:hover .yousimg{
    opacity: 0;
}
.yous-wrap ul li:hover .youscontent{
    opacity: 1;
}
.yous-wrap ul li:nth-child(2n) .youscontent{
    margin-top: 4%;
}
.yous-wrap ul li:nth-child(2n) .youscontent h6{
    margin-top: 4%;
}
.yous-wrap ul li:nth-child(n) em{
    top: 100%;
}
.yous-wrap ul li:nth-child(2n) em{
    top: 0%;
}
.yous-wrap ul li:hover em{
    width: 100%;
}
.yous-wrap ul li:hover{
    background: #fff;
    border:1px solid rgba(151,151,151,0.43);
}
.yous-wrap ul li:nth-child(n):hover{
    border-top: 1px solid transparent;
}
.yous-wrap ul li:nth-child(2n){
    top: -100%;
    border-top:1px solid transparent;
}
.yous-wrap ul li:nth-child(2n):hover{
    border-top:1px solid rgba(151,151,151,0.43);
}
.circle{
    width: 20px;
    height: 20px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 97.5%;
    transition: all ease-in-out .3s;
    background-image: url('../../images/circle.png');
    background-size: cover;
}
.circle b{
    position: absolute;
    width: 1px;
    height: 190%;
    left: 50%;
    bottom: -260%;
    border-right: 1px dashed #BBBBBB;
    transform: translateX(-50%);
}
.yous-wrap ul li:hover .circle{
    background-image: url('../../images/circle1.png');
    background-size: cover;
}
.yous-wrap ul li:nth-child(2n) .circle{
    bottom: -2.5%;
}
.yous-wrap ul li:nth-child(2n) .circle b{
    bottom: 160%;
}
/* 按钮闪烁 */
@keyframes twinkle {
  0% {
    opacity: 0.2;
    bottom: 4%;
  }
  25% {
    opacity: 0.6;
    bottom: 5%;
  }
  50% {
    opacity: 1;
    bottom: 6%;
  }
  75% {
    opacity: 0.6;
    bottom: 5%;
  }
  100% {
    opacity: 0.2;
    bottom: 4%;
  }
}
@-moz-keyframes twinkle /* Firefox */ {
    0% {
        opacity: 0.2;
        bottom: 4%;
      }
      25% {
        opacity: 0.6;
        bottom: 5%;
      }
      50% {
        opacity: 1;
        bottom: 6%;
      }
      75% {
        opacity: 0.6;
        bottom: 5%;
      }
      100% {
        opacity: 0.2;
        bottom: 4%;
      }
}
@-webkit-keyframes twinkle /* Safari 和 Chrome */ {
    0% {
        opacity: 0.2;
        bottom: 4%;
      }
      25% {
        opacity: 0.6;
        bottom: 5%;
      }
      50% {
        opacity: 1;
        bottom: 6%;
      }
      75% {
        opacity: 0.6;
        bottom: 5%;
      }
      100% {
        opacity: 0.2;
        bottom: 4%;
      }
}
@-o-keyframes twinkle /* Opera */ {
    0% {
        opacity: 0.2;
        bottom: 4%;
      }
      25% {
        opacity: 0.6;
        bottom: 5%;
      }
      50% {
        opacity: 1;
        bottom: 6%;
      }
      75% {
        opacity: 0.6;
        bottom: 5%;
      }
      100% {
        opacity: 0.2;
        bottom: 4%;
      }
}
.product-nav{
    position: absolute;
    top: 226px;
    transition: all ease-in-out .3s;
}
.product-nav p{
    font-size: 18px;
    height: 18px;
    line-height: 18px!important;
    color: #666;
    padding-left: 10px;
    text-align: left;
    cursor: pointer;
    border-left: 2px solid transparent;
    margin-bottom: 30px;
}
.product-nav p.active,.product-nav p:hover{
    color: #FF4936;
    border-left: 2px solid #FF4936;
    border-radius: 2px;
}
.product-list{
    width: 530px;
    display: flex;
    align-items: center;
    position: absolute;
    z-index: 1;
    left: 26%;
    height: 548px;
    top: 226px;
}
.product-list .zimg{
    width: 100%;
    position: absolute;
    transition: all ease .8s;
    opacity: 0;
}
.procon{
    width: 102%;
    height: 60%;
    position: absolute;
    padding-top: 10%;
    padding-left: 8%;
    transition: all ease-in-out .3s;
    padding-right: 8%;
    padding-bottom: 10%;
    z-index: 2;
    background: #fff;
    box-shadow: 0px 2px 13px 0px rgba(154,154,154,0.15);
    border-radius: 4px;
    top: 50%;
    overflow: hidden;
    transform: translateY(-50%);
}
.procon>div{
    height: 100%;
    display: flex;
    align-items: start;
    bottom: -130%;
    opacity: 0;
    transition: all ease-in-out .6s;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
}
.product-list.active{
    z-index: 3;
}
.product-list.active .procon>div{
    bottom: 0;
    opacity: 1;
}
.product-list.active .zimg{
    opacity: 1;
}
.procon h4{
    color: #FF4936;
    font-size: 16px;
}
.procon p{
    color: #666;
    font-size: 14px;
    margin-top: 8%;
    text-align: left;
    margin-bottom: 8%;
}
.probtn{
    width:18%;
    height:12%;
    font-size: 14px;
    background:rgba(255,255,255,1);
    border-radius:2px;
    color:rgba(255,73,54,1);
    text-align: center;
    display: flex;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    position: relative;
    right: -82%;
    border:1px solid rgba(255,73,54,1);
}
.prolistbtn{
    display: flex;
    justify-content: space-between;
    height: 27px;
    align-items: center;
    position: absolute;
    bottom: 0;
    width: 30%;
    z-index: 2;
    right: -92%;
}
.product-list.active .prolistbtn{
    z-index: 4;
}
.prolistbtn span.r{
    background: url('../../images/proyy.png');
    background-size: cover;
}
.prolistbtn span.r:hover{
    background: url('../../images/proy.png');
    background-size: cover;
}
.prolistbtn span.l{
    background: url('../../images/prozz.png');
    background-size: cover;
}
.prolistbtn span.l:hover{
    background: url('../../images/proz.png');
    background-size: cover;
}
.prolistbtn span{
    cursor: pointer;
    display: inline-block;
    width: 12px;
    height: 21px;
}
.prolistbtn p{
    height: 21px;
    line-height: 21px;
}
.prolistbtn p img{
    width: 2px;
    height: 21px;
    margin-top: -5px;
}
.thinkercontent{
    width: 100%;
    height: 937px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.thinkercontent .more{
    position: absolute;
    bottom: 140px;
    width:100px;
    height:36px;
    right: 252px;
    cursor: pointer;
    transition: all ease-in-out .6s;
    background:rgba(255,255,255,1);
    border-radius:2px;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    color:rgba(153,153,153,1);;
    border:1px solid rgba(233,233,233,1);
}
.thinkercontent .more:hover{
    background:rgba(255,73,54,1);
    border-radius:2px;
    color:rgba(255,255,255,1);
}
.thinkercontent .thinkerp{
    font-size: 16px;
    color: #333333;
    width: 1358px;
    line-height: 20px;
    margin:0 auto;
    margin-bottom: 65px;
    opacity: 0;
    position: relative;
    transition: all ease-in-out .6s;
}
.tab-content{
    width: 1660px;
    height: 348px;
    margin: 0 auto;
    display: flex;
    position: relative;
    align-items: center;
    opacity: 0;
    transition: all ease-in-out 1s;
    justify-content: space-between;
}
.slide{
    width: 1430px;
    height: 388px;
    margin: 0 auto;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
}
.trigger{
    width: 20px;
    height: 39px;
}
.zuo{
    background: url('../../images/prozz.png');
    background-size: cover;
}
.you{
    background: url('../../images/proyy.png');
    background-size: cover;
}
.flder{
    display: flex;
    padding-bottom: 20px;
}
.v_cont{
    height: 368px;
    display: flex;
    align-items: flex-end;
    margin-top: -20px;
}
.flder li{
    width:430px;
    height:348px;
    position: relative;
    transition: all ease-in-out .3s;
    margin-right: 66px;
    background:rgba(255,255,255,1);
    box-shadow:0px 2px 13px 0px rgba(154,154,154,0.15);
}
/* .flder li:nth-child(3n){
    margin-right: 0px;
} */
.flder li .flvideo{
    width:430px;
    height:242px;
    cursor: pointer;
    position: relative;
}
.flder li .flvideo img{
    width: 100%;
    height:100%;
}
.flsum{
    position: absolute;
    top: 0;
    left: 0;
    width: 92px;
    height: 40px;
    z-index: 2;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background: url('../../images/qi.png');
    background-size: cover;
}
.flder li .flvideo .flvideomark{
    width:430px;
    height:242px;
    position: absolute;
    display: flex;
    transition: all ease-in-out .3s;
    justify-content: center;
    align-items: center;
    top: 0;
    z-index: 1;
    left: 0;
    background:rgba(0,0,0,0.2);
}
.flder li .flvideo:hover .flvideomark{
    background:rgba(0,0,0,0.4);
}
.flder li .flvideo .flvideomark img{
    width: 59px;
    height: 61px;
    cursor: pointer;
}
.flder li .flcontent{
    width:430px;
    height:106px;
    cursor: pointer;
    padding: 25px 13px;
}
.flder li i{
    transition: all ease-in-out 1s;
    width: 0;
    display: inline-block;
    height:2px;
    position: absolute;
    bottom: 0;
    left: 0;
    background:#fff;
}
.flder li:hover{
    margin-top: -20px;
}
.flder li:hover i{
    width:430px;
    background:rgba(255,73,54,1);
}
.flcontent h2{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 14px;
    margin-bottom: 15px;
}
.flcontent h2 span{
    font-size: 14px;
    color: #999999;
}
.flcontent h2 b{
    display: inline-block;
    font-size: 12px;
    color:#999999;
    font-weight: normal;
}
.flcontent h2 .img{
    width: 4px;
    margin-left: 7px;
    display: inline-block;
    background: url('../../images/proyy.png');
    height: 8px;
    background-size: cover;
}
.flder li:hover .flcontent h2 .img{
    background: url('../../images/proy.png');
    background-size: cover;
}
.flder li:hover .flcontent h2 b{
    color: #FF4936;
}
.flcontent p{
    color: #666666;
    font-size: 14px;
    text-align: left;
    margin-bottom: 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
}
.jm{
    width:100%;
    height:517px;
    background:rgba(245,245,245,1);
    opacity:0.6;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.join{
    width:100%;
    height:517px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.join-nav{
    position: absolute;
    top: 225px;
    transition: all ease-in-out .3s;
}
.jimg{
    width: 725px;
    height: 408px;
    position: absolute;
    opacity: 0;
    bottom: -200%;
    transition: all ease-in-out .3s;
}
.jmark{
    width: 725px;
    height: 408px;
    position: absolute;
    opacity: 0;
    bottom: -200%;
    left: 0;
    transition: all ease-in-out .3s;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    background:rgba(0,0,0,0.2);
}
.jmark img{
    width: 59px;
    height: 61px;
}
.join-list:hover .jmark{
    background:rgba(0,0,0,0.4);
}
.join-nav p{
    font-size: 18px;
    height: 18px;
    line-height: 18px!important;
    color: #666;
    padding-left: 10px;
    text-align: left;
    cursor: pointer;
    border-left: 2px solid transparent;
    margin-bottom: 30px;
}
.joincon{
    width:541px;
    height:318px;
    transition: all ease .3s;
    position: absolute;
    padding: 50px 53px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background:rgba(255,255,255,1);
}
.joincon p{
    font-size: 14px;
    color: #666;
    line-height: 24px;
    text-align: left;
}
.join-nav p.active,.join-nav p:hover{
    color: #FF4936;
    border-left: 2px solid #FF4936;
    border-radius: 2px;
}
.join-list{
    display: flex;
    margin-left: 396px;
    margin-top: 256px;
    height: 408px;
    align-items: flex-end;
    width: 1266px;
    opacity: 0;
    z-index: 1;
    position: absolute;
}
.join-list.active{
    opacity: 1;
    z-index: 3;
}
.joinbtn{
    width:120px;
    height:40px;
    background:rgba(255,73,54,1);
    border-radius:2px;
    cursor: pointer;
    font-size:14px;
    display: flex;
    align-items: center;
    justify-content: center;
    color:rgba(255,255,255,1);
}
.lxcontent{
    width: 100%;
    height: 571px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 317px;
    position: absolute;
    top: 0;
}
.last-bac-box{
    width: 100%;
    height: 571px;
    background: url('../../images/lx.png');
    background-size: cover;
    position: absolute;
    top: 0;
}
.last-box{
    height: 100%;
    position: relative;
    bottom: -100%;
    opacity: 0;
    transition: all ease-in-out .6s;
}
.lxcontent .cont-item{
    display: flex;
}
.lxcontent .cont-item h3{
    width: 50px;
    height: 50px;
    cursor: pointer;
    margin-right: 22px;
    transition: all ease-in-out .3s;
}
.lxcontent .cont-item h3.phone{
    background: url('../../images/lx-phone.png');
    background-size: cover;
}
.lxcontent .cont-item:hover h3.phone{
    background: url('../../images/lx-phonea.png');
    background-size: cover;
}
.lxcontent .cont-item h3.us{
    background: url('../../images/lx-us.png');
    background-size: cover;
}
.lxcontent .cont-item:hover h3.us{
    background: url('../../images/lx-usa.png');
    background-size: cover;
}
.lxcontent .cont-item h3.address{
    background: url('../../images/lx-address.png');
    background-size: cover;
}
.lxcontent .cont-item:hover h3.address{
    background: url('../../images/lx-addressa.png');
    background-size: cover;
}
.lxcontent .cont-item h6{
    font-size: 14px;
    color: #666666;
    max-width: 287px;
    height: 90px;
    display: flex;
    position: relative;
    flex-direction: column;
    justify-content: space-between;
    padding-left: 20px;
    border-left: 1px solid #E0E0E0;
}
.lxcontent .cont-item h6 p{
    cursor: pointer;
    text-align: left;
}
.lxcontent .cont-item:hover h6 .red{
    color: #FF4936;
}
.lxcontent .cont-item h6 p img{
    width: 31px;
    height: 24px;
    margin-right: 60px;
}
.lx-mark{
    position: absolute;
    top: 24px;
    left: 20px;
    display: flex;
    z-index: -1;
}
.lx-mark img{
    width: 88px;
    height: 88px;
    opacity: 0;
}
.lxform{
    width: 1145px;
    height: 360px;
    position: absolute;
    bottom: 100px;
    z-index: 2;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
}
.formipt p{
    height: 36px;
    display: flex;
    margin-bottom: 20px;
    position: relative;
}
.formipt input{
    width:281px;
    outline: none;
    padding-left: 20px;
    height:36px;
    font-size: 14px;
    background:rgba(255,255,255,1);
    border-radius:2px;
    border:1px solid rgba(233,233,233,1);
}
.formtxtarea{
    width:824px;
    height:148px; 
    position: relative;
}
.formtxtarea textarea{
    width:824px;
    height:148px;
    padding-top: 9px;
    padding-left: 20px;
    font-size: 14px;
    background:rgba(255,255,255,1);
    border-radius:4px;
    border:1px solid rgba(233,233,233,1);
}
.formtxtarea button{
    width:177px;
    height:36px;
    color:rgba(255,255,255,1);
    font-size: 14px;
    text-align: center;
    line-height: 36px;
    border: none;
    outline: none;
    background:rgba(255,73,54,1);
    border-radius:2px;
    margin-top: 40px;
}
.lxfooter{
    width:1920px;
    position: absolute;
    bottom: 0;
    left: 0;
    height:50px;
    line-height: 50px;
    font-size: 14px;
    color:rgba(255,255,255,1);
    background:rgba(1,1,1,1);
    opacity:0.87;
}
input.error{
    border:1px solid #FF4936;
    color: #FF4936;
}
.errt{
    position: absolute;
    left: -38px;
    margin-top: 5px;
    display: none;
    color: #FF4936;
    top: 100%;
    width: 185px;
    transform: translateY(-50%);
}
.errt .errtxt{
    font-size: 12px;
    font-style: normal;
}
.errt img{
    width: 12px;
    height: 12px;
    margin-right: 8px;
    vertical-align: baseline;
}
.successBox{
    position: absolute;
    top: 40%;
    margin-top: -24px;
    left: 50%;
    margin-left: -166px;
    text-align: center;
    z-index: -10;
    transition: ease-in-out .4s;
    opacity: 0;
    width:332px;
    height:48px;
    background:rgba(240,249,235,1);
    border-radius:4px;
    border:1px solid rgba(225,243,216,1);
    font-size:14px;
    color:rgba(103,194,58,1);
    line-height:48px;
}
.successBox.show{
    top: 50%;
    text-align: center;
    z-index: 10;
    transition: .2s;
    opacity: .95;
    /* width:332px;
    height:48px;
    background:rgba(240,249,235,1);
    border-radius:4px;
    border:1px solid rgba(225,243,216,1);
    font-size:14px;
    color:rgba(103,194,58,1);
    line-height:48px; */
}

.topFadeIn{
    opacity: 1;
}
.topFadeOut{
    opacity: 0;
}

.profadeLeftIn1{
    right: 0;
    opacity: 1;
}

.profadeLeftIn{
    right: -92%;
    opacity: 1;
}
.profadeLeftOut{
    right: -300%;
    opacity: 0;
}

.comfadeLeftIn{
    left: 8%;
    opacity: 1;
}
.comfadeLeftOut{
    left: -10%;
    opacity: 0;
}
.imgfadeLeftIn{
    left: -400px;
    opacity: 1;
}
.imgfadeLeftOut{
    left: -100%;
    opacity: 0;
}
.txtfadeLeftIn{
    right: 4%;
    opacity: 1;
}
.txtfadeLeftOut{
    right: -100%;
    opacity: 0;
}
.txtfadeLeftIn1{
    right: 68%;
    opacity: 1;
}
.comfadeLeftIn1{
    opacity: 1;
    left: 12%;
}

.nav-fadeOutRight{
    transform: translateX(100%);
    opacity: 0;
    transition: all ease-in-out .4s;
}
.nav-fadeInRight{
    transform: translateX(0);
    opacity: 1;
    transition: all ease-in-out .5s;
}
.botfadeLeftIn{
    bottom: 0;
    opacity: 1!important;
}
.botfadeLeftOut{
    bottom: -200%;
    opacity: 0!important;
}
.botfadeLeftIn1{
    bottom: 0!important;
    opacity: 1!important;
}
.botfadeLeftOut1{
    bottom: -200%;
    opacity: 0;
}
.youFadeIn{
    opacity: 1;
    bottom: 20%;
}
.youFadeOut{
    opacity: 0;
    bottom: -100%;
}
p{
    line-height: 28px!important;
}