﻿.header {
	position: sticky;
}

.route {
	position: relative;
	width: 100%;
	min-width: 1300px;
	height: 60px;
	z-index: 10;
	overflow: hidden;
	background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.2))), -webkit-gradient(linear, left top, right top, from(rgba(91, 30, 30, 0.9)), color-stop(49%, rgba(242, 75, 20, 0.9)), to(rgba(0, 103, 176, 0.9)));
	background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.2)), linear-gradient(90deg, rgba(91, 30, 30, 0.9), rgba(242, 75, 20, 0.9) 49%, rgba(0, 103, 176, 0.9));
	opacity: 0.9;
}

.route .route-box {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-end;
	width: 1300px;
	height: 100%;
	margin: 0 auto;
}

.route .route-box .route-box-r1 {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	align-items: center;
	width: 300px;
	height: 60px;
	flex-shrink: 0;
}

.route .route-box .route-box-r1 .route-r1-a {
	display: block;
	width: 120px;
	height: 38px;
	line-height: 38px;
	border-radius: 38px;
	text-align: center;
	font-size: 16px;
	color: #303030;
	background-color: #FFF;
	position: relative;
	*zoom: 1;
}

/* .index-r5 .index-r5-box .r5-box-c2 .r5-c2-btn {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	padding: 10px 40px;
	text-decoration: none;
	position: relative;
	color: #FF5500;
} */

.route .route-box .route-box-r1 .btn12 {
	/* border: 2px solid #FF5500; */
	position: relative;
	color: #FF5500;
	overflow: hidden;
	-webkit-transition: all .6s;
	transition: all .6s;
}

.route .route-box .route-box-r1 .btn12:hover {
	color: #fff;
	/* border-color: #FF5500; */
}

.route .route-box .route-box-r1 .btn12 .bgsqr1,
.route .route-box .route-box-r1 .btn12 .bgsqr2 {
	background: #FF5500;
	position: absolute;
	top: 50%;
	top: 0\9;
	content: '';
	width: 20px;
	height: 20px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition: all 0.6s;
	transition: all 0.6s;
	opacity: 0.5;
}

