.banner {
	font-size: 0;
	position: relative;
	overflow: hidden;
	width: 100%;
	padding-top: 90px;
}

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

@media (max-width: 991px) {
	.banner .slickbanner {
		width: 130%;
		max-width: 130%;
		margin-left: -15%;
	}
}

.banner .slickbanner .item {
	position: relative;
	display: block;
}

.banner .slickbanner .item .img-box {
	z-index: 0;
	display: block;
	padding-bottom: 33.33333333%;
}

.banner .slickbanner .item .img-box img {
	display: block;
	width: 100%;
}

.banner .slickbanner .slick-dots {
	position: absolute;
	right: 18%;
	bottom: 120px;
}

@media (max-width: 1469px) {
	.banner .slickbanner .slick-dots {
		bottom: 50px;
	}
}

@media (max-width: 1199px) {
	.banner .slickbanner .slick-dots {
		bottom: 20px;
	}
}

.banner .slickbanner .slick-dots li {
	position: relative;
	display: block;
	width: 10px;
	height: 10px;
	margin: 10px 0;
	cursor: pointer;
	border: 1px solid #fff;
	border-radius: 50%;
}

@media (max-width: 991px) {
	.banner .slickbanner .slick-dots li {
		display: inline-block;
		width: 8px;
		height: 8px;
		margin: 0 5px;
	}
}

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

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

.banner .slickbanner .slick-arrow {
	position: absolute;
	z-index: 9;
	top: 50%;
	left: 50px;
	padding: 0;
	cursor: pointer;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background: none;
}

@media (max-width: 991px) {
	.banner .slickbanner .slick-arrow {
		left: 15px;
	}
}

.banner .slickbanner .slick-arrow:before {
	font-family: 'iconfont' !important;
	font-size: 40px;
	line-height: 65px;
	display: block;
	width: 65px;
	height: 65px;
	content: '\e728';
	-webkit-transition: all .35s;
	transition: all .35s;
	text-align: center;
	color: rgba(255, 255, 255, .8);
	border-radius: 50%;
	background-color: rgba(255, 255, 255, .25);
}

@media (max-width: 991px) {
	.banner .slickbanner .slick-arrow:before {
		font-size: 25px;
		line-height: 30px;
		width: 30px;
		height: 30px;
	}
}

.banner .slickbanner .slick-arrow:hover:before {
	background-color: rgba(255, 255, 255, .5);
}

.banner .slickbanner .slick-next {
	right: 50px;
	left: auto;
}

@media (max-width: 991px) {
	.banner .slickbanner .slick-next {
		right: 15px;
	}
}

.banner .slickbanner .slick-next:before {
	content: '\e729';
}

.title b {
	font-family: 'Helvetica-Bold';
	font-size: 32px;
	font-weight: normal;
	line-height: 1;
	display: block;
	color: #033985;
}

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

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

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

.title b:after {
	display: inline-block;
	width: 5px;
	height: 5px;
	margin-left: 10px;
	content: '';
	background-color: #ff5400;
}

.title p {
	font-size: 22px;
	line-height: 1.63636364;
	color: #333;
}

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

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

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

.padt {
	padding-top: 100px;
}

.padd {
	padding: 100px 0;
}

.lists {
	padding-top: 50px;
}

@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 {
		padding-top: 40px;
	}
}

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

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

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

.pagebanner {
	position: relative;
	overflow: hidden;
	width: 100%;
	padding-top: 90px;
}

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

.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: 22.39583333%;
}

.index_about {
	border-bottom: 1px solid #eaeaea;
}

.index_about .left {
	border-right: 1px solid #eaeaea;
}

@media (max-width: 991px) {
	.index_about .left {
		border-right: none;
	}
}

.index_about .left .left_wrap {
	padding: 80px 15px 80px 0;
}

@media (max-width: 1469px) {
	.index_about .left .left_wrap {
		padding: 60px 15px 60px 0;
	}
}

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

@media (max-width: 767px) {
	.index_about .left .left_wrap {
		padding: 40px 0 30px 0;
	}
}

.index_about .left .left_wrap .info h1 {
	font-family: 'Helvetica-Bold';
	font-size: 16px;
	font-weight: normal;
	line-height: 1.5;
	display: block;
	margin: 10px 0 20px 0;
	color: #ff5400;
}

.index_about .left .left_wrap .info {
	padding-right: 20px;
}

@media (max-width: 1199px) {
	.index_about .left .left_wrap .info {
		padding-right: 0;
	}
}

.index_about .left .left_wrap .info .txt p {
	font-size: 14px;
	line-height: 1.71428571;
	color: #666;
}

.index_about .right {
	padding: 0 15px 0 0;
}

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

.index_about .right .item {
	width: 50%;
	padding: 100px 0 95px 0;
	border-right: 1px solid #eaeaea;
}

@media (max-width: 1469px) {
	.index_about .right .item {
		padding: 140px 0 0 0;
		border-right: none;
	}
}

@media (max-width: 991px) {
	.index_about .right .item {
		padding: 0;
	}
}

.index_about .right .item:first-child .index_num b:before {
	width: 64px;
	height: 62px;
	margin-top: 0;
	margin-bottom: 10px;
	background: url(../images/img/about_icon1.jpg) no-repeat center;
	background-size: cover;
}

@media (max-width: 991px) {
	.index_about .right .item:first-child .index_num b:before {
		width: 57px;
		height: 55px;
	}
}

@media (max-width: 767px) {
	.index_about .right .item:first-child .index_num b:before {
		width: 50px;
		height: 48px;
	}
}

.index_about .right .item .index_num {
	padding: 57px 0;
	text-align: center;
	border: 1px solid #eaeaea;
	border-radius: 50%;
}

@media (max-width: 1469px) {
	.index_about .right .item .index_num {
		padding: 35px 20px;
	}
}

@media (max-width: 1199px) {
	.index_about .right .item .index_num {
		border: none;
	}
}

@media (max-width: 991px) {
	.index_about .right .item .index_num {
		padding: 0 0 50px 0;
	}
}

@media (max-width: 767px) {
	.index_about .right .item .index_num {
		padding: 0 15px 40px 15px;
	}
}

.index_about .right .item .index_num b {
	display: block;
}

.index_about .right .item .index_num b:before {
	display: block;
	width: 61px;
	height: 52px;
	margin: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	content: '';
	background: url(../images/img/about_icon2.jpg) no-repeat center;
	background-size: cover;
}

@media (max-width: 991px) {
	.index_about .right .item .index_num b:before {
		width: 54px;
		height: 46px;
	}
}

@media (max-width: 767px) {
	.index_about .right .item .index_num b:before {
		width: 45px;
		height: 38px;
	}
}

.index_about .right .item .index_num b span {
	font-family: 'Helvetica-Bold';
	font-size: 59px;
	line-height: 1;
	color: #333;
}

@media (max-width: 1469px) {
	.index_about .right .item .index_num b span {
		font-size: 50px;
	}
}

@media (max-width: 991px) {
	.index_about .right .item .index_num b span {
		font-size: 40px;
	}
}

@media (max-width: 767px) {
	.index_about .right .item .index_num b span {
		font-size: 35px;
	}
}

.index_about .right .item .index_num b sup {
	font-size: 20px;
	font-weight: bold;
	top: auto;
	bottom: 0;
	margin-left: 5px;
	color: #033985;
}

.index_about .right .item .index_num p {
	font-size: 14px;
	line-height: 2;
	margin-top: 15px;
	word-break: break-word;
	color: #666;
}

@media (max-width: 1469px) {
	.index_about .right .item .index_num p {
		line-height: 1.2;
	}
}

