* {
    box-sizing: border-box;
}

a:hover {
    color: #000;
}

.login-btn:hover {
    color: #fff;
}

.banner_frame {
    width: 50%;
    height: 150px;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 20;
}

.banner_sentence {
    width: 50%;
    height: 150px;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 30;
    text-align: center;
}

.banner_sentence h3 {
    font-size: 30px;
    margin-top: 35px;
    font-family: "Sim Sun", Hiragino Sans GB, Arial;
}

.banner_sentence p {
    font-size: 25px;
    margin-top: 10px;
    font-family: Arial;
}

/* nav 导航 */
.nav-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.swiper-container {
    width: 100%;
    margin: 0 auto;
}

.swiper-container img {
    width: 100%;
}

.swiper-pagination-banner {
    position: absolute;
    left: 0 !important;
    bottom: 0 !important;
    top: auto !important;
    display: flex;
    justify-content: center;
}

.swiper-container-horizontal>.swiper-pagination-banner .swiper-pagination-bullet {
    margin: 30px 8px !important;
}

.swiper-pagination-bullet-active {
    background: #FF661B;
}



/* 热销产品，合作伙伴，为什么选我们 */
.title-h3 {
    font-size: 34px;
    color: #3B4045;
    text-align: center;
    position: relative;
    display: inline-block;
    margin: 98px 0 108px 0;
    font-weight: 600;
}

#hot_product,
#partners,
#characteristic {
    text-align: center;
}

#partners .title-h3 {
    margin-bottom: 50px;
}

.title-h3:after {
    content: "";
    position: absolute;
    left: 4%;
    bottom: -20px;
    width: 90%;
    height: 3px;
    background: #ff6d1d;
}

#characteristic {
    background: #f8f8f8;
}

.product-item {
    height: 380px;
    position: relative;
    overflow: hidden;
}

.hotNo1 {
    background: url("../../../images/index/baiwan-01.png") no-repeat;
    background-size: 100% 100%;
}

.hotNo2 {
    background: url("../../../images/index/duola-01.png") no-repeat;
    background-size: 100% 100%;
}

.hotNo3 {
    background: url("../../../images/index/product03.png") no-repeat;
    background-size: 100% 100%;
}

.hotNo4 {
    background: url("../../../images/index/xiaoxin-01.png") no-repeat;
    background-size: 100% 100%;
}

.detail-mask {
    position: absolute;
    top: 320px;
    left: 0;
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
    text-align: center;
    width: 100%;
    height: 380px;
}

.detail-mask .product-name {
    height: 60px;
    line-height: 60px;
    font-size: 22px;
}

.detail-mask .toDetail {
    margin: 20px 0;
}

.detail-mask .detail-btn {
    width: 180px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    background: url("../../../images/index/input-arrow.png") no-repeat 125px 15px;
    background-color: #f38f36;
    border-radius: 20px;
    text-align: center;
    border: none;
    outline: none;
}

.product-item:hover {

    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.5);
}

.product-item:hover .detail-mask {
    padding: 100px 0;
    top: 0;
    transition: top 0.5s ease;

}


/*热销产品*/

#hot_product .container {
    padding-bottom: 40px;
}

.f1 {
    float: left;
    background-color: #fff;
    padding: 20px;
}

