﻿

.swiper-pagination-bullet {
    background: #fff;
    opacity: .6;
    width: 12px;
    height: 12px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 20px;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 8px;
}
.swiper-pagination-bullet-active {
    opacity: 1 !important;
    width: 30px;
}

.banners-hidden {
    max-width: 1920px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    color: #fff;
}

.font-box {
    z-index: 2;
    text-align: center;
}

.font-box .font1 span {
    font-weight: bold;
}

.font-box .font2 span {
    background-color: #f7695b;
    border-radius: 30px;
}

.bannermenu-box {
    z-index: 2;
    background-color: #fff;
    border-radius: 15px;
    width: 230px;
    z-index: 3;
}

.bannermenu-box .headline {
    font-size: 16px;
    border-bottom: 1px solid #ccc;
    color: #000;
}

.bannermenu-box li {
    padding-bottom: 4px;
}

.bannermenu-box li a {
    display: inline-block;
    width: 100%;
    font-size: 16px;
    transition: all 0.5s ease;
    -moz-transition: all 0.4s ease;
    /* Firefox 4 */
    -webkit-transition: all 0.4s ease;
    /* Safari and Chrome */
    -o-transition: all 0.4s ease;
    /* Opera */
}

.bannermenu-box li a img {
    max-width: 50px;
    margin-right: 12px;
}

.bannermenu-box li a:hover {
    color: rgba(251, 103, 32, 1);
}

.add-swiper .fontmenu-box {
    width: calc(100% - 140px);
    height: calc(100% - 100px);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
}

@media (min-width:1000px) {
    .font-box .font1 {
        font-size: 60px;
        letter-spacing: 8px;
        font-weight: bold;
    }

    .font-box .font2 {
        margin-top: 20px;
    }

    .font-box .font2 span {
        padding: 14px 60px;
        font-size: 20px;
    }

    .font-box {
        position: absolute;
        top: 20%;
        right: 32%;
    }

    .bannermenu-box {
        padding: 5px 10px 10px 10px;
        position: absolute;
        left: 0;
        top: -30px;
    }

    .bannermenu-box .headline {
        padding: 14px 0 15px 10px;
        margin-bottom: 10px;
    }

    .add-swiper .swiper-wrapper .swiper-slide img {
        min-height: 450px;
        width: 100%;
        height: 450px;
    }
}

@media (max-width:992px) {
    .banners-hidden {
        margin-top: 0;
    }
}

@media (max-width:999px) and (min-width:415px) {
    .font-box .font1 {
        font-size: 30px;
        letter-spacing: 8px;
    }

    .font-box .font2 {
        margin-top: 30px;
    }

    .font-box .font2 span {
        padding: 14px 40px;
        font-size: 18px;
    }

    .font-box {
        position: absolute;
        top: 18%;
        left: 50%;
        width: 980px;
        margin-left: -490px;
    }

    .bannermenu-box {
        display: none;
    }
}

@media (max-width:414px) {
    .font1 {
        font-size: 15px;
        letter-spacing: 1px;
    }

    .font2 {
        margin-top: 14px;
    }

    .font2 span {
        padding: 4px 10px;
        font-size: 12px;
    }

    .font-box {
        position: absolute;
        top: 15%;
        left: 50%;
        width: 980px;
        margin-left: -490px;
    }

    .swiper-pagination {
        display: none;
    }

    .bannermenu-box {
        display: none;
    }
}






#countdown-clock{
    display: flex;
    justify-content: center;
}
#countdown-clock > .time{
	background: rgba(33,33,33,0.3);
	border-radius: 4px;
	padding: 0px 8px;
	margin-right: 4px;
	font-size: 20px;
	font-weight: 600;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
}
#countdown-clock .time > span{
	font-weight: 700;
}
#countdown-clock .dayText {
    font-weight: normal;
    font-size: 20px;
}


