/* 官网主色调 */
* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    outline: none;
    list-style: none;
}

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

.main > .banner {
    margin: 0 auto;
    width: 100%;
    height: 500px;
}

.main > .banner > .swiper-container {
    height: 500px;
}

.main > .banner > .swiper-container > .swiper-wrapper > .swiper-slide > a {
    display: block;
    width: 100%;
    height: 100%;
}

.main > .banner > .swiper-container > .swiper-pagination {
    bottom: 80px;
}

.main > .banner > .swiper-container > .swiper-pagination > .swiper-pagination-bullet {
    margin: 0 8px;
    background: #ffffff;
}

.main > .banner > .swiper-container > .swiper-pagination > .swiper-pagination-bullet-active {
    background-color: rgba(255, 255, 255, 0.7);
    width: 20px;
    border-radius: 3px;
    transition: width 0.3s;
}

.main > .banner > .swiper-container > .swiper-button-prev,
.main > .banner > .swiper-container .swiper-button-next {
    display: none;
    width: 74px;
    height: 74px;
}

.main > .banner > .swiper-container > .swiper-button-prev {
    left: 50px;
    background: url('../img/index/icon_button_left.png') no-repeat center;
}

.main > .banner > .swiper-container > .swiper-button-next {
    right: 50px;
    background: url('../img/index/icon_button_right.png') no-repeat center;
}

.main > .contanner {
    background-color: #fff;
}

.main > .contanner > .activeInfoList {
    width: 100%;
    height: 80px;
    border-top: 1px solid #2a2c2f;
    overflow: hidden;
    background: #292c35;
    color: #fff;
    padding: 30px 0;
}

.main .contanner .info {
    text-align: center;
    padding-bottom: 45px;
}

.main .info .title {
    padding-top: 75px;
}

.main .info .title h3 {
    margin-bottom: 25px;
    font-size: 32px;
    color: #333;
}

.main .info > p {
    margin-top: 60px;
    font-size: 40px;
    font-weight: 100;
    color: #333;
}

.main > .contanner > .dns_jiexi {
    width: 100%;
    background: #f8f8f8;
}

.main > .contanner > .dns_new_info > .info > .common {
    width: 368px;
    float: left;
    overflow: hidden;
    margin-right: 45px;
}

.main > .contanner > .dns_new_info > .info > .common.newInfo {
    margin-right: 0;
}

.main > .contanner > .dns_new_info > .info > .common > .title {
    border-bottom: 1px solid #ddd;
    min-height: 49px;
}

.main > .contanner > .dns_new_info > .info > .common > .title > h5 {
    float: left;
    margin-bottom: 20px;
    font-size: 22px;
    color: #333;
}

.main > .contanner > .dns_new_info > .info > .common > .title > a {
    float: right;
    margin-top: 11px;
    font-size: 14px;
    color: #f7b400;
}

.main > .contanner > .dns_new_info > .info > .common > .bodyInfo > ul {
    height: 252px;
    list-style: disc;
    color: #fff;
    overflow: hidden;
    text-align: left;
}

.main > .contanner > .dns_new_info > .info > .common > .bodyInfo > ul > li {
    margin-top: 25px;
    font-size: 14px;
    height: 18px;
}

.main > .contanner > .dns_new_info > .info > .common > .bodyInfo > ul > li:hover > a > p {
    color: #f7b400;
}

.main > .contanner > .dns_new_info > .info > .common > .bodyInfo > ul > li:hover > a > span {
    color: #f7b400;
}

.main > .contanner > .dns_new_info > .info > .common > .bodyInfo > ul > li > a {
    display: block;
    box-sizing: border-box;
}

.main > .contanner > .dns_new_info > .info > .common > .bodyInfo > ul > li > a > p {
    float: left;
    color: #555;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
    position: relative;
    box-sizing: border-box;
    padding-left: 16px;
}

.main > .contanner > .dns_new_info > .info > .common > .bodyInfo > ul > li > a > p:after {
    content: '';
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #555;
    position: absolute;
    left: 0;
    top: 8px;
}

.main > .contanner > .dns_new_info > .info > .common > .bodyInfo > ul > li > a > span {
    float: right;
    color: #777;
}

/* banner 轮播图 css */
.slideBox {
    width: 100%;
    height: 500px;
    overflow: hidden;
    position: relative;
}

.slideBox .hd {
    width: 100%;
    overflow: hidden;
    position: absolute;
    left: 0;
    bottom: 50px;
    z-index: 1;
}

