/*���ò��� start*/
.opacity:hover {
    filter: alpha(opacity=80);
    /* IE */
    -moz-opacity: 0.8;
    /* �ϰ�Mozilla */
    -khtml-opacity: 0.8;
    /* �ϰ�Safari */
    opacity: 0.8;
}

.w1300 {
    width: 1300px;
    margin: 0 auto;
}

.hlw-com-box {
    width: 100%;
    min-width: 1200px;
    overflow: hidden;
}

.cqhlw-tit {
    width: 100%;
    text-align: center;
}

.cqhlw-tit>b {
    font-size: 32px;
    color: #333;
    text-transform: uppercase;
}

.cqhlw-tit>b>span {
    color: #ff5b00;
}

.cqhlw-tit>p {
    font-size: 30px;
    color: #333;
    margin-top: 15px;
}

.cqhlw-tit>span {
    font-size: 16px;
    color: #868686;
    display: inline-block;
    margin-top: 15px;
}

/*banner start*/
.banner-box {
    position: relative;
    width: 100%;
    min-width: 1200px;
    overflow: hidden;
}

.banner-box .bd {
    position: relative;
    width: 1920px;
    left: 50%;
    margin-left: -960px;
    height: 450px;
    overflow: hidden;
}

.banner-box .banner {
    position: relative;
    width: 1920px;
    height: 450px;
    /*background: url("../images/index/banner.jpg") no-repeat;*/
    text-align: center;
    color: #fff;
}

.banner-box .banner .cont {
    position: relative;
    z-index: 33;
}

.banner-box .banner .cont>p {
    font-size: 52px;
    font-weight: bold;
    padding: 45px 0 35px;
}

.banner-box .banner .cont>p>span {
    color: #fff600;
}

.banner-box .banner>img {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -960px;
    width: 1920px;
    height: 450px;
}

.banner-box>a {
    width: 38px;
    height: 70px;
    background: url(../images/public/prve.png) center center no-repeat #000;
    position: absolute;
    z-index: 99;
    top: 42%;
    margin-top: -11px;
}

.banner-box>a.prev {
    left: 60px;
}

.banner-box>a.next {
    background: url(../images/public/next.png) center center no-repeat #000;
    right: 60px;
}

.banner-box>a:hover {
    opacity: 0.5;
}

/*���� start*/
.scjs-ys {
    position: relative;
    width: 100%;
    height: 100px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0 0 20px #ddd;
    -moz-box-shadow: 0 0 20px #ddd;
    box-shadow: 0 0 20px #ddd;
}

.data-list {
    width: 1200px;
    overflow: hidden;
    margin: 0 auto;
}

.data-list li {
    width: 25%;
    float: left;
    text-align: center;
    font-size: 16px;
    line-height: 31px;
    color: #707070;
    margin-top: 20px;
}

.data-list li span {
    font-size: 32px;
    line-height: 1;
    font-weight: bold;
    color: #333;
    display: inline-block;
    vertical-align: top;
}

.data-list li small {
    font-size: 13px;
    display: inline-block;
    vertical-align: top;
    margin-top: 5px;
}

/*���� end*/

/*�����Ʒ start*/
.hot-product {
    padding: 70px 0;
}

.hot-product .product {
    overflow: hidden;
    width: 1112px;
    margin: 50px auto 0;
}

.hot-product .product>li {
    position: relative;
    float: left;
    width: 185px;
    -webkit-transition: width 0.5s;
    -moz-transition: width 0.5s;
    transition: width 0.5s;
}

.hot-product .product>li.open {
    width: 372px;
}

.hot-product .product>li>a {
    display: block;
    position: relative;
    width: 186px;
    height: 513px;
    background: #f9c700;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 50px 15px 40px;
    color: #fff;
    text-align: center;
}

