@charset "utf-8";
@import url(base.css);
.qd_1280 {
	width: 1180px;
	margin: 0 auto;
}

/* 头部 */

.header {
	width: 100%;
	height: 150px;
	background: #f6f6f6;
}

.headercon {
	width: 100%;
	height: 150px;
}

.headerlogo {
	float: left;
	box-sizing: border-box;
}

.headerlogo a {
	display: block;
}

.headerlogo a img {
	display: block;
	width: 199px;
	height: 78px;
}

.headernav {
	float: left;
}

.headernav ul li {
	float: left;
	margin-right: 60px;
}

.headernav ul li:last-child {
	margin-right: 0;
}

.headernav ul li>a {
	display: block;
	font-size: 18px;
	color: #545454;
	font-weight: 500;
	line-height: 150px;
	position: relative;
}

.headernav ul li>a::before {
	content: '';
	width: 0%;
	height: 8px;
	background: #545454;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	-o-transition: .5s;
}

.headernav ul .active>a::before {
	width: 100%;
}

.headernav ul li:hover>a::before {
	width: 100%;
}

.headerlist {
	position: absolute;
	top: 150px;
	left: 50%;
	width: 100%;
	background: #fff;
	transform: translateX(-50%);
	background: rgba(0, 0, 0, 0.6);
	display: none;
}

.headerlistcon {
	width: 100%;
	padding: 20px 0;
	/* padding-left: 242px; */
	padding-left: 250px;
	box-sizing: border-box;
}

.headernav ul li:nth-child(2) .headerlistcon {
	/* padding-left: 374px; */
	padding-left: 385px;
}

.headernav ul li:nth-child(3) .headerlistcon {
	/* padding-left: 508px; */
	padding-left: 518px;
}

.headernav ul li:nth-child(4) .headerlistcon {
	/* padding-left: 640px; */
	padding-left: 654px;
}

.headernav ul li:nth-child(5) .headerlistcon {
	/* padding-left: 788px; */
	padding-left: 787px;
}

.headernav ul li:nth-child(6) .headerlistcon {
	padding-left: 855px;
}

.headerlist a {
	display: table;
	font-size: 16px;
	color: #fff;
	font-weight: 500;
	padding: 14px 0 14px 15px;
	box-sizing: border-box;
	text-align: center;
	transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	-o-transition: .5s;
	position: relative;
}

.headerlist a::before {
	content: '';
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #fff;
	position: absolute;
	top: 23px;
	left: 0;
}

.headerseach {
	float: right;
	width: 220px;
	position: relative;
	padding-top: 50px;
	box-sizing: border-box;
}

.headerseach input {
	width: 220px;
	height: 50px;
	border-radius: 25px;
	outline: none;
	border: 1px solid #545454;
	background: #f6f6f6;
	font-size: 18px;
	color: #333;
	padding: 0 40px 0 20px;
	box-sizing: border-box;
}

.headerseach button {
	position: absolute;
	top: 50px;
	right: 0;
	width: 50px;
	height: 50px;
	border: 0;
	background: url(../images/sousuo.png) center no-repeat;
	background-size: 50%;
}

.conter {
	width: 100%;
}

.conterlist {
	width: 100%;
	padding: 60px 0 20px 0;
	box-sizing: border-box;
}

.conterlistcon {
	width: 100%;
}

.conterlistcon ul li {
	float: left;
	width: 31%;
	margin-right: 3.5%;
	margin-bottom: 3.5%;
	background: rgba(255, 255, 255, 0.4);
	box-sizing: border-box;
	height: 240px;
	position: relative;
	transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	-o-transition: .5s;
}

.conterlistcon ul li:nth-child(3n) {
	margin-right: 0;
}

.conterlistcon ul li a {
	display: block;
}

.conterlistimg {
	margin: 0 auto;
	height: 160px;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: center;
}

.conterlistimg img {
	max-width: 70%;
	max-height: 100%;
}

.conterlistext {
	width: 100%;
	padding: 10px;
	box-sizing: border-box;
	bottom: 0;
}

