/* 
*鏍峰紡鍒濆鍖�
*/
html,
head,
body,
div,
h1,
p,
span,
ul,
li,
a{
    padding: 0;
    margin: 0;
}
a,a:hover {
    text-decoration: none;
    color: #000;
}
ul {
    list-style-type: none;
}

/* 
*  鍐呭鍖烘牱寮�
*/
.container .banner {
    max-width: 1920px;
    width: 100%;
    height: 190px;
    background: url('./imgs/banner.png');
    background-repeat: no-repeat;
    position: relative;
}
.banner-content .title-1{
    font-size: 40px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 43px;
    text-align: center;
    padding-top: 20px;
}
.banner-content .title-2{ 
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 300;
    color: #FFFFFF;
    text-align: center;
    margin-top: 25px;
}
.banner-content .title-3{ 
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 300;
    color: #FFFFFF;
    text-align: center;
    margin-top: 10px;
}
.banner-content .banner-icon {
    position: absolute;
    top: 60px;
    left: 0;
    width: 250px;
}
.banner-content .banner-icon-1 {
    position: absolute;
    top: 0;
    right: 100px;
    width: 250px;
}
.container .info {
    max-width: 1200px;
    width: 100%;
    height: 528px;
    margin: 15px auto 0;
    display: flex;
    background: url('../imgs/info-bg.png');
}
.info .product-info-wrap {
    flex: 3;
}
.product-info-wrap .product-info {
    display: flex;
}
.product-info .product-info-tips {
    flex: 2.5
}
.product-info .product-info-con {
    flex: 2.5
}
.product-info-tips li {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 50px;
    text-align: right;
}
.product-info-con {
    padding-left: 40px;
}
.product-info-con li {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 50px;
}
.info .card-info {
    flex: 2;
    height: 544px;
    background: #1D61E6;
    margin-top: -10px;
}
.product-info {
    padding: 55px 0 47px 0;
    box-sizing: border-box;
}

.product-info .domain {
    text-align: left;
    margin-left: 315px;
}