.f1>h3 {
    color: #3b4045;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}

.f1>p {
    color: #869099;
    font-size: 14px;
    margin-bottom: 40px;
}

.f1 input {
    background: #ff761b;
    color: #fff;
    height: 35px;
    line-height: 35px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    text-align: center;
    width: 120px;
    outline: none;
    border: none;
}

.xiaoxinbao {
    width: 80%;
    height: 300px;
    background-color: #fff;
    background-size: 100%;
    border: 2px solid transparent;
    box-shadow: 0 0 10px #ccc;
}

.xiaoxinbao .bwyl-hot {
    right: 0;
    left: auto !important;
}

.xiaoxinbao:hover {
    background-size: 101%;
    border: 2px solid #ff761b;
    transition: all 0.4s ease;
}

.bwyl-xxb {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.bwyl-text {
    width: 40%;
}

.bwyl-img {
    width: 770px;
    height: 346px;
}

.bwyl-img img {
    width: 100%;
    height: 100%;
    /* object-fit: cover; */
}

.product_box {
    display: flex;
    justify-content: center;
}

.baiwanyiliao {
    width: 1200px;
    height: 350px;
    background-color: #fff;
    border: 2px solid transparent;
    display: flex;
    justify-content: space-between;
    padding: 0;
    position: relative;
    box-shadow: 0 0 10px #ccc;
    margin-bottom: 20px;
    overflow: hidden;

}

.baiwanyiliao .bwyl-hot {
    position: absolute;
    left: 0;
    top: 0;
    width: 65px;
    height: 40px;
}

.baiwanyiliao .bwyl-text {
    text-align: center;
}

.baiwanyiliao .bwyl-text h3 {
    color: #3b4045;
    font-size: 24px;
    margin-top: 103px;
}

.baiwanyiliao .bwyl-text p {
    font-size: 16px;
    color: #869099;
    margin: 20px 0 30px 0;
}

.baiwanyiliao .look-detail {
    width: 140px;
    height: 41px;
    border-radius: 40px;
    border: none;
    background: #ff6d1d;
    color: #fff;
    font-size: 16px;
}

.baiwanyiliao:hover {
    border: 2px solid #ff761b;
    background-size: 100%;
    background-color: #fff;
}

.baiwanyiliao:hover .bwyl-img img {
    transition: all 0.6s ease;
    transform: scale(1.05);
}

.duolaAbao {
    width: 58%;
    margin-left: 2%;
    height: 240px;
    margin-bottom: 20px;
    background: url("../../../images/index/duolaabao.png") no-repeat 85% bottom;
    background-color: #fff;
    background-size: 25%;
    border: 2px solid transparent;
}

.duolaAbao:hover {
    background-size: 25.5%;
    border: 2px solid #ff761b;
    transition: all 0.4s ease;
}

.dabaidingqi {
    width: 28%;
    margin-left: 2%;
    height: 240px;
    background: url("../../../images/index/dabai.png") no-repeat 90% bottom;
    background-color: #fff;
    background-size: 50%;
    border: 2px solid transparent;
}

.dabaidingqi:hover {

    background-size: 51%;
    border: 2px solid #ff761b;
    transition: all 0.4s ease;
}

/*平台特色*/
.chara-list {
    display: flex;
    height: 100%;
    width: 100%;
    margin-bottom: 100px;
}

.chara-list>li {
    width: 25%;
    text-align: center;
}

.chara-item>h3 {
    font-size: 18px;
    color: #3b4045;
    margin: 32px 0 20px 0;
}

.chara-item>p {
    text-align: center;
    color: #676f77;
    font-size: 14px;
    margin-bottom: 8px;
}

.chara-item>p>img {
    width: 90px;
    height: 90px;
    display: inline-block;
}

/*解决方案*/
#solution {
    height: 570px;
    position: relative;
}

#solution>.banner_list {
    height: 570px;
    overflow: hidden;
}

#solution>.banner_list>li {
    height: 570px;
}

#solution ol {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translate(0, -50%);
}

#solution .no_item {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #fff;
    margin: 10px;
}

#solution .no_item.active {
    background: #f38f36;
}

#solution .no_item:hover {
    cursor: pointer;
}

.solution_ways {
    position: absolute;
    left: 20%;
    top: 100px;
}

.solution_ways>p {
    color: #c4c4c4;
    font-size: 18px;
}

.solution_ways>h3 {
    color: #cfcfd0;
    font-size: 24px;
    margin-top: 16px;
    margin-bottom: 70px;
}

.solution_do {
    position: absolute;
    left: 20%;
    top: 240px;
}

.solution_do .example>.example_no {
    float: left;
    color: #fff;
    font-size: 50px;
    padding-right: 20px;
    border-right: 2px solid #fff;
    margin-right: 20px;
}

.solution_do .example>h3 {
    color: #fff;
    font-size: 22px;
    margin-bottom: 10px;
    line-height: 30px;
}

.solution_do .example>div {
    color: #fffbfa;
    font-size: 16px;
    line-height: 20px;
}

/*合作伙伴*/
#partners>p {
    font-size: 14px;
    color: #2d2d2d;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 22px;

}

#partners .partner-content {
    padding: 30px 20px 50px;

}

#partners .partners_items>li {
    width: 290px;
    text-align: center;
    padding: 1% 4%;
    border: 1px solid #f7f5f5;
    border-right: none;
}

#partners .partners_items>li:last-child {
    border-right: 1px solid #f7f5f5;
}

#partners .partners_items .img-responsive {
    max-width: 100%;
    height: auto;
}

#partners .partners_items {
    display: flex;
    justify-content: center;
    position: relative;
}

#partners .partners_items:before,
#partners .partners_items:after {
    content: "";
    width: 20px;
    height: 30px;
    position: absolute;
    left: -28px;
    top: 25%;
    background: url('../../../images/new-pic/arrow-right.png') no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
}

#partners .partners_items:before {
    transform: rotate(180deg);
}

