﻿/**  初始化代码  ***/

body,
ol,
ul,
h1,
h2,
h3,
h4,
h5,
h6,
p,
th,
td,
dl,
dd,
form,
fieldset,
legend,
input,
textarea,
select {
    margin: 0;
    padding: 0
}

body {
    font-family: "Microsoft Yahei", "Hiragino Sans GB", "Helvetica Neue", Helvetica, STHeiTi, sans-serif, "Arial Narrow", HELVETICA;
    background: #fff;
    -webkit-text-size-adjust: 100%;
}

a {
    color: #2d374b;
    text-decoration: none;
}

a:hover {
    text-decoration: underline
}

em {
    font-style: normal
}

li {
    list-style: none
}

img {
    border: 0;
    vertical-align: middle
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

p {
    word-wrap: break-word
}

.zoom {
    zoom: 1;
}

.w1200 {
    width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

a:hover {
    text-decoration: none;
}


/** banner部分  **/

.banner {
    height: 646px;
    background: url(../images/banner_img.png) top center no-repeat;
    /* background-size: cover; */
    background-size: 100% 100%;
}


/**********   Banner头部部分   ***************/

.banner .banner_header {
    height: 80px;
    position: relative;
}

.banner_left {
    line-height: 66px;
    margin-bottom: 10px;
}

.banner_left .name {
    vertical-align: middle;
    font-weight: bold;
    color: #333333;
    font-size: 44px;
}

.banner .banner_header .banner_right {
    position: absolute;
    right: 0;
}

.banner .banner_header .banner_right ul li {
    padding: 12px 0;
    float: left;
    position: relative;
}

.banner .banner_header .banner_right ul li a {
    font-size: 16px;
    color: #fff;
    line-height: 48px;
    display: inline;
    position: relative;
}

.banner .banner_header .banner_right ul>li+li {
    margin-left: 70px;
}

.banner .banner_header .banner_right ul>li+li::after {
    content: "";
    position: absolute;
    left: -32px;
    height: 20px;
    top: 50%;
    margin-top: -10px;
    border-left: 1px solid #EDEDED;
}


/**********   Banner头部底部   ***************/


.banner .banner_footer .footer-left {
    width: 547px;
    float: left;
    position: relative;
}


.banner .banner_footer .footer-left .name i {
    position: absolute;
    background: url(../images/yellowbg.png);
    background-size: 100% 100%;
    top: -0px;
    left: 60%;
    font-size: 17px;
    color: #000000;
    white-space: nowrap;
    padding: 0px 5px;
    animation: pronamei 1s infinite both;
    -webkit-animation: pronamei 1s infinite both;
    -moz-animation: pronamei 1s infinite both;
    -o-animation: pronamei 1s infinite both;
}

.banner .banner_footer .footer-left .introduce {
    font-size: 20px;
    font-weight: 400;
    color: #333333;
    line-height: 30px;
}

.banner .banner_footer .footer-left .DownloadAddress:before {
    content: "";
    position: absolute;
    width: 200%;
    height: 500%;
    left: 0%;
    top: 0%;
    margin-left: -50%;
    margin-top: -50%;
    border-radius: 50%;
    background: rgba(0, 0, 0, .1);
    animation: spread 1.5s infinite both;
    -webkit-animation: spread 1.5s infinite both;
    -moz-animation: spread 1.5s infinite both;
    -o-animation: spread 1.5s infinite both;
}

.banner .banner_footer .footer-left .DownloadAddress .iconfont {
    font-size: 24px;
    margin: 0 20px 0 19px;
    vertical-align: middle;
}

.banner .banner_footer .footer-left .DownloadAddress {
    display: block;
    width: 170px;
    height: 45px;
    /* background: #34b77c; */
    background: linear-gradient( 90deg, #24BC24 0%, #10B45E 55%);
    box-shadow: 0px 4px 15px 0px rgba(0,96,45,0.3);
    border-radius: 10px;
    color: #ffffff;
    font-size: 16px;
    position: relative;
    overflow: hidden;
    margin-bottom: 12px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    margin-top: 36px;
}

.banner .banner_footer .footer-left .DownloadAddress:hover {
    cursor: pointer;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    transform: translateX(-0%) translateY(-0%) scale(1.14);
}

.banner .banner_footer .footer-left .version-number p {
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 24px;
    margin-top: 24px;
}

.banner .banner_footer .footer-right {
    float: right;
    margin-right: 0px;
    margin-top: 40px;
}

.banner .banner_footer .footer-right img {
    border-radius: 10px;
    width: 622px;
    height: 392px;
    box-shadow: 0px 4px 15px 0px rgba(0,96,45,0.3);
}

.banner_left img{
    border-radius: 15px;
    box-shadow: 0px 4px 15px 0px rgba(0,96,45,0.3);
}

.icon-windows-fill{
    font-size: 40px;
}

.icon1{
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(../images/icon1.png) top center no-repeat;
    vertical-align: middle;
    line-height: 30px;
}

.introduce div{
    margin: 12px auto;
}

.introduce span{
    display: inline-block;
    margin-left: 8px;
}




/*********tag**********/
.tags{
    margin: 68px auto;
}

.tags div{
    text-align: center;
    margin: 20px auto;
}

.tags img {
    width: 72px;
}

.tags img:hover {
    transform: scale(1.15);
    z-index: 10;
}

.tags span{
    display: block;
    font-size: 20px;
    color: #333333;
    line-height: 30px;
    margin-top: 12px;
}


/***************************************/

.repair-box{
    background-color: #F8FEF8;
    padding: 88px 0;
}
.icon-a-Slice15 {
    font-size: 30px;
}

.icon-a-Slice16 {
    font-size: 30px;
}

.icon-saomiao-xuanzhong {
    font-size: 30px;
}
.repair-tit{
    text-align: center;
    font-size: 40px;
    font-weight: 500;
    color: #333333;
    line-height: 60px;
}

.repair-top{
    margin: 50px auto;
    width: 910px;
    background-color: #e9f9ef;
    border-radius: 56px;
    height: 56px;
    color:#777777;
}

.repair-top li{
    font-size: 20px;
    height: 56px;
    text-align: center;
    font-weight: 500;
    border-radius: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.active-li{
    background-color: #34B77C;
    color:#ffffff;
}

.repair-con li{
    width: 1200px;
    height: 425px;
    background: #FFFFFF;
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
    border-radius: 10px 10px 10px 10px;
}

.repair-con li img{
    width: 392px;
    height: 328px;
    margin:48px 0 48px 157px;
}

.repair-con li h2{
    color: #333333;
    font-size: 32px;
    font-weight: 500;
    line-height: 48px;
    margin-top: 88px;
}

.repair-con li p{
    color: #333333;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-top: 24px;
}

.repair-con .download {
    margin-top: 24px;
    display: inline-block;
    width: 184px;
    height: 56px;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    color: #ffffff;
    line-height: 56px;
    /* background-color: #34b77c; */
    background: linear-gradient( 90deg, #24BC24 0%, #10B45E 55%);
    box-shadow: 0px 4px 15px 0px rgba(0,96,45,0.3);
    border-radius: 10px;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
}


/**   模板三   **/

.swap3 {
    background-color: #fff;
    height: 2158px;
}

.swap3 .title-intr {
    height: 60px;
    line-height: 60px;
    margin-top: 88px;
    width: 100%;
    text-align: center;
    font-size: 34px;
    color: #333333;
    font-weight: 500;
}

.swap3 .introduce-center {
    cursor: pointer;
    position: relative;
    max-width: 100%;
    text-align: left;
}

.swap3 .introduce-center img {
    width: 518px;
    box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.15);
    border-radius: 10px 10px 10px 10px;
}

.swap3 .introduce-text {
    float: left;
    width: 100%;
    margin-top: 88px;
    font-size: 0;
}

.swap3 .introduce-img {
    display: inline-block;
    width: 50%;
    text-align: center;
}

.swap3 .describe-text {
    width: 100%;
    display: inline-block;
    text-align: center;
    vertical-align: top;
}

.swap3 .describe-center {
    text-align: left;
    padding: 45px 0;
}

.swap3 .describe-center h3 {
    font-size: 32px;
    color: #333333;
    line-height: 1.5;
    font-weight: 500;
}

.swap3 .describe-center h4 {
    font-size: 16px;
    color: #777777;
    line-height: 1.5;
    margin-top: 24px;
    font-weight: 500;
    width: 85%;
}

.swap3 .describe-center p {
    font-size: 14px;
    color: #6F6F6F;
    line-height: 1.8;
    margin-top: 10px;
    margin-bottom: 35px;
}

.swap3 .download {
    display: inline-block;
    width: 184px;
    text-align: center;
    /* background-color: #34b77c; */
    background: linear-gradient( 90deg, #24BC24 0%, #10B45E 55%);
    box-shadow: 0px 4px 15px 0px rgba(0,96,45,0.3);
    border-radius: 10px;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
}

.download:hover {
    /* background-color: #E02E5C; */
    cursor: pointer;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    transform: translateX(-0%) translateY(-0%) scale(1.14);
}

.swap3 .describe-center .download span {
    display: inline-block;
    line-height: 56px;
    font-size: 20px;
    color: #fff;
}

.introduce-bottom{
    height: 264px;
    border-radius: 10px 10px 10px 10px;
    background: url(../images/bg2.png) top center no-repeat;
}

.swap3 .introduce-bottom h1{
    text-align: center;
    font-size: 40px;
    color: #333333;
    font-weight: 400;
    padding-top: 56px;
}

.introduce-bottom .download{
    display: flex;
    justify-content: center;
    margin: 36px auto;
}

.introduce-bottom .download span{
    display: inline-block;
    line-height: 56px;
    font-size: 20px;
    color: #fff;
}


/**   模板四   **/

.feedback {
    background-color: #EFF7F1;
    height: 600px;
}

.feedback h1{
    font-size: 40px;
    font-weight: 500;
    color: #333333;
    text-align: center;
    margin: 0 auto;
    line-height: 200px;
}

.feedback .row {
    display: flex;
    justify-content: center;
    gap: 20px; /* 图片间距 */
}

.feedback .row li {
    background-color: #fff;
    list-style: none;
    overflow: hidden; /* 防止图片放大后溢出 */
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
    border-radius: 10px 10px 10px 10px;
}

.feedback .row li:hover {
    transform: scale(1.15); /* 放大比例，根据402/300计算 */
    z-index: 10; /* 确保放大的图片显示在最上层 */
}

.feedback .row img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain; /* 保持图片比例 */
}




/* 关于我们 */
.container{
    border-top: 1px dashed #aaa;
    width: 100%;
    padding: 10px auto;
    background-color: rgba(0, 0, 0, 0.7);
}
.about{
    color: #fff;
    width: 50%;
    line-height: 25px;
    padding: 30px 0 30px 0;
    margin: 0 auto;
}
.about p{
    color: #fff;
    margin-top: 10px;
}
.about img{
    width: 100%;
    max-width: 150px;
}



/**    最底部     **/

.footer {
    float: left;
    width: 100%;
    background-color: #1f1f1f;
    color: #707070;
    text-align: center;
    font-size: 14px;
    padding: 10px;
}

.footer div{
    margin: 10px auto;
}

.footer a{
    color: #707070;
}

.footer a:hover{
    color: #707070;
    text-decoration: underline;
}
@keyframes spread {
    0% {
        transform: scale(0);
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        transform: scale(0);
    }
    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes spread {
    0% {
        transform: scale(0);
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        transform: scale(0);
    }
    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes spread {
    0% {
        transform: scale(0);
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        transform: scale(0);
    }
    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        transform: scale(1);
    }
}

@-o-keyframes spread {
    0% {
        transform: scale(0);
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        transform: scale(0);
    }
    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes pronamei {
    0% {
        top: -5px;
    }
    50% {
        top: 5px;
    }
    100% {
        top: -5px;
    }
}

@-webkit-keyframes pronamei {
    0% {
        top: -5px;
    }
    50% {
        top: 5px;
    }
    100% {
        top: -5px;
    }
}