@media (max-width: 480px) {
	.index_about .right .item .index_num p {
		line-height: 1.5;
	}
}

.index_cate {
	background: url(../images/img/index_catebg.jpg) no-repeat center;
	background-size: cover;
}

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

.index_cate .left .title {
	padding-top: 120px;
}

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

.index_cate .left .more {
	margin-top: 60px;
}

@media (max-width: 1199px) {
	.index_cate .left .more {
		margin-top: 20px;
	}
}

.index_cate .left .more a {
	font-size: 14px;
	line-height: 37px;
	position: relative;
	display: block;
	width: 130px;
	-webkit-transition: all .35s;
	transition: all .35s;
	text-align: center;
	color: #fff;
	border: solid 1px #033985;
	border-radius: 4px;
	background-color: #033985;
}

.index_cate .left .more a:hover {
	opacity: .9;
}

.index_cate .left .more a:after {
	position: absolute;
	top: 50%;
	right: -15px;
	display: block;
	width: 39px;
	height: 1px;
	content: '';
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background-color: #ff5400;
}

@media (max-width: 1199px) {
	.index_cate .right {
		width: 100%;
		margin-top: 30px;
	}
}

.index_cate .right .list ul li {
	float: left;
	padding: 0 15px;
}

@media (max-width: 991px) {
	.index_cate .right .list ul li {
		width: 50% !important;
	}
}

@media (max-width: 690px) {
	.index_cate .right .list ul li {
		width: 100% !important;
	}
}

.index_cate .right .list ul li:first-child {
	width: 43.334%;
}

.index_cate .right .list ul li:nth-child(2) {
	width: 56.666%;
}

.index_cate .right .list ul li:nth-child(3) {
	width: 53.75%;
}

.index_cate .right .list ul li:nth-child(3) .item {
	margin-bottom: 0;
}

@media (max-width: 690px) {
	.index_cate .right .list ul li:nth-child(3) .item {
		margin-bottom: 30px;
	}
}

.index_cate .right .list ul li:nth-child(3) .info .msg p:before {
	left: -20px;
}

@media (max-width: 991px) {
	.index_cate .right .list ul li:nth-child(3) .info .msg p:before {
		left: 30px;
	}
}

.index_cate .right .list ul li:nth-child(4) {
	width: 46.25%;
}

.index_cate .right .list ul li:nth-child(4) .item {
	margin-bottom: 0;
}

.index_cate .right .list ul li:nth-child(4) .info .msg p:before {
	left: -20px;
}

@media (max-width: 991px) {
	.index_cate .right .list ul li:nth-child(4) .info .msg p:before {
		left: 30px;
	}
}

.index_cate .right .list .item {
	position: relative;
	display: block;
	margin-bottom: 30px;
	padding: 60px 60px 60px 30px;
	-webkit-transition: all .35s;
	transition: all .35s;
	border-radius: 30px 0 30px 0;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #fff), to(rgba(3, 57, 133, .25))), -webkit-gradient(linear, left top, left bottom, from(#fafafa), to(#fafafa));
	background-image: -webkit-linear-gradient(top, #fff 50%, rgba(3, 57, 133, .25) 100%), -webkit-linear-gradient(#fafafa, #fafafa);
	background-image: linear-gradient(180deg, #fff 50%, rgba(3, 57, 133, .25) 100%), linear-gradient(#fafafa, #fafafa);
	background-blend-mode: normal, normal;
}

@media (max-width: 1469px) {
	.index_cate .right .list .item {
		padding: 60px 30px;
	}
}

@media (max-width: 991px) {
	.index_cate .right .list .item {
		padding: 50px 30px;
	}
}

@media (max-width: 480px) {
	.index_cate .right .list .item {
		padding: 40px 20px;
	}
}

.index_cate .right .list .item:hover {
	background-color: #033985;
	background-image: none;
}

.index_cate .right .list .item:hover .num {
	opacity: 0;
}

.index_cate .right .list .item:hover .info .msg p {
	color: #fff;
}

.index_cate .right .list .item:hover .info .msg p:before {
	background: url(../images/img/cate_icon1.png) no-repeat center;
	background-size: cover;
}

.index_cate .right .list .item:hover .info .msg p:after {
	background-color: #fff;
}

.index_cate .right .list .item:hover .info .msg span {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	opacity: 1;
}

.index_cate .right .list .item .pic {
	width: 200px;
}

@media (max-width: 1469px) {
	.index_cate .right .list .item .pic {
		width: 160px;
	}
}

@media (max-width: 991px) {
	.index_cate .right .list .item .pic {
		width: 50%;
	}
}

.index_cate .right .list .item .pic .img-box {
	padding-bottom: 80%;
}

.index_cate .right .list .item .info {
	width: 43%;
	padding-top: 20px;
}

@media (max-width: 991px) {
	.index_cate .right .list .item .info {
		width: 40%;
		padding: 0;
	}
}

.index_cate .right .list .item .info .msg {
	position: relative;
}

.index_cate .right .list .item .info .msg p {
	font-family: 'Helvetica-Bold';
	font-size: 24px;
	line-height: 1.4;
	position: relative;
	display: inline;
	-webkit-transition: all .35s;
	transition: all .35s;
	color: #033985;
}

@media (max-width: 991px) {
	.index_cate .right .list .item .info .msg p {
		font-size: 20px;
	}
}

.index_cate .right .list .item .info .msg p:before {
	position: absolute;
	top: -10px;
	left: 40px;
	display: block;
	width: 40px;
	height: 70px;
	content: '';
	-webkit-transition: all .35s;
	transition: all .35s;
	background: url(../images/img/cate_icon.png) no-repeat center;
	background-size: cover;
}

@media (max-width: 991px) {
	.index_cate .right .list .item .info .msg p:before {
		left: 30px;
	}
}

.index_cate .right .list .item .info .msg p:after {
	position: absolute;
	right: 0;
	bottom: -20px;
	display: block;
	width: 37px;
	height: 3px;
	content: '';
	-webkit-transition: all .35s;
	transition: all .35s;
	background-color: #033985;
}

.index_cate .right .list .item .info .msg span {
	position: absolute;
	right: 10px;
	display: block;
	width: 37px;
	height: 37px;
	margin-top: 60px;
	-webkit-transition: all .35s;
	transition: all .35s;
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
	text-align: center;
	opacity: 0;
	border-radius: 50%;
	background-color: #fff;
}

.index_cate .right .list .item .info .msg span:before {
	font-family: 'iconfont' !important;
	font-size: 20px;
	font-weight: bold;
	font-style: normal;
	line-height: 37px;
	display: block;
	content: '\e727';
	color: #033985;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.index_cate .right .list .item .num {
	font-family: 'Helvetica-Bold';
	font-size: 60px;
	font-style: italic;
	line-height: 1;
	position: absolute;
	right: 80px;
	bottom: 20px;
	-webkit-transition: all .35s;
	transition: all .35s;
	opacity: .36;
	color: #fff;
}

@media (max-width: 991px) {
	.index_cate .right .list .item .num {
		font-size: 50px;
		right: 40px;
	}
}

.index_video {
	position: relative;
}

.index_video .info {
	position: absolute;
	z-index: 1;
	top: 90px;
	right: 0;
	left: 0;
}

@media (max-width: 1469px) {
	.index_video .info {
		top: 60px;
	}
}

@media (max-width: 1199px) {
	.index_video .info {
		top: 40px;
	}
}

@media (max-width: 991px) {
	.index_video .info {
		top: 30px;
	}
}

@media (max-width: 767px) {
	.index_video .info {
		position: static;
		padding: 20px 15px;
	}
}

.index_video .info .tit {
	font-family: 'Helvetica-Bold';
	font-size: 34px;
	font-weight: normal;
	line-height: 1;
	display: block;
	text-align: center;
	color: #fff;
}

@media (max-width: 1199px) {
	.index_video .info .tit {
		font-size: 28px;
	}
}

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

@media (max-width: 767px) {
	.index_video .info .tit {
		font-size: 24px;
		color: #033985;
	}
}

.index_video .info .tit:after {
	display: inline-block;
	width: 5px;
	height: 5px;
	content: '';
	background-color: #fff;
}

@media (max-width: 767px) {
	.index_video .info .tit:after {
		background-color: #033985;
	}
}

.index_video .info .txt {
	width: 45%;
	margin: auto;
	margin-top: 20px;
	text-align: center;
}

@media (max-width: 1469px) {
	.index_video .info .txt {
		width: 70%;
	}
}

@media (max-width: 991px) {
	.index_video .info .txt {
		margin-top: 10px;
	}
}

@media (max-width: 767px) {
	.index_video .info .txt {
		width: 100%;
	}
}

.index_video .info .txt p {
	font-size: 18px;
	line-height: 1.77777778;
	color: #fff;
}

@media (max-width: 991px) {
	.index_video .info .txt p {
		font-size: 16px;
		line-height: 1.625;
	}
}

@media (max-width: 767px) {
	.index_video .info .txt p {
		font-size: 15px;
		line-height: 1.6;
		color: #999;
	}
}

.index_video .ab_video {
	position: relative;
	overflow: hidden;
}

.index_video .ab_video .video {
	position: relative;
}

@media (max-width: 1469px) {
	.index_video .ab_video .video {
		width: 130%;
		max-width: 130%;
		margin-left: -15%;
	}
}

@media (max-width: 767px) {
	.index_video .ab_video .video {
		width: 160%;
		max-width: 160%;
		margin-left: -30%;
	}
}

.index_video .ab_video .video:hover .video-cover {
	opacity: .5;
}

.index_video .ab_video .video .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, .7);
}

