@charset "utf-8";
/* CSS Document */
@media screen and (max-width: 1200px){
	.pc_media{
		display:none;
	}
	.wap_media{
		display:block;
		width:100%;
	}
	.head_wap {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 65px;
    z-index: 999;
    background: #fff;
  }
  .head_wap .h_top {
    height: 100%;
    padding: 0 20px;
    border-bottom: 1px solid #eee;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .head_wap .h_top .logo {
    line-height: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .head_wap .h_top .logo img {
    max-height: 40px;
    margin-right: 5px;
  }
  .head_wap .h_top .open_nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .head_wap .h_top .open_nav.on i:first-child {
    -webkit-transform: translate(0, 7px) rotate(45deg);
    -ms-transform: translate(0, 7px) rotate(45deg);
    transform: translate(0, 7px) rotate(45deg);
  }
  .head_wap .h_top .open_nav.on i:nth-child(2) {
    opacity: 0;
  }
  .head_wap .h_top .open_nav.on i:last-child {
    -webkit-transform: translate(0, -7px) rotate(-45deg);
    -ms-transform: translate(0, -7px) rotate(-45deg);
    transform: translate(0, -7px) rotate(-45deg);
  }
  .head_wap .h_top .open_nav i {
    width: 24px;
    height: 2px;
    background-color: #203864;
    margin: 2.5px 0;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }
  .head_wap .h_bot {
    position: absolute;
    width: 100%;
    left: 0;
    background: #f5f5f5;
    overflow: hidden;
    padding: 20px;
    display: none;
  }
  .head_wap .h_bot .h_nav a:hover {
    color: #203864;
  }
  .head_wap .h_bot .h_nav li.on .a1 .top a {
    color: #203864;
  }
  .head_wap .h_bot .h_nav li .a1 .top {
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    border-bottom: 1px solid transparent;
  }
  .head_wap .h_bot .h_nav li .a1 .top.on {
    border-color: #13943f;
  }
  .head_wap .h_bot .h_nav li .a1 .top.on a {
    color: #13943f;
  }
  .head_wap .h_bot .h_nav li .a1 .top.on i {
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    color: #13943f;
  }
  .head_wap .h_bot .h_nav li .a1 .top a {
    width: calc(100% - 50px);
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    font-size: 16px;
    text-transform: uppercase;
  }
  .head_wap .h_bot .h_nav li .a1 .top i {
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    font-size: 24px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }
  .head_wap .h_bot .h_nav li .a1 .box {
    display: none;
    padding: 10px;
  }
  .head_wap .h_bot .h_nav li .a1 .box .a2 .top2 {
    height: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    border-bottom: 1px solid transparent;
  }
  .head_wap .h_bot .h_nav li .a1 .box .a2 .top2.on {
    border-color: #13943f;
  }
  .head_wap .h_bot .h_nav li .a1 .box .a2 .top2.on a {
    color: #13943f;
  }
  .head_wap .h_bot .h_nav li .a1 .box .a2 .top2.on i {
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    color: #13943f;
  }
  .head_wap .h_bot .h_nav li .a1 .box .a2 .top2 a {
    width: calc(100% - 50px);
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    font-size: 14px;
  }
  .head_wap .h_bot .h_nav li .a1 .box .a2 .top2 i {
    width: 40px;
    height: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    font-size: 20px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }
  .head_wap .h_bot .h_nav li .a1 .box .a2 .box2 {
    display: none;
    padding: 0 10px;
  }
  .head_wap .h_bot .h_nav li .a1 .box .a2 .box2 a {
    width: 100%;
    line-height: 30px;
    font-size: 13px;
    display: block;
  }
  .head_wap .h_bot .h_nav li .a1 .box .a2 .box2 a.on {
    color: #13943f;
  }
  .head_wap .h_bot .h_search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    height: 40px;
    margin: 10px 0;
  }
  .head_wap .h_bot .h_search input {
    width: calc(100% - 40px);
    height: 100%;
    background: #fff;
    padding: 0 15px;
    font-size: 14px;
    color: #333;
  }
  .head_wap .h_bot .h_search input::placeholder {
    font-size: 14px;
    color: #333;
  }
  .head_wap .h_bot .h_search a,
  .head_wap .h_bot .h_search button {
    width: 40px;
    height: 100%;
    background: #13943f;
    color: #fff;
    font-size: 20px;
    text-align: center;
    line-height: 40px;
  }
  .head_wap .h_bot .h_lan {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    height: 40px;
    margin: 10px 0;
  }
  .head_wap .h_bot .h_lan a {
    font-size: 16px;
    color: #333;
    margin: 0 8px;
  }
  .head_wap .h_bot .h_lan a.on {
    color: #13943f;
  }
	.public_banner_img {
    padding-bottom: 60%;
	}
	.index_public_cn,.index_product_title {
    font-size: 2rem;
    line-height: 2.25rem;
	}
	.index_public_info {
    font-size: 1.125rem;
    line-height:1.875rem;
    margin-bottom: 3rem;
	}
	.index_products_box {
    width: 100%;
	}
	.index_products_box .index_product_title,.index_product_ad,.index_product_text{
		color:#203864;
	}
	.index_products_item,.index_products_item2{
    width:100%;
    margin:1rem 0;
	}
	
	.index_products_list {
    width: 100%;
    margin-left: 0;
	margin-bottom:15px;
}
	.about_partner_item_box {
    width: 25%;
	}
	
	.about_partner_list {
    margin:0;
	}
	.pd5 ,.news_content,.service_content_wrap{
    padding: 3rem 0 4rem;
}
	.contact_page_wrap{
	padding:3rem 0 4rem;
	}
	.contact_detail_item {
		width: 50%;
		padding: 0 4rem;
		position: relative;
		margin:1rem 0;
	}
	.contact_detail_item:nth-child(3) {
		padding:0 4rem 0 0;
	}
	.contact_detail_item:after {
		display:none;
	}
}
@media screen and (max-width: 768px){
	.pd5,.news_content,.service_content_wrap,.product_features_wrap,.pro_page_box:nth-child(2n) .products_list,.pro_page_box:nth-child(2n+1) .products_list{
    padding: 3rem 0 3rem;
}
	
	.index_public_cn,.index_product_title {
    font-size: 1.875rem;
    line-height: 1.875rem;
	}
	.index_product_ad{
	font-size:1.5rem;
	margin-bottom:1.25rem;
	}
	
	.pro_s3 a .tb {
		margin-right:0;
	}
	
	.index_product_text {
    font-size:1.125rem;
    line-height:2.5rem;
	}
	.index_slide_item {
    width: 33.3%;
	}
	.index_about_text {
    width: 95%;
    margin: -2rem auto 1rem;
	}
	.about_partner_item_box {
    width: 33.333%;
	}
	.index_slide_text h1{
	font-size:1.25rem;
	margin:1rem 0;
	}
	.network li h1{
		font-size:48px;
		}
	.network li h1 b{font-size:28px;}
	.index_vision_button .index_core_item_button {
    margin-top:30px;
}
.index_core_item_button .index_news_click, .index_core_item_button a {
    padding: 0 15px;
    -webkit-border-radius: 19px;
    border-radius: 19px;
}
.index_core_item_button a:hover .index_core_item_text {
   padding-right:35px;
}
.index_core_item_button .index_core_item_text {
    font-size: 16px;
    line-height: 38px;
	font-family:'Manrope-Regular';
}
.index_core_item_button {
        margin-top: 20px;
        margin-right: 22px;
    }

    .index_core_wrap .index_core_item_button {
        margin-top: 25px;
    }

    .index_core_item_button .index_core_item_text {
        font-size: 14px;
        line-height: 38px;
    }

    .index_core_item_button_none_margin {
        margin-right: 0;
    }

    .index_core_item_line {
        width: 10px;
    }

    .index_core_item_label {
        width: 10px;
        height: 10px;
    }
	
	.about_culture_img {
    padding-bottom:45%;
	}
	.products_advantage_backbg {
		display:none;
	}
	.products_advantage_box{
    width: 100%;
    height:100%;
	text-align:center;
	}
	.products_list_content .products_list_title{
	font-size:1.35rem;
	color:#282828;
	margin:1.25rem 0 1.825rem 0;
}
	.solution_advantage_details_li{
		position:relative;
		width:100%;
		margin:1.5rem auto;
		border:#cdcdcd 1px solid;
		border-radius:10px;
		padding:1rem;
	}
	.solution_advantage_details_li:nth-child(1){
		top:0;
		left:16px;
		margin-left:-0;
		-webkit-transform: translateX(-4vw) rotateY(180deg);
    transform: translateX(-4vw) rotateY(180deg);
	}
	.solution_advantage_details_li:nth-child(2){
		top:0;
		left:16px;
		-webkit-transform: translateX(-4vw) rotateY(180deg);
    transform: translateX(-4vw) rotateY(180deg);
	}
	.solution_advantage_details_li:nth-child(1) .solution_advantage_details_title,
.solution_advantage_details_li:nth-child(1) .solution_advantage_details_text,
.solution_advantage_details_li:nth-child(1) .solution_advantage_details_icon .iconfont,
.solution_advantage_details_li:nth-child(2) .solution_advantage_details_title,
.solution_advantage_details_li:nth-child(2) .solution_advantage_details_text,
.solution_advantage_details_li:nth-child(2) .solution_advantage_details_icon .iconfont {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    text-align: left;
}
	.solution_advantage_details_li:nth-child(3){
		top:0;
		left:16px;
		margin-left:0;
	}
	.solution_advantage_details_li:nth-child(4){
		top:0;
		left:16px;
		margin-left:0;
	}
	.solution_advantage_details_title {
    font-size: 1.25rem;
    line-height:2.5rem;
}

.solution_advantage_details_text {
    font-size:1rem;
    line-height:1.85rem;
    color: #444444;
    text-align: right;
    margin-top:0rem;
}
.solution_advantage_details_icon {
    width: 5.825rem;
    height: 5.825rem;
	background:#f2f2f2;
	text-align:center;
	flex-wrap:column;
	justify-content:center;
	border-radius:50%;
	border:#e5e5e5 1px dashed;
    position: relative;
	padding:0.75rem;
}
.solution_advantage_details_icon .iconfont{
	font-size:48px;
	line-height:4.325rem;
	color:#203864;
}
.solution_advantage_details_read {
    width: calc(100% - 5.825rem);
    padding-right:1.25rem;
}
.products_list_content{
	width:100%;
	padding:0.25rem 0 0 0;
	color:#666666;
}
.pro_page_box:nth-child(2n) .products_list .products_list_pic{
	width:100%;
	position:relative;
	right:0;
}
.pro_page_box:nth-child(2n+1) .products_list .products_list_pic{
	width:100%;
	position:relative;
	left:0;
}
.products_download{
	width:100%;
	padding-bottom:1rem;
	margin:1rem auto 0;
}
.product_features_content {
    margin:0;
}
.product_features_item{
    display: inline-block;
    width:calc(50% - 20px);
	margin-top:2rem;
}
.product_features_item:nth-child(2n+2){
	margin-right:0;
}
	.service_contactus{
	margin-top:1rem;
	flex-wrap:wrap;
	}
	.service_contactus_list{
		width:100%;
		margin:2rem 0 0;
	}
	.index_advantage_tab {
    margin-top: 0rem;
}
	.index_advantage_item {
    width: 48%;
    margin:3rem 4% 0 0;
    opacity: 1;
	}
	.index_advantage_item:nth-child(2n+2){
		margin-right:0;
	}
	.feedback_img{
	width:100%;
	padding-bottom:43.65%;
}
	.feedback{
	width:100%;
	padding:2rem;
}
	.public_banner_head_title {
    font-size: 3.85rem;
    line-height: 4.125rem;
	}
	.about_details_content{
	padding-bottom:2rem;
}
	.about_details_title {
    font-size: 2.125rem;
    line-height: 3.125rem;
	}
	.about_profile {
    padding: 2.25rem 0 2rem;
}
	.about_details_content_text {
    width: 100%;
}
	.about_details_pic {
		position:relative;
    right: 0;
    top: 0;
    width:100%;
	}
	.about_profile_numbers {
		margin-top: 2rem;
	}
	.about_culture_item_icon {
    font-size: 24px;
    line-height: 30px;
	}
.about_culture_item_icon .iconfont{
	font-size: 48px;
    line-height: 45px;
}
.about_culture_item_title {
    font-size: 20px;
    line-height: 30px;
    margin-top: 10px;
}
.about_culture_item_text {
    font-size: 14px;
    line-height: 24px;
    overflow: auto;
    text-align: center;
    color: #ffffff;
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: translateY(2vw);
    transform: translateY(2vw);
    -webkit-transition: all .8s cubic-bezier(.69, .27, .45, .99);
    transition: all .8s cubic-bezier(.69, .27, .45, .99);
}
	.network ul{
		flex-wrap:wrap;
	}
	.network li{
		width:50%;
	}
	.index_news_item_title a {
    font-size: 16px;
    line-height:28px;
	}
	.index_news_item_text {
    margin-top:5px;
	height:auto;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
	}
	.index_news_item_text, .index_news_item_text p {
    font-size: 14px;
    line-height:22px;
	}
	.contact_page_wrap{
	padding:2rem 0;
	}
	.contact_detail_item {
    width: 100%;
    padding: 0;
	}
	.contact_detail_item:last-child {
    padding: 0 0 0 0;
	}
	.footer_wrap{
		padding:2rem 0 1rem;
		}
	.footer_box{
	margin-bottom:2rem;
	}
	.footer_content{
		
		width:100%;
	}
	.footer_nav{
		display:none;
	}
}
@media screen and (max-width: 560px){
	.pd5 {
    padding: 2rem 0 2rem;
	}
	
	.index_public_cn,.index_product_title {
    font-size: 1.5rem;
    line-height: 1.75rem;
	}
	.index_product_ad{
	font-size:1.125rem;
	margin-bottom:1.5rem;
	}
	.index_slide_item {
    width: 50%;
	}
	.about_culture_img {
    padding-bottom: 160%;
	}
	.about_culture_item_box {
    width: 100%;
    padding:2rem 0;
    position: relative;
	border-bottom:#ffffff 1px solid;
	}
	.about_culture_item_box:after {
		opacity:0;
	}
	.about_culture_item_content {
    padding: 0 2rem;
    -webkit-align-content: space-between;
    align-content: space-between;
    z-index: 9;
    position: relative;
	}
	

.about_culture_item_center {
    width: 100%;
    opacity: 1;
    pointer-events: none;
    -webkit-transform: translateY(2vw);
    transform: translateY(2vw);
}
	.product_features_item{
    display: inline-block;
    width:100%;
	margin-top:2rem;
	margin-right:0;
	}
	.solution_advantage_details_title {
    font-size: 16px;
    line-height:25px;
}

.solution_advantage_details_text {
    font-size:14px;
    line-height:22px;
    color: #444444;
    text-align: right;
    margin-top:0rem;
}
.tech_big_title {
    font-size: 1.825rem;
    line-height:2.85rem;
    color: #fff;
}
.index_advantage_big {
    padding: 30px 0;
}
.index_advantage_tit {
    font-size: 24px;
    margin-top: 15px;
}
.index_news_item_pic {
    width: 100%;
	margin-bottom:1rem;
}

.index_news_item_content {
    width: 100%;
    -webkit-align-items: center;
    align-items: center;
}
.index_news_item_img {
	padding-bottom: 45%;
}
.index_news_item_big {
    width: calc(100% - 3.0208333vw);
    padding: 0 11.75vw 0 0;
    -webkit-align-content: space-between;
    align-content: space-between;
    z-index: 7;
}
}