.conterlistext h5 {
	font-size: 16px;
	color: rgb(84, 102, 111);
	line-height: 20px;
	margin-bottom: 10px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.conterlistextlast {
	width: 100%;
}

.conterlistextlast a {
	font-size: 16px;
	color: #2d99dd;
	font-weight: 500;
	line-height: 18px;
}

.conterlistextlast .more {
	float: left;
}

.conterlistextlast .ckvideo {
	float: right;
}

.conterlistcon ul li:hover {
	box-shadow: 0 5px 26px rgba(0, 0, 0, 0.15);
	transform: scale(1.05);
}

.conterseach {
	width: 100%;
	background: #f5f6f7;
	padding: 60px 0;
	box-sizing: border-box;
}

.conterseachcon {
	width: 1000px;
	height: 85px;
	position: relative;
	margin: 0 auto;
}

.conterseachcon input {
	width: 100%;
	height: 85px;
	border-radius: 50px;
	outline: none;
	border: 1px solid #e0e0e0;
	background: #fff;
	font-size: 18px;
	color: #333;
	padding: 0 120px 0 60px;
	box-sizing: border-box;
}

.conterseachcon button {
	position: absolute;
	top: 0px;
	right: 30px;
	width: 80px;
	height: 85px;
	border: 0;
	background: url(../images/sousuo.png) center no-repeat;
	background-size: 50%;
}

.contercon {
	width: 100%;
	background: #fff;
	padding: 60px 0;
	box-sizing: border-box;
}

.conterconup {
	width: 100%;
	margin-bottom: 60px;
}

.conterconup img {
	display: block;
	margin: 0 auto;
}

.conterconlist {
	width: 100%;
	margin-bottom: 60px;
}

.title {
	/* font-size: 45px; */
	font-size: 30px;
	color: #828282;
	font-weight: 500;
	text-align: center;
	margin-bottom: 50px;
}

.conterconlist ul li {
	float: left;
}

.conterconlist ul li:nth-child(1) {
	width: 49%;
	margin-right: 2%;
	height: 453px;
	margin-bottom: 3%;
}

.conterconlist ul li:nth-child(2) {
	width: 49%;
	height: 453px;
	margin-bottom: 3%;
}

.conterconlist ul li:nth-child(3) {
	width: 32%;
	margin-right: 2%;
}

.conterconlist ul li:nth-child(4) {
	width: 32%;
	margin-right: 2%;
}

.conterconlist ul li:nth-child(5) {
	width: 32%;
}

.conterconlist ul li a {
	display: block;
	height: 453px;
}

.hyimg {
	width: 100%;
	position: relative;
}

.hyimg img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.hytext {
	width: 100%;
	background: rgba(84, 84, 84, 0.9);
	padding: 35px 20px;
	box-sizing: border-box;
	position: absolute;
	bottom: 0;
	left: 0;
	transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	-o-transition: .5s;
}

.hytext h5 {
	font-size: 40px;
	color: #fff;
	font-weight: 500;
	text-align: center;
}

.conterconlist ul li:hover .hytext {
	background: #cf0f30;
}

.conterswi {
	width: 100%;
}

.title a {
	font-size: 16px;
	color: #828282;
	font-weight: 400;
	line-height: 21px;
	float: right;
	padding-top: 4px;
	box-sizing: border-box;
}

.title a i {
	display: inline-block;
	width: 21px;
	height: 21px;
	vertical-align: 1px;
	position: relative;
	top: 5px;
}

.conterswicon {
	width: 100%;
	padding: 0 50px;
	box-sizing: border-box;
	position: relative;
}

.conterswiconlist ul li {
	float: left;
	padding: 10px;
	box-sizing: border-box;
	transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	-o-transition: .5s;
}

.conterswiconlist ul li a {
	display: block;
	overflow: hidden;
}

.conterswiimg {
	width: 100%;
	height: 410px;
	background: url(../images/bjcon.png) center no-repeat;
	line-height: 410px;
	position: relative;
	padding: 10px;
	box-sizing: border-box;
	text-align: center;
	background-size: 100% 100%;
	transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	-o-transition: .5s;
}

.conterswiimg .img {
	display: inline-block;
	margin: 0 auto;
	max-height: 380px;
	width: 80%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

@media screen and (max-width: 768px) {

}

.conterswiimg .icon {
	position: absolute;
	top: 20px;
	left: 20px;
}

.conterswitext {
	width: 100%;
	padding: 20px;
	box-sizing: border-box;
	background: #fff;
}

.conterswitext h5 {
	font-size: 18px;
	color: #333;
	font-weight: 500;
	line-height: 22px;
	margin-bottom: 15px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.conterswitext p {
	font-size: 14px;
	color: #999999;
	font-weight: 500;
	line-height: 22px;
	height: 22px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.conterswiconlist ul li:hover {
	background: #e3e4e6;
}

.conterswiconlist ul li:hover .conterswiimg {
	background: url(../images/bjs.png) center no-repeat;
	background-size: 100% 100%;
}

.gsbannernexts {
	position: absolute;
	top: 50%;
	right: 0 !important;
	transform: translateY(-50%);
	z-index: 100;
	cursor: pointer;
}

.gsbannerprevs {
	position: absolute;
	top: 50%;
	left: 0 !important;
	transform: translateY(-50%);
	z-index: 100;
	cursor: pointer;
}

.gsbannernexts img, .gsbannerprevs img {
	display: block;
}

.new {
	width: 100%;
	padding: 60px 0;
	box-sizing: border-box;
	background: #f4f4f4;
}

.newcons {
	width: 100%;
}

.newleft {
	float: left;
	margin-right: 55px;
	width: 500px;
}

.newleft img {
	display: block;
}

.newright {
	float: left;
	width: 590px;
	padding: 50px 4px 0px 0;
	box-sizing: border-box;
}

.titles {
	font-size: 36px;
	color: #333333;
	text-align: left;
	margin-bottom: 20px;
}

.newright ul li {
	width: 100%;
}

.newright ul li a {
	display: block;
	font-size: 18px;
	color: #5e5e5e;
	font-weight: 500;
	margin-bottom: 12px;
	position: relative;
	padding-left: 15px;
	box-sizing: border-box;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	-o-transition: .5s;
}

.newright ul li a::before {
	content: '';
	width: 7px;
	height: 7px;
	background: #5e5e5e;
	position: absolute;
	top: 10px;
	left: 0;
	border-radius: 50%;
	transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	-o-transition: .5s;
}

.newright ul li a:hover {
	color: #286aa3;
}

.newright ul li a:hover::before {
	background: #286aa3;
}

.footer {
	width: 100%;
	background: #576265;
	padding: 64px 0 30px 0;
	box-sizing: border-box;
}

.footerup {
	width: 100%;
	border-bottom: 1px solid #aab0b2;
	padding-bottom: 30px;
	display: flex;
	justify-content: space-between;
	box-sizing: border-box;
}

.footerup ul li {
	float: left;
	width: 140px;
}

.footerup ul li h5 {
	font-size: 18px;
	color: #fff;
	font-weight: 500;
	margin-bottom: 20px;
}

.footerup ul li a {
	display: block;
	font-size: 14px;
	color: #fff;
	font-weight: 400;
	margin-bottom: 10px;
}

.footerup ul li a:last-child {
	margin-bottom: 0;
}

.footerbut {
	width: 100%;
	padding-top: 30px;
	box-sizing: border-box;
}

.footerbut p {
	font-size: 16px;
	color: #fff;
	font-weight: 400;
	text-align: center;
	margin-bottom: 20px;
}

.footerbut p:last-child {
	margin-bottom: 0;
}

.footerbut p a {
	color: #fff;
	cursor: unset;
}

/* 手机端头部 */

.navmobile {
	width: 100%;
	height: 60px;
	/* background: rgba(0, 0, 0, 0.6); */
	background: #f6f6f6;

	padding: 0 12px;
	box-sizing: border-box;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 500;
	display: none;
}

.navmobileleft {
	float: left;
	padding-top: 5px;
	box-sizing: border-box;
}

.navmobileleft a {
	display: block;
	width: 86%;
}

.navmobileleft a img {
	display: block;
	max-height: 75px;
	margin: 0 0 0 130px;
}

.navmobileright {
	float: right;
	margin-top: 20px;
	cursor: pointer;
}

.navmobileright>span {
	width: 24px;
	height: 2px;
	display: block;
	/* background: #fff; */
	background: #333;

	margin-bottom: 7px;
	transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	-o-transition: .3s;
}

.navmobileright.active span:nth-child(2) {
	margin-left: 6px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.navmobileright.active span:nth-child(3) {
	margin-left: 2px;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.nav {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	right: -100%;
	z-index: 1000;
}

.navbj {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	right: -100%;
	background: rgba(0, 0, 0, 0.01);
}

.navlist {
	width: 60%;
	height: 100%;
	position: fixed;
	top: 0;
	right: -60%;
	background: #333;
	z-index: 1000;
}

.navlist .close {
	width: 100%;
	height: 60px;
	position: relative;
}

.navlist .close i {
	float: right;
	width: 20px;
	height: 20px;
	background: url(../images/menu-close.svg) no-repeat;
	background-size: 100% 100%;
	margin: 24px;
}

.navlist>ul>li {
	width: 100%;
	border-bottom: 1px solid #2f7be0;
}

.navlist>ul>li>a {
	display: block;
	padding: 9px 15px;
	box-sizing: border-box;
	font-size: 14px;
	color: #fff;
	background: #0075AD;
	position: relative;
}

.navlist>ul>li>a i {
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url(../images/jiao.png) center no-repeat;
	position: absolute;
	top: 7px;
	right: 10px;
	transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	-o-transition: .3s;
}

.navlist>ul>.on>a i {
	transform: rotate(90deg);
}

.navlister {
	width: 100%;
	display: none;
}

.navlister a {
	display: block;
	font-size: 14px;
	color: #fff;
	padding: 9px 15px 9px 25px;
	box-sizing: border-box;
	border-top: 1px solid #eee;
	background-color: #3ab3ec;
}

.navseach {
	width: 90%;
	position: relative;
	margin: 20px auto 0;
}

.navseach input {
	width: 100%;
	height: 40px;
	border-radius: 25px;
	outline: none;
	border: 1px solid #545454;
	background: #f6f6f6;
	font-size: 14px;
	color: #333;
	padding: 0 40px 0 20px;
	box-sizing: border-box;
}

.navseach button {
	position: absolute;
	top: 0px;
	right: 0;
	width: 40px;
	height: 40px;
	border: 0;
	background: url(../images/sousuo.png) center no-repeat;
	background-size: 50%;
}

.banner {
	width: 100%;
}

.banner img {
	display: block;
	margin: 0 auto;
}

.celan {
	position: fixed;
	top: 60%;
	right: 1%;
	transform: translateY(-50%);
	z-index: 100;
	padding: 35px 0px 0px;
	/* background: #fff; */
	/* box-shadow: 0px 4px 20px 0px rgba(183, 189, 202, 0.3); */
	border-radius: 20px;
}

.celan .icon-close {
	position: absolute;
	right: 5px;
	top: 5px;
	display: block;
	width: 25px;
	height: 25px;
	cursor: pointer;
}

.celan img {
	display: block;
}

.contered {
	padding-top: 0;
	background: #f6f6f6;
}

.mianbao {
	width: 100%;
	background: #fff;
}

.mianbaocon {
	width: 100%;
	height: 55px;
	line-height: 55px;
}

.mianbaocon a {
	float: left;
	font-size: 14px;
	color: #545454;
	font-weight: 500;
	transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	-o-transition: .3s;
}

.mianbaocon a:hover {
	color: #d61435;
}

.mianbaocon span {
	float: left;
	font-size: 14px;
	color: #545454;
	font-weight: 500;
}

.mianbaocon strong {
	float: left;
	font-size: 14px;
	color: #545454;
	font-weight: 500;
	margin: 0 4px;
}

.whnew {
	width: 100%;
}

.whnewcon {
	width: 100%;
}

.whnewlistup {
	width: 100%;
	padding: 30px 0;
	box-sizing: border-box;
}

.whnewlistup a {
	display: block;
	padding: 20px;
	box-sizing: border-box;
	background: #fff;
}

.whnewimg {
	float: left;
	margin-right: 50px;
}

.whnewimg img {
	display: block;
}

.whnewtext {
	float: left;
	width: 60%;
	padding-top: 2%;
	box-sizing: border-box;
}

.whnewtext h5 {
	font-size: 18px;
	color: #333;
	font-weight: 500;
	margin-bottom: 20px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	-o-transition: .3s;
}

.whnewtext span {
	font-size: 16px;
	color: #999;
	font-weight: 500;
	margin-bottom: 20px;
	display: block;
}

.whnewtext p {
	font-size: 16px;
	color: #666;
	font-weight: 500;
	margin-bottom: 20px;
	display: block;
	line-height: 22px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.whnewlast {
	width: 100%;
}

.whnewlast strong {
	float: right;
	width: 110px;
	height: 38px;
	text-align: center;
	font-weight: 500;
	line-height: 38px;
	font-size: 16px;
	color: #fff;
	background: #d61435;
}

.whnewlistup a:hover .whnewtext h5 {
	color: #d61435;
}

.whnewlist {
	width: 100%;
}

.whnewlist ul li {
	width: 49%;
	margin-right: 2%;
	float: left;
	background: #fff;
	padding: 20px;
	box-sizing: border-box;
	margin-bottom: 2%;
}

.whnewlist ul li:nth-child(2n) {
	margin-right: 0%;
}

.whnewlist ul li a {
	display: block;
}

.whnewlist ul li .whnewimg {
	float: left;
	margin-right: 40px;
	width: 239px;
	height: 199px;
}

.whnewlist ul li .whnewimg img {
	display: block;
}

.whnewlist ul li .whnewtext {
	float: left;
	width: 50%;
	padding-top: 2%;
	box-sizing: border-box;
}

.whnewlist ul li .whnewtext h5 {
	font-size: 18px;
	color: #333;
	font-weight: 500;
	margin-bottom: 18px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	-o-transition: .3s;
	white-space: break-spaces;
}

.whnewlist ul li .whnewtext span {
	font-size: 16px;
	color: #999;
	font-weight: 500;
	margin-bottom: 18px;
	display: block;
}

.whnewlist ul li .whnewtext p {
	font-size: 16px;
	color: #666;
	font-weight: 500;
	margin-bottom: 18px;
	display: block;
	line-height: 22px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.whnewlist ul li .whnewlast {
	width: 100%;
}

.whnewlist ul li strong {
	width: 110px;
	height: 38px;
	text-align: center;
	font-weight: 500;
	line-height: 38px;
	font-size: 16px;
	color: #fff;
	background: #d61435;
	display: block;
}

.whnewlist ul li a:hover .whnewtext h5 {
	color: #d61435;
}

/* 分页 */

.scrpage {
	width: 100%;
	padding: 56px 0 80px 0;
	box-sizing: border-box;
}

.scrpage ul {
	display: table;
	margin: 0 auto;
}

.scrpage ul li {
	float: left;
	margin-right: 8px;
}

.scrpage ul li:first-child {
	margin-right: 40px;
}

.scrpage ul li:last-child {
	margin-right: 0;
	margin-left: 32px;
}

.scrpage ul li a {
	font-size: 14px;
	color: rgba(0, 0, 0, 0.65);
	border: 1px solid rgba(0, 0, 0, 0.15);
	display: block;
	padding: 6px 12px;
	box-sizing: border-box;
	border-radius: 2px;
	transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	-o-transition: .5s;
	background: #fff;
}

.scrpage ul .active a {
	border-color: #899295;
	background: #899295;
	color: #fff;
}

.scrpage ul li:hover a {
	border-color: #899295;
	background: #899295;
	color: #fff;
}

.product {
	width: 100%;
	padding: 30px 0 80px 0;
	box-sizing: border-box;
}

.productcon {
	width: 100%;
}

.productleft {
	float: left;
	width: 200px;
	background: #fff;
	margin-right: 30px;
	/* box-shadow: 0 5px 26px rgba(0, 0, 0, 0.1); */
	padding-bottom: 20px;
	box-sizing: border-box;
}

.productleft .product_item {
	padding-left: 20px;
	padding-right: 20px;
	display: block;
	font-size: 16px;
	color: #545454;
	font-weight: 500;
	transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	-o-transition: .3s;
}

.productleft .product_item.active {
	/* color: #d61435; */
	background-color: #f6f6f6;
	border-left: 6px solid #d61435;
}


.productleft .item_title {
	line-height: 44px;
}

.productleft .product_item .item_title a {
	 color: #545454; 
}


.productleft .product_item.active .item_title a {
	 color: #d61435 ; 
}
.productleft .product_item.active .arrow{
	transform: rotate(90deg);
}

.productleft .second_class {
	height: 0;
	overflow: hidden;
}

.productleft .product_item.active .second_class {
	height: auto;
}

.productleft .second_item {
	display: block;
	padding: 5px 0;
	font-size: 14px;
	color: #545454;
	font-weight: 500;
}

.productleft .second_item.active {
	color: #d61435;
}


.productleft .product_item:hover {
	/* color: #d61435; */
}

.productright {
	float: left;
	width: 950px;
}

.productup {
	width: 100%;
	background: #fff;
	box-shadow: 0 5px 26px rgba(0, 0, 0, 0.1);
	padding: 30px;
	box-sizing: border-box;
	margin-bottom: 30px;
}

.productuplist {
	width: 100%;
}

.productuplist span {
	float: left;
	font-size: 16px;
	color: #999;
	font-weight: 500;
	margin-right: 2%;
	line-height: 28px;
	width: 6%;
	text-align: right;
}

.productuplisted {
	float: left;
	width: 90%;
}

.productuplisted a {
	float: left;
	font-size: 14px;
	color: #333;
	font-weight: 500;
	padding: 0 20px;
	box-sizing: border-box;
	height: 28px;
	line-height: 28px;
	border: 1px solid #fff;
	box-sizing: border-box;
	margin-bottom: 20px;
	margin-right: 5px;
	transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	-o-transition: .3s;
}

.productuplisted a.active {
	color: #d61435;
	border-color: #d61435;
}

.productuplisted a:hover {
	color: #d61435;
	border-color: #d61435;
}

.productbut {
	width: 100%;
	padding: 25px 30px 0 30px;
	box-sizing: border-box;
	background: #fff;
	box-shadow: 0 5px 26px rgba(0, 0, 0, 0.1);
}

.productbutlist {
	width: 100%;
}

.productbutlist ul li {
	float: left;
	width: 44%;
	margin-right: 5%;
	transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	-o-transition: .3s;
	padding: 10px;
	box-sizing: border-box;
	margin-bottom: 30px;
}

.productbutlist ul li:nth-child(2n) {
	margin-right: 0;
}

.productbutlist ul li a {
	display: block;
}

.productbutlist ul li .conterswiimg {
	height: 417px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: url(../images/pjs.png) center no-repeat;
	background-size: 100% 100%;
}

.conterswitexted {
	width: 100%;
	background: #fff;
	padding: 0 30px 10px 30px;
	box-sizing: border-box;
}

.conterswitexted span {
	float: right;
	font-size: 16px;
	color: #d61435;
	padding-left: 20px;
	box-sizing: border-box;
	line-height: 38px;
}

.conterswitexted strong {
	float: right;
	font-size: 16px;
	color: #d61435;
	width: 110px;
	height: 38px;
	text-align: center;
	line-height: 38px;
	border: 1px solid #d61435;
	box-sizing: border-box;
	font-weight: 500;
}

.productbutlist ul li .conterswitext {
	transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	-o-transition: .3s;
	border-top: 1px solid #fff;
	box-sizing: border-box;
}

.productbutlist ul li:hover {
	background: #e3e4e6;
}

.productbutlist ul li:hover .conterswitext {
	border-color: #e3e4e6;
}

.productbutlist ul li:hover .conterswiimg {
	background: url(../images/pj.png) center no-repeat;
	background-size: 100% 100%;
}

.scrpaged {
	padding-top: 30px;
}

/*视频*/

.title_max {
	margin: 0 -15px;
	padding: 30px 0 50px;
}

.title_max li {
	float: left;
	width: 33.33%;
	padding: 0 15px;
	box-sizing: border-box;
	text-align: center;
	line-height: 110px;
}

.title_max li a {
	display: block;
	background: #f6f6f6;
	color: #333;
	font-size: 30px;
}

.title_max li.hover a, .title_max li:hover a {
	background: #d51334;
	color: #fff;
}

.video_con {
	padding: 20px 0;
}

.video_list {
	margin: 0 -20px;
}

.video_list li {
	float: left;
	width: 50%;
	padding: 20px;
	box-sizing: border-box;
}

.video_list li:hover {
	background: #e3e4e5;
}

.video_list li .box {
	width: 100%;
}

.video_list li .video {
	display: block;
	width: 100%;
	height: 320px;
	position: relative;
}

.video_list li .video img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.video_list li .video::after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-top: 50px solid #fff;
	border-left: 50px solid transparent;
	position: absolute;
	top: 0;
	right: 0;
}

.video_list li .video:before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-bottom: 50px solid #fff;
	border-right: 50px solid transparent;
	position: absolute;
	left: 0;
	bottom: 0;
}

.video_list li:hover .video::after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-top: 50px solid #e3e4e5;
	border-left: 50px solid transparent;
	position: absolute;
	top: 0;
	right: 0;
}

.video_list li:hover .video:before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-bottom: 50px solid #e3e4e5;
	border-right: 50px solid transparent;
	position: absolute;
	left: 0;
	bottom: 0;
}

.video_list li .video .play {
	display: block;
	width: 60px;
	height: 60px;
	position: absolute;
	background: url(../images/kais.png) no-repeat center;
	background-size: cover;
	top: 50%;
	left: 50%;
	margin-top: -30px;
	margin-left: -30px;
}

.video_list li .text {
	width: 100%;
	background: #fff;
	padding: 30px;
	box-sizing: border-box;
	position: relative;
}

.video_list li .text dt {
	font-size: 24px;
	color: #333;
	font-weight: bold;
	margin-bottom: 10px;
}

.video_list li .text dd {
	font-size: 20px;
	color: #999999;
	font-weight: bold;
}

.video_list li .text .download {
	width: 100px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	font-size: 18px;
	display: block;
	background: #d61435;
	margin: 30px;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -20px;
}

/*产品样册*/

.contributes_box {}

.contributes_box li {
	padding: 15px;
	width: 33.333%;
	box-sizing: border-box;
}

.conterswitext {
	position: relative;
}

.contributes_box li .downl {
	width: 100px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	font-size: 18px;
	display: block;
	background: #d61435;
	margin: 30px;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -20px;
}

/*地图*/

.map_box {
	background: #fff;
}

.map_box .text {
	padding: 30px;
	font-size: 16px;
	line-height: 28px;
	color: #333;
}

.map_box .text .logo2 {
	float: left;
	margin-right: 20px;
}

.map_box .text .address {
	float: left;
	margin-right: 20px;
	width: 200px;
}

.map_box .text dl {
	float: left;
	margin-right: 20px;
}

.contact_us {
	padding: 30px 0;
}

.contact_us h2 {
	font-size: 28px;
	color: #1a1b1e;
	padding: 30px 0;
	text-align: center;
}

.form_box {
	width: 750px;
	display: block;
	margin: 0 auto;
}

.form_box .in {
	float: left;
	width: 100%;
	padding: 15px;
	box-sizing: border-box;
}

.form_box .in.a2 {
	width: 50%;
}

.form_box .in .phone {
	height: 56px;
	background: #fff;
	border: none;
	width: 100%;
	padding: 0 15px;
	font-size: 14px;
	box-sizing: border-box;
}

.form_box .in .phone.oh {
	height: 120px;
	padding-top: 15px;
}

.form_box .but {
	width: 100px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	display: block;
	background: #d61435;
	margin: 30px auto;
	display: block;
	border: none;
}

.video_details {
	width: 100%;
	position: relative;
	margin: 50px 0 0;
	padding-bottom: 100px;
}

.video_details .text {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	padding: 0 15px;
	box-sizing: border-box;
	z-index: 99;
	line-height: 40px;
	color: #fff;
	font-size: 16px;
	background: rgba(0, 0, 0, .6);
}

.video_details .kc_vdo {
	width: 100%;
	height: 800px;
	object-fit: cover;
}

.product_swiper {
	margin-bottom: 70px;
}

.product_swiper .swiper-pagination-white .swiper-pagination-bullet {
	background: #bd222f;
}

.product_top {}

.product_top .title1 {
	margin: 20px 0;
}

.product_top .title1 h2 {
	font-size: 26px;
	margin-bottom: 10px;
	color: #333;
}

.product_top .title1 p {
	color: #999;
	font-size: 20px;
}

.product_top .text h2 {
	font-size: 28px;
	padding: 20px 0;
	border-bottom: 1px solid #ccc;
	color: #333;
}

.product_details_text {
	padding-bottom: 50px;
}

.product_details_text h2 {
	font-size: 26px;
	font-weight: 500;
	line-height: 32px;
	padding: 15px 0;
}

.product_details_text p {
	font-size: 26px;
	line-height: 30px;
	font-weight: 400;
	color: #999999;
}

.product_details_text .pic {
	margin: 20px 0;
}

/*关于我们*/

.about_box {}

.about_box h2 {
	font-size: 36px;
	color: #333;
	text-align: center;
	padding: 50px 0;
}

.about_tp .pic {
	float: left;
	width: 50%;
}

.about_tp .pic img {
	width: 100%;
}

.about_tp .text {
	float: right;
	/* width: 50%; */
	width: 100%;
	font-size: 16px;
	line-height: 28px;
	color: #333;
	padding: 0 0 30px;
	box-sizing: border-box;
}

.about_box .pic img {
	width: 100%;
	display: block;
}

.about_box .text {
	font-size: 16px;
	line-height: 28px;
	color: #333;
	/* text-align: center; */
}

.about_box .text p {
	margin-bottom: 30px;
}

.about_box .text h3 {
	font-size: 24px;
	color: #333;
	margin: 10px 0;
}
.about_box .text ul,.about_box .text li{
	list-style:inherit;
}
.about_box .text ul{
	margin: 0 0 0 50px;
}
.about_box p{
	background-color:transparent!important;
	}
.title_new {
	text-align: center;
	padding: 30px 0;
}

.title_new h1 {
	color: #333;
	font-size: 26px;
	padding: 20px 0;
}

.title_new span {
	color: #999999;
	font-size: 18px;
}

.news_details .text {
	line-height: 28px;
	color: #333;
	font-size: 16px;
}

.page_aa {
	padding: 30px 0;
}

.page_aa a {
	color: #333;
	display: block;
	margin: 20px auto;
}

.page_aa a:hover {
	color: #999;
}

.z-logo-wrap img {
	display: block;
	float: right;
	margin: 0 0 40px 40px;
	width: 170px;
	height: 170px;
}

.z-bb {
	border-bottom: 10px solid #239AC6!important;
}

.z-data-table {
	padding: 0 40px 30px;
	margin: 20px auto 0;
	background-color: #fff;
}

.z-data-table .z-first-tr {
	width: 15%;
}

.z-data-table:first-of-type {
	border-top: 10px solid #239AC6!important;
}

.z-data-table table {
	width: 100%;
	table-layout: fixed;
}

.z-data-table .table-head {
	padding: 35px 0;
	font-size: 35px;
	color: #161717;
	border-bottom: 1px solid #239AC6;
}

.z-data-table .table-head img {
	display: inline-block;
	vertical-align: text-top;
	width: 55px;
	height: 55px;
	margin: 0 15px 0 0;
}

.z-data-table .table-head .flex_1 {
	text-align: right;
}

.z-data-table table tr {
	height: 60px;
	font-size: 29px;
	line-height: 55px;
	font-weight: 400;
	color: #161717;
	border-bottom: 1px solid #239AC6;
}

.z-data-table table tr img {
	display: block;
	width: auto;
	height: 35px;
	margin: 0 auto;
}

.z-data-table td {
	padding: 0;
	border: 0;
	text-align: center;
}

/* ---------------------------------------------------------------- */

@media screen and (max-width: 1280px) {
	.qd_1280 {
		padding: 0 4%;
		box-sizing: border-box;
		width: 100%;
	}
	.headernav ul li {
		margin-right: 40px;
	}
	.headernav ul li:nth-child(2) .headerlistcon {
		padding-left: 354px;
	}
	.headernav ul li:nth-child(3) .headerlistcon {
		padding-left: 470px;
	}
	.headernav ul li:nth-child(4) .headerlistcon {
		padding-left: 580px;
	}
	.headernav ul li:nth-child(5) .headerlistcon {
		padding-left: 705px;
	}
	.headernav ul li:nth-child(6) .headerlistcon {
		padding-left: 800px;
	}
	.newleft {
		width: 40%;
		margin-right: 5%;
	}
	.newright {
		width: 55%;
		padding-top: 3%;
	}
	.conterconlist ul li:nth-child(1) {
		height: auto;
	}
	.conterconlist ul li:nth-child(2) {
		height: auto;
	}
	.conterconlist ul li a {
		height: auto;
	}
	.hytext {
		padding: 20px 10px;
	}
	.hytext h5 {
		font-size: 30px;
	}
	.title {
		/* font-size: 35px; */
		font-size: 30px;
	}
	.titles {
		font-size: 25px;
	}
	.newright ul li a {
		margin-bottom: 8px;
	}
	.footer, .new, .contercon, .conterseach {
		padding: 30px 0;
	}
	.footerbut, .conterlist {
		padding-top: 30px;
	}
	.footerup {
		padding-bottom: 30px;
	}
	.conterconup {
		margin-bottom: 30px;
	}
	.whnewimg {
		width: 35%;
		margin-right: 5%;
	}
	.whnewlist ul li .whnewimg {
		width: 40%;
		margin-right: 5%;
		height: auto;
	}
	.whnewlist ul li .whnewtext {
		width: 55%;
		padding-top: 0;
	}
	.whnewlist ul li .whnewtext h5 {
		margin-bottom: 10px;
	}
	.whnewlist ul li .whnewtext span {
		margin-bottom: 8px;
		font-size: 14px;
	}
	.whnewlist ul li .whnewtext p {
		margin-bottom: 8px;
		font-size: 14px;
	}
	.scrpage {
		padding-top: 50px;
	}
	.productleft {
		width: 17%;
		margin-right: 3%;
	}
	.productright {
		width: 80%;
	}
	.z-logo-wrap img {
		display: block;
		float: right;
		margin: 0 0 30px 30px;
		width: 140px;
		height: 140px;
	}
	/* @1280 */
	.z-bb {
		border-bottom: 8px solid #239AC6!important;
	}
	.product_details_text h2 {
		font-size: 28px;
		font-weight: 500;
		line-height: 30px;
		padding: 15px 0;
	}
	.product_details_text p {
		font-size: 26px;
		line-height: 28px;
		font-weight: 400;
		color: #999999;
	}
	.z-data-table {
		padding: 0 40px 30px;
		margin: 20px auto 0;
		background-color: #fff;
	}
	.z-data-table:first-of-type {
		border-top: 10px solid #239AC6!important;
	}
	.z-data-table table {
		width: 100%;
		table-layout: fixed;
	}
	.z-data-table .table-head {
		padding: 15px 0;
		font-size: 32px;
		color: #161717;
		border-bottom: 1px solid #239AC6;
	}
	.z-data-table .table-head img {
		display: inline-block;
		vertical-align: text-top;
		width: 55px;
		height: 55px;
		margin: 0 15px 0 0;
	}
	.z-data-table .table-head .flex_1 {
		text-align: right;
	}
	.z-data-table table tr {
		height: 50px;
		font-size: 21px;
		line-height: 50px;
		font-weight: 400;
		color: #161717;
		border-bottom: 1px solid #239AC6;
	}
	.z-data-table table tr img {
		display: block;
		width: auto;
		height: 25px;
	}
	.z-data-table td {
		padding: 0;
		border: 0;
	}
	/* /@1280 */
}

@media screen and (max-width: 1200px) {
	.qd_1280 {
		padding: 0 2%;
		box-sizing: border-box;
		width: 100%;
	}
	.headerlogo {
		margin-right: 30px;
	}
	.headernav ul li {
		margin-right: 25px;
	}
	.headerlistcon {
		padding-left: 212px;
	}
	.headernav ul li:nth-child(2) .headerlistcon {
		padding-left: 309px;
	}
	.headernav ul li:nth-child(3) .headerlistcon {
		padding-left: 417px;
	}
	.headernav ul li:nth-child(4) .headerlistcon {
		padding-left: 505px;
	}
	.headernav ul li:nth-child(5) .headerlistcon {
		padding-left: 614px;
	}
	.headernav ul li:nth-child(6) .headerlistcon {
		padding-left: 700px;
	}
	.headerseach {
		width: 200px;
	}
	.headerseach input {
		width: 200px;
	}
	.newright ul li a {
		font-size: 14px;
	}
	.title_max li {
		height: 70px;
		line-height: 70px;
	}
	.title_max li a {
		font-size: 20px;
	}
	.video_list li .video {
		height: 280px;
	}
	.contributes_box .conterswiimg {
		/* padding: 30px; */
	}
	.video_details .kc_vdo {
		height: 600px;
	}
	.about_box .video_details {
		padding-bottom: 0;
	}
	.about_box h2 {
		font-size: 30px;
	}
	.z-logo-wrap img {
		display: block;
		float: right;
		margin: 0 0 25px 25px;
		width: 130px;
		height: 130px;
	}
}

@media screen and (max-width: 1025px) {
	.header {
		display: none;
	}
	.navmobile {
		display: block;
	}
	.navmobileleft {
		padding-top: 8px;
	}
	.navmobileleft a {
		width: 52%;
	}
	.conterlistimg {
		padding: 20px;
		box-sizing: border-box;
	}
	.conterlistext {
		padding: 0 10px 14px 10px;
	}
	.conterseachcon {
		width: 90%;
		margin: 0 auto;
		height: 60px;
	}
	.conterseachcon input {
		height: 60px;
	}
	.conterseachcon button {
		height: 60px;
		right: 0;
		background-size: 40%;
	}
	.title {
		margin-bottom: 30px;
	}
	.titles {
		margin-bottom: 20px;
	}
	.newright ul li a {
		font-size: 14px;
	}
	.newright ul li a::before {
		top: 8px;
	}
	.whnewlist ul li .whnewtext h5 {
		-webkit-line-clamp: 1;
		font-size: 16px;
	}
	.scrpage {
		padding: 40px 0;
	}
	.whnewtext h5 {
		font-size: 16px;
		margin-bottom: 10px;
	}
	.whnewtext span {
		font-size: 14px;
		margin-bottom: 10px;
	}
	.whnewtext p {
		font-size: 14px;
		margin-bottom: 10px;
	}
	.contered {
		box-sizing: border-box;
	}
	.productleft {
		width: 100%;
		margin-right: 0;
		float: none;
		padding-bottom: 0;
		padding: 0 10px;
		margin-bottom: 20px;
	}
	.productright {
		width: 100%;
		float: none;
	}
	.productleft .product_item {
		float: left;
		margin-right: 5px;
		margin-bottom: 5px;
		padding: 0 5px;
		box-sizing: border-box;
		width: 31%;
	}
	.title {
		font-size: 24px;
	}
	.title_max li {
		height: 60px;
		line-height: 60px;
	}
	.title_max li a {
		font-size: 18px;
	}
	.video_list li .video {
		height: 240px;
	}
	.contributes_box li {
		width: 50%;
	}
	.about_box h2 {
		font-size: 26px;
	}
	.about_box .text h3 {
		font-size: 20px;
	}
	.about_box .text {
		font-size: 14px;
	}
	.z-logo-wrap img {
		display: block;
		float: right;
		margin: 0 0 20px 20px;
		width: 120px;
		height: 120px;
	}
	/* @1025 */
	.z-bb {
		border-bottom: 6px solid #239AC6!important;
	}
	.product_details_text h2 {
		font-size: 26px;
		font-weight: 500;
		line-height: 28px;
		padding: 15px 0;
	}
	.product_details_text p {
		font-size: 24px;
		line-height: 26px;
		font-weight: 400;
		color: #999999;
	}
	.product_top .text h2 {
		font-size: 18px;
		padding: 14px 0;
		border-bottom: 1px solid #ccc;
		color: #333;
	}
	.z-data-table {
		padding: 0 25px 15px;
		margin: 15px auto 0;
		background-color: #fff;
	}
	.z-data-table:first-of-type {
		border-top: 10px solid #239AC6!important;
	}
	.z-data-table table {
		width: 100%;
		table-layout: fixed;
	}
	.z-data-table .table-head {
		padding: 15px 0;
		font-size: 25px;
		color: #161717;
		border-bottom: 1px solid #239AC6;
	}
	.z-data-table .table-head img {
		display: inline-block;
		vertical-align: text-top;
		width: 55px;
		height: 55px;
		margin: 0 15px 0 0;
	}
	.z-data-table .table-head .flex_1 {
		text-align: right;
	}
	.z-data-table table tr {
		height: 50px;
		font-size: 22px;
		line-height: 45px;
		font-weight: 400;
		color: #161717;
		border-bottom: 1px solid #239AC6;
	}
	.z-data-table table tr img {
		display: block;
		width: auto;
		height: 25px;
	}
	.z-data-table td {
		padding: 0;
		border: 0;
	}
	/* /@1025 */
}

@media screen and (max-width: 968px) {
	.conterlistcon ul li {
		width: 48%;
		margin-right: 4%;
	}
	.conterlistcon ul li:nth-child(3n) {
		margin-right: 4%;
	}
	.conterlistcon ul li:nth-child(2n) {
		margin-right: 0%;
	}
	.hytext h5 {
		font-size: 20px;
	}
	.newleft {
		width: 100%;
		margin-right: 0;
		float: none;
	}
	.newleft img {
		margin: 0 auto 20px;
	}
	.newright {
		width: 100%;
		float: none;
	}
	.newcons {
		background: transparent !important;
	}
	.whnewtext p {
		-webkit-line-clamp: 2;
	}
	.whnewlist ul li {
		width: 100%;
		float: none;
		margin-right: 0;
	}
	.whnewlist ul li .whnewimg {
		width: 30%;
		margin-right: 2%;
	}
	.whnewlist ul li .whnewtext {
		width: 66%;
		padding-top: 2%;
	}
	.productuplist span {
		float: none;
		width: 100%;
		margin-right: 0;
		text-align: left;
		margin-bottom: 10px;
	}
	.productuplisted {
		width: 100%;
		float: none;
	}
	.productbutlist ul li .conterswiimg {
		height: 300px;
	}
	.productbutlist ul li .conterswitext h5 {
		font-size: 20px;
	}
	.productbutlist ul li .conterswitext p {
		font-size: 20px;
	}
	.conterswitexted span {
		padding-left: 0;
	}
	.conterswitexted {
		padding: 0 20px 20px 20px;
	}
	.product {
		padding-bottom: 30px;
	}
	.title a {
		font-size: 14px;
	}
	.form_box {
		width: 100%;
	}
	.z-logo-wrap img {
		display: block;
		float: right;
		margin: 0 0 20px 20px;
		width: 110px;
		height: 110px;
	}
}

@media screen and (max-width: 750px) {
	.banner img {
		height: 240px;
		object-fit: cover;
	}
	.conterlistcon ul li {
		height: auto;
	}
	.conterlistimg {
		padding: 0 10px;
		text-align: center;
		height: 130px;
		line-height: 130px;
	}
	.conterlistimg img {
		padding: 15px;
		box-sizing: border-box;
	}
	.conterlistext {
		position: static;
	}
	.conterlistext h5 {
		font-size: 16px;
		margin-bottom: 10px;
	}
	.conterlistextlast a {
		font-size: 14px;
	}
	.conterseachcon input {
		padding: 0 60px 0 20px;
		font-size: 16px
	}
	.conterseachcon button {
		background-size: 30%;
	}
	.title {
		font-size: 20px;
	}
	.hytext {
		padding: 10px;
	}
	.hytext h5 {
		font-size: 16px;
	}
	.title a i {
		top: 7px
	}
	.conterconlist ul li:nth-child(3) {
		width: 100%;
		margin-right: 0;
		margin-bottom: 2%;
	}
	.conterconlist ul li:nth-child(4) {
		width: 100%;
		margin-right: 0;
		margin-bottom: 2%;
	}
	.conterconlist ul li:nth-child(5) {
		width: 100%;
		margin-right: 0;
	}
	.conterswitext h5 {
		font-size: 16px;
		line-height: 18px;
		margin-bottom: 10px;
	}
	.conterswitext p {
		font-size: 14px;
	}
	.footerup {
		display: none;
	}
	.footerbut {
		padding-top: 0;
	}
	.footerbut p {
		margin-bottom: 10px;
		font-size: 12px;
	}
	.celan {
		display: none;
	}
	.whnewlist ul li, .whnewlistup a {
		padding: 10px;
	}
	.whnewlist ul li .whnewimg, .whnewimg {
		width: 100%;
		float: none;
		margin-right: 0;
	}
	.whnewlist ul li .whnewtext, .whnewtext {
		width: 100%;
		float: none;
	}
	.whnewlist ul li .whnewimg img {
		width: 100%;
	}
	.whnewlist ul li strong, .whnewlast strong {
		font-size: 14px;
		height: 30px;
		line-height: 30px;
		float: none;
		display: block;
		margin: 20px auto 10px;
	}
	.scrpage {
		padding: 30px 0;
	}
	.scrpage ul li {
		margin-right: 6px;
	}
	.scrpage ul li a {
		padding: 4px 8px;
	}
	.scrpage ul li:first-child {
		margin-right: 8px;
	}
	.scrpage ul li:last-child {
		margin-left: 8px;
	}
	.productbutlist ul li {
		width: 100%!important;
		float: none;
	}
	.productbutlist ul li:last-child {
		margin-bottom: 0;
	}
	.productbut {
		padding: 10px 10px 0 10px;
	}
	.mianbaocon {
		line-height: 45px;
		height: 45px;
	}
	.productbutlist ul li .conterswitext h5 {
		font-size: 18px;
	}
	.productbutlist ul li .conterswitext p {
		font-size: 16px;
	}
	.title_max {
		padding: 0;
		margin: 0;
	}
	.title_max li {
		height: 40px;
		line-height: 40px;
		width: 100%;
		padding: 0;
		margin-bottom: 5px;
	}
	.title_max li a {
		font-size: 16px;
	}
	.video_list li .video {
		height: 240px;
	}
	.video_list li {
		width: 100%;
	}
	.video_list li .video {
		height: 200px;
	}
	.video_list li .text {
		padding: 15px;
	}
	.video_list li .text dt {
		font-size: 18px;
	}
	.video_list li .text dd {
		font-size: 14px;
	}
	.video_list li .text .download {
		width: 90px;
		height: 36px;
		line-height: 36px;
		font-size: 14px;
		margin: 15px;
		margin-top: -18px;
	}
	body {
		padding-top: 60px;
	}
	.contributes_box li {
		width: 100%;
	}
	.contributes_box .conterswiimg {
		height: 400px;
		line-height: 400px;
	}
	.conterswiimg .img {
		display: inline-block;
		margin: 0 auto;
		max-height: 340px;
		width: 80%;
	}
	.contributes_box li .downl {
		width: 90px;
		height: 36px;
		line-height: 36px;
		font-size: 14px;
		margin: 15px;
		margin-top: -18px;
	}
	.map_box .text {
		padding: 15px;
		font-size: 14px;
	}
	.map_box .text .logo2 img {
		width: 160px;
		margin-bottom: 20px;
	}
	.map_box .text .address {
		float: left;
		margin-right: 0;
		width: 100%;
		margin-bottom: 20px;
	}
	.map_box .text dl {
		float: left;
		margin-right: 0;
	}
	.contact_us h2 {
		font-size: 20px;
		padding: 10px 0;
	}
	.form_box .in {
		padding: 10px;
	}
	.form_box .in.a2 {
		width: 100%;
	}
	.video_details .kc_vdo {
		height: auto;
	}
	.about_box .text h3 {
		font-size: 18px;
	}
	.about_box h2 {
		padding: 30px 0;
		font-size: 24px;
	}
	.about_tp .pic {
		width: 100%;
		margin-bottom: 20px;
	}
	.about_tp .text {
		padding: 0;
		width: 100%;
	}
	.title_new h1 {
		font-size: 20px;
	}
	.title_new span {
		font-size: 14px;
	}
	.news_details .text {
		font-size: 14px;
	}
	.page_aa a {
		font-size: 14px;
	}
	.z-logo-wrap img {
		display: block;
		float: right;
		margin: 0 0 15px 15px;
		width: 80px;
		height: 80px;
	}
	/* @750 */
	.z-bb {
		border-bottom: 4px solid #239AC6!important;
	}
	.product_details_text h2 {
		font-size: 24px;
		font-weight: 500;
		line-height: 26px;
		padding: 12px 0;
	}
	.product_details_text p {
		font-size: 22px;
		line-height: 24px;
		font-weight: 400;
		color: #999999;
	}
	.product_top .text h2 {
		font-size: 16px;
		padding: 12px 0;
		border-bottom: 1px solid #ccc;
		color: #333;
	}
	.z-data-table {
		padding: 0 15px 15px;
		margin: 15px auto 0;
		background-color: #fff;
	}
	.z-data-table:first-of-type {
		border-top: 10px solid #239AC6!important;
	}
	.z-data-table table {
		width: 100%;
		table-layout: fixed;
	}
	.z-data-table .table-head {
		padding: 10px 0;
		font-size: 20px;
		color: #161717;
		border-bottom: 1px solid #239AC6;
	}
	.z-data-table .table-head img {
		display: inline-block;
		vertical-align: text-top;
		width: 55px;
		height: 55px;
		margin: 0 15px 0 0;
	}
	.z-data-table .table-head .flex_1 {
		text-align: right;
	}
	.z-data-table table tr {
		height: 40px;
		font-size: 15px;
		line-height: 40px;
		font-weight: 400;
		color: #161717;
		border-bottom: 1px solid #239AC6;
	}
	.z-data-table table tr img {
		display: block;
		width: auto;
		height: 20px;
	}
	.z-data-table td {
		padding: 0;
		border: 0;
	}
	/* /@750 */
}

/*  */

@media screen and (max-width: 480px) {
	.z-logo-wrap img {
		display: block;
		float: right;
		margin: 0 0 10px 10px;
		width: 50px;
		height: 50px;
	}
	/* @480 */
	.z-bb {
		border-bottom: 2px solid #239AC6!important;
	}
	.product_details_text h2 {
		font-size: 12px;
		font-weight: 500;
		line-height: 16px;
		padding: 5px 0;
	}
	.product_details_text p {
		font-size: 12px;
		line-height: 17px;
		font-weight: 400;
		color: #999999;
	}
	.product_top .text h2 {
		font-size: 14px;
		padding: 10px 0;
		border-bottom: 1px solid #ccc;
		color: #333;
	}
	.z-data-table {
		padding: 0 5px 10px;
		margin: 10px auto 0;
		background-color: #fff;
	}
	.z-data-table:first-of-type {
		border-top: 10px solid #239AC6!important;
	}
	.z-data-table table {
		width: 100%;
		table-layout: fixed;
	}
	.z-data-table .table-head {
		padding: 5px 0;
		font-size: 15px;
		color: #161717;
		border-bottom: 1px solid #239AC6;
	}
	.z-data-table .table-head img {
		display: inline-block;
		vertical-align: text-top;
		width: 55px;
		height: 55px;
		margin: 0 15px 0 0;
	}
	.z-data-table .table-head .flex_1 {
		text-align: right;
	}
	.z-data-table table tr {
		height: 30px;
		font-size: 12px;
		line-height: 30px;
		font-weight: 400;
		color: #161717;
		border-bottom: 1px solid #239AC6;
	}
	.z-data-table table tr img {
		display: block;
		width: auto;
		height: 15px;
	}
	.z-data-table td {
		padding: 0;
		border: 0;
	}
	/* /@480 */
}

@media screen and (max-width: 525px) {
	.navmobileleft a img {
		display: block;
		max-height: 75px;
		margin: 0 0 0 10px;
	}
}