/*头部菜单*/
.header {
    z-index: 999;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    /* padding: 1.375rem 0; */
    /* background: rgba(0,0,0,0.2); */
}
.header .header-top-container {
	border-bottom: .5px solid #fff;
	padding-top: .8rem;
	padding-bottom: .8rem;
}
.header .header-top-btns {
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: right;
}
.header .header-top-btns span {
	display: inline-block;
	padding: 0 .5rem;
}
.header .header-top-btns a {
	color: #fff;
	font-size: 14px;
	display: inline-block;
}
.header .header-top-btns .vip-btn {
	background: #1d6fef;
	color: #fff !important;
	padding: 5px 30px;
	box-sizing: border-box;
	border-radius: 5px;
	margin-left: 1.5rem;
}
.header .main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
	padding: 15px 0;
}
.header .main a {
    color: #fff;
}
.header .main .left-box {
    display: flex;
    align-items: center;
}
.header .main .left-box p {
    padding-left: 1.25rem;
    font-weight: bold;
}
.header .main .right-box {
    cursor: pointer;
    display: flex;
}
.header .main .right-box .item {
    padding: 0 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    color: #fff;
}
.header .main .right-box .cooperate-btn {
    background: #1d6fef;
    border-radius: 4px;
    padding: 0.25rem 0.625rem;
    margin-top: 0.25rem;
    display: inline-block;
}
.header .main .right-box .item .nav-link {
    padding: 0;
}
.header .main .right-box .item .dropdown-item {
    color: rgba(0,0,0,0.85);
}
.header .right-box .hot-tel {
    display: block;
    line-height: 1.5;
}

.header .right-box .menu ul {
	display: flex;
	align-items: center;
}

.header .right-box .menu ul .menu-link {
	color: #fff;
	line-height: 3.75rem;
	padding: 1.5rem;
}

