@font-face {
    font-family: 'CustomFont';
    src: url('../fonts/font.TTF') format('truetype');
    font-weight: normal;
    font-style: normal;
}
body {
    font-family: "Microsoft YaHei", sans-serif;
    line-height: 1.6;
    min-height: 100vh;
    margin: 0;
    background: #fff1e6;
}
p{
    margin: 0;
    padding: 0;
}
.m-b-20{
    margin-bottom: 20px!important;
}

.page-header{
    background: rgba(0,0,0,0);
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
}
.page-header .container {
    align-items: center;
    display: flex;
    height: 90px;
    justify-content: space-between;
    margin: 0 auto;
    padding: 0 300px;
    position: relative;
}
.page-header .logo{
    background: url('../img/logo3.jpg') no-repeat;
    background-size: contain;
    height: 60px;
    width: 200px;
}
.page-header .container .header-right{
    display: flex;
}
.page-header .container .header-right .banner-tips{
    font-size: 48px;
    margin: 0 auto;
    text-align: center;
    height: 90px;
    line-height: 90px;
    color: #ffffff;
    font-weight: bold;
    border-radius: 150px;
    letter-spacing: 4px;
}
.page-header .container .header-right .phone {
    align-items: center;
    display: flex;
}
.page-header .container .header-right .phone .phone-icon{
    background: url('../img/phone.png') no-repeat;
    background-size: contain;
    height: 20px;
    width: 20px;
}
.page-header .container .header-right .phone .phone-num{
    font-size: 16px;
    margin-left: 8px;
    color: #ffffff;
}
.banner {
    background: linear-gradient(to bottom, #ff7a00 0%, #fe3c02 100%);
    height: 1000px;
    margin: 0 auto;
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
}
.banner .banner-title{
    font-family: "CustomFont", sans-serif;
    font-size: 220px;
    line-height: 1000px;
    color: #ffffff;
    padding: 0 50px;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.1);
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.banner .banner-tips{
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 48px;
    margin: 0 auto;
    text-align: center;
    width: 1100px;
    height: 80px;
    line-height: 80px;
    background: linear-gradient(to bottom, #fee276, #f1a855);
    color: #fb350e;
    font-weight: bold;
    border-radius: 150px;
    letter-spacing: 4px;
}
.banner .left{
    padding: 0 50px;
    height: 1000px;
    align-items: center;
    display: flex;
    top: 0;
}
.banner .left .banner-box {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    z-index: 1;
}
.banner .left .banner-box .banner-text {
    -webkit-background-clip: text;
    background-image: radial-gradient(100% 576% at 0 0,#fff 0,hsla(0,0%,100%,.6) 100%);
    font-family: PingFang SC;
    font-size: 60px;
    font-weight: bold;
    letter-spacing: -1px;
    line-height: 80px;
    text-align: left;
    -webkit-text-fill-color: transparent;

}
.banner .left .banner-box .description {
    color: #fff;
    font-size: 20px;
    font-weight: 300;
    line-height: 32px;
    margin-top: 16px;
    opacity: .7;
    text-align: left;
}
.banner .left .banner-box .btn-box {
    display: flex;
    margin-top: 40px;
}
.banner .left .banner-box .btn-box .free-try {
    border-radius: 100px;
    color: #fff;
    cursor: pointer;
    font-size: 20px;
    font-weight: 700;
    height: 64px;
    line-height: 64px;
    margin-right: 16px;
    text-align: center;
    width: 208px;
    background: linear-gradient(to bottom, #ff7a00 0%, #fe3c02 100%);
}

.part1,.part2,.part3,.part4,.part5,.part6 {
    max-width: 1200px;
    margin: 0 auto;
}
.part1{
    margin-top: 50px;
}
.section {
    background: #ffffff;
    padding: 30px;
    border-radius: 10px;
    margin-bottom: 30px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}
.section h2{
    width: 450px;
    height: 80px;
    line-height: 80px;
    background: #fb350e;
    color:#ffffff;
    font-size: 46px;
    margin: auto;
    text-align: center;
    font-weight: bold;
    border-radius: 150px;
    letter-spacing: 2px;
}
.section .intro{
    color: #fb350e;
    font-weight: bold;
    font-size: 30px;
}
.text-indent{
    text-indent: 2em;
}
.section .item-group-box{
    margin-top: 50px;
}
.section .item-group .title{
    width: 400px;
    height: 50px;
    line-height: 50px;
    color: #ffffff;
    background: #e83e27;
    text-align: center;
    font-size: 36px;
    border-radius: 5px;
}
.section .item-group p{
    font-size: 36px;
    color: #222222;
    margin: 5px 0;
}


.advantage-container {
    margin-top: 20px;
}
.advantage-container .advantage{
    margin-bottom: 10px;
}
.advantage-container .advantage .title-box{
    width: 400px;
    height: 60px;
    display: flex;
    background: #fff2bb;
    border: 1px solid #ebb8a9;
    border-radius: 10px;
}
.advantage-container .advantage .title-box .icon-box{
    width: 50px;
    height: 50px;
    background: #f1861a;
    text-align: center;
    line-height: 50px;
    border-radius: 10px;
    margin: 5px 10px;
}

.advantage-container .advantage .title-box .icon-box .icon{
    width: 40px;
    height: 40px;
    margin: 5px auto;
}
.advantage-container .advantage .title-box span{
    line-height: 60px;
    font-size: 36px;
    color: #e83e27;
    font-weight: bold;
    margin-left: 10px;
}
.advantage-container .advantage .intro{
    background: #ffb6a7;
    margin: 10px 0;
    padding: 10px;
    border-radius: 10px;
}
.advantage-container .advantage .intro .content{
    background: #ffffff;
    padding: 5px 20px;
    border-radius: 10px;
    font-size: 28px;
}

.part4 .section .icon{
    width: 1000px;
    margin: auto;
}


.contact-item-box {
    background: #ffffff;
    border-radius: 10px;
}
.contact-item-box .contact-info-box{
    display: flex;
    margin: auto;
    padding: 0 150px;
}
.contact-item-box .contact-info-box .contact-info{
    padding: 50px 0;
}
.contact-item-box .contact-info-box .contact-info .title1{
    color: #e83e27;
    font-weight: bold;
    font-size: 36px;
    text-align: center;
    margin: 0;
    padding-bottom: 20px;
}
.contact-item-box .contact-info-box .contact-info .title2{
    color: #f38423;
    font-weight: bold;
    font-size: 36px;
    text-align: center;
    margin: 0;
    padding-bottom: 20px;
}
.contact-item-box .contact-info-box .contact-img{
    padding: 30px;
    text-align: center;
}
.contact-item-box .contact-info-box .contact-img .icon{
    width: 160px;
    height: 160px;
    border-radius: 5px;
}
.contact-item-box .contact-info-box .contact-img .icon2{
    width: 164px;
    height: 164px;
    border-radius: 5px;
}
.contact-item-box .contact-info-box .contact-img p{
    font-size: 28px;
    color: #000000;
    margin: 0;
    font-weight: bold;
}


.address {
    color: #e83e27;
    font-weight: bold;
    font-size: 28px;
    width: 1200px;
    text-align: center;
    padding: 20px 0;
}

.right-fixed{
    position: fixed;
    top: 50%;
    right: 0;
    width: 200px;
    height: 500px;
    background: url('../img/right-fixed.png') no-repeat;
    background-size: contain;
    z-index: 99;
}

.left-fixed{
    position: fixed;
    top: 50%;
    left: 0;
    width: 200px;
    height: 500px;
    background: url('../img/left-fixed.png') no-repeat;
    background-size: contain;
    z-index: 99;
}

.footer-box{
    width: 100%;
    background: #444546;
    padding: 20px 0;
}
.footer-box .container .content{
    text-align: center;
    color: #ffffff;
    font-size: 16px;
}


/* 当屏幕宽度大于 1800px 时应用的样式 */
@media screen and (min-width: 1801px) {
    .page-header .container .header-right .banner-tips{
        font-size: 48px;
    }
}

/* 当屏幕宽度大于 1600px 且小于等于 1800px 时应用的样式 */
@media screen and (min-width: 1601px) and (max-width: 1800px) {
    .page-header .container .header-right .banner-tips{
        font-size: 38px;
    }
    .page-header .container {
        padding: 0 200px;
    }
}
/* 当屏幕宽度大于 1600px 且小于等于 1800px 时应用的样式 */
@media screen and (min-width: 1401px) and (max-width: 1600px) {
    .page-header .container .header-right .banner-tips{
        font-size: 30px;
    }
    .right-fixed {
        width: 180px;
    }
    .left-fixed {
        width: 180px;
    }
    .part1,.part2,.part3,.part4,.part5,.part6 {
        max-width: 1000px;
    }
    .part4 .section .icon {
        width: 940px;
        margin: auto;
    }
    .contact-item-box .contact-info-box {
        padding: 0 40px;
    }
    .address {
        width: 1000px;
    }
    .banner .banner-tips {
        width: 900px;
        font-size: 42px;
    }
    .banner .banner-title {
        font-size: 200px;
        line-height: 1000px;
        padding: 0 20px;
    }
    .page-header .container {
        padding: 0 100px;
    }
}
/* 当屏幕宽度大于 1600px 且小于等于 1800px 时应用的样式 */
@media screen and (min-width: 1201px) and (max-width: 1400px) {
    .page-header .container .header-right .banner-tips{
        font-size: 30px;
    }
    .right-fixed {
        width: 150px;
    }
    .left-fixed {
        width: 150px;
    }
    .part1,.part2,.part3,.part4,.part5,.part6 {
        max-width: 900px;
    }
    .part4 .section .icon {
        width: 840px;
        margin: auto;
    }
    .contact-item-box .contact-info-box {
        padding: 0;
    }
    .address {
        width: 900px;
        font-size: 26px;
    }
    .banner .banner-tips {
        width: 800px;
        font-size: 38px;
    }
    .banner .banner-title {
        font-size: 180px;
        line-height: 1000px;
        padding: 0 10px;
    }
    .page-header .container {
        padding: 0 90px;
    }
    .section .item-group .title {
        width: 300px;
        height: 40px;
        line-height: 40px;
        font-size: 26px;
    }
    .section .item-group p {
        font-size: 24px;
    }
    .section h2 {
        width: 400px;
        height: 60px;
        line-height: 60px;
        font-size: 36px;
    }
    .section .intro {
        font-size: 24px;
    }
    .advantage-container .advantage .title-box {
        width: 300px;
        height: 40px;
    }
    .advantage-container .advantage .title-box .icon-box {
        width: 30px;
        height: 30px;
        line-height: 40px;
        margin: 5px 10px;
    }
    .advantage-container .advantage .title-box .icon-box .icon {
        width: 20px;
        height: 20px;
        margin: 5px auto;
    }
    .advantage-container .advantage .title-box span {
        line-height: 40px;
        font-size: 26px;
        margin-left: 0;
    }
    .advantage-container .advantage .intro .content {
        padding: 5px 10px;
        font-size: 24px;
    }
}
/* 当屏幕宽度大于 1600px 且小于等于 1800px 时应用的样式 */
@media screen and (max-width: 1200px) {
    .page-header .container .header-right .banner-tips{
        font-size: 26px;
    }
    .right-fixed {
        width: 120px;
    }
    .left-fixed {
        width: 120px;
    }
    .part1,.part2,.part3,.part4,.part5,.part6 {
        max-width: 800px;
    }
    .part4 .section .icon {
        width: 740px;
        margin: auto;
    }
    .contact-item-box .contact-info-box {
        padding: 0;
    }
    .address {
        width: 800px;
        font-size: 24px;
    }
    .banner .banner-tips {
        width: 700px;
        font-size: 34px;
    }
    .banner .banner-title {
        font-size: 140px;
        line-height: 1000px;
        padding: 0;
    }
    .page-header .container {
        padding: 0 80px;
    }
    .section .item-group .title {
        width: 300px;
        height: 40px;
        line-height: 40px;
        font-size: 26px;
    }
    .section .item-group p {
        font-size: 24px;
    }
    .section h2 {
        width: 400px;
        height: 60px;
        line-height: 60px;
        font-size: 36px;
    }
    .section .intro {
        font-size: 24px;
    }
    .advantage-container .advantage .title-box {
        width: 300px;
        height: 40px;
    }
    .advantage-container .advantage .title-box .icon-box {
        width: 30px;
        height: 30px;
        line-height: 40px;
        margin: 5px 10px;
    }
    .advantage-container .advantage .title-box .icon-box .icon {
        width: 20px;
        height: 20px;
        margin: 5px auto;
    }
    .advantage-container .advantage .title-box span {
        line-height: 40px;
        font-size: 26px;
        margin-left: 0;
    }
    .advantage-container .advantage .intro .content {
        padding: 5px 10px;
        font-size: 24px;
    }
    .contact-item-box .contact-info-box .contact-info {
        padding: 30px 0;
    }
    .contact-item-box .contact-info-box .contact-img {
        padding: 30px 0;
    }
    .contact-item-box .contact-info-box .contact-img .icon {
        width: 120px;
        height: 120px;
    }
    .contact-item-box .contact-info-box .contact-img .icon2 {
        width: 120px;
        height: 120px;
    }
}














