*{
    padding: 0;
    margin: 0;
}
/* index */
#wrapper
{
    width: 100%;
    height: auto;
    overflow: hidden;
}
#wrapper .head{
    width: 100%;
    height: 1080px;
    background-image: url('../images/headBg.png');
    background-size: 100% 100%;
    position: relative;
}
#wrapper .head .headBar{
    width: 100%;
    height: auto;
    overflow: hidden;
    box-sizing: border-box;
    padding-right: 11.8%;
    padding-left: 11.8%;
    position: fixed;
    top: 0;
    z-index: 9999;
    padding-bottom: 48px;
}
#wrapper .head .headBar .logo
{
    margin-top: 44px;
}
#wrapper .head .headBar ul{
    height: auto;
    overflow: hidden;
    float: right;
}
#wrapper .head .headBar ul li{
    float: left;
    list-style: none;
    margin-left:72px;
    color: #8697A6;
    font-size: 24px;
    padding-top: 48px;
}
#wrapper .head .headBar ul li a{
    text-decoration: none;
    color: inherit;
}
#wrapper .head .headBar ul li.on{
    padding-top: 40px;
    border-top: 8px solid #D93D3D;
    color: #252525;
}
#wrapper .head .t1{
    font-size: 72px;
    color: #222;
    font-weight: 500;
    position: absolute;
    top: 310px;
    left: 335px;
}
#wrapper .head .t2{
    font-size: 36px;
    color: #8697A6;
    position: absolute;
    top: 462px;
    left: 335px;
}
/* section */
.section{
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-top: 140px;
    background-color: #fff;
    padding-bottom: 140px;
}
.section:nth-child(2n)
{
    background-color: rgb(250, 250, 250);
}
.section>.title{
    text-align: center;
    font-size: 40px;
    color: #222222;
    position: relative;
    padding-bottom: 10px;
}
.section>.title span{
    text-align: center;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    font-weight: 900;
}
.section .content{
    width: 100%;
    height: auto;
    position: relative;
}
.section .content .cardList{
    display: block;
    width: 70%;
    height: auto;
    margin: 0 auto;
    margin-top: 100px;
}
.section .content .cardList .cardSingle{
    width: 48.2%;
    height: 446px;
    margin-right: 3.6%;
    float: left;
    background-color: #fff;
    list-style: none;
    margin-bottom: 30px;
    box-shadow: 0px 4px 10px 0px #F5F5F5;
    border-radius: 2px;
    transition: all .3s;
    box-sizing:border-box;
    padding-left: 60px;
    padding-right: 80px;
}
.section .content .cardList .cardSingle:hover{
    box-shadow: 0px 12px 24px -2px rgba(37, 37, 37, 0.15);
}
.section .content .cardList .cardSingle:nth-child(2n)
{
    margin-right: 0;
}
.section .content .cardList .cardSingle img{
    margin-top: 120px;
}
.section .content .cardList .cardSingle .title{
    font-size: 24px;
    color: #222;
    margin-top: 40px;
}
.section .content .cardList .cardSingle .des{
    font-size: 20px;
    color: #A5ACB1;
    margin-top: 40px;
    
}
.swiper-container{
    width: 100%;
    margin-top: 140px;
    overflow:visible!important;
}
.swiper-container#swiper2 .swiper-wrapper{
    width: 1310px;
    margin: 0 auto;
}
.swiper-container#swiper2 .swiper-wrapper .swiper-slide .slide-content{
    width: 1310px;
    height: 754px;
    background: #fff;
    box-shadow: 0px 12px 24px 0px rgba(37, 37, 37, 0.15);
}
.swiper-container#swiper2 .swiper-wrapper .swiper-slide .slide-content .text{
    width: 100%;
    text-align: center;
    margin-top: 60px;
}
.swiper-container#swiper2 .swiper-wrapper .swiper-slide .slide-content .text p{
    font-size: 24px;
    color: #252525;
    text-shadow: 0px 12px 24px rgba(37, 37, 37, 0.15);
    margin-bottom: 40px;
    font-weight: 600;
}
.swiper-container#swiper2 .swiper-wrapper .swiper-slide .slide-content .text span{
    color: #A5ACB1;
    margin-right: 47px;
    margin-left: 47px;
    font-weight: normal; 
}
.swiper-container#swiper2 .swiper-wrapper .swiper-slide .slide-content .text span.on{
    color: #D93D3D;
    
}
.swiper-container#swiper1 .swiper-wrapper{
    width: 100%;
    padding-left: 11.5%;
    box-sizing: border-box;
    padding-bottom: 100px;
}
.swiper-container#swiper1 .swiper-wrapper .swiper-slide .img img{
    box-shadow: -40px 50px 250px 0px rgba(34, 34, 34, 0.15);
    border-image: linear-gradient(215deg, rgba(251, 251, 251, 1), rgba(227, 227, 227, 1)) 3 3;
    border-radius: 80px;
    margin-right: 80px;
}
.swiper-container#swiper1 .swiper-wrapper .swiper-slide .text{
    width: 1037px;
    display: block;
    text-align: center;
    margin-top: 140px;
    margin-left: 211px;
}
.swiper-container#swiper1 .swiper-wrapper .swiper-slide .text p:first-child{
    color: #252525;
    font-size: 24px;
    font-weight: bold;
}
.swiper-container#swiper1 .swiper-wrapper .swiper-slide .text p:nth-child(2)
{
    text-align: left;
    color: #A5ACB1;
    margin-top: 40px;
}
.swiper-container#swiper1 .swiper-pagination-bullet
{
    width: 10px;
    height: 10px;
    border-radius: 0;
    background-color: #EDEDED;
    transition: all .3s;
}
.swiper-container#swiper1 .swiper-pagination-bullet-active
{
    width: 40px;
    background-color: #D93D3D;
}
.custom-button{
    width: 60px;
    height: 60px;
    background-color: #D93D3D;
    position:absolute;
    top: 342px;
    padding-top: 10px;
    box-sizing: border-box;
    cursor: pointer;
    z-index: 999;
    transition: opacity .3s;
}
.custom-button:focus{
    outline: none;
}
.custom-button:hover{
    opacity: .8;
}
.custom-button img{
    width: 40px;
    height: 40px;
    display: block;
    margin: 0 auto;
}
.swiper-custom-prev{
    left: 74px;
}
.swiper-custom-prev img{
    transform:rotateY(180deg)
}
.swiper-custom-next{
    right: 74px;
}
.img-more{
    display: block;
    width: 1302px;
    height: 184px;
    margin: 0 auto;
    margin-top: 240px;
}
.section.foot{
    width: 100%;
    height: 840px;
    padding-bottom: 0;
    padding-top: 0;
    background: url('../images/footer_bg.png');
    background-size: 100% 100%;
    text-align: center;
    line-height: 840px;
}
.section.foot p{
    font-size: 40px;
    color: #D93D3D;
    font-weight: 550;
    text-transform: uppercase;
}
/* footer */
.footer{
    width: 100%;
    height: 640px;
    background: #252525;
    box-sizing: border-box;
    padding-left: 16.56%;
    padding-top: 190px;
}
.footer .content dl{
    float: left;
    margin-right: 180px;
    font-size: 16px;
}
.footer .content dl dt{
    margin-bottom: 60px;
    color: #A5ACB1;
    font-weight: normal;
    
}
.footer .content dl dd{
    margin-bottom: 10px;
    color: #A5ACB1;
}

