* {
    outline: none;
    box-sizing: border-box;
}

body {
    margin: 0;
    /* min-width: 1200px; */
    font-family: "Helvetica Neue", Helvetica,
    "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei",
    "微软雅黑", Arial, sans-serif;
    color: #303133;
    font-size: 14px;
}

a {
    text-decoration: none;
}

.yzm {
    display: inline-block;
}


.w1200 {
    width: 1200px;
    margin: 0 auto;
}

.module-title-g {
    font-size: 28px;
    text-align: center;
    position: relative;
    line-height: 1;
    margin-bottom: 30px;
}

.module-title-g .desc {
    font-size: 16px;
    color: #909399;
    padding-top: 16px;
}

.ribbon-g {
    position: relative;
    overflow: hidden;
}

.ribbon-g:before {
    content: '销量最高';
    position: absolute;
    background-color: #f56c6c;
    color: #fff;
    transform: rotate(45deg);
    padding: 6px 0;
    width: 120px;
    text-align: center;
    right: -55px;
    top: -20px;
    transform-origin: 0 0;
    font-size: 12px;
}

.banner-g {
    height: 460px !important;
    width: 100%;
    /*background: linear-gradient(#141E30, #2A4869);*/
    background-image: url(./images/banner-bj.jpg) !important;
    background-size: cover;
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 18px;
    justify-content: center;
    position: relative;
}

.banner-bt {
    height: 460px;
    width: 100%;
    background-image: url('./images/banner1.jpg');
    background-size: cover;
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 18px;
    justify-content: center;
    position: relative;
}

.banner-zz {
    height: 460px;
    width: 100%;
    background-image: url('./images/bannerzz.jpg');
    background-size: cover;
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 18px;
    justify-content: center;
    position: relative;
}

.banner-zx {
    height: 460px;
    width: 100%;
    background-image: url('./images/bannerzx.jpg');
    background-size: cover;
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 18px;
    justify-content: center;
    position: relative;
}

.banner-about {
    height: 460px;
    width: 100%;
    background-image: url('./images/banner.jpg');
    background-size: cover;
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 18px;
    justify-content: center;
    position: relative;
}

.banner-contact {
    height: 460px;
    width: 100%;
    background-image: url('./images/bannercontact.jpg');
    background-size: cover;
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 18px;
    justify-content: center;
    position: relative;
}

.banner-g.center {
    text-align: center;
}

.banner-g .link {
    position: absolute;
    cursor: pointer;
    width: 100%;
    height: 100%;
}

.banner-g .w1200 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.banner-g .left {
    /* width: 40%; */
    flex-shrink: 0;
}

.banner-g .right {
    width: 40%;
    flex-shrink: 0;
}

.banner-g .title {
    font-size: 45px;
}

.banner-bt .title {
    font-size: 45px;
}

.banner-zz .title {
    font-size: 45px;
}

.banner-zx .title {
    font-size: 45px;
}

.banner-about .title {
    font-size: 45px;
}

.banner-contact .title {
    font-size: 45px;
}

.banner-g .title > div {
    font-size: 18px;
    line-height: 28px;
    padding-top: 20px;
}

.banner-bt .title > div {
    font-size: 18px;
    line-height: 28px;
    padding-top: 20px;
}

.banner-zz .title > div {
    font-size: 18px;
    line-height: 28px;
    padding-top: 20px;
}

.banner-zx .title > div {
    font-size: 18px;
    line-height: 28px;
    padding-top: 20px;
}

.banner-about .title > div {
    font-size: 18px;
    line-height: 28px;
    padding-top: 20px;
}

.banner-contact .title > div {
    font-size: 18px;
    line-height: 28px;
    padding-top: 20px;
}

.banner-g .left .button {
    margin-top: 24px;
}

.banner-g .left .button .yui-button {
    margin-right: 8px;
}

.banner-g .left .button .yui-button.plain:hover {
    border-color: #e3e4e5;
}

