@charset "utf-8";





/*css LibPub*/

*, *:after, *:before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
html {
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
}
html, input, textarea, select, button {
	font-family: Microsoft YaHei;
	color: #666;
	font-size: 14px;
}
body { 
	width:expression(document.body.clientWidth <= 320? "1200px": "auto");
	min-width: 320px;
}
body,
div,
ul,
li,
dl,
dt,
dd,
ol,
form,
a,
span,
p,
h1,
h2,
h3,
h4,
h5,
h6,
label,
table,
tbody,
tr,
th,
td,
object,
iframe,
icon { 
	margin: 0;
	padding: 0;
}
html, body {
	height: 100%;
}
img {
	border: none;
	vertical-align: bottom;
}
ul, li {
	list-style-type: none;
}
center {
	font-size: 16px;
}
a {
	color: #666;
	text-decoration: none;
}
a:hover {
	color: #aa2f32;
	text-decoration: none;
}
a {
	outline: none;
}
a:active {
	star: expression(this.onFocus=this.blur());
}
a:active {
	star: expression(this.onFocus=this.blur());
}
:focus {
	outline: 0;
}
.flex {
	display: flex; 
	justify-content: space-between;
}


.containers {
	max-width: 1600px;
	margin: auto;
}

@media screen and (max-width: 1650px) {
	.containers {
		max-width: inherit;
		margin: 0 3.5%;
	}
}
@media screen and (max-width: 1024px) {
	.containers {
		margin: 0 15px;
	}
}


.container {
	max-width: 1280px;
	margin: auto;
}

@media screen and (max-width: 1330px) {
	.container {
		max-width: inherit;
		margin: 0 3.5%;
	}
}
@media screen and (max-width: 1024px) {
	.container {
		margin: 0 15px;
	}
}





/*css head*/

.head {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	width: 100%;
	height: 80px;
	background-color: #fff;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.075);
}
.mobile {
	display: none;
}
.mobile a {
	display: block;
	position: absolute;
	right: 15px;
	top: 0;
	z-index: 99;
	width: 30px;
	height: 60px;
}
.mobile a span {
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	width: 30px;
	height: 2px;
	margin-top: -1px;
	background-color: #aa2f32;
}
.mobile a span::before, .mobile span::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	background-color: inherit;
}
.mobile a span::before {
	bottom: 9px;
}
.mobile a span::after {
	top: 9px;
}

.logo {
	width: 150px;
	height: 50px;
	background: url(../images/logo.png) no-repeat center;
	background-size: 150px 50px;
	margin-top: 15px;
}
.logo a {
	display: block;
	width: 100%;
	height: 100%;
}
.nav {
	flex: 1 1 auto;
	margin-right: 75px;
	justify-content: flex-end;
}
.nav > li {
	position: relative;
	margin-left: 60px;
}
.nav > li > a {
	display: block;
	font-size: 16px;
	color: #000;
	height: 80px;
	line-height: 80px;
	position: relative;
	transition: all .35s ease;
}
.nav > li:hover > a {
	font-weight: bold;
	color: #aa2f32;
}
.sub-nav {
	position: absolute;
	left: -50%;
	top: 80px;
	width: 200%;
	opacity: 0;
	background-color: #fff;
	visibility: hidden;
	transform: translateY(20px);
	transition: all .5s ease;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.075);
}
.nav > li:hover .sub-nav {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}
.sub-nav > li > a {
	display: block;
	font-size: 14px;
	color: #333;
	line-height: 20px;
	padding: 10px 20px;
	transition: all .3s ease;
}
.sub-nav > li > a:hover {
	color: #fff;
	background-color: #aa2f32;
}
.language a {
	display: block;
	width: 90px;
	height: 24px;
	background-image: url(../images/en01.png);
	background-size: 90px 24px;
	margin-top: 28px;
}
.language a:hover {
	background-image: url(../images/en02.png);
}


@media screen and (max-width: 1440px) {
    .nav {
		margin-right: 50px;
	}
    .nav > li {
		margin-left: 35px;
	}
}

@media screen and (max-width: 1280px) {
    .nav {
		margin-right: 40px;
	}
    .nav > li {
		margin-left: 30px;
	}
}

@media screen and (max-width: 1024px) {
    .head {
		height: 60px;
	}
    .mobile {
		display: block;
	}
    .logo {
	    width: 102px;
	    height: 34px;
	    background-size: 102px 34px;
	    margin-top: 13px;
    }
    .nav {
		display: none;
	}
    .language {
	    display: none;
    }
	.top {
		height: 60px;
	}
}





/*css banner*/