#partners .partners_items:after {
    right: -28px;
    left: auto;
}



/* Carousel */
.carousel-example {
    padding: 20px 0 50px 0;
}

#complicated-content-carousel .carousel-control {
    position: absolute;
    top: -20px;
    right: 0;
    left: auto;
    bottom: auto;
    width: 14px;
    font-size: 25px;
    color: #3c3c3c !important;
    opacity: 1;
}

#complicated-content-carousel .carousel-control.left,
#complicated-content-carousel .carousel-control.right {
    background-image: none;
}

#complicated-content-carousel .carousel-control.left {
    right: 35px;
}

#complicated-content-carousel .index {
    position: absolute;
    top: -70px;
    right: 0;
    font-size: 16px;
    color: #3c3c3c;
}

#complicated-content-carousel .flex-item {
    position: relative;
    border: 1px solid #d4d4d4;

}

#complicated-content-carousel .flex-item:hover,
#complicated-content-carousel .flex-item:focus {}

.good-top {
    height: 21px;
}

.good-top-left {
    font-size: 16px;
    color: #424242;
    text-transform: uppercase;
    line-height: 21px;
}

.good-top-right {
    height: 21px;
    text-align: right;
}

.choose-color div {
    display: inline-block;
    width: 21px;
    height: 21px;
    border-radius: 50%;
    letter-spacing: 5px;
    cursor: pointer;
}

.choose-color .blue {
    background-color: #165eb9;
}

.choose-color .yellow {
    background-color: #ffe637;
}

.choose-color .black {
    background-color: #535253;
}

.choose-color .grey {
    background-color: #d3a7ac;
}

.choose-color .dark-blue {
    background-color: #35374c;
}

.choose-color .dark-blue-women {
    background-color: #192b5e;
}

.choose-color .light-blue-women {
    background-color: #1682c4;
}

.good-top-left .fa {
    position: relative;
    top: 2px;
    font-size: 21px;
}

.good-bottom {
    height: 21px;
}

.good-bottom * {
    margin-top: 0;
    margin-bottom: 0;
}

.good-bottom-left a h4 {
    font-size: 18px;
    color: #3c3c3c;
    text-transform: uppercase;
    line-height: 21px;
}

.good-bottom-right {
    position: relative;
    top: -1px;
    font-size: 22px;
    color: #424242;
    text-transform: uppercase;
    line-height: 21px;
}

.good-top-left,
.good-bottom-left {
    float: left;
    text-align: left;
}

.good-top-right,
.good-bottom-right {
    float: right;
    text-align: right;
}

.good-image {
    height: 294px;
    text-align: center;
}

.good-image:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.good-image img {
    max-height: 240px;
    vertical-align: middle;
}

.size {
    position: absolute;
    padding: 0;
    cursor: pointer;
    transition: all .35s;
}

.size.shown {
    padding: 0 5px 5px 5px;
    background-color: #fff;
    border-radius: 2px;
}

.size.shown .option:hover {
    background-color: #f5f6f7;
}

.carousel-control {
    width: 50px;
    height: 50px;
    top: 50%;
    transform: translateY(-50%);
    bottom: auto;
    font-size: 30px;
    text-align: center;
    opacity: 1;
}

a.carousel-control.left,
a.carousel-control.right {
    background-image: none;
    opacity: 1;
    text-align: center;
}

@media screen and (min-width:991px) {
    /* .code-container{
	display:none;
	width:250px;
	color:#fff;
	position:fixed;
    top:50px;
    z-index:999;
    background-color:#FF661B;
    text-align:center;
    display:block; 
    right:160px;
}*/

    .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 20px 54px;
    }

    .swiper-pagination {
        top: 36%;
        right: 20%;
    }

    .swiper-pagination-bullet {
        display: block;

        margin-top: 15px;
    }

    .swiper-pagination-bullet-active {
        background-color: #FF661B;
    }



}