.slideBox .hd ul {
    overflow: hidden;
    zoom: 1;
    display: flex;
    justify-content: center;
}

.slideBox .hd ul li {
    margin: 0 4px;
    padding: 30px 0;
    width: 40px;
    display: inline-block;
    border-radius: 2px;
    cursor: pointer;
}

.slideBox .hd ul li span {
    display: block;
    width: 100%;
    height: 5px;
    margin: 0 4px;
    border-radius: 2px;
    background: rgba(166, 166, 166, 0.8);
    cursor: pointer;
}

.slideBox .hd ul li.on {
    width: 50px;
    border-radius: 3px;
    transition: width 0.3s;
}

.slideBox .hd ul li.on span {
    background: rgba(255, 218, 35, 0.8);
}

.slideBox .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.slideBox .bd li {
    zoom: 1;
    vertical-align: middle;
}

.slideBox .bd li a {
    display: block;
    width: 100%;
    height: 500px;
}

/* 下面是前/后按钮代码，如果不需要删除即可 */
.slideBox .prev,
.slideBox .next {
    position: absolute;
    left: 3%;
    top: 50%;
    margin-top: -25px;
    display: block;
    width: 74px;
    height: 74px;
    filter: alpha(opacity=50);
    opacity: 0.5;
    display: none;
}

.slideBox .next {
    left: auto;
    right: 3%;
    background-position: 8px 5px;
}

.slideBox .prev {
    left: 50px;
    background: url('../img/index/icon_button_left.png') no-repeat center;
}

.slideBox .next {
    right: 50px;
    background: url('../img/index/icon_button_right.png') no-repeat center;
}

.slideBox:hover .prev, .slideBox:hover .next {
    display: block;
}

.slideBox .prev:hover,
.slideBox .next:hover {
    filter: alpha(opacity=100);
    opacity: 1;
}

.slideBox .prevStop {
    display: none;
}

.slideBox .nextStop {
    display: none;
}


.bgfafafa {
    background: #f8f8fa;
}

.indexBg01 {
    position: relative;
    top: -50px;
    z-index: 9;
}