.table-g {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

.table-g thead {
    background-color: #409eff;
    border: 1px solid #409eff;
    color: #fff;
}

.table-g thead th {
    padding: 20px 16px;
    text-align: center;
}

.table-g tbody {
    border: 1px solid #e3e4e5;
}

.table-g tbody tr {
    border-bottom: 1px solid #e3e4e5;
    background-color: #fff;
}

.table-g tbody tr:hover {
    border-bottom: 1px solid #e3e4e5;
    background-color: #fafafc;
}

.table-g tbody tr td {
    text-align: center;
    padding: 16px;
}

.two-price-g {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    line-height: 1;
    color: #409eff;
}

.two-price-g .now span {
    font-size: 20px;
}

.two-price-g .del {
    position: relative;
    top: 3px;
    margin-left: 8px;
    text-decoration: line-through;
    color: #909399;
}

.product-features-g {
    padding: 64px;
}

.product-features-g .w1200 {
    display: flex;
}

.product-features-g .card {
    width: 0;
    flex-grow: 1;
    position: relative;
    background-color: #fff;
    padding: 32px 24px;
    text-align: center;
    border-left: 1px solid #e3e4e5;
    transition: .3s;
}

.product-features-g .card:first-child {
    border-left: 1px solid transparent;
}

.product-features-g .card:hover {
    background-color: #fff;
    box-shadow: 0px 0px 30px 0px rgba(6, 38, 78, 0.1);
    z-index: 1;
    border-left-color: transparent;
}

.product-features-g .card:hover + .card {
    border-left-color: transparent;
}

.product-features-g .card:hover:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 3px;
    top: -1px;
    left: 0;
    background-color: #409eff;
}

.product-features-g .card:hover .btn {
    background-color: #409eff;
    color: #fff;
}

.product-features-g .card .title {
    zoom: 1;
    font-size: 16px;
    line-height: 1.5;
    margin-top: 20px;
    font-weight: 600;
    color: #555;
}

.product-features-g .card .desc {
    font-size: 14px;
    text-align: center;
    line-height: 24px;
    color: #666;
    margin-top: 15px;
}

.hover-cards {
    display: flex;
}

.hover-cards .card {
    width: 0;
    flex-grow: 1;
    position: relative;
    background-color: #fff;
    padding: 32px 24px;
    text-align: center;
    border-left: 1px solid #e3e4e5;
    transition: .3s;
}

.hover-cards .card:first-child {
    border-left: 1px solid transparent;
}

.hover-cards .card:hover {
    background-color: #fff;
    box-shadow: 0px 0px 30px 0px rgba(6, 38, 78, 0.1);
    z-index: 1;
    border-left-color: transparent;
}

.hover-cards .card:hover + .card {
    border-left-color: transparent;
}

.hover-cards .card:hover:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 3px;
    top: -1px;
    left: 0;
    background-color: #409eff;
}

.hover-cards .card:hover .btn {
    background-color: #409eff;
    color: #fff;
}

.yui-button.small {
    padding: 6px 12px;
}

.advantage-g .server_cont3 {
    text-align: center;
    width: 1200px;
    margin: auto auto 80px;
}

.advantage-g .server_cont3a {
    display: inline-block;
    width: 360px;
    height: 230px;
    transition: all .5s;
    position: relative;
    border: 1px solid #dfdfdf;
    margin-right: 30px;
    box-sizing: border-box;
    padding: 10px;
    margin-bottom: 20px;
}

.advantage-g .server_cont3b {
    font-size: 24px;
    color: #222;
    padding: 0 20px 20px;
    text-align: left;
}

.advantage-g .server_cont3c {
    color: #83838b;
    line-height: 26px;
    padding: 0 20px;
    text-align: left;
}

.advantage-g .server_cont3a i {
    background-image: url('./images/advantage.png');
    display: block;
    width: 150px;
    height: 120px;
    position: absolute;
    right: 0;
    bottom: 0;
}

.advantage-g .server_cont3a1 i {
    background-position: 0 0;
    text-align: left;
}

.advantage-g .server_cont3a2 i {
    background-position: -170px 0;
    text-align: left;
}

.advantage-g .server_cont3a3 i {
    background-position: -340px 0;
    text-align: left;
}

.advantage-g .server_cont3a4 i {
    background-position: -510px 0;
    text-align: left;
}

.advantage-g .server_cont3a5 i {
    background-position: -680px 0;
    text-align: left;
}

.advantage-g .server_cont3a6 i {
    background-position: -850px 0;
    text-align: left;
}

.advantage-g .server_cont3a:hover {
    border: 1px solid #286cd0;
    box-shadow: 0 0 7px #5292f1;
    background: -o-linear-gradient(top, #2568cb 0%, #5591ea 100%);
    background: -ms-linear-gradient(top, #2568cb 0%, #5591ea 100%);
    background: linear-gradient(to bottom, #2568cb 0%, #5591ea 100%);
}

.advantage-g .server_cont3a:hover .server_cont3b, .server_cont3a:hover .server_cont3c {
    color: #fff;
}

.advantage-g .server_cont3a1:hover i {
    background-position: 0 143px;
}

.advantage-g .server_cont3a2:hover i {
    background-position: -170px 143px;
}

.advantage-g .server_cont3a3:hover i {
    background-position: -340px 143px;
}

.advantage-g .server_cont3a4:hover i {
    background-position: -510px 143px;
}

.advantage-g .server_cont3a5:hover i {
    background-position: -680px 143px;
}

.advantage-g .server_cont3a6:hover i {
    background-position: -850px 143px;
}