.route .route-box .route-box-r1 .btn12 .bgsqr1 {
	left: -20px;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.route .route-box .route-box-r1 .btn12 .bgsqr2 {
	right: -20px;
	-webkit-transform: translate(50%, -50%);
	transform: translate(50%, -50%);
}

.route .route-box .route-box-r1 .btn12:hover .bgsqr1 {
	-webkit-animation: criss-cross-left .8s both;
	animation: criss-cross-left .8s both;
	width: 375px\9;
	height: 375px\9;
	opacity: 1;
}

.route .route-box .route-box-r1 .btn12:hover .bgsqr2 {
	-webkit-animation: criss-cross-right .8s both;
	animation: criss-cross-right .8s both;
	width: 375px\9;
	height: 375px\9;
	opacity: 1;
}

.route .route-box .route-box-r1 .btn12 span {
	position: relative;
	z-index: 1;
}

@-webkit-keyframes criss-cross-left {
	0% {
		left: -20px
	}

	50% {
		left: 50%;
		width: 20px;
		height: 20px;
	}

	100% {
		left: 50%;
		width: 375px;
		height: 375px;
	}
}

@keyframes criss-cross-left {
	0% {
		left: -20px
	}

	50% {
		left: 50%;
		width: 20px;
		height: 20px;
	}

	100% {
		left: 50%;
		width: 375px;
		height: 375px;
	}
}

@-webkit-keyframes criss-cross-right {
	0% {
		right: -20px
	}

	50% {
		right: 50%;
		width: 20px;
		height: 20px;
	}

	100% {
		right: 50%;
		width: 375px;
		height: 375px;
	}
}

@keyframes criss-cross-right {
	0% {
		right: -20px
	}

	50% {
		right: 50%;
		width: 20px;
		height: 20px;
	}

	100% {
		right: 50%;
		width: 375px;
		height: 375px;
	}
}

.route .route-box .route-box-r2 {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
	height: 60px;
}

.route .route-box .route-box-r2 a {
	display: block;
	height: 60px;
	line-height: 60px;
	font-size: 14px;
	color: #FFF;
}

.route .route-box .route-box-r2 span {
	padding: 0 10px;
	color: #FFF;
	font-size: 12px;
}

.route .route-box .route-box-r2 span:first-child {
	padding-left: 0;
}

.route .route-box .route-box-r2 .route-r2-a1 {
	padding-left: 30px;
	background: url(../images/prod-pic-1.png) left 15px no-repeat;
	background-size: 22px 22px;
}

.news-r1 {
	display: table;
	width: 100%;
	min-width: 1300px;
	max-width: 1920px;
	height: auto;
	margin: 0 auto;
	background: rgba(217, 235, 241, 1);
}

.news-r1 .news-r1-box {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	width: 1200px;
	height: auto;
	margin: 0 auto;
}

.news-r1 .news-r1-box .r1-box-box {
	display: table-cell;
	max-width: 1000px;
	min-width: 800px;
}

.news-r1 .news-r1-box h2 {
	width: 100%;
	font-size: 30px;
	color: #303030;
	text-align: center;
	font-weight: bold;
	font-family: "Microsoft YaHei";
	text-shadow: 1px 1px 1px #FFF;
}

.news-r1 .news-r1-box p {
	font-size: 1em;
	color: #646566;
	text-align: right;
}

.news-r1 .news-r1-dox {
	position: relative;
	width: 1200px;
	height: auto;
	margin: 0 auto;
	padding-top: 100px;
}

.news-r1 .news-r1-dox h3 {
	width: 100%;
	font-size: 20px;
	color: #303030;
	font-weight: bold;
	font-family: "Microsoft YaHei";
	margin-bottom: 20px;
}

.news-r1 .news-r1-dox p {
	color: #666;
	font-size: 1em;
	text-indent: 2em;
	line-height: 1.9em;
	word-break: break-word;
	overflow-wrap: break-word;
	font-family: "Microsoft YaHei";
}

.news-r2 {
	display: table;
	width: 100%;
	min-width: 1300px;
	max-width: 1920px;
	height: auto;
	margin: 0 auto;
	background: rgba(217, 235, 241, 1);
}

.news-r2 .news-r2-dox {
	position: relative;
	width: 1200px;
	height: auto;
	margin: 0 auto;
}

.news-r2 .news-r2-dox h3 {
	width: 100%;
	font-size: 20px;
	color: #303030;
	font-weight: bold;
	font-family: "Microsoft YaHei";
	margin-bottom: 20px;
}

.news-r2 .news-r2-box {
	width: 1200px;
	height: auto;
	margin: 0 auto;
}

.news-r2 .news-r2-box p {
	width: 100%;
	color: #666;
	font-size: 1em;
	text-indent: 2em;
	line-height: 1.9em;
	word-break: break-word;
	overflow-wrap: break-word;
	font-family: "Microsoft YaHei";
	margin-bottom: 20px;
}

@media (min-width: 992px) {

	.news-r2 .news-r2-box p {
		font-size: 16px;
	}
}

@media (min-width: 1440px) {

	.news-r2 .news-r2-box p {
		font-size: 17px;
	}
}

@media (min-width: 1680px) {

	.news-r2 .news-r2-box p {
		font-size: 18px;
	}
}

.news-r3 {
	display: table;
	width: 100%;
	min-width: 1300px;
	max-width: 1920px;
	height: auto;
	margin: 0 auto;
	background: rgba(217, 235, 241, 1);
}

.news-r3 .news-r3-box {
	position: relative;
	width: 1300px;
	height: auto;
	margin: 0 auto;
}

.news-r3 .news-r3-box .r3-box-c1 {
	width: 100%;
}

.news-r3 .news-r3-box .r3-box-c1 h3 {
	position: relative;
	width: 100%;
	height: 100px;
	line-height: 100px;
	text-align: center;
	color: #303030;
	font-size: 28px;
	font-weight: bold;
}

.news-r3 .news-r3-box .r3-box-c1 h3::after {
	position: absolute;
	left: 50%;
	bottom: 0;
	z-index: 1;
	content: '';
	width: 100px;
	height: 3px;
	margin-left: -50px;
	background-color: #2b85e4;
}

.news-r3 .news-r3-box .r3-box-c2 {
	display: table;
	width: 1300px;
	height: auto;
	margin: 0 auto;
	position: relative;
}

.news-r3 .news-r3-box .r3-box-c2 .news-box-box {
	float: left;
	display: inline-block;
	width: 310px;
	height: auto;
	margin: 0 10px 20px;
	overflow: hidden;
	position: relative;
}

.news-r3 .news-r3-box .r3-box-c2 .news-box-box:nth-of-type(4n+1) {
	margin-left: 0;
}

.news-r3 .news-r3-box .r3-box-c2 .news-box-box:nth-of-type(4n+4) {
	margin-right: 0;
}

.news-r3 .news-r3-box .r3-box-c2 .news-box-box .news-box-r {
	position: absolute;
	bottom: 0;
	left: 0;
	content: '';
	z-index: 1;
	width: 0;
	height: 2px;
	background-color: #3971f6;
}

.news-r3 .news-r3-box .r3-box-c2 .news-box-box .news-box-r1 {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 310px;
	height: 233px;
	overflow: hidden;
	background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
}

.news-r3 .news-r3-box .r3-box-c2 .news-box-box .news-box-r1::after {
	position: absolute;
	top: 5px;
	left: -260px;
	z-index: 1;
	width: 400px;
	height: 320px;
	content: '';
	transform: rotate(-20deg);
	background-color: #3971f6;
}

.news-r3 .news-r3-box .r3-box-c2 .news-box-box .news-box-r1::before {
	position: absolute;
	top: 0;
	right: -0;
	z-index: 1;
	width: 50px;
	height: 233px;
	content: '';
	border-top: 3px solid #3971f6;
	border-right: 3px solid #3971f6;
	border-bottom: 3px solid #3971f6;
}

.news-r3 .news-r3-box .r3-box-c2 .news-box-box .news-box-r1 .news-img-box {
	position: relative;
	z-index: 2;
	width: 280px;
	height: 210px;
	overflow: hidden;
	background-color: #fff;
}

.news-r3 .news-r3-box .r3-box-c2 .news-box-box .news-box-r1 .news-img-box .news-img-img {
	position: relative;
	z-index: 3;
	width: 280px;
	height: 210px;
	transition: all 1s ease 0s;
}

.news-r3 .news-r3-box .r3-box-c2 .news-box-box:hover .news-box-r1 .news-img-box .news-img-img {
	position: relative;
	overflow: hidden;
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
}

.news-r3 .news-r3-box .r3-box-c2 .news-box-box .news-box-r2 {
	width: 100%;
	height: auto;
	padding: 30px 10px 0;
	overflow: hidden;
	background: rgba(255, 255, 255, .8);
}

.news-r3 .news-r3-box .r3-box-c2 .news-box-box .news-box-r2 .r2-box-box {
	display: block;
	width: 100%;
	height: 100%;
}

.news-r3 .news-r3-box .r3-box-c2 .news-box-box .news-box-r2 .r2-box-box .r2-box-h2 {
	height: 40px;
	font-size: 14px;
	color: #303030;
	margin-bottom: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

/* .news-r3 .news-r3-box .r3-box-c2 .news-box-box .news-box-r2 .r2-box-box .r2-box-p {
	height: 50px;
	font-size: 12px;
	color: #646566;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}
 */
.news-r3 .news-r3-box .r3-box-c2 .news-box-box .news-box-r3 {
	width: 100%;
	height: auto;
	padding: 0 10px 20px;
	overflow: hidden;
	font-size: 12px;
	color: #646566;
	text-align: right;
	background: rgba(255, 255, 255, .8);
}