.index_video .ab_video .video .img-box {
	z-index: 0;
	padding-bottom: 19.53125%;
	background-color: #000;
}

.index_video .ab_video .video .img-box img {
	-webkit-transition: all .6s ease;
	transition: all .6s ease;
	opacity: 1;
}

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

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

.index_video .ab_video .video .video-box .play {
	line-height: 1;
	position: absolute;
	bottom: 70px;
	left: 0;
	display: inline-block;
	width: 100%;
	-webkit-transition: all .4s;
	transition: all .4s;
	text-align: center;
	color: #fff;
}

@media (max-width: 1469px) {
	.index_video .ab_video .video .video-box .play {
		bottom: 40px;
	}
}

@media (max-width: 1199px) {
	.index_video .ab_video .video .video-box .play {
		bottom: 30px;
	}
}

@media (max-width: 991px) {
	.index_video .ab_video .video .video-box .play {
		bottom: 20px;
	}
}

@media (max-width: 767px) {
	.index_video .ab_video .video .video-box .play {
		top: 50%;
		bottom: auto;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}
}

.index_video .ab_video .video .video-box .play:before {
	font-family: 'iconfont';
	font-size: 70px;
	display: block;
	content: '\e61c';
	color: #fff;
}

@media (max-width: 1469px) {
	.index_video .ab_video .video .video-box .play:before {
		font-size: 60px;
	}
}

@media (max-width: 1199px) {
	.index_video .ab_video .video .video-box .play:before {
		font-size: 50px;
	}
}

@media (max-width: 991px) {
	.index_video .ab_video .video .video-box .play:before {
		font-size: 40px;
	}
}

.index_manu {
	overflow: hidden;
	padding: 100px 0 140px 0;
	background: url(../images/img/manufacture_bg.jpg) no-repeat center;
	background-size: cover;
}

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

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

@media (max-width: 767px) {
	.index_manu {
		padding: 50px 0 70px 0;
	}
}

.index_manu .more {
	margin-top: 60px;
}

@media (max-width: 1199px) {
	.index_manu .more {
		margin-top: 20px;
	}
}

.index_manu .more a {
	font-size: 14px;
	line-height: 37px;
	position: relative;
	display: block;
	width: 130px;
	-webkit-transition: all .35s;
	transition: all .35s;
	text-align: center;
	color: #fff;
	border: solid 1px #033985;
	border-radius: 4px;
	background-color: #033985;
}

.index_manu .more a:hover {
	opacity: .9;
}

.index_manu .more a:after {
	position: absolute;
	top: 50%;
	right: -15px;
	display: block;
	width: 39px;
	height: 1px;
	content: '';
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background-color: #ff5400;
}

.index_manu .list {
	margin-top: 30px;
}

.index_manu .list .tab_box .nav_scroll {
	width: 25.532%;
	padding: 50px 0 100px 50px;
	border-left: 4px solid #e5ebf3;
}

@media (max-width: 1469px) {
	.index_manu .list .tab_box .nav_scroll {
		width: 27%;
		padding: 50px 0 50px 30px;
	}
}

@media (max-width: 1199px) {
	.index_manu .list .tab_box .nav_scroll {
		padding: 40px 0 40px 15px;
	}
}

@media (max-width: 991px) {
	.index_manu .list .tab_box .nav_scroll {
		position: relative;
		z-index: 2;
		float: none;
		overflow-x: auto;
		width: 100%;
		padding: 10px 0;
		border-top: 4px solid #e5ebf3;
		border-left: none;
		-webkit-overflow-scrolling: touch;
	}
}

@media (max-width: 991px) {
	.index_manu .list .tab_box .nav_scroll ul {
		position: relative;
		display: inline-block;
		width: 100%;
		white-space: nowrap;
	}
}

.index_manu .list .tab_box .nav_scroll ul li {
	font-weight: bold;
	font-size: 24px;
	line-height: 70px;
	position: relative;
	cursor: pointer;
	color: #666;
}

@media (max-width: 1469px) {
	.index_manu .list .tab_box .nav_scroll ul li {
		font-size: 22px;
	}
}

@media (max-width: 1199px) {
	.index_manu .list .tab_box .nav_scroll ul li {
		font-size: 20px;
	}
}

@media (max-width: 991px) {
	.index_manu .list .tab_box .nav_scroll ul li {
		font-size: 18px;
		line-height: 30px;
		display: inline-block;
		padding: 0 10px;
	}
}