.product-info li span:last-child {
    margin-left: 20px;
}
.product-info-wrap .btn {
    width: 200px;
    height: 58px;
    background: #FF6600;
    border-radius: 4px;
    cursor: pointer;
    margin: 0 auto;
    text-align: center;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 300;
    color: #FFFFFF;
    line-height: 58px;
    margin-top: 0px;
}
.domain-info {
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FF6600;
    margin-right: -80px;
}
.card-info {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.card-info .personal {
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
    margin-top: 20px;
}
.card-info .card-icon {
    width: 144px;
    height: 143px;
    margin: 65px auto;
    background: url('../imgs/icon.png');
}
.card-info .info-detail {
    width: 200px;
    margin: 0 auto;
}
.info-detail li {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 300;
    color: #FFFFFF;
    text-align: left;
    margin-top: 35px;
}
.info-detail li:first-child {
    margin-top: 0;
}

.adg {
    width: 100%;
    height: 382px;
    background: #F8FAFB;
    margin-top: 75px;
    margin-bottom: 57px;
    padding-top: 70px;
}
.adg h1 {
    font-size: 30px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #000000;
    text-align: center;
    margin-bottom: 57px;
}
.adg .adg-wrap {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
.adg-wrap li {
    display: flex;
    flex-direction: column;
    align-items: center;
}
li .adg-img {
    width: 134px;
    height: 134px;
}
.bg-1 {
    background-image: url('../imgs/ad-1.png');
}
.bg-2 {
    background-image: url('../imgs/ad-2.png');
}
.bg-3 {
    background-image: url('../imgs/ad-3.png');
}

li span {
    margin-top: 20px;
}

.step {
    width: 100%;
    margin-bottom: 42px;
    margin-top: 30px;
}
.step h1 {
    font-size: 30px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #000000;
    text-align: center;
    margin-bottom: 32px;
}
.step .step-wrap {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.step-wrap .step-info {
    width: 193px;
    height: 86px;
    line-height: 86px;
    background: #E9F0FF;
    border-radius: 6px;
    text-align: center;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #000000;
}

.footer {
    width: 100%;
    height: 138px;
    margin-top: 51px;
}
.footer .footer-wrap {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    background: #fff;
    border: 1px solid #f1f1f1;
    padding-bottom: 15px;
}
.footer-wrap h3 {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666;
    margin-top: 12px;
    margin-left: 16px;
}
.footer-wrap .footer-list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 12px;
    margin-left: 80px;
}
.footer-list li {
    line-height: 30px;
}
.footer-list li a{
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999;
    margin: 0 15px;
}
.footer-list li:nth-child(13)  a{
    margin-left: 0;
}



/* 鎵嬫満閫傞厤 */
@media (max-width: 900px) {
    .container .banner {
        width: 100%;
        height: 140px;
        background: url('../imgs/banner-m.png') no-repeat ;
        background-size: 100%;
        background-position: top center;
    }
    .banner-content .title-1 {
        padding-top: 10px;
        font-size: 30px;
    }
    .banner-content .title-2 {
        margin-top: 15px;
        font-size: 20px;
    }
    .banner-content .title-3 {
        margin-top: 10px;
        font-size: 20px;
    }
    .banner-content .banner-icon {
        width: 190px;
        top: 25px;
    }
    .banner-content .banner-icon-1 {
        display: none;
    }
    .container .info {
        max-width: 710px;
        width: 100%;
        height: 508px;
        background: url('../imgs/info-bg-m.png') no-repeat;
        background-size: 100%;
    }
    .product-info .btn {
        width: 137px;
        height: 40px;
        line-height: 40px;
    }
    .info .card-info {
        height: 520px;
        margin-top: -5px;
    }
    .adg {
        width: 100%;
        height: 200px;
        margin-top: 30px;
        padding-top: 25px;
        margin-bottom: 30px;   
    }
    .adg h1 {
        margin-bottom: 25px;
        font-size: 24px;
    }
    .adg .adg-wrap {
        width: 100%;
    }
    li .adg-img {
        width: 65px;
        height: 65px;
        background-size: 100%;
    }
    .step{
        width: 100%;
        padding: 0 20px;
        box-sizing: border-box;
    }
    .step h1 {
        font-size: 24px;
    }
    .step-wrap .step-info {
        width: 122px;
        height: 50px;
        line-height: 50px;
    }
    .step-wrap li img {
        width: 24px;
        height: 24px;
    }
    .footer {
        width: 100%;
        height: 150px;
        margin-top: 14px;
        padding-top: 5px;
        box-sizing: border-box;
    }
    .footer .footer-wrap {
        width: 100%;
    }
    .footer-wrap h3 {
        margin-left: 20px;
    }
    .footer-list li a {
        margin: 0 20px;
    }
    .footer-list li:first-child a {
        margin-left: 20px;
    }
}
@media (max-width: 750px) {
    .container .banner {
        width: 100%;
        height: 140px;
        background: url('../imgs/banner-m.png') no-repeat ;
        background-size: 100%;
        background-position: top center;
    }
    .banner-content .title-1 {
        padding-top: 10px;
        font-size: 30px;
    }
    .banner-content .title-2 {
        margin-top: 25px;
        font-size: 20px;
    }
    .banner-content .title-3 {
        margin-top: 10px;
        font-size: 20px;
    }
    .banner-content .banner-icon {
        width: 190px;
        top: 25px;
    }
    .banner-content .banner-icon-1 {
        display: none;
    }
    .container .info {
        max-width: 710px;
        width: 100%;
        height: 508px;
        background: url('../imgs/info-bg-m.png') no-repeat;
        background-size: 100%;
    }
    .product-info .btn {
        width: 137px;
        height: 40px;
        line-height: 40px;
    }
    .info .card-info {
        height: 520px;
        margin-top: -5px;
    }
    .info-detail li {
        margin-top: 20px;
    }
    .adg {
        width: 100%;
        height: 200px;
        margin-top: 30px;
        padding-top: 25px;
        margin-bottom: 30px;   
    }
    .adg h1 {
        font-size: 24px;
    }
    .adg .adg-wrap {
        width: 100%;
    }
    li .adg-img {
        width: 65px;
        height: 65px;
        background-size: 100%;
    }
    .step{
        width: 100%;
        padding: 0 20px;
        box-sizing: border-box;
    }
    .step h1 {
        font-size: 24px;
    }
    .step-wrap .step-info {
        width: 122px;
        height: 50px;
        line-height: 50px;
    }
    .step-wrap li img {
        width: 24px;
        height: 24px;
    }
    .footer {
        width: 100%;
        height: 150px;
        margin-top: 14px;
        padding-top: 5px;
        box-sizing: border-box;
    }
    .footer .footer-wrap {
        width: 100%;
    }
    .footer-wrap h3 {
        margin-left: 20px;
    }
    .footer-wrap .footer-list {
        margin-left: 60px;
    }
    .footer-list li a {
        margin: 0 20px;
    }
    .footer-list li:first-child a {
        margin-left: 20px;
    }
}
@media (max-width: 600px) {
    .container .banner {
        width: 100%;
        background: url('../imgs/banner-m.png') no-repeat ;
        background-size: 100%;
        height: 170px;
    }
    .banner-content .title-1 {
        padding-top: 35px;
        font-size: 20px;
    }
    .banner-content .title-2 {
        margin-top: 10px;
        font-size: 14px;
    }
    .banner-content .banner-icon {
        width: 160px;
        top: 65px;
    }
    .banner-content .banner-icon-1 {
        display: none;
    }
    .banner-content .title-3 {
        margin-top: 10px;
        font-size: 14px;
    }
    .container .info {
        width: 100%;
    }
    .container .info {
        background: url('./info-bg-m.png') no-repeat;
        background-size: 100%;
    }

    .product-info {
        padding: 35px 0 0 0;
    }
    .product-info li {
        font-size: 12px;
        line-height: 25px;
    }
    .domain-info {
        font-size: 14px;
        margin-right: -50px;
    }
    .product-info-wrap .btn {
        width: 120px;
        height: 45px;
        line-height: 45px;
        margin-top: 20px;
        font-size: 12px;
    }
    .container .info {
        margin: 25px auto;
        height: 265px;
    }
    .info .card-info {
        height: 275px;
        margin-top: -5px;
    }
    .card-info .personal {
        font-size: 14px;
        margin-top: 10px;
    }
    .card-info .card-icon {
        width: 74px;
        height: 73px;
        background: url('../imgs/icon-m.png') no-repeat;
        background-size: 100%;
        margin: 25px auto;
    }
    .card-info .info-detail {
        width: 135px;
        margin: 0 auto;
    }
    
    .info-detail li {
        font-size: 12px;
        margin-top: 20px;
    }
    .adg {
        width: 100%;
        height: 200px;
        margin-top: 30px;
        padding-top: 25px;
        margin-bottom: 30px;   
    }
    .adg h1 {
        font-size: 20px;
        margin-bottom: 25px;
    }
    .adg .adg-wrap {
        width: 100%;
    }
    li .adg-img {
        width: 65px;
        height: 65px;
        background-size: 100%;
    }
    .step{
        width: 100%;
        margin-bottom: 30px;
        padding: 0;
    }
    .step h1 {
        font-size: 20px;
        margin-bottom: 22px;
    }
    .step .step-wrap {
        width: 100%;
        justify-content: space-evenly;
    }
    .step-wrap .step-info {
        font-size: 9px;
        
    }
    .step-wrap li img {
        width: 12px;
        height: 12px;
    }   
    .footer {
        width: 100%;
        height: 260px;
        margin-top: 0;
    }
    .footer .footer-wrap {
        width: 100%;
    }
    .footer-wrap h3 {
        font-size: 14px;
        margin-left: 8px;
    }
    .footer-wrap .footer-list {
        margin-left: 60px;
    }
    .footer-list li a {
        font-size: 9px;
        margin: 0 8px;
    }
    .footer-list li:first-child a {
        margin-left: 8px;
    }
}
@media (max-width: 500px) {
    .container .banner {
        width: 100%;
        background: url('../imgs/banner-m.png') no-repeat ;
        background-size: 100%;
        height: 208px;
    }
    .banner-content .title-1 {
        padding-top: 35px;
        font-size: 20px;
    }
    .banner-content .title-2 {
        margin-top: 10px;
        font-size: 14px;
    }
    .banner-content .title-3 {
        margin-top: 10px;
        font-size: 14px;
    }
    .banner-content .banner-icon {
        width: 146px;
        top: 100px;
    }
    .banner-content .banner-icon-1 {
        display: none;
    }
    .container .info {
        width: 100%;
    }
    .container .info {
        background: url('../imgs/info-bg-m.png') no-repeat;
        background-size: 100%;
    }

    .product-info {
        padding: 35px 0 0 0;
    }
    .product-info li {
        font-size: 12px;
        line-height: 25px;
    }
    .domain-info {
        font-size: 14px;
        margin-right: -50px;
    }
    .product-info-wrap .btn {
        width: 120px;
        height: 45px;
        line-height: 45px;
        margin-top: 20px;
        font-size: 12px;
    } 
    .container .info {
        margin: 25px auto;
        height: 265px;
    }
    .info .card-info {
        height: 275px;
        margin-top: -5px;
    }
    .card-info .personal {
        font-size: 14px;
        margin-top: 10px;
    }
    .card-info .card-icon {
        width: 74px;
        height: 73px;
        background: url('../imgs/icon-m.png') no-repeat;
        background-size: 100%;
        margin: 25px auto;
    }
    .card-info .info-detail {
        width: 135px;
        margin: 0 auto;
    }
    
    .info-detail li {
        font-size: 12px;
        margin-top: 20px;
    }
    .adg {
        width: 100%;
        height: 200px;
        margin-top: 30px;
        padding-top: 25px;
        margin-bottom: 30px;   
    }
    .adg h1 {
        font-size: 20px;
        margin-bottom: 25px;
    }
    .adg .adg-wrap {
        width: 100%;
    }
    li .adg-img {
        width: 65px;
        height: 65px;
        background-size: 100%;
    }
    .step{
        width: 100%;
        margin-bottom: 30px;
        padding: 0;
    }
    .step h1 {
        font-size: 20px;
        margin-bottom: 22px;
    }
    .step .step-wrap {
        width: 100%;
        justify-content: space-evenly;
    }
    .step-wrap .step-info {
        font-size: 9px;
        
    }
    .step-wrap li img {
        width: 12px;
        height: 12px;
    }   
    .footer {
        width: 100%;
        height: 190px;
        margin-top: 0;
    }
    .footer .footer-wrap {
        width: 100%;
    }
    .footer-wrap h3 {
        font-size: 14px;
        margin-left: 8px;
    }
    .footer-wrap .footer-list {
        margin-left: 60px;
    }
    .footer-list li a {
        font-size: 9px;
        margin: 0 8px;
    }
    .footer-list li:first-child a {
        margin-left: 8px;
    }
}
@media (max-width: 375px) {
    .container .banner {
        width: 100%;
        background: url('../imgs/banner-m.png') no-repeat ;
        background-size: 100%;
        height: 150px;
    }
    .banner-content .title-1 {
        padding-top: 35px;
        font-size: 20px;
    }
    .banner-content .title-2 {
        margin-top: 10px;
        font-size: 14px;
    }
    .banner-content .title-3 {
        margin-top: 10px;
        font-size: 14px;
    }
    .banner-content .banner-icon {
        width: 115px;
        top: 80px;
    }
    .banner-content .banner-icon-1 {
        display: none;
    }
    .container .info {
        width: 100%;
    }
    .container .info {
        background: url('../imgs/info-bg-m.png') no-repeat;
        background-size: 100%;
    }
    .info .product-info {
        flex: 4;
    }
    .product-info {
        padding: 35px 0 10px 0;
        font-size: 14px;
        margin-right: -50px;
    }
    .product-info li {
        font-size: 12px;
        line-height: 25px;
    }
    .product-info-wrap .btn {
        width: 90px;
        height: 35px;
        line-height: 35px;
        margin-top: 0;
        font-size: 12px;
    } 
    .container .info {
        margin: 25px auto;
        height: 265px;
    }
    .info .card-info {
        height: 275px;
        margin-top: -5px;
    }
    .card-info .personal {
        font-size: 14px;
        margin-top: 10px;
    }
    .card-info .card-icon {
        width: 74px;
        height: 73px;
        background: url('../imgs/icon-m.png') no-repeat;
        background-size: 100%;
        margin: 25px auto;
    }
    .card-info .info-detail {
        width: 135px;
        margin: 0 auto;
    }
    
    .info-detail li {
        font-size: 12px;
        margin-top: 20px;
    }
    .adg {
        width: 100%;
        height: 200px;
        margin-top: 30px;
        padding-top: 25px;
        margin-bottom: 30px;   
    }
    .adg h1 {
        font-size: 20px;
        margin-bottom: 25px;
    }
    .adg .adg-wrap {
        width: 100%;
    }
    li .adg-img {
        width: 65px;
        height: 65px;
        background-size: 100%;
    }
    .step{
        width: 100%;
        margin-bottom: 30px;
        padding: 0;
    }
    .step h1 {
        font-size: 20px;
        margin-bottom: 22px;
    }
    .step .step-wrap {
        width: 100%;
        justify-content: space-evenly;
    }
    .step-wrap .step-info {
        font-size: 9px;
        
    }
    .step-wrap li img {
        width: 12px;
        height: 12px;
    }   
    .footer {
        width: 100%;
        height: 187px;
        margin-top: 0;
    }
    .footer .footer-wrap {
        width: 100%;
    }
    .footer-wrap h3 {
        font-size: 14px;
        margin-left: 8px;
    }
    .footer-list li a {
        font-size: 9px;
        margin: 0 8px;
    }
    .footer-list li:first-child a {
        margin-left: 8px;
    }
    .product-info-con {
        padding-left: 20px;
    }
}
@media (max-width: 320px) {
    .container .info {
        margin: 25px auto 0;
    }
    .banner-content .title-1 {
        padding-top: 15px;
        font-size: 20px;
    }
    .product-info .btn {
        margin-top: 0;
    }
    .product-info {
        padding: 35px 0 0 0;
        font-size: 14px;
        margin-right: -50px;
    }
    .info .card-info {
        height: 240px;
    }
    .card-info .card-icon {
        margin: 15px auto;
    }
    .info-detail li {
        margin-top: 10px;
    }
    .footer-wrap .footer-list {
        margin-left: 55px;
    }
    .footer-list li:nth-child(13) a {
        margin-left: 8px;
    }
    .info .product-info {
        flex: 3.5;
        padding-right: 40px;
        box-sizing: border-box;
        
    }
    .info .card-info {
        flex: 1.5
    }
}