@media screen and (min-width:1440px) {
    .docW{
	max-width:1400px;
	width:96%;
	margin:0 auto;
}
    .page_center {
    padding: 0 9.63541666vw;
}
}

@media screen and (max-width:1440px) {
    .docW{
	max-width:1200px;
	width:96%;
	margin:0 auto;
}
    .page_center {
    padding: 0 5.63541666vw;
}
}
@media screen and (max-width:1200px) {
    .header{
        display: none;
    }
    .sp_header{
        display: block;
    }
    .index_solutions_list{
	width: 49%;
	margin-right: 1%;
	margin-bottom: 2%;
	position: relative;
	justify-items: center;
	overflow: hidden;
	justify-content: last baseline;
    }
    .index_solutions_list:nth-child(2n){
        margin-right: 0;
    }
    .index_solutions_list:nth-child(2n+1){
        margin-right: 1%;
    }
    .index_solutions, .index_news_wrap,.index_service_wrap,.solutions_page_wrap {
        width: 100%;
        padding:5.63541666vw;
    }
    .about_content_wrap {
        padding: 4.25vw 5.63541666vw 7.291666vw;
    }
    .products_list_box {
    width: -webkit-calc(50% - 1.042vw);
    width: calc(50% - 1.042vw);
    }
    .service_content_list ul li {
    width: 50%;
    text-align: center;
    padding:0 0 0.65rem;
    }

}
@media screen and (max-width:768px) {

    .public_index_title_en{
        font-size: 1.625rem;
    }
    .public_subtitle_box {
        font-size: 1.25rem;
        margin: 0.25rem 0 0;
    }
    .index_about_img{
        width: 100%;
        padding-bottom: 85%;
    }
    .index_solution_head,.index_news_head {
    	margin-bottom: 2rem;
    }
    .news_list_box .solution_apply_item_box {
    width: 100%;
    margin: 0 0 3.3125% 0;
    -webkit-transition: all .8s ease;
    transition: all .8s ease;
    }
    .index_solution_item_btn {
    
    padding: 0.5rem 1rem;
    
}

.index_solution_item_label {
    font-size: 0.875rem;
    line-height: 1rem;
    color: #ffffff;
    width: calc(100% - 0.9375vw);
}
    .about_content_box{
        margin-top: 2.2rem;
    }
    .about_content_left{
        width: 100%;
    } 
    .about_content_right{
        width: 100%;
    }
    .about_content_right .about_right_pic{
        width: 90%;
    }
    .about_culture_box .about_culture_item{
        width: 100%;
        padding: 55px 50px 80px;
        text-align: center;
        background-color: #f4f4f4;
    }
    .solutions_list_pic {
        width: 100%;
    }
    .solutions_list_content {
        position: relative;
        width: 100%;
        padding: 2rem;
    }
    .solutions_list_title {
        font-size: 2rem;
        line-height: 2.85rem;
        color: #222222;
        margin-bottom: 1.125rem;
        position: relative;
    }
    .solution_advantage_head .public_title_text, .solutions_view_apply .public_title_text {
        font-size: 2.25rem;
        line-height: 2.85rem;
        color: #1642bb;
    }
    .solution_advantage_tab {
        margin-top: 4.1666vw;
        width: 100%;
        flex-wrap: wrap;
    }
    .solution_advantage_item_box {
        flex:1;
        width: 100%;
        margin: 0 0 3% 0;
        position: relative;
        padding: 2rem;
    }
    .solution_apply_item_box {
        width: 100%;
    }
    .products_list_box {
        width: -webkit-calc(100% - 1.042vw);
        width: calc(100% - 1.042vw);
    }
    .service_technology_photo{
        width: 100%;
    }
    .service_technology_text{
        width: 100%;
        padding: 5.63541666vw;
        position: relative;
    }
    .contact_content_text{
        width: 100%;
    }
    .messageMain .list {
        width: calc(100% - 1.042vw);
        margin: 0.781vw 0.521vw;
    }
}

@media screen and (max-width:560px) {
    .index_solutions_list{
	width: 100%;
	margin-right:0%;
	margin-bottom: 3%;
	position: relative;
	justify-items: center;
	overflow: hidden;
	justify-content: last baseline;
    }
    .index_solutions_list:nth-child(2n+1){
        margin-right: 0%;
    }
    .solutions_list_title {
        font-size: 1.25rem;
        line-height: 2rem;
        color: #222222;
        margin-bottom: 1.125rem;
        position: relative;
    }
    .solution_advantage_head .public_title_text, .solutions_view_apply .public_title_text {
        font-size: 1.25rem;
        line-height: 2rem;
        color: #1642bb;
    }
    .more a{
	padding: 0.3rem 2.125rem;
	border-radius: 25px;
	background: #00479d;
	color: #ffffff;
	-webkit-transition: all .6s ease;
    transition: all .6s ease;
}
}
    