/*平板*/
@media (min-width: 768px) and (max-width: 991px) {
    .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 20px 54px;
    }

    .swiper-pagination {
        top: 25%;
        right: 20%;
    }

    .swiper-pagination-bullet {
        display: block;

        margin-top: 15px;
    }

    .swiper-pagination-bullet-active {
        background-color: #FF661B;
    }

    #banner {
        height: 250px;
        position: relative;
    }

    .banner_sentence {
        width: 60%;
        height: 120px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 30;
        text-align: center;
    }

    .banner_sentence h3 {
        font-size: 22px;
        margin-top: 30px;
        font-family: "Sim Sun", Hiragino Sans GB, Arial;
    }

    .banner_sentence p {
        font-size: 16px;
        margin-top: 10px;
        font-family: Arial;
    }

    .banner_frame {
        width: 70%;
        height: 120px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 20;
    }

    .hot_product {
        position: absolute;
        width: 2rem;
        height: 3.5rem;
        top: 0;
        right: 1rem;
        background: url(../../../images/index/hot.png) no-repeat;
        background-size: 100%;
    }

    #characteristic>.chara_intro {
        margin-bottom: 10px;
        color: #a9a9a9;
        text-align: center;
    }

    #solution {
        height: 300px;
        position: relative;
    }

    #solution>.banner_list {
        height: 300px;
        overflow: hidden;
    }

    #solution>.banner_list>li {
        height: 300px;
    }

    #solution ol {
        position: absolute;
        left: 15px;
        top: 50%;
        transform: translate(0, -50%);
    }

    #aboutUs .introUs {
        text-indent: 2em;
        padding: 10px;
        line-height: 1.7;
    }

    #aboutUs>p {
        font-size: 14px;
        color: #2d2d2d;
        text-align: center;
        margin-top: 10px;
        margin-bottom: 0;
    }

    .product-item {
        height: 145px;
        position: relative;
        overflow: hidden;
    }

    .product-item {
        height: 260px;
        position: relative;
        overflow: hidden;
    }

    .detail-mask {
        position: absolute;
        top: 200px;
        left: 0;
        background: rgba(0, 0, 0, 0.3);
        color: #fff;
        text-align: center;
        width: 100%;
        height: 260px;
    }

    .detail-mask .product-name {
        height: 60px;
        line-height: 60px;
        font-size: 18px;

    }

    .product-chara {
        font-size: 14px;
        margin-top: 10px;
        height: 40px;
    }

    .detail-mask .detail-btn {
        width: 120px;
        height: 30px;
        line-height: 30px;
        color: #fff;
        background: url(../../../images/index/input-arrow.png) no-repeat 90px 10px;
        background-color: #f38f36;
        border-radius: 20px;
        text-align: left;
        padding-left: 25px;
        border: none;
        outline: none;
    }

    .product-item:hover .detail-mask {
        padding-top: 30px;
        top: 0;
        transition: top 0.5s ease;

    }

    .chara-item>h3 {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .chara-item>p {
        font-size: 12px;
        padding: 0 2px;
    }
}


/*手机*/

@media (max-width: 767px) {
    .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 5px 15px !important;
    }

    .swiper-pagination {
        top: 25% !important;
        right: 20%;
    }

    .swiper-pagination {
        top: 14%;
        right: 20%;
    }

    .swiper-pagination-bullet {
        display: block;
        margin-top: 15px;
    }

    .swiper-pagination-bullet-active {
        background-color: #FF661B;
    }

    #banner {
        height: 120px;
        position: relative;
    }

    .banner_sentence {
        width: 90%;
        height: 90px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 30;
        text-align: center;
    }

    .banner_sentence h3 {
        font-size: 22px;
        margin-top: 15px;
        font-family: "Sim Sun", Hiragino Sans GB, Arial;
    }

    .banner_sentence p {
        font-size: 16px;
        margin-top: 10px;
        font-family: Arial;
    }

    #partners>h3 {
        margin: 15px 0;
        padding: 0;
    }

    .banner_frame {
        width: 90%;
        height: 90px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 20;
    }

    #hot_product>h3,
    #characteristic>h3 {
        font-size: 34px;
        color: rgb(59, 64, 69);
        font-weight: bold;
        text-align: center;
        margin-top: 15px;
    }

    #hot_product>p,
    #characteristic>p {
        font-size: 11px;
        color: #232323;
        text-align: center;
        margin-top: 3px;
        margin-bottom: 10px;
    }

    .hot_product {
        position: absolute;
        width: 2rem;
        height: 3.5rem;
        top: 0;
        right: 1rem;
        background: url(../../../images/index/hot.png) no-repeat;
        background-size: 100%;
    }

    #characteristic>.chara_intro {
        margin-bottom: 10px;
        color: #a9a9a9;
        text-align: center;
    }

    #solution {
        height: 140px;
        position: relative;
    }

    #solution>.banner_list {
        height: 140px;
        overflow: hidden;
    }

    #solution>.banner_list>li {
        height: 140px;
    }

    #solution ol {
        position: absolute;
        left: 15px;
        top: 50%;
        transform: translate(0, -50%);
    }

    #aboutUs .introUs {
        text-indent: 2em;
        padding: 10px;
        line-height: 1.7;
    }

    #aboutUs>p {
        font-size: 14px;
        color: #2d2d2d;
        text-align: center;
        margin-top: 10px;
        margin-bottom: 0;
    }

    .product-item {
        height: 145px;
        position: relative;
        overflow: hidden;
    }

    .detail-mask {
        position: absolute;
        top: 100px;
        left: 0;
        background: rgba(0, 0, 0, 0.3);
        color: #fff;
        text-align: center;
        width: 100%;
        height: 145px;
    }

    .detail-mask .product-name {
        height: 35px;
        line-height: 20px;
        font-size: 14px;
    }

    .product-chara {
        font-size: 12px;
        line-height: 18px;
        margin-top: 10px;
        height: 36px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }

    .detail-mask .detail-btn {
        width: 85px;
        height: 30px;
        line-height: 30px;
        color: #fff;
        background: url(../../../images/index/input-arrow.png) no-repeat 67px 10px;
        background-color: #f38f36;
        border-radius: 20px;
        text-align: left;
        padding-left: 5px;
        border: none;
        outline: none;
    }

    .product-item:hover .detail-mask {
        padding: 0;
        top: 0;
        transition: top 0.5s ease;

    }

    .chara-item>h3 {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .chara-item>p {
        font-size: 12px;
        padding: 0 2px;
    }
}





