@charset "utf-8";
/* CSS Document */
/*首页内容部分调整<=992 平板*/
@media(max-width: 1560px){
html{
	font-size:68%;
}
.w_all2{
	width:80%;
}
.w_all{
	width:80%;
}
.nav_list ul li {
    margin: 0 40px;
}
}
@media(max-width: 1200px){
html{
	font-size:64%;
}
.w_all2{
	width:86%;
}
.w_all{
	width:86%;
}

.nav_list ul li {
    margin: 0 30px;
}
}
@media(max-width: 992px){
html{
	font-size:62%;
}
.w_all2{
	width:90%;
}
.w_all{
	width:90%;
}
.nav_list{
	display: none;
}
.navBtn{
	display: block;
}
.header_o .navBtn span{
	background: #333;
}
.nav_list ul li {
    margin: 100% 0px;
}
.index_bar4 ul li .top b{
	padding: 12% 0;
}
.index_bar4 ul li .top .txt span{
	width: 36%;
}
}
@media(max-width: 767px){
html{
	font-size:60%;
}
.w_all2{
	width: 94%;
}
.w_all{
	width: 94%;
}
.header_b .logo img{
	height: 56px;
}
.banner .p_box dl dd h3 strong{
	display: block;
	font-size: 5rem;
	letter-spacing: 0 !important;
	font-weight: bold;
	line-height: 1;
}
html[lang="cn"] .banner .p_box dl dd h3 strong{
	font-size: 4.6rem;
	letter-spacing: 1px;
}
.title1 p{
	margin: 10px 0;
	font-size: 1.6rem;
	line-height: 1.2;
}
.banner .p_box dl dd p{
	font-size: 2rem;
	line-height: 1.4;
}
.banner .others{
	top: inherit;
	bottom: 12%;
	width: auto;
	-webkit-transform: translateX(-50%) scale(0.8);
    transform: translateX(-50%) scale(0.8);
}
.banner_scroll_btn span img{
	width: 22px;
}
.banner .p_box dl dd h3{
	line-height: 1;
}
.index_bar4 ul {
	justify-content: center;
    flex-wrap: wrap;
}
.index_bar4 ul li{
    width: 44%;
	margin: 3%;
}
.index_bar4 ul li .top h3 {
    font-size: 1.6rem;
	margin-top: 5px;
}
.index_bar4 ul li .top b{
	padding: 0% 0;
}
.title1 h3{
	font-size: 3.6rem;
	line-height: 2;
}
.title1 b{
	margin-bottom: 10px;
}
.index_bar4 ul li .top .txt span{
	width: 30%;
}
.index_bar2 ul li{
	width: 50%;
}
.index_bar2 ul li:nth-of-type(2n) h3{
	border: none;
}
.index_bar2 ul li h3 strong {
    font-size: 4.6rem;
    margin-bottom: 10px;
}
.index_bar2 ul li h4{
	font-size: 2rem;
	margin-top: 10px;
}
.index_bar2 ul li h4 span{
	margin-top: 5px;
	line-height: 1.2;
}
.footer_con_top{
	padding: 6% 0 0;
}
.footer_con_top .right{
	width: 100%;
	float: none;
}
.footer_con_top .left{
	float: none;
	margin-bottom: 20px;
}
.footer_con_top .left ul li{
	margin: 0 15px 0 0;
	width: 22px;
}
.footer .f_nav{
	bottom: 18px;
}
.copy_right{
	padding-top: 4%;
}
.copy_right p{
	text-align: center;
}
.copy_right a{
	display: block;
	text-align: center;
}
.copy_right span{
	text-align: center;
	float: none;
}
.footer_con_top dl dt{
	font-size: 2rem;
}
.footer_con_top dl dd{
	font-size: 13px;
}
.ban{
	padding: 10% 0;
	margin-top: 77px;
}
.ban p{
	font-size: 2.4rem;
}
.allbox .contain{
	display: block;
}
.allbox .contain .left{
	width: 100%;
}
.allbox .contain .right{
	width: 100%;
	margin-top: 5%;
}
.allbox .contain .right h1 {
    font-size: 2rem;
    margin-top: 0;
	display: none;
}
.about .contain .right p:first-of-type{
	font-size: 1.6rem;
}
.about .contain .right p strong{
	font-size: 1.6rem;
}
.about .contain .right .bg p{
	font-size: 1.8rem;
}
.allbox .contain .right p{
	font-size: 1.4rem;
}
.about2 .right h3{
	font-size: 1.8rem;
}
.about2 .right img{
	width: 26px;
}
.about3 .right .bg p{
	font-size: 1.8rem;
}
.service .right .bg p{
	font-size: 1.8rem;
	width: 94%;
}
.news ul li{
	display: block;
	border-top: none;
	border-bottom: 1px solid #ddd;
}
.news ul li .imgs{
	width: 100%;
}
.news ul li .txt{
	width: 100%;
	margin-top: 3%;
}
.news_d .contain .right h1{
	display: block;
	font-size: 1.8rem;
}
.news h6{
	padding-left: 15px;
}
.contact ul{
	display: block;
}
.contact ul li{
	width: 100%;
}
.allbox.contact .contain .right p{
	line-height: 1.6;
}
}