i{
    font-family: 'iconfont';
    font-style: normal;
}
.section {
    text-align: center;
    font: 50px "Microsoft Yahei";
    color: #fff;
    position:  relative;
}
#fp-nav ul li a.active span, .fp-slidesNav ul li a.active span{
    width: 9px;
    height: 9px;
    background: white;
    margin: -4px 0 0 -4px;
    box-shadow:0 0 1px 4px rgba(255,255,255,0.4);
}
#fp-nav ul li a span, .fp-slidesNav ul li a span {
    background: white;
    box-shadow:0 0 1px 4px rgba(255,255,255,0.4);
}
/*第一屏样式*/
.header-nav1{
    color: white;
}
.section1{
    background: url("../images/page1Bg.png") no-repeat 100% 100%;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
}
header{
    width: 100%;
    height: 10%;
    position: absolute;
    top:3%;
    left: 0;
    z-index: 1;
}
.logo img{
    width: 100%;
}
.nav{
    position: absolute;
    right: 0;
    top:9%
}
.underline,.company-tel{
    text-align: right
}
.underline{
    font-size: 12px
}
.company-tel{
    font-weight: bolder
}
.company-message,.Navigation{
    float: left
}
.Navigation{
    position: absolute;
    top:9.5%;
    right: 2%
}
.company-message{
    position: relative;
    top:0;
    right: 36%
}
.page1Text{
    margin-left: 10%;
    text-align: left;
}
.underline1{
    text-align: left
}
.page1Text p:last-child{
    margin-top: 5px;
}
.page1Text p:first-child{
    font-weight: bold
}
/*第二屏*/
.showList{
    font-size: 16px
}
.nav-navBg{
    background: url(../images/navBg2.png)!important;
}
.module-text p:nth-child(1){
    color: black;
    font-weight: bold;
    margin:20px 0;
    font-size:  20px;
}
.module-tips {
    font-family: "FuturaBT-Bold";
    text-align: left;
    padding-bottom: 4%
}
.module-tips p:first-child {
    padding-bottom: 2%;
    color: #dcdcdc
}
.page2TextContent{
    color: #333333;
    font-size: 14px;
    line-height: 24px;
    min-height: 120px;
}
.module-list{
    text-align: left;
    border: 1px solid #fff;
    opacity: 0.88;
}
.module-list:hover{
    border: 1px solid #d2d2d2;
    border-radius: 4px;
    opacity: 1;

}
.module-text{
    width: 85%;
}
/*第三屏*/

.section3{
    background:#d73240 ;
}

.section3Content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 80%;
    margin: auto;
}

.page3Text{
    display: inline-block;
}
.page3Text .underline{
    height: 1px;
    border: 1px solid white;
    text-align: left;
    display: inline-block;
}
.page3Text .more{
    border: solid 2px white;
    display: block;
    border-radius: 20px;
    font-weight: 500;
}

/*第四屏*/
.textContent{
    width: 80%;
    margin:100px auto 0 auto ;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.page4Text{
    color: black;
    width: 300px;
    text-align: left;
    font-size: 16px;
}
.page4-picWall{
    width: 800px;
}
.page4Text .underline{
    margin-top:10px;
    margin-bottom: 10px;
    width: 75px;
    height: 3px;
    background: #d73240;
}
#carouselContainer{
    position:relative;
    width: 4000px;
    overflow: hidden;
    height: 343px;
}
#carouselBox{
    position:absolute;
    /* width: 1000px; */
}
.carousel {
    float: left;
    /* width: 83%; */
    display: flex;
    justify-content: space-between;
}
.page4Text p{
    font-size: 32px;
    font-weight:  bold;
}
.page4-picWall img{
    width: 100%;
    /* height: 343px; */
}
.page4Text .button{
    text-align: center;
    font-size: 14px;
    /* width: 100px; */
    display: inline-block;
    margin-top: 20px;
    padding: 6px 20px;
    border: solid 2px #d73240;
    border-radius: 20px;
    font-weight:  bolder;
}
.page4Arrow{
    text-align: right;
    right: 10%;
    color: #a3a3a3;
}
.page4Arrow i{
    font-size: 30px;
    /* padding-right: 30px; */
    display:  inline-block;
    /* padding-right: 40px; */
    position:  relative;
}
.page4Arrow i:hover{
    color: #d73240;
}



/*第五屏*/
.page5Logo1{
    /* margin-top: 86px; */
    width: 8%;
    /* height: 83px; */
}
.page5P{
    font-size: 26px;
    font-weight:  bold;
    margin: 20px 0;
}
.page5-companyInf{
    width: 80%;
    margin: 50px auto;
    display: flex;
    justify-content: space-around;
    font-size: 14px;
}
.page5-companyInf-content ul li:nth-child(2){
    margin:10px 0;
}
.page5-companyInf i{
    font-size: 40px;
}
.page5-companyInf-content {
    width: 23.66%;
    border: 1px solid;
    padding: 20px 0;
}
.page5-companyInf-content {
    width: 23.66%;
    border: 1px solid;
    padding: 20px 0;
}
.page5-companyInf-content:hover {
    background: #d71010;
    border: 1px solid #d71010;
}
.page5-companyInf-content li a:hover {
    font-weight: bold;
}

.swiper-button-prev {
    background: none;
}

.navigation a{
    list-style: text-decoration;
}