.hot-product .product>li>a>b {
    display: inline-block;
    margin-top: 30px;
    font-size: 21px;
    position: relative;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.hot-product .product>li>a>i {
    position: absolute;
    top: 42px;
    right: 10px;
    display: inline-block;
    width: 43px;
    height: 23px;
    background: url("../images/cqhlw/hot.png") no-repeat;
    -webkit-animation: bounce 1s both infinite;
    animation: bounce 1s both infinite;
}

.hot-product .product>li>a>p {
    font-size: 16px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    height: 72px;
    line-height: 18px;
    margin: 15px 0 0;
}

.hot-product .product>li>a>.icon {
    width: 100%;
    margin: 90px 0 70px;
    text-align: center;
}

.hot-product .product>li:hover>a>.icon img {
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.hot-product .product>li>a>span {
    display: inline-block;
    width: 159px;
    height: 44px;
    position: absolute;
    bottom: 38px;
    left: 50%;
    margin-left: -80px;
    line-height: 44px;
    background: #fddf66;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.hot-product .product>li:nth-child(2)>a {
    background: #ff7e79;
}

.hot-product .product>li:nth-child(2)>a>span {
    background: #ff7e79;
}

.hot-product .product>li:nth-child(3)>a {
    background: #1caba6;
}

.hot-product .product>li:nth-child(3)>a>span {
    background: #22bbb6;
}

.hot-product .product>li:nth-child(4)>a {
    background: #46c570;
}

.hot-product .product>li:nth-child(4)>a>span {
    background: #46c570;
}

.hot-product .product>li:nth-child(5)>a {
    background: #77a1f6;
}

.hot-product .product>li:nth-child(5)>a>span {
    background: #8fb2f7;
}

.hot-product .product>li:nth-child(6)>a {
    background: #f28e1b;
}

.hot-product .product>li:nth-child(6)>a>span {
    background: #f28e1b;
}

.hot-product .product>li>a>span>i {
    width: 21px;
    height: 19px;
    display: inline-block;
    background: url("../images/cqhlw/icon3.png") no-repeat;
    vertical-align: middle;
    margin-right: 10px;
}

@-webkit-keyframes bounce {

    0%,
    100%,
    20%,
    50%,
    80% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    40% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }

    60% {
        -webkit-transform: translateY(-2px);
        transform: translateY(-2px);
    }
}

@keyframes bounce {

    0%,
    100%,
    20%,
    50%,
    80% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    40% {
        -webkit-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
        transform: translateY(-5px);
    }

    60% {
        -webkit-transform: translateY(-2px);
        -ms-transform: translateY(-2px);
        transform: translateY(-2px);
    }
}

.hover_before {
    position: absolute;
    top: 0;
    right: -186px;
    width: 186px;
    height: 513px;
    background: #fbfbfb;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: right 0.3s;
    -moz-transition: right 0.3s;
    transition: right 0.3s;
}

.hot-product .product>li.open>.hover_before {
    right: 0;
}

.hover_before ul li {
    height: 129px;
    border-bottom: 1px solid #ddd;
    font-size: 0;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 35px 13px 0;
}

.hover_before ul li>img {
    /* display: inline-block; */
    float: left;
    width: 48px;
    height: 48px;
    margin-right: 10px;
}

.hover_before ul li>span {
    float: right;
    width: 98px;
    font-size: 14px;
    color: #999;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

/*��վ����ѡ�� start*/
.function-select {
    padding: 20px 0 60px;
}

.function-select .cont {
    margin: 50px 0 0;
}

.function-select .cont>li {
    float: left;
    width: 244px;
    height: 555px;
    border: 1px solid #ddd;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.function-select .cont>li:hover {
    -webkit-box-shadow: 0 0 20px #ddd;
    -moz-box-shadow: 0 0 20px #ddd;
    box-shadow: 0 0 20px #ddd;
}

.function-select .cont>li:not(:last-child) {
    margin-right: 17px;
}

.function-select .cont>li>img {
    width: 100%;
    height: 136px;
}

.function-select .cont>li>p {
    padding-left: 15px;
    margin: 50px 0 25px;
    font-size: 21px;
    color: #333;
}

.function-select .cont>li ul {
    padding: 0 15px;
    color: #5e5e5e;
}

.function-select .cont>li ul.ul2 {
    padding: 0 5px;
}

.function-select .cont>li ul li {
    font-size: 14px;
    margin-bottom: 10px;
}

.function-select .cont>li:hover ul li>span {
    color: #4974F5;
}

.know-more-btn {
    width: 210px;
    height: 52px;
    line-height: 52px;
    text-align: center;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    margin: 60px auto 0;
    background: #4974F5;
    color: #fff;
    font-size: 16px;
}

/*�����ɽ�վ ��������� start*/
.ter-box {
    width: 100%;
    min-width: 1300px;
    overflow: hidden;
    padding: 70px 0 56px;
    height: 630px;
    background: #f8f8f8;
}

.ter-tit {
    width: 100%;
    text-align: center;
    color: #2b2e33;
}

.ter-tit3 {
    padding: 80px 0 45px;
}

.ter-tit .box-tit {
    font-size: 42px;
    font-weight: bold;
    font-family: arial;
    line-height: 1;
    text-transform: uppercase;
}

.ter-tit .box-sm-tit {
    font-size: 28px;
}

.ter-tit .box-sm-tit>i {
    background: url(../images/cqhlw/box-tit-icons.png) no-repeat;
    width: 38px;
    height: 57px;
    vertical-align: middle;
}

.ter-content-02 {
    padding-top: 50px;
    position: relative;
}

.ter-content-02 .adv-txt {
    position: absolute;
}

.ter-content-02 .adv-txt.txt1 {
    top: 56px;
    left: 50%;
    margin-left: -184px;
}

.ter-content-02 .adv-txt.txt2 {
    top: 95px;
    left: 0;
}

.ter-content-02 .adv-txt.txt3 {
    top: 95px;
    right: 0;
}

.ter-content-02 .adv-txt.txt4 {
    top: 235px;
    left: 0;
}

.ter-content-02 .adv-txt.txt5 {
    top: 220px;
    right: 0;
}

.ter-content-02 .adv-txt.txt6 {
    top: 370px;
    left: 0;
}

.ter-content-02 .adv-txt.txt7 {
    top: 360px;
    right: 0;
}

.ter-content-02 .adv-txt.txt8 {
    top: 457px;
    left: 0;
}

.ter-content-02 .adv-txt.txt9 {
    top: 460px;
    right: 0;
}

.center-img {
    width: 465px;
    height: 325px;
    margin: 140px auto 0;
    position: relative;
    z-index: 0;
}

.center-img .num-img {
    position: absolute;
}

.center-img .jing-img {
    top: 25px;
    left: 50%;
    margin-left: -72px;
    z-index: 10;
}

.center-img .box2-img1 {
    bottom: 15px;
    left: 15px;
    z-index: 3;
}

.center-img .box2-img2 {
    bottom: 153px;
    left: 17px;
    z-index: 1;
}

.center-img .box2-img3 {
    top: 44px;
    left: 58px;
}

.center-img .box2-img4 {
    top: 34px;
    left: 267px;
}

.center-img .box2-img5 {
    width: 262px;
    height: 240px;
    top: 107px;
    left: 205px;
}

/*���� start*/
.ter-box-03 {
    width: 100%;
    min-width: 1200px;
    padding: 45px 0 60px;
    overflow: hidden;
}

.sucess-content {
    width: 100%;
    padding-top: 40px;
    min-width: 1200px;
    overflow: hidden;
}

.sucess-ul {
    width: 100%;
    overflow: hidden;
}

.sucess-ul>li {
    float: left;
    width: 25%;
    *width: 24.98%;
    overflow: hidden;
    position: relative;
}

.sucess-ul>li a {
    display: block;
}

.sucess-ul>li img {
    width: 100%;
}

.sucess-ul>li .hove-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: url(../images/cqhlw/anli-bg_03.png) repeat;
    height: 0;
    width: 100%;
    text-align: center;
    overflow: hidden;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.sucess-ul>li:hover .hove-bg {
    height: 100%;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.sucess-ul>li:hover .hove-bg .name,
.sucess-ul>li:hover .hove-bg i {
    display: block;
}

.sucess-ul>li .hove-bg .name {
    margin-top: 100px;
    font-size: 24px;
    color: #fff;
}

.sucess-ul>li .hove-bg i {
    background: url(../images/cqhlw/hove-icons.png) no-repeat;
    width: 46px;
    height: 46px;
    display: block;
    margin: 20px auto;
}

/*����*/

/*4������ start*/
/*4������ start*/
.four-bg {
    background: #d5d5d5;
}

.four-list {
    overflow: hidden;
}

.four-list li {
    width: 25%;
    text-align: center;
    line-height: 1;
    float: left;
    padding: 55px 0 50px;
}

.four-list li i {
    width: 50px;
    height: 50px;
    background: url(../images/cqhlw/four-icon_03.png) no-repeat;
    margin-right: 20px;
    vertical-align: middle;
}

.four-list li .four-icon2 {
    background-position: -50px 0;
}

.four-list li .four-icon3 {
    background-position: -100px 0;
}

.four-list li .four-icon4 {
    background-position: -150px 0;
}

.four-list li label {
    vertical-align: middle;
    text-align: left;
    font-size: 18px;
    line-height: 24px;
    color: #454545;
}

/*��д��Ϣ��ȡ������� start*/
.hlw-com-box.hh {
    padding: 0;
}

.form-box {
    position: relative;
    left: 50%;
    margin-left: -960px;
    width: 1920px;
    height: 621px;
    background: url(../images/scjs/bg3.png) center top no-repeat;
    padding-top: 60px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
}

.form-box form {
    width: 540px;
    margin: 0 auto;
    padding: 50px 0 125px;
    text-align: center;
}

.zx-input {
    position: relative;
    margin-bottom: 22px;
}

.zx-input .tel-icon {
    width: 12px;
    background-position: -17px -7px;
    left: 16px;
    top: 19px;
}

.zx-input .yz-icon {
    width: 18px;
    background-position: -29px -7px;
    left: 15px;
    top: 20px;
}

.zx-input i {
    width: 17px;
    height: 18px;
    /* background-position: 0 -7px; */
    position: absolute;
    left: 6px;
    top: 14px;
}

.iconfont {
    font-size: 30px;
    color: #d4d4d4;
}

.zx-input input,
.input-box button,
.form-btn a {
    height: 60px;
    line-height: 60px;
    vertical-align: middle;
    border-radius: 4px;
    font-size: 16px;
}

.input-box {
    overflow: hidden;
    margin-bottom: 22px;
}

.form-btn,
.zx-input,
.zx-input input,
.input-box {
    width: 100%;
    border: none;
}

.zx-input input {
    color: #757575;
    padding-left: 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.zx-input {
    position: relative;
    margin-bottom: 22px;
}

.input-box .zx-input {
    margin-bottom: 0;
    width: 359px;
}

.zx-input select {
    height: 60px;
    line-height: 60px;
    vertical-align: middle;
    border-radius: 4px;
    font-size: 16px;
    width: 100%;
    padding-left: 36px;
    border: none;
    color: #757575;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
    background: #fff;
}

.input-box button {
    background: #4974F5;
    color: #fff;
    width: 160px;
    text-align: center;
    height: 60px;
    line-height: 60px;
    vertical-align: middle;
    border-radius: 4px;
    font-size: 16px;
    display: inline-block;
    cursor: pointer;
}

.form-btn button {
    height: 60px;
    width: 100%;
    line-height: 60px;
    text-align: center;
    border-radius: 30px;
    background: #4974F5;
    font-size: 18px;
    color: #f7f7f7;
    cursor: pointer;
}

.index-com-tit {
    text-align: center;
    width: 100%;
}

.index-com-tit>p {
    font-size: 33px;
    color: #333;
    margin-bottom: 15px;
}

.index-com-tit>span {
    font-size: 18px;
    color: #999;
}

/*�ͻ����� start*/
.customer-case {
    padding: 65px 0;
    background: #f5f5f5;
}

.case-slideBox .hd ul {
    width: 100%;
    text-align: center;
    padding: 40px 0;
}

.case-slideBox .hd ul li {
    display: inline-block;
    font-size: 17px;
    color: #333;
    border: 1px solid #ddd;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    width: 128px;
    height: 38px;
    line-height: 38px;
    margin: 0 15px;
    cursor: pointer;
}

.case-slideBox .hd ul li.on {
    background: #3488ea;
    color: #fff;
}

.case-slideBox .bd {
    width: 100%;
    /* overflow: hidden; */
    margin-bottom: 30px;
}

.case-slideBox .bd ul li {
    float: left;
    /* overflow: hidden; */
    position: relative;
    width:1250px;
}

.case-slideBox .bd ul li:nth-child(1) {
    height: 730px;
    width: 100%;
    /* overflow: hidden; */
}

.case-slideBox .bd ul li:nth-child(1) a {
    position: relative;
    float: left;
    display: block;
    width: 400px;
    height: 320px;
    overflow: hidden;
    text-align: center;
    margin-bottom: 50px;
}

.case-slideBox .bd ul li:nth-child(1) a>p {
    position: relative;
    font-size: 20px;
    color: #4f4f4f;
    top: -15px;
    width: 90%;
    margin: 0 auto;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.case-slideBox .bd ul li:nth-child(1) a:nth-child(2),
.case-slideBox .bd ul li:nth-child(1) a:nth-child(5) {
    margin: 0 25px;
}

.w1250 {
    width: 1250px;
    margin: 0 auto;
}

.w1200 {
    width: 1200px;
    margin: 0 auto;
}

.case-slideBox .bd ul li:nth-child(1) a .bg {
    width: 400px;
    min-height: 306px;
    background: url("../images/index/kuang.png") no-repeat;
}

.case-slideBox .bd ul li:nth-child(1) a .bg span {
    display: block;
    width: 354px;
    margin: auto;
    height: 244px;
    overflow: hidden;
}

.case-slideBox .bd ul li:nth-child(1) a .bg img {
    width: 354px;
    min-height: 232px;
    position: relative;
    left: 0;
    top: 11px;
}

.case-slideBox .bd ul li:nth-child(1) a .hover-btn {
    position: absolute;
    left: 23px;
    top: -240px;
    width: 354px;
    height: 232px;
    line-height: 232px;
    background: rgba(0, 0, 0, 0.6);
    text-align: center;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.case-slideBox .bd ul li:nth-child(1) a:hover .hover-btn {
    top: 11px;
}

.case-slideBox .bd ul li:nth-child(1) a .hover-btn>span {
    display: inline-block;
    width: 132px;
    height: 43px;
    line-height: 43px;
    font-size: 16px;
    color: #fff;
    background:#4974F5;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.case-slideBox .bd ul li:nth-child(1) a .hover-btn>span:hover {
    opacity: 0.9;
}

.case-slideBox .bd ul li:nth-child(2) a {
    position: relative;
    float: left;
    width: 200px;
    height: 407px;
    overflow: hidden;
    margin-bottom: 30px;
    background: url("../images/index/sj-bg.png") no-repeat;
}

.case-slideBox .bd ul li:nth-child(2) a>img {
    position: relative;
    top: 29px;
    left: 6px;
    width: 188px;
    height: 357px;
}

.case-slideBox .bd ul li:nth-child(2) a .ma {
    display: none;
    position: absolute;
    top: 30px;
    left: 5px;
    text-align: center;
    width: 190px;
    height: 356px;
    background: rgba(255, 255, 255, 0.8);
    line-height: 356px;
}

.case-slideBox .bd ul li:nth-child(2) a:hover .ma {
    display: block;
}

.case-slideBox .bd ul li:nth-child(2) a .ma>img {
    width: 140px;
    height: 147px;
    display: none;
    margin: 80px 0 25px;
}

.case-slideBox .bd ul li:nth-child(2) a .ma>p {
    font-size: 18px;
    color: #4f4f4f;
}

/* .case-slideBox .bd ul li:nth-child(2) a:not(:last-child) {
    margin-right: 61px;
} */

/*�ͻ�˵ start*/
.customer-said {
    overflow: hidden;
}

.system {
    padding-top: 70px;
    position: relative;
    background: url(../images/index/system_bg.jpg) center top no-repeat;
    height: 708px;
}

.system_p {
    display: block;
    text-align: center;
    color: #888888;
    padding-top: 15px;
}

.system_con {
    width: 1920px;
    overflow: hidden;
    position: relative;
    height: 506px;
    left: 50%;
    margin-left: -960px;
}

.click_a {
    width: 94px;
    height: 42px;
    margin: 0 auto;
    overflow: hidden;
    padding: 65px 0 16px;
}

.click_a a {
    display: block;
    width: 42px;
    height: 42px;
    overflow: hidden;
}

.click_a a:hover img {
    margin-top: -42px;
}

.hover_L {
    float: left;
}

.hover_R {
    float: right;
}

.click_con {
    width: 100%;
    padding-top: 90px;
    overflow: hidden;
    margin-left: -133px;
}

.Store_con {
    padding-top: 90px;
}

.system_list {
    width: 467px !important;
    height: 452px;
    position: relative;
    background: #fafafa;
    margin: 0 5px;
    float: left;
    transition: All 0.4s ease-in-out;
    -webkit-transition: All 0.4s ease-in-out;
    -moz-transition: All 0.4s ease-in-out;
    -o-transition: All 0.4s ease-in-out;
}

.system_list_tit {
    padding: 34px 30px;
    height: 43px;
    border-bottom: 1px solid #ededed;
}

.system_list_tit span {
    display: block;
    overflow: hidden;
}

.system_list_tit span em {
    display: block;
    width: 4px;
    height: 20px;
    background: #ff9900;
    float: left;
    margin-right: 10px;
}

.system_list_tit span strong {
    display: block;
    float: left;
    font-size: 20px;
    line-height: 20px;
    color: #333;
}

.system_list_tit p {
    display: block;
    font-size: 12px;
    color: #999;
    padding-top: 12px;
}

.system_list_con {
    padding: 47px 28px 0 28px;
}

.click_con .new_cur {
    z-index: 10;
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
}

.Mask {
    width: 100%;
    height: 416px;
    opacity: 0.3;
    transition: all 1s;
    background-color: #000;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
}

.click_con .new_cur .Mask {
    opacity: 0;
}

.system_list {
    text-align: center;
}

.system_list .person {
    width: 127px;
    height: 127px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin: 20px auto;
    overflow: hidden;
}

.system_list .person>img {
    width: 100%;
    height: 100%;
}

.system_list>p {
    font-size: 22px;
    color: #333;
    position: relative;
}

.system_list>span {
    display: inline-block;
    width: 19px;
    height: 4px;
    background: #ffb142;
    margin: 0 auto;
}

.system_list .text {
    font-size: 16px;
    color: #333;
    width: 85%;
    margin: 0 auto;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    line-height: 30px;
    height: 144px;
    margin-top: 10px;
    text-align: left;
}

/***********20200909  修改表单增加代码***********/
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #999;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #999;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
    color: #999;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #999;
}

input::placeholder,
textarea::placeholder {
    color: #999;
}

.quick-order {
    background-color: #f5f5f5;
    padding-bottom: 60px;
}

.quick-order * {
    box-sizing: border-box;
}

.quick-order .m-title {
    font-size: 32px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #343434;
    padding: 48px 0 32px;
    text-align: center;
}

.quick-order .m-title span {
    color: #ff5c00;
}

.order-box {
    background: #ffffff;
    box-shadow: 1px 4px 8px 1px rgba(94, 94, 94, 0.08);
}

.order-box .top {
    padding: 32px;
    border-bottom: 1px solid #e4e4e4;
}

.order-box form {
    border: 2px solid #2685f3;
    border-radius: 0px 2px 2px 0px;
    background: #fff;
}

.order-box form .form-wrap {
    float: left;
    width: 220px;
    height: 52px;
    line-height: 52px;
    padding-left: 26px;
    position: relative;
}

.order-box form .form-wrap:after {
    content: "";
    width: 1px;
    height: 16px;
    background: #dddddd;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.order-box form .form-wrap.wider {
    width: 316px;
    border: none;
}

.order-box form .form-wrap img,
.order-box form .form-wrap span,
.order-box form .form-wrap input {
    vertical-align: middle;
}

.order-box form .form-wrap img {
    height: 16px;
    display: inline-block;
}

.order-box form .form-wrap span,
.order-box form .form-wrap input {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #979c9b;
    margin-left: 7px;
    background-color: #fff;
    border: none;
}

.order-box form .form-wrap span.selected,
.order-box form .form-wrap input.selected {
    color: #333;
}

.order-box form .form-wrap .drop-down {
    display: none;
    width: 222px;
    height: 147px;
    position: absolute;
    top: 56px;
    left: 0;
    z-index: 10;
    line-height: 1;
    padding: 24px 16px 32px;
    background-image: url(/static/images/index/dropdown_bg.png);
    background-size: 100% 100%;
    box-shadow: 0px 0px 12px 0px rgba(51, 46, 59, 0.08);
}

.order-box form .form-wrap .drop-down .drop-title {
    padding-bottom: 16px;
    border-bottom: 1px solid #e5e5e5;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #2685f3;
}

.order-box form .form-wrap .drop-down ul li {
    cursor: pointer;
    float: left;
    margin-right: 40px;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #252525;
    margin-top: 17px;
    width: 36px;
}

.order-box form .form-wrap .drop-down ul li:nth-child(3n) {
    margin-right: 0;
}

.order-box form .form-wrap .drop-down ul li.active {
    color: #2685f3;
}

.order-box form .form-wrap input {
    color: #333;
    height: 90%;
}

.order-box form .form-wrap button {
    position: absolute;
    right: 8px;
    top: 14px;
    width: 100px;
    height: 28px;
    background: #ebf4ff;
    border-radius: 4px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #2685f3;
    line-height: 28px;
}

.order-box form>button {
    float: left;
    width: 156px;
    height: 52px;
    background: #2685f3;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #ffffff;
    line-height: 35px;
}

.order-box .bottom {
    padding: 32px;
}

.order-box .bottom .success-data {
    float: left;
}

.order-box .bottom .success-data>div {
    float: left;
    margin-right: 20px;
}

.order-box .bottom .success-data>div span {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
}

.order-box .bottom .success-data>div b {
    color: #333;
    font-size: 18px;
}

.order-box .bottom .scroll {
    /* float: right; */
    height: 20px;
    overflow: hidden;
    padding-top: 3px;
    width: 890px;
    margin: 0 auto;
}

.order-box .bottom .roll {
    position: relative;
    top: 0;
}

.order-box .bottom .roll li {
    height: 20px;
}

.order-box .bottom .roll li div {
    float: left;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    width: 420px;
}

.order-box .bottom .roll li div:last-child {
    margin-left: 30px;
}

.order-box .bottom .roll li div span {
    color: #ff6600;
}

.ejForm-wrapper {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10000;
    background-color: rgba(0, 0, 0, 0.6);
    box-sizing: border-box;
}

.ejForm-wrapper * {
    box-sizing: border-box;
}

.ejForm {
    width: 531px;
    height: 533px;
    background: #ffffff;
    border-radius: 4px;
    margin: 200px auto 0;
    padding: 40px;
    position: relative;
}

.ejForm h4 {
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    text-align: center;
    margin-bottom: 28px;
}

.ejForm label {
    display: block;

    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
}

.ejForm .type {
    margin-top: 18px;
    margin-bottom: 20px;
}

.ejForm .type span {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #2685f3;
    width: 145px;
    height: 44px;
    background: #ffffff;
    border: 1px solid #2685f3;
    border-radius: 4px;
    display: inline-block;
    text-align: center;
    line-height: 44px;
    margin-right: 3px;
}

.ejForm .type span:last-child {
    margin-right: 0;
}

.ejForm .type span.active {
    border: none;
    background: #2685f3;
    color: #fff;
}

.ejForm textarea {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333;
    height: 100px;
    background: #f6f6f6;
    border: 1px solid #ededed;
    border-radius: 4px;
    resize: none;
    margin-bottom: 12px;
    padding: 16px 38px 16px 16px;
    text-indent: 0;
}

.ejForm button {
    width: 180px;
    height: 52px;
    background: #2685f3;
    border-radius: 4px;
    line-height: 52px;
    text-align: center;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #ffffff;
    margin: 20px auto 0;
    display: block;
}

.ejForm .close_form {
    width: 32px;
    height: 32px;
    position: absolute;
    opacity: 0.5;
    top: -42px;
    right: 0;
    cursor: pointer;
}

.bd .swiper-button-next,
.bd .swiper-button-prev {
    margin-top: -56px !important;
    background-size: 100% 100%;
    width: 50px;
    height: 50px;
}

.swiper-container .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
    width: 28px;
    background: #007aff;
    border-radius: 8px;
}

.bd .swiper-button-prev {
    left: -50px;
    background-image: url(/static/images/cqhlw/arrow-left-2.png);
}

.bd .swiper-button-next {
    right: -50px;
    background-image: url(/static/images/cqhlw/arrow-right-2.png);
}