﻿.new_box{
    position: relative;
}
.fixed_ewm_box{
    background: url('../image/28.png');
    position: fixed;
    top: 300px;
    width: 220px;
    height: 274px;
    z-index: 1000;
}
.fixed_ewm_box p{
    font-size: 20px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 28px;
    padding: 40px 0 21px 0;
    text-align: center;
}
.fixed_ewm_box img{
    width: 150px;
    height: 150px;
    margin: 0 0 0 35px;
}

@media only screen and (max-width:828px) {
	.fixed_ewm_box { display: none;}
}

.new_title{
    text-align: center;
}
.new_title p:nth-child(1){
    font-size: 40px;
    font-weight: 500;
    color: #333333;
    line-height: 56px;
    margin: 60px 0 18px 0;
    position: relative;
}
.new_title p:nth-child(1) img{
    margin-right: 18px;
}
.new_title p:nth-child(1) .bj{
    margin: 0;
    position: absolute;
    bottom: 5px;
    left: 50%; margin-left: -3.3%;
}


@media only screen and (max-width:640px) {
	.new_title p:nth-child(1) .bj { width: 50%;}
}


.new_title p:nth-child(2){
    font-size: 20px;
    font-weight: 500;
    color: #333333;
    line-height: 28px;
}
.content_box{
    display: flex;
    margin-top: 45px;
    padding-bottom: 57px;
    z-index: 100;
}
.content_box div{
   /* width: 290px;
	
	margin-right: 13px;*/
    width: 24.1%;
	margin-right:1.2%;
    height: 378px;
    background: #FFFFFF;
    box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.1000);
    border-radius: 8px;
    position: relative;
}
.content_box div:last-child{
    margin-right: 0;
}
.content_box .hot{
    position: absolute;
    right: 0;
    top: 0;
}
.content_box div p:nth-child(2){
    padding: 16px 0 9px 12px;
    font-weight: 500;
    color: #333333;
    line-height: 30px;
    font-size: 22px;
}
.content_box div p:nth-child(3){
    padding: 0px 22px 0 12px;
    font-weight: 400;
    color: #666666;
    line-height: 20px;
    font-size: 14px;
	 height: 40px; margin-bottom: 12px;
}
@media only screen and (max-width:1080px) {
	.content_box div{ height: 398px;}
	.content_box div p:nth-child(3){ height: 60px; }
}


.content_box div p:nth-child(4){
    display: flex;
    align-items: center;
    padding: 0 22px;
    height: 49px;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1000);
    border-radius: 8px;
    font-size: 15px;
	margin-top: 0 !important;
}
.content_box div p:nth-child(4) span{
    flex: 1;
    color: #333333;
}
.content_box div p:nth-child(5) {
    margin-top: 18px;
    font-size: 13px;
    font-weight: 400;
    color: #333333;
    line-height: 18px;
}
.content_box div p:nth-child(5) img{
    margin:  0 12px 0 12px;
}
.content_box div p:nth-child(6) {
    margin-top: 12px;
    font-size: 13px;
    font-weight: 400;
    color: #333333;
    line-height: 18px;
}
.content_box div p:nth-child(6) img{
    margin:  0 12px 0 12px;
}
.content_box div p:nth-child(7) {
    color: #E33B38;
    font-size: 25px;
    line-height: 36px;
    margin-top: 40px;
}
.content_box div p:nth-child(7) span{
    font-size: 15px;
    margin-left: 12px;
}
.content_box div p:nth-child(8) {
    height: 26px;
    background: rgba(255,106,0,0.2200);
    border-radius: 2px;
    font-size: 14px;
    font-weight: 400;
    color: #EC5B58;
    line-height: 26px;
    display: flex;
    align-items: center;
    margin: 0 5px;
}
.content_box div p:nth-child(8) img{
    margin: 0 7px 0 4px;
}
.content_box div p:nth-child(9){
    display: flex;
    margin-top: 9px;
}
.content_box div p a { display: block; cursor: pointer; width: 50%;}
.content_box div p button:nth-child(1){
    width:100%;
    height: 38px;
    background: #E33B38;
    border-radius: 2px 0px 0px 2px;
    border: none;
    font-size: 14px;
    color: #fff;
}
.content_box div p a:nth-child(2) button{
     width:100%;
    height: 38px;
    background: #FFA500;
    border-radius: 2px 0px 0px 2px;
    border: none;
    font-size: 14px;
    color: #fff;
}

@media only screen and (max-width:960px) {
	.content_box { display: flex; flex-wrap: wrap; margin-top: 25px;}
	.content_box div { width: 47.6%; margin-top: 1em; margin-right: 1.2%;}
	.content_box div:nth-child(2n) { margin-right: 0;}
}

