body {
    font-size: 16px;
    font-family: nunito, sans-serif;
    /* color: #696687; */
    color: #6a6a6a;

    background: #fff !important;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

/* 框架增加 */
.dropdown-item:hover{
    background: rgba(0, 0, 0, 0.1) !important;
}

nav{
    transition: all 1s ease;
}

.navbar-dark .navbar-nav .nav-link{
    color: #fff;
}
.dropdown-item {
    line-height: 25px;
}
.bg-dark{
    background-color: #000 !important;
}

nav.bg-tertiary{
    background: none !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
/* 框架结束 */
/* 按钮 */
.onzixun{
    cursor: pointer;
}

a {
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    text-decoration: none;
    color: #696687
}

a:hover {
    text-decoration: none;
    color: #0068ff
}

a:focus {
    text-decoration: none
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    /* color: #30296c; */

    color: #000000;

    font-weight: 700;
    font-family: barlow, sans-serif
}

h3 {
    font-weight: 600
}

p {
    font-size: 16px;
    margin-bottom: 15px;
    line-height: 1.6
}

p:last-child {
    margin-bottom: 0
}

img {
    max-width: 100%;
    height: auto
}

.ptb-100 {
    padding-top: 100px;
    padding-bottom: 100px
}

.ptb-70 {
    padding-top: 70px;
    padding-bottom: 70px
}

.pt-100 {
    padding-top: 100px
}

.pb-100 {
    padding-bottom: 100px
}

.pt-70 {
    padding-top: 70px
}

.pb-70 {
    padding-bottom: 70px
}

.pb-40 {
    padding-bottom: 40px
}

.mt-100 {
    margin-top: 100px
}

.mt-minus-100 {
    margin-top: -100px
}

.mt-30 {
    margin-top: 30px
}

.mb-30 {
    margin-bottom: 30px
}

.bg-color {
    background-color: #f9fbfe
}

/* 按钮 */
.default-btn {
    font-size: 16px;
    color: #fff;
    line-height: 1;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    text-align: center;
    position: relative;
    z-index: 1;
    overflow: hidden;
    display: inline-table;
    padding: 20px 45px;
    font-weight: 600;
    border-radius: 4px;
    background-image: -webkit-gradient(linear, left top, right top, from(#0068ff), to(#0068ff));
    background-image: linear-gradient(to right, #0068ff, #0068ff)
}

.default-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: -webkit-gradient(linear, left top, right top, from(#0068ff), to(#0068ff));
    background-image: linear-gradient(to right, #0068ff, #0068ff);
    z-index: -1;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all ease .5s;
    transition: all ease .5s
}

.default-btn:hover {
    color: #fff
}

.default-btn:hover::before {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all ease .5s;
    transition: all ease .5s
}


/* 轮播 */
.banner-area {
    position: relative;
	/* height: 720px; */
    height: 74.4vh;
	overflow: hidden;
}

.d-table {
	width: 100%;
	height: 100%
}

.d-table-cell {
	vertical-align: middle;
    position: relative;
}

.d-table-cell>img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.banner-content h1 {
	font-size: 50px;
	margin-bottom: 25px;
	color: #30296c;
	line-height: 1.5;
	-webkit-animation: .6s fadeInUpBig;
	animation: .6s fadeInUpBig;
    color: #fff;
    
}

.banner-content p {
	margin-bottom: 30px;
	max-width: 600px;
	font-size: 16px;
	-webkit-animation: .9s fadeInUpBig;
	animation: .9s fadeInUpBig;
    color: #fff;
}


.banner-img {
	position: relative;
	z-index: 1;
	-webkit-animation: 1s fadeInUpBig;
	animation: 1s fadeInUpBig
}

.banner-img .banner-shape-2 {
	position: absolute;
	bottom: -40px;
	right: -40px;
	z-index: -1
}

.banner-img .animated {
  animation: up-down 2s ease-in-out infinite alternate-reverse both;
}

@-webkit-keyframes up-down {
  0% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(-10px);
  }
}

@keyframes up-down {
  0% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(-10px);
  }
}

.swiper-pagination{
    bottom: 60px !important;
}

.swiper-pagination>span{
    background: #fff;
    width: 10px;
    height: 10px;
}

.swiper-pagination .swiper-pagination-bullet-active{
    width: 20px;
    border-radius: 5px;
}

.banner-linkman{
    position: absolute;
    left: 50%;
    bottom: 110px;
    transform: translateX(-50%);
}

.banner_phone {
    width: 13.75rem;
    padding: 1.25rem;
    background-color: rgba(255, 255, 255, 0.1);
    overflow: hidden;
    text-align: center;
    z-index: 99999;
    font-family: Microsoft YaHei,Arial, Helvetica,"\534E\6587\9ED1\4F53", sans-serif;
}

.banner_wechat {
    width: 13.75rem;
    margin-left: 1.25rem;
    padding: 1.25rem;
    background-color: rgba(255, 255, 255, 0.1);
    overflow: hidden;
    text-align: center;
    z-index: 99999;
    font-family: Microsoft YaHei,Arial, Helvetica,"\534E\6587\9ED1\4F53", sans-serif;
}

.headdes {
    font-size: 1.125rem;
    color: #eee;
    margin-bottom: 1.25rem;
}

.hearder2bb-btn {
    padding: .625rem 2.5rem;
    color: #ff5722;
    border-radius: .3125rem;
    background: #ffeb3b;
    font-size: 1rem;
}

.hearder2bb-btn:hover {
    background: #eee;
    color: #ff5722;
}

.form-control {
    color: #444;
    border: .0625rem solid #d7d7d7;
    background-color: transparent;
    border-radius: .3125rem;
    font-size: 1rem;
    padding: .3125rem .625rem;
    margin-bottom: 1.875rem;
    width: 11.25rem;
}

.form-control:hover {
    border: .0625rem solid #ddd;
}

.animated_up_down {
    animation: animated_up_down 1.5s ease-in-out infinite alternate-reverse both;
}

@-webkit-keyframes animated_up_down {
    0%{
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
    50% {
        -webkit-transform: scale3d(1.05,1.05,1.05);
        transform: scale3d(1.05,1.05,1.05);
    }
    100% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}

@keyframes animated_up_down {
    0%{
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
    50% {
        -webkit-transform: scale3d(1.05,1.05,1.05);
        transform: scale3d(1.05,1.05,1.05);
    }
    100% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}

/*  */
.mini_banner {
	position: relative;
    transform: translateY(-50%);
}

.mini_banner .mini_banner_1 {
    background: #fff;
    box-shadow: 0rem 0rem 1.8125rem 0rem rgba(185, 185, 185, 0.42);
}

.mini_banner .mini_banner_1 .list_item{
    padding: 2.1563rem 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mini_banner .mini_banner_1 .list_item img {
    width: 2rem;
    height: 2.0625rem;
}

.mini_banner .mini_banner_1 .list_item .flex_box {
    margin-left: 1.4375rem;
}

.mini_banner .mini_banner_1 .list_item .flex_box .text_1 {
    font-size: 1rem;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    line-height: 1rem;
}

.mini_banner .mini_banner_1 .list_item .flex_box .text_1 a {
    color: #006fff;
}

.mini_banner .mini_banner_1 .list_item .flex_box .text_2 {
    font-size: .75rem;
    font-family: PingFang SC;
    font-weight: 500;
    color: #8C8D9E;
    line-height: .75rem;
    margin-top: .8125rem;
}


/*  */
.marketing-area {
    position: relative
}

.marketing-area .shape {
    position: absolute
}

.marketing-area .shape.shape-1 {
    top: 100px;
    left: 100px;
    -webkit-animation: moveBounce 5s linear infinite;
    animation: moveBounce 5s linear infinite
}

.marketing-area .shape.shape-2 {
    top: 100px;
    right: 100px;
    -webkit-animation: moveBounce 3s linear infinite;
    animation: moveBounce 3s linear infinite
}

/* 标题 */
.section-title {
    max-width: 800px;
    margin: -6px auto 50px;
    text-align: center;
    position: relative
}

.section-title span {
    font-size: 16px;
    color: #0068ff;
    display: block;
    margin-bottom: 5px;
    font-weight: 500
}

.section-title h2 {
    font-size: 38px;
    margin-bottom: 20px;
    position: relative
}

.section-title h2:last-child {
    margin-bottom: 0
}

.section-title p {
    max-width: 800px;
    margin: auto
}


/* 1 */
.single-services {
    text-align: center;
    padding: 30px;
    -webkit-transition: all ease .5s;
    transition: all ease .5s
}

.single-services img {
    margin-bottom: 15px
}

.single-services h3 {
    font-size: 24px;
    margin-bottom: 12px
}

.single-services h3 a {
    /* color: #30296c */
    color:#000; 
}

.single-services p {
    margin-bottom: 16px
}

.single-services .default-btn {
    padding: 12px 25px;
    border: 1px solid #0068ff;
    color: #30296c;
    background-image: none
}

.single-services:hover {
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
    background-color: #fff
}

.single-services:hover .default-btn {
    color: #fff
}

.single-services:hover .default-btn::before {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.single-services.box {
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
    background-color: #fff;
    margin-bottom: 30px
}

.single-services.box i {
    background-image: -webkit-gradient(linear, left top, right top, from(#0068ff), to(#0068ff));
    background-image: linear-gradient(to right, #0068ff, #0068ff);
    
    display: inline-block;
    width: 150px;
    height: 150px;
    line-height: 150px;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
    font-size: 40px;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    color: #0068ff;
    -webkit-animation: border-transform 5s linear infinite alternate forwards;
    animation: border-transform 5s linear infinite alternate forwards
}

.single-services.box i.merli {
    background-image: -webkit-gradient(linear, left top, right top, from(#f5f9ff), to(#f5f9ff));
    background-image: linear-gradient(to right, #f5f9ff, #f5f9ff);
    color: #fff
}

.single-services.box i.merli:hover {
    background-image: -webkit-gradient(linear, left top, right top, from(#0068ff), to(#0068ff));
    background-image: linear-gradient(to right, #0068ff, #0068ff);
    color: #0068ff
}



.single-services.box i::after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    width: 120px;
    height: 120px;
    background-color: #f5f9ff;
    z-index: -1;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    -webkit-animation: border-transform 10s linear infinite alternate forwards;
    animation: border-transform 10s linear infinite alternate forwards
}

.single-services.box i.merli::after {
    background-color: #0068ff;
}

.single-services.box:hover i {
    background-image: -webkit-gradient(linear, left top, right top, from(#f5f9ff), to(#f5f9ff));
    background-image: linear-gradient(to right, #f5f9ff, #f5f9ff);
    color: #fff
}

.single-services.box:hover i::after {
    background-image: -webkit-gradient(linear, left top, right top, from(#0068ff), to(#0068ff));
    background-image: linear-gradient(to right, #0068ff, #0068ff)
}

.single-services.box:hover i.merli::after {
    background-image: -webkit-gradient(linear, left top, right top, from(#f5f9ff), to(#f5f9ff));
    background-image: linear-gradient(to right, #f5f9ff, #f5f9ff)
}

/*  */
.counter-bg {
    /* background-color: #f5f9ff; */
    border-radius: 0 30px 0 30px
}

.single-marketing-box {
    padding: 24px;
    text-align: center;
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
    margin-bottom: 30px;
    position: relative
}

.single-marketing-box::before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    border-bottom: 2px solid #0068ff;
    width: 0;
    height: 2px;
    -webkit-transition: all ease .5s;
    transition: all ease .5s
}

.single-marketing-box h3 {
    font-size: 24px;
    margin-bottom: 15px
}

.single-marketing-box img {
    margin-bottom: 12px
}

.single-marketing-box:hover::before {
    width: 100%;
    left: 0;
    right: auto
}

.single-marketing-box.icon-style img {
    max-width: 80px;
    margin-bottom: 20px
}


/*  */
.single-counter {
    position: relative;
    margin-bottom: 30px;
    z-index: 1
}

.single-counter .count-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center
}

.single-counter .count-title h2 {
    font-size: 48px;
    color: #fff;
    margin-bottom: 0;
    line-height: 1;
    margin-bottom: 20px;
    background-image: -webkit-gradient(linear, left top, right top, from(#0068ff), to(#0068ff));
    background-image: linear-gradient(-150deg, #12dcf4 0%, #911efc 100%);
    display: inline-block;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.single-counter .count-title h2 .target {
    position: relative;
    top: 2px;
    margin-left: -10px;
    font-size: 48px;
    color: #fff
}

.single-counter .count-title h4 {
    font-size: 24px;
    margin-bottom: 0;
    color: #30296c;
    font-weight: 600
}

.single-counter .counter-shape {
    position: absolute;
    top: 50px;
    right: 0;
    margin-right: -100px
}

.single-counter .counter-shape.shape-2 {
    top: 32px
}



/* 二维码 */
.shiyong {
    background: #fff;
    border-radius: 0.25rem;
    width: 16rem;
    height: 20rem;
    position: fixed;
    top: 20%;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 0 0 0.3rem rgba(0, 0, 0, .2);
    z-index: 9999;
    visibility: visible;
    display: none;
    padding: 0rem;
    box-shadow: 1px 1px 1px 2000px rgba(0, 0, 0, .5);
}

.shiyong>div {
    padding: 0.54rem 0.7rem 0rem 0.7rem;
    padding-top: 0.9rem;
    padding-bottom: 1.3rem;
}

.shiyong input {
    margin-bottom: 0.2rem;
    top: 0.4rem;
    outline: none;
}

.shiyong p {
    font-size: 1.2rem;
    color: #333333;
    text-align: center;
    margin-bottom: 0.4rem;
}

.shiyong .input_join {
    border: none;
    border-bottom: 0.02rem solid #f2f2f2;
    height: 3.5rem;
    line-height: 0.8rem;
    padding-top: 0.2rem;
    display: block;
    width: 100%;
    font-size: 0.75rem;
}

.shiyong .input_join::-moz-placeholder {
    color: #333333;
}

.shiyong .input_join select {
    border: none;
    margin-right: 0.4rem;
    padding-right: 0.4rem;
    background-color: white;
    height: 0.5rem;
}

.shiyong .input_join select option {
    color: #333;
}

.close {
    width: 1rem;
    height: 1rem;
    background: url(d_bg.png) no-repeat;
    position: absolute;
    right: 0.6rem;
    top: 0.5rem;
}

.verCodeBtn {
    border: none;
    color: #fff;
    font-size: 0.26rem;
    border-radius: 0rem;
    cursor: pointer;
    height: 0.5rem;
    background: none;
    cursor: pointer;
}

.btn_shiyong {
    width: 2.6rem;
    text-align: center;
    cursor: pointer;
}

.btn_wxsm1 {
    background: none;
    border: none;
    height: 2.5rem;
    line-height: 1rem;
    color: #fff;
    font-size: 0.8rem;
    border-radius: 0.25rem;
    margin: 1rem auto -2.5rem auto;
    cursor: pointer;
    color: #3F84FF;
    border: 0.02rem solid #9FC1FF !important;
}

.btn_wxsm1:hover {
    opacity: 0.8;
}

.btn_join {
    width: 3rem !important;
}

.username,
.user_tel {
    font-size: 0.28rem;
    position: absolute;
    top: 0.4rem;
    right: 1rem;
}

.name {
    font-size: 0.6rem !important;
}

#verCodeBtn {
    border: none;
    color: #333;
    font-size: 0.26rem;
    border-radius: 0rem;
    cursor: pointer;
    height: 0.5rem;
    background: none;
    cursor: pointer;
    position: absolute;
    top: 0.32rem;
    right: 0rem;
    outline: none;
}

.formTip {
    color: #FF4E4E;
    font-size: 1rem;
    text-align: center
}

.tan_wei2 {
    position: absolute;
    z-index: -9;
    right: 55px;
    top: -46px;
    display: none;
}

.right_close {
    position: absolute;
    z-index: 18;
    right: 8px;
    top: 8px;
    width: 12px;
    display: block;
}

.popup {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99999999;
    display: none;
}

.popupbox {
    margin: 0 auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    width: 386px;
    height: 430px;
    background: url(pbg.png) no-repeat;
    background-size: contain;
}

.popupbox_title {
    position: absolute;
    font-size: 24px;
    font-family: PingFang SC;
    color: #020202;
    line-height: 60px;
    top: 47px;
    left: 50%;
    transform: translate(-50%);
    width: 266px;
    text-align: center
}

.popup-img {
    width: 249px;
    height: 249px;
    position: relative;
    left: 50%;
    top: 27%;
    transform: translate(-50%);
}

.zixun {
    font-size: 20px;
    line-height: 1.8;
    text-align: center;
    position: relative;
    top: 70%;
}

.zoomIn {
    -webkit-animation: zoomIn 500ms;
    animation: zoomIn 500ms;
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }

    50% {
        opacity: 1;
    }
}

.zoomOut {
    -webkit-animation: zoomOut 500ms;
    animation: zoomOut 500ms;
}

@keyframes zoomOut {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }
}




.rightPoup {
    position: fixed;
    right: 10px;
    bottom: 10px;
    z-index: 1000;
    width: 186px;
    height: 240px;
    z-index: 99999999999;
    background: url(../../images/rbg.png) no-repeat center;
}

@media (max-width: 992px) {
    .rightPoup {
        display: none;
    }
}

.addText {
    margin-left: 20%;
    font-size: 18px;
    font-family: PingFang SC;
    font-weight: 800;
    color: #333333;
    margin-top: 21px;
    margin-bottom: 17px;
}

.rightPoupEwm {
    margin-left: 20%;
    width: 115px;
    height: 115px;
    background: url("../../images/qrcode.png") no-repeat center;
    background-size: 100% 100%;
}

.rightPoupText1 {
    margin-top: 20px;
    margin-left: 19%;
    color: #FFFFFFC7;
}

.rightPoupText2 {
    margin-top: 8px;
    margin-left: 20%;
    width: 118px;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #333333;
}

.foot-tc,
.foot-ct {
    display: none;
}

.foot-tc p {
    font-size: 18px;
    margin: 0;
    margin-top: calc(15rem / 16);
}

/*  */
.current-place{
    display: flex;
    align-items: center;
}

.current-place>a{
    position: relative;
    padding: 0 15px;
    color: #fff;
    font-size: 16px;
}

.current-place>a::after{
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(-50%, -50%);
    width: 2px;
    height: 80%;
    background: #fff;
}

.current-place>a:nth-child(1)::after{
    content: none;
}

/*  */
.about-us-area{

}

.about-img {
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
    text-align: center;
}

.about-img img {
    -webkit-animation: border-transform 10s linear infinite alternate forwards;
    animation: border-transform 10s linear infinite alternate forwards;
}

.about-img .about-shape {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    -webkit-animation: rotation 30s linear infinite;
    animation: rotation 30s linear infinite;
}

.about-content {
    margin-bottom: 30px;
    margin-left: 50px;
    margin-top: -5px;
}

.about-content span {
    font-size: 16px;
    color: #0068ff;
    display: block;
    margin-bottom: 5px;
    font-weight: 700;
}

.ri-check-line{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 0.5rem;
}

.ri-check-line>i{
    color: #fff;
    width: 20px;
    height: 20px;
    line-height: 20px;
    background-color: #0068ff;
    border-radius: 50%;
    text-align: center;
    font-size: 18px;
    margin-right: 10px;
    position: relative;
}

.ri-check-line>i::after{
    content: "";
    position: absolute;
    left: 50%;
    top: 45%;
    width: 30%;
    height: 60%;
    border-width: 0 2px 2px 0;
    border-style: solid;
    border-color: #fff;
    transform: translate(-50%, -50%) rotate(45deg);
}

.ri-check-line>h4{
    width: calc(100% - 30px);
    margin-bottom: 0px;
}

.ri-check-line p{
    margin-top: 0.5rem;
}

.experience-area .ri-check-line{
    margin-bottom: 1.875rem;
}

.experience-img {
    margin-bottom: 30px;
    text-align: center;
}

/* 列表页 */
.top_banner{
    background: #306aee;
}

.top_banner .row{
    align-items: center;
    color: #fff;
}

.top_banner .row h1{
    color: #fff;
}

.newsBox{
    padding: 40px 0 120px 0;
}

.newsBox .container{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.newsBox .news_flBox, .newsBox .news_fr>div{
    box-shadow: 0px 0px 8px rgba(0,0,0,.07);
    background: #fff;
}

.newsBox .news_flBox{
    width: 72.5%;
    padding: 0 25px;
}

.newsBox .dl_news{
    width: 100%;
    min-height: 134px;
    padding: 35px 0 35px 220px;
    position: relative;
}

.newsBox .news_img{
    position: absolute;
    top: 50px;
    left: 0;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 184px;
    height: 134px;
}

.newsBox .overa{
    width: 100%;
    color: #333;
    font-size: 20px;
    line-height: 50px;

    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.newsBox .overp{
    overflow: hidden;
    max-height: 48px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: 14px;
    color: #999;
    line-height: 24px;
}

.newsBox .overd{
    font-size: 14px;
    color: #999;
    line-height: 24px;
}

.newsBox .overd>a{
    padding-left: 25px;
    margin-right: 40px;
    color: #999;
    font-size: 12px;
}

.newsBox .overd>a:nth-last-child(1){
    margin-right: 0px;
}

.newsBox .overd .icon_newsTime{
    background: url(../../images/icon_newstime.png) left center no-repeat;
}

.newsBox .overd .icon_kuaijing{
    background: url(../../images/icon_news1.png) left center no-repeat;
}

.newsBox .dl_news{
    border-bottom: 1px solid #e1e8ec;
}

.newsBox .dl_news:nth-last-child(1){
    border-bottom: 0px solid #e1e8ec;
}

.pagination{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px 0;
    text-align: center;
    font-size: 14px;
    color: #333;
    margin-top: 20px;
}

.pagination a{
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    margin: 0px 5px;
    user-select: none;
    color: #555;
}

.pagination .page-numbar .page-num-current{
    color: rgb(38, 129, 243);
    font-weight: bold;
}

.newsBox .news_fr{
    width: 24.17%;
}

.newsBox .news_fr>div{
    padding: 0 17px;
    margin-bottom: 20px;
}

.newsBox .news_fr>div:nth-last-child(1){
    margin-bottom: 0px;
}

.news_fr_title{
    line-height: 44px;
    cursor: pointer;
    font-size: 18px;
    color: #333;
}

.news_fr_list{
    border-top: 1px solid #e1e8ec;
    margin: 5px 0;
    padding: 10px 0;
}

.news_fr_list_box{
    padding: 5px 0;
}

.news_fr_list_box>div{
    font-size: 14px;
    color: #333;
    position: relative;
    padding-left: 20px;
    max-height: 48px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.news_fr_list_box>div::after{
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #4d96fc;
}

.news_fr_list_box>a{
    display: block;
    margin: 10px 0px 10px 15px;
    padding-left: 20px;
    background: url(../../images/icon_newstime.png) left center no-repeat;
}


/* 弹窗二维码 */
.code_top{
    display: none;
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
    z-index: 99999999;
}

.code_box{
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 466px;
    height: 528px;
    background: url(../../images/poupBg.png);
}

.code_img{
    width: 200px;
    height: 200px;
    position: absolute;
    left: 50%;
    top: 30%;
    transform: translate(-50%);
    background: url(../../images/qrcode.png) no-repeat;
    background-size: 100% 100%;
}

.code_zixun {
    font-size: 20px;
    line-height: 1.8;
    text-align: center;
    position: relative;
    top: 70%;
}

.bounceInUp{
    display: block;
    -webkit-animation: bounceInUp .5s ease;
    animation: bounceInUp .5s ease;
}

@-webkit-keyframes bounceInUp {
    0%, 60%, 75%, 90%, 100% {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,3000px,0) scaleY(5);
        transform: translate3d(0,3000px,0) scaleY(5);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0,-20px,0) scaleY(.9);
        transform: translate3d(0,-20px,0) scaleY(.9);
    }
    75% {
        -webkit-transform: translate3d(0,10px,0) scaleY(.95);
        transform: translate3d(0,10px,0) scaleY(.95);
    }
    90% {
        -webkit-transform: translate3d(0,-5px,0) scaleY(.985);
        transform: translate3d(0,-5px,0) scaleY(.985);
    }
    100% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

@keyframes bounceInUp {
    0%, 60%, 75%, 90%, 100% {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,3000px,0) scaleY(5);
        transform: translate3d(0,3000px,0) scaleY(5);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0,-20px,0) scaleY(.9);
        transform: translate3d(0,-20px,0) scaleY(.9);
    }
    75% {
        -webkit-transform: translate3d(0,10px,0) scaleY(.95);
        transform: translate3d(0,10px,0) scaleY(.95);
    }
    90% {
        -webkit-transform: translate3d(0,-5px,0) scaleY(.985);
        transform: translate3d(0,-5px,0) scaleY(.985);
    }
    100% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

@-webkit-keyframes rotation {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes rotation {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}



@-webkit-keyframes border-transform {

    0%,
    100% {
        border-radius: 63% 37% 54% 46%/55% 48% 52% 45%
    }

    14% {
        border-radius: 40% 60% 54% 46%/49% 60% 40% 51%
    }

    28% {
        border-radius: 54% 46% 38% 62%/49% 70% 30% 51%
    }

    42% {
        border-radius: 61% 39% 55% 45%/61% 38% 62% 39%
    }

    56% {
        border-radius: 61% 39% 67% 33%/70% 50% 50% 30%
    }

    70% {
        border-radius: 50% 50% 34% 66%/56% 68% 32% 44%
    }

    84% {
        border-radius: 46% 54% 50% 50%/35% 61% 39% 65%
    }
}

@keyframes border-transform {

    0%,
    100% {
        border-radius: 63% 37% 54% 46%/55% 48% 52% 45%
    }

    14% {
        border-radius: 40% 60% 54% 46%/49% 60% 40% 51%
    }

    28% {
        border-radius: 54% 46% 38% 62%/49% 70% 30% 51%
    }

    42% {
        border-radius: 61% 39% 55% 45%/61% 38% 62% 39%
    }

    56% {
        border-radius: 61% 39% 67% 33%/70% 50% 50% 30%
    }

    70% {
        border-radius: 50% 50% 34% 66%/56% 68% 32% 44%
    }

    84% {
        border-radius: 46% 54% 50% 50%/35% 61% 39% 65%
    }
}


@media only screen and (min-width: 1400px) {
    .container {
        max-width: 1320px;
    }
}

@media only screen and (min-width: 1300px) {
    .container {
        max-width: 1300px;
    }
}

@media (max-width: 1200px) {
    nav{
        background-color: #000 !important;
    }

    /* 联系方式 */
    .banner-linkman{
        display: none !important;
    }

    .footer-area {
        display: none;
    }

    .foot-ct {
        width: 100%;
        height: calc(102rem / 16);
        background: #1C1F36;
        font-size: calc(12rem / 16);
        text-align: center;
        color: #B2B6B6;
        padding-top: calc(12rem / 16);
        display: block;
    }

    .foot-tc {
        position: fixed;
        width: 100%;
        height: calc(60rem / 16);
        bottom: 0;
        background: #105CFB;
        color: #FFFFFF;
        text-align: center;
        line-height: calc(30rem / 16);
        z-index: 99;
        display: block;
        padding: 0;
        z-index: 999999;
    }

    .foot-tc a {
        color: #FFFFFF;
    }

    /*  */
    .mini_banner{
        transform: none;
        z-index: -1;
    }

    /*  */
    .swiper-pagination{
        bottom: 10px !important;
    }

    /*  */
    .single-counter .counter-shape {
        display: none;
    }

    /* 列表页 */
    .news_flBox{
        width: 100% !important;
    }

    .news_fr{
        display: none;
    }

    .newsBox .dl_news{
        padding: 35px 0 !important;
    }

    .newsBox .news_img{
        display: none !important;
    }
    

}

@media (max-width: 992px) {

    /*  */

}




/*=======  case  Start =======*/
.case {
    padding: 100px 0px 50px;
    background-color: #fff;
    text-align: center;
  }
  
  .case .link {
    text-align: right;
  }
  
  .case .section-head {
    padding-bottom: 22px;
  }
  
  .case .themes-box {
    overflow: hidden;
    margin-top: 30px;
    position: relative;
    background-color: white;
    -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.05);
            box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.05);
    border-radius: 15px;
    z-index: 1;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  
  .case .themes-box:hover {
    box-sizing: border-box;
    border: 2px #3284ff solid;
  }
  .case .themes-box .thumb {
    position: relative;
    z-index: 1;
    display: block;
    overflow: hidden;
  }
  
  .case .themes-box .thumb:before {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    width: 100%;
    height: 0%;
    background: rgba(0, 0, 0, 0.549);
    z-index: 2;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  
  .case .themes-box .thumb img {
    width: 100%;
  }
  
  .case .themes-box .thumb .button-box {
    z-index: 3;
    position: absolute;
    top: 90%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  
  .case .themes-box .thumb .button-box .link {
    margin: 0px 10px 0px;
    width: 44px;
    height: 44px;
    border-radius: 3px;
    line-height: 2.93;
    text-align: center;
    background: #fff;
    color: #051c35;
  }
  
  .case .themes-box .thumb .button-box .link:hover {
    color: #fff;
    background: #547af8;
  }
  
  .case .themes-box .main-content {
    padding: 30px 30px 30px;
  }
  
  .case .themes-box .main-content h5 a {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 18px;
    line-height: 1.55;
    font-weight: 600;
    color: #002249;
  }
  
  .case .themes-box .main-content .last-part {
    padding-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  
  .case .themes-box .main-content .last-part .right p.text {
    color: #6f7987;
  }
  
  .case .themes-box .main-content .last-part .right p.text a.link {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    color: #6f7987;
  }
  
  .case .themes-box .main-content .last-part .right p.text a.link:hover {
    text-decoration: underline;
    color: #547af8;
  }
  
  .case .themes-box .main-content .last-part .right .review {
    color: #ffad54;
  }
  
  .case .themes-box .main-content .last-part .right .review i {
    padding-right: 2px;
  }
  
  .case .themes-box:hover .thumb:before {
    height: 100%;
  }
  
  .case .themes-box:hover .thumb img {
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
  }
  
  .case .themes-box:hover .thumb .button-box {
    top: 50%;
    opacity: 1;
  }
  
  .case.three {
    background: #f7f7f7;
  }
  
  /*=======  Case Themes End =======*/