.x-banner {
	width: 100%;
	position: relative;
	overflow: hidden;
}
.x-banner img {
	width: 100%;
}
.x-banner video {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-position: center;
	object-fit: cover;
	z-index: 9;
}
.xwz {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	padding-top: 20%;
	background-color: rgba(0, 0, 0, 0.25);
	z-index: 99;
}
.xwz h2 {
	color: #fff;
	font-size: 48px;
	font-weight: bold;
}
.xwz h3 {
	color: #fff;
	font-size: 16px;
	font-weight: normal;
	margin-top: 1.5vw;
}
.xwz a {
	display: block;
	width: 200px;
	height: 50px;
	line-height: 50px;
	background-color: rgba(170, 47, 50, 0.85);
	background-image: url(../images/jinatou-01.png);
	background-repeat: no-repeat;
	background-position: 158px center;
	border-radius: 25px;
	font-size: 16px;
	color: #fff;
	padding-left: 20px;
	margin-top: 3.85vw;
	transition: all .3s ease;
}
.xwz a:hover {
	background-color: rgba(170, 47, 50, 1);
	padding-left: 35px;
}


@media screen and (max-width: 1280px) {
    .xwz h2 {
		font-size: 30px;
	}
    .xwz h3 {
		font-size: 14px;
	}
    .xwz a {
		width: 140px;
		height: 40px;
		line-height: 40px;
		background-position: 105px center;
		background-size: 20px 20px;
		font-size: 14px;
		padding-left: 15px;
	}
    .xwz a:hover {
		padding-left: 25px;
	}
}

@media screen and (max-width: 1024px) {
    .x-banner .containers {
	    padding-left: 27px;
	    padding-right: 27px;
    }
    .xwz h2 {
		font-size: 24px;
	}
}

@media screen and (max-width: 800px) {
    .xwz {
		padding-top: 15%;
	}
    .xwz h2 {
		font-size: 24px;
	}
    .xwz h3 {
		line-height: 24px;
	}
}

@media screen and (max-width: 640px) {
    .xwz {
		padding-top: 12.5%;
	}
}

@media screen and (max-width: 480px) {
    .xwz {
	    padding-top: 10%;
    }
    .xwz h2 {
		font-size: 18px;
	}
    .xwz h3 {
		font-size: 12px;
	}
    .xwz a {
		width: 110px;
		height: 30px;
		line-height: 30px;
		background-position: 84px center;
		background-size: 16px 16px;
		font-size: 12px;
		padding-left: 10px;
	}
    .xwz a:hover {
		padding-left: 10px;
	}
}





/*css about*/

.about {
	background: url(../images/gs-01.jpg) no-repeat center bottom;
	background-size: 100% 100%;
	padding: 7.85vw 0 7.8vw;
}
.about .flex {
	align-items: center;
}

.l-about {
	width: 48%;
}
.l-about h2 {
	background: url(../images/gs-02.png) no-repeat left center;
	height: 64px;
}
.l-about h3 {
	font-size: 30px;
	font-weight: bold;
	color: #aa2f32;
	margin-top: 18px;
}
.l-about p {
	font-size: 16px;
	color: #666;
	line-height: 36px;
	margin-top: 4.65vw;
}
.l-about dl {
	width: 182px;
	height: 50px;
	border-left: 5px solid #aa2f32;
	padding-left: 2px;
}
.l-about dl a {
	display: block;
	width: 100%;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	color: #fff;
	padding-left: 20px;
	margin-top: 5.725vw;
	background: #aa2f32 url(../images/gs-03.png) no-repeat 135px center;
	transition: all .5s ease;
}
.l-about dl a:hover {
	padding-left: 35px;
}