.hotProduct {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.hotProduct01 {
    flex: 1;
    border-radius: 4px;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
    background: #fff;
    padding: 16px 0 22px 20px;
    margin-left: 16px;
}

.hotProduct01:hover span {
    color: #edad00;
}

.hotProduct01:nth-child(1) {
    flex: 1.4;
    margin-left: 0;
    background: url('../img/index-newHome/new20.png') no-repeat center;
    background-size: cover;
}

.hotProduct01:nth-child(1) p {
    opacity: 0.9;
    font-size: 16px;
}

.hotProduct01:nth-child(1):hover p {
    color: #fb6400;
}

.hotProduct01:nth-child(1):hover span {
    color: #333;
}

.hotProduct01 h2 {
    font-size: 20px;
    padding-bottom: 8px;
    display: flex;
    justify-content: space-between;
}

.hotProduct01 h2 span {
    display: flex;
    align-items: center;
}

.hotProduct01 h2 i {
    width: 35px;
    height: 32px;
    margin-right: 8px;
}

.hotProduct01:nth-child(1) h2 i {
    background: url('../img/index-newHome/new12.png') no-repeat center;
}

.hotProduct01:nth-child(2) h2 i {
    background: url('../img/index-newHome/new13.png') no-repeat center;
}

.hotProduct01:nth-child(3) h2 i {
    background: url('../img/index-newHome/new14.png') no-repeat center;
}

.hotProduct01:nth-child(4) h2 i {
    background: url('../img/index-newHome/new15.png') no-repeat center;
}

.hotProduct01 p {
    opacity: 0.6;
    font-size: 14px;
}

.domainReg {
    border-radius: 4px;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
    background: url('../img/index-newHome/new21.png') no-repeat center;
    padding: 24px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    line-height: 1.4em;
}

.domainReg1 {
    width: 160px;
    font-size: 18px;
    display: flex;
    flex-flow: wrap;
}

.domainReg1 p {
    opacity: 0.7;
    font-size: 14px;
    padding-top: 10px;
}

.domainReg2 {
    font-size: 12px;
    color: #333;
    display: flex;
}

.domainReg2 input {
    line-height: 56px;
    height: 56px;
    border: none;
}

.domainReg2 input:nth-child(1) {
    font-size: 14px;
    padding-left: 14px;
    width: 435px;
    border-radius: 4px 0 0 4px;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
}

.domainReg2 input:nth-child(2) {
    background: linear-gradient(0deg, #FFD013, #FFDA23);
    color: #333;
    font-size: 16px;
    text-align: center;
    width: 120px;
    border-radius: 0 4px 4px 0;
    cursor: pointer;
}

.domainReg5 {
    position: relative;
}

.domainReg4 {
    display: flex;
    font-size: 14px;
}

.domainReg4 .domainReg4a {
    position: relative;
    display: inline-block;
    padding: 0px 10px 0 0;
    margin-right: 10px;
    float: left;
    color: #333;
}

.domainReg4 .domainReg4a:last-child {
    padding-right: 0;
    margin-right: 0;
}

.domainReg4 .domainReg4a::after {
    content: '';
    display: block;
    width: 1px;
    height: 14px;
    background: #999;
    position: absolute;
    right: 0;
    top: 6px;
}

.domainReg4 .domainReg4a:last-child::after {
    display: none;
}

.domainReg5 input {
    background-color: #464234;
    color: #fff;
    font-size: 16px;
    border-radius: 5px;
    height: 50px;
    line-height: 50px;
    width: 184px;
    text-align: center;
    cursor: pointer;
}

.goodsBox {
    width: 580px;

}

.goodsBox1 {
    position: relative;
    height: 135px;
    line-height: 1.6em;
    padding: 24px;
    box-sizing: border-box;
    color: #fff;
}

.goodsBox1a {
    font-size: 18px;
    padding-bottom: 8px;
}

.goodsBox1a a {
    font-size: 14px;
    color: #fff;
}

.goodsBox1a a:hover {
    color: #f4b800;
}

.goodsBox:nth-child(1) a:hover {
    color: #fb6400;
}

.goodsBox1c1, .goodsBox1c1 a {
    color: #333;
}

.goodsBox1b {
    font-size: 14px;
    opacity: 0.8;
    width: 360px;
}

.goodsBox1c {
    position: absolute;
    top: -16px;
    right: 40px;
}

.goodsBox1c1 .goodsBox1c {
    background: url('../img/index-newHome/new08.png') no-repeat;
    width: 98px;
    height: 114px;
}

.goodsBox1c2 .goodsBox1c {
    background: url('../img/index-newHome/new07.png') no-repeat;
    width: 135px;
    height: 127px;
}

.goodsBox1c3 .goodsBox1c {
    background: url('../img/index-newHome/new06.png') no-repeat;
    width: 104px;
    height: 114px;
}

.goodsBox1c4 .goodsBox1c {
    background: url('../img/index-newHome/new05.png') no-repeat;
    width: 108px;
    height: 126px;
}

.goodsBox1.goodsBox1c1 {
    background: url('../img/index-newHome/new16.png') no-repeat;
}

.goodsBox1.goodsBox1c2 {
    background: url('../img/index-newHome/new19.png') no-repeat;
}

.goodsBox1.goodsBox1c3 {
    background: url('../img/index-newHome/new18.png') no-repeat;
}

.goodsBox1.goodsBox1c4 {
    background: url('../img/index-newHome/new17.png') no-repeat;
}

.goodsBox2 {
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
    box-shadow: -13.435px -13.435px 18px 0px rgba(255, 255, 255, 0.004), 6px 10.392px 12px 0px rgba(74, 80, 92, 0.08);
    border: 2px solid #fff;
}

.goodsBox2a {
    position: relative;
    background: #fff;
    padding: 24px 0 24px 24px;
    width: 50%;
    box-sizing: border-box;
    transition: all .3s;
}

.w33 .goodsBox2a {
    flex: 1;
    padding-left: 14px;
}

.goodsBox2a:nth-child(2n-1):before {
    content: '';
    display: block;
    width: 2px;
    height: 100%;
    background: #eaeaec;
    position: absolute;
    right: 0;
    top: 0;
}

.goodsBox2a:nth-child(1):after, .goodsBox2a:nth-child(2):after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background: #eaeaec;
    position: absolute;
    left: 0;
    bottom: 0;
}

.goodsBox2a:hover {
    box-shadow: 0px 0 24px 0px rgba(74, 80, 92, 0.2);
    z-index: 2;
}

.goodsBox2a:hover:nth-child(2n-1):before {
    background: #fff;
}

.goodsBox2a:hover:nth-child(1):after, .goodsBox2a:hover:nth-child(2):after {
    background: #fff;
}

.goodsBox2a:hover:nth-child(2):before, .goodsBox2a:hover:nth-child(4):before {
    content: '';
    display: block;
    width: 2px;
    height: 100%;
    background: #fff;
    position: absolute;
    left: -2px;
    bottom: 0;
}

.goodsBox2a:hover:nth-child(3):after, .goodsBox2a:hover:nth-child(4):after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background: #fff;
    position: absolute;
    left: 0;
    top: -2px;
}