@media only screen and (max-width:500px) {
	.content_box div { width: 100%; margin-right: auto;}
}

.product_box{
    background: url('../image/49.png') no-repeat;
    background-size: 100% 100%;
}
.product_title{
    text-align: center;
}
.product_title p:nth-child(1){
    font-size: 40px;
    font-weight: 500;
    color: #333333;
    line-height: 56px;
    padding-top: 60px;
    margin-bottom: 18px;
    position: relative;
}
.product_title p:nth-child(1) img{
    margin-right: 18px;
}
.product_title p:nth-child(1) .bj{
    margin: 0;
    position: absolute;
    bottom: 5px;
    left: 50%; margin-left: -3.3%;
}

@media only screen and (max-width:640px) {
	.product_title p:nth-child(1) .bj { width: 50%;}
}

.product_title p:nth-child(2){
    font-size: 20px;
    font-weight: 500;
    color: #333333;
    line-height: 28px;
    padding-bottom: 40px;
}
.product_content{
    display: flex;
    padding-bottom: 67px;
}
.product_content div{
    width: 20%;margin-right: 6.6%;
    height: 260px;
    background: #FFFFFF;
    border-radius: 14px; 
}
.product_content div:last-child{
    margin-right: 0;
}
.product_content div:nth-child(1){
    background: url('../image/cp-1.png') right bottom no-repeat;
    background-size: auto 100%;
}
.product_content div:nth-child(2){
    background: url('../image/cp-2.png') right bottom no-repeat;
    background-size: auto 100%;
}
.product_content div:nth-child(3){
    background: url('../image/cp-3.png') right bottom no-repeat;
    background-size: auto 100%;
}
.product_content div:nth-child(4){
    background: url('../image/cp-4.png') right bottom no-repeat;
    background-size: auto 100%;
}
.product_content div p:nth-child(1){
    font-size: 20px;
    font-weight: 500;
    color: #333333;
    line-height: 28px;
    padding: 40px 0 15px 12px;
}
.product_content div p:nth-child(2){
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 22px;
    padding: 0 12px;
}


.product_content .backChange1{
	
    background-image: url('../image/cp1-1.png') !important;
}
.product_content .backChange1 p{
    color: #fff !important;
}
.product_content .backChange2{
    background-image: url('../image/cp2-2.png') !important;
}
.product_content .backChange2 p{
    color: #fff !important;
}
.product_content .backChange3{
    background-image: url('../image/cp3-3.png') !important;
}
.product_content .backChange3 p{
    color: #fff !important;
}
.product_content .backChange4{
    background-image: url('../image/cp4-4.png') !important;
}
.product_content .backChange4 p{
    color: #fff !important;
}


@media only screen and (max-width:828px) {
	.product_content { flex-wrap: wrap;}
	.product_content div{
	    width: 46.7%;margin-right: 6.6%;
	}
	.product_content div:nth-child(2n) { margin-right: 0;}
	.product_content .backChange1 {
		background-image: url('../image/cp-1.png') !important;
	}
	.product_content .backChange2 {
		background-image: url('../image/cp-2.png') !important;
	}
	.product_content .backChange3 {
		background-image: url('../image/cp-3.png') !important;
	}
	.product_content .backChange4 {
		background-image: url('../image/cp-4.png') !important;
	}
	
	.product_content .backChange1 p{
	    color: #333 !important;
	}
	.product_content .backChange2 p{
	    color: #333 !important;
	}
	.product_content .backChange3 p{
	    color: #333 !important;
	}
	.product_content .backChange4 p{
	    color: #333 !important;
	}
}

@media only screen and (max-width:420px) {
	.product_content div{
	    width: 100%;margin-right: 0;
	}
}


.tab_title{
    margin: 41px auto;
    max-width: 384px; width: 100%;
    height: 61px;
    border-radius: 36px;
    display: flex;
    align-items: center;
}
.tab_title span{
    flex: 1;
    text-align: center;
    display: inline-block;
    height: 100%;
    border-radius: 36px 0 0 36px;
    -webkit-border-radius: 36px 0 0 36px;
    -moz-border-radius: 36px 0 0 36px;
    -ms-border-radius: 36px 0 0 36px;
    -o-border-radius: 36px 0 0 36px;
    font-size: 22px;
    background-color: #FFD9D8;
    line-height: 61px;
    color: #333333;
    cursor: pointer;
}
.tab_title span:nth-child(2){
    border-radius: 0 36px 36px 0;
    -webkit-border-radius: 0 36px 36px 0;
    -moz-border-radius: 0 36px 36px 0;
    -ms-border-radius: 0 36px 36px 0;
    -o-border-radius: 0 36px 36px 0;
}
.tab_title .tab_bj{
    background-color: #E33B38;
    color: #fff;
}
.tab_1_title{
    /* width: 1200px; */
	width:auto; margin: 0 -1em; padding: 0 1em;
    height: 157px;
    background: #FAFAFA;
    display: flex;
    margin-bottom: 18px;
}
.tab_1_title>.tab_1_title_text {width: 27.8%;
    margin-right: 8.3%;}