.header .right-box .cont {
	width: 100%;
	position: absolute;
	left: 0;
	padding-top: 1rem;
	background: #fff;
	display: none;
}
.header .right-box .menu ul li:hover .cont {
	display: block;
	box-shadow: 0 0.3rem 0.25rem 0 rgba(0,0,0,30%);
}
.header.active {
	background: #fff !important;
}
.header .right-box .cont .container {
	display: flex;
	width: 85%;
}
.right-box .cont .lt {
	padding-top: 3rem;
	padding-bottom: 3rem;
	width: 30%;
	padding-right: 5rem;
	padding-left: 2rem;
	border-right: 1px solid #e5e5e5;
}
.right-box .cont .lt .tit {
	color: #999;
	font-size: 20px;
	line-height: 26px;
	margin-bottom: 1.5rem;
	cursor: initial;
}
.right-box .cont .lt .name {
	color: #999;
	font-size: 14px;
	cursor: initial;
}
.right-box .cont .gt {
	width: 70%;
	padding-top: 2.5rem;
	padding-bottom: 4rem;
	padding-left: 1rem;
	display: flex;
	flex-wrap: wrap;
	/* justify-content: space-between; */
}
.right-box .cont .gt .fitem {
	width: 33%;
	margin-right: 50px;
}
.right-box .cont .gt .fitem_2 {
	width: 20%;
}
.right-box .cont .gt .fitem .f_tit1 {
	display: block;
	font-size: 18px;
	margin-bottom: 24px;
	width: 100%;
	font-weight: bold;
	color: #333;
	cursor: initial;
}
.right-box .cont .gt .fitem .f_jut {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.right-box .cont .gt .fitem .f_jut .li {
	display: flex;
	align-items: center;
	color: #000;
	font-size: 14px;
	padding: 10px 8px;
	width: calc(50% - 10px);
	border-radius: 5px;
}
.right-box .cont .gt .fitem_2 .f_jut .li {
	width: 100%;
}
.right-box .cont .gt .fitem .f_jut .li span {
	font-size: 14px;
	color: #666;
}
.right-box .cont .gt .fitem_2 .f_jut .li span {
	color: #333;
}

.right-box .cont .gt .fitem .f_jut .li:hover {
	background: #f2f6f7;
}

.header.scroll {
    background: #fff;
    box-shadow: 0 0.125rem 0.25rem 0 rgba(0,0,0,50%);
}
.header.active .left-box,
.header.active .right-box .item,
.header.active .right-box .item .nav-link,
.header.active .right-box .hot-tel,
.header.active .right-box .menu ul .menu-link,
.header.active .header-top-btns,
.header.active .header-top-btns a,
.header.scroll .left-box,
.header.scroll .right-box .item,
.header.scroll .right-box .item .nav-link,
.header.scroll .right-box .hot-tel,
.header.scroll .right-box .menu ul .menu-link,
.header.scroll .header-top-btns,
.header.scroll .header-top-btns a {
    color: rgba(0,0,0,0.85);
}

.header.active .header-top-container,
.header.scroll .header-top-container{
	border-color: #e5e5e5;
}
.dropdown-menu {
    min-width: 6rem;
}

.carousel-inner .banner-box {
    position: absolute;
    color: #fff;
}
.carousel-inner .banner-box .banner-txt {
    max-width: 70%;
	padding-top: 3rem;
}
.carousel-inner .banner-box .banner-txt-center {
    max-width: 100%;
	text-align: center;
}
.carousel-inner .banner-box .banner-txt h6 {
    font-size: 2.5rem;
    font-weight: bold;
    line-height: 2;
}
.carousel-inner .banner-box .banner-inner-txt h6 {
	font-size: 1.875rem;
}
.carousel-inner .banner-box .banner-txt h6 span {
    font-size: 2.125rem;
}
.carousel-inner .banner-box .banner-inner-txt h6 span {
	font-size: 1.375rem;
}
.carousel-inner .banner-box .banner-txt .banner-sub-txt {
    font-size: 1.2rem;
	max-width: 70%;
    color: #eee;
    line-height: 1.5;
}
.carousel-inner .banner-box .banner-inner-txt .banner-sub-txt {
    font-size: 1.125rem;
}
.carousel-inner .banner-box .banner-txt-center .banner-sub-txt {
	max-width: 100%;
}
.carousel-inner .banner-box .banner-txt .banner-btn {
    display: inline-block;
	border: 2px solid #fff;
    font-size: 1rem;
    color: #fff;
    border-radius: 0.25em;
    padding: 0.2rem 1.5rem;
	margin-right: 1rem;
    margin-top: 3rem;
}

/*首页 公用标题*/
.index-container {
    padding: 4rem 0;
}
.index-container .index-title {
    padding-bottom: 2rem;
}
.index-container .index-title .en-title {
    line-height: 1;
    text-transform: capitalize;
}
.index-container .index-title h6 {
    font-family: 'SourceHanSansCNMedium';
}

/*产品与服务*/
/*ul弹性盒，目的是让li横着排，也可以将li浮动或者转行内块*/
.products-wrapper .products-box ul {
    display: flex;
    position: relative;
    height: 38rem;
}
/*将三个li宽度平分，高度60px，input隐藏*/
.products-wrapper .products-box li {
    flex: 1;
}
.products-wrapper .products-box input {
    display: none;
}
/*设置input的下一个节点label的样式*/
.products-wrapper .products-box input+label {
    width: 100%;
    text-align: center;
    cursor: pointer;
    border-bottom: 1px solid #f5f5f5;
    padding-bottom: 0.625rem;
    position: relative;
}

/*隐藏div内容*/
.products-wrapper .products-box input+label+div {
    display: none;
    position: absolute;
    left: 0;
}

/*tabs 标题选中*/
.products-wrapper .products-box input:checked+label {
    font-weight: bold;
	color: #1d6fef;
}
.products-wrapper .products-box input:checked+label:after {
    content: '';
    display: inline-block;
    width: 30%;
    border-bottom: 3px solid #1d6fef;
    position: absolute;
    bottom: 0;
}
/*tabs 标题选中的内容*/
.products-wrapper .products-box input:checked+label+div {
    display: flex;
    justify-content: flex-start;
    width: 100%;
}

/*产品与服务*/
.products-wrapper .tab-box {
    padding: 1.25rem 0;
}
.products-wrapper .tab-box .tabs-left-box {
    position: relative;
}
.tabs-left-box .tabs-left-inner {
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
    width: 100%;
    height: 100%;
    padding: 1.5rem 1.5rem 2.5rem 1.5rem;
    box-sizing: border-box;

}
.tabs-left-box .tabs-left-inner a {
    color: #fff;
}
.products-wrapper .tab-box .tabs-right-box {
    flex: 1;
    /* background: #fff url("imgs/product_bg.png") no-repeat center center; */
    background-size: 100% 100%;
    display: block;
    padding: 0 2rem;
}
.products-wrapper .tab-box .tabs-right-box .tabs-data-box {
    margin-top: 1.5rem;
    height: 19rem;
    overflow: hidden;
}

.m-proudct-wrapper .tabs-proData-box {
    margin-top: 1rem;
    height: 9rem;
    overflow: hidden;
}

/*客户案例*/
.case-wrapper ul li {
    width: 49%;
    margin-bottom: 2rem;
}
.case-wrapper li .case-content {
    display: block;
    position: relative;
    overflow: hidden;
	border-radius: 10px;
}
.case-wrapper li .case-content:hover {
    color: #fff;
}
.case-wrapper li .case-txt {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: rgba(0,0,0,0.5);
    padding: 1rem;
	text-align: center;
}

/*新闻动态*/
.news-wrapper .news-wrapper-ul {
    width: 48%;
}
.news-wrapper .news-wrapper-ul .news-title-img {
    position: relative;
    display: flex;
    align-items: center;
}
.news-wrapper .news-wrapper-ul .news-title-img:hover {
    color: #3B3B3B;
}
.news-wrapper .news-wrapper-ul .news-title-img .news-title-txt {
    position: absolute;
    left: 10%;
	color: #fff;
}
.news-wrapper .news-wrapper-ul .news-title-img .news-title-txt p {
	line-height: 1.3;
}
.news-wrapper .news-wrapper-ul .news-title-img .news-title-txt .news-title {
    font-size: 1.75rem;
	font-weight: bold;
}
.news-wrapper .news-wrapper-ul .news-title-img .news-title-txt .news-entitle {
	font-size: 1.25rem;
}
.news-wrapper .news-wrapper-ul li {
    margin-top: 1.25rem;
}

/*联系方式*/
.contact-wrapper .contact-txt {
    max-width: 80%;
}
.contact-wrapper .contact-title {
    font-weight: bold;
}
.contact-wrapper .contact-tel a,
.contact-wrapper .contact-tel a:hover {
    color: #fff;
}
.contact-wrapper .contact-link a {
    display: inline-block;
    width: 8rem;
    border: 2px solid #fff;
    border-radius: 0.5rem;
    text-align: center;
    color: #fff;
    line-height: 3.125rem;
}
.contact-wrapper .contact-link a:hover {
    color: #fff;
}

/*底部菜单*/
footer {
    background: #303030;
}
.foot-nav .foot-nav-div {
    padding: 4rem 0;
}
.foot-nav .foot-sub-title {
    display: block;
    padding-top: 0.5rem;
}
.foot-nav li a:hover {
    color: #d6d6d6;
}
.foot-copyright {
    border-top: 1px solid #eee;
    padding: 1.25rem 0;
    text-align: center;
}
.foot-copyright a,
.foot-copyright a:hover {
    color: #fff;
}

/* 右侧浮窗 */
.contact {
    position: fixed;
    right: 28px;
    top: 50%;
    transform: translateY(-50%);
    padding: 50px 0;
    /* border-right: 1px solid #00A2FF; */
    height: 404px;
    box-sizing: border-box;
    z-index: 99;
}

.contact .img-block {
    margin: 0 auto;
    display: block;
}
.contact .img-block img{
    margin: 0 auto;
    display: block;
    max-width: 100%;
}

.contact .transition {
    transition-duration: 0.8s;
}

.contact-item-block {
    position: absolute;
    right: 0;
    width: 70px;
    height: 70px;
    background-color: rgba(0, 0, 0, .4);
    /* border: 1px solid #00A2FF; */
    border-right: none;
    box-sizing: border-box;
}

.contact-item-block:nth-child(1) {
    top: 206px;
}

.contact-item-block:nth-child(2) {
    top: 284px;
}

.contact-item-block:nth-child(3) {
    top: 402px;
}

.contact-item {
    width: 100%;
    height: 100%;
}

.contact-item-p {
    color: #fff;
    font-size: 12px;
    margin-top: 5px;
}

.contact-item-in {
    height: 100%;
    display: none;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.contact-item-in-p {
    color: #fff;
    text-align: center;
    line-height: 68px;
    height: 68px;
    white-space: nowrap;
}

.contact-in.cur {
    width: 156px;
    background-color: transparent;
}

.contact-in.cur .contact-item-in {
    width: 100%;
    display: block;
}

.contact-in.cur .contact-item {
    display: none;
}

.contact-in:before {
    content: "";
    background-color: rgba(29, 111, 239, 0.8);
    position: absolute;
    height: 100%;
    width: 0;
    transition: all .8s ease;
}

.contact-in.cur:before {
    width: 100%;
}

.contact-item-block.contact-top {
    display: none;
    cursor: pointer;
    width: 46px;
    height: 46px;
}

.contact-item-block.contact-top .contact-item-p {
    font-size: 14px;
    margin-top: 0;
    line-height: 1.2;
}

.contact-qr-show {
    display: none;
    position: relative;
    z-index: 1;
    border: 1px solid rgba(29, 111, 239, 0.8);
}

@media (max-width: 1500px) {
    .carousel-inner .banner-box {
        max-width: 1100px;
    }
    .carousel-inner .banner-box .banner-txt h6 {
        font-size: 2.4rem;
    }
    .carousel-inner .banner-box .banner-txt h6 span {
        font-size: 1.5rem;
    }
    .carousel-inner .banner-box .banner-inner-txt h6 {
        font-size: 1.625rem;
    }
    .carousel-inner .banner-box .banner-inner-txt h6 span {
        font-size: 1.375rem;
    }
}

@media (max-width: 1390px) {
    .carousel-inner .banner-box {
        max-width: 1000px;
    }
}

@media (max-width: 1300px) {
    .header .main .right-box .item {
        padding: 0 0.5rem;
    }
}

@media (max-width: 1200px) {
	.header .main .left-box p {
		font-size: 1.4375rem;
	}
	.header .right-box .menu ul .menu-link {
		padding: 0.8rem;
	}
}

@media (max-width: 1024px) {
    .container {
        max-width: 100% !important;
        padding: 0 1rem !important;
    }
    .index-container {
        padding: 1rem !important;
    }
    .headerSJ .left-box {
        display: flex;
        align-items: center;
    }
    .headerSJ .left-box p {
        padding-left: 0.5rem;
    }
    .headerSJ .nav-icon {
        width: 22px;
        height: 18px;
        position: relative;
        cursor: pointer;
        display: inline-block;
    }
    .headerSJ .nav-icon span {
        background-color: #303030;
        position: absolute;
        border-radius: 2px;
        transition: .3s cubic-bezier(.8,.5,.2,1.4);
        width: 100%;
        height: 2px;
    }
    .headerSJ .nav-icon span:first-child {
        top: 0;
        left: 0;
    }
    .headerSJ .nav-icon span:nth-child(2),
    .headerSJ .nav-icon span:nth-child(3) {
        top: 8px;
        left: 0;
    }
    .headerSJ .nav-icon span:nth-child(4) {
        bottom: 0;
        left: 0;
    }
    .headerSJ .nav-list {
        display: none;
        position: absolute;
        z-index: 999;
        width: 100%;
        background: #fff;
        left: 0;
        top: 4rem;
        box-shadow: 0 0 6px -2px rgb(0 0 0 / 50%);
    }
    .headerSJ .nav-list .item {
        font-size: 1rem;
        border-bottom: 1px solid #F5F5F5;
        font-weight: bold;
        padding: 0.5rem 1rem;
        display: block;
    }
    .headerSJ .nav-icon.open span:nth-child(2) {
        transition: .3s cubic-bezier(.8,.5,.2,1.4);
        transform: rotate(30deg) scaleX(1.14);
        transition-delay: 50ms;
    }
    .headerSJ .nav-icon.open span:nth-child(3) {
        transition: .3s cubic-bezier(.8,.5,.2,1.4);
        transform: rotate(-30deg) scaleX(1.14);
        transition-delay: .1s;
    }
    .headerSJ .nav-list.show {
        display: block;
        transform-origin: 50% 0 0;
        -webkit-animation: showTag-data-v-056ce6fc .2s;
        animation: showTag-data-v-056ce6fc .2s;
    }
	
	.headerSJ .nav-list .SJbod {
	    display: none;
	    padding: 3% 0;
	}
	.headerSJ .nav-list .SJbod dd {
	    padding: 0.5rem 1rem;
	}
	.headerSJ .nav-list .SJbod dd a {
	    color: #666;
	}
	.headerSJ .nav-list .plus b,
	.headerSJ .nav-list .minus b {
	    background: url(imgs/plus.png) no-repeat center center;
	    width: 1rem;
	    height: 1rem;
	    display: inline-block;
		margin-right: 1rem;
	}
	.headerSJ .nav-list .minus b {
	    background: url(imgs/minus.jpg) no-repeat center center;
	}

    .carousel-inner .banner-box {
        max-width: 80% !important;
    }
    .carousel-inner .banner-box .banner-txt {
        max-width: 90%;
		padding-top: 0;
    }
    .carousel-inner .banner-box .banner-txt-center {
        max-width: 100%;
    }

    .collapse-menu {
        display: flex;
        /* justify-content: space-between; */
        width: 100%;
        margin: 0 auto;
        align-items: center;
		flex-wrap: wrap;
    }
    .collapse-menu .collapse-item {
        width: 25%;
    }
}

@media (max-width: 950px) {
    .card-header-tabs.collapse-menu .collapse-item {
        padding: 0;
    }
    .card-header-tabs.collapse-menu .collapse-item a {
        display: block;
        padding: 1rem 0;
        text-align: center;
    }
    .card-header-tabs.collapse-menu .collapse-item .active {
        background: #1d6fef;
        color: #fff;
        box-shadow: 1px -1px 4px 0 rgb(29 111 239 / 34%);
        border: 0;
        border-radius: 0;
    }
}

@media (max-width: 768px) {
    .case-wrapper ul li {
        width: 100%;
        margin-bottom: 1rem;
    }
    .contact-wrapper .contact-txt {
        max-width: 60%;
    }
    .contact-wrapper .contact-txt .contact-note {
        display: none;
    }
    .contact-wrapper .contact-link a {
        width: 6rem;
        font-size: 0.875rem;
        line-height: 2.5rem;
    }
    .news-wrapper .news-wrapper-ul {
        width: 100%;
    }
}

@media (max-width: 640px) {
    .carousel-inner .banner-box .banner-txt h6 {
        font-size: 1rem;
    }
    .carousel-inner .banner-box .banner-txt h6 span {
        font-size: 0.875rem;
    }
    .carousel-inner .banner-box .banner-txt .banner-sub-txt {
        font-size: 0.875rem;
        overflow: hidden;
        text-overflow: ellipsis;
        display: box;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    .carousel-inner .banner-box .banner-txt .banner-btn {
        margin-top: 1rem;
        font-size: 0.875rem;
        padding: 0.12rem 1rem;
    }
    .news-wrapper .news-wrapper-ul .news-title-img .news-title-txt {
        font-size: 1.25rem;
    }
    .credit-title {
        font-size: 18px !important;
    }
    .credit-title:nth-child(2),
    .credit-title:nth-child(3),
    .credit-title:nth-child(4) {
        width: 21% !important;
    }
    .credit-note {
        font-size: 12px !important;
    }
    .credit-note.credit-one {
        top: 20% !important;
    }
    .credit-note.credit-two {
        top: -32% !important;
    }
    .credit-note.credit-three {
        bottom: 3% !important;
    }
    .credit-note.credit-four {
        bottom: 63% !important;
        max-width: 27% !important;
    }
    .tabs-data-item:first-child {
        width: 18% !important;
    }
    .tabs-data-item:nth-child(2) {
        width: 36% !important;
    }
    .tabs-data-item:nth-child(3) {
        width: 12% !important;
    }
    .tabs-data-item:nth-child(4) {
        width: 17% !important;
    }
    .tabs-data-item:nth-child(5) {
        width: 17% !important;
    }
}