.w33 .goodsBox2a:after, .w33 .goodsBox2a:nth-child(3):before {
    display: none;
}

.w33 .goodsBox2a:nth-child(1):before, .w33 .goodsBox2a:nth-child(2):before {
    content: '';
    display: block;
    width: 2px;
    height: 100%;
    background: #eaeaec;
    position: absolute;
    left: auto;
    right: 0;
    top: 0;
    z-index: 2;
}

.w33 .goodsBox2a:hover:nth-child(1):after, .w33 .goodsBox2a:hover:nth-child(2):after, .w33 .goodsBox2a:hover:nth-child(3):after {
    content: '';
    display: block;
    width: 2px;
    height: 100%;
    background: #fff;
    position: absolute;
    left: -2px;
    top: 0;
}

.w33 .goodsBox2a:hover:nth-child(1):before, .w33 .goodsBox2a:hover:nth-child(2):before {
    background: #fff;
}

.w33 .goodsBox2a:hover:nth-child(3):before {
    background: #fff;
    content: '';
    display: block;
    width: 2px;
    height: 100%;
    position: absolute;
    right: -2px;
    top: 0;
    z-index: 1;
}

.w33 .goodsBox2g {
    width: 100%;
}

.goodsBox2b {
    font-size: 16px;
    padding-bottom: 8px;
}

.goodsBox2c {
    color: #999;
    padding-bottom: 20px;
}

.goodsBox2d p {
    padding: 8px 0;
    color: #888;
}

.goodsBox2d p i {
    color: #43bf5b;
    font-size: 18px;
    padding-right: 8px;
}

.goodsBox2e {
    position: relative;
    padding-top: 28px;
    margin-top: 10px;
}

.goodsBox2f {
    color: #ff2929;
}

.goodsBox2f span {
    font-size: 24px;
}

.goodsBox2f del {
    font-size: 12px;
    color: #999;
    padding-left: 16px;
}

.goodsBox2f b {
    position: absolute;
    top: 0;
    left: 0;
    background: #ffefce;
    font-size: 12px;
    color: #ff7e00;
    font-weight: inherit;
    display: inline-block;
    padding: 3px 8px;
    border-radius: 4px;
}

.w33 .goodsBox2f del {
    display: block;
    padding: 4px 0 0 0;
}

.goodsBox2g {
    position: absolute;
    bottom: 0;
    left: 0;
    width: calc(100% - 2px);
    display: none;
}

.goodsBox2a:nth-child(2n) .goodsBox2g {
    width: calc(100% - 1px);
}