.index_manu .list .tab_box .nav_scroll ul li:before {
	font-family: 'iconfont' !important;
	font-size: 18px;
	font-style: normal;
	display: inline-block;
	margin-right: 15px;
	content: '\e6b6';
	vertical-align: top;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

@media (max-width: 991px) {
	.index_manu .list .tab_box .nav_scroll ul li:before {
		display: none;
	}
}

.index_manu .list .tab_box .nav_scroll ul li:after {
	position: absolute;
	top: 0;
	left: -54px;
	display: block;
	width: 4px;
	height: 70px;
	content: '';
	-webkit-transition: all .35s;
	transition: all .35s;
	opacity: 0;
	background-color: #ff5400;
}

@media (max-width: 1469px) {
	.index_manu .list .tab_box .nav_scroll ul li:after {
		left: -34px;
	}
}

@media (max-width: 1199px) {
	.index_manu .list .tab_box .nav_scroll ul li:after {
		left: -19px;
	}
}

@media (max-width: 991px) {
	.index_manu .list .tab_box .nav_scroll ul li:after {
		font-family: 'iconfont' !important;
		font-size: 18px;
		font-style: normal;
		line-height: 1;
		position: static;
		width: auto;
		height: auto;
		content: '\e6b5';
		text-align: center;
		opacity: 1;
		background-color: transparent;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}
}

.index_manu .list .tab_box .nav_scroll ul li:hover {
	color: #033985;
}

.index_manu .list .tab_box .nav_scroll ul li:hover:after {
	opacity: 1;
}

.index_manu .list .tab_box .nav_scroll ul .active {
	color: #033985;
}

.index_manu .list .tab_box .nav_scroll ul .active:after {
	opacity: 1;
}

.index_manu .list .content {
	position: relative;
	width: 74.468%;
}

@media (max-width: 1469px) {
	.index_manu .list .content {
		width: 73%;
	}
}

@media (max-width: 991px) {
	.index_manu .list .content {
		float: none;
		width: 100%;
		margin-top: 10px;
	}
}

.index_manu .list .content:before {
	position: absolute;
	z-index: 1;
	top: 50%;
	right: 20px;
	display: block;
	width: 7%;
	height: 46%;
	content: '';
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background: url(../images/img/manu_icon.png) no-repeat center;
	background-size: cover;
}

.index_manu .list .content:after {
	position: absolute;
	top: 35px;
	left: 35px;
	display: block;
	width: 96.5%;
	height: 100%;
	content: '';
	border-radius: 30px 0 30px 0;
	background-color: #033985;
}

@media (max-width: 991px) {
	.index_manu .list .content:after {
		top: 20px;
		left: 10px;
	}
}

.index_manu .list .content .item {
	position: relative;
	z-index: 1;
}

.index_manu .list .content .item .pic {
	overflow: hidden;
	width: 94.288%;
	border-radius: 30px 0 30px 0;
}

.index_manu .list .content .item .pic .img-box {
	padding-bottom: 45.45454545%;
}

.index_quality {
	padding: 80px 0;
	background-color: #f9f9f7;
}

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

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

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

.index_quality .left .txt {
	margin-top: 50px;
}

@media (max-width: 1199px) {
	.index_quality .left .txt {
		margin-top: 30px;
	}
}

@media (max-width: 991px) {
	.index_quality .left .txt {
		margin-top: 10px;
	}
}

.index_quality .left .txt p {
	font-size: 16px;
	line-height: 1.5;
	color: #666;
}

.index_quality .left .more {
	margin-top: 35px;
}

@media (max-width: 1199px) {
	.index_quality .left .more {
		margin-top: 20px;
	}
}

.index_quality .left .more:after {
	display: block;
	width: 64%;
	height: 70px;
	margin: -20px 0 0 20px;
	content: '';
	background: url(../images/img/quality_titbg.png) no-repeat center;
	background-size: cover;
}

@media (max-width: 1199px) {
	.index_quality .left .more:after {
		height: 40px;
	}
}

@media (max-width: 991px) {
	.index_quality .left .more:after {
		width: 160px;
	}
}

.index_quality .left .more a {
	font-size: 14px;
	line-height: 37px;
	position: relative;
	display: block;
	width: 130px;
	-webkit-transition: all .35s;
	transition: all .35s;
	text-align: center;
	color: #fff;
	border: solid 1px #033985;
	border-radius: 4px;
	background-color: #033985;
}

.index_quality .left .more a:hover {
	opacity: .9;
}

.index_quality .left .more a:after {
	position: absolute;
	top: 50%;
	right: -15px;
	display: block;
	width: 39px;
	height: 1px;
	content: '';
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background-color: #ff5400;
}

.index_quality .right .quality_arrow {
	margin-top: 20px;
}

.index_quality .right .quality_arrow span {
	width: 36px;
	height: 36px;
	cursor: pointer;
	-webkit-transition: all .35s;
	transition: all .35s;
	border-radius: 6px;
	background-color: #fff;
	box-shadow: 0 0 40px 0 rgba(49, 49, 49, .13);
}

.index_quality .right .quality_arrow span:hover {
	background-color: #033985;
}

.index_quality .right .quality_arrow span:hover:before {
	color: #fff;
}

.index_quality .right .quality_arrow span:before {
	font-family: 'iconfont' !important;
	font-size: 26px;
	font-style: normal;
	line-height: 36px;
	display: block;
	content: '\e728';
	text-align: center;
	color: #666;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.index_quality .right .quality_arrow .next {
	margin-left: 12px;
}

.index_quality .right .quality_arrow .next:before {
	content: '\e729';
}

.index_quality .right .slick_quality {
	margin-top: 25px;
}

.index_quality .right .slick_quality .slick-list {
	margin: 0 -15px;
}

.index_quality .right .slick_quality .slick-list .slick-slide {
	padding: 0 15px;
}

.index_quality .right .slick_quality .slick-list .slick-slide .item {
	position: relative;
	display: block;
}

.index_quality .right .slick_quality .slick-list .slick-slide .item:after {
	position: absolute;
	top: 6px;
	left: 6px;
	display: block;
	width: 100%;
	height: 100%;
	content: '';
	border-radius: 30px 0 30px 0;
	background-color: #e0e4eb;
}

.index_quality .right .slick_quality .slick-list .slick-slide .item .img-box {
	z-index: 1;
	padding-bottom: 75%;
	border-radius: 30px 0 30px 0;
}

.index_news {
	background: url(../images/img/index_newsbg.jpg) no-repeat center;
	background-size: cover;
}

.index_news .left .item {
	display: block;
	border-radius: 0 0 30px 0;
	background-color: #fff;
	box-shadow: 0 0 40px 0 rgba(49, 49, 49, .13);
}

.index_news .left .item .pic {
	position: relative;
}

.index_news .left .item .pic .img-box {
	padding-bottom: 60%;
}

.index_news .left .item .pic .time {
	font-weight: bold;
	font-size: 16px;
	line-height: 2.8125;
	position: absolute;
	top: 0;
	left: 0;
	width: 127px;
	text-align: center;
	color: #033985;
	border-radius: 0 0 10px 0;
	background-color: #fff;
}

.index_news .left .item .info {
	padding: 30px;
}

.index_news .left .item .info b {
	font-weight: bold;
	font-size: 18px;
	line-height: 1.5;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #333;
}

.index_news .left .item .info p {
	font-size: 14px;
	line-height: 1.28571429;
	display: -webkit-box;
	overflow: hidden;
	height: 54px;
	margin-top: 15px;
	color: #888;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.index_news .left .item .info span {
	font-size: 14px;
	line-height: 1.57142857;
	display: block;
	width: 122px;
	margin-top: 20px;
	-webkit-transition: all .35s;
	transition: all .35s;
	text-align: center;
	color: #666;
	border: solid 1px #888;
	border-radius: 4px;
	background-color: #fff;
}

.index_news .left .item .info span:hover {
	color: #fff;
	border: 1px solid #033985;
	background-color: #033985;
}

.index_news .left .item .info span:hover:after {
	color: #fff;
}

.index_news .left .item .info span:after {
	font-family: 'iconfont' !important;
	font-size: 16px;
	font-style: normal;
	line-height: 22px;
	display: inline-block;
	margin-left: 20px;
	content: '\e727';
	vertical-align: middle;
	color: #333;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

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

.index_news .right .msg {
	margin-top: 10px;
}

.index_news .right .msg .news_arrow span {
	display: inline-block;
	width: 36px;
	height: 36px;
	cursor: pointer;
	-webkit-transition: all .35s;
	transition: all .35s;
	border-radius: 6px;
	background-color: #fff;
	box-shadow: 0 0 40px 0 rgba(49, 49, 49, .13);
}

.index_news .right .msg .news_arrow span:hover {
	background-color: #033985;
}

.index_news .right .msg .news_arrow span:hover:before {
	color: #fff;
}

.index_news .right .msg .news_arrow span:before {
	font-family: 'iconfont' !important;
	font-size: 26px;
	font-style: normal;
	line-height: 36px;
	display: block;
	content: '\e728';
	text-align: center;
	color: #666;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.index_news .right .msg .news_arrow .next {
	margin-left: 12px;
}

.index_news .right .msg .news_arrow .next:before {
	content: '\e729';
}

.index_news .right .slick_news .slick-list {
	margin: 0 -15px;
}

.index_news .right .slick_news .slick-list .slick-slide {
	padding: 0 15px;
}

.index_news .right .slick_news .item {
	display: block;
	overflow: hidden;
	margin-top: 18px;
	padding: 15px;
	border-radius: 0 0 30px 0;
	background-color: #fff;
	box-shadow: 0 0 10px 0 rgba(49, 49, 49, .13);
}

.index_news .right .slick_news .item:hover {
	background-color: #033985;
}

.index_news .right .slick_news .item:hover .info .txt {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.index_news .right .slick_news .item:hover .info .txt b,
.index_news .right .slick_news .item:hover .info .txt span,
.index_news .right .slick_news .item:hover .info .txt p {
	color: #fff;
}

.index_news .right .slick_news .item:hover .info .more {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}

.index_news .right .slick_news .item .pic {
	width: 34%;
}

@media (max-width: 1469px) {
	.index_news .right .slick_news .item .pic {
		width: 40%;
	}
}

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

.index_news .right .slick_news .item .pic .img-box {
	padding-bottom: 60%;
}

.index_news .right .slick_news .item .info {
	width: 66%;
	padding-left: 15px;
}

@media (max-width: 1469px) {
	.index_news .right .slick_news .item .info {
		width: 60%;
	}
}

@media (max-width: 480px) {
	.index_news .right .slick_news .item .info {
		width: 100%;
		padding: 20px 0 0 0;
	}
}

.index_news .right .slick_news .item .info .txt {
	-webkit-transition: all .35s;
	transition: all .35s;
	-webkit-transform: translateY(20px);
	-ms-transform: translateY(20px);
	transform: translateY(20px);
}

@media (max-width: 480px) {
	.index_news .right .slick_news .item .info .txt {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
}

.index_news .right .slick_news .item .info .txt b {
	font-weight: bold;
	font-size: 18px;
	line-height: 1.5;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #333;
}

.index_news .right .slick_news .item .info .txt span {
	font-size: 14px;
	line-height: 1.28571429;
	display: block;
	margin: 10px 0;
	color: #033985;
}

.index_news .right .slick_news .item .info .txt p {
	font-size: 14px;
	line-height: 1.28571429;
	display: -webkit-box;
	overflow: hidden;
	height: 36px;
	color: #888;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.index_news .right .slick_news .item .info .more {
	font-size: 14px;
	line-height: 1.57142857;
	display: block;
	width: 122px;
	margin-top: 15px;
	-webkit-transition: all .35s;
	transition: all .35s;
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
	text-align: center;
	opacity: 0;
	color: #666;
	border: solid 1px #888;
	border-radius: 4px;
	background-color: #fff;
}

@media (max-width: 480px) {
	.index_news .right .slick_news .item .info .more {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
}

.index_news .right .slick_news .item .info .more:after {
	font-family: 'iconfont' !important;
	font-size: 16px;
	font-style: normal;
	line-height: 22px;
	display: inline-block;
	margin-left: 20px;
	content: '\e727';
	vertical-align: middle;
	color: #333;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.page_padd {
	padding: 80px 0;
}

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

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

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

.news {
	background: url(../images/img/news_bg.jpg) no-repeat bottom;
	background-size: cover;
}

.news .item {
	display: block;
	margin-bottom: 30px;
	-webkit-transition: all .35s;
	transition: all .35s;
	border-radius: 30px;
	background-color: #fff;
	box-shadow: 0 6px 32px 0 rgba(49, 49, 49, .09);
}

.news .item:hover {
	background-color: #033985;
}

.news .item:hover .note b,
.news .item:hover .note .time,
.news .item:hover .note p,
.news .item:hover .note span {
	color: #fff;
}

.news .item:hover .note span {
	text-decoration: underline !important;
}

.news .item:hover .note b:before {
	background-color: #fff;
}

.news .item .pic {
	position: relative;
	overflow: hidden;
	border-radius: 30px;
}

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

.news .item .pic .time {
	font-size: 14px;
	position: absolute;
	right: 25px;
	bottom: -35px;
	width: 70px;
	padding: 13px 0;
	text-align: center;
	color: #fff;
	border-radius: 0 0 10px 0;
	background-color: #033985;
}

.news .item .pic .time span {
	font-size: 24px;
	line-height: 1;
	display: block;
}

.news .item .note {
	padding: 25px 50px;
}

@media (max-width: 1199px) {
	.news .item .note {
		padding: 25px 30px;
	}
}

.news .item .note b {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5;
	display: block;
	overflow: hidden;
	-webkit-transition: all .35s;
	transition: all .35s;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #444;
}

.news .item .note b:before {
	display: block;
	width: 35px;
	height: 5px;
	margin-bottom: 20px;
	content: '';
	background-color: #ff5400;
}

.news .item .note .time {
	font-size: 14px;
	line-height: 1;
	display: block;
	margin: 20px 0 10px 0;
	color: #666;
}

.news .item .note p {
	font-size: 14px;
	line-height: 1.57142857;
	display: -webkit-box;
	overflow: hidden;
	height: 66px;
	color: #666;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.news .item .note span {
	font-size: 14px;
	line-height: 1;
	display: block;
	margin-top: 15px;
	-webkit-transition: all .35s;
	transition: all .35s;
	color: #666;
}

.news .item .note span:after {
	font-family: 'iconfont' !important;
	font-style: normal;
	display: inline-block;
	margin-left: 10px;
	content: '\e62c';
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.news .page {
	margin-top: 50px;
}

@media (max-width: 1199px) {
	.news .page {
		margin-top: 30px;
	}
}

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

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

.news_detail {
	background: url(../images/img/news_bg.jpg) no-repeat bottom;
	background-size: cover;
}

.news_detail .news_title {
	padding-bottom: 25px;
	border-bottom: 1px solid #e9e9e9;
}

@media (max-width: 1199px) {
	.news_detail .news_title {
		padding-bottom: 15px;
	}
}

.news_detail .news_title b {
	font-weight: bold;
	font-size: 30px;
	line-height: 1.4;
	display: block;
	float: left;
	width: 85%;
	color: #444;
}

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

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

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

.news_detail .news_title p {
	font-size: 14px;
	line-height: 1.85714286;
	display: block;
	float: right;
	width: 15%;
	margin-top: 15px;
	text-align: right;
	color: #666;
}

@media (max-width: 1199px) {
	.news_detail .news_title p {
		float: none;
		width: 100%;
		margin-top: 10px;
	}
}

.news_detail .info {
	margin-top: 40px;
}

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

.news_detail .info p {
	font-size: 14px;
	line-height: 1.85714286;
	color: #666;
}

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

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

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

.news_detail .news_page .item a {
	font-size: 16px;
	line-height: 2.25;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #666;
}

.news_detail .news_page .item a:before {
	font-family: 'iconfont' !important;
	font-size: 24px;
	font-style: normal;
	line-height: 36px;
	display: inline-block;
	width: 36px;
	height: 36px;
	margin-right: 20px;
	content: '\e728';
	-webkit-transition: all .35s;
	transition: all .35s;
	text-align: center;
	vertical-align: bottom;
	color: #666;
	border: solid 1px #666;
	border-radius: 6px;
	box-shadow: 0 0 40px 0 rgba(49, 49, 49, .13);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

@media (max-width: 991px) {
	.news_detail .news_page .item a:before {
		font-size: 18px;
		line-height: 30px;
		width: 30px;
		height: 30px;
		margin-right: 10px;
		vertical-align: top;
	}
}

.news_detail .news_page .item:hover a {
	color: #033985;
}

.news_detail .news_page .item:hover a:before {
	color: #fff;
	border: solid 1px #033985;
	background-color: #033985;
}

@media (max-width: 991px) {
	.news_detail .news_page .item.next {
		margin-top: 10px;
	}
}

.news_detail .news_page .item.next a {
	text-align: right;
}

@media (max-width: 991px) {
	.news_detail .news_page .item.next a {
		text-align: left;
	}
}

.news_detail .news_page .item.next a:before {
	display: none;
}

@media (max-width: 991px) {
	.news_detail .news_page .item.next a:before {
		display: inline-block;
	}
}

.news_detail .news_page .item.next a:after {
	font-family: 'iconfont' !important;
	font-size: 24px;
	font-style: normal;
	line-height: 36px;
	display: inline-block;
	width: 36px;
	height: 36px;
	margin-right: 20px;
	margin-left: 20px;
	content: '\e729';
	-webkit-transition: all .35s;
	transition: all .35s;
	text-align: center;
	vertical-align: bottom;
	color: #666;
	border: solid 1px #666;
	border-radius: 6px;
	box-shadow: 0 0 40px 0 rgba(49, 49, 49, .13);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

@media (max-width: 991px) {
	.news_detail .news_page .item.next a:after {
		display: none;
	}
}

.news_detail .news_page .item.next:hover a:after {
	color: #fff;
	border: solid 1px #033985;
	background-color: #033985;
}

.product {
	background: url(../images/img/news_bg.jpg) no-repeat bottom;
	background-size: cover;
}

.product .page_nav {
	padding: 5px 10px;
	border-radius: 30px;
	background-color: #014a97;
}

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

.product .page_nav .scroll ul {
	position: relative;
	text-align: center;
	white-space: nowrap;
}

.product .page_nav .scroll ul li {
	display: inline-block;
}

.product .page_nav .scroll ul li a {
	font-weight: bold;
	font-size: 18px;
	line-height: 3.05555556;
	display: block;
	padding: 0 55px;
	-webkit-transition: all .35s;
	transition: all .35s;
	text-align: center;
	color: #fff;
	border-radius: 28px;
}

@media (max-width: 1199px) {
	.product .page_nav .scroll ul li a {
		line-height: 45px;
		padding: 0 40px;
	}
}

@media (max-width: 991px) {
	.product .page_nav .scroll ul li a {
		font-size: 16px;
		line-height: 45px;
		padding: 0 35px;
	}
}

@media (max-width: 480px) {
	.product .page_nav .scroll ul li a {
		font-size: 15px;
		line-height: 40px;
		padding: 0 25px;
	}
}

.product .page_nav .scroll ul li:hover a {
	color: #033985;
	background-color: #fff;
}

.product .page_nav .scroll ul .active a {
	color: #033985;
	background-color: #fff;
}

.product .product_content .list {
	margin-top: 60px;
}

@media (max-width: 1199px) {
	.product .product_content .list {
		margin-top: 50px;
	}
}

@media (max-width: 991px) {
	.product .product_content .list {
		margin-top: 40px;
	}
}

@media (max-width: 767px) {
	.product .product_content .list {
		margin-top: 30px;
	}
}

.product .product_content .list .item {
	position: relative;
	display: block;
	overflow: hidden;
	margin-bottom: 30px;
	border: 1px solid #014a97;
	border-radius: 30px;
	background-color: #fff;
}

.product .product_content .list .item:after {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	content: '';
	-webkit-transition: all .35s;
	transition: all .35s;
	opacity: 0;
	border: solid 4px #014a97;
	border-radius: 30px;
}

.product .product_content .list .item:hover:after {
	opacity: 1;
}

.product .product_content .list .item:hover .name {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.product .product_content .list .item:hover .name span {
	opacity: 1;
}

.product .product_content .list .item .pic .img-box {
	padding-bottom: 81.81818182%;
}

.product .product_content .list .item .name {
	padding-bottom: 15px;
	-webkit-transition: all .35s;
	transition: all .35s;
	-webkit-transform: translateY(20%);
	-ms-transform: translateY(20%);
	transform: translateY(20%);
	text-align: center;
}

.product .product_content .list .item .name p {
	font-weight: bold;
	font-size: 16px;
	line-height: 50px;
	overflow: hidden;
	padding: 0 20px;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #444;
}

.product .product_content .list .item .name span {
	display: block;
	width: 22px;
	height: 22px;
	margin: auto;
	-webkit-transition: all .35s;
	transition: all .35s;
	opacity: 0;
	border: 1px solid #444;
	border-radius: 50%;
}

.product .product_content .list .item .name span:before {
	font-family: 'iconfont' !important;
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
	line-height: 20px;
	display: block;
	content: '\e729';
	text-align: center;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.product .product_content .page {
	margin-top: 50px;
}

@media (max-width: 1199px) {
	.product .product_content .page {
		margin-top: 30px;
	}
}

@media (max-width: 991px) {
	.product .product_content .page {
		margin-top: 20px;
	}
}

@media (max-width: 480px) {
	.product .product_content .page {
		margin-top: 10px;
	}
}

.product_details .product_box {
	font-size: 0;
	margin-top: 60px;
}

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

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

@media (max-width: 767px) {
	.product_details .product_box {
		margin-top: 30px;
	}
}

.product_details .product_box .item {
	overflow: hidden;
	border: solid 1px #014a97;
	border-radius: 30px;
}

.product_details .product_box .item .img-box {
	padding-bottom: 81.81818182%;
	border-radius: 30px;
}

@media (max-width: 991px) {
	.product_details .product_box .rig {
		margin-top: 20px;
	}
}

.product_details .product_box .rig .slider-nav .slick-list {
	margin: 0 -15px;
}

.product_details .product_box .rig .slider-nav .slick-list .slick-slide {
	padding: 0 15px;
}

.product_details .product_box .rig .prod_info {
	margin-top: 30px;
}

@media (max-width: 1199px) {
	.product_details .product_box .rig .prod_info {
		margin-top: 20px;
	}
}

.product_details .product_box .rig .prod_info .pro_title h1 {
	font-weight: bold;
	font-size: 24px;
	line-height: 1;
	display: block;
	margin: 0;
	color: #333;
}

@media (max-width: 991px) {
	.product_details .product_box .rig .prod_info .pro_title h1 {
		font-size: 22px;
	}
}

@media (max-width: 767px) {
	.product_details .product_box .rig .prod_info .pro_title h1 {
		font-size: 20px;
	}
}

.product_details .product_box .rig .prod_info .txt {
	margin-top: 15px;
}

.product_details .product_box .rig .prod_info .txt p {
	font-size: 16px;
	line-height: 1.875;
	color: #999;
}

@media (max-width: 767px) {
	.product_details .product_box .rig .prod_info .txt p {
		font-size: 15px;
		line-height: 1.73333333;
	}
}

.product_details .product_box .rig .prod_info .share_box {
	margin-top: 30px;
}

@media (max-width: 1199px) {
	.product_details .product_box .rig .prod_info .share_box {
		margin-top: 20px;
	}
}

.product_details .product_box .rig .prod_info .share_box span {
	font-weight: bold;
	font-size: 18px;
	line-height: 1;
	display: inline-block;
	vertical-align: middle;
	color: #333;
}

.product_details .product_box .rig .prod_info .share_box .share_tool {
	display: inline-block;
	margin-left: 15px;
	vertical-align: middle;
}

.product_details .product_box .rig .prod_info .prod_btn {
	margin-top: 60px;
}

@media (max-width: 1469px) {
	.product_details .product_box .rig .prod_info .prod_btn {
		margin-top: 30px;
	}
}

@media (max-width: 1199px) {
	.product_details .product_box .rig .prod_info .prod_btn {
		margin-top: 20px;
	}
}

.product_details .product_box .rig .prod_info .prod_btn .download_btn {
	width: 30%;
}

@media (max-width: 1199px) {
	.product_details .product_box .rig .prod_info .prod_btn .download_btn {
		float: none;
		width: 100%;
	}
}

.product_details .product_box .rig .prod_info .prod_btn .download_btn a {
	font-weight: bold;
	font-size: 16px;
	line-height: 2.125;
	display: block;
	width: 150px;
	-webkit-transition: all .35s;
	transition: all .35s;
	text-align: center;
	color: #fff;
	border-radius: 16px;
	background-color: #014a97;
}

.product_details .product_box .rig .prod_info .prod_btn .download_btn a:hover {
	opacity: .85;
}

.product_details .product_box .rig .prod_info .prod_btn .download_btn a:after {
	font-family: 'iconfont' !important;
	font-style: normal;
	display: inline-block;
	margin-left: 15px;
	content: '\e667';
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.product_details .product_box .rig .prod_info .prod_btn .pro_arrow {
	width: 70%;
}

@media (max-width: 1199px) {
	.product_details .product_box .rig .prod_info .prod_btn .pro_arrow {
		float: none;
		width: 100%;
		margin-top: 20px;
	}
}

.product_details .product_box .rig .prod_info .prod_btn .pro_arrow .item_a a {
	font-weight: bold;
	font-size: 16px;
	line-height: 1.875;
	display: block;
	-webkit-transition: all .35s;
	transition: all .35s;
	color: #666;
}

.product_details .product_box .rig .prod_info .prod_btn .pro_arrow .item_a a:before {
	font-family: 'iconfont' !important;
	font-size: 26px;
	font-style: normal;
	line-height: 1;
	display: inline-block;
	margin-right: 10px;
	content: '\e63b';
	vertical-align: sub;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.product_details .product_box .rig .prod_info .prod_btn .pro_arrow .item_a:hover a {
	color: #014a97;
}

.product_details .product_box .rig .prod_info .prod_btn .pro_arrow .next a:before {
	display: none;
}

.product_details .product_box .rig .prod_info .prod_btn .pro_arrow .next a:after {
	font-family: 'iconfont' !important;
	font-size: 26px;
	font-style: normal;
	line-height: 1;
	display: inline-block;
	margin-left: 10px;
	content: '\e63d';
	vertical-align: sub;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.product_details .product_box .rig .prod_info .prod_inq{
	margin-top: 30px;
}

.product_details .product_box .rig .prod_info .prod_inq p {
	font-size: 16px;
	line-height: 1.75;
	color: #666;
	margin-bottom: 20px;
}

.product_details .product_box .rig .prod_info .prod_inq p a{
	color: #033985;
}

.product_details .product_box .rig .prod_info .prod_inq #inquiry_btn {
	font-size: 16px;
	line-height: 2.6;
	display: block;
	width: 160px;
	cursor: pointer;
	-webkit-transition: all .35s;
	transition: all .35s;
	text-align: center;
	color: #fff;
	background-color: #033985;
}

.product_details .info_title {
	margin-top: 80px;
}

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

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

.product_details .info_title b {
	font-weight: bold;
	font-size: 36px;
	line-height: 1;
	display: block;
	color: #333;
}

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

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

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

.product_details .product_info .text {
	margin-top: 20px;
}

@media (max-width: 480px) {
	.product_details .product_info .text {
		margin-top: 15px;
	}
}

.product_details .product_info .text p {
	font-size: 16px;
	line-height: 1.75;
	color: #666;
}

.product_details .inquire_form .form_ipt p {
	font-size: 14px;
	line-height: 2;
	padding: 10px 0 15px 0;
	color: #888;
}

@media (max-width: 480px) {
	.product_details .inquire_form .form_ipt p {
		font-size: 14px;
		line-height: 1.42857143;
	}
}

.product_details .inquire_form .form_ipt ul li {
	margin-bottom: 14px;
}

@media (max-width: 480px) {
	.product_details .inquire_form .form_ipt ul li {
		margin-bottom: 10px;
	}
}

.product_details .inquire_form .form_ipt ul li:last-child {
	margin-bottom: 0;
}

.product_details .inquire_form .form_ipt ul li:first-child input {
	color: #333;
	background-color: #e5e5e5;
}

.product_details .inquire_form .form_ipt ul li p {
	font-size: 16px;
	line-height: 1;
	margin-top: 5px;
	padding: 0;
	color: #333;
}

@media (max-width: 480px) {
	.product_details .inquire_form .form_ipt ul li p {
		font-size: 14px;
	}
}

.product_details .inquire_form .form_ipt ul li input,
.product_details .inquire_form .form_ipt ul li textarea {
	font-size: 16px;
	line-height: 50px;
	display: block;
	width: 100%;
	height: 50px;
	padding: 0 20px;
	color: #000;
	border: none;
	background-color: #eee;
}

@media (max-width: 480px) {
	.product_details .inquire_form .form_ipt ul li input,
	.product_details .inquire_form .form_ipt ul li textarea {
		font-size: 15px;
	}
}

.product_details .inquire_form .form_ipt ul li textarea {
	line-height: 28px;
	min-height: 240px;
	padding: 10px 20px;
}

@media (max-width: 480px) {
	.product_details .inquire_form .form_ipt ul li textarea {
		min-height: 160px;
	}
}

.product_details .inquire_form .form_ipt ul li input::-webkit-input-placeholder,
.product_details .inquire_form .form_ipt ul li textarea::-webkit-input-placeholder {
	color: #333;
}

.product_details .inquire_form .form_ipt ul li input:-o-placeholder,
.product_details .inquire_form .form_ipt ul li textarea:-o-placeholder {
	color: #333;
}

.product_details .inquire_form .form_ipt ul li input::-moz-placeholder,
.product_details .inquire_form .form_ipt ul li textarea::-moz-placeholder {
	color: #333;
}

.product_details .inquire_form .form_ipt ul li input:-ms-input-placeholder,
.product_details .inquire_form .form_ipt ul li textarea:-ms-input-placeholder {
	color: #333;
}

.product_details .inquire_form .form_ipt ul li input:focus::-webkit-input-placeholder,
.product_details .inquire_form .form_ipt ul li textarea:focus::-webkit-input-placeholder {
	color: #999;
}

.product_details .inquire_form .form_ipt ul li input:focus::-o-placeholder,
.product_details .inquire_form .form_ipt ul li textarea:focus::-o-placeholder {
	color: #999;
}

.product_details .inquire_form .form_ipt ul li input:focus::-moz-placeholder,
.product_details .inquire_form .form_ipt ul li textarea:focus::-moz-placeholder {
	color: #999;
}

.product_details .inquire_form .form_ipt ul li input:focus::-ms-input-placeholder,
.product_details .inquire_form .form_ipt ul li textarea:focus::-ms-input-placeholder {
	color: #999;
}

.product_details .inquire_form .form_ipt ul li button {
	font-size: 14px;
	line-height: 3.21428571;
	display: block;
	width: 160px;
	margin: auto;
	margin-top: 15px;
	-webkit-transition: all .35s;
	transition: all .35s;
	text-align: center;
	color: #fff;
	border-radius: 10px;
	background-color: #014a97;
}

@media (max-width: 480px) {
	.product_details .inquire_form .form_ipt ul li button {
		line-height: 2.85714286;
		width: 150px;
	}
}

.product_details .inquire_form .form_ipt ul li button:hover {
	opacity: .8;
}

.manufacture .item_img {
	display: block;
	overflow: hidden;
	margin-bottom: 30px;
	border-radius: 30px;
}

.manufacture .item_img .img-box {
	padding-bottom: 75.55555556%;
}

.quality_wrap {
	background: url(../images/img/news_bg.jpg) no-repeat bottom;
	background-size: cover;
}

.quality_wrap .title {
	text-align: center;
}

.quality_wrap .title b {
	padding-top: 15px;
}

.quality_wrap .title b:before {
	display: inline-block;
	width: 23px;
	height: 23px;
	margin-top: -12px;
	margin-right: -5px;
	content: '';
	vertical-align: top;
	border-top: 4px solid #ff5400;
	border-left: 4px solid #ff5400;
}

@media (max-width: 991px) {
	.quality_wrap .title b:before {
		width: 20px;
		height: 20px;
	}
}

.quality_wrap .info {
	margin-top: 60px;
}

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

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

.quality_wrap .info b {
	font-weight: bold;
	font-size: 22px;
	line-height: 1;
	display: block;
	margin-bottom: 10px;
	color: #444;
}

.quality_wrap .info b:before {
	display: inline-block;
	width: 3px;
	height: 16px;
	margin-right: 10px;
	content: '';
	background-color: #ff5400;
}

.quality_wrap .info p {
	font-size: 14px;
	line-height: 1.85714286;
	color: #666;
}

.quality_wrap .note {
	margin-top: 35px;
}

.quality_wrap .note b {
	font-weight: bold;
	font-size: 14px;
	line-height: 1;
	display: block;
	margin-bottom: 10px;
	color: #444;
}

.quality_wrap .note p {
	font-size: 14px;
	line-height: 1.85714286;
	color: #666;
}

.quality_wrap .note .list {
	margin-top: 20px;
}

@media (max-width: 991px) {
	.quality_wrap .note .list .pic {
		margin-bottom: 20px;
	}
}

.quality_wrap .note .list .pic .img-box {
	padding-bottom: 75.55555556%;
}

.quality_wrap .note .list_honor {
	margin-top: 20px;
}

.quality_wrap .note .list_honor ul {
	margin: 0 -15px;
}

.quality_wrap .note .list_honor ul li {
	float: left;
	padding: 0 15px;
}

@media (max-width: 991px) {
	.quality_wrap .note .list_honor ul li {
		width: 33.333% !important;
	}
}

@media (max-width: 480px) {
	.quality_wrap .note .list_honor ul li {
		width: 50% !important;
	}
}

.quality_wrap .note .list_honor ul li:first-child {
	width: 31.25%;
}

.quality_wrap .note .list_honor ul li:first-child .img-box {
	padding-bottom: 72.22222222%;
}

.quality_wrap .note .list_honor ul li:nth-child(2) {
	width: 22.57%;
}

.quality_wrap .note .list_honor ul li:nth-child(2) .img-box {
	padding-bottom: 103.17460317%;
}

.quality_wrap .note .list_honor ul li:nth-child(3) {
	width: 16.667%;
}

.quality_wrap .note .list_honor ul li:nth-child(3) .img-box {
	padding-bottom: 144.44444444%;
}

.contact {
	background: url(../images/img/news_bg.jpg) no-repeat bottom;
	background-size: cover;
}

.contact .contact_main .title b {
	color: #444;
}

.contact .contact_main .title b:after {
	background-color: #033985;
}

.contact .contact_main .list {
	padding: 40px 0;
}

@media (max-width: 991px) {
	.contact .contact_main .list {
		padding: 30px 0 10px 0;
	}
}

.contact .contact_main .list ul li:first-child p {
	line-height: 1.375;
}

@media (max-width: 530px) {
	.contact .contact_main .list ul li:first-child p {
		line-height: 1.375 !important;
	}
}

@media (max-width: 1469px) {
	.contact .contact_main .list ul li:nth-child(2) p {
		line-height: 1.375;
	}
}

@media (max-width: 1469px) and (max-width: 370px) {
	.contact .contact_main .list ul li:nth-child(2) p {
		line-height: 1.375 !important;
	}
}

.contact .contact_main .list ul li:nth-child(3) {
	padding-left: 60px;
}

@media (max-width: 1469px) {
	.contact .contact_main .list ul li:nth-child(3) {
		padding: 0 15px;
	}
}

.contact .contact_main .list ul li:nth-child(3) .item p {
	line-height: 24px;
}

@media (max-width: 1199px) {
	.contact .contact_main .list ul li:nth-child(3) .item p {
		line-height: 24px !important;
	}
}

.contact .contact_main .list .item {
	position: relative;
	padding-left: 65px;
}

@media (max-width: 991px) {
	.contact .contact_main .list .item {
		margin-bottom: 20px;
	}
}

.contact .contact_main .list .item:before {
	font-family: 'iconfont' !important;
	font-size: 28px;
	font-style: normal;
	line-height: 48px;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 48px;
	height: 48px;
	content: '\e603';
	text-align: center;
	color: #fff;
	border-radius: 16px;
	background-color: #014a97;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.contact .contact_main .list .item p {
	font-size: 16px;
	line-height: 3;
	color: #444;
}

@media (max-width: 1469px) {
	.contact .contact_main .list .item p {
		word-break: break-word;
	}
}

@media (max-width: 1199px) {
	.contact .contact_main .list .item p {
		line-height: 1.375;
	}
}

@media (max-width: 991px) {
	.contact .contact_main .list .item p {
		line-height: 3 !important;
	}
}

.contact .contact_main .list .item p a:hover {
	text-decoration: underline !important;
	color: #033985;
}

.contact .contact_main .list .email:before {
	font-size: 30px;
	content: '\e632';
}

.contact .contact_main .list .tel:before {
	font-size: 24px;
	content: '\e608';
}

.contact .contact_main .list .fax:before {
	content: '\e620';
}

.contact .message_box .info p {
	font-size: 14px;
	line-height: 2.14285714;
	color: #888;
}

@media (max-width: 991px) {
	.contact .message_box .info p {
		line-height: 1.57142857;
	}
}

.contact .message_box .message_form {
	margin-top: 30px;
}

@media (max-width: 991px) {
	.contact .message_box .message_form {
		margin-top: 30px;
	}
}

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

@media (max-width: 1199px) {
	.contact .message_box .message_form ul li {
		margin-bottom: 20px;
	}
}

@media (max-width: 991px) {
	.contact .message_box .message_form ul li {
		margin-bottom: 15px;
	}
}

@media (max-width: 480px) {
	.contact .message_box .message_form ul li {
		margin-bottom: 10px;
	}
}

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

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

@media (max-width: 991px) {
	.contact .message_box .message_form ul li textarea {
		min-height: 220px;
	}
}

@media (max-width: 480px) {
	.contact .message_box .message_form ul li textarea {
		min-height: 160px;
	}
}

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

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

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

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

.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-weight: bold;
	font-size: 14px;
	line-height: 3.21428571;
	display: block;
	width: 160px;
	margin: auto;
	margin-top: 10px;
	-webkit-transition: all .35s;
	transition: all .35s;
	text-align: center;
	color: #fff;
	border-radius: 16px;
	background-color: #014a97;
}

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

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

.contact .message_box .map .map-content {
	height: 550px;
	margin-top: 30px;
}

@media (max-width: 991px) {
	.contact .message_box .map .map-content {
		height: 300px;
		margin-top: 20px;
	}
}

.note .list ul li {
	width: 33.3333333%;
	float: left;
	padding-right: 15px;
	padding-left: 15px;
}