.tab_1_title_text{
    display: flex; 
}
.tab_1_title_text:last-child{
    margin-right: 0;
}
.tab_1_title_text img{
    width: 65px;
    height: 65px;
    margin: 24px 15px 0 35px;
}
.tab_1_title_text div{
    display: flex;
    flex-direction: column;
}
.tab_1_title_text div p:nth-child(1){
    font-size: 20px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 28px;
    padding: 27px 0 8px 0;
}
.tab_1_title_text div p:nth-child(2){
    height: 66px;
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #666666;
    line-height: 22px
}
.tab_content_box{
    display: none;
}
.tab_box .isTab_content{
    display: block;
}
.tab_1_content{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.tab_1_content_text{
    width: 21.9%;
    display: flex;
    margin-right: 4.1%;
}
.tab_1_content_text:nth-child(4n){
    margin-right: 0;
}

.tab_1_content_text img{
    width: 17px;
    height: 17px;
    margin-right: 8px;
}

.tab_1_content_text div p:nth-child(1){
    font-size: 18px;
    font-weight: 400;
    color: #333333;
    line-height: 25px;
    margin-bottom: 17px;
}
.tab_1_content_text div p:nth-child(2){
    height: 63px;
    font-size: 15px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #666666;
    line-height: 21px;
    margin-bottom: 34px;
}
@media only screen and (max-width:1100px) {
	.tab_1_content_text{ width: 30.66%;  margin-right: 4%;}
	.tab_1_content_text:nth-child(4n){margin-right: 4%;	}
	.tab_1_content_text:nth-child(3n){margin-right: 0;}
}

@media only screen and (max-width:828px) {
	.tab_1_content_text{ width: 48%;  margin-right: 4%;}
	.tab_1_content_text:nth-child(3n){margin-right: 4%;}
	.tab_1_content_text:nth-child(2n){margin-right:0;	}
}

@media only screen and (max-width:500px) {
	.tab_1_content_text{ width: 100%;  margin-right: 0;}
	.tab_1_content_text:nth-child(3n){margin-right: 0;}
}

@media only screen and (max-width:960px) {
	.tab_1_title { margin: 0 -1em 18px; width: auto;}
	.tab_1_title>.tab_1_title_text {width: 33.8%;
	    margin-right: 2.3%;}
	.tab_1_title_text img { margin-left: 20px;}
}
@media only screen and (max-width:828px) {
	.tab_1_title { display: block; height: auto; margin-bottom: 30px;}
	.tab_1_title>.tab_1_title_text { width: 100%; margin: 0 auto;}
}
.tab_content_box{
    display: none;
}
.ding_title{
    text-align: center;
}
.ding_title p:nth-child(1){
    font-size: 40px;
    font-weight: 500;
    color: #333333;
    line-height: 56px;
    margin: 66px 0 18px 0;
    position: relative;
}
.ding_title p:nth-child(1) img{
    margin-right: 18px;
}
.ding_title p:nth-child(1) .bj{
    margin: 0;
    position: absolute;
    bottom: 5px;
    left: 50%; margin-left: -3.3%;
}

@media only screen and (max-width:640px) {
	.ding_title p:nth-child(1) .bj { width: 50%;}
}

.ding_title p:nth-child(2){
    font-size: 20px;
    font-weight: 500;
    color: #333333;
    line-height: 28px;
}
.ding_tab{
    display: flex;
    margin: 24px 0 46px 0;
}
.ding_tab div{
    width: 220px;
    height: 59px;
    font-size: 24px;
    font-weight: 400;
    color: #333333;
    line-height: 59px;
    margin-right: 25px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    text-align: center;
    cursor: pointer;
    background: #F0F0F0;
}
.ding_tab div:nth-child(1){
    background: rgba(50,150,250,0.1800);
    color: #155BD3;
}

@media only screen and (max-width:1100px) {
	.ding_tab div { font-size: 20px;}
}

@media only screen and (max-width:960px) {
	.ding_tab div { font-size: 18px; margin-right: 10px;}
}

@media only screen and (max-width:828px) {
	.ding_tab { flex-wrap: wrap; justify-content: center;}
	.ding_tab div { width: 27.3%; margin:0.5em 1% 0; line-height: 1.2em; padding: 0 2%;
	   justify-content: center; align-items: center; display: flex;
	}
}

.ding_tab_content{
    display: none;
}

.isDis{
    display: block;
}
.ding_tab_content_box{
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
}
.ding_tab_content_box>div { width: 40%;}
.ding_tab_content_box>img { width: 54%; height: auto;}

@media only screen and (max-width:828px) {
	.ding_tab_content_box{
	   display:block;
	}
	.ding_tab_content_box>div { width: 100%;}
	.ding_tab_content_box>img { width: 100%; }
}

.ding_tab_content p:nth-child(1){
    font-size: 22px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #333333;
    line-height: 38px;
}
.ding_tab_content p{
    font-size: 18px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 27px;
    padding-bottom: 27px;
	/* width: 479px; */
}

.enterprise_title{
    text-align: center;
}
.enterprise_title p:nth-child(1){
    font-size: 40px;
    font-weight: 500;
    color: #333333;
    line-height: 56px;
    margin: 60px 0 18px 0;
    position: relative;
}
.enterprise_title p:nth-child(1) img{
    margin-right: 18px;
}
.enterprise_title p:nth-child(1) .bj{
    margin: 0;
    position: absolute;
    bottom: 5px;
    left: 50%; margin-left: -3.3%;
}
@media only screen and (max-width:640px) {
	.enterprise_title p:nth-child(1) .bj { width: 50%;}
}
.enterprise_title p:nth-child(2){
    font-size: 20px;
    font-weight: 500;
    color: #333333;
    line-height: 28px;
    margin-bottom: 52px;
}
.scroll_div {
    /* width:1200px; */
	 width:100%;
    margin:0;
    overflow: hidden;
    white-space: nowrap;
    background:#ffffff;
}
#scroll_begin, #scroll_end, #scroll_begin ul, #scroll_end ul, #scroll_begin ul li, #scroll_end ul li{  
    display:inline;
}
.scroll_div_1 {
   /* width:1200px; */
	width:100%;
    margin:0;
    overflow: hidden;
    white-space: nowrap;
    background:#ffffff;
}
#scroll_begin_1, #scroll_end_1, #scroll_begin_1 ul, #scroll_end_1 ul, #scroll_begin_1 ul li, #scroll_end_1 ul li{  
    display:inline;
}
.scroll_div_2 {
    /* width:1200px; */
    	width:100%;
    overflow: hidden;
    white-space: nowrap;
    background:#ffffff;
}
#scroll_begin_2, #scroll_end_2, #scroll_begin_2 ul, #scroll_end_2 ul, #scroll_begin_2 ul li, #scroll_end_2 ul li{  
    display:inline;
}
.spring_form_box{
    position: fixed;
    z-index: 1001;
    right: 50%;
    top: 100px;
    display: none;
    margin-right: -300px;
}
.spring_form_box .form_box{
    width: 500px;
    height: 600px;
    background: url('../image/32.png');
    background-size: 100% 100%;
    text-align: center;
}



