@charset "utf-8";
/* CSS Document */
/*首页内容部分调整<=992 平板*/
@media(max-width: 1800px) {
	.w_all2 {
	    width: 70%;
	}
}
@media(max-width: 1600px) {
	.w_all2 {
	    width: 80%;
	}
}
@media(max-width: 1300px) {
	.w_all2 {
	    width:90%;
	}
}
@media(max-width: 767px) {
	body,html{
		font-size: 56%;
	}
	.w_all,.w_all2,.w_all3{
		width: 90%
	}
	header .logo {
	    height: 50px;
	    padding: 2px 0;
	}
	header .nav{
		position: fixed;
		left: 0;
		top: 54px;
		width: 100%;
		height: 100%;
		background: #fff;
		z-index: 999;
		display: none;
		-webkit-transform: translateX(-0%);
		transform: translateX(-0%);
	}
	header .nav ul{
		width: 90%;
		display: block;
		position: absolute;
		left: 50%;
		top: 5%;
		-webkit-transform: translate(-50%,-0%);
		transform: translate(-50%,-0%);
	}
	header .nav li{
	    padding: 4% 0;
	    border-bottom: 1px solid #eee ;
	    position: relative !important;
	    margin: 0;
	}
	header .nav li:after{
	    content: '';
	    width: 16px;
	    height: 16px;
	    position: absolute;
	    right: 0;
	    top: 27px;
	    background: url(../images/jt.png) no-repeat center/contain;
	}
	header .nav li > a{
	    display: inline-block;
	}
	header .nav li span{
		color: #333;
		font-size: 2.2rem;
		line-height: 32px;
		text-align: left;
	}
	html[lang="cn"] header .nav li span {
        font-size: 1.8rem;
    }
	header .nav li h2{
		font-size: 1.8rem;
		color: #333;
		text-align: left;
		line-height: 30px;
	}
	.s_menu{
		display: none;
		position: static;
		width: 100%;
		padding: 10px 5px;
		box-sizing: border-box;
		box-shadow: none;
	}
	header .nav li.sp .s_menu {
        width: 100% !important;
    }
	header .nav li.sp .left{
	    display: none;
	}
	header .nav li.sp dl{
	    float: none;
	    width: 100%;
	}
	.s_menu dd a p{
	    display: none;
	    margin: 8px 0;
	}
	.s_menu dd a:first-of-type p{
	    display: block;
	    font-size: 1.8rem;
	}
	html[lang="cn"] .s_menu dd a:first-of-type p{
	    font-size: 1.8rem;
	}
	.sm2 .s_menu{
	    width: 100%;
	}
	header .nav li.sp dl dd {
        margin: 0 6% 0 0;
        font-size: 1.8rem;
    }
    .s_menu dd{
        font-size: 1.8rem;
        margin: 12px 0;
    }
	header .h_other .language i{
		font-size: 2.4rem;
	}
	header .h_other i{
		font-size: 1.8rem;
	}
	header .h_other .search{
	    margin-left: 15px;
	}
	.ser .ssbox input {
        padding: 0px 10px;
        font-size: 2rem;
    }
    ::-webkit-input-placeholder {
    	font-size: 2rem;
    }
    
    :-moz-placeholder {
    	font-size: 2rem;
    }
    
    ::-moz-placeholder {
    	font-size: 2rem;
    }
    
    :-ms-input-placeholder {
    	font-size: 2rem;
    }
    .ser .submit {
        right: 10px;
        top: 6px;
    }
	.navBtn{
		display: block;
		margin-left: 25px;
	}
	.header_o .navBtn span{
		background: #333;
	}
	.banner{
		height: 60%;
	}
	.banner .txt p {
	    width: 100%;
        font-size: 1.8rem;
        letter-spacing: 0;
        line-height: 1.4;
    }
    .banner .txt p strong{
        font-size: 3.2rem;
    }
	.more{
		margin-top: 10%;
		padding: 12px 18px;
		font-size: 1.4rem;
	}
	.index_title {
		width: 94%;
	}
	.index_title p{
		line-height: 1.6;
	}
	.index_bar1{
		height: 50%;
	}
	.index_bar3 ul li{
		width: 48.5%;
	}
	.index_bar3 ul a:nth-of-type(2n) li{
		margin-right: 0;
	}
	.index_title h3{
		font-size: 3.6rem;
	}
	.index_bar2 .index_title p {
	    font-size: 1.5rem;
	    width: 90%;
	    line-height: 1.5;
	}
	.index_bar2 .more{
		margin-top: 5%;
	}
	.index_bar3 ul li p {
        font-size: 2.2rem;
        bottom: 6%;
	}
	.index_bar4 .index_title {
	    padding: 12% 0 25%;
	}
	.footer .left{
		display: none;
	}
	.footer .right{
		width: 100%;
	}
	.footer .right .bb{
		margin-top:6%;
	}
	.footer dt{
		font-size: 2.6rem;
		margin-top: 10px;
	}
	.footer .right p {
	    color: #595757;
	    font-size: 1.6rem;
	}
	.footer .copy .w_all2{
		display: block;
	}
	.footer .copy ul{
		float: none;
		display: flex;
		justify-content: center;
	}
	.footer .copy ul li {
        width: 26px;
        height: 26px;
        margin-right: 2px;
	}
	.footer .copy p{
		font-size: 1.2rem;
		text-align: center;
		line-height: 1.4;
		margin: 10px 0;
	}
	.ban{
	    margin-top: 54px;
	    background-position: center !important;
	    background-size: cover !important;
	}
	.about .bar1 .left{
		float: none;
		width: 100%;
	}
	.about .bar1 .left .txt{
	    width: 100%;
	}
	.about .bar1 .right{
		position: static;
		height: auto;
		width: 100%;
	}
	.about .bar1 .left .txt{
		padding: 0;
	}
	.allbox{
		margin-top: 60px;
	}
	.title{
		font-size: 3rem;
	}
	.about .bar1 p{
		font-size: 1.4rem;
	}
	.about .bar2 ul{
	    margin-top: 6%;
		display: block;
	}
	.about .bar2 ul a{
		width: 100%;
		margin-top: 3%;
		display: block;
	}
	.about2 .bar1 ul li{
	    width: 48%;
	}
	.about2 .bar1 ul li:nth-of-type(2n){
	    margin-right: 0;
	}
	.news .bar1 ul a{
		width: 48.5%;
		margin-top: 5%;
	}
	.news .bar1 ul a:nth-of-type(3n){
		margin-right: 3%;
	}
	.news .bar1 ul a:nth-of-type(2n){
		margin-right: 0;
	}
	.news h4 {
	    font-size: 1.2rem;
	    margin: 20px 0 10px;
	}
	.news h3{
		line-height: 1.4;
	}
	.back {
	    width: 120px;
	    padding: 8px;
	}
	.news_d p{
		font-size: 1.4rem;
		line-height: 1.8;
	}
	.ban {
	    padding: 20% 0 6%;
	}
	.ban h2{
		font-size: 2.2rem;
	}
	.ban h2 strong{
		font-size: 1.6rem;
	}
	.pro{
		margin-top: 3%;
	}
	.pro dl dd {
	    padding: 6px 15px;
	}
	.pro dl a{
		margin: 5px;
	}
	.pro_d .left{
		float: none;
		width: 100%;
	}
	.pro_d .right{
		float: none;
		width: 100%;
		margin-top: 8%;
	}
	.pro_d .left .imgs{
		justify-content: center;
	}
	.pro_d p{
		font-size: 1.4rem;
	}
	.pro_d .bar3 dl .dd{
	    overflow-x: scroll;
	}
	.pro_d .bar3 dl dt{
		font-size: 1.8rem;
	}
	.title2{
		font-size: 2.4rem;
	}
	.cases .bar1 ul li b{
		float: none;
		width: 100%;
	}
	.cases .bar1 ul li .txt{
		float: none;
		width: 100%;
		margin-top: 5%;
	}
	.cases .bar1 ul li span {
	    font-size: 1.3rem;
	    margin: 5px 0 10px;
	}
	.cases .bar1 ul li h3{
		font-size: 1.4rem;
	}
	.contact .bar1{
		display: block;
	}
	.contact .bar1 .left{
		width: 100%;
	}
	.contact .bar1 .right{
		width: 100%;
		margin-top: 10%;
	}
	.message p{
		float: none;
		width: 100%;
	}
	.message .submit input{
		padding: 2% 0;
	}
	.message .submit button{
	    padding: 2.5% 0;
	}
	.pro_d .bar4 h3 {
	    font-size: 1.6rem;
	    margin-bottom: 30px;
	}
	.pages span, .pages a {
        display: inline-block;
        margin: 3px;
        width: 24px;
        line-height: 24px;
	}
}