@media (max-width: 767px) {
    #banner {
        height: 120px;
        position: relative;
    }

    .banner_sentence {
        width: 90%;
        height: 90px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 30;
        text-align: center;
    }

    .banner_sentence h3 {
        font-size: 22px;
        margin-top: 15px;
        font-family: "Sim Sun", Hiragino Sans GB, Arial;
    }

    .banner_sentence p {
        font-size: 16px;
        margin-top: 10px;
        font-family: Arial;
    }

    .banner_frame {
        width: 90%;
        height: 90px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 20;
    }

    #hot_product>h3,
    #characteristic>h3 {
        font-size: 34px;
        color: rgb(59, 64, 69);
        font-weight: bold;
        text-align: center;
        margin-top: 15px;
    }

    #hot_product>p,
    #characteristic>p {
        font-size: 11px;
        color: #232323;
        text-align: center;
        margin-top: 3px;
        margin-bottom: 10px;
    }

    .hot_product {
        position: absolute;
        width: 2rem;
        height: 3.5rem;
        top: 0;
        right: 1rem;
        background: url(../../../images/index/hot.png) no-repeat;
        background-size: 100%;
    }

    #characteristic>.chara_intro {
        margin-bottom: 10px;
        color: #a9a9a9;
        text-align: center;
    }

    #solution {
        height: 140px;
        position: relative;
    }

    #solution>.banner_list {
        height: 140px;
        overflow: hidden;
    }

    #solution>.banner_list>li {
        height: 140px;
    }

    #solution ol {
        position: absolute;
        left: 15px;
        top: 50%;
        transform: translate(0, -50%);
    }

    #aboutUs .introUs {
        text-indent: 2em;
        padding: 10px;
        line-height: 1.7;
    }

    #aboutUs>p {
        font-size: 14px;
        color: #2d2d2d;
        text-align: center;
        margin-top: 10px;
        margin-bottom: 0;
    }

    .carousel-example {
        padding: 0 0 50px 0;
    }



}

@media only screen and (max-width: 375px) {
    .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 20px 25px;
    }

    .swiper-pagination {
        top: 3%;
        right: 20%;
    }

    .swiper-pagination-bullet {
        display: block;
        margin-top: 15px;
    }

    .swiper-pagination-bullet-active {
        background-color: #FF661B;
    }
}




/* MEDIA QUERIES */
/* styles for phones' displays */
@media only screen and (max-width: 350px) {
    #complicated-content-carousel .flex-item {
        width: 300px;
    }

    .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 20px 25px;
    }

    .swiper-pagination {
        top: 3%;
        right: 20%;
    }

    .swiper-pagination-bullet {
        display: block;

        margin-top: 15px;
    }

    .swiper-pagination-bullet-active {
        background-color: #FF661B;
    }
}

/* styles for medium size displays */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    #complicated-content-carousel .flex-item {
        width: 300px;
    }
}




.com_title {
    margin-left: 10px;
}

.code-footer h3 {
    font-size: 14px;
    color: #FF6d1d;
    margin-left: 6px;
}

#erWeiMa222 img {
    width: 200px;
    height: 200px;
}

#myModal11 {
    align-items: center;
    justify-content: center;
}
.wxsm-content{
    height: 450px;
}
.modal-body{
    height: 400px;
    padding: 45px 55px 55px;
}
.wxsm-p{
    margin-top: 10px;
}