@charset "utf-8";


html, input, textarea, select, button {
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
}

.nav > li:hover > a {
	font-weight: normal;
}

.sub-nav {
	left: -100%;
	width: 300%;
}

.language a {
	background-image: url(../images/cn01.png);
}

.language a:hover {
	background-image: url(../images/cn02.png);
}





.xwz h2 {
	font-size: 36px;
}
.xwz h3 {
	line-height: 24px;
	margin-right: 30%;
}


@media screen and (max-width: 1280px) {
    .xwz h2 {
		font-size: 30px;
	}
}

@media screen and (max-width: 1024px) {
    .xwz h2 {
		font-size: 24px;
	}
}

@media screen and (max-width: 1024px) {
    .xwz h3 {
	    margin-right: 0;
    }
}

@media screen and (max-width: 1024px) {
    .xwz h3 {
	    display: none;
    }
}





.lis-service li span {
	width: 80%;
	height: auto;
}


.productlist li .img .dnn .dj {
	margin-top: 42%;
}
.productlist li h3 {
	line-height: 24px;
    padding: 16px 0;
	min-height: 80px;
	display: flex;
	justify-content: center;
	flex-direction: column;
}


.ft-01 {
	width: 50%;
}
.ft-01 dl {
	width: 40%;
}
.ft-01 dl:last-child {
	width: 50%;
}





.classification a {
	font-size: 16px;
}

@media screen and (max-width: 480px) {
    .classification a {
        font-size: 14px;
    }
}