.r-about {
	width: 37.6%;
	background: url(../images/gs-04.jpg) no-repeat right top;
	padding-top: 5.05vw;
	padding-right: 5.05vw;
}
.r-about dl {
	position: relative;
	display: inline-block;
}
.r-about dl img {
	max-width: 100%;
}
.r-about dl a {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: block;
	background-color: rgba(0, 0, 0, 0);
	background-image: url(../images/gs-05.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 82px 82px;
	transition: all .5s ease;
}
.r-about dl a:hover {
	background-color: rgba(0, 0, 0, 0.35);
}


@media (max-width: 1024px) {
    .l-about h2 {
	    height: 40px;
	    background-size: 294px 40px;
    }
    .l-about h3 {
        font-size: 20px;
        margin-top: 13px;
    }
    .l-about p {
        font-size: 15px;
        line-height: 30px;
    }
    .l-about dl {
        width: 152px;
        height: 40px;
        border-left: 4px solid #aa2f32;
    }
    .l-about dl a {
        height: 40px;
        line-height: 40px;
        font-size: 15px;
        padding-left: 15px;
        background-position: 113px center;
        background-size: 18px 6px;
    }
    .l-about dl a:hover {
        padding-left: 25px;
    }
	
	
    .r-about dl a {
		background-size: 60px 60px;
	}
}

@media (max-width: 768px) {
	.about .flex {
	    flex-wrap: wrap;
    }
	
    .l-about { 
        width: 100%;
    }
	
    .r-about {
        width: 100%;
        margin-top: 35px;
    }
    .l-about dl img {
        width: 100%;
    }
}

@media (max-width: 640px) {
    .about {
        padding: 7.5vw 0 7.8vw;
    }
    .l-about p {
        font-size: 14px;
        line-height: 28px;
    }
    .l-about dl {
        width: 120px;
        height: 31px;
        border-left: 3px solid #aa2f32;
    }
    .l-about dl a {
        height: 31px;
        line-height: 31px;
        font-size: 14px;
        padding-left: 10px;
        background-position: 89px center;
        background-size: 16px 5px;
    }
    .l-about dl a:hover {
        padding-left: 10px;
    }
}





/*css service*/

.service {
	background: url(../images/fwzc.jpg) no-repeat center top;
	padding-top: 4vw;
}
.shuzi {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.shuzi li {
	position: relative;
	text-align: center;
	width: 24%;
	float: left;
}
.shuzi li h3 {
	font-family: Impact, Arial, Helvetica;
	font-size: 60px;
	color: #aa2f32;
}
.shuzi li h3 a {
	color: #aa2f32;
}
.shuzi li p {
	font-size: 18px;
	font-weight: normal;
	color: #fff;
	text-align: center;
	margin-top: 10px;
}

.con-service {
	background: #f5f5f5;
	padding: 4vw 0 4.9vw;
	margin-top: 4vw;
}
.con-service h2 {
	font-size: 30px;
	color: #333;
	text-align: center;
}
.con-service h3 {
	font-size: 15px;
	font-weight: normal;
	color: #666;
	text-align: center;
	margin-top: 19px;
	line-height: 24px;
	padding: 0 10%;
}
.lis-service {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-top: 4vw;
}
.lis-service li {
	width: 25%;
}
.lis-service li .img-01 {
	width: 100px;
	height: 100px;
	border: 1px solid #e4e4e4;
	border-radius: 50%;
	margin: 0 auto;
}
.lis-service li .img-01 img {
	text-align: center;
	display: table;
	margin: 0 auto;
	margin-top: 30px;
}
.lis-service li .img-02 {
	width: 100px;
	height: 100px;
	border: 1px solid #aa2f32;
	border-radius: 50%;
	margin: 0 auto;
	background: #aa2f32;
	display: none;
}
.lis-service li .img-02 img {
	text-align: center;
	display: table;
	margin: 0 auto;
	margin-top: 30px;
}
.lis-service li:hover .img-01 {
	display: none;
}
.lis-service li:hover .img-02 {
	display: block;
}
.lis-service li h3 {
	font-size: 24px;
	color: #333;
	text-align: center;
	margin-top: 2.15vw;
	line-height: 30px;
	height: 30px;
	overflow: hidden;
}
.lis-service li span {
	width: 55%;
	margin: 0 auto;
	display: block;
	color: #666;
	font-size: 15px;
	line-height: 28px;
	height: 84px;
	overflow: hidden;
	margin-top: 1.05vw;
	text-align: center;
}


@media (max-width: 1630px) {
    .lis-service li span {
		width: 65%;
	}
}

@media (max-width: 1440px) {
    .lis-service li span {
		width: 70%;
	}
}

@media (max-width: 1280px) {
    .shuzi li h3 {
		font-size: 40px;
	}

    .lis-service li h3 {
		font-size: 20px;
	}
    .lis-service li span {
		width: 80%;
	}
}

@media (max-width: 1024px) {
    .shuzi li {
		width: 50%;
	}
    .shuzi li:nth-of-type(1), .shuzi li:nth-of-type(2) {
		margin-bottom: 20px;
	}
	.shuzi li h3 {
		font-size: 30px;
	}
    .shuzi li p {
		font-size: 16px;
	}

    .con-service h2 {
		font-size: 24px;
	}
    .con-service h3 {
		font-size: 14px;
		margin-top: 15px;
	}
    .lis-service li {
		width: 48.5%;
	}
    .lis-service li:nth-of-type(1), .fw li:nth-of-type(2) {
		margin-bottom: 20px;
	}
    .lis-service li span {
		width: 80%;
		font-size: 14px;
		line-height: 25px;
		height: 75px;
	}
}

@media (max-width: 768px) {
	.con-service h2 {
		font-size: 20px;
	}
    .lis-service li .img-01 {
		width: 70px;
		height: 70px;
	}
    .lis-service li .img-01 img {
		width: 30px;
		height: 30px;
		margin-top: 20px;
	}
    .lis-service li .img-02 {
		width: 70px;
		height: 70px;
	}
    .lis-service li .img-02 img {
		width: 30px;
		height: 30px;
		margin-top: 20px;
	}
    .lis-service li h3 {
		font-size: 18px;
	}
}

@media (max-width: 480px) {
    .service {
		padding-top: 5vw;
	}
    .shuzi li p {
		font-size: 14px;
	}

    .con-service {
		padding: 5vw 0;
		margin-top: 5vw;
	}
    .lis-service li span {
		height: 100px;
	}
}





/*css product*/

.product {
	margin-top: 6.5vw;
}
.xt-en {
	background: url(../images/xt-en.png) no-repeat center;
	height: 64px;
}
.xt-cn {
	font-size: 30px;
	font-weight: bold;
	color: #aa2f32;
	text-align: center;
	margin-top: 12px;
}

.productlist {
	margin-top: 4.9vw;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	border: 1px solid #f0f0f0;
	border-bottom: none;
}
.productlist li {
	width: 25%;
	position: relative;
}
.productlist li .img {
	border: 1px solid #f0f0f0;
	border-bottom: none;
	position: relative;
}
.productlist li .img img {
	width: 100%;
}
.productlist li .img .dnn {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(170, 47, 50, 0);
	transition: all .5s ease;
}
.productlist li .img .dnn .dj {
	width: 50px;
	margin: 0 auto;
	margin-top: 31.65%;
	opacity: 0;
	transition: all .7s ease;
}
.productlist li .img .dnn h4 {
	color: #fff;
	font-size: 16px;
	font-weight: normal;
	line-height: 30px;
	width: 60%;
	margin: 0 auto;
	margin-top: 20px;
	height: 90px;
	overflow: hidden;
	text-align: center;
	opacity: 0;
	transition: all .7s ease;
}
.productlist li h3 {
	background-color: #333;
	color: #fff;
	font-size: 18px;
	font-weight: normal;
	line-height: 80px;
	text-align: center;
}
.productlist li:hover .img .dnn {
	background-color: rgba(170, 47, 50, 0.85);
}
.productlist li:hover .img .dnn .dj, .productlist li:hover .img .dnn h4 {
	opacity: 1;
}

@media (max-width: 1024px) {
    .xt-en {
        height: 40px;
        background-size: 294px 40px;
    }
    .xt-cn {
        font-size: 20px;
        margin-top: 10px;
    }

    .productlist {
        border: none;
    }
    .productlist li {
        width: 50%;
    }
    .productlist li:nth-of-type(1), .productlist li:nth-of-type(2) {
        margin-bottom: 20px;
    }
    .productlist li .img .dnn h4 {
        width: 80%;
        font-size: 14px;
        line-height: 24px;
        margin-top: 15px;
        height: 96px;
    }
    .product_list li h3 {
        font-size: 15px;
        line-height: 60px;
    }
}

@media (max-width: 640px) {
    .productlist li .img .dnn .dj {
        width: 30px;
        margin-top: 15%;
    }
    .productlist li .img .dnn .dj img {
        width: 30px;
        height: 30px;
    }
    .productlist li h3 {
        font-size: 14px;
        line-height: 45px;
    }
}





/*css news*/

.news {
	background: url(../images/news-01.jpg) no-repeat center bottom;
	padding: 6.5vw 0 7.8vw;
}
.xt-ns {
	background:url(../images/news-02.png) no-repeat center;
	height: 64px;
}
.news_list {
	background: url(../images/news-03.jpg) no-repeat center;
	background-size: cover;
	margin-top: 4.9vw;
	padding: 50px 55px;
}
.news_list a {
	position: relative;
}
.news_list a span {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 32px;
	height: 32px;
	border: 1px solid #fff;
	border-radius: 50%;
	background: url(../images/jt-02.png) no-repeat center;
	transition: all .5s ease;
}
.news_list a:hover span {
	border-color: #2b2b2b;
    background-color: #2b2b2b;
}
.news_list a .news_left {
	width: 38.95%;
}
.news_list a .news_left img {
	width: 100%;
}
.news_list a .news_text {
	width: 56%;
}
.news_list a .news_text h3 {
	font-size: 24px;
	font-weight: normal;
	color:#fff;
	margin-top: 23px;
}
.news_list a .news_text h5 {
	font-size: 16px;
	font-weight: normal;
	color: rgba(255,255,255,0.75);
	margin-top: 22px;
	line-height: 30px;
	height: 90px;
	overflow: hidden;
}
.news_list a .news_text dl {
	border: 1px solid rgba(255,255,255,0.5);
	width: 135px;
	height: 40px;
	color: #fff;
	font-size: 16px;
	text-align: center;
	line-height: 38px;
	margin-top: 2.5vw;
	transition: all .5s ease;
}
.news_list a:hover .news_text dl {
	color:#aa2f32;
	border-color: rgba(255,255,255,1);
	background-color: #fff;
}


@media (max-width: 1024px) {
    .xt-ns {
        height: 40px;
        background-size: 294px 40px;
    }
    .news_list {
		padding:25px;
	}
    .news_list a .news_text h3 {
		font-size: 20px;
		margin-top: 13px;
	}
    .news_list a .news_text h5 {
		font-size: 14px;
		margin-top: 12px;
		line-height: 28px;
		height: 84px;
	}
    .news_list a .news_text dl {
		width: 100px;
		height: 30px;
		font-size: 14px;
		line-height: 28px;
	}
}

@media (max-width: 768px) {
	.news_list a {
		flex-wrap: wrap;
	}
	.news_list a span {
	    display: none;
    }
    .news_list a .news_left {
		width: 100%;
	}
    .news_list a .news_text {
		width: 100%;
		margin-right: 0;
		margin-top: 20px;
	}
    .news_list a .news_text h3 {
		font-size: 18px;
		margin-top: 15px;
	}
    .news_list a .news_text h5 {
		height: auto;
	}
    .news_list a .news_text dl {
		margin-top: 20px;
	}
}

@media (max-width: 480px) {
    .news_list {
		padding: 20px 20px 25px;
	}
}





.news_list2 a {
	width: 32%;
	background:#f2f2f2;
	padding: 30px 35px;
	margin-top: 2%;
	transition: all .5s ease;
}
.news_list2 a:hover {
	background: #aa2f32;
}

.news_list2 a p {
	font-size: 14px;
	color: #999;
	transition: all .5s ease;
}
.news_list2 a h3 {
	font-size: 24px;
	font-weight: normal;
	color: #333;
	line-height: 36px;
	height: 36px;
	overflow: hidden;
	margin-top: 9px;
	transition: all .5s ease;
}
.news_list2 a h5 {
	font-size: 15px;
	font-weight: normal;
	color: #666;
	line-height: 28px;
	height: 56px;
	overflow: hidden;
	margin-top: 12px;
	transition: all .5s ease;
}
.news_list2 a:hover p, .news_list2 a:hover h3, .news_list2 a:hover h5 {
	color: #fff
}
.news_list2 a dl {
	width: 20px;
	height: 20px;
	float: right;
	margin-top: 20px;
	border: 1px solid #e0e0e0;
	border-radius: 50%;
	background: url(../images/jt-01.png) no-repeat center;
	background-size: 4px 7px;
}

.news_list2 a:hover dl {
	border-color: #fff;
	background-image: url(../images/jt-02.png);
}

@media (max-width: 1024px) {
    .news_list2 a {
		padding: 20px;
	}
    .news_list2 a h3 {
		font-size: 20px;
		line-height: 30px;
		height: 30px;
		margin-top: 9px;
	}
    .news_list2 a h5 {
		font-size: 14px;
		line-height: 24px;
		height: 72px;
		margin-top: 12px;
	}
}

@media (max-width: 768px) {
	.news_list2 {
	    flex-wrap: wrap;
    }
	.news_list2 a {
	    width: 100%;
	    margin-top: 15px;
    }
    .news_list2 a h3 {
		font-size: 18px;
	}
	.news_list2 a h5 {
		height: auto;
	}
}





/*css footer*/

.foot {
	padding: 5.7vh 0 5.7vh;
	background: #2b2b2b;
}
.ft-01 {
	width: 55%;
}
.ft-01 dl {
	width: 26%;
	background: url(../Images/shuxian.png) no-repeat right top;
}
.ft-01 dl dt {
	font-size: 18px;
	color: #fff;
	margin-top: -4px;
	margin-bottom: 1em;
}
.ft-01 dl dd a {
	display: block;
	font-size: 14px;
	color: #a0a0a0;
	line-height: 2.5;
	transition: all .35s ease;
}
.ft-01 dl dd a:hover {
	color:#fff;
}
.ft-02 {
	margin-left: 25px;
}
.ft-02 dt {
	font-size: 18px;
	color: #fff;
	margin-top: -4px;
	margin-bottom: 1em;
}
.ft-02 p {
	color:#a0a0a0;
	font-size: 14px;
	line-height: 2.2;
}
.ft-03 {
	text-align: right;
	color:#a0a0a0;
	font-size: 14px;
	line-height: 2.5;
}
.ft-03 span {
	display: inline-block;
	text-align: center;
	margin-left: 20px;
}
.ft-03 img {
	max-width: 120px;
	width: 100%;
	margin-bottom: 5px;
	border-radius: 5px;
}

.foot-02 {
	background: #2b2b2b;
	padding: 30px 0;
	font-size: 14px;
	color: #666;
	line-height: 2;
	text-align: center;
	border-top: 1px solid rgba(255,255,255,.05);
}
.foot-02 a {
	font-size: 14px;
	color: #666;
}
.foot-02 a:hover {
	color: #fff;
}


@media screen and (max-width: 1280px) {
    .ft-01 {
	    width: 50%;
    }
}

@media screen and (max-width: 1024px) {
    .ft-01 {
		width: 25%;
	}
	.ft-01 dl {
	    width: 100%;
    }
    .ft-01 dl:nth-child(1), .ft-01 dl:nth-child(3) {
		display: none;
	}
    .ft-01 img {
		max-width: 100px;
	}
	
	.foot-02 .flex {
		flex-wrap: wrap;
	}
	.foot-02 dl {
		width: 100%;
	}
}

@media screen and (max-width: 768px) {
    .foot {
		padding: 4vh 0 5vh;
	}
    .ft-01 {
		display: none;
	}
	.ft-02 {
	    margin-left: 0;
    }
	
	.foot-02 {
	    padding: 20px 0;
    }
	
	.ft-03 img {
	    max-width: 100px;
    }
}

@media screen and (max-width: 480px) {
    .foot .flex {
		flex-wrap: wrap;
	}
	.ft-02 {
		width: 100%;
		text-align: center;
	}
	.ft-03 {
		width: 100%;
		text-align: center;
	}
	.ft-03 span {
	    margin-left: 0;
		margin-top: 30px;
    }
	
	.foot-02 {
	    font-size: 12px;
    }
}















/*css banner*/

.screen {
	background-color: #fff;
	position: relative;
}
.screen img {
	width: 100%;
}
.location {
	position: absolute;
	left: 0;
	bottom: 4.5vw;
	width: 100%;
	font-size: 14px;
	color: #fff;
}
.location h1 {
	font-size: 36px;
	margin-bottom: 10px;
}


@media screen and (max-width: 1024px) {
	.location {
		position: relative;
		left: inherit;
	    bottom: inherit;
		color: #999;
		margin-top: 30px;
    }
	.location h1 {
	    font-size: 24px;
		color: #aa2f32;
    }
}

@media screen and (max-width: 480px) {
	.location {
		margin-top: 20px;
    }
	.location h1 {
	    font-size: 20px;
    }
}





/*css Classification*/

.backg {
	background-color: #fff;
	padding-bottom: 4.5vw;
}
.classification {
	padding: 45px 0;
}
.classification a {
	display: inline-block;
	font-size: 18px;
	color: #333;
	line-height: 30px;
	padding: 10px 40px;
	background-color: #eee;
	border-radius: 6px;
	margin: 5px 6px 5px 0;
}
.classification a:hover, .classification a.clicked {
    color: #fff;
	background-color: #aa2f32;
}
.pa10 {
	padding-top: 10px;
}
.pa15 {
	padding-top: 15px;
}
.pa20 {
	padding-top: 20px;
}


@media screen and (max-width: 1024px) {
	.classification {
	    padding: 25px 0 35px;
    }
    .classification a {
        font-size: 16px;
        line-height: 20px;
        padding: 10px 20px;
    }
}

@media screen and (max-width: 640px) {
	.backg {
	    padding-bottom: 35px;
    }
}

@media screen and (max-width: 480px) {
	.classification {
	    padding: 15px 0 25px;
    }
    .classification a {
        font-size: 15px;
        padding: 8px 15px;
    }
}





/*css content*/

.content {
	font-size: 14px;
	color: #666;
	line-height: 24px;
}
.content p {
	margin-top: 20px;
}
.content img, .content p img {
	width: auto !important;
	max-width: 100%;
	height: auto !important;
}
.about-text {
	font-size: 15px;
	color: #555;
	line-height: 30px;
}
.about-text h1 {
	font-size: 30px;
	color: #333;
	margin-bottom: 10px;
}
.about-text h3 {
	font-size: 20px;
	color: #333;
	margin-bottom: 10px;
}
.about-text .video {
	text-align: center;
	margin-top: 35px;
}
.about-text .video video {
	width: 100%;
	max-width: 800px;
	background-color: #000;
}


@media screen and (max-width: 1024px) {
	.about-text h1 {
	    font-size: 24px;
    }
	.about-text {
	    font-size: 14px;
	    line-height: 28px;
    } 
}





/*css video*/

.splist {
	flex-wrap: wrap;
	padding-top: 75px;
}
.splist a {
	width: 31.5%;
}
.splist a:nth-child(n+4) {
	margin-top: 2.75%;
}
.splist a dl {
	overflow: hidden;
}
.splist a dl img {
	width: 100%;
	transition: all .5s ease;
}
.splist a:hover dl img {
	transform: scale(1.2);
}
.splist a h3 {
	font-size: 16px;
	font-weight: normal;
	color: #666;
	text-align: center;
	margin-top: 10px;
}
.splist a:hover h3 {
	color: #aa2f32;
}


@media screen and (max-width: 1440px) {
	.splist {
	    padding-top: 65px;
    }
}

@media screen and (max-width: 1280px) {
	.splist {
	    padding-top: 50px;
    }
}

@media screen and (max-width: 1024px) {
	.splist {
	    padding-top: 35px;
    }
	.splist a h3 {
	    font-size: 14px;
    }
}

@media screen and (max-width: 768px) {
	.splist a {
	    width: 48.5%;
    }
	.splist a:nth-child(n+3) {
    	margin-top: 3%;
    }
}





/*css product*/

.prolist {
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-end;
}
.prolist a {
	width: 31.5%;
	margin-right: 2.75%;
	background-color: #fff;
	border: 1px solid #f0f0f0;
	padding: 10px;
	padding-bottom: 0;
	transition: all .5s ease;
}
.prolist a:hover {
	border-color: #aa2f32;
	background-color: #aa2f32;
}
.prolist a:nth-child(3n) {
	margin-right: 0;
}
.prolist a:nth-child(n+4) {
	margin-top: 2.75%;
}
.prolist a dl {
	width: 100%;
	overflow: hidden;
}
.prolist a dl img {
	width: 100%;
	transition: all .75s ease;
}
.prolist a:hover dl img {
	transform: scale(1.1,1.1);
}
.prolist a h3 {
	font-size: 16px;
	font-weight: normal;
	color: #333;
	padding: 10px;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	transition: all .5s ease;
}
.prolist a:hover h3 {
	color: #fff;
}


@media screen and (max-width: 1024px) {
	.prolist a {
	    padding: 5px;
		padding-bottom: 0;
    }
	.prolist a h3 {
	    font-size: 14px;
	    padding: 5px 10px;
    }
}

@media screen and (max-width: 768px) {
	.prolist a {
	    width: 48.5%;
	    margin-right: 3%;
    }
	.prolist a:nth-child(3n) {
	    margin-right: 3%;
    }
    .prolist a:nth-child(2n) {
	    margin-right: 0;
    }
    .prolist a:nth-child(n+3) {
	    margin-top: 3%;
    }
}





/*css pagination*/

.pagination {
	display: table;
	margin: 50px auto 0;
	clear: both;
}
.pagination a {
	display: block;
	float: left;
	padding: 0 12px;
	margin: 0 2px;
	line-height: 28px;
	background-color: #fff;
	border: 1px solid #f0f0f0;
	cursor: pointer;
}
.pagination a:hover {
	color: #fff;
	border-color: #aa2f32;
	background-color: #aa2f32;
}
.pagination a.current {
	color: #aa2f32;
}
.pagination a.current:hover {
	color: #fff;
}
.pagination a.china {
	padding: 0 8px;
}
.pagination a.arrow {
	font-family: "SimSun", "NSimSun", "FangSong";
	color: #a0a0a0;
}
.pagination a.arrow:hover {
	color: #fff;
}


@media screen and (max-width: 1024px) {
	.pagination {
	    margin: 35px auto 0;
    }
}

@media screen and (max-width: 768px) {
	.pagination {
	    margin: 25px auto 0;
    }
}

@media screen and ( max-width: 480px ) {
    .pagination {
		margin-top: 28px;
	}
    .pagination a {
		line-height: 24px;
		padding: 0 10px;
		margin: 2px;
	}
    .pagination a.china {
		padding: 0 5px;
	}
}





/*css product_details*/

.procont {
	padding-top: 10px;
}
.protitle {
	font-size: 30px;
	color: #333;
}
.proimg {
	margin: 25px 0;
	text-align: center;
}
.proimg img {
	width: auto !important;
	max-width: 100%;
	height: auto !important;
}
.protext {
	font-size: 14px;
	color: #666;
	line-height: 30px;
}
.protext h3 {
	font-size: 20px;
	color: #333;
	margin-bottom: 10px;
}
.protext img {
	width: auto !important;
	max-width: 100%;
	height: auto !important;
}
.protext strong {
	color: #aa2f32;
}
.next {
	margin-top: 50px;
}
.next a {
	display: block;
	font-size: 14px;
	color: #999;
	line-height: 30px;
	cursor: pointer;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	transition: all .3s ease;
}
.next a:hover {
	color: #aa2f32;
}

.related h2 {
	font-size: 20px;
	font-weight: bold;
	color: #333;
	margin: 3.9vw 0 22px;
}
.relatedlist {
	flex-wrap: wrap;
	justify-content: flex-start;
}
.relatedlist a {
	width: 22.75%;
	margin-right: 3%;
	background-color: #fff;
	border: 1px solid #f0f0f0;
	padding: 5px;
	padding-bottom: 0;
	transition: all .5s ease;
}
.relatedlist a:hover {
	border-color: #aa2f32;
	background-color: #aa2f32;
}
.relatedlist a:nth-child(4n) {
	margin-right: 0;
}
.relatedlist a:nth-child(n+5) {
	margin-top: 3%;
}
.relatedlist a dl {
	width: 100%;
	overflow: hidden;
}
.relatedlist a dl img {
	width: 100%;
	transition: all .75s ease;
}
.relatedlist a:hover dl img {
	transform: scale(1.1,1.1);
}
.relatedlist a h3 {
	font-size: 14px;
	font-weight: normal;
	color: #333;
	padding: 8px 10px;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	transition: all .5s ease;
}
.relatedlist a:hover h3 {
	color: #fff;
}


@media screen and (max-width: 768px) {
	.related h2 {
		margin-top: 6.9vw;
	}
    .relatedlist a {
		width: 31.5%;
		margin-right: 2.75%;
	}
    .relatedlist a:nth-child(4n) {
		margin-right: 2.75%;
	}
    .relatedlist a:nth-child(3n) {
		margin-right: 0;
	}
    .relatedlist a:nth-child(n+4) {
		margin-top: 2.75%;
	}
}

@media screen and (max-width: 640px) {
	.protitle {
	    font-size: 24px;
    }
	.related h2 {
		font-size: 18px;
		margin: 50px 0 22px;
	}
    .relatedlist a {
		width: 48.5%;
		margin-right: 3%;
	}
    .relatedlist a:nth-child(3n) {
		margin-right: 3%;
	}
    .relatedlist a:nth-child(2n) {
		margin-right: 0;
	}
    .relatedlist a:nth-child(n+3) {
		margin-top: 3%;
	}
}





/*css news*/

.newlist {
	flex-wrap: wrap;
	justify-content: flex-start;
}
.newlist a {
	width: 100%;
	padding: 25px;
	background-color: #fff;
	border: 1px solid #f0f0f0;
	transition: all .5s ease;
}
.newlist a:nth-child(n+2) {
	margin-top: 3%;
}
.newlist a:hover {
	border-color: #aa2f32;
	background-color: #aa2f32;
}
.newlist a h4 {
	font-size: 14px;
	font-weight: normal;
	color: #a0a0a0;
	margin: 12px 0 11px;
	transition: all .3s ease;
}
.newlist a h3 {
	font-size: 20px;
	font-weight: normal;
	color: #333;
	line-height: 1;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	transition: all .3s ease;
}
.newlist a p {
	font-size: 14px;
	color: #666;
	line-height: 24px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	transition: all .3s ease;
}
.newlist a:hover h4, .newlist a:hover h3, .newlist a:hover p {
	color: #fff;
}

.newcont {
	padding-top: 10px;
}
.newtitle {
	font-size: 30px;
	color: #333;
}
.newinfo {
	font-size: 14px;
	color: #999;
	margin-top: 12px;
}
.newinfo span {
	margin: 0 5px;
}
.newintr {
	font-size: 14px;
	color: #666;
	line-height: 30px;
	margin-top: 35px;
}
.newintr img {
	width: auto !important;
	max-width: 100%;
	height: auto !important;
}


.relatednews {
	flex-wrap: wrap;
}
.relatednews a {
	width: 48%;
	border-bottom: 1px solid #f0f0f0;
	line-height: 44px;
}
.relatednews a:nth-child(1), .relatednews a:nth-child(2) {
	border-top: 1px solid #f0f0f0;
}
.relatednews a h3 {
	width: 70%;
	font-size: 14px;
	font-weight: normal;
	color: #666;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	transition: all .35s ease;
}
.relatednews a:hover h3 {
	font-weight: bold;
	color: #aa2f32;
}
.relatednews a h4 {
	font-size: 14px;
	font-weight: normal;
	color: #999;
	transition:all .35s ease;
}
.relatednews a:hover h4 {
	color: #aa2f32;
}


@media screen and (max-width: 1024px) {
    .newlist a {
		padding: 20px;
	}
	
    .newtitle {
		font-size: 30px;
	}
    .newinfo {
		font-size: 16px;
		margin-top: 15px;
	}
    .newintr {
		font-size: 14px;
		line-height: 30px;
	}
	
	.relatednews a {
		line-height: 49px;
	}
    .relatednews a h3 {
		font-size: 14px;
	}
    .relatednews a h4 {
		font-size: 12px;
	}
}
@media screen and (max-width: 640px) {
	.newlist a:nth-child(n+2) {
		margin-top: 25px;
	}
    .newlist a h3 {
		font-size: 18px;
	}
	
    .newtitle {
		font-size: 24px;
		line-height: 33px;
	}
    .newinfo {
		font-size: 14px;
		margin-top: 5px;
	}
	
	.relatednews a {
		width: 100%;
		line-height: 39px;
	}
    .relatednews a:nth-child(2) {
		border-top: 0;
	}
    .relatednews a:last-child {
		border-bottom: 0;
	}
}