.spring_form_box .form_box p{
    font-size: 22px;
    font-weight: 500;
    color: #E33B38;
    line-height: 40px;
    margin-top: 190px;
    margin-bottom: 20px;
}


.spring_form_box .form_box input{
    width: 360px;
    height: 40px;
    margin-left: -10px;
    margin-bottom: 20px;
    padding-left: 20px;
    border: 1px solid #C9C9C9;
    outline:none;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.spring_form_box .form_box button{
    width:300px;
    font-size: 28px;
    margin-top: 55px;
    background-color: #F90826;
}


@media only screen and (max-width:828px) {
	.spring_form_box{  margin-right: -250px;}
	.spring_form_box .form_box{  position: absolute;}
}

@media only screen and (max-width:550px) {
	.spring_form_box { width: 90%; margin-right: 0; right: 5%;}
	.spring_form_box .form_box { width: 100%; height:120vw ;}
	
	.spring_form_box .form_box p{
	    font-size: 4vw;
	    line-height: 1.8;
	    margin-top: 38.5vw;
	    margin-bottom: 4vw;
	}
	
	.spring_form_box .form_box input{
	    width: 61vw;
		font-size: 2.8vw;
	    height: 2.9em; line-height: 2.9em;
	    margin-left: -1.8vw;
	    margin-bottom: 4vw;
	    padding-left: 3.6vw;
	    border: 1px solid #C9C9C9;
	    outline:none;
	    border-radius: 0.7vw;
	    -webkit-border-radius:  0.7vw;
	    -moz-border-radius: 0.7vw;
	    -ms-border-radius: 0.7vw;
	    -o-border-radius: 0.7vw;
	}
	
	.spring_form_box .form_box button{
	    width:54.5vw;
	    font-size: 5.1vw;
	    margin-top: 11vw;
	}
}
.mask{
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5000);
    z-index: 1000;
    display: none;
}