.footer .content a{
    text-decoration: none;
    color: #A5ACB1;
}
/* explaination */
.explaination{
    width: 100%;
    height: 120px;
    /* line-height: 80px; */
    color: #B7CFE5;
    text-align: center;
    font-size: 16px;
    background-color: #8697A6;
    position: relative;
    box-sizing: border-box;
    padding-top: 30px;
}
.explaination::after{
    width: 42px;
    height: 26px;
    content: '';
    position: absolute;
    background-image: url(../images/line.png);
    left: 48.9%;
    top: -24.84px;
}
.explaination span{
    width: 100%;
    height: auto;
    overflow: hidden;
    display: inline-block;
}
.explaination span a{
    float: left;
    text-decoration: none;
    border-right: 1px solid #B7CFE5;
    padding-right: 10px;
    padding-left: 10px;
    color: #B7CFE5;
}
.explaination span a:last-child{
    border-right: 0;
}
.explaination span:nth-child(2)
{
    width: auto;
    margin-top: 10px;
}
/* info */
#wrapper.common .head{
    height: 720px;
    background:url('../images/info_banner.png') no-repeat;
    background-size: 100% 600px;
    background-position: 0% 100%;
}
#wrapper.common .head .headBar{
    background-color: #fff;
}
#wrapper.info .cardList .cardSingle{
    height:731px;
    padding: 0;
    padding-bottom: 40px;
    margin-bottom: 0;
}
#wrapper.info .cardList .cardSingle img{
    width: 100%;
    height: 446px;
    display: block;
    margin-top: 0;
}
#wrapper.info .cardList .cardSingle .title{
    margin-left: 60px;
    font-size: 24px;
}
#wrapper.info .cardList .cardSingle .des{
    display: inline-block;
    margin-left: 60px;
    padding-right: 60px;
    font-size: 20px;
}
#wrapper.info .infoList{
    width: 70%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    padding-top: 140px;
}
#wrapper.info .infoList .infoSingle{
    width: 100%;
    height: 270px;
    border-radius: 0px 2px 2px 0px;
    border: 1px solid #EDEDED;
    box-sizing: border-box;
    margin-bottom: 60px;
    background-color: #fff;
}
#wrapper.info .infoList .infoSingle img{
    display: block;
    height: 100%;
    float: left;
    width: 32%;
}
#wrapper.info .infoList .infoSingle .context{
    float: left;
    width: 68%;
    box-sizing: border-box;
    padding: 45px 60px 40px 40px;
}
#wrapper.info .infoList .infoSingle .context .title{
    color: #222222;
    font-size: 24px;
}
#wrapper.info .infoList .infoSingle .context .des{
    color: #A5ACB1;
    font-size: 20px;
    margin-top: 40px;
}
/* solution */
#wrapper.solution .solutionList{
    width: 70%;
    margin: 0 auto;
    margin-top: 140px;
}
#wrapper.solution .solutionList .solutionSingle{
    width: 100%;
    height: 270px;
    background: #fff;
    margin-bottom: 30px;
    transition: all .3s;
    list-style: none;
    box-sizing: border-box;
    padding: 60px 0px 50px 60px;
}
#wrapper.solution .solutionList .solutionSingle:hover{
    box-shadow: 0px 12px 24px -2px rgba(37, 37, 37, 0.15);
    
}
#wrapper.solution .solutionList .solutionSingle img{
    float: left;
    width: 80px;
    height: 80px;
    display: block;
    margin-top: 35px;
}
#wrapper.solution .solutionList .solutionSingle .context{
    float: left;
    width: 80%;
    margin-left: 56px;
}
#wrapper.solution .solutionList .solutionSingle .context .title{
    font-size: 24px;
    color: #252525;
}
#wrapper.solution .solutionList .solutionSingle .context .des{
    font-size: 20px;
    color: #A5ACB1;
    margin-top: 15px;
}
#wrapper.solution .solutionList .solutionSingle .context .des.red{
    color: #D93D3D;
    margin-top: 40px;
}
.article p{
    margin-top: 60px;
}
.imgContent img{
    display: inline-block;
    margin-bottom: 20px;
}