.goodsBox2g a {
    flex: 1;
    height: 46px;
    line-height: 46px;
    text-align: center;
    background: linear-gradient(0deg, #FFD013, #FFDA23);
    font-size: 14px;
}

.goodsBox2g a:nth-child(2) {
    background: #e6e6e6;
}

.goodsBox2a:hover .goodsBox2g {
    display: flex;
}

.goodsBox2a:hover .goodsBox2f {
    display: none;
}


.index-db-bg {
    background: #f2f1f6 url(../img/index-newHome/new10.jpg) no-repeat center;
    padding-bottom: 60px;
    margin-top: 60px;
}

.index-title {
    font-size: 30px;
    padding: 50px 0 16px;
    text-align: center;
}

.index-title-mini {
    font-size: 16px;
    color: #666;
    text-align: center;
}

.index-db {
    background: #fff;
    border-radius: 4px;
    padding: 48px;
    width: 1200px;
    box-sizing: border-box;
    margin: 60px auto 0;
    position: relative;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
}

.index-db01 {
    font-size: 18px;
    padding-bottom: 10px;
}

.index-db02 {
    font-size: 16px;
    color: #666;
    line-height: 1.8em;
    width: 550px;
    padding-bottom: 32px;
}

.index-db03 {
    position: relative;
    display: flex;
    width: 630px;
    margin-top: 16px;
}

.index-db03:before {
    content: '';
    width: 520px;
    height: 5px;
    background: #dedee1;
    display: block;
    position: absolute;
    left: 0;
    top: 8px;
}

.index-db03 p {
    flex: 1;
    line-height: 1.8em;
    position: relative;
    z-index: 2;
}

.index-db03 p i {
    background: #fff;
    display: block;
    width: 10px;
    height: 10px;
    border: 5px solid #ffc000;
    border-radius: 50%;
    margin-bottom: 10px;
}

.index-db03 p span {
    font-size: 24px;
    opacity: 0.14;
    font-weight: bold;
    display: block;
}

.index-db03 p font {
    font-size: 14px;
}

.index-db04 {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    text-align: center;
    background: linear-gradient(0deg, #FFD013, #FFDA23);
    font-size: 14px;
    margin-top: 26px;
    padding: 0 24px;
}

.index-db04:hover {
    background: linear-gradient(0deg, #FFCA15, #FFB500);
}

.index-db05 {
    background: url('../img/index-newHome/new11.png') no-repeat center;
    width: 442px;
    height: 394px;
    position: absolute;
    right: 30px;
    top: -50px;
}

.index-hz {
    position: relative;
}

.swiper-hz {
    width: 1100px;
    overflow: hidden;
    padding: 40px 0 20px;
    margin: 0 auto;
}

.swiper-hz .swiper-slide {
    width: 180px;
    height: 90px;
    box-sizing: border-box;
    border-radius: 4px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
}

.index-hz .swiper-button-prev, .index-hz .swiper-button-next {
    border: 3px solid #fff;
    background: #f8f8fa;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    color: #333;
    display: flex !important;
    justify-content: center;
    align-items: center;
    font-size: 32px;
    font-weight: bold;
    margin-top: -10px;
    left: 0;
}

.index-hz .swiper-button-next {
    left: auto;
    right: 0;
}

.index-hz .swiper-button-prev i, .index-hz .swiper-button-next i {
    font-size: 22px;
    font-weight: bold;
    position: relative;
    left: -1px;
}

.index-hz .swiper-button-next i {
    left: 1px;
}

.index-news-bg {
    background: url('../img/index-newHome/new09.jpg') no-repeat center;
    padding-bottom: 60px;
}

.index-news {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}

.index-news1 {
    width: 340px;
    border-radius: 4px;
    background: #fff;
    padding: 20px;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
}

.index-news2 {
    border-bottom: 1px solid #ddd;
    display: flex;
    align-items: end;
    justify-content: space-between;
    padding-bottom: 16px;
}

.index-news2 a {
    color: #f4b800;
    font-size: 14px;
}

.index-news3 {
    padding-top: 16px;
}

.index-news3 a {
    color: #666;
    font-size: 14px;
    line-height: 36px;
    display: flex;
    justify-content: space-between;
}

.index-news3 a:hover {
    color: #f4b800;
}

.index-news3 a p {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 298px;
    position: relative;
    padding-left: 16px;
    box-sizing: border-box;
}

.index-news3 a p:after {
    content: '';
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #666;
    position: absolute;
    left: 0;
    top: 16px;
}

.index-vip-bg {
    background: linear-gradient(90deg, #ffde3b, #ffca11);
    padding: 40px 0;
}

.index-vip {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    color: #333;
}

.index-vip a {
    background: #181818;
    color: #ffca11;
    font-size: 16px;
    display: inline-block;
    line-height: 40px;
    padding: 0 32px;
    font-weight: initial;
    margin-left: 24px;
    border-radius: 3px;
    box-sizing: border-box;
}

.index-vip b {
    font-size: 28px;
}


.slideBox {
    width: 100%;
    height: 500px;
    overflow: hidden;
    position: relative;
}

.slideBox .hd {
    width: 100%;
    overflow: hidden;
    position: absolute;
    left: 0;
    bottom: 100px;
    z-index: 1;
}

.slideBox .hd ul {
    overflow: hidden;
    zoom: 1;
    display: flex;
    justify-content: center;
}

.slideBox .hd ul li {
    margin: 0 4px;
    padding: 30px 0;
    width: 40px;
    display: inline-block;
    border-radius: 2px;
    cursor: pointer;
}

.slideBox .hd ul li span {
    display: block;
    width: 100%;
    height: 5px;
    margin: 0 4px;
    border-radius: 2px;
    background: rgba(166, 166, 166, 0.8);
    cursor: pointer;
}

.slideBox .hd ul li.on {
    width: 50px;
    border-radius: 3px;
    transition: width 0.3s;
}

.slideBox .hd ul li.on span {
    background: rgba(255, 218, 35, 0.8);
}

.slideBox .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.slideBox .bd li {
    zoom: 1;
    vertical-align: middle;
}

.slideBox .bd li a {
    display: block;
    width: 100%;
    height: 500px;
    position: revert;
}

.slideBox .bd li a:after {
    position: absolute;
    top: 420px;
    left: -20%;
    right: 0;
    content: "";
    height: 13.94vw;
    width: 140%;
    border-radius: 50% 50% 0 0;
    background: #fff;
}

.index_banner {
    position: relative;
}

.index_domain {
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.6);
    box-shadow: 0px 10px 20px rgba(38, 50, 56, 0.1);
    backdrop-filter: blur(10px);
    position: absolute;
    bottom: -46px;
    left: 50%;
    margin-left: -600px;
    padding: 32px 150px 30px;
}

.index_domain_from {
    margin-bottom: 16px;
}

.index_domain_from input.text {
    width: 740px;
    height: 56px;
    border-radius: 4px 0px 0px 4px;
    border: 1px solid rgba(229, 229, 229, 1);
    padding-left: 24px;
    font-size: 16px;
}

.index_domain_from input.btn-g {
    width: 160px;
    height: 56px;
    border-radius: 0px 4px 4px 0px;
    font-size: 16px;
    border: none;
}

.index_domain_price span, .index_domain_price a {
    padding-right: 12px;
    margin-right: 12px;
    position: relative;
    color: #333;
}

.index_domain_price span:after, .index_domain_price a:after {
    content: '';
    display: inline-block;
    width: 1px;
    height: 16px;
    background: #ccc;
    position: absolute;
    right: 0;
    top: 3px;
}

.index_domain_price span:last-child:after, .index_domain_price a:last-child:after {
    display: none;
}

.index_product_bg {
    background: url("../img/index/index14.png") no-repeat center bottom;
    background-size: cover;
}

.index_product_item {
    border: 1px solid #E5E5E5;
    border-left: none;
    width: 400px;
    text-align: center;
    position: relative;
    color: #333;
}

.index_product_item:nth-child(3n-2) {
    border-left: 1px solid #E5E5E5;
}

.index_product_item:nth-child(n+4) {
    border-top: none;
}

.index_product_title {
    height: 64px;
    line-height: 64px;
    border-bottom: 1px solid #E5E5E5FF;
    position: relative;
    font-size: 24px;
    background: #fff;
    display: block;
}

.index_product_title i {
    position: absolute;
    right: 32px;
    top: 0px;
    font-size: 20px;
}

.index_product_desc {
    width: 320px;
    height: 275px;
    margin: 0 auto;
    padding-top: 36px;
    position: relative;
}

.index_product_desc svg {
    width: 72px;
    height: 72px;
}

.index_product_desc p {
    line-height: 32px;
    padding: 16px 0px 20px;
    font-size: 16px;
}

.index_product_desc .btn-g {
    width: 320px;
    position: absolute;
    padding: 15px 12px;
    bottom: 20px;
    left: 0;
    font-size: 16px;
    display: none;
}

.index_product_item:not(.index_product_more):hover {
    background: #F9F9F9FF;
}

.index_product_item:hover i {
    color: #FFC300;
}

.index_product_item:hover .index_product_desc .btn-g {
    display: block;
}

.index_product_more {
    background: url("../img/index/index13.png") no-repeat center;
    background-size: 100% 100%;
    height: 341px;
}

.index_product_more .index_product_title {
    background: none;
    border-bottom: none;
}

.index_product_list {
    padding-top: 20px;
    width: 320px;
    margin: 0 auto;
    justify-content: space-between;
}

.index_product_list .btn-g {
    width: 150px;
    height: 50px;
    margin: 8px 0;
}

.index_product_list .btn-g:hover {
    background: #FFDA23;
    border-color: #FFDA23;
    color: #333;
    border: none;
}

.index_about_bg {
    background: url("../img/index/index28.jpg") no-repeat center;
    background-size: cover;
    height: 648px;
}

.index_about .module-title-g {
    text-align: left;
}

.index_about .module-desc-g {
    color: #333;
    text-align: left;
    width: 520px;
    line-height: 2em;
}

.index_about_img {
    width: 1200px;
    height: 155px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.3);
    border: 1px solid #FFFFFF;
    backdrop-filter: blur(5px);
    display: flex;
    justify-content: space-around;
    text-align: center;
    margin: 36px 0 50px;
}

.index_about_item {
    margin: 22px 0;
}

.index_about_item img {
    margin-bottom: 8px;
}

.index_about .btn-g {
    padding: 15px 25px;
    font-size: 16px;
}

.index_about .btn-g:hover {
    border-color: #333;
    color: #333;
}

.index_about .btn-g:hover i {
    position: relative;
    animation: left1 1s linear infinite;
}

@keyframes left1 {
    0% {
        left: 0px
    }
    50% {
        left: 8px
    }
    100% {
        left: 0px
    }
}

.index_adv_bg {
    background: url("../img/index/index27.png") no-repeat center;
    height: 430px;
}

.index_adv {
    display: flex;
    justify-content: space-evenly;
    text-align: center;
    width: 1200px;
    margin: 48px auto 0;
    height: 280px;
    border-radius: 16px 16px 0px 0px;
    background: rgba(255, 255, 255, 0.5);
    box-shadow: 0px 0px 20px rgba(15, 74, 140, 0.15);
    backdrop-filter: blur(4px);

}

.index_adv_item svg {
    width: 48px;
    height: 48px;
    margin: 40px 0 20px;
}

.index_adv_item p {
    font-size: 18px;
    font-weight: 700;
}

.index_adv_item span {
    display: block;
    font-size: 14px;
    line-height: 24px;
    color: #999;
    text-align: left;
    width: 226px;
    padding-top: 16px;
}

.index_partner_bg {
    background: url("../img/index/index26.jpg") no-repeat center;
    height: 801px;
    text-align: center;
}

.index_partner {
    width: 800px;
    margin: 360px auto 0;
    display: flex;
    justify-content: space-between;
}

.index_partner_item {
    font-size: 30px;
}

.index_partner_item > div {
    font-weight: bold;
}

.index_partner_item > div > div {
    font-size: 60px;
    display: inline-block;
}

.index_partner_item > p {
    font-weight: normal;
    font-size: 14px;
    color: #666;
}

.index_partner_bg .btn-g {
    margin-top: 50px;
    padding: 20px 60px;
    font-size: 16px;
}

.number-animate {
    line-height: 60px;
    height: 60px;
    font-size: 60px;
    overflow: hidden;
    display: inline-block;
    position: relative;
    top: 6px;
}

.number-animate .number-animate-dot {
    width: 30px;
    float: left;
    text-align: center;
}

.number-animate .number-animate-dom {
    width: 38px;
    text-align: center;
    float: left;
    position: relative;
    top: 0;
}

.number-animate .number-animate-dom span, .number-animate .number-animate-dot span {
    float: left;
    width: 100%;
    height: 60px;
    line-height: 1.1;
    display: inline-block;
}

.index_news {
    width: 1200px;
    margin: 40px auto 0;
    display: flex;
    justify-content: space-between;
}

.index_news_item {
    background: #fff url("../img/index/index20.png") no-repeat left top;
    padding: 0 24px;
    width: 280px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}

.index_news_item:nth-child(2) {
    background: #fff url("../img/index/index21.png") no-repeat left top;
}

.index_news_item:nth-child(3) {
    background: #fff url("../img/index/index22.png") no-repeat left top;
}

.index_news_item h3 {
    height: 90px;
    line-height: 90px;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    display: flex;
    justify-content: space-between;
}

.index_news_item h3 a {
    color: #fff;
}

.index_news_list {
    margin: 15px 0;
}

.index_news_list a {
    color: #333;
    line-height: 40px;
    display: flex;
    justify-content: space-between;
}

.index_news_list a:hover, .index_news_list a:hover span {
    color: #FFA600;
}

.index_news_list a p {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 188px;
    position: relative;
    box-sizing: border-box;
}

.index_news_list a span {
    color: #999;
}

.index_news_activity {
    width: 280px;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start
}

.index_news_activity h4 {
    font-size: 20px;
    font-weight: 700;
    position: relative;
}

.index_news_activity h4:before {
    content: '';
    display: inline-block;
    position: relative;
    width: 3px;
    height: 20px;
    background: #FFDA23;
    top: 4px;
    margin-right: 4px;
}

.index_news_activity a {
    margin-top: 20px;
    border-radius: 8px;
}

.index_vip_bg {
    position: relative;
}

.index_vip_bg:before {
    content: '';
    width: 100%;
    height: 120px;
    background: #ebecec;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}

.index_vip_bg:after {
    content: '';
    width: 100%;
    height: 140px;
    background: url("../img/index/index25.png") no-repeat center;
    display: block;
    position: absolute;
    left: 0;
    top: -20px;
}

.index_vip {
    position: relative;
    z-index: 1;
}

.index_vip_title {
    padding: 30px 0 0px 0;
    font-size: 20px;
    font-weight: 700;
}

.index_vip_title i {
    background: url("../img/index/index30.png") no-repeat;
    display: inline-block;
    width: 86px;
    height: 20px;
    margin-left: 8px;
}

.index_vip .btn-g {
    border: none;
    color: #fff;
    padding: 12px 27px;
    background: linear-gradient(90deg, #F23F3F 0%, #FF8E7B 100%);
    margin-left: 32px;
    position: relative;
    top: -12px;
}


.banner_goods {
    background: url("../img/product/img01.png") center;
    background-size: cover;
    height: 400px;
    text-align: center;
}

.banner_goods_title {
    font-size: 44px;
    padding: 110px 0 20px;
}

.banner_goods_cont {
    font-size: 18px;
    color: #666;
    width: 660px;
    margin: 0 auto 24px;
    line-height: 32px;
}

.banner_goods a {
    font-size: 18px;
    padding: 16px 52px;
}

.goods_list_title {
    font-size: 24px;
    padding-top: 24px;
}

.goods_list_row {
    display: flex;
    flex-wrap: wrap;
    width: 1000px;
}

.goods_list_item {
    width: 312px;
    height: 118px;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
    padding: 16px 24px;
    margin: 20px 20px 0 0;
    color: #333;
}

.goods_list_item .iconjiantou_qiehuanzuo2 {
    display: none;
    font-size: 24px;
}

.goods_list_item:hover {
    background: url("../img/product/img02.png") no-repeat center;
    color: #FFA600;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.2);
}

.goods_list_item:hover .iconjiantou_qiehuanzuo2 {
    display: block;
    color: #FFA600;
}

.goods_list_item p:nth-child(1) {
    font-size: 16px;
    padding-bottom: 10px;
}

.goods_list_item p:nth-child(2) {
    color: #999;
    line-height: 24px;
    display: flex;
    flex-wrap: wrap;
}

.goods_list_item p:nth-child(2) a {
    color: #999;
    position: relative;
    margin-right: 12px;
    width: 30%;
}

.goods_list_item p:nth-child(2) a:hover {
    color: #FFA600;
}

.goods_list_item p:nth-child(2) a:nth-child(3n) {
    padding-right: 0px;
    margin-right: 0px;
}

.goods_list_item p:nth-child(2) a:before {
    content: '';
    position: absolute;
    right: 0;
    top: 4px;
    width: 1px;
    height: 14px;
    background: #999;
}

.goods_list_item p:nth-child(2) a:nth-child(3n):before, .goods_list_item p:nth-child(2) a:last-child:before {
    display: none;
}

.goods_list_not {
    width: 980px;
    font-weight: 700;
    font-size: 20px;
    color: #999;
    text-align: center;
    line-height: 160px;
    display: none;
}

.goods_agency:before {
    content: '';
    width: 100%;
    height: 200px;
    background: #e4f1fd;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}

.goods_agency:after {
    content: '';
    width: 100%;
    height: 240px;
    background: url("../img/product/img03.png") no-repeat center;
    display: block;
    position: absolute;
    left: 0;
    top: -40px;
}

.goods_agency {
    position: relative;
    padding-top: 46px;
    height: 200px;
}

.goods_agency h5 {
    font-size: 36px;
}

.goods_agency h5 i {
    background: url("../img/product/img04.png") no-repeat center;
    width: 37px;
    height: 32px;
    display: inline-block;
    margin-right: 12px;
}

.goods_agency p {
    font-size: 20px;
    color: #666;
    padding-top: 12px;
}

.goods_agency p .btn-g {
    font-size: 20px;
    padding: 16px 50px;
    position: relative;
    margin-left: 50px;
    top: -12px;
}

.goods_right {
    margin-left: 20px;
    height: 280px;
    position: sticky;
    top: 0;
    margin-top: 110px;
}

.goods_right a {
    display: block;
    color: #333;
    line-height: 40px;
    border-left: 1px solid #dfdfdf;
    padding-left: 16px;
    position: relative;
}

.goods_right a.on {
    color: #FFC300;
}

.goods_right a.on:before {
    content: '';
    position: absolute;
    left: -1px;
    top: 0;
    width: 3px;
    height: 40px;
    background: #FFC300;
}

.goods_list_search {
    width: 975px;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #dfdfdf;
    margin-top: 30px;
    display: flex;
}

.goods_list_search input {
    width: 100%;
    height: 50px;
    line-height: 50px;
    padding-left: 8px;
    background: none;
}