.product_fg {
    margin: 12px 0 5px 0;
    width: 30%;
    height: 4px;
    background: #ffa869;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}

.index_btn_ctr {
    width: 285px;
    height: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}
.index_btn_cell {
    margin: 7px 15px;
    width: 60px;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    transition: transform 0.3s;
    transform: translateY(0);
    color: #666;
}
.index_btn_cell:hover {
    transform: translateY(-2px);
    color: #333;
}
.index_btn_pic {
    width: 48px;
    height: 48px;
    border-radius: 36px;
    overflow: hidden;
}
.index_btn_pic img {
    width: 100%;
    height: auto;
    display: block;
}
.index_btn_title {
    width: 100%;
    line-height: 24px;
    text-align: center;
    font-size: 14px;
}


/* 产品 */
.product-box {
    padding-top: 30px;
}

.product-box li .headline {
    min-height: 450px;
    /* padding: 30px; */
}

.product-box ul {
    margin-left: 0;
    margin-right: 0;
}

.product-box li .keep-account {
    min-height: 240px;
}

.product-box li .headline .images {
    padding: 60px 0 50px;
}

.product-box li .keep-account .busines {
    position: absolute;
    right: 30px;
    bottom: 20px;
}

.product-box li .keep-account .prices .right {
    position: relative;
    left: 16px;
    top: 16px;
}


.product-box li .keep-account .busines:hover {
    bottom: 24px;
}

.intellectual-property li .keep-account .busines img,
.product-box li .keep-account .busines img {
    max-height: 50px;
}




/*首页-工商服务*/
.product-box ul {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    width: 1200px;
}
.product-box ul .leftBox {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    margin-right: 15px;
}
.product-box ul .rightBox {
    width: 285px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.product-box li {
    padding-left: 0;
    padding-right: 0;
    width: 290px;
    margin-bottom: 15px;
}
.product-box li.li2 {
    width: 440px;
}

.product-box .headline {
    /* background: url("../images/business-bg2.png") center;
    background-size: cover; */
    color: #fff;
    /* padding: 20px; */
    width: 285px;
    height: 495px;
    background-color: #ffffff;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.product-box .headline .countdown {
    padding: 15px;
    background-image: url(../images/number0.png);
    background-position: top;
    background-repeat: no-repeat;
    background-size: 100%;
    border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    -ms-border-radius: 10px 10px 0 0;
    -o-border-radius: 10px 10px 0 0;
}

.product-box .headline .newsBox {
    padding: 15px 15px 0px 15px;
}

.product-box .headline .countdown h4 {
    font-size: 20px;
    margin-bottom: 4px;
}

.product-box .headline .zhuanzhu {
    font-size: 17px;
    padding: 6px 0 24px;
}

.product-box .headline .images {
    text-align: center;
}

.product-box .headline .images img {
    max-height: 95px;
}

.product-box .headline .more {
    text-align: center;
    /* margin: 0px 0 20px; */
    display: flex
;
    flex-direction: column;
    align-items: center;
}

.product-box .headline .more a {
    border: 1px solid #ff6a00;
    border-radius: 5px;
    color: #ff6a00;
    padding: 6px 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.product-box .headline .more a:hover {
    color: #ffffff;
    background-color: #ff6a00;
}

.product-box li .line {
    padding-left: 0;
    padding-right: 0;
}

.product-box li .keep-account {
    padding: 20px;
    background-color: #fff;
    position: relative;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    transition: transform 0.3s;
    transform: translateY(0);
}
.product-box li .keep-account:hover {
    transform: translateY(-3px);
    box-shadow: 0 0 6px #ddd;
}

.product-box li .keep-account:hover .pink-hover {
    color: #ff6a00;
}

.product-box li .keep-account p {
    padding: 15px 0 0px;
    height: 30px;
}

.product-box li .keep-account p.tagBox {
    margin-top: 10px;
    overflow: hidden;
    text-overflow: clip;
    white-space: nowrap;
    height: 40px;
}

.product-box li .keep-account p .tag {
    padding: 2px 6px;
    border: 1px solid #ff6a00;
    border-radius: 4px;
    color: #ff6a00;
    height: 30px;
}

.product-box li .keep-account .prices {
    overflow: hidden;
}

.product-box li .keep-account .prices .left {
    float: left;
    color: #ff6a00;
}

.product-box li .keep-account .prices .left strong {
    font-size: 22px;
}

.product-box li .keep-account .prices .right {
    color: rgb(169, 169, 169);
    text-decoration: line-through;
}