html body{
    min-width: 1400px;
    overflow-y: auto;
}
.guide-wrapper{
    width: 100%;
    height: 100vh;
    background: url(../images/guide/guide-bg.jpg) no-repeat center center;
    background-size: cover;
    text-align: center;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.guide-front{
    margin-bottom: 25px;
}

header{
    position: fixed;
    width: 100%;
    z-index: 999;
    /*box-shadow: 0 0 10px #787479;*/
    background: url(../images/header_bg.png) repeat-x;
    height: 90px;
}
header .header-wrapper{
    width: 1209px;
    margin: 0 auto;
    position: relative;
}
header .header-wrapper .logo{
    float: left;
    margin-top: 20px;
}
header .header-wrapper nav{
    float: right;
    margin-top: 23px;
    margin-right: -30px;
}
header .header-wrapper nav ul{
    position: relative;
}
header .header-wrapper nav li{
    float: left;
    text-align: center;
}
header .header-wrapper nav li a{
    color: #fff;
    display: inline-block;
    padding: 0 20px;
    font-size: 14px;
}
header .header-wrapper nav li span{
    font-size: 12px;
}
header .header-wrapper nav li a:hover{
    color: #e2971b;
    text-decoration: none;
}
#fp-nav ul li a span, .fp-slidesNav ul li a span{
    background: #ebc900;
}
#fp-nav ul li .fp-tooltip{
    /*border-color: #007bff;*/
    font-weight: bold;
}
.sectionOne{
    background: url(../images/index/index01-bg.jpg) center 0 no-repeat;
    background-size: cover;
}
.sectionOne-front:first-child{
    margin-top: 40px;
}
.sectionOne-front{
    margin-top: 30px;
}
.section-box{
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.index-footer-contact{
    width: 100%;
    background: #1c1c1c;
    height: 200px;
    line-height: 36px;
}
.section-box ul{
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    width: 60%;
    margin: 0 auto;
    padding-top: 40px;
}
.index-news-box{
    display:block;
    width:1200px;
    height:550px;
    position:absolute;
    z-index:1;
    top:50%;
    left:50%;
    margin-left:-606px;
    margin-top:-140px;
}
.new01{
    opacity:0;
    transition: all 1s;
    left: -100px;
    top: 0px;
    position: absolute;
    cursor: pointer;
}
.active .new01{
    opacity:1;
    transition-delay: 0.5s;
    left: 0px;
    top: 0px;
    position: absolute;
}
.new02{
    opacity:0;
    transition: all 1s;
    right: 300px;
    top: 100px;
    position: absolute;
    cursor: pointer;
}
.active .new02{
    opacity:1;
    transition-delay: 0.5s;
    right: 300px;
    top: 0px;
    position: absolute;
}
.new03{
    opacity:0;
    transition: all 1s;
    right: 0px;
    top: 100px;
    position: absolute;
    cursor: pointer;
}
.active .new03{
    opacity:1;
    transition-delay: 0.6s;
    right: 0px;
    top: 0px;
    position: absolute;
}

.section-box ul li{
}
.sectionOne-logo{
    margin-bottom: 30px;
}
.sectionTwo{
    background: url(../images/index/bj2.jpg) center 0 no-repeat;
    background-size: cover;
}
.about01{
    margin-bottom: 80px;
    /*height: 68px;*/
}
.product_cont{
    display:block;
    width:1300px;
    height:550px;
    position:absolute;
    z-index:1;
    top:50%;
    left:50%;
    margin-left:-700px;
    margin-top:-275px;
}
.product_cont ul{
    float:left; display:block; width:600px; background-position:center; /*animation:myfirst 1.5s;*/
    opacity:0; -webkit-transform:scale(0.5, 0.5); transform:scale(0.5, 0.5); transition: all 1s;
}
.active .product_cont ul{
    opacity:1; -webkit-transform:scale(1, 1); transform:scale(1, 1); transition-delay: 0.7s;
}
.product_cont ul li{
    list-style: none;
}
.product_cont dl{
    float:right;
    display:block;
    padding-top:30px;
    margin-top:50px;
    /*transition: all 1s;*/
}
.product_cont dl dt{
    display:block; border-bottom:3px solid #fff;
}

.product_cont dl dd{
    display:block; text-align:right; height:45px; color:#fff; border-bottom:1px solid #8d92a1; position:relative;
}
.product_cont dl dd:hover{
    border-bottom:1px solid #fff;
}
.product_cont dl dd a{
    display:block; color:#000000; text-decoration:none; padding:15px 15px 15px 0px; text-align:left;line-height: 25px;;
    padding-left: 10px;
}
.product_cont dl dd a:hover{
    color:#fff;
}
.product_cont dl dd span{
    display:block; font-size:18px;
    font-weight: 100;
}
.product_cont dl dd u{
    display:block; font-size:12px; text-decoration:none;font-family: Arial, Helvetica, sans-serif
}
.product_cont dl dd b{
    color: #fff;
    width:100%; position:absolute; left:0px; bottom:0px; height:0px; z-index:-1; background-color:#0071bd; transition:all 200ms linear 0s;
}
.product_cont dl dd:hover b{
    height:45px;
}
.product_cont .m2 b{
    background-color:#acd146;
}
.product_cont .m3 b{
    background-color:#04afa6;
}
.product_cont .m4 b{
    background-color:#f8c200;
}
.about02{
    display: flex;
    height: 557px;
    /*line-height: 28px;*/
    flex-direction: column;
}
.about02 .left{
    flex: 1;
}
.about02 .left img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.about02 .right{
    flex: 1;
    background: #f7f7f7;
    text-align: left;
    padding-top: 70px;
    padding-left: 60px;
    padding-right: 80px;
    padding-bottom: 70px;
}
.about02 .right p{
    line-height: 30px;
    padding-top: 20px;
}
.about001{
    opacity:0;
    transition: all 1s;
    left: 0px;
    top: 130px;
    position: absolute;
    cursor: pointer;
}
.active .about001{
    opacity:1;
    transition-delay: 0.5s;
    left: 50px;
    top: 130px;
    position: absolute;
}
.index-about {
    font-size: 16px;
    color: #000000;
    width: 78%;
    text-indent: 2em;
    line-height: 32px;
}
.about02{
    opacity:0;
    -webkit-transform:scale(0.5, 0.5);
    transform:scale(0.5, 0.5);
    transition: all 1s;
    position: absolute;
    top:250px;
}
.active .about02{
    opacity:1;
    -webkit-transform:scale(1, 1);
    transform:scale(1, 1);
    transition-delay: 0.5s;
    position: absolute;
    top:250px;
}
.about03{
    opacity:0;
    transition: all 1s;
    right: 0px;
    top: 270px;
    position: absolute;
    cursor: pointer;
}
.active .about03{
    opacity:1;
    transition-delay: 0.8s;
    right: 0px;
    top: 250px;
    position: absolute;
}
.about04{
    opacity:0;
    transition: all 1s;
    right: 0px;
    top: 450px;
    position: absolute;
    cursor: pointer;
}
.active .about04{
    opacity:1;
    transition-delay: 1.0s;
    right: 0px;
    top: 430px;
    position: absolute;
}
.about05{
    opacity:0;
    transition: all 1s;
    right: 0px;
    top: 580px;
    position: absolute;
    cursor: pointer;
}
.active .about05{
    opacity:1;
    transition-delay: 1.0s;
    right: 0px;
    top: 560px;
    position: absolute;
}
.sectionThree{
     background: url(../images/index/bj3.jpg) center 0 no-repeat;
     background-size: cover;
}
.index-about-box{
    display:block;
    width:1200px;
    height:550px;
    position:absolute;
    z-index:1;
    top:18%;
    left:45%;
    margin-left:-550px;
    margin-top:-0px;
}

.pro01{
    width: 60%;
    margin: 0 auto;
    margin-top: 140px;
    margin-bottom: 40px;
}
.pro01 img{
    width: 70%;
    height: 100%;
    object-fit: cover;
}
.pro02{
    width: 80%;
    margin: 0 auto;
}
.pro02 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sectionFour{
    background: url(../images/index/bj4.jpg) center 0 no-repeat;
    background-size: cover;
}
.new-01{
    width: 60%;
    margin: 0 auto;
    text-align: left;
    margin-top: 60px;
}
.section-box-1000{
    width: 1000px;
    margin: 0 auto;
}
.section-box-main{
    background: url(../images/index/index03-bg.png) repeat-x;
    height: 700px;
    text-align: left;
    padding: 45px;
    margin-top: 88px;
}
.section-box-main-title{
    text-align: left;
    margin-bottom: 10px;
}
.section-box-main-content{
    position: relative;
    width: 100%;
}
.section-box-main-content-left{
    float: left;
    width: 71%;
    line-height: 24px;
    margin-top: 10px;
}
.section-box-main-content-right{
    float: right;
}
.sectionFive{
     background: url(../images/index/bj5.jpg) center 0 no-repeat;
    background-size: cover;
}
.index-contact-box{
    display:block;
    width:1200px;
    height:550px;
    position:absolute;
    z-index:1;
    top:50%;
    left:50%;
    margin-left:-606px;
    margin-top:-275px;
}
.contact01{
    opacity:0; -webkit-transform:scale(0.5, 0.5); transform:scale(0.5, 0.5); transition: all 1s;
}
.active .contact01{
    opacity:1; -webkit-transform:scale(1, 1); transform:scale(1, 1); transition-delay: 0.5s;
}
.contact02{
    opacity:0;
    transition: all 1s;
    transition-delay: 0.6s;
}
.active .contact02{
    opacity:1;
    transition: all 1s;
    transition-delay: 0.6s;
}
.contact03{
    opacity:0;
    transition: all 1s;
    left: 0px;
    top: 600px;
    position: absolute;
    cursor: pointer;
}
.active .contact03{
    opacity:1;
    transition-delay: 0.6s;
    left: -60px;
    top: 550px;
    position: absolute;
}
.contact04{
    opacity:0;
    transition: all 1s;
    left: 470px;
    top: 600px;
    position: absolute;
    cursor: pointer;
}
.active .contact04{
    opacity:1;
    transition-delay: 0.8s;
    left: 470px;
    top: 550px;
    position: absolute;
}
.contact05{
    opacity:0;
    transition: all 1s;
    right: 0px;
    top: 600px;
    position: absolute;
    cursor: pointer;
}
.active .contact05{
    opacity:1;
    transition-delay: 1.0s;
    right: 0px;
    top: 550px;
    position: absolute;
}

.index-contact-ul{
    padding-top: 0px;
    color: #fff;
    display: flex;
    justify-content: space-evenly;
    /* background: #1c1c1c; */
}
.header-banner-wrapper{
    position: relative;
    overflow: hidden;
    text-align: center;
    font-size: 0;
    height: 600px;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
.tc{
    text-align: center;
}
.index-contact-li01{
    background: url(../images/index/index-05-02.png) top center no-repeat;
    padding-top: 50px;
    height: 50px;
}
.index-contact-li02{
    background: url(../images/index/index-05-03.png) top center no-repeat;
    padding-top: 50px;
    height: 50px;
}
.index-contact-li03{
    background: url(../images/index/index-05-04.png) top center no-repeat;
    padding-top: 50px;
    height: 50px;
}
.index-contact-ul li{
    float: left;
}
.tem_inner {
    position: relative;
    margin: 0 auto;
    width: 1209px;
}
.tem_footer{width: 100%; background: url(../images/index/footer_bg.jpg) center top no-repeat; height: 50px; line-height: 50px; color: #fff;    overflow: hidden; }
.tem_footer_text{font-size: 12px;}
.tem_footer_nav a{color: #fff; padding-right: 15px;}
.tem_footer_nav a:hover{color: #ff0000;}
.pro-banner-footer{
    height: 148px;
    width: 1160px;
    margin: 0 auto;
    padding-bottom: 30px;
    background: url(../images/about_04.jpg) right top no-repeat;
}
.content{
    width: 1160px;
    font-size: 16px;
}
.title{
    font-size: 18px;
    text-align: center;
    font-weight: bold;
}
.project-content{
    width: 1209px;
    overflow: hidden;
}
.project-content-left{
    width: 260px;
    float: left;
    background: #f5f5f5;
}
.left-title{
    width: 100;
    background: #333;
    color: #fff;
    font-size: 22px;
    font-weight: 400;
    padding: 10px;
    padding-left: 20px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.left-nav{
    width: 100%;
}
.left-nav-parent > li:first-child{
    margin-top: 12px;
}
.left-nav-parent > li{
    font-size: 14px;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    color: #fff;
    padding-left: 10px;
    margin-top: 10px;
}
.left-nav-parent > li a{
    color: #666
}
.left-nav-parent > li a:hover{
    color: #454545
}
.left-nav-parent .active a{
    color: #e2971b
}
.left-nav-child > li{
    padding-left: 10px;
    height: 40px;
    line-height: 40px;
    background: #f7f7f7;
}
.left-nav-child > li a{
    display: block;
}
.left-nav-child > li a:hover{
    color: #17a2b8;
}
.project-content-right{
    float: left;
    width: 920px;
    margin-left: 20px;
    /* width: 100%; */
}
.project-content-right ul {
    overflow: hidden;
    margin-right: -15px;
}
.project-content-right ul li{
    width: 29%;
    float: left;
    margin: 20px;
}
.project-content-right ul li img{
    width: 100%;
}
.project-title{
    text-align: center;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
}
.active a{
    font-weight: bold;
    color: #17a2b8;
}
.contact03{
    width: 400px;
}
.sectionFour-box-content{
    display: flex;
    width: 60%;
    margin: 0 auto;
    margin-top: 60px;
}
.index-news-left{

}