.banner {
	font-size: 0;
	position: relative;
	z-index: 2;
	overflow: hidden;
	width: 100%;
}

.banner img {
	display: block;
}

@media (min-width: 1200px) {
	.banner img {
		position: absolute;
		top: 50%;
		left: 50%;
	}
}

@media (max-width: 1199px) {
	.banner img {
		width: 100%;
	}
}

@media (max-width: 767px) {
	.banner img {
		width: 110%;
		margin-left: -5%;
	}
}

.banner .slick {
	font-size: 0;
	position: relative;
}

.banner .slick .item {
	position: relative;
	display: block;
	overflow: hidden;
}

.banner .slick .item .txt {
	display: none;
	position: absolute;
	right: 5%;
	bottom: 14%;
	width: 30%;
}

@media (max-width: 1469px) {
	.banner .slick .item .txt {
		right: 2%;
	}
}

@media (max-width: 600px) {
	.banner .slick .item .txt {
		display: none;
	}
}

.banner .slick .item .txt span {
	font-size: 60px;
	font-weight: bold;
	line-height: 1;
	display: inline-block;
	margin-right: 30px;
	letter-spacing: -1px;
	color: #fff;
}

@media (max-width: 1780px) {
	.banner .slick .item .txt span {
		font-size: 40px;
	}
}

@media (max-width: 1469px) {
	.banner .slick .item .txt span {
		font-size: 35px;
	}
}

@media (max-width: 1199px) {
	.banner .slick .item .txt span {
		font-size: 30px;
	}
}

@media (max-width: 991px) {
	.banner .slick .item .txt span {
		font-size: 20px;
		margin-right: 15px;
	}
}

.banner .slick .item .txt p {
	font-size: 16px;
	line-height: 1.625;
	width: 70%;
	margin-top: 15px;
	color: #fff;
}

@media (max-width: 1199px) {
	.banner .slick .item .txt p {
		width: 80%;
	}
}

@media (max-width: 991px) {
	.banner .slick .item .txt p {
		font-size: 14px;
		line-height: 1.42857143;
		margin-top: 10px;
	}
}

.banner .slick-dots {
	position: absolute;
	bottom: 40px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	text-align: center;
}

@media (max-width: 767px) {
	.banner .slick-dots {
		bottom: 15px;
		display: none;
	}
}

.banner .slick-dots li {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	cursor: pointer;
	-webkit-transition: .35s;
	transition: .35s;
	border: 1px solid #fff;
	border-radius: 50%;
	background: none;
}

@media (max-width: 767px) {
	.banner .slick-dots li {
		width: 8px;
		height: 8px;
	}
}

.banner .slick-dots li button {
	display: none;
}

.banner .slick-dots li:hover {
	background-color: #fff;
}

.banner .slick-dots .slick-active {
	background-color: #fff;
}

.ff {
	font-family: 'iconfont' !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.title {
	text-align: center;
}

.title b {
	font-size: 36px;
	line-height: 1;
	display: block;
	color: #333;
}

@media (max-width: 1199px) {
	.title b {
		font-size: 28px;
	}
}

@media (max-width: 991px) {
	.title b {
		font-size: 24px;
	}
}

@media (max-width: 767px) {
	.title b {
		font-size: 22px;
	}
}

@media (max-width: 480px) {
	.title b {
		font-size: 20px;
	}
}

.title p {
	font-size: 16px;
	line-height: 1.875;
	margin-top: 30px;
	color: #888;
}

@media (max-width: 1469px) {
	.title p {
		font-size: 14px;
		line-height: 2;
	}
}

@media (max-width: 1199px) {
	.title p {
		margin-top: 15px;
	}
}

@media (max-width: 480px) {
	.title p {
		margin-top: 10px;
	}
}

.padt {
	padding-top: 100px;
}

.padd {
	padding: 100px 0;
}

.lists {
	margin-top: 40px;
}

@media (max-width: 1199px) {
	.padt {
		padding-top: 60px;
	}
	.padd {
		padding: 60px 0;
	}
}

@media (max-width: 991px) {
	.padt {
		padding-top: 50px;
	}
	.padd {
		padding: 50px 0;
	}
	.lists {
		margin-top: 40px;
	}
}

@media (max-width: 767px) {
	.padd {
		padding: 40px 0;
	}
	.lists {
		margin-top: 30px;
	}
}

.txt-over1 {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.section {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.category_wrap {
	padding-top: 50px;
}

@media (max-width: 1199px) {
	.category_wrap {
		padding: 60px 0;
	}
}

@media (max-width: 991px) {
	.category_wrap {
		padding: 50px 0;
	}
}

@media (max-width: 480px) {
	.category_wrap {
		padding: 40px 0;
	}
}

.category_wrap .title {
	width: 75%;
	margin: auto;
}

@media (max-width: 991px) {
	.category_wrap .title {
		width: 100%;
	}
}

.category_wrap .lists {
	padding: 0 140px;
}

@media (max-width: 1470px) {
	.category_wrap .lists {
		padding: 0 80px;
	}
}

@media (max-width: 1370px) {
	.category_wrap .lists {
		padding: 0 30px;
	}
}

@media (max-width: 1199px) {
	.category_wrap .lists {
		padding: 0 15px;
	}
}

.category_wrap .lists ul li {
	float: left;
	width: 20%;
}

@media (max-width: 991px) {
	.category_wrap .lists ul li {
		width: 33.333%;
	}
}

@media (max-width: 767px) {
	.category_wrap .lists ul li {
		width: 50%;
	}
}

.category_wrap .lists ul li:nth-child(even) .item {
	border-top: 4px solid #fff;
	background-color: #f6f6f6;
}

@media (max-width: 767px) {
	.category_wrap .lists ul li:nth-child(even) .item {
		border-top: 4px solid #0069aa;
	}
}

.category_wrap .lists ul li:nth-child(2) .item b:before {
	font-size: 40px;
	content: '\e66e';
}

@media (max-width: 480px) {
	.category_wrap .lists ul li:nth-child(2) .item b:before {
		font-size: 30px;
	}
}

.category_wrap .lists ul li:nth-child(3) .item b:before {
	content: '\e62e';
}

.category_wrap .lists ul li:nth-child(4) .item b:before {
	font-size: 40px;
	content: '\e602';
}

@media (max-width: 480px) {
	.category_wrap .lists ul li:nth-child(4) .item b:before {
		font-size: 33px;
	}
}

.category_wrap .lists ul li:nth-child(5) .item b:before {
	font-size: 40px;
	content: '\e675';
}

@media (max-width: 480px) {
	.category_wrap .lists ul li:nth-child(5) .item b:before {
		font-size: 30px;
	}
}

.category_wrap .lists .item {
	position: relative;
	display: block;
	overflow: hidden;
	padding: 70px 40px;
	-webkit-transition: all .35s;
	transition: all .35s;
	text-align: center;
	border-top: 4px solid #0069aa;
	background-color: #fbfbfb;
}

@media (max-width: 1680px) {
	.category_wrap .lists .item {
		padding: 50px 40px;
	}
}

@media (max-width: 1199px) {
	.category_wrap .lists .item {
		padding: 40px 20px;
	}
}

@media (max-width: 991px) {
	.category_wrap .lists .item {
		margin-bottom: 20px;
	}
}

.category_wrap .lists .item:hover {
	background-color: #0069aa !important;
}

.category_wrap .lists .item:hover .num {
	color: #fff;
}

.category_wrap .lists .item:hover .info b {
	color: #fff;
}

.category_wrap .lists .item:hover .info b:before {
	color: #fff;
	border: solid 1px #fff;
}

.category_wrap .lists .item:hover .info p {
	color: #fff;
}

.category_wrap .lists .item:hover .info span {
	color: #fff;
}

.category_wrap .lists .item:hover .info span:before {
	color: #0069aa;
	background-color: #fff;
}

.category_wrap .lists .item .num {
	font-size: 72px;
	font-weight: bold;
	font-style: italic;
	line-height: 1;
	position: absolute;
	right: 10px;
	bottom: -8px;
	-webkit-transition: all .35s;
	transition: all .35s;
	opacity: .1;
	color: #333;
}

@media (max-width: 1470px) {
	.category_wrap .lists .item .num {
		font-size: 60px;
	}
}

@media (max-width: 1199px) {
	.category_wrap .lists .item .num {
		font-size: 50px;
	}
}

.category_wrap .lists .item .info b {
	font-size: 22px;
	line-height: 1;
	display: block;
	overflow: hidden;
	-webkit-transition: all .35s;
	transition: all .35s;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #333;
}

@media (max-width: 1470px) {
	.category_wrap .lists .item .info b {
		font-size: 20px;
	}
}

@media (max-width: 480px) {
	.category_wrap .lists .item .info b {
		font-size: 18px;
	}
}

.category_wrap .lists .item .info b:before {
	font-family: 'iconfont' !important;
	font-size: 50px;
	font-weight: normal;
	font-style: normal;
	line-height: 95px;
	display: block;
	width: 95px;
	height: 95px;
	margin: auto;
	margin-bottom: 40px;
	content: '\e605';
	text-align: center;
	color: #0069aa;
	border: solid 1px #0069aa;
	border-radius: 50%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

@media (max-width: 1470px) {
	.category_wrap .lists .item .info b:before {
		margin-bottom: 30px;
	}
}

@media (max-width: 1199px) {
	.category_wrap .lists .item .info b:before {
		line-height: 80px;
		width: 80px;
		height: 80px;
	}
}

@media (max-width: 480px) {
	.category_wrap .lists .item .info b:before {
		font-size: 40px;
	}
}

.category_wrap .lists .item .info p {
	font-size: 16px;
	line-height: 1.875;
	display: -webkit-box;
	overflow: hidden;
	height: 60px;
	margin-top: 20px;
	-webkit-transition: all .35s;
	transition: all .35s;
	color: #888;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

@media (max-width: 1469px) {
	.category_wrap .lists .item .info p {
		font-size: 14px;
		line-height: 2;
		display: -webkit-box;
		overflow: hidden;
		height: 56px;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
	}
}

.category_wrap .lists .item .info span {
	font-size: 14px;
	line-height: 1.42857143;
	display: block;
	margin-top: 60px;
	-webkit-transition: all .35s;
	transition: all .35s;
	color: #333;
}

@media (max-width: 1680px) {
	.category_wrap .lists .item .info span {
		margin-top: 40px;
	}
}

.category_wrap .lists .item .info span:before {
	font-family: 'iconfont' !important;
	font-size: 12px;
	font-style: normal;
	line-height: 17px;
	display: inline-block;
	width: 17px;
	height: 17px;
	margin-right: 10px;
	content: '\e626';
	text-align: center;
	color: #fff;
	border-radius: 50%;
	background-color: #0069aa;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.culture_wrap {
	padding-top: 50px;
}

@media (max-width: 1199px) {
	.culture_wrap {
		padding: 60px 0;
	}
}

@media (max-width: 991px) {
	.culture_wrap {
		padding: 50px 0;
	}
}

@media (max-width: 480px) {
	.culture_wrap {
		padding: 0;
	}
}

@media (max-width: 600px) {
	.culture_wrap .list ul li:nth-child(2) .item .icon_word {
		width: 50px;
	}
	.culture_wrap .list ul li:nth-child(3) .item .icon_word {
		width: 45px;
	}
	.culture_wrap .list ul li:nth-child(4) .item .icon_word {
		width: 50px;
	}
}

.culture_wrap .list .item {
	position: relative;
	padding-right: 20px;
	padding-left: 85px;
}

@media (max-width: 1199px) {
	.culture_wrap .list .item {
		padding-right: 0;
	}
}

@media (max-width: 991px) {
	.culture_wrap .list .item {
		margin-bottom: 30px;
	}
}

@media (max-width: 600px) {
	.culture_wrap .list .item {
		padding-left: 70px;
	}
}

.culture_wrap .list .item .icon_word {
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.culture_wrap .list .item .icon_word img {
	max-width: 100%;
	height: auto !important;
}

@media (max-width: 600px) {
	.culture_wrap .list .item .icon_word {
		width: 60px;
	}
}

.culture_wrap .list .item .msg p {
	font-size: 16px;
	line-height: 2;
	color: #888;
}

@media (max-width: 1469px) {
	.culture_wrap .list .item .msg p {
		font-size: 14px;
		line-height: 1.85714286;
	}
}

.culture_wrap .list .item .msg p span {
	font-weight: bold;
	color: #333;
}

.culture_wrap .cul_box {
	margin-top: 50px;
	padding: 0 140px;
}

@media (max-width: 1469px) {
	.culture_wrap .cul_box {
		margin-top: 30px;
		padding: 0 80px;
	}
}

@media (max-width: 991px) {
	.culture_wrap .cul_box {
		padding: 0 15px;
	}
}

@media (max-width: 767px) {
	.culture_wrap .cul_box {
		margin-top: 10px;
	}
}

.culture_wrap .cul_box .cul {
	position: relative;
	padding: 55px 120px 0 110px;
}

@media (max-width: 1469px) {
	.culture_wrap .cul_box .cul {
		padding: 40px 60px 0 60px;
	}
}

@media (max-width: 991px) {
	.culture_wrap .cul_box .cul {
		padding: 30px 30px 0 30px;
	}
}

@media (max-width: 600px) {
	.culture_wrap .cul_box .cul {
		padding: 30px 20px;
		background-color: #0069aa;
	}
}

.culture_wrap .cul_box .cul:before {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	width: 100%;
	height: 65%;
	background-color: #0069aa;
}

@media (max-width: 1469px) {
	.culture_wrap .cul_box .cul:before {
		height: 70%;
	}
}

@media (max-width: 1370px) {
	.culture_wrap .cul_box .cul:before {
		height: 80%;
	}
}

@media (max-width: 767px) {
	.culture_wrap .cul_box .cul:before {
		height: 90%;
	}
}

@media (max-width: 600px) {
	.culture_wrap .cul_box .cul:before {
		height: 100%;
	}
}

.culture_wrap .cul_box .cul .left {
	overflow: hidden;
	width: 25.55%;
	border-radius: 50%;
	box-shadow: 0 0 15px rgba(0, 0, 0, .1);
}

@media (max-width: 600px) {
	.culture_wrap .cul_box .cul .left {
		float: none;
		width: 70%;
		margin: auto;
	}
}

.culture_wrap .cul_box .cul .right {
	position: relative;
	z-index: 1;
	width: 74.45%;
	padding-left: 70px;
}

@media (max-width: 991px) {
	.culture_wrap .cul_box .cul .right {
		padding-left: 40px;
	}
}

@media (max-width: 600px) {
	.culture_wrap .cul_box .cul .right {
		float: none;
		width: 100%;
		margin-top: 20px;
		padding-left: 0;
	}
}

.culture_wrap .cul_box .cul .right .info p {
	font-size: 16px;
	line-height: 1.875;
	text-indent: 2em;
	color: #fff;
}

.culture_wrap .cul_box .cul .right .info p:last-child {
	font-weight: bold;
}

@media (max-width: 1469px) {
	.culture_wrap .cul_box .cul .right .info p {
		font-size: 14px;
		line-height: 1.85714286;
	}
}

.culture_wrap .cul_box .cul .right .txt {
	margin: 100px 0 0 30px;
}

@media (max-width: 1469px) {
	.culture_wrap .cul_box .cul .right .txt {
		margin: 60px 0 0 30px;
	}
}

@media (max-width: 767px) {
	.culture_wrap .cul_box .cul .right .txt {
		margin: 20px 0 0 20px;
	}
}

.culture_wrap .cul_box .cul .right .txt span {
	font-size: 36px;
	font-weight: bold;
	line-height: 1;
	display: inline-block;
	color: #333;
}

@media (max-width: 1199px) {
	.culture_wrap .cul_box .cul .right .txt span {
		font-size: 30px;
	}
}

@media (max-width: 991px) {
	.culture_wrap .cul_box .cul .right .txt span {
		font-size: 28px;
	}
}

@media (max-width: 767px) {
	.culture_wrap .cul_box .cul .right .txt span {
		font-size: 24px;
	}
}

@media (max-width: 600px) {
	.culture_wrap .cul_box .cul .right .txt span {
		color: #fff;
	}
}

.culture_wrap .cul_box .cul .right .txt b {
	font-size: 36px;
	font-weight: normal;
	line-height: 1;
	display: inline-block;
	color: #666;
}

@media (max-width: 1199px) {
	.culture_wrap .cul_box .cul .right .txt b {
		font-size: 30px;
	}
}

@media (max-width: 991px) {
	.culture_wrap .cul_box .cul .right .txt b {
		font-size: 28px;
	}
}

@media (max-width: 767px) {
	.culture_wrap .cul_box .cul .right .txt b {
		font-size: 24px;
	}
}

@media (max-width: 600px) {
	.culture_wrap .cul_box .cul .right .txt b {
		color: #fff;
	}
}

.culture_wrap .cul_box .cul .right .txt b:before {
	display: inline-block;
	width: 36px;
	height: 1px;
	margin: 0 35px;
	content: '';
	vertical-align: middle;
	background-color: #999;
}

@media (max-width: 767px) {
	.culture_wrap .cul_box .cul .right .txt b:before {
		margin: 0 20px;
	}
}

@media (max-width: 600px) {
	.culture_wrap .cul_box .cul .right .txt b:before {
		background-color: #fff;
	}
}

.about_wrap {
	padding-top: 90px;
	background-color: #f6f6f6;
}

@media (max-width: 1199px) {
	.about_wrap {
		padding: 0;
	}
}

@media (max-width: 991px) {
	.about_wrap {
		padding: 40px 0 0 0;
	}
}

.about_wrap .row {
	margin: 0;
}

.about_wrap .left {
	padding: 0;
}

.about_wrap .left .slick_about {
	font-size: 0;
	width: 100%;
}

.about_wrap .left .slick_about .item .img-box {
	padding-bottom: 90.52631578947368%;
}

.about_wrap .right {
	position: relative;
	padding: 150px 150px 0 75px;
}

@media (max-width: 1750px) {
	.about_wrap .right {
		padding: 100px 150px 0 75px;
	}
}

@media (max-width: 1580px) {
	.about_wrap .right {
		padding: 50px 150px 0 75px;
	}
}

@media (max-width: 1370px) {
	.about_wrap .right {
		padding: 20px 50px 0 30px;
	}
}

@media (max-width: 991px) {
	.about_wrap .right {
		padding: 20px 15px 0 15px;
	}
}

.about_wrap .right .info {
	padding-bottom: 150px;
}

@media (max-width: 1750px) {
	.about_wrap .right .info {
		padding-bottom: 90px;
	}
}

@media (max-width: 480px) {
	.about_wrap .right .info {
		padding-bottom: 70px;
	}
}

.about_wrap .right .info h1 {
	font-size: 36px;
	font-weight: bold;
	line-height: 1;
	display: block;
	margin: 0;
	color: #333;
}

@media (max-width: 1370px) {
	.about_wrap .right .info h1 {
		font-size: 30px;
	}
}

@media (max-width: 1199px) {
	.about_wrap .right .info h1 {
		font-size: 26px;
	}
}

@media (max-width: 767px) {
	.about_wrap .right .info h1 {
		font-size: 24px;
	}
}

@media (max-width: 480px) {
	.about_wrap .right .info h1 {
		font-size: 22px;
	}
}

.about_wrap .right .info h1:before {
	font-family: 'iconfont' !important;
	font-size: 26px;
	font-weight: normal;
	font-style: normal;
	display: block;
	margin-bottom: 30px;
	content: '\e6b9';
	color: #333;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

@media (max-width: 1199px) {
	.about_wrap .right .info h1:before {
		margin-bottom: 20px;
	}
}

.about_wrap .right .info span {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.25;
	display: block;
	margin: 30px 0 20px 0;
	color: #333;
}

@media (max-width: 1199px) {
	.about_wrap .right .info span {
		font-size: 15px;
	}
}

.about_wrap .right .info .txt p {
	font-size: 16px;
	line-height: 1.875;
	text-align: justify;
	text-indent: 2em;
	color: #888;
}

@media (max-width: 1580px) {
	.about_wrap .right .info .txt p {
		font-size: 14px;
		line-height: 1.85714286;
	}
}

.about_wrap .right .about_more {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 108%;
	background-color: #0069aa;
}

.about_wrap .right .about_more .about_arrow {
	padding-left: 15%;
}

.about_wrap .right .about_more .about_arrow .arrow_btn {
	display: inline-block;
	cursor: pointer;
}

.about_wrap .right .about_more .about_arrow .arrow_btn:before {
	font-family: 'iconfont' !important;
	font-size: 18px;
	font-style: normal;
	line-height: 50px;
	display: block;
	content: '\e627';
	color: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.about_wrap .right .about_more .about_arrow .next {
	margin-left: 30px;
}

.about_wrap .right .about_more .about_arrow .next:before {
	content: '\e626';
}

.about_wrap .right .about_more .more {
	font-size: 14px;
	line-height: 50px;
	padding-right: 13%;
	color: #fff;
}

.about_wrap .right .about_more .more:hover {
	text-decoration: underline !important;
}

.about_wrap .right .about_more .more:after {
	font-family: 'iconfont' !important;
	font-size: 16px;
	font-style: normal;
	display: inline-block;
	margin-left: 10px;
	content: '\e626';
	color: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.video_wrap {
	width: 100%;
	height: 100%;
	position: relative;
	padding-top: 105px;
}

@media (max-width: 1199px) {
	.video_wrap {
		padding: 100px 0;
	}
}

@media (max-width: 991px) {
	.video_wrap {
		padding: 80px 0;
	}
}

@media (max-width: 480px) {
	.video_wrap {
		padding: 40px 0;
	}
}

.video_wrap .icon_left {
	position: absolute;
	top: 90px;
	left: 50px;
	width: 26.57%;
}

@media (max-width: 1199px) {
	.video_wrap .icon_left {
		top: 0;
	}
}

.video_wrap .icon_left .img-box {
	padding-bottom: 16.66666667%;
}

.video_wrap .icon_right {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 31.5%;
}

@media (max-width: 1199px) {
	.video_wrap .icon_right {
		bottom: 0;
	}
}

.video_wrap .icon_right .img-box {
	padding-bottom: 20.26359143%;
}

.video_wrap .ab_video {
	position: relative;
	overflow: hidden;
	margin-top: 100px;
}

@media (max-width: 1199px) {
	.video_wrap .ab_video {
		margin-top: 0px;
	}
}

.video_wrap .ab_video .video1 {
	position: relative;
	width: 60%;
	margin: auto;
}

@media (max-width: 991px) {
	.video_wrap .ab_video .video1 {
		width: 80%;
	}
}

@media (max-width: 480px) {
	.video_wrap .ab_video .video1 {
		width: 96%;
	}
}

.video_wrap .ab_video .video1:hover .video-cover {
	opacity: 0;
}

.video_wrap .ab_video .video1 .video-cover {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: all ease .4s;
	transition: all ease .4s;
	opacity: 0;
	opacity: 1;
	background-color: rgba(0, 0, 0, .2);
}

.video_wrap .ab_video .video1 .img-box {
	z-index: 0;
	padding-bottom: 62.5%;
	opacity: 0;
	background-color: #000;
}

.video_wrap .ab_video .video1 .video-box {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 100%;
	height: 100%;
	text-align: center;
}

.video_wrap .ab_video .video1 .video-box .iframe {
	display: none;
	width: 100% !important;
	height: 100% !important;
}

.video_wrap .ab_video .video1 .video-box .play {
	font-size: 36px;
	font-weight: bold;
	line-height: 1;
	position: absolute;
	top: 50%;
	left: 0;
	display: inline-block;
	width: 100%;
	margin-bottom: 100%;
	-webkit-transition: all .4s;
	transition: all .4s;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
	color: #333;
}

@media (max-width: 1370px) {
	.video_wrap .ab_video .video1 .video-box .play {
		font-size: 30px;
	}
}

@media (max-width: 1199px) {
	.video_wrap .ab_video .video1 .video-box .play {
		font-size: 26px;
	}
}

@media (max-width: 767px) {
	.video_wrap .ab_video .video1 .video-box .play {
		font-size: 24px;
	}
}

@media (max-width: 480px) {
	.video_wrap .ab_video .video1 .video-box .play {
		font-size: 22px;
	}
}

.video_wrap .ab_video .video1 .video-box .play:before {
	font-family: 'iconfont';
	font-size: 60px;
	line-height: 80px;
	display: block;
	width: 80px;
	height: 80px;
	margin: auto;
	margin-bottom: 30px;
	content: '\e609';
	text-align: center;
	color: #0069aa;
	border: solid 1px #0069aa;
	border-radius: 50%;
}

@media (max-width: 1199px) {
	.video_wrap .ab_video .video1 .video-box .play:before {
		font-size: 40px;
		line-height: 60px;
		width: 60px;
		height: 60px;
		margin-bottom: 20px;
	}
}

@media (max-width: 480px) {
	.video_wrap .ab_video .video1 .video-box .play:before {
		font-size: 30px;
		line-height: 45px;
		width: 45px;
		height: 45px;
		margin-bottom: 15px;
	}
}

.video_wrap .ab_video .video1 .video-box .play .txt {
	margin: 30px 0 0 0;
}

@media (max-width: 1199px) {
	.video_wrap .ab_video .video1 .video-box .play .txt {
		margin: 20px 0 0 0;
	}
}

@media (max-width: 480px) {
	.video_wrap .ab_video .video1 .video-box .play .txt {
		margin: 10px 0 0 0;
	}
}

.video_wrap .ab_video .video1 .video-box .play .txt p {
	font-size: 16px;
	font-weight: normal;
	line-height: 1.875;
	color: #333;
}

@media (max-width: 1199px) {
	.video_wrap .ab_video .video1 .video-box .play .txt p {
		font-size: 14px;
		line-height: 1.85714286;
	}
}

@media (max-width: 480px) {
	.video_wrap .ab_video .video1 .video-box .play .txt p {
		line-height: 1.57142857;
	}
}

.technology_wrap {
	padding-top: 150px;
}

@media (max-width: 1199px) {
	.technology_wrap {
		padding-top: 80px;
	}
}

@media (max-width: 991px) {
	.technology_wrap {
		padding-top: 60px;
	}
}

@media (max-width: 480px) {
	.technology_wrap {
		padding-top: 50px;
	}
}

.technology_wrap .lists {
	padding: 0 60px;
}

@media (max-width: 1469px) {
	.technology_wrap .lists {
		padding: 0 15px;
	}
}

.technology_wrap .lists ul {
	margin: 0;
}

.technology_wrap .lists ul li {
	padding: 0;
}

.technology_wrap .lists .item:hover b {
	background-color: #f8981c;
}

.technology_wrap .lists .item b {
	font-size: 18px;
	line-height: 3.33333333;
	display: block;
	overflow: hidden;
	-webkit-transition: all .35s;
	transition: all .35s;
	text-align: center;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #fff;
	border-radius: 6px;
	background-color: #0069aa;
}

@media (max-width: 1469px) {
	.technology_wrap .lists .item b {
		padding: 0 10px;
	}
}

.technology_wrap .lists .item .msg {
	padding: 30px;
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

@media (max-width: 1469px) {
	.technology_wrap .lists .item .msg {
		padding: 30px 20px;
	}
}

.technology_wrap .lists .item .msg p {
	font-size: 16px;
	line-height: 1.875;
	display: -webkit-box;
	overflow: hidden;
	height: 180px;
	color: #666;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 6;
}

@media (max-width: 1469px) {
	.technology_wrap .lists .item .msg p {
		font-size: 14px;
		line-height: 1.85714286;
		display: -webkit-box;
		overflow: hidden;
		height: 156px;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 6;
	}
}

.technology_wrap .more .pic {
	position: relative;
}

.technology_wrap .more .pic .img-box {
	padding-bottom: 18.22916667%;
}

.technology_wrap .more .pic .link {
	position: absolute;
	top: 50%;
	right: 26%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.technology_wrap .more .pic .link a {
	font-size: 14px;
	line-height: 3.33333333;
	display: block;
	width: 160px;
	-webkit-transition: all .35s;
	transition: all .35s;
	text-align: center;
	color: #fff;
	border-radius: 25px;
	background-color: #0069aa;
}

.technology_wrap .more .pic .link a:hover {
	opacity: .85;
}

.technology_wrap .more .pic .link a:before {
	font-family: 'iconfont' !important;
	font-size: 12px;
	font-style: normal;
	line-height: 17px;
	display: inline-block;
	width: 17px;
	height: 17px;
	margin-right: 10px;
	content: '\e626';
	text-align: center;
	color: #0069aa;
	border-radius: 50%;
	background-color: #fff;
}

.sales_wrap {
	padding-top: 90px;
}

@media (max-width: 1199px) {
	.sales_wrap {
		padding: 50px 0;
	}
}

@media (max-width: 991px) {
	.sales_wrap {
		padding: 40px 0;
	}
}

@media (max-width: 480px) {
	.sales_wrap {
		padding: 30px 0 40px 0;
	}
}

.sales_wrap .container {
	width: 1300px;
}

@media (max-width: 1300px) {
	.sales_wrap .container {
		width: 100%;
		padding: 0 15px;
	}
}

.sales_wrap .sales_box .left {
	width: 70%;
	padding-left: 40px;
}

@media (max-width: 1199px) {
	.sales_wrap .sales_box .left {
		width: 100%;
		padding-left: 0;
	}
}

@media (max-width: 480px) {
	.sales_wrap .sales_box .left .item {
		margin-bottom: 20px;
	}
}

.sales_wrap .sales_box .left .item b span {
	font-size: 40px;
	color: #0069aa;
}

@media (max-width: 1199px) {
	.sales_wrap .sales_box .left .item b span {
		font-size: 30px;
	}
}

@media (max-width: 480px) {
	.sales_wrap .sales_box .left .item b span {
		font-size: 28px;
	}
}

.sales_wrap .sales_box .left .item b sup {
	font-size: 18px;
	font-weight: bold;
	top: 0;
	margin-left: 20px;
	color: #000;
}

@media (max-width: 480px) {
	.sales_wrap .sales_box .left .item b sup {
		font-size: 16px;
		margin-left: 10px;
	}
}

.sales_wrap .sales_box .left .item p {
	font-size: 22px;
	font-weight: bold;
	color: #000;
}

@media (max-width: 1199px) {
	.sales_wrap .sales_box .left .item p {
		font-size: 20px;
	}
}

@media (max-width: 480px) {
	.sales_wrap .sales_box .left .item p {
		font-size: 18px;
	}
}

.sales_wrap .sales_box .right {
	width: 25%;
}

@media (max-width: 1199px) {
	.sales_wrap .sales_box .right {
		width: 100%;
	}
}

.sales_wrap .sales_box .right .title {
	margin-top: 20px;
}

@media (max-width: 1199px) {
	.sales_wrap .sales_box .right .title {
		margin-top: 40px;
	}
}

@media (max-width: 480px) {
	.sales_wrap .sales_box .right .title {
		margin-top: 20px;
	}
}

.sales_wrap .sale_map {
	margin-top: 30px;
}

.sales_wrap .sale_map .img-box {
	padding-bottom: 40.46692607%;
}

.news_wrap {
	overflow: hidden;
	padding-top: 100px;
}

@media (max-width: 1199px) {
	.news_wrap {
		padding: 60px 0;
	}
}

@media (max-width: 991px) {
	.news_wrap {
		padding: 50px 0;
	}
}

@media (max-width: 480px) {
	.news_wrap {
		padding: 40px 0;
	}
}

.news_wrap .title b {
	color: #fff;
}

.news_wrap .lists {
	margin-top: 60px;
}

@media (max-width: 1199px) {
	.news_wrap .lists {
		margin-top: 50px;
	}
}

@media (max-width: 991px) {
	.news_wrap .lists {
		margin-top: 40px;
	}
}

@media (max-width: 480px) {
	.news_wrap .lists {
		margin-top: 30px;
	}
}

.news_wrap .lists .slick-news {
	font-size: 0;
}

.news_wrap .lists .slick-news .slick-arrow {
	position: absolute;
	z-index: 2;
	top: 50%;
	left: -100px;
	padding: 0;
	cursor: pointer;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background: none;
}

.news_wrap .lists .slick-news .slick-arrow:before {
	font-family: 'iconfont' !important;
	font-size: 18px;
	line-height: 50px;
	display: block;
	width: 50px;
	height: 50px;
	content: '\e627';
	-webkit-transition: all .35s;
	transition: all .35s;
	text-align: center;
	color: #515151;
	border-radius: 50%;
	background-color: #e8e8e8;
}

@media (max-width: 480px) {
	.news_wrap .lists .slick-news .slick-arrow:before {
		line-height: 30px;
		width: 30px;
		height: 30px;
	}
}

.news_wrap .lists .slick-news .slick-arrow:hover:before {
	color: #fff;
	background-color: #0069aa;
}

.news_wrap .lists .slick-news .slick-next {
	right: -100px;
	left: auto;
}

.news_wrap .lists .slick-news .slick-next:before {
	content: '\e626';
}

.news_wrap .lists .slick-news .slick-list {
	margin: 0 -15px;
}

.news_wrap .lists .slick-news .slick-list .slick-slide {
	padding: 0 15px;
}

.news_wrap .lists .slick-news .item {
	display: block;
	background-color: #fff;
	box-shadow: 2px 4px 13px 0 rgba(156, 156, 156, .48);
}

.news_wrap .lists .slick-news .item:hover .time p {
	color: #fff;
	background-color: #0069aa;
}

.news_wrap .lists .slick-news .item:hover .note b {
	color: #0069aa;
}

.news_wrap .lists .slick-news .item .pic .img-box {
	padding-bottom: 60%;
}

.news_wrap .lists .slick-news .item .time {
	position: relative;
	z-index: 1;
}

.news_wrap .lists .slick-news .item .time p {
	font-size: 14px;
	line-height: 3.57142857;
	width: 50%;
	margin: auto;
	margin-top: -30px;
	-webkit-transition: all .35s;
	transition: all .35s;
	text-align: center;
	color: #888;
	background-color: #fff;
	box-shadow: 2px 4px 13px 0 rgba(121, 121, 121, .13);
}

@media (max-width: 991px) {
	.news_wrap .lists .slick-news .item .time p {
		width: 80%;
	}
}

.news_wrap .lists .slick-news .item .time p:before {
	font-family: 'iconfont' !important;
	font-style: normal;
	display: inline-block;
	margin-right: 10px;
	content: '\e61f';
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.news_wrap .lists .slick-news .item .note {
	padding: 30px 45px 40px 45px;
}

@media (max-width: 991px) {
	.news_wrap .lists .slick-news .item .note {
		padding: 30px 20px;
	}
}

.news_wrap .lists .slick-news .item .note b {
	font-size: 16px;
	line-height: 1.875;
	display: block;
	display: -webkit-box;
	overflow: hidden;
	height: 60px;
	color: #333;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.news_wrap .lists .slick-news .item .note p {
	font-size: 14px;
	line-height: 2.14285714;
	display: -webkit-box;
	overflow: hidden;
	height: 60px;
	margin-top: 10px;
	color: #666;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.pagebanner {
	position: relative;
	overflow: hidden;
	width: 100%;
}

.pagebanner .item {
	position: relative;
}

@media (max-width: 1199px) {
	.pagebanner .item {
		width: 130%;
		max-width: 130%;
		margin-left: -15%;
	}
}

@media (max-width: 991px) {
	.pagebanner .item {
		width: 160%;
		max-width: 160%;
		margin-left: -30%;
	}
}

.pagebanner .item .img-box {
	padding-bottom: 27.08333333%;
}

.page_nav {
	border-bottom: solid 1px #ececec;
}

.page_nav .scroll {
	position: relative;
	z-index: 2;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

.page_nav ul {
	position: relative;
	white-space: nowrap;
}

.page_nav ul li {
	display: inline-block;
	cursor: pointer;
	-webkit-transition: all .35s;
	transition: all .35s;
}

.page_nav ul li:first-child a {
	margin: 0 20px 0 0;
}

.page_nav ul li a {
	font-size: 16px;
	line-height: 4.875;
	display: block;
	margin: 0 20px;
	padding: 0 15px;
	-webkit-transition: all .35s;
	transition: all .35s;
	text-align: center;
	color: #333;
	border-bottom: 2px solid #fff;
}

@media (max-width: 1199px) {
	.page_nav ul li a {
		line-height: 3.33333333;
	}
}

@media (max-width: 991px) {
	.page_nav ul li a {
		margin: 0 10px;
		padding: 0 10px;
	}
}

.page_nav ul li:hover a {
	border-bottom: 2px solid #0069aa;
}

.page_nav ul .active a {
	border-bottom: 2px solid #0069aa;
}

.page_ab {
	padding: 60px 0 70px 0;
}

@media (max-width: 991px) {
	.page_ab {
		padding: 50px 0 60px 0;
	}
}

@media (max-width: 480px) {
	.page_ab {
		padding: 40px 0 50px 0;
	}
}

.about_company h1 {
	font-size: 30px;
	line-height: 1;
	display: block;
	margin: 0;
	padding-left: 30px;
	color: #333;
}

@media (max-width: 1199px) {
	.about_company h1 {
		font-size: 28px;
		padding-left: 0;
	}
}

@media (max-width: 991px) {
	.about_company h1 {
		font-size: 26px;
	}
}

@media (max-width: 767px) {
	.about_company h1 {
		font-size: 24px;
	}
}

@media (max-width: 480px) {
	.about_company h1 {
		font-size: 22px;
	}
}

.about_company .txt {
	margin-top: 20px;
}

.about_company .txt p {
	font-size: 15px;
	line-height: 2;
	text-indent: 2em;
	color: #888;
}

@media (max-width: 480px) {
	.about_company .txt p {
		font-size: 14px;
		line-height: 2;
	}
}

.about_company .lists .box {
	margin: 0 -12px;
}

.about_company .lists .box .left {
	width: 61.5%;
	padding: 0 12px;
}

@media (max-width: 600px) {
	.about_company .lists .box .left {
		width: 100%;
	}
}

.about_company .lists .box .left .img-box {
	padding-bottom: 53.0994152%;
}

.about_company .lists .box .right {
	width: 38.5%;
	padding: 0 12px;
}

@media (max-width: 600px) {
	.about_company .lists .box .right {
		width: 100%;
	}
}

.about_company .lists .box .right .pic {
	margin-bottom: 15px;
}

@media (max-width: 600px) {
	.about_company .lists .box .right .pic {
		margin-top: 20px;
		margin-bottom: 0;
	}
}

.about_company .lists .box .right .pic .img-box {
	padding-bottom: 42%;
}

.about_culture .left .culture_word {
	width: 56%;
}

.about_culture .left .culture_word .img-box {
	padding-bottom: 15.625%;
}

.about_culture .left .cul_pic {
	width: 100%;
}

.about_culture .left .cul_pic .img-box {
	padding-bottom: 107.01754386%;
}

@media (max-width: 991px) {
	.about_culture .right {
		margin-top: 30px;
	}
}

.about_culture .right .info span {
	font-size: 15px;
	font-weight: bold;
	line-height: 2;
	display: block;
	color: #222;
}

@media (max-width: 480px) {
	.about_culture .right .info span {
		font-size: 14px;
		line-height: 2;
	}
}

.about_culture .right .info p {
	font-size: 15px;
	line-height: 2;
	text-indent: 15px;
	color: #666;
}

@media (max-width: 480px) {
	.about_culture .right .info p {
		font-size: 14px;
		line-height: 2;
	}
}

.about_culture .right .txt {
	margin-top: 20px;
}

.about_culture .right .txt p {
	font-size: 15px;
	line-height: 2;
	text-indent: 2em;
	color: #666;
}

@media (max-width: 480px) {
	.about_culture .right .txt p {
		font-size: 14px;
		line-height: 2;
	}
}

.about_history .content {
	position: relative;
	margin-top: 30px;
}

@media (max-width: 1600px) {
	.about_history .content {
		padding: 0 80px;
	}
}

@media (max-width: 1199px) {
	.about_history .content {
		margin-top: 10px;
	}
}

@media (max-width: 767px) {
	.about_history .content {
		padding: 0;
	}
}

.about_history .carousel-wrap {
	position: relative;
	overflow: hidden;
}

@media only screen and (min-width: 768px) {
	.about_history .carousel-wrap:before {
		position: absolute;
		top: 50%;
		left: 0;
		width: 100%;
		height: 1px;
		content: '';
		background-color: #d9d9d9;
	}
}

.about_history .carousel {
	-webkit-transition: .5s;
	transition: .5s;
}

.about_history .carousel .carousel-box {
	width: 100%;
}

@media only screen and (min-width: 768px) {
	.about_history .carousel .carousel-odd {
		border-left: 180px solid transparent;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.about_history .carousel .carousel-odd {
		border-left-width: 100px;
	}
}

.about_history .carousel .carousel-odd .item {
	vertical-align: bottom;
}

@media only screen and (min-width: 768px) {
	.about_history .carousel .carousel-odd .item {
		padding-bottom: 50px;
	}
}

.about_history .carousel .carousel-odd .item:before {
	bottom: 0;
}

.about_history .carousel .carousel-even .item {
	padding-top: 60px;
	vertical-align: top;
}

.about_history .carousel .carousel-even .item:before {
	top: 0;
}

.about_history .carousel .carousel-even .item:after {
	top: 0 !important;
}

.about_history .carousel .carousel-even .item-box:after {
	top: 0 !important;
	margin-top: -45px !important;
}

.about_history .carousel .production {
	font-size: 0;
	position: relative;
}

.about_history .carousel .item {
	position: relative;
	z-index: 5;
	display: inline-block;
	padding: 0 30px;
}

@media only screen and (min-width: 768px) {
	.about_history .carousel .item {
		width: 390px;
		opacity: 0;
	}
	.about_history .carousel .item:before {
		position: absolute;
		z-index: 2;
		top: 100%;
		left: 50%;
		display: block;
		width: 18px;
		height: 18px;
		margin-top: -4px;
		margin-left: -8px;
		content: '';
		border: solid 1px #b6b6b6;
		border-radius: 50%;
	}
	.about_history .carousel .item:after {
		position: absolute;
		top: 100%;
		left: 50%;
		display: block;
		width: 10px;
		height: 10px;
		margin-left: -4px;
		content: '';
		border-radius: 50%;
		background-color: #9b9b9b;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1600px) {
	.about_history .carousel .item {
		width: 350px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1366px) {
	.about_history .carousel .item {
		width: 260px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
	.about_history .carousel .item {
		width: 300px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.about_history .carousel .item {
		width: 240px;
	}
}

@media (max-width: 767px) {
	.about_history .carousel .item {
		display: block;
		width: 100%;
		margin-bottom: 40px;
		padding: 0;
	}
}

@media (max-width: 767px) {
	.about_history .carousel .item:last-child {
		margin-bottom: 20px;
	}
}

.about_history .carousel .item:hover:before {
	border: solid 1px #0069aa;
}

.about_history .carousel .item:hover:after {
	background-color: #0069aa;
}

.about_history .carousel .item:hover .date {
	color: #fff;
	background-color: #0069aa;
}

.about_history .carousel .item:hover .item-box:after {
	border-left: 1px dashed #0069aa;
}

.about_history .carousel .item .item-box {
	position: relative;
}

.about_history .carousel .item .item-box:after {
	position: absolute;
	top: 100%;
	left: 50%;
	display: block;
	width: 1px;
	height: 30px;
	margin-top: 15px;
	content: '';
	-webkit-transition: background-color .4s;
	transition: background-color .4s;
	border-left: 1px dashed #9b9b9b;
}

@media (max-width: 767px) {
	.about_history .carousel .item .item-box:after {
		display: none;
	}
}

.about_history .carousel .item p {
	font-size: 15px;
	line-height: 2;
	position: relative;
	min-height: 32px;
	margin: 30px 0;
	text-align: justify;
	color: #666;
}

@media (max-width: 1600px) {
	.about_history .carousel .item p {
		font-size: 14px;
		line-height: 1.85714286;
		margin: 20px 0;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
	.about_history .carousel .item p {
		min-height: 60px;
	}
}

.about_history .carousel .item .date {
	font-size: 18px;
	font-weight: bold;
	line-height: 50px;
	display: block;
	height: 50px;
	-webkit-transition: all .4s;
	transition: all .4s;
	text-align: center;
	border: solid 1px #d7d7d7;
	background-color: #ececec;
}

@media (max-width: 767px) {
	.about_history .carousel .item .date {
		font-size: 16px;
		line-height: 40px;
		height: 40px;
	}
}

@media (max-width: 767px) {
	.about_history .history-btn {
		display: none;
	}
}

.about_history .history-btn span {
	line-height: 50px;
	position: absolute;
	top: 50%;
	width: 50px;
	height: 50px;
	cursor: pointer;
	-webkit-transition: .4s;
	transition: .4s;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
	color: #888;
	border: 1px solid #d7d7d7;
	border-radius: 50%;
}

.about_history .history-btn span:before {
	font-family: 'iconfont' !important;
	font-size: 24px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.about_history .history-btn span:hover {
	color: #fff;
	border-color: #0069aa;
	background-color: #0069aa;
}

.about_history .history-btn .prev {
	left: -90px;
}

@media (max-width: 1600px) {
	.about_history .history-btn .prev {
		left: 0;
	}
}

.about_history .history-btn .prev:before {
	content: '\e727';
}

.about_history .history-btn .next {
	right: -90px;
}

@media (max-width: 1600px) {
	.about_history .history-btn .next {
		right: 0;
	}
}

.about_history .history-btn .next:before {
	content: '\e728';
}

.about_honor {
	overflow: hidden;
}

.about_honor .lists ul {
	margin: 0 -40px;
}

@media (max-width: 1199px) {
	.about_honor .lists ul {
		margin: 0 -20px;
	}
}

.about_honor .lists ul li {
	padding: 0 40px;
}

@media (max-width: 1199px) {
	.about_honor .lists ul li {
		padding: 0 20px;
	}
}

.about_honor .item {
	display: block;
	margin-bottom: 30px;
}

@media (max-width: 480px) {
	.about_honor .item {
		padding: 0 20px;
	}
}

.about_honor .item .pic {
	border: solid 1px #dedede;
}

.about_honor .item .pic .img-box {
	padding-bottom: 128.57142857%;
}

.about_honor .item p {
	font-size: 14px;
	font-weight: bold;
	line-height: 1.28571429;
	margin-top: 20px;
	text-align: center;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.about_honor .page {
	padding-top: 30px;
}

@media (max-width: 991px) {
	.about_honor .page {
		padding-top: 20px;
	}
}

.about_staff .lists {
	position: relative;
}

.about_staff .lists .pic {
	margin-bottom: 30px;
}

@media (max-width: 480px) {
	.about_staff .lists .pic {
		margin-bottom: 20px;
	}
}

.about_staff .item .pic {
	border: solid 1px #dedede;
}

.about_staff .item .pic .img-box {
	padding-bottom: 90.90909090909091%;
}

/*.about_staff .lists .item .pic .img-box {
	padding-bottom: 103.03030303%;
}

.about_staff .lists .item .pic_img .img-box {
	padding-bottom: 63.63636364%;
}

.about_staff .lists .item_img .pic .img-box {
	padding-bottom: 69.6969697%;
}

.about_staff .lists .item_img .pic_img .img-box {
	padding-bottom: 96.96969697%;
}*/

.tit {
	font-size: 30px;
	line-height: 1;
	display: block;
	margin: 0;
	color: #333;
}

@media (max-width: 1199px) {
	.tit {
		font-size: 28px;
		padding-left: 0;
	}
}

@media (max-width: 991px) {
	.tit {
		font-size: 26px;
	}
}

@media (max-width: 767px) {
	.tit {
		font-size: 24px;
	}
}

@media (max-width: 480px) {
	.tit {
		font-size: 22px;
	}
}

.contact .list {
	margin-top: 25px;
}

.contact .list .left {
	width: 56.5%;
}

@media (max-width: 991px) {
	.contact .list .left {
		width: 100%;
	}
}

.contact .list .left .info b {
	font-size: 18px;
	font-weight: normal;
	line-height: 2;
	display: block;
	color: #333;
}

.contact .list .left .info p {
	font-size: 15px;
	line-height: 2.66666667;
	color: #666;
}

.contact .list .left .info p a:hover {
	text-decoration: underline !important;
	color: #0069aa;
}

.contact .list .right {
	width: 43.5%;
	margin-top: -30px;
}

@media (max-width: 991px) {
	.contact .list .right {
		width: 100%;
		margin-top: 20px;
	}
}

.contact .list .right .map .map-content {
	height: 325px;
}

.contact .message_box {
	margin-top: 40px;
}

.contact .message_box .message_form p {
	font-size: 16px;
	line-height: 1.875;
	margin: 20px 0;
	color: #666;
}

@media (max-width: 991px) {
	.contact .message_box .message_form p {
		margin: 10px 0;
	}
}

@media (max-width: 480px) {
	.contact .message_box .message_form p {
		font-size: 14px;
		line-height: 1.71428571;
	}
}

.contact .message_box .message_form ul li {
	margin-bottom: 15px;
}

.contact .message_box .message_form ul li:last-child {
	margin-bottom: 0;
}

.contact .message_box .message_form ul li input,
.contact .message_box .message_form ul li textarea {
	font-size: 14px;
	line-height: 50px;
	display: block;
	width: 100%;
	height: 50px;
	padding: 0 20px;
	color: #333;
	background-color: #ededed;
}

.contact .message_box .message_form ul li textarea {
	line-height: 28px;
	min-height: 240px;
	padding: 10px 20px;
}

.contact .message_box .message_form ul li input::-webkit-input-placeholder,
.contact .message_box .message_form ul li textarea::-webkit-input-placeholder {
	color: #666;
}

.contact .message_box .message_form ul li input:-o-placeholder,
.contact .message_box .message_form ul li textarea:-o-placeholder {
	color: #666;
}

.contact .message_box .message_form ul li input::-moz-placeholder,
.contact .message_box .message_form ul li textarea::-moz-placeholder {
	color: #666;
}

.contact .message_box .message_form ul li input:-ms-input-placeholder,
.contact .message_box .message_form ul li textarea:-ms-input-placeholder {
	color: #666;
}

.contact .message_box .message_form ul li input:focus::-webkit-input-placeholder,
.contact .message_box .message_form ul li textarea:focus::-webkit-input-placeholder {
	color: #c5c5c5;
}

.contact .message_box .message_form ul li input:focus::-o-placeholder,
.contact .message_box .message_form ul li textarea:focus::-o-placeholder {
	color: #c5c5c5;
}

.contact .message_box .message_form ul li input:focus::-moz-placeholder,
.contact .message_box .message_form ul li textarea:focus::-moz-placeholder {
	color: #c5c5c5;
}

.contact .message_box .message_form ul li input:focus::-ms-input-placeholder,
.contact .message_box .message_form ul li textarea:focus::-ms-input-placeholder {
	color: #c5c5c5;
}

.contact .message_box .message_form ul li button {
	font-size: 15px;
	line-height: 3;
	display: block;
	width: 160px;
	margin: auto;
	margin-top: 10px;
	-webkit-transition: all .35s;
	transition: all .35s;
	text-align: center;
	color: #fff;
	background-color: #0069aa;
}

.contact .message_box .message_form ul li button:hover {
	opacity: .8;
}

@media (max-width: 991px) {
	.contact .message_box .message_form ul li button {
		padding: 0 50px;
	}
}

@media (max-width: 480px) {
	.contact .message_box .message_form ul li button {
		padding: 0 40px;
	}
}

.recruitment .list-wrap {
	margin: 40px 0 0;
	text-align: center;
	color: #666;
}

@media (max-width: 767px) {
	.recruitment .list-wrap {
		margin-top: 15px;
	}
}

.recruitment .list-wrap span {
	display: inline-block;
	width: 16.666%;
	padding: 19px 5px;
	vertical-align: middle;
	letter-spacing: 0;
}

@media (max-width: 1199px) {
	.recruitment .list-wrap span {
		padding: 19px 15px;
	}
}

@media (max-width: 991px) {
	.recruitment .list-wrap span {
		padding: 19px 18px;
	}
}

@media (max-width: 767px) {
	.recruitment .list-wrap span {
		width: 100%;
		padding: 5px;
		text-align: left;
	}
}

.recruitment .list-wrap dt,
.recruitment .list-wrap .list {
	font-size: 0;
	display: block;
	width: 100%;
	padding: 0 5px 0 35px;
	text-align: justify;
	text-justify: distribute-all-lines;
	letter-spacing: -8px;
}

@media (max-width: 991px) {
	.recruitment .list-wrap dt,
	.recruitment .list-wrap .list {
		padding: 0;
	}
}

@media (max-width: 767px) {
	.recruitment .list-wrap dt,
	.recruitment .list-wrap .list {
		padding: 15px 0;
	}
}

.recruitment .list-wrap dt:after,
.recruitment .list-wrap .list:after {
	display: inline-block;
	overflow: hidden;
	width: 100%;
	height: 0;
	margin: 0;
	content: '';
}

.recruitment .list-wrap dt {
	color: #fff;
	background-color: #0069aa;
}

@media (max-width: 767px) {
	.recruitment .list-wrap dt {
		display: none;
	}
}

.recruitment .list-wrap dt>span {
	font-size: 16px;
	font-weight: normal;
}

.recruitment .list-wrap dd .list {
	position: relative;
	display: block;
	-webkit-transition: .3s;
	transition: .3s;
	color: #888;
	border-bottom: 1px solid #e9e9e9;
}

.recruitment .list-wrap dd .list>span {
	font-size: 15px;
	letter-spacing: 0;
	color: #666;
}

@media (max-width: 767px) {
	.recruitment .list-wrap dd .list>span:before {
		font-size: 15px;
		font-weight: bold;
		display: inline-block;
		margin-right: 15px;
		content: attr(data-dt);
		vertical-align: top;
		color: #666;
	}
}

.recruitment .list-wrap dd .list:hover {
	border-bottom: 1px solid #0069aa;
}

@media (max-width: 1199px) {
	.recruitment .list-wrap .more a {
		color: #0069aa;
	}
}

.recruitment .list-wrap .more a:hover {
	color: #0069aa;
}

.recruitment .list-wrap .more a:hover:after {
	color: #0069aa;
}

.recruitment .list-wrap .more a:after {
	font-family: 'iconfont' !important;
	font-size: 18px;
	font-style: normal;
	line-height: 1;
	display: inline-block;
	margin-left: 10px;
	content: '\e603';
	-webkit-transition: .3s;
	transition: .3s;
	vertical-align: text-bottom;
	color: #999;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

@media (max-width: 991px) {
	.recruitment .list-wrap .more a:after {
		margin-left: 0;
		color: #0069aa;
	}
}

.recruitment_details .info {
	border-bottom: 1px solid #ececec;
}

.recruitment_details .info .txt {
	padding: 40px 0;
}

@media (max-width: 1199px) {
	.recruitment_details .info .txt {
		padding: 30px 0;
	}
}

@media (max-width: 480px) {
	.recruitment_details .info .txt {
		padding: 20px 0;
	}
}

.recruitment_details .info .txt p {
	font-size: 15px;
	line-height: 3.2;
	color: #666;
}

@media (max-width: 1199px) {
	.recruitment_details .info .txt p {
		line-height: 2.66666667;
	}
}

@media (max-width: 480px) {
	.recruitment_details .info .txt p {
		line-height: 2.4;
	}
}

.recruitment_details .info_box .item {
	margin-top: 50px;
}

@media (max-width: 1199px) {
	.recruitment_details .info_box .item {
		margin-top: 40px;
	}
}

.recruitment_details .info_box .item b {
	font-size: 15px;
	font-weight: bold;
	line-height: 1.2;
	display: block;
	color: #333;
}

.recruitment_details .info_box .item .note {
	margin-top: 20px;
}

.recruitment_details .info_box .item .note p {
	font-size: 15px;
	line-height: 2.26666667;
	color: #666;
}

@media (max-width: 480px) {
	.recruitment_details .info_box .item .note p {
		font-size: 14px;
		line-height: 2;
	}
}

.technology .tit {
	text-align: center;
}

.technology .info {
	margin-top: 50px;
}

@media (max-width: 991px) {
	.technology .info {
		margin-top: 40px;
	}
}

.technology .info .right .pic {
	margin-top: 80px;
}

@media (max-width: 991px) {
	.technology .info .right .pic {
		margin: 0 0 50px 0;
	}
}

.technology .info .right .pic .img-box {
	padding-bottom: 59.64912281%;
}

.technology .text {
	margin-bottom: 50px;
}

@media (max-width: 991px) {
	.technology .text {
		margin-bottom: 40px;
	}
}

@media (max-width: 480px) {
	.technology .text {
		margin-bottom: 30px;
	}
}

.technology .text .caption b {
	font-size: 18px;
	font-weight: normal;
	line-height: 1;
	display: block;
	color: #333;
}

.technology .text .txt {
	margin-top: 20px;
}

@media (max-width: 480px) {
	.technology .text .txt {
		margin-top: 12px;
	}
}

.technology .text .txt p {
	font-size: 15px;
	line-height: 2;
	color: #777;
}

@media (max-width: 480px) {
	.technology .text .txt p {
		font-size: 14px;
		line-height: 2;
	}
}

.news .tit p {
	font-weight: bold;
}

.news .lists .item {
	display: block;
	margin-bottom: 50px;
	padding: 40px 20px;
	box-shadow: 0 0 15px rgba(0, 0, 0, .1);
}

@media (max-width: 991px) {
	.news .lists .item {
		margin-bottom: 30px;
		padding: 30px 20px;
	}
}

.news .lists .item:hover .info b,
.news .lists .item:hover .info span,
.news .lists .item:hover .more {
	color: #0069aa;
}

.news .lists .item .info b {
	font-size: 15px;
	font-weight: normal;
	line-height: 1.73333333;
	display: block;
	display: -webkit-box;
	overflow: hidden;
	height: 52px;
	-webkit-transition: all .35s;
	transition: all .35s;
	color: #333;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.news .lists .item .info span {
	font-size: 14px;
	line-height: 1.28571429;
	display: block;
	margin: 20px 0 30px 0;
	-webkit-transition: all .35s;
	transition: all .35s;
	color: #666;
}

@media (max-width: 991px) {
	.news .lists .item .info span {
		margin: 10px 0 20px 0;
	}
}

.news .lists .item .pic .img-box {
	padding-bottom: 60%;
}

.news .lists .item .more {
	font-size: 14px;
	line-height: 1;
	margin-top: 40px;
	-webkit-transition: all .35s;
	transition: all .35s;
	color: #666;
}

@media (max-width: 991px) {
	.news .lists .item .more {
		margin-top: 30px;
	}
}

.news .lists .item .more:after {
	font-family: 'iconfont' !important;
	font-style: normal;
	display: inline-block;
	margin-left: 5px;
	content: '\e728';
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.news .page {
	padding-top: 20px;
}

.news_detail .news_title b {
	font-size: 24px;
	line-height: 1.25;
	display: block;
	color: #333;
}

@media (max-width: 1199px) {
	.news_detail .news_title b {
		font-size: 22px;
	}
}

@media (max-width: 767px) {
	.news_detail .news_title b {
		font-size: 20px;
	}
}

@media (max-width: 480px) {
	.news_detail .news_title b {
		font-size: 18px;
	}
}

.news_detail .news_title span {
	font-size: 15px;
	line-height: 2;
	display: block;
	width: 110px;
	margin: 30px 0;
	text-align: center;
	color: #fff;
	background-color: #0069aa;
}

.news_detail .info p {
	font-size: 15px;
	line-height: 2;
	color: #777;
}

@media (max-width: 480px) {
	.news_detail .info p {
		font-size: 14px;
		line-height: 2;
	}
}

.news_detail .info p img {
	max-width: 100%;
	height: auto !important;
}

.news_detail .news_page {
	margin-top: 30px;
}

.news_detail .news_page .item a {
	font-size: 16px;
	line-height: 1.875;
	display: block;
	overflow: hidden;
	-webkit-transition: all .35s;
	transition: all .35s;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #333;
}

@media (max-width: 480px) {
	.news_detail .news_page .item a {
		font-size: 15px;
	}
}

.news_detail .news_page .item a:hover {
	text-decoration: underline !important;
	color: #0069aa;
}

.news_detail .news_page .next {
	margin-top: 5px;
}

.product {
	overflow: hidden;
}

.product .left {
	width: 23.405%;
	margin-bottom: -9819px;
	padding-bottom: 9999px;
	border-right: solid 1px #e9e9e9;
	border-left: solid 1px #e9e9e9;
}

@media (max-width: 991px) {
	.product .left {
		display: none;
	}
}

.product .left .titl {
	padding: 0 25px;
	background-color: #0069aa;
}

.product .left .titl b {
	font-size: 22px;
	font-weight: normal;
	line-height: 2.72727273;
	color: #fff;
}

@media (max-width: 991px) {
	.product .left .titl b {
		font-size: 20px;
	}
}

.product .left .menu {
	position: relative;
	margin-top: 20px;
}

.product .left .menu .menu1>li.active>a,
.product .left .menu .menu1>li:hover>a {
	color: #0069aa;
}

.product .left .menu .menu1>li.active>a:after,
.product .left .menu .menu1>li:hover>a:after {
	color: #0069aa;
}

.product .left .menu .menu1>li>a {
	font-size: 16px;
	line-height: 1.5;
	position: relative;
	display: block;
	padding: 15px 0 15px 25px;
	-webkit-transition: .3s;
	transition: .3s;
	color: #666;
}

.product .left .menu .menu1>li>a:after {
	font-family: 'iconfont';
	position: absolute;
	top: 50%;
	right: 30px;
	display: block;
	content: '\e728';
	-webkit-transition: .3s;
	transition: .3s;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #fff;
}

.product .left .menu .nomore .menu3,
.product .left .menu .nomore .menu2 {
	display: none;
	margin-bottom: 10px;
	padding-bottom: 10px;
	background-color: #fff;
}

.product .left .menu .nomore .menu3>li,
.product .left .menu .nomore .menu2>li {
	line-height: 30px;
	position: relative;
	padding-left: 0;
	cursor: pointer;
}

.product .left .menu .nomore .menu3 .more>a,
.product .left .menu .nomore .menu2 .more>a {
	position: relative;
}

.product .left .menu .menu2>li>a {
	font-size: 14px;
	line-height: 40px;
	position: relative;
	left: 0;
	display: block;
	padding-left: 30px;
	-webkit-transition: .3s;
	transition: .3s;
	color: #666;
}

.product .left .menu .menu2>li>a:before {
	display: inline-block;
	width: 4px;
	height: 4px;
	margin-right: 10px;
	content: '';
	-webkit-transition: .3s;
	transition: .3s;
	vertical-align: middle;
	opacity: 0;
	border-radius: 50%;
	background-color: #0069aa;
}

.product .left .menu .menu2 .active a,
.product .left .menu .menu2:hover a {
	color: #0069aa;
}

.product .left .menu .menu2 .active a:before,
.product .left .menu .menu2:hover a:before {
	opacity: 1;
}

.product .left .menu .menu3>li>a {
	font-size: 14px;
	line-height: 30px;
	display: block;
	padding-left: 50px;
	-webkit-transition: .3s;
	transition: .3s;
	color: #333;
}

.product .left .menu .menu3>li>a:hover {
	text-decoration: underline !important;
	color: #1e4e9e;
}

.product .right {
	width: 76.595%;
	padding: 60px 0 70px 30px;
}

@media (max-width: 991px) {
	.product .right {
		width: 100%;
		padding: 50px 0;
	}
}

.product .right .prod_title p {
	font-size: 30px;
	line-height: 1;
	color: #333;
}

@media (max-width: 1199px) {
	.product .right .prod_title p {
		font-size: 26px;
	}
}

@media (max-width: 767px) {
	.product .right .prod_title p {
		font-size: 24px;
	}
}

@media (max-width: 480px) {
	.product .right .prod_title p {
		font-size: 22px;
	}
}

.product .right .prod_lists {
	margin-top: 20px;
}

.product .right .prod_lists ul li:nth-child(even) .item .pic {
	float: right;
}

.product .right .prod_lists ul li:nth-child(even) .item .info {
	float: left;
	padding: 50px 0 0 60px;
}

@media (max-width: 1199px) {
	.product .right .prod_lists ul li:nth-child(even) .item .info {
		padding: 30px 0 0 0;
	}
}

.product .right .prod_lists .item {
	display: block;
	margin-bottom: 20px;
}

@media (max-width: 480px) {
	.product .right .prod_lists .item {
		margin-bottom: 40px;
	}
}

.product .right .prod_lists .item:hover .info b {
	font-weight: bold;
}

.product .right .prod_lists .item:hover .info span {
	color: #fff;
	border: 1px solid #0069aa;
	background-color: #0069aa;
}

.product .right .prod_lists .item .pic {
	float: left;
	width: 40%;
}

@media (max-width: 480px) {
	.product .right .prod_lists .item .pic {
		float: none;
		width: 100%;
	}
}

.product .right .prod_lists .item .pic .img-box {
	padding-bottom: 78.57142857%;
}

.product .right .prod_lists .item .info {
	float: right;
	width: 60%;
	padding: 50px 30px 0 0;
}

@media (max-width: 1199px) {
	.product .right .prod_lists .item .info {
		padding: 30px 0 0 0;
	}
}

@media (max-width: 480px) {
	.product .right .prod_lists .item .info {
		float: none;
		width: 100%;
		padding: 20px 0 0 0;
	}
}

.product .right .prod_lists .item .info b {
	font-size: 18px;
	font-weight: normal;
	line-height: 1;
	display: block;
	-webkit-transition: .35s;
	transition: .35s;
	color: #333;
}

.product .right .prod_lists .item .info .txt {
	margin-top: 15px;
}

.product .right .prod_lists .item .info .txt p {
	font-size: 15px;
	line-height: 2;
	color: #777;
}

.product .right .prod_lists .item .info span {
	font-size: 14px;
	line-height: 40px;
	display: block;
	float: right;
	width: 140px;
	margin-top: 50px;
	-webkit-transition: .35s;
	transition: .35s;
	text-align: center;
	color: #666;
	border: solid 1px #cecece;
	border-radius: 20px;
}

@media (max-width: 1199px) {
	.product .right .prod_lists .item .info span {
		margin-top: 20px;
	}
}

@media (max-width: 480px) {
	.product .right .prod_lists .item .info span {
		margin-top: 10px;
	}
}

.product .page {
	padding: 50px 0 0 0;
}

@media (max-width: 991px) {
	.product .page {
		padding: 20px 0 0 0;
	}
}

@media (max-width: 480px) {
	.product .page {
		padding: 10px 0 0 0;
	}
}

.product_detail .prod_box .prod_img {
	box-shadow: 0 0 15px rgba(0, 0, 0, .1);
}

.product_detail .prod_box .prod_img .img-box {
	padding-bottom: 78.57142857%;
}

@media (max-width: 767px) {
	.product_detail .prod_box .info {
		margin-top: 30px;
	}
}

.product_detail .prod_box .info h1 {
	font-size: 30px;
	font-weight: normal;
	line-height: 1.2;
	display: block;
	margin: 0;
	color: #333;
}

@media (max-width: 1469px) {
	.product_detail .prod_box .info h1 {
		font-size: 26px;
	}
}

@media (max-width: 1199px) {
	.product_detail .prod_box .info h1 {
		font-size: 24px;
	}
}

@media (max-width: 767px) {
	.product_detail .prod_box .info h1 {
		font-size: 22px;
	}
}

@media (max-width: 480px) {
	.product_detail .prod_box .info h1 {
		font-size: 20px;
	}
}

.product_detail .prod_box .info .txt {
	margin-top: 50px;
}

@media (max-width: 1469px) {
	.product_detail .prod_box .info .txt {
		margin-top: 30px;
	}
}

.product_detail .prod_box .info .txt b {
	font-size: 18px;
	line-height: 1;
	display: block;
	margin-bottom: 15px;
	color: #333;
}

@media (max-width: 1469px) {
	.product_detail .prod_box .info .txt b {
		margin-bottom: 10px;
	}
}

@media (max-width: 767px) {
	.product_detail .prod_box .info .txt b {
		font-size: 16px;
	}
}

.product_detail .prod_box .info .txt p {
	font-size: 15px;
	line-height: 2;
	color: #777;
}

@media (max-width: 480px) {
	.product_detail .prod_box .info .txt p {
		font-size: 14px;
		line-height: 2;
	}
}

.product_detail .prod_box .info .download_btn {
	font-size: 14px;
	line-height: 3.57142857;
	float: right;
	width: 160px;
	margin-top: 150px;
	text-align: center;
	color: #fff;
	border-radius: 24px;
	background-color: #0069aa;
}

@media (max-width: 1469px) {
	.product_detail .prod_box .info .download_btn {
		margin-top: 30px;
	}
}

@media (max-width: 480px) {
	.product_detail .prod_box .info .download_btn {
		line-height: 2.85714286;
		width: 150px;
		margin-top: 20px;
	}
}

.product_detail .tab_box {
	margin-top: 80px;
}

@media (max-width: 1469px) {
	.product_detail .tab_box {
		margin-top: 60px;
	}
}

@media (max-width: 991px) {
	.product_detail .tab_box {
		margin-top: 50px;
	}
}

@media (max-width: 480px) {
	.product_detail .tab_box {
		margin-top: 40px;
	}
}

.product_detail .tab_box .nav_scroll {
	position: relative;
	z-index: 2;
	overflow-x: auto;
	background-color: #ebebeb;
	-webkit-overflow-scrolling: touch;
}

.product_detail .tab_box .nav_scroll ul {
	position: relative;
	display: inline-block;
	width: 100%;
	white-space: nowrap;
}

.product_detail .tab_box .nav_scroll ul li {
	font-size: 18px;
	font-weight: bold;
	line-height: 3.33333333;
	display: inline-block;
	padding: 0 59px;
	cursor: pointer;
	-webkit-transition: all .3s;
	transition: all .3s;
	text-align: center;
	color: #333;
}

@media (max-width: 991px) {
	.product_detail .tab_box .nav_scroll ul li {
		font-size: 16px;
		line-height: 3.125;
		padding: 0 40px;
	}
}

@media (max-width: 480px) {
	.product_detail .tab_box .nav_scroll ul li {
		font-size: 15px;
		line-height: 3.33333333;
		padding: 0 30px;
	}
}

.product_detail .tab_box .nav_scroll ul li:last-child {
	border-right: none;
}

.product_detail .tab_box .nav_scroll ul li:hover {
	color: #fff;
	background-color: #0069aa;
}

.product_detail .tab_box .nav_scroll ul .active {
	color: #fff;
	background-color: #0069aa;
}

.product_detail .tab_box .content {
	padding: 40px 60px;
	border: solid 1px #ebebeb;
}

@media (max-width: 991px) {
	.product_detail .tab_box .content {
		padding: 30px;
	}
}

@media (max-width: 480px) {
	.product_detail .tab_box .content {
		padding: 30px 20px;
	}
}

.product_detail .tab_box .content .text p {
	font-size: 16px;
	line-height: 1.875;
	color: #666;
}

@media (max-width: 480px) {
	.product_detail .tab_box .content .text p {
		font-size: 14px;
		line-height: 2;
	}
}

.product_detail .tab_box .content .text p img {
	max-width: 100%;
	height: auto !important;
}

.product_detail .tab_box .content .pro_table {
	margin-top: 20px;
}

.product_detail .tab_box .content .pro_table table td {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	border: 1px solid #eee;
}

.case .prod_lists {
	margin-top: 0 !important;
}

.case .item_box {
	display: block;
	margin-bottom: 40px;
}

@media (max-width: 991px) {
	.case .item_box {
		margin-bottom: 30px;
	}
}

.case .item_box:hover .note {
	background-color: #0069aa;
}

.case .item_box:hover .note b,
.case .item_box:hover .note span {
	color: #fff;
}

.case .item_box .pic_img .img-box {
	padding-bottom: 71.21212121%;
}

.case .item_box .note {
	padding: 20px 30px 15px 30px;
	border: solid 1px #e3e3e3;
	border-top: none;
}

@media (max-width: 1199px) {
	.case .item_box .note {
		padding: 15px 20px;
	}
}

.case .item_box .note b {
	font-size: 16px;
	font-weight: normal;
	line-height: 1.875;
	display: block;
	overflow: hidden;
	-webkit-transition: .3s;
	transition: .3s;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #333;
}

.case .item_box .note span {
	font-size: 14px;
	line-height: 1.85714286;
	display: block;
	-webkit-transition: .3s;
	transition: .3s;
	color: #666;
}

.case .item_box .note span:after {
	font-family: 'iconfont';
	display: inline-block;
	content: '\e728';
}

.case .page {
	padding: 30px 0 0 0;
}

@media (max-width: 991px) {
	.case .page {
		padding: 20px 0 0 0;
	}
}

@media (max-width: 480px) {
	.case .page {
		padding: 10px 0 0 0;
	}
}

.investor .lists .item {
	display: block;
	padding: 0 30px;
	-webkit-transition: .35s;
	transition: .35s;
}

@media (max-width: 1199px) {
	.investor .lists .item {
		padding: 0 20px;
	}
}

@media (max-width: 480px) {
	.investor .lists .item {
		padding: 0 10px;
	}
}

.investor .lists .item:hover {
	background-color: #0069aa;
	box-shadow: 2px 4px 13px 0 rgba(121, 121, 121, .21);
}

.investor .lists .item:hover p,
.investor .lists .item:hover span {
	color: #fff;
}

.investor .lists .item p {
	font-size: 16px;
	line-height: 3.75;
	float: left;
	overflow: hidden;
	width: 80%;
	-webkit-transition: .35s;
	transition: .35s;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #333;
}

@media (max-width: 1199px) {
	.investor .lists .item p {
		width: 70%;
	}
}

.investor .lists .item span {
	font-size: 16px;
	line-height: 3.75;
	float: right;
	width: 20%;
	-webkit-transition: .35s;
	transition: .35s;
	text-align: center;
	color: #333;
}

@media (max-width: 1199px) {
	.investor .lists .item span {
		width: 30%;
	}
}

.investor .page {
	padding: 60px 0 0 0;
}

@media (max-width: 991px) {
	.investor .page {
		padding: 50px 0 0 0;
	}
}

@media (max-width: 480px) {
	.investor .page {
		padding: 30px 0 0 0;
	}
}