@font-face {
	font-family: TriviaSerifRegular-Italic;
	src: url("../fonts/TriviaSerifRegular-Italic.woff2") format("woff2"), url("../fonts/TriviaSerifRegular-Italic.woff") format("woff"), url("../fonts/TriviaSerifRegular-Italic.ttf") format("truetype"), url("../fonts/TriviaSerifRegular-Italic.eot") format("embedded-opentype"), url("../fonts/TriviaSerifRegular-Italic.svg") format("svg");
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: icomoon;
	src: url("../fonts/icomoon.woff2") format("woff2"), url("../fonts/icomoon.woff") format("woff"), url("../fonts/icomoon.ttf") format("truetype"), url("../fonts/icomoon.eot") format("embedded-opentype"), url("../fonts/icomoon.svg") format("svg");
	font-weight: normal;
	font-style: normal;
}
.prod7_img video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.prod_ttop {
	background: #e0e0e0;
	text-align: center;
}
.prod_ttop li {
	float: left;
}
.prod_ttop ul {
	display: inline-block;
}
.prod_ttop li a {
	line-height: 60px;
	padding: 0 25px;
	font-size: 20px;
}
.prod_ttop li.active a {
	color: #0b3380;
	font-weight: 600;
}
.prod_bottom {
	display: none;
}
.prod6_pic img:first-child {
	position: relative;
	top: 0;
	left: 0
}
.prod6_pic img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.prod6_pic {
	width: 50%;
	margin-left: 25%;
	position: relative;
}
.news1_img {
	padding-bottom: 35vh;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
} /**newsdot**/
.main_cot {
	padding: 0px 0 0;
}
.newsdot {
	padding: 50px 0 120px;
}
.newsd_left {
	width: 61%;
	float: left;
}
.newsd_right {
	float: right;
	width: 38%;
}
.newsd_cot {
	width: 90%;
	margin: 0 auto;
}
.newsd_cot h3 {
	color: #333;
	margin: 0;
	line-height: 34px;
	margin: 5px 0;
}
.newsd_cot h4 {
	font-size: 14px;
	margin: 0;
	line-height: 26px;
	color: #aaa;
	font-family: Source Han Serif SC;
}
.newsd_wz {
	margin: 20px 0 10px;
}
.newsd_wz p {
	font-size: 15px;
	line-height: 26px;
	color: #666;
}
.newsd_wz img {
	max-width: 100%;
	display: block;
	margin: 0 auto;
}
.newsd_prev {
	width: 50%;
	float: left;
	padding: 0 10%;
}
.newsd_next {
	width: 50%;
	float: left;
	padding: 0 10%;
}
.newsd_page {
	margin-top: 60px;
	font-size: 16px;
	margin-bottom: 60px;
}
.newsd_page a span {
	width: 100px;
	display: inline-block;
	margin-left: 10px;
	position: relative;
	right: 0;
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
}
.newsd_prev:hover a, .newsd_next:hover a {
	color: #0b3380;
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
}
.newsd_prev:hover a span:before, .newsd_next:hover a span:before {
	background: #0b3380;
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
}
.newsd_prev:hover a span:after {
	border-right: #0b3380 5px solid;
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
}
.newsd_next:hover a span:after {
	border-left: #0b3380 5px solid;
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
}
.newsd_page:after {
	content: '';
	display: table;
	clear: both;
}
.newsd_page a span:before {
	width: 100%;
	content: '';
	height: 1px;
	background: #888;
	display: inline-block;
	position: relative;
	top: -5px;
}
.newsd_page a span:after {
	content: '';
	border-left: solid 5px #888;
	border-top: solid 5px transparent;
	border-bottom: solid 5px transparent;
	display: block;
	position: absolute;
	right: -1px;
	margin-top: -10px;
}
.newsd_prev a span:after {
	right: auto;
	left: -1px;
	border-right: solid 5px #888;
	border-left: 0;
}
.newsd_page a {
} /**news**/
.news_sec1 {
	background: #f0f0f0;
	padding: 140px 0 100px;
}
.news1_tit {
	margin-bottom: 70px;
	position: relative;
}
.news1_tit h3 {
	margin: 0;
	font-size: 36px;
	letter-spacing: 1px;
	line-height: 39px;
	text-transform: capitalize;
	color: #333;
	position: relative;
}
.news1_tit h3:before {
	content: '';
	position: absolute;
	left: -36px;
	height: 2px;
	width: 22px;
	background: #333;
	top: 50%;
	margin-top: -1px;
}
.news1_titR {
	padding: 0;
	font-size: 13px;
	line-height: 18px;
	border-bottom: 1px dotted #656565;
	padding-bottom: 6px;
	float: right;
}
.news_sec1 .news1_titR span {
	font-size: 18px;
	line-height: 30px;
	letter-spacing: 2px;
	color: #0088D7;
}
.news1_cot {
	margin-right: -8%;
	margin-left: -44px;
	margin-bottom: 40px;
}
.news1_cot:after {
	content: '';
	display: table;
	clear: both;
}
.news1_li {
	position: relative;
	float: left;
	padding: 0 8% 0 44px;
	width: 33.33%;
	margin-bottom: 60px;
}
.news1_liCot img {
	width: 100%;
}
.news1_li h5 {
	font-size: 13px;
	position: absolute;
	left: 0px;
	top: 0;
	margin-top: 20px;
	font-family: Source Han Serif SC;
	font-style: italic;
	color: #0088D7;
}
.news1_liText {
	padding: 20px 0;
}
.news1_liText h3 {
	font-size: 24px;
	color: #000;
	margin: 0 0 4px;
	line-height: 40px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.news1_liText p {
	font-size: 15px;
	line-height: 26px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	height: 52px;
	color: #888;
}
.new1_btn {
	position: relative;
	left: 0;
	width: 120px;
	animation: none;
	color: #0092CE;
	opacity: 1;
	transition: width .5s ease;
	text-align: right;
	font-family: Source Han Serif SC;
}
.new1_btn span {
	width: 120px;
	height: 1px;
	display: inline-block;
	background: #666;
	margin-top: -1px;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
}
.new1_btn span:after {
	content: '';
	border-left: solid 5px #666;
	border-top: solid 5px transparent;
	border-bottom: solid 5px transparent;
	display: inline-block;
	position: absolute;
	top: -5px;
	right: -1px;
}
.new1_btn:before {
	content: 'read more';
	text-align: left;
	font-family: Source Han Serif SC;
	font-size: 14px;
	line-height: 24px;
	text-transform: capitalize;
	position: absolute;
	top: 0;
	left: 0;
	transform: translateY(-50%);
	width: 0;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
}
.news1_li:hover .new1_btn span {
	width: 20px;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	background: #0092CE;
}
.news1_li:hover .new1_btn:before {
	width: 80px;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
}
.news1_li:hover .new1_btn span:after {
	content: '';
	border-left: solid 5px #0092CE;
	border-top: solid 5px transparent;
	border-bottom: solid 5px transparent;
	display: inline-block;
	position: absolute;
	top: -5px;
	right: -1px;
}
.news1_tit:after {
	content: '';
	display: table;
	clear: both;
}
.infor_box h3 {
	font-size: 40px;
	text-align: center;
	line-height: 40vh;
	height: 40vh;
	margin: 0
} /**about**/
.main_img {
	width: 100%;
	height: 70vh;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.about {
	background: #f0f0f0;
}
.about_box1 {
	padding: 60px 0 100px;
	padding-bottom: 120px;
}
.about1_left {
	float: left;
	width: 40%;
}
.about1_right {
	width: 60%;
	float: left;
	position: relative;
	right: -100%;
	opacity: 0;
	padding-top: 20px;
}
.ab1_tit h3 {
	font-size: 40px;
	margin: 0;
	line-height: 50px;
	font-weight: bold;
	color: #333;
}
.ab1_tit {
	margin-bottom: 60px;
}
.about1_cot {
	margin-top: 80px;
	position: relative;
}
.about1_cot:after {
	content: '';
	display: table;
	clear: both;
}
.about1_img img {
	width: 100%;
}
.about1_img {
	position: relative;
	left: -100%;
}
.about1_l_bg {
	padding-right: 60px;
	width: 90%;
	padding-top: 55px;
	overflow: hidden;
}
.about_box1 .container {
	position: relative;
}
.about1_bg {
	position: absolute;
	top: 0;
	left: -4%;
	width: 108%;
	height: 100%;
	background: url(../default/img/index/about1_bg.jpg) no-repeat center center;
	background-size: cover;
}
.about1_wz {
	width: 90%;
	margin: 0 auto 20px;
}
.about1_wz ul:after {
	content: '';
	display: table;
	clear: both;
}
.about1_wz li {
	width: 50%;
	float: left;
	padding: 0 20px;
}
.about1_wz ul {
	margin: 0 -20px;
}
.about1_wz h3 {
	font-size: 30px;
	line-height: 28px;
	letter-spacing: 1px;
	margin: 0;
	margin-bottom: 35px;
	color: #333;
	font-weight: 600;
}
.about1_wz p {
	font-size: 16px;
	line-height: 28px;
	color: #333;
}
.about1_tit {
	position: absolute;
	left: 20%;
	right: 20%;
	top: 0;
	transform: translateY(-50%);
}
.about1_year {
	font-family: Source Han Serif SC;
	font-size: 150px;
	line-height: 110px;
	display: inline-block;
	transform-origin: center center;
	transform: rotateY(0deg);
	transition: all 1s 0.3s ease;
}
.about1_year.into {
	transform: rotateY(360deg);
	transition: all 1s 0.3s ease;
}
.about1_tb img {
	width: 100%;
}
.about1_tb {
	bottom: -110px;
	height: 120px;
	left: 50%;
	margin-left: -20px;
	position: absolute;
	width: 120px;
}
.about1_name {
	font-size: 27px;
	line-height: 32px;
	letter-spacing: 0;
	display: inline-block;
	text-transform: uppercase;
	letter-spacing: -1px;
}
.about1_name:before {
	content: '';
	background-color: #000;
	height: 2px;
	margin-bottom: 4px;
	margin-left: 25px;
	margin-right: 30px;
	width: 145px;
	display: inline-block;
}
.ab1_tp {
	width: 90%;
	position: relative;
	transform: translateY(25%);
	margin: 0 auto;
}
.ab1_tp img {
	max-width: 100%;
}
.about4_img img {
	width: 100%;
}
.about_box4 {
	padding: 100px 0;
}
.about4_swiper {
	width: 120%;
	margin-left: -10%;
}
.about4_tit h2 {
	color: #000;
	font-size: 30px;
	line-height: 50px;
	font-weight: 600;
	text-transform: uppercase;
	margin: 0;
	font-family: 'Source Han Serif SC';
}
.about4_tit {
	margin-bottom: 60px;
}
.about4_list {
	padding-right: 75px; /*opacity: 0; filter: alpha(opacity=0); -moz-opacity: 0; -khmlt-opacity: 0; position: relative; top: 150px;*/
}
.about4_wz {
	text-align: right;
	margin-bottom: 20px;
	height: 80px;
	opacity: 0;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	-ms-transform: translateY(-15px);
	transform: translateY(-15px);
	width: 100%;
	transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
	-webkit-transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
	-moz-transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
	-ms-transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
	-o-transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}
.swiper-slide-active .about4_wz {
	opacity: 1;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-ms-transform: translateY(0);
	transform: translateY(0);
	width: 100%;
	transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
	-webkit-transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
	-moz-transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
	-ms-transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
	-o-transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}
.about4_wz h3 {
	font-size: 24px;
	font-family:Source Han Serif SC;
	color: #111;
	margin: 0 0 10px;
}
.about4_wz p {
	font-size: 18px;
	line-height: 28px;
	color: #666;
}
.about5_cot .about4_img img {
	transform: scale(0.8);
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-ms-transform: scale(0.8);
	-o-transform: scale(0.8);
	transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
	-webkit-transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
	-moz-transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
	-ms-transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
	-o-transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
	transform-origin: top center;
}
.about4_img {
	position: relative;
}
.about5_cot .swiper-slide-active .about4_img img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
	-webkit-transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
	-moz-transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
	-ms-transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
	-o-transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}
.about4_cot .swiper-slide-active .about4_img:after {
	opacity: 0;
	-ms-transform: scale(1);
	transform: scale(1);
	transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
	transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
	-webkit-transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
	-moz-transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
	-ms-transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
	-o-transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}
.about4_jl {
	width: 20px;
	position: absolute;
	top: 50%;
	left: calc(50% - 15.5%);
	z-index: 1;
	transform: translateY(-50%);
	height: 25px;
	width: 100px;
	text-align: center;
	cursor: pointer;
	padding-top: 10px;
}
.about4_jr {
	position: absolute;
	top: 50%;
	width: 20px;
	right: calc(50% - 9%);
	z-index: 1;
	transform: translate(50%, -50%);
	height: 25px;
	width: 100px;
	text-align: center;
	cursor: pointer;
}
.about4_cot {
	position: relative;
}
.about4_jr img, .about4_jl img {
	width: 15px;
}
.about4_jr:after {
	content: '';
	width: 60px;
	height: 1px;
	background: #666;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -30px;
}
.about4_jl:before {
	content: '';
	width: 60px;
	height: 1px;
	background: #333;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -30px;
}
.about_box5 {
	padding: 100px 0 70px;
}
.about2_top {
	width: 66%;
	margin-left: 17%;
	padding: 0;
	position: relative;
}
.about2_top_cot {
	position: relative;
	padding-left: 30px;
	margin-left: 11%;
	width: 60%;
	min-width: 580px;
}
.timeline li {
	width: 100%;
	display: inline-block;
	position: relative;
	cursor: pointer;
}
.about2_line {
	position: absolute;
	top: 0;
	left: -3px;
	width: 8px;
	bottom: 30px;
	display: block;
}
.timeline ul {
	position: absolute;
	top: -9px;
	left: 3%;
	width: 16%;
	white-space: nowrap;
	transition: left 0.4s linear;
	-webkit-transition: left 0.4s linear;
	-moz-transition: left 0.4s linear;
	-ms-transition: left 0.4s linear;
	-o-transition: left 0.4s linear;
	height: 0;
}
.about2_bottom {
	margin: 0 17%;
	position: relative;
}
.timeline:before {
	content: '';
	width: 100%;
	height: 2px;
	background-color: rgba(51, 51, 51, 0.5);
	display: inline-block;
}
.timeline_yuan {
	position: absolute;
	top: -3px;
	left: 50%;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	background-color: rgba(51, 51, 51, 0.4);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transform: scale3d(.5, .5, .5) translate3d(-50%, -50%, 0);
	transform: scale3d(.5, .5, .5) translate3d(-50%, -50%, 0);
	-webkit-transition: opacity 666ms cubic-bezier(.666, 0, .333, 1), -webkit-transform 666ms cubic-bezier(.666, 0, .333, 1);
	transition: opacity 666ms cubic-bezier(.666, 0, .333, 1), -webkit-transform 666ms cubic-bezier(.666, 0, .333, 1);
	transition: opacity 666ms cubic-bezier(.666, 0, .333, 1), transform 666ms cubic-bezier(.666, 0, .333, 1);
	transition: opacity 666ms cubic-bezier(.666, 0, .333, 1), transform 666ms cubic-bezier(.666, 0, .333, 1), -webkit-transform 666ms cubic-bezier(.666, 0, .333, 1);
}
.timeline_yuan span {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: #333;
	-webkit-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
}
.time_date {
	position: absolute;
	top: 20px;
	width: 100%;
	text-align: center;
}
.time_date h4 {
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #333;
}
.about2_jtl svg {
	position: absolute;
	top: 0;
	left: 0;
	width: 70px;
	height: 70px;
}
.about2_jtr svg {
	position: absolute;
	top: 0;
	right: 0;
	width: 70px;
	height: 70px;
}
rect.filler {
	fill: rgba(51, 51, 51, 0.4);
}
rect.border.stroker {
	fill: none;
	stroke: #333;
	stroke-width: 2;
}
polyline.stroker {
	fill: none;
	stroke: #333;
	stroke-width: 2;
}
.about2_jtl {
	position: absolute;
	top: -19px;
	left: -80px;
	cursor: pointer;
}
.about2_jtr {
	position: absolute;
	top: -19px;
	right: -80px;
	cursor: pointer;
}
.timeline {
	overflow: hidden;
	position: relative;
	padding: 15px 0 60px;
}
.about2_bottom:before {
	content: '';
	width: 100%;
	height: 2px;
	position: absolute;
	left: calc( -100% - 90px);
	top: 15px;
	background-color: rgba(51, 51, 51, 0.5);
}
.about2_bottom:after {
	content: '';
	width: 100%;
	height: 2px;
	position: absolute;
	right: calc( -100% - 90px);
	top: 15px;
	background-color: rgba(51, 51, 51, 0.5);
}
.about2_line:before {
	display: block;
	content: '';
	position: absolute;
	top: 20px;
	left: 3px;
	width: 2px;
	bottom: 0;
	background-color: rgba(51, 51, 51, 0.5);
}
.about2_line span {
	position: absolute;
	top: -2px;
	left: 0;
	width: 100%;
	height: 24px;
}
.about2_line span:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 6px;
	height: 6px;
	background-color: #333;
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transform: rotate(45deg) translate(-50%, -50%);
	transform: rotate(45deg) translate(-50%, -50%);
}
.about2_swiper {
	min-height: 272px;
}
.about2_wz p {
	color: #333;
	text-transform: uppercase;
	margin-bottom: 6px;
	font-size: 16px;
	line-height: 26px;
}
.timeline li.active .timeline_yuan {
	-webkit-transform: scale3d(1, 1, 1) translate3d(-50%, -50%, 0);
	transform: scale3d(1, 1, 1) translate3d(-50%, -50%, 0);
}
.about_box6 {
	max-height: 589px;
	overflow: hidden;
	padding: 120px 0;
	background: url(../images/ab2_bg.jpg) center center;
	background-size: cover;
}
.about2_pagination {
	display: none;
}
.about_box4 {
	background: #cccccc;
	background-image: url(../images/about4_bg.jpg);
	padding: 100px 0 140px;
	color: #fff;
	background-repeat: no-repeat;
	background-position: center bottom;
}
.about4_t_tit h3 {
	background-image: linear-gradient(45deg, #0b3380 30%, #87d1f5 70%);
	color: transparent;
	-webkit-background-clip: text;
	font-size: 50px;
	font-weight: 600;
	margin: 0;
	margin-bottom: 35px;
	display: inline-block;
	text-transform: uppercase;
}
.about4_top {
	position: relative;
	top: 150px;
	opacity: 0;
}
.about4_left {
	float: left;
	width: 50%;
	padding: 0 30px 0 0;
	position: relative;
}
.about4_right {
	float: left;
	width: 50%;
	padding: 0 0 0 30px;
}
.about4_left p {
	font-size: 18px;
	line-height: 30px;
	color: #333;
}
.about4_right h5 {
	margin: 0;
	line-height: 30px;
	font-size: 18px;
	margin-bottom: 10px;
	color: #333;
}
.about4_right h4 {
	margin: 0;
	font-size: 18px;
	line-height: 26px;
}
.about4_bottom {
	margin-top: 120px;
} /*.about4_b_tit h3 { color: #fff; margin-top: 0; font-weight: 700; font-size: 45px; text-transform: uppercase; line-height: 1.4; }*/
.about4_right p {
	font-size: 16px;
	line-height: 26px;
}
.about4_b_tit {
	margin-bottom: 60px;
	position: relative;
}
.about4_li {
	width: 33.33%;
	float: left;
	padding: 0 10px;
}
.about4_li input {
	width: 100%;
	line-height: 60px;
	height: 60px;
	background: rgba(61, 61, 61, 0.9);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	border: 0;
	padding: 10px 20px;
	font-size: 16px;
	background: rgba(61, 61, 61, 0.2);
	background: rgba(230, 230, 230, 0.7);
	border: 0;
	padding: 10px 20px;
	font-size: 16px;
	color: #555;
}
.about4_item {
	margin: 0 -10px 40px;
	position: relative;
	opacity: 0;
	top: 80px;
}
.about4_lis {
	width: 66.67%;
	padding: 0 10px;
	float: left;
}
.about4_lis input {
	width: 100%;
	line-height: 60px;
	height: 60px;
	background: rgba(61, 61, 61, 0.9);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	background: rgba(230, 230, 230, 0.6);
	border: 0;
	padding: 10px 20px;
	font-size: 16px;
	color: #555;
}
.about4_lis textarea {
	width: 100%;
	line-height: 30px;
	height: 120px;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	background: rgba(230, 230, 230, 0.7);
	border: 0;
	padding: 10px 20px;
	font-size: 16px;
	color: #555;
}
.about4_li input::-webkit-input-placeholder, .about4_lis textarea::-webkit-input-placeholder, .about4_lis input::-webkit-input-placeholder {
color: #666;
}
.about4_li input:-moz-placeholder, .about4_lis textarea:-moz-placeholder, .about4_lis input:-moz-placeholder {
color: #666;
}
.about4_li input::-moz-placeholder, .about4_lis textarea::-moz-placeholder, .about4_lis input::-moz-placeholder {
color: #666;
}
.about4_li input:-ms-input-placeholder, .about4_lis textarea:-ms-input-placeholder, .about4_lis input:-ms-input-placeholder {
color: #666;
}
.about4_sub {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 33.33%;
	padding: 0 10px;
}
.about4_sub button {
	width: 50%;
	line-height: 60px;
	text-align: center;
	height: 60px;
	font-size: 26px;
	background: none;
	border: 0;
	outline: none;
	position: relative;
	color: #fff;
	background: #0b3380;
	text-transform: uppercase;
}
.about4_sub button:after {
	content: '';
	width: 0;
	height: 1px;
	background: #0b3380;
	position: absolute;
	bottom: 0;
	left: 0;
	transition: all .6s cubic-bezier(.165, .84, .44, 1);
}
.about4_sub button:hover:after {
	width: 100%;
	transition: all .6s cubic-bezier(.165, .84, .44, 1);
}
.about4_tb {
	position: absolute;
	top: -90px;
	left: -90px;
	z-index: 0;
	width: 130px;
	display: none
}
.about4_tb img {
	width: 100%;
} /**story**/
.story1_img img {
	width: 100%;
}
.story_box1 {
	padding: 40px 0 0;
}
.story2_cot li {
	width: 33.33%;
	float: left;
	padding: 0 15px 20px;
}
.story2_img img {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.story2_img video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.story2_cot ul {
	margin: 0 -15px;
}
.story1_img {
	margin-bottom: 50px;
	background:url(../images/loader.gif) center center no-repeat;
}
.story1_tit h3 {
	line-height: 50px;
	font-size: 42px;
	text-align: center;
	color: #333;
	margin: 0;
	letter-spacing: 1px;
}
.story1_tit {
	margin-bottom: 180px;
}
.story1_cot {
	position: relative;
}
.story1_nav {
	position: absolute;
	top: 80px;
	width: 100%;
	left: 50%;
	transform: translateX(-50%);
	padding: 15px 0 11px;
	border-top: 1px solid #e6e4e2;
	border-bottom: 1px solid #e6e4e2;
	text-align: right;
	background: rgba(255, 255, 255, 0.7);
	background: transparent;
	z-index: 9;
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
}
.story1_nav:before {
	content: '';
	width: 100%;
	position: absolute;
	top: 0;
	height: calc(100% + 1px);
	background: transparent;
	right: 100%;
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
}
.story1_nav:after {
	content: '';
	width: 100%;
	position: absolute;
	top: 0;
	height: calc(100% + 1px);
	background: transparent;
	left: 100%;
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
}
.story1_nav.fixed {
	position: fixed;
	background-color: #f0f0f0;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
	text-align: center;
	border-color: transparent;
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
}
.story1_nav.fixed:before, .story1_nav.fixed:after {
	background-color: #f0f0f0; /*border-bottom: 1px solid #ddd; border-top: 1px solid #ddd;*/
	text-align: center;
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
}
.story1_nav li {
	display: inline-block;
}
.story1_nav li a {
	padding: 0 10px 0 30px;
	line-height: 30px;
	font-size: 18px;
	color: #333;
	position: relative;
}
.story1_nav li.active a {
	color: #0b3380;
	font-weight: bold
}
.story1_nav li a:before {
	content: '';
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: #0b3380;
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 13px;
	transform: translateY(-50%);
	opacity: 0;
}
.story1_nav li.active a:before {
	opacity: 1;
}
.story1_wz {
	width: 70%;
	margin: 0 auto;
	text-align: center;
	position: relative;
	top: 200px;
	opacity: 0;
}
.story1_wz p {
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 5px;
}
.story2_li {
	position: relative;
	top: 200px;
	opacity: 0;
}
.story2_wz {
	padding: 20px 0;
	text-align: center;
}
.story2_wz h3 {
	margin: 0;
	font-size: 18px;
	line-height: 30px;
	color: #333;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	height: 60px;
}
.story2_wz p {
	margin: 0;
	font-size: 18px;
	line-height: 30px;
	color: #333;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	height: 60px;
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
}
.story2_li:hover .story2_wz p {
	color: #0b3380;
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
}
.story2_more {
	margin-top: 12px;
	font-size: 12px;
	font-family:Source Han Serif SC;
	text-transform: capitalize;
	color: #888;
	display: none;
}
.story2_more span:before {
	content: '';
	width: 30px;
	height: 1px;
	background: #888;
	position: absolute;
	top: 50%;
	right: 110%;
}
.story2_more span:after {
	content: '';
	width: 30px;
	height: 1px;
	background: #888;
	position: absolute;
	top: 50%;
	left: 110%;
}
.story2_more span {
	position: relative;
}
.story2_more i {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: calc(110% + 30px);
}
.story2_more i:before {
	content: '';
	width: 7px;
	height: 1px;
	background: #888;
	display: inline-block;
	transform: rotate(45deg) translate(-6px, 4px);
}
.story2_more i:after {
	content: '';
	width: 7px;
	height: 1px;
	background: #888;
	display: inline-block;
	transform: rotate(-45deg) translate(-7px, -3px);
}
.story_box2 {
	padding: 100px 0;
}
.story2_img {
	position: relative;
	overflow: hidden;
	opacity: 1;
	padding-bottom: 70%;
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	background:url(../images/loader.gif) center center no-repeat;
}
.story2_li:hover .story2_img {
	opacity: 0.8;
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
}
.join1_num img {
	max-width: 100%;
} /**case**/
.case_box {
	padding: 60px 0 100px;
}
.case_li {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	padding-bottom: 100px;
	width: 100%;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center;
}
.case_left {
	-ms-flex: none;
	flex: none;
	position: relative;
	z-index: 4;
	padding-left: 20px;
	-ms-flex-order: 0;
	order: 0;
	width: calc(45% - 50px);
	opacity: 0;
	left: -45%;
}
.case_right {
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	margin-bottom: 26px;
	z-index: 1;
	width: 55%;
	position: relative;
	left: 55%;
	opacity: 0;
}
.case_line_l .case_left {
	left: 45%;
}
.case_line_l .case_right {
	left: -55%;
}
.case_img img {
	width: 100%;
}
.case_wz h5 {
	margin-bottom: 18px;
	font-family: Source Han Serif SC;
	text-transform: uppercase;
	font-size: 14px;
}
.case_wz h3 {
	font-size: 30px;
	font-weight: 600;
	margin: 0 0 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.case_wz p {
	font-size: 18px;
	line-height: 30px;
	color: #666;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
	height: 120px;
}
.case_li:before {
	right: 27.27273%;
	left: 27.27273%;
	width: auto;
	content: '';
	position: absolute;
	bottom: 60px;
	top: -60px;
	border-right: 1px solid rgba(26, 26, 26, 0.3);
	border-bottom: solid 1px rgba(26, 26, 26, 0.3);
}
.case_line_l:before {
	border-right: 0;
	border-left: solid 1px rgba(26, 26, 26, 0.3);
}
.case_li:first-child:before {
	top: 0;
}
.case_li:last-child:before {
	border-bottom: 0;
	bottom: 60%;
}
.case_li:last-child {
	padding-bottom: 0;
} /**scenery**/
.scenery_li {
	width: 50%;
	float: left;
	padding: 0px 40px;
	opacity: 0;
	position: relative;
	top: 200px;
}
.scenery_img img {
	width: 100%;
}
.scenery_box {
	padding: 60px 0 100px;
}
.scenery_cot {
	margin: 0 -40px;
}
.scenery_wz h3 {
	margin: 0;
	line-height: 40px;
}
.scenery_wz {
	padding: 20px 10px;
}
.scenery_li:first-child {
	margin-top: 10%;
}
.scenery_li:nth-child(2) {
	margin-bottom: 10%;
}
.scenery_li:nth-child(3) {
	margin-top: 5%;
} /**project**/
.project1_cot li {
	width: 25%;
	float: left;
	margin-bottom: 20px;
}
.project1_img img {
	width: 100%;
}
.project1_img {
	width: 50%;
	margin: 0 auto;
	max-width: 160px;
	position: relative;
	top: 100px;
	opacity: 0;
}
.project1_img img:first-child {
	position: relative;
	opacity: 1;
	transition: all 0.4s ease;
}
.project1_img img:last-child {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: all 0.4s ease;
}
.project1_img:hover img:first-child {
	opacity: 0;
	transition: all 0.4s ease;
}
.project1_img:hover img:last-child {
	opacity: 1;
	transition: all 0.4s ease;
}
.project_box1 {
	padding: 50px 0 100px;
}
.project_box2 {
	padding-bottom: 60px;
}
.project2_cot li {
	width: 50%;
	float: left;
	padding: 0 25px;
	position: relative;
}
.project2_cot {
	padding-top: 50px;
}
.project2_cot ul {
	margin: 0 -25px;
}
.project2_img img {
	width: 100%;
}
.project2_wz h3 {
	margin: 0;
	line-height: 40px;
}
.project2_wz {
	padding: 20px 10px;
}
.project2_li {
	margin-bottom: 40px;
	position: relative;
	top: 100px;
	opacity: 0;
}
.project2_cot li:nth-child(2n+1) {
	top: -50px;
} /**join**/
.join_box0 {
	padding: 80px 0;
	min-height: 60vh; /*margin-bottom: 80px;*/
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}
.join0_con ul {
	white-space: nowrap;
	width: auto;
	overflow: hidden;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	-webkit-align-items: center;
	box-align: center;
	-moz-box-align: center;
	-webkit-box-align: center;
	width: auto;
}
.join0_con li {
	border: 20px solid #fff;
	position: relative;
}
.join0_li {
	border: transparent solid 15px;
	position: relative;
	padding-top: 20%;
}
.join0_img img {
	width: 100%;
	min-width: 220px;
}
.join0_wz h4 {
	font-size: 16px;
	text-align: center;
	margin: 0;
	line-height: 30px;
}
.join0_wz {
	padding: 10px;
}
.join0_bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.join0_cot {
	position: relative;
	overflow: hidden;
}
.join0_con {
	position: relative;
	overflow: hidden;
}
.join0_con li:after {
	content: '';
	width: 5px;
	height: 120%;
	background: #fff;
	position: absolute;
	top: -10%;
	right: -25px;
}
.join0_li:before {
	content: '';
	background: #fff;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.join0_line {
	position: absolute;
	background: url(../images/join0_line.png) no-repeat center bottom;
	width: 1px;
	height: 105px;
	top: -50px;
	left: 50%;
	transform: translateX(-50%);
}
.join0_img {
	position: relative;
}
.join0_wz {
	position: relative;
}
.join0_b {
	width: 100%;
	margin: 30px auto 0;
	background: #a7a7a7;
	height: 1px;
	position: relative;
}
.join0_b span {
	position: absolute;
	width: 0;
	height: 3px;
	top: -1px;
	left: 0;
	background: #000;
	transition: 0.2s;
}
.join0_con ul:after {
	content: '';
	width: 100%;
	height: 15px;
	background: #fff;
	position: absolute;
	bottom: 0;
}
.join0_con ul:before {
	content: '';
	width: 100%;
	height: 5px;
	background: #fff;
	position: absolute;
	top: 0;
}
.join1_tit img {
	max-width: 100%;
}
.join1_tit {
	margin-bottom: 60px;
}
.join1_num {
	position: absolute;
	top: 60px;
	left: 0;
}
.join_box1 {
	padding: 60px 0 80px;
}
.join1_cot li {
	width: 33.33%;
	float: left;
	padding: 0 20px;
	position: relative;
}
.join1_img {
	margin-bottom: 60px;
}
.join1_cot ul {
	margin: 0 -5%;
}
.join1_li {
	position: relative;
	left: 100%;
	opacity: 0;
	width: 80%;
	margin: 0 auto;
}
.join1_li h4 {
	margin: 0;
	color: #aaa;
	font-size: 14px;
}
.join1_li h3 {
	margin: 0;
	margin-bottom: 15px;
	font-size: 26px;
	font-weight: bold;
	color: #333;
	margin-bottom: 60px;
}
.join1_li p {
	font-size: 15px;
	line-height: 26px;
	color: #666;
	padding-left: 60px;
	position: relative;
}
.join1_li p b {
	font-size: 20px;
	padding: 0 4px;
	color: #333;
}
.join_box6 {
	padding: 120px 0 100px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	margin-bottom: 80px;
}
.join6_left {
	width: 50%;
	float: left;
}
.join6_right {
	float: left;
	width: 50%;
}
.join6_right li {
	width: 86%;
	padding: 20px;
	border-radius: 5px;
	background: #1ca0e2;
	margin-bottom: 70px;
	position: relative;
}
.join6_lis h3 {
	position: absolute;
	top: -17px;
	right: 0;
	margin: 0;
	padding: 0 20px;
	font-size: 28px;
	font-weight: 600;
}
.join6_wz {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.join6_wz h3 {
	color: #fff;
}
.join6_lis p {
	font-size: 14px;
	line-height: 26px;
	color: #fff;
	margin: 0;
}
.join6_right li:first-child {
	position: relative;
	left: -14%;
}
.join6_right li:nth-child(3) {
	position: relative;
	left: 14%;
}
.join6_right li:last-child {
	margin-bottom: 0;
}
.join6_img {
	margin-top: 60px;
	width: 75%;
}
.join6_img img {
	max-width: 100%;
}
.join2_swiper {
	height: 70vh;
	width: 220%;
	margin: 0 -60%;
}
.join2_li {
	height: 100%;
	padding: 0 30px;
	position: relative;
	top: 20vh;
	opacity: 0;
}
.join2_img {
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
}
.join2_img:before {
	content: '';
	width: 100%;
	left: 0;
	height: 100%;
	position: absolute;
	top: 0;/*background: rgba(0, 0, 0, 0.4);*/
}
.join2_wz {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0, -50%);
	color: #fff;
	width: 100%;
	text-align: center;
}
.join2_wz h3 {
	font-size: 40px;
	margin: 0;
	text-transform: uppercase;
	display: none;
}
.join_box3 {
	padding: 100px 0 20px;
}
.join3_top li {
	width: 33.33%;
	float: left;
	position: relative;
	margin-bottom: 40px;
}
ul.join3_top:after, ul.join3_bottom:after {
	content: '';
	display: table;
	clear: both;
}
ul.join3_bottom li {
	float: right;
	width: 25%;
	position: relative;
}
.join3_tb {
	width: 120px;
	margin: 0 auto 22px;
}
.join3_tb img {
	width: 100%;
}
.join3_cot {
	padding-top: 20px;
}
.join3_item h3 {
	margin: 0;
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 12px;
}
.join3_item {
	text-align: center;
	padding: 0 20px;
	position: relative;
	top: 100px;
	opacity: 0;
	max-width: 340px;
	margin: 0 auto 80px;
}
.join3_wz p {
	color: #666;
	font-size: 15px;
	line-height: 26px;
	margin: 0;
}
.join3_top li:after {
	content: '';
	width: 36px;
	height: 30px;
	background: url(../images/join3_arr.png) no-repeat center center;
	background-size: cover;
	display: inline-block;
	position: absolute;
	top: 50px;
	right: 0;
}
.join3_top li:last-child:after {
	top: auto;
	bottom: 10px;
	left: 54%;
	margin-left: -18px;
	transform: rotate(86deg);
}
.join3_bottom li:after {
	content: '';
	width: 36px;
	height: 30px;
	background: url(../images/join3_arr.png) no-repeat center center;
	background-size: cover;
	display: inline-block;
	position: absolute;
	top: 50px;
	left: 0;
	transform: rotate(180deg);
}
.join3_bottom li:last-child:after {
	display: none;
}
.join_box4 {
	background: url(../images/join4_bg.jpg) no-repeat center center;
	background-size: cover;
	padding: 80px 0 100px;
}
.join4_img {
	margin: 0 auto;
	max-width: 280px;
	width: 30%;
}
.join4_img img {
	width: 100%;
}
.join4_li h3 {
	color: #fff;
	margin: 0;
	line-height: 30px;
	font-size: 20px;
	font-weight: 600;
}
.join4_left {
	width: 24%;
	position: absolute;
	top: 50%;
	left: 8%;
	height: 80%;
	transform: translate(0, -50%);
}
.join4_right {
	width: 24%;
	position: absolute;
	top: 50%;
	right: 8%;
	height: 80%;
	transform: translate(0, -50%);
}
.join4_cot {
	position: relative;
	padding: 60px 0;
}
.join4_li {
	position: relative;
	height: 28%;
	padding-left: 40px;
	top: 60px;
	opacity: 0;
}
.join4_li img {
	position: absolute;
	top: 0;
	left: 6px;
	width: 58px;
	margin-top: -18px;
}
.join4_li span {
	position: relative;
}
.join4_left .join4_li:nth-child(2), .join4_left .join4_li:nth-child(3) {
	left: -12%;
}
.join4_right .join4_li:nth-child(2), .join4_right .join4_li:nth-child(3) {
	left: 12%;
}
.join4_tit {
	color: #fff;
	text-align: center;
	margin-bottom: 80px;
}
.join4_tit h4 {
	font-size: 28px;
	font-weight: 600;
	margin: 0;
	margin-bottom: 20px;
}
.join4_tit h3 {
	margin: 0;
	font-size: 42px;
	font-weight: 600;
}
.join_box5 {
	padding: 100px 0; /*background: #355d77; background:#003d65; background-image:url(../images/join5_bg.png) ;*/
}
.join5_tit h3 {
	font-size: 50px;
	line-height: 55px;
	text-transform: uppercase;
	font-weight: 600;
	margin: 0;
	margin-bottom: 15px;
	font-family: Source Han Serif SC;
	color: #fff;
}
.join5_tit p {
	font-size: 14px;
	line-height: 24px;
	color: #fff;
}
.join5_tit {
	margin-bottom: 40px;
}
.join5_item {
	width: 33.33%;
	float: left;
	padding: 0 10px;
}
.join5_item input {
	width: 100%;
	line-height: 50px;
	height: 50px;
	border: solid 1px #ccc;
	background: none;
	padding: 0 10px;
	font-size: 15px;
}
.join5_li {
	margin: 0 -10px; /*color:#ccc;*/
	color: #333;
}
.join5_item h5 {
	margin: 0;
	line-height: 24px;
	margin-bottom: 10px;
}
.join5_lis h5 {
	margin: 0; /*color: #ccc;*/
	color: #333;
	line-height: 24px;
	margin-bottom: 10px;
}
.join5_lis {
	margin-top: 20px;
}
.join5_lis textarea {
	width: 100%;
	height: 150px;
	background: none;
	border: solid 1px #ccc;
	padding: 0 10px;
	font-size: 15px;
}
.join5_cot button {
	margin-top: 40px;
	width: 150px;
	line-height: 40px;
	font-size: 16px;
	background: #0b3380;
	color: #fff;
	border: solid 1px #0b3380;
	text-transform: uppercase;
	outline: none;
}
.join5_cot button i {
	transform: scale(1.2, 0.65);
	margin-left: 5px;
}
.carent_b_btn a {
	width: 190px;
	line-height: 50px;
	text-align: center;
	height: 54px;
	font-size: 18px;
	border: 0;
	outline: none;
	position: relative;
	color: #fff;
	background: #0b3380;
	text-transform: uppercase;
	display: inline-block;
	border: solid 2px #0b3380;
	transition: all 0.4s ease;
	font-weight: 600;
}
.carent_b_btn a:hover {
	background: #fff;
	color: #0b3380;
	transition: all 0.4s ease;
}
.carent_b_btn {
	margin-top: 40px;
	text-align: center;
} /**service**/
.service {
	position: relative;
}
.service1_tb svg {
	fill: #dcdcdc;
	opacity: .5;
}
.service1_left {
	width: 50%;
	float: right;
	padding: 2% 5% 0 0;
	position: relative;
	left: 100%;
}
.service1_left h5 {
	margin: 0;
	font-size: 24px;
	color: #0b3380;
	font-weight: 600;
	margin-bottom: 8px;
	line-height: 30px;
}
.service1_right {
	float: left;
	width: 50%;
	position: relative;
	left: -100%;
}
.service1_tit h3 {
	margin: 0;
	font-size: 40px;
	color: #333;
	font-weight: 600;
	margin-bottom: 20px;
}
.service1_left p {
	font-size: 18px;
	line-height: 30px;
	color: #333;
}
.service_box1 {
	padding: 150px 0 140px;
	background: url(../default/img/index/service1_bg.png)no-repeat center bottom;
	background-color: #f3f3f3;
}
.service1_wz p {
	font-size: 16px;
	line-height: 26px;
	margin-bottom: 12px;
}
.service1_wz {
	margin-left: 6%;
	padding-bottom: 60px;
	padding-top: 40px;
}
.service1_tb {
	display: block;
	left: 0;
	position: absolute;
	top: -16px;
	z-index: 0;
	width: 30%;
	max-width: 150px;
}
.service1_tb img {
	width: 100%;
}
.service1_wz p span {
	font-size: 30px;
	color: #0b3380;
	margin-right: 5px;
	font-weight: 600;
}
.service2_left {
	width: 250px;
	position: absolute;
	top: 10%;
	opacity: 0;
	left: 15px;
	padding: 30px 0;
	padding-right: 15px;
	z-index: 1;
}
.service_box2 .container {
	position: relative;
}
.service2_right {
	padding-left: 250px;
	position: relative;
	left: 50%;
	opacity: 0;
}
.service2_tit h3 {
	margin: 0;
	font-size: 30px;
	font-weight: 600;
	text-transform: capitalize;
	color: #0b3380;
}
.TabHide5 {
	display: none
}
#TabShow1 {
	display: block
}
.service2_left li {
	line-height: 46px;
	font-size: 20px;
	text-transform: capitalize;
	font-weight: 600;
}
.service2_left li a {
	color: #333;
	padding-left: 28px;
	position: relative;
}
.service2_left li a:before, .service4_left li a:before {
	content: '';
	width: 20px;
	height: 2px;
	background: #0b3380;
	position: absolute;
	top: 50%;
	left: 0;
	transform: rotate(-45deg) translateY(-50%);
	transform-origin: center center;
	transition: all 0.3s ease;
}
.service2_left li.active a:before, .service4_left li.active a:before {
	transform: rotate(0deg) translateY(-50%);
	transition: all 0.3s ease;
}
.service2_wz p {
	font-size: 16px;
	line-height: 28px;
	color: #666;
	margin-bottom: 5px;
}
.service2_wz {
	height: 360px;
	height: 54vh;
	padding: 40px 60px;
	border: solid 2px #0b3380;
}
.service2_txt {
	position: relative;
}
.service2_txt img {
	max-width: 100%;
}
.service2_tit {
	position: absolute;
	top: 0;
	left: 30px;
	padding: 0 30px;
	background: #fff;
	transform: translateY(-50%);
}
.service2_li {
	position: relative;
}
.service2_left li.active a {
	color: #0b3380;
	font-weight: 600;
}
.service2_cot {
	height: 100%;
	overflow: hidden;
	padding-right: 16px;
}
.service2_cot::selection {
	background: #0b3380;
	color: white;
	text-shadow: none;
}
.service2_cot::-webkit-scrollbar-track-piece {
width:10px;
background-color:#ddd
}
.service2_cot::-webkit-scrollbar {
width:5px;
height:6px
}
.service2_cot::-webkit-scrollbar-thumb {
height:50px;
background-color:#0b3380;
}
.service_box2 {
	padding-bottom: 100px;
}
.service_box0 {
	height: 50vh;
	background-position: center center;
	background-size: cover;
	background-attachment: fixed;
	position: relative;
}
.service_box0:before {
	content: '';
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	top: 0;
	background: rgba(255,255,255,.15);
}
.service_box3 {
	padding: 100px 0 80px;
	background: #f3f3f3;
	overflow: hidden;
}
.service3_cot{overflow: hidden;}
.service3_cot ul {
	/* margin: 0 -15px; */
}
.service3_cot li {
	 width: 33.33%;
	float: left; 
	
	margin-bottom: 30px;
}
.service3_li {
	background: #fff;
	text-align: center;
	padding: 20px;
	opacity: 0;
	position: relative;
	top: 200px;
}
.service3_wz h5 {
	font-size: 12px;
	margin: 0;
	line-height: 26px;
	color: #888;
	text-transform: uppercase;
	margin-top: 8px;
	font-family: Source Han Serif SC;
	letter-spacing: 2px;
}
.service3_wz:before {
	content: '';
	height: 3px;
	width: 25px;
	background: #0b3380;
	display: inline-block;
}
.service3_tb img {
	width: 50px;
}
.service3_tb {
	padding: 40px 0;
}
.service3_wz h3 {
	margin: 0;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	line-height: 30px;
	font-size: 18px;
	margin-bottom: 20px;
	color: #333;
}
.service3_wz a {
	background: rgba(0, 120, 198, 0.7);
	border-radius: 20px;
	line-height: 26px;
	display: inline-block;
	padding: 0 20px;
	padding-right: 50px;
	position: relative;
}
.service3_wz a span {
	line-height: 34px;
	display: inline-block;
	color: #fff;
}
.service3_down {
	width: 34px;
	height: 34px;
	position: absolute;
	top: 0;
	right: -1px;
	border-radius: 50%;
	background: #eee;
	overflow: hidden;
}
.service3_down i {
	height: 34px;
	display: block;
	line-height: 34px;
}
.service3_down>i {
	position: relative;
	top: -34px;
	height: 68px;
	transition: all 0.4s ease;
	color: #999;
}
.service3_wz a:hover .service3_down>i {
	top: 0;
	transition: all 0.4s ease;
}
.service_box4 {
	position: relative;
	padding: 100px 0;
}
.service_box4 .container {
	position: relative;
}
.service4_left {
	width: 250px;
	position: absolute;
	top: 10%;
	left: 15px;
	padding: 30px 0;
	padding-right: 15px;
	z-index: 1;
	opacity: 0;
}
.service4_right {
	padding-left: 270px;
	position: relative;
	left: 50%;
	opacity: 0;
}
.service4_right:before {
	content: '';
	width: 1px;
	height: 100%;
	background: #0078c9;
	position: absolute;
	top: 0;
	left: 240px;
}
.service4_li {
	display: none;
}
#TabShow_1 {
	display: block
}
.service4_tit h3 {
	margin: 0;
	font-size: 30px;
	font-weight: 600;
	text-transform: capitalize;
	color: #0b3380;
	margin-bottom: 30px;
}
.service4_top h3 {
	font-size: 20px;
	line-height: 30px;
	margin: 0;
	padding-right: 40px;
	position: relative;
	color: #333;
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
}
.service4_top h3 a {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 30px;
	height: 30px;
}
.service4_top h3 a:before {
	content: '';
	width: 16px;
	height: 1px;
	background: #0078c9;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
}
.service4_top h3 a:after {
	content: '';
	height: 16px;
	width: 1px;
	background: #0078c9;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
}
.service4_top {
	padding: 20px 10px;
	cursor: pointer;
	background: transparent;
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
}
.service4_bottom p {
	font-size: 16px;
	line-height: 28px;
	color: #666;
	margin: 0 0 4px;
}
.service4_item {
	border-bottom: solid 1px rgba(0, 120, 201, 0.25);
}
.service4_item:first-child {
	border-top: solid 1px rgba(0, 120, 201, 0.25);
}
.service4_bottom {
	padding: 15px 10px;
	display: none;
}
.service4_left li {
	line-height: 40px;
	font-size: 20px;
	font-weight: 600;
	text-transform: capitalize;
}
.service4_left li a {
	color: #333;
	position: relative;
	padding-left: 28px;
}
.service4_left li.active a {
	color: #0b3380;
	font-weight: 600;
}
.service4_top.curr {
	background: rgba(0, 120, 198, 0.7);
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
}
.service4_top.curr h3 {
	color: #fff;
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
}
.service4_top.curr h3 a:before {
	background: #fff;
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
}
.service4_top.curr h3 a:after {
	opacity: 0;
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
} /**product**/
.prod1_img {
	height: 100vh;
	max-height: 900px;
	background-position: center 240px !important;
	transition: all 0.2s ease;
	background-size: 80% !important;
}
.prod1_img.scroll {
	background-position: center 0 !important;
	transition: all 0.4s ease
}
.prod1_wz {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	padding-top: 50px;
	position: fixed;
	bottom: 0%;
	left: 0;
	transition: all 0.2s ease
}
.prod1_wz.scroll {
	top: 70%;
	transition: all 0.4s ease
}
.prod1_wz p {
	font-size: 25px;
	font-weight: bold;
	color: #000;
	margin: 8px 0 15px 0;
}
.prod1_more a {
	font-size: 18px;
	color: #0b3380;
	margin: 0 15px;
	cursor: pointer;
}
.prod1_more img {
	position: relative;
	top: 2px;
	margin-left: 2px;
	left: 0;
	transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
}
.prod1_more a:hover img {
	left: 2px;
	transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
}
.prod1_more {
	padding-top: 10px;
	position: relative;
	top: 40px;
	opacity: 0;
}
.prod_box {
	position: relative;
	background: #fff;
}
.prod1_tit h3 {
	font-size: 34px;
	margin: 0;
	font-family: Source Han Serif SC;
	font-weight: bold;
	margin-bottom: 12px;
	color: #0b3380;
}
.prod_box2 {
	height: 1010px;
	background: url(../default/img/index/prod2_bg.jpg) no-repeat center top;
	position: relative;
	overflow: hidden;
}
.prod2_bg {
	background: url(../default/img/index/prod2_bg.png) no-repeat center bottom;
	position: absolute;
	top: 30%;
	width: 100%;
	left: 0;
	height: 100%;
}
.prod2_cont {
	position: relative;
	height: 100%;
}
.prod2_wz {
	position: absolute;
	left: 50%;
	width: 70%;
	transform: translateX(-50%);
	text-align: center;
	top: 140px;
	color: #fff;
}
.prod2_wz h3 {
	line-height: 80px;
	font-size: 40px;
	font-weight: 600;
	color: #009EE8;
}
.prod2_wz p {
	font-size: 16px;
	line-height: 26px;
	margin: 0;
}
.prod2_item {
	bottom: 22%;
	position: absolute;
	left: 50%;
	margin-left: -540px;
}
.prod2_item ul {
	width: 180px;
	margin: 0 auto;
}
.prod2_item li {
	border: solid 1px #fff;
	border-radius: 30px;
	margin-bottom: 30px;
}
.prod2_item ul:after {
	content: '';
	display: table;
	clear: both;
}
.prod2_item li a {
	font-size: 16px;
	display: block;
	height: 50px;
	line-height: 50px;
	text-align: center;
	color: #fff;
}
.prod2_item li.active a {
	color: #0b3380;
}
.prod2_item li.active {
	border-color: #0b3380;
}
.prod2_c_wz p span {
	color: #0b3380;
	font-size: 30px;
	margin-right: 4px;
	font-family:Source Han Serif SC;
	position: relative;
	top: 2px;
}
.prod2_cot {
	width: 550px;
	height: 630px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
	opacity: 0;
}
.prod2_c_wz {
	width: 100%;
	display: block;
	font-size: 24px;
	margin-top: -73px;
	text-align: center;
	color: #fff;
	display: none;
}
.TabHide4 {
	display: none;
}
.prod2_img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.prod2_img h4 {
	position: absolute;
	bottom: 180px;
	right: 30px;
	width: 60px;
	margin: 0;
	font-size: 20px;
	font-weight: 600;
	color: #0b3380;
	opacity: 0;
	font-family: Source Han Serif SC;
}
.prod_box3 {
	overflow: hidden;
}
.prod3_cot {
	width: 76%;
	margin-left: 24%;
	height: 100vh;
	position: relative;
}
.prod3_img img {
	max-width: 100%;
}
.prod3_img {
	position: relative;
	right: -30%;
	opacity: 0;
	top: -5%;
	text-align: right
}
.prod3_wz {
	position: absolute;
	left: -15%;
	top: 45%;
	width: 250px;
	z-index: 6;
}
.prod3_wz p {
	font-size: 18px;
	line-height: 26px;
}
.prod3_li img {
	height: 60px;
	position: absolute;
	top: 0;
	left: 0;
}
.prod3_li:first-child img {
	height: 80px;
}
.prod3_li {
	padding-left: 0px;
	position: relative;
	top: 80px;
	opacity: 0;
}
.prod3_li:first-child {
	padding-left: 0px;
	margin-bottom: 20px;
}
.prod3_li:first-child p {
	line-height: 80px;
	font-size: 40px;
	font-weight: 600;
	color: #009EE8;
	position: relative;
	top: 4px;
}
.prod3_li p {
	line-height: 64px;
	font-size: 16px;
	color: #333;
	margin: 0;
	white-space: nowrap;
}
.prod4_img {
	position: relative;
}
.prod4_img img {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	opacity: 0;
}
.prod4_img img:first-child {
	position: relative;
	opacity: 1;
}
.prod4_wz {
	position: absolute;
	top: 60%;
	margin-top: 0;
	width: 34%;
	left: 50%;
	transform: translate(-50%, -25%);
	text-align: center;
	color: #fff;
}
.prod4_wz h3 {
	line-height: 80px;
	font-size: 40px;
	font-weight: 600;
	color: #009EE8;
}
.prod4_wz p {
	font-size: 18px;
	line-height: 26px;
}
.prod4_more {
	margin-top: 30px;
}
.prod_box5 {
	position: relative;
	padding-top: 80px; /*background:url(../images/prod5_bg.jpg);*/
	overflow: hidden;
}
.prod5_bg {
	height: 100vh;
	height: 70vh;
	background-size: cover !important;
	position: relative;
	top: 30vh;
}
.prod5_wz {
	width: 50%;
	text-align: center;
	margin: 0 auto;
	margin-bottom: 100px;
}
.prod5_wz h3 {
	margin: 0;
	font-size: 40px;
	color: #000;
	line-height: 80px;
	font-weight: 600;
}
.prod5_line {
	width: 150px;
	height: 5px;
	background: url(../images/prod5_line.png) no-repeat center center;
	display: inline-block;
	margin: 30px 0 26px;
}
.prod5_wz p {
	font-size: 18px;
	line-height: 28px;
	margin: 0;
}
.prod6_cot {
	position: absolute;
	width: 66%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	min-width: 800px;
	color: #fff;
}
.prod_box6 {
	position: relative;
	height: 100vh;
	background: #01061a;
}
.prod6_left {
	width: 60%;
	float: left;
	position: relative;
	top: -10%;
	opacity: 0;
	left: -40px;
	min-width: 640px;
}
.prod6_img>img {
	position: relative;
}
.prod6_img>div {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	opacity: 0;
}
.prod6_img .prod6_item {
	top: 13%;
	opacity: 1;
}
.prod6_img .prod6_item1 {
	top: 31%;
	opacity: 1;
}
.prod6_img img {
	width: 100%;
}
.prod6_right {
	float: left;
	width: 40%;
	padding-left: 40px;
	max-width: 350px;
	padding-top: 80px;
	position: relative;
	right: -100%;
	opacity: 0;
}
.prod6_bz {
	width: 332px;
	background: url(../images/prod6_bz.png) no-repeat;
	height: 99px;
	background-size: cover
}
.prod6_top {
	height: 290px;
	position: relative;
}
.prod6_bg_fire {
	width: 105px;
	height: 228px;
	position: absolute;
	left: 225px;
	bottom: 40px;
	background: url(../images/prod6_bg_fire.png) no-repeat;
}
.prod6_sm_fire {
	background: url(../images/prod6_sm_fire.png) no-repeat;
	width: 86px;
	height: 147px;
	position: absolute;
	left: 85px;
	bottom: 40px;
}
.prod6_top p {
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #00a5e2;
	text-indent: 28px;
	font-size: 16px;
	margin: 0;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
}
.prod6_num {
	background: url(../images/prod6_num.png) no-repeat;
	width: 67px;
	height: 42px;
	background-size: cover;
	position: absolute;
	left: -70px;
	top: 28px;
}
.prod6_bot {
	padding-left: 6%;
}
.prod6_bot p {
	margin-bottom: 22px;
	font-size: 18px;
	line-height: 26px;
	padding-top: 10px;
	opacity: 0.8;
}
.prod6_td a {
	float: left;
	height: 48px;
	line-height: 48px;
	color: #00a5e2;
	font-size: 13px;
	width: 50%;
}
.prod6_r_tit img {
	position: absolute;
	top: 0;
	left: 0;
}
.prod6_r_tit {
	padding-left: 76px;
	position: relative;
	height: 70px;
	line-height: 70px;
	font-size: 24px;
}
.prod6_wz {
	margin-top: 30px;
	text-align: center;
}
.prod6_wz h3 {
	line-height: 80px;
	font-size: 40px;
	font-weight: 600;
	color: #009EE8;
}
.prod6_wz p {
	line-height: 26px;
	font-size: 16px;
}
.ani_top {
	position: relative;
	top: -20px;
	opacity: 0;
}
.ani_bottom {
	position: relative;
	top: 20px;
	opacity: 0;
}
.prod_box7:after {
	content: '';
	display: table;
	clear: both;
}
.prod7_left {
	height: 100vh;
	width: 50%;
	float: left;
	overflow: hidden;
	position: relative;
	left: -100%;
	opacity: 0;
}
.prod7_right {
	height: 100vh;
	width: 50%;
	float: right;
	position: relative;
	background: #f3f3f3;
}
.prod7_img {
	width: 100%;
	display: none;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.prod7_img:first-child {
	display: block;
}
.prod7_cot {
	width: 540px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -270px;
	transform: translateY(-50%);
	text-align: center;
}
.prod7_cot>div {
	position: relative;
	top: 80px;
	opacity: 0;
}
.prod7_li {
	position: relative;
}
.prod7_wz {
	position: absolute;
	top: 50px;
	opacity: 0;
	width: 100%;
	left: 0
}
.prod7_wz.curr {
	top: 0;
	opacity: 1;
	transition: all 0.6s ease
}
.prod7_wz:first-child {
	position: relative;
}
.prod7_tit h3 {
	color: #000;
	margin-bottom: 20px;
	margin-top: 15px;
	line-height: 80px;
	font-size: 40px;
	font-weight: 600;
}
.prod7_wz h4 {
	margin: 0;
	height: 63px;
	line-height: 63px;
	font-size: 24px;
	color: #000;
	font-weight: normal;
}
.prod7_wz h4 img {
	margin-right: 14px;
	position: relative;
	top: -4px;
}
.prod7_wz p {
	padding-top: 12px;
	line-height: 24px;
	font-size: 14px;
	margin: 0
}
.prod7_item {
	padding-top: 40px;
	padding-bottom: 15px;
	text-align: center;
	width: 84%;
	margin: 0 auto;
}
.prod7_item li {
	width: 50%;
	float: left;
	padding: 0 5px;
	margin-bottom: 10px;
}
.prod7_item li a {
	border: 1px solid #3c3c3c;
	border-radius: 3px;
	height: 45px;
	line-height: 43px;
	position: relative;
	background: transparent;
}
.prod7_item_img {
	display: inline-block;
	position: absolute;
	width: 32px;
	height: 32px;
	top: 50%;
	left: 25px;
	transform: translateY(-50%);
}
.prod7_item_img img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}
.prod7_item li span {
	padding-left: 6px;
}
.prod7_b {
	opacity: 0;
	transition: all 0.3s ease-in;
}
.prod7_g {
	opacity: 1;
	transition: all 0.3s ease-in;
}
.prod7_item li.curr .prod7_b {
	opacity: 1;
	transition: all 0.3s ease-in;
}
.prod7_item li.curr .prod7_g {
	opacity: 0;
	transition: all 0.3s ease-in;
}
.prod7_item li.curr a {
	background: #0b3380;
	border-color: #0b3380;
	transition: all 0.3s ease-in;
	color: #fff;
}
.prod7_item ul:after {
	content: '';
	display: table;
	clear: both;
}
.prod_box8 {
	height: 100vh;
	position: relative;
}
.prod8_cot {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 814px;
	height: 500px;
	transform: translate(-50%, -50%);
}
.prod8_cot .prod1_more {
	text-align: center;
	margin-top: 40px;
}
.prod8_cot .prod1_more img {
	top: -3px;
}
.prod8_img {
	position: relative;
}
.prod8_img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.prod8_img img:first-child {
	position: relative;
	z-index: 2;
}
.prod8_img img:nth-child(2) {
	left: -340px;
	opacity: 0;
}
.prod8_img img:nth-child(3) {
	z-index: 0;
	left: -200px;
	opacity: 0;
}
.prod8_wz {
	padding-left: 60px;
	position: relative;
	text-align: center;
	left: -5%;
	opacity: 0;
}
.prod8_tit h3 {
	font-size: 42px;
	margin: 0;
	margin-bottom: 15px;
}
.prod8_tit a {
	color: #0b3380;
	font-size: 18px;
	margin-top: -15px;
}
.prod8_tit {
	margin-bottom: 30px;
}
.prod8_tit a img {
	transform: rotate(-90deg);
	position: relative;
	top: -4px;
	margin-left: 5px;
	left: 0;
	transition: all 0.4s ease;
}
.prod8_tit a:hover img {
	left: 2px;
	transition: all 0.4s ease;
}
.prod8_wz p {
	font-size: 14px;
	line-height: 24px;
	margin: 20px 0 30px 0;
	color: #555;
}
.prod8_tb {
	width: 90px;
	position: absolute;
	right: 85px;
	top: -10px;
	z-index: 10;
	opacity: 0;
}
.prod_top h3 {
	margin: 0;
	height: 70px;
	line-height: 70px;
	text-align: center;
	font-size: 20px;
	color: #333;
}
.prod_bottom {
	background-color: #f0f0f0;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
	text-align: center;
}
.prod_bottom li {
	float: left;
	padding: 0 10px;
}
.prod_bottom li a {
	line-height: 60px;
	font-size: 18px;
	padding: 0 10px;
	font-family: Source Han Serif SC
}
.prod_bottom li.active a {
	color: #0b3380
}
.prod_bottom ul:after {
	content: '';
	display: table;
	clear: both;
}
.prod_bottom ul {
	display: inline-block;
} /**school**/
.school1_img img {
	width: 100%;
	transition: all .25s;
	-webkit-transition: all .25s;
}
.school1_lis {
	padding: 0 20px;
}
.school1_lis.second {
	padding-top: 95px;
}
.school1_lis a {
	display: block;
	position: relative;
}
.school1_lis p {
	margin: 10px 0 0;
	font-size: 18px;
	line-height: 30px;
	color: #333;
	transition: color .25s ease-out;
	-webkit-transition: color .25s ease-out;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	height: 60px;
}
.school1_lis a:hover .school1_img img {
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
	filter: none;
}
.school1_lis a:hover p {
	color: #0b3380
}
.school1_tit {
	text-align: center;
	position: relative;
	padding: 40px 0 85px;
}
.school_sec1 {
	position: relative;
	padding-bottom: 100px;
}
.school1_tit h2 {
	margin: 0;
	font-size: 36px;
	letter-spacing: 1px;
	line-height: 39px;
	text-transform: capitalize;
	color: #333;
	position: relative;
	display: inline-block;
}
.school1_tit h2:before {
	content: '';
	position: absolute;
	left: -36px;
	height: 2px;
	width: 22px;
	background: #333;
	top: 50%;
	margin-top: -1px;
}
.school {
	padding: 50px 0 0;
}
.school_sec1:before {
	content: "";
	display: block;
	position: absolute;
	width: 50%;
	height: 100%;
	top: 0;
	left: 0;
	background: #fafafa;
}
.school1_sw {
	cursor: -webkit-grab;
}
.school21_cot li {
	width: 33.33%;
	float: left;
	padding: 0 25px;
	margin-bottom: 50px;
}
.school_sec2 {
	padding: 100px 0 50px;
	background: url(../images/school2_bg.jpg) no-repeat center bottom;
	background-size: cover;
	overflow: hidden;
}
.career .school_sec2 {
	padding-top: 50px;
}
.school2_li {
	padding: 2rem;
	box-shadow: inset 0 0 2px #444;
	position: relative;
	top: 100px;
	opacity: 0;
}
.school21_cot ul {
	margin: 0 -25px;
}
.school2_li_bg {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	background: #0b3380;
	-webkit-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center;
	-webkit-transform: translate(calc(50% - 1.5rem), calc(-50% + 1.5rem)) scale(0.045, 0.091);
	-ms-transform: translate(calc(50% - 1.5rem), calc(-50% + 1.5rem)) scale(0.045, 0.091);
	transform: translate(calc(50% - 1.5rem), calc(-50% + 1.5rem)) scale(0.045, 0.091);
	-webkit-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1);
	transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1);
	will-change: transform;
	-webkit-transform: translate(calc(-50% + 2.5rem), calc(50% - 2.5rem)) scale(0.045, 0.061);
	-ms-transform: translate(calc(-50% + 2.5rem), calc(50% - 2.5rem)) scale(0.045, 0.061);
	transform: translate(calc(-50% + 2.5rem), calc(50% - 2.5rem)) scale(0.045, 0.061);
}
.school2_wz h4 {
	font-size: 14px;
	letter-spacing: 2px;
	margin-bottom: 12px;
	margin-top: 0;
	opacity: 0.7;
}
.school2_wz h3 {
	margin: 0;
	color: #333;
	font-size: 28px;
	font-weight: bold;
	line-height: 26px;
}
.school2_li:hover .school2_wz h3 {
	color: #fff;
}
.school2_wz {
	padding-bottom: 2vw;
	position: relative;
}
.school2_li:hover .school2_li_bg {
	transform: none;
}
.school2_li:hover .school2_wz h4 {
	opacity: 0.8;
	color: #aaa;
}
.school3_main:after {
	content: "";
	display: table;
	clear: both;
}
.school3_lis {
	width: 33.33%;
	float: left;
	padding: 0 10px;
	margin-bottom: 20px;
	opacity: 0;
	position: relative;
	top: 200px;
}
.school3_lis a {
	cursor: default;
}
.school3_img {
	position: relative;
	overflow: hidden;
}
.school3Img {
	display: block;
	height: 0;
	padding-top: 62%;
	background-size: cover;
	background-position: center;
}
.school3_main {
	margin: 0 -10px;
}
.school_sec3 {
	padding: 100px 0 60px;
	background: #f3f3f3;
	overflow: hidden;
}
.school3_txt h2 {
	margin: 0 0 5px;
	font-size: 24px;
	line-height: 1.4;
	color: #222;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.school3_txt p {
	margin: 0;
	font-size: 14px;
	line-height: 24px;
	color: #222;
}
.school3_txt {
	padding: 20px 15px;
}
.school3_txt:before {
	content: '';
	width: 10px;
	height: 10px;
	background: #0b3380;
	display: inline-block;
	margin-bottom: 10px;
} /**school**/ /**talent**/
.talent1_box {
	margin: 0 auto;
}
.talent_sec1 {
	padding: 50px 0 100px;
}
.talent1_topTxt {
	width: 74%;
	min-width: 600px;
}
.talent1_top h2 {
	margin: 0 0 15px;
	font-size: 28px;
	line-height: 1.2;
	color: #222;
}
.talent1_topTxt p {
	margin: 0 0 15px;
	font-size: 18px;
	line-height: 30px;
}
.talent1_top {
	margin: 0 0 60px;
}
.talent1_img {
	margin: 0 0 60px;
	text-align: center;
	position: relative
}
.talent1_svg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.talent1_svg svg {
	width: 100%;
	height: 100%;
}
.talent1_img img {
	max-width: 100%;
}
.talent1_sw {
	width: 90%;
	max-width: 680px;
	margin: 0 auto;
	text-align: center;
	padding-top: 30px;
}
.sw_tal_slide p {
	margin: 0 0 5px;
	color: #0b3380;
	font-size: 20px;
	line-height: 30px;
	font-weight: bold;
}
.swiper_talent1 {
	position: relative;
	min-height: 60px;
}
.sw_tal_slide {
	position: absolute;
	width: 100%;
}
.sw_tal_slide.active {
	z-index: 1;
}
.swiper_talent1:before, .swiper_talent1:after {
	content: "";
	display: inline-block;
	width: 22px;
	height: 16px;
	position: absolute;
	top: -20px;
	background-size: contain;
	background-repeat: no-repeat;
}
.swiper_talent1:before {
	background-image: url(../images/quote-start.svg);
	left: -35px;
}
.swiper_talent1:after {
	background-image: url(../images/quote-end.svg);
	right: -35px;
}
.sw_tal_slideBot {
	position: relative;
	color: #333;
	padding-top: 120px;
	font-size: 15px;
	line-height: 26px;
	font-family: Source Han Serif SC;
}
.sw_tal_slideBot span {
	display: block;
	-webkit-transition: all 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	transition: all 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	opacity: 0;
	-webkit-transform: translate3d(0, 20px, 0);
	transform: translate3d(0, 20px, 0);
}
.sw_tal_slide.active .sw_tal_slideBot span {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transition-delay: 0.8s;
	transition-delay: 0.8s;
}
.sw_tal_slideBot:before {
	position: absolute;
	content: '';
	left: 50%;
	width: 1px;
	height: 80px;
	background: #0b3380;
	top: 25px;
	-webkit-transition: all 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
	transition: all 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
	-webkit-transform-origin: top center;
	-ms-transform-origin: top center;
	transform-origin: top center;
	-webkit-transform: scale3d(1, 0, 1);
	transform: scale3d(1, 0, 1);
}
.sw_tal_slide.active .sw_tal_slideBot:before {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	-webkit-transition-delay: 0.75s;
	transition-delay: 0.75s;
}
.sw_tal_slide p span {
	overflow: hidden;
	display: inline-block;
	vertical-align: middle;
}
.sw_tal_slide p span span {
	display: inline-block;
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
	-webkit-transition: all 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
	transition: all 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
	opacity: 0;
}
.sw_tal_slide p span:nth-child(1) span {
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
}
.sw_tal_slide p span:nth-child(2) span {
	-webkit-transition-delay: 0.35s;
	transition-delay: 0.35s;
}
.sw_tal_slide p span:nth-child(3) span {
	-webkit-transition-delay: 0.4s;
	transition-delay: 0.4s;
}
.sw_tal_slide p span:nth-child(4) span {
	-webkit-transition-delay: 0.45s;
	transition-delay: 0.45s;
}
.sw_tal_slide p span:nth-child(5) span {
	-webkit-transition-delay: 0.5s;
	transition-delay: 0.5s;
}
.sw_tal_slide p span:nth-child(6) span {
	-webkit-transition-delay: 0.55s;
	transition-delay: 0.55s;
}
.sw_tal_slide p span:nth-child(7) span {
	-webkit-transition-delay: 0.6s;
	transition-delay: 0.6s;
}
.sw_tal_slide.active p span span {
	opacity: 1;
	-webkit-transform: translate3d(0, 0%, 0);
	transform: translate3d(0, 0%, 0);
}
.talent1_swArrBox {
	margin: 50px 0 0;
}
.talent1_swArr a {
	width: 70px;
	height: 65px;
	padding: 0;
	display: inline-block;
	border: solid 1px #0b3380;
	color: #0b3380;
	font-size: 42px;
	text-align: center;
	position: relative;
	overflow: hidden;
	float: left;
	-webkit-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
	transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
}
.talent1_swArr a i.fa {
	line-height: 63px;
	position: relative;
}
.talent1_swArr {
	display: inline-block;
}
.talent1_swArr:after {
	content: "";
	display: table;
	clear: both;
}
.talent1_swArr a.talent1_swArr_r {
	left: -1px
}
.talent1_swArr a:before {
	content: "";
	position: absolute;
	width: 140%;
	padding-top: 140%;
	pointer-events: none;
	top: 50%;
	left: 50%;
	-webkit-transform: translate3d(-50%, -50%, 0) rotate(-45deg) scale(0);
	transform: translate3d(-50%, -50%, 0) rotate(-45deg) scale(0);
	background: #0b3380;
	will-change: auto;
	-webkit-transition: all 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	transition: all 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.talent1_swArr a:hover:before {
	-webkit-transform: translate3d(-50%, -50%, 0) rotate(45deg) scale(1);
	transform: translate3d(-50%, -50%, 0) rotate(45deg) scale(1);
}
.talent1_swArr a:hover {
	color: #fff;
}
.talent_sec2 {
	background: #eeeeee;
	padding: 100px 0;
	background: url(../images/talent2_bg.svg) no-repeat center top;
	background-size: cover;
	;
}
.talent2_tit {
	margin: 0 auto 60px;
}
.talent2_tit h2 {
	margin: 0 0 15px;
	font-size: 28px;
	line-height: 1.2;
	color: #222;
}
.talent2_tit h2 b {
	font-size: 12px;
	vertical-align: middle;
}
.talent2_tit h2 b:after {
	content: "";
	display: inline-block;
	width: 50px;
	height: 1px;
	background: #666;
	vertical-align: middle;
	margin: 0 10px;
}
.talent2_tit h2 span {
	vertical-align: middle;
	font-size: 32px;
}
.talent2_tit p {
	font-size: 18px;
	line-height: 30px;
	color: #666;
	max-width: 600px;
	margin: 0;
}
.talent2_main ul:after {
	content: "";
	display: table;
	clear: both;
}
.talent2_main ul li {
	width: 25%;
	float: left;
	border-left: solid 1px #ccc;
	padding: 5px 20px;
}
.talent2_main {
	margin: 0 auto;
	overflow: hidden;
}
.talent2_tit h3 {
	margin-bottom: 14px;
}
.talent2_lis {
	position: relative;
	opacity: 0;
	top: 100px;
}
.talent2_lis h2 {
	margin: 0 0 15px;
	font-size: 32px;
	line-height: 40px;
	color: #0b3380;
	font-weight: 600;
	letter-spacing: 0.2px;
}
.talent2_lis h2:after {
	content: '';
	width: 25px;
	height: 2px;
	background: #0b3380;
	display: block;
	margin: 16px 0 26px;
}
.talent2_lis h2 a {
	display: inline-block;
	font-size: 16px;
	margin-left: 10px;
	color: #888;
}
.talent2_lis p {
	margin: 0;
	font-size: 16px;
	line-height: 28px;
	padding-left: 20px;
	position: relative;
	color: #666;
}
.talent2_main ul {
	display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box; /* OLD - Firefox 19- (doesn't work very well) */
	display: -ms-flexbox; /* TWEENER - IE 10 */
	display: -webkit-flex; /* NEW - Chrome */
	display: flex;
	margin: 0 -20px;
}
.talent2_lis p:before {
	content: "";
	display: inline-block;
	width: 10px;
	height: 1px;
	background: #888;
	position: absolute;
	left: 0;
	top: 11px;
}
.talent2_lis p a {
	color: #888;
}
.tal3_lis {
	display: inline-block;
	padding: 0 10px;
	position: relative;
	top: 200px;
	opacity: 0;
}
.talent3_sw {
	margin: 0 -10px;
	overflow: hidden;
}
.tal3_lis img {
	height: 500px;
}
.swiper_tal3 .swiper-slide {
	width: auto;
}
.talent3_sw .swiper-wrapper {
	display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box; /* OLD - Firefox 19- (doesn't work very well) */
	display: -ms-flexbox; /* TWEENER - IE 10 */
	display: -webkit-flex; /* NEW - Chrome */
	display: flex;
	cursor: -webkit-grab;
}
.talent_sec3 {
	padding: 20px 0 0;
}
.talent_sec4 {
}
.talent4_box {
	padding: 100px 0 100px;
	margin: 0 auto;
	position: relative;
}
.talent4_box:before {
	content: "";
	display: block;
	position: absolute;
	top: -120px;
	bottom: 0;
	left: 15%;
	right: 17%;
	background: #f3f3f3;
}
.talent4_box:after {
	content: "";
	display: table;
	clear: both;
}
.talent4_l {
	width: 100%;
	position: relative;
}
.talent4_l ul {
	margin: 0 -20px;
}
.talent4_l ul:after {
	content: '';
	clear: both;
	display: table;
}
.talent4_l li {
	width: 33.33%;
	float: left;
	padding: 0 20px;
}
.talent4_num h4 {
	font-size: 26px;
	text-transform: capitalize;
	letter-spacing: 0.5px;
	color: #0b3380;
	font-family: Source Han Serif SC;
	margin: 0;
}
.talent4_li {
	position: relative;
	left: 100%;
	opacity: 0;
}
.talent4_li h3 img {
	height: 40px;
	opacity: 0.4;
	margin-right: 8px;
}
.talent4_num h3 {
	font-size: 24px;
	margin: 15px 0 20px;
	line-height: 30px;
}
.talent4_r {
	position: relative;
	width: 35%;
	float: right;
	padding: 8rem 4rem 8rem 6rem;
	left: 100%
}
.talent4_l h2 {
	margin: 0 0 14px;
	font-size: 22px;
	line-height: 1.4;
	font-weight: bold;
	color: #222;
}
.talent4_l p {
	margin: 0 0 5px;
	font-size: 15px;
	line-height: 26px;
	color: #666;
}
.talent4_r h2 {
	margin: 0 0 20px;
	font-size: 28px;
	line-height: 1.2;
	font-weight: bold;
}
.talent4_r p {
	margin: 0 0 5px;
	font-size: 14px;
	line-height: 24px;
	color: #666;
}
.talent4_r h6 {
	margin: 0 0 8px;
	font-size: 18px;
	line-height: 30px;
	color: #666;
}
.talent4_r h6 a {
	color: #222;
}
.talent5_map * {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
.talent5_map label {
	max-width: none;
}
.talent_sec5 {
	padding-bottom: 100px;
}
.talent5_left {
	width: 65%;
	float: left;
	position: relative;
	border: solid 1px #ddd;
	left: -100%;
	opacity: 0;
}
.talent5_cot {
	position: relative;
}
.talent5_cot:before {
	height: 100%;
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 15%;
	right: 17%;
	background: #f3f3f3;
}
.talent1_left {
	width: 60%;
	float: left;
	padding-right: 5%;
}
.talent1_right {
	float: right;
	width: 40%;
	position: relative;
	left: 100%;
	margin-top: 10px;
	opacity: 0;
}
.talent1_pic {
	width: 90%;
}
.talent1_pic img {
	width: 100%;
}
.talent1_li h4 {
	font-size: 24px;
	margin: 0;
	margin-bottom: 12px;
	line-height: 30px;
	color: #0b3380;
}
.talent1_li p {
	font-size: 16px;
	line-height: 28px;
	margin: 0 0 5px;
	color: #666;
}
.talent1_wz {
	width: 84%;
	margin: 20px auto 0;
	position: relative;
	left: -100%;
	opacity: 0;
}
.talent1_bottom:after {
	content: '';
	clear: both;
	display: table;
}
.talent1_jt {
	margin-left: 8%;
	margin-top: 40px;
}
.talent1_jt a {
	width: 60px;
	height: 60px;
	display: inline-block;
	float: left;
	padding: 14px;
	font-size: 32px;
	text-align: center;
	color: #0b3380;
	border: solid 1px #0b3380;
	;
}
.talent1_jt .talent1_arrr {
	border-left: 0;
}
.talent1_jt:after {
	content: '';
	display: table;
	clear: both;
} /*.talent5_map { border: solid 4px rgba(0, 120, 198, 0.8); }*/ /**talent**/
.statement_box2 {
	padding-top: 20px;
}
.scenery_img li {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	width: 100%;
}
.scenery_img li:first-child {
	position: relative;
	opacity: 1;
	z-index: 1;
}
.about3_lis li {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	opacity: 0;
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
}
.about3_lis li.curr {
	opacity: 1;
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
}
.about3_lis li:first-child {
	position: relative;
	opacity: 1;
}
.about3_lis {
	display: none;
}
.about3_lis:first-child {
	display: block;
}
.about3_page {
	text-align: center;
	font-size: 18px;
	margin-top: 10px;
}
.about3_page a {
	margin: 0 5px;
}
.about3_page span {
	margin: 0 5px 0 2px;
	color: #0b3380;
	font-weight: 600;
	font-size: 24px;
}
.about3_page b {
	font-weight: normal;
	margin: 0 2px;
}
.about3_page a i {
	font-size: 24px;
	position: relative;
	top: 1px;
}
#scenery_img {
	position: relative;
} /**careerdot**/
.careerdot {
	padding: 100px 0;
}
.careerd_t_c li {
	width: 33.33%;
	float: left;
	padding: 0 20px;
}
.careerd_t_c ul {
	margin: 0 -20px;
}
.careerd_t_c ul:after {
	content: '';
	display: table;
	clear: both;
}
.careerd_t_c li h5 {
	margin: 0;
	font-size: 16px;
	line-height: 28px;
	margin-bottom: 8px;
	color: #333;
}
.careerdot_t {
	margin-bottom: 40px;
}
.career_b_tit h3 {
	font-size: 24px;
	color: #0b3380;
	margin: 0;
	margin-bottom: 18px;
}
.career_b_wz p {
	font-size: 15px;
	line-height: 26px;
	margin: 0 0 5px;
	color: #666;
}
.career_b_wz {
	margin-bottom: 40px;
}
.career_b_lc h5 {
	margin: 0;
	font-size: 15px;
	line-height: 26px;
	margin-bottom: 5px;
} /*1.26烤箱*/
.kaox_box {
	position: relative;
	min-height: 100vh;
	z-index: 1;
	overflow: hidden;
}
.kaox_box2 {
	background: url(../default/img/index/kaox2_bg.jpg) no-repeat center center;
	background-size: cover;
}
.kaox2_bg img {
	width: 100%;
}
.kaox2_bg {
	position: absolute;
	bottom: -40vh;
	opacity: 0;
}
.kaox2_wz {
	position: absolute;
	top: 8%;
	left: 50%;
	width: 70%;
	transform: translate(-50%, 0);
	text-align: center;
	z-index: 1
}
.shuic_box1 .kaox2_wz {
	top: 29%;
}
.kaox2_wz h3 {
	line-height: 146px;
	font-size: 50px;
	font-weight: 600;
	color: #009EE8;
	margin: 0;
}
.kaox2_wz h4 {
	font-size: 30px;
	color: #fff;
	margin: 0;
	line-height: 56px;
	margin-bottom: 10px;
}
.kaox2_wz p {
	font-size: 16px;
	line-height: 26px;
	margin: 0;
	color: #fff;
	opacity: 0.8;
}
.kaox_box3 {
	background: #fff;
	min-height: auto;
	padding: 60px 0;
}
.kaox3_left {
	width: 45%;
	height: 100%;
	position: absolute;
}
.kaox3_right {
	width: 55%;
	margin-left: 45%;
	height: 100%;
}
.kaox3_cot {
	width: 70%;
	left: 20%;
	position: absolute;
	top: 42%;
	transform: translateY(-50%);
	text-align: center;
}
.kaox3_tit h3 {
	line-height: 80px;
	font-size: 40px;
	font-weight: 600;
	color: #009EE8;
	margin: 0;
}
.kaox3_wz p {
	font-size: 20px;
	line-height: 30px;
	margin: 0;
	color: #333;
}
.kaox3_bg img {
	width: 100%;
}
.kaox3_kx {
	width: 36%;
	height: 35%;
	position: absolute;
	top: 47%;
	transform: translateY(-50%);
	left: 45%;
	transition: all 2s linear;
}
.kaox3_bg {
	position: relative;
}
.kaox3_img {
	width: 79%;
	height: 100%;
	overflow: hidden;
	position: relative;
	left: 0;
	top: 0;
	transition: all 2s linear;
}
.kaox3_img img {
	width: auto;
	height: 100%;
}
.kaox3_kx.into .kaox3_img {
	left: -34%;
	top: 2%;
	width: 100%;
	transition: all 1.6s linear;
}
.kaox3_kx.into {
	width: 40%;
	height: 40%;
	transition: all 1.6s linear;
}
.kaox_box4 {
	background: #0f0702;
}
.kaox4_left {
	width: 50%;
	float: left;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	padding: 0 10% 0 15%;
}
.kaox4_right {
	width: 50%;
	height: 100%;
	margin-left: 50%;
}
.kaox4_img img {
	width: 100%;
}
.kaox4_img {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	opacity: 0;
}
.kaox4_tit h3 {
	line-height: 50px;
	font-size: 40px;
	font-weight: 600;
	color: #009EE8;
	margin: 0;
}
.kaox4_wz p {
	margin: 0 0 5px;
	font-size: 18px;
	line-height: 28px;
	color: #ccc;
}
.kaox4_tit {
	margin-bottom: 30px;
}
.kaox4_bottom li {
	width: 33.33%;
	float: left;
	border-right: solid 1px rgba(255, 255, 255, 0.3);
	padding: 0 10px;
	position: relative;
	top: 60px;
	opacity: 0;
}
.kaox4_tb img {
	width: 60px;
	margin: 0 auto;
}
.kaox4_tb {
	text-align: center;
}
.kaox4_tb h3 {
	margin: 0;
	font-size: 16px;
	margin: 0 0 5px;
	line-height: 28px;
	color: #ccc;
}
.kaox4_bottom ul:after {
	content: '';
	clear: both;
	display: table;
}
.kaox4_wz {
	margin-bottom: 30%;
}
.kaox4_bottom ul {
	margin: 0 -10px;
}
.kaox4_bottom li:last-child {
	border: 0;
}
.kaox_box5 {
	background: #fff;
}
.kaox5_right {
	width: 42%;
	position: absolute;
	height: 100%;
	right: 0;
}
.kaox5_left {
	float: left;
	width: 58%;
	position: absolute;
	bottom: 0;
	left: 0;
}
.kaox_box5:after {
	content: '';
	clear: both;
	display: table;
}
.kaox5_left img {
	width: 100%;
}
.kaox5_cot .prod3_li {
	padding-left: 90px;
	margin-bottom: 12px;
}
.kaox5_cot {
	position: absolute;
	top: 50%;
	width: 60%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.prod3_li:first-child img {
	top: 0;
	left: 0;
}
.kaox5_cot .prod3_li:first-child {
	padding-left: 80px;
}
.kaox5_cot .prod3_li {
	padding-left: 60px;
}
.prod3_li img {
	height: 46px;
	position: absolute;
	left: 0;
	top: 10px;
}
.prod3_li p {
	font-size: 20px;
}
.kaox3_bottom li {
	width: 110px;
	height: 110px;
	display: inline-block;
	margin: 0 10px;
	border: solid 1px#333;
	border-radius: 5px;
	padding: 10px;
	text-align: center;
}
.kaox3_bottom ul:after {
	content: '';
	display: table;
	clear: both;
}
.kaox3_li h3 {
	font-size: 40px;
	font-weight: 600;
	margin: 0;
	line-height: 60px;
	color: #333;
	font-family: Source Han Serif SC;
}
.kaox3_li p {
	font-size: 16px;
	line-height: 28px;
}
.kaox3_wz {
	margin-bottom: 10%;
}
.kaox5_img {
	position: relative;
	top: 40vh;
	opacity: 0;
}
.kaox9_cot {
	margin-top: 60px;
}
.kaox_box9 {
	position: relative;
	padding: 120px 0 0;
	background: #fff;
	min-height: auto;
}
.kaox9_main {
	text-align: center;
	width: 814px;
	margin: 0 auto
}
.kaox9_lis img {
	width: 100%;
}
.kaox9_lis h5 {
	margin: 5px 0 0;
	font-size: 14px;
	line-height: 24px;
	color: #222;
}
.kaox9_lis {
	margin-bottom: 5px;
	opacity: 0;
	position: relative;
	top: 100px
}
.kaox_box.kaox_box8 {
	padding: 60px 0;
	background: #1a1a1a;
	display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box; /* OLD - Firefox 19- (doesn't work very well) */
	display: -ms-flexbox; /* TWEENER - IE 10 */
	display: -webkit-flex; /* NEW - Chrome */
	display: flex;
	align-items: center;
	-webkit-align-items: center;
	box-align: center;
	-moz-box-align: center;
	-webkit-box-align: center;
}
.kaox8_img img {
	width: 100%;
}
h2.kaox8_tit {
	margin: 0 0 60px;
	font-size: 16px;
	line-height: 26px;
	color: #c5c5c5;
	text-align: center;
}
.kaox8_txt h2 {
	margin: 0 0 20px;
	font-size: 40px;
	line-height: 60px;
	color: #009ee8;
	font-weight: 600;
}
.kaox8_txt {
	padding-top: 26%;
}
.kaox8_txt p {
	margin: 0;
	font-size: 18px;
	line-height: 28px;
	color: #fff;
	opacity: 0.8;
	margin-bottom: 5px;
}
.kaox8_txt p:before {
	content: '▪';
	display: inline-block;
	margin-right: 10px;
}
.kaox8_bottom ul:after {
	content: "";
	display: table;
	clear: both;
}
.kaox8_bottom ul li {
	float: left;
	text-align: center;
	padding-right: 20px;
	position: relative;
	top: 80px;
	opacity: 0;
	max-width: 33.33%;
}
.kaox8_bottom li img {
	width: 180px;
	max-width: 100%;
}
.kaox8_bottom li p {
	margin: 10px 0 0;
	font-size: 15px;
	line-height: 26px;
	color: #fff;
	opacity: 0.7;
}
.kaox8_bottom {
	margin-top: 30px;
}
.kaox_box7 {
	background: #fff;
	padding: 60px 0;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	-webkit-align-items: center;
	box-align: center;
	-moz-box-align: center;
	-webkit-box-align: center;
	background-size: cover;
	background-position: top right;
}
.kaox_box .container {
	position: relative;
	z-index: 1;
}
.kaox7_bg {
	position: absolute;
	top: -20vh;
	left: 40vw;
	width: 100%;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	opacity: 0;
}
.kaox7_main {
	width: 90%;
	margin: 0 auto;
	max-width: 1680px;
}
.kaox7_main h2.kaox8_tit {
	color: #333;
}
.kaox7_ul ul {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: flex-end;
	-webkit-align-items: flex-end;
	box-align: end;
	-moz-box-align: end;
	-webkit-box-align: end;
}
.kaox7_ul li img {
	width: 100%;
}
.kaox7_ul ul li {
	padding: 0 5px;
	text-align: center;
}
.kaox7_ul li h2 {
	margin: 0;
	font-size: 26px;
	line-height: 1.4;
	color: #0b3380;
}
.kaox7_ul li p {
	margin: 0 0 5px;
	font-size: 14px;
	line-height: 24px;
	color: #222;
}
.kaox7_ul {
	margin: 0 -5px;
}
.kaox7_text {
	width: 50%;
	padding-top: 15%;
}
.kaox7_text h2 {
	margin: 0 0 5px;
	font-size: 40px;
	line-height: 80px;
	color: #009ee8;
	font-weight: 600;
}
.kaox7_text p {
	margin: 0 0 5px;
	font-size: 16px;
	line-height: 26px;
	color: #222;
}
.kaox7_cube:after {
	content: "";
	display: table;
	clear: both;
}
.kaox7_cubeLis {
	float: left;
	margin-right: 15px;
	border: solid 1px #009ee8;
	padding: 6px 10px;
}
.kaox7_cube {
	margin-top: 35px;
}
.kaox7_cubeLis img {
	width: auto;
	height: 28px;
	margin-right: 2px;
	vertical-align: middle;
}
.kaox7_cubeLis span {
	vertical-align: middle;
	font-size: 14px;
	line-height: 1.4;
	color: #222;
}
.kaox6_main img {
	width: 100%;
}
.kaox_box.kaox_box6 {
	padding: 60px 0;
	text-align: center;
	background: #1a1a1a;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	-webkit-align-items: center;
	box-align: center;
	-moz-box-align: center;
	-webkit-box-align: center;
}
.kaox6_title {
	margin: 0 0 30px;
}
.kaox6_title h2 {
	margin: 0 0 5px;
	font-size: 40px;
	line-height: 80px;
	color: #009ee8;
	font-weight: 600;
}
.kaox6_title h3 {
	margin: 0 0 5px;
	font-size: 20px;
	line-height: 30px;
	color: #fff;
	opacity: 0.8;
}
.kaox6_title p {
	margin: 0;
	font-size: 18px;
	line-height: 28px;
	color: #aaa;
}
.kaox6_main {
	position: relative;
}
.kaox6_show {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	transition: all 0.8s ease-in-out;
	-webkit-transition: all 0.8s ease-in-out;
	-moz-transition: all 0.8s ease-in-out;
	-ms-transition: all 0.8s ease-in-out;
	-o-transition: all 0.8s ease-in-out;
}
.kaox6_show.kaox6_show1 {
	opacity: 0;
}
.kaox6_show.kaox6_show2 {
	height: 0;
}
.kaox6_main.active .kaox6_show.kaox6_show1 {
	opacity: 1;
}
.kaox6_main.active .kaox6_show.kaox6_show2 {
	height: 100%;
	transition-delay: 0.9s;
	-webkit-transition-delay: 0.9s;
	-moz-transition-delay: 0.9s;
	-ms-transition-delay: 0.9s;
	-o-transition-delay: 0.9s;
}
.kaox_box10 {
	background: #fff;
	min-height: auto;
	padding: 120px 0;
}
.kaox10_tit h3 {
	font-size: 40px;
	margin: 0;
	line-height: 80px;
	color: #333;
}
.kaox10_tit {
	margin-bottom: 60px;
}
.kaox10_img img {
	width: 140%;
	margin-left: -20%;
}
.kaox10_wz h4 {
	margin: 0;
	font-size: 22px;
	font-weight: 600;
}
.kaox10_wz {
	padding: 20px 0 0;
}
.kaox10_li {
	position: relative;
	top: 100px;
	opacity: 0;
}
.kaox10_cot .prod1_more {
	margin-top: 60px;
}
.kaox10_cot .prod1_more img {
	top: -2px;
} /**1.29**/
.prod_btn {
	position: absolute;
	top: 0;
	left: 15px;
	height: 100%;
	width: 140px;
	text-align: left;
}
.prod_bottom .container {
	position: relative;
}
.prod_btn ul {
	display: none;
	position: absolute;
	top: 61px;
	left: 0;
	width: 100%;
	z-index: 1;
	text-align: left;
	background: #f9f9f9;
	border: solid 1px #ddd;
	border-top: 0;
}
.prod_btn h3 {
	text-align: left;
	height: 60px;
	line-height: 60px;
	padding: 0;
	font-size: 18px;
	cursor: pointer
}
.prod_btn li {
	float: none;
	text-align: left;
	padding: 0 !important;
}
.prod_btn li a {
	line-height: 40px;
	font-size: 16px;
	padding: 0 20px;
}
.prod_btn li a:hover {
	background: #0b3380;
	color: #fff;
}
.prod_btn h3 i {
	margin-right: 16px;
	font-size: 22px;
	position: relative;
	top: 1px;
	color: #0b3380;
	cursor: pointer
}
.prod_top {
	position: absolute;
	z-index: 8;
	width: 100%;
	top: 0px;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}
.prod_top.hidd {
	position: fixed;
	top: 0px;
	/* transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease; */
}
.prod_top.scrollT {
	top: 0px;
	/* transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease; */
} /**水槽**/
.shuic_box1 {
	background: #141414;
}
.shuic_box1:before {
	content: '';
	background: linear-gradient(to top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.35) 100%);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.shuic5_wz p img {
	width: 40px;
	line-height: 40px;
	margin-bottom: 12px;
	margin-right: 12px
}
.shuic2_bg {
	position: relative;
	top: 20vh;
	opacity: 0
}
.shuic2_bg img {
	width: 100%;
}
.shuic2_wz {
	text-align: center;
}
.shuic_box2 {
	padding: 80px 0 40px;
}
.shuic2_wz h3 {
	line-height: 80px;
	font-size: 40px;
	font-weight: 600;
	color: #009EE8;
	margin: 0;
}
.shuic2_bottom li {
	float: left;
	width: 140px;
	padding: 0 15px;
	position: relative;
	top: 80px;
	opacity: 0
}
.shuic2_bottom {
	text-align: center;
	margin-top: 20px;
}
.shuic2_bottom ul {
	display: inline-block;
}
.shuic2_bottom ul:after {
	content: '';
	display: table;
	clear: both
}
.shuic2_lis {
}
.shuic2_img img {
	width: 100%;
}
.shuic2_lis h5 {
	margin: 10px 0 0;
	line-height: 40px;
	font-size: 20px
}
.shuic_box3 {
	background: #141414;
	padding: 120px 0;
}
.shuic3_img {
	width: 60%;
	position: relative;
}
.shuic3_img img {
	max-width: 100%;
}
.shuic3_lis {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.shuic3_lis:last-child {
	position: relative;
	margin-top: 35vh;
}
.shuic3_lis:nth-child(1) {
	top: 0;
	z-index: 4;
}
.shuic3_lis:nth-child(2) {
	top: 0;
	z-index: 3;
}
.shuic3_lis:nth-child(3) {
	top: 0;
	z-index: 2;
}
.shuic3_lis:nth-child(4) {
	z-index: 6;
}
.shuic3_lis:nth-child(5) {
	z-index: 5;
}
.shuic3_left {
	position: relative;
}
.shuic3_wz {
	position: absolute;
	top: 40%;
	left: 85%;
	width: 0;
	white-space: nowrap;
	color: #fff;
	transform: translateY(-50%);
	font-size: 16px;
	line-height: 28px;
	opacity: 0;
}
.shuic3_lis:last-child .shuic3_wz:nth-child(2) {
	top: 40%;
}
.shuic3_lis:last-child .shuic3_wz:last-child {
	top: 80%
}
.shuic3_wz span {
	position: relative;
	width: 120px;
	border-top: solid 1px #009ee8;
	display: inline-block;
	margin-right: 8px;
	top: -6px;
}
.shuic_box3 .col-sm-5 {
	position: absolute;
	height: 100%;
	right: 0;
}
.shuic_box3 .row {
	position: relative;
}
.shuic3_right {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.shuic3_txt h3 {
	margin: 0 0 20px;
	font-size: 40px;
	line-height: 60px;
	color: #009ee8;
	font-weight: 600;
}
.shuic3_txt p {
	margin: 0;
	font-size: 18px;
	line-height: 28px;
	color: #fff;
	opacity: 0.8;
	margin-bottom: 5px;
}
.shuic3_txt p:before {
	content: "▪";
	display: inline-block;
	margin-right: 10px;
}
.shuic4_txt {
	font-size: 20px;
	position: absolute;
	top: 30%;
	left: 60%;
	z-index: 5;
	cursor: pointer;
}
.shuic_box4 {
	padding: 80px 0;
	text-align: center;
}
.shuic4_tit h3 {
	line-height: 80px;
	font-size: 40px;
	font-weight: 600;
	color: #000;
	margin: 0;
}
.shuic4_tit {
	margin-bottom: 30px;
}
.shuic4_tit img {
	width: 44px;
	position: relative;
	margin: 0 10px;
	top: -3px;
}
.shuic4_wz p {
	margin: 0;
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 5px;
	color: #333;
}
.shuic4_img {
	position: relative;
	display: inline-block;
	opacity: 0;
	top: 30vh;
}
.shuic4_rotate {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.shuic4_rotate img {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
}
.shuic4_img img {
	max-width: 100%;
}
.shuic4_xz {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.shuic4_cot {
	margin-top: 80px;
	position: relative
}
.shuic4_rotate img {
	opacity: 0;
}
.shuic4_rotate img.into {
	opacity: 1;
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
}
.shuic_box5 {
	background: #030000;
	padding: 80px 0 0;
	position: relative;
}
.shuic5_right {
	width: 50%;
	float: right;
}
.shuic_box5:after {
	content: '';
	display: table;
	clear: both;
}
.shuic5_left {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 50%;
	padding: 0 6% 0 10%;
}
.shuic5_wz h3 {
	margin: 0 0 20px;
	font-size: 40px;
	line-height: 60px;
	color: #009ee8;
	font-weight: 600;
}
.shuic5_wz p {
	margin: 0;
	font-size: 20px;
	line-height: 28px;
	color: #fff;
	opacity: 0.8;
	margin-bottom: 5px;
} /*.shuic5_wz p:before {content: "▪";display: inline-block;margin-right: 10px;} */
.shuic5_wz {
	position: absolute;
	top: 50%;
	left: 30%;
	width: 58%;
	transform: translateY(-50%);
}
.shuic5_mask {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0
}
.shuic5_img {
	position: relative;
	top: 30vh;
	opacity: 0
}
.shuic5_img img {
	max-width: 100%;
}
.shuic5_bz {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0
}
.shuic_box {
	overflow: hidden
}
.pro_arrr, .pro_arrl {
	display: none
} /**1.31**/
.about_box0 {
	position: relative;
}
.ab2_box {
	padding: 150px 0 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center
}
.ab2_box>span {
	width: 110%;
	height: 110%;
	position: absolute;
	top: -5%;
	left: -5%;
	filter: blur(4px);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center
}
.ab2_bt {
	width: 80%;
	margin: 120px auto;
}
.ab2_timeline {
	width: 80%;
	margin: 0 auto;
	padding-bottom: 80px;
}
.ab2_bt h2 {
	font-size: 95px;
	margin: 0;
	font-weight: bold;
	color: #fff;
	white-space: nowrap;
}
.ab2_bt h3 {
	color: #033667;
	font-size: 56px;
	margin: 0;
	position: relative;
	margin-top: -28px;
	left: 90px;
	font-family: 'Source Han Serif SC';
	font-weight: bold;
	white-space: nowrap;
}
ul.ab2_tl {
	list-style: none;
	padding: 0;
	margin: 0;
	-webkit-transition: opacity .2s cubic-bezier(.25, .74, .22, .99);
	transition: opacity .2s cubic-bezier(.25, .74, .22, .99);
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-content: space-between;
	-ms-flex-line-pack: justify;
	align-content: space-between;
	padding: 300px 0 80px;
}
ul.ab2_tl li {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	position: relative;
}
ul.ab2_tl time {
	position: absolute;
}
ul.ab2_tl time {
	font-size: 16px;
	line-height: 20px;
	letter-spacing: .05em;
	font-weight: 500;
	text-transform: uppercase;
	text-align: center;
	width: 60px;
	top: 0;
	left: -30px;
	padding-top: 18px;
	-webkit-transition: color 150ms cubic-bezier(.25, .74, .22, .99);
	transition: color 150ms cubic-bezier(.25, .74, .22, .99);
}
ul.ab2_tl time, ul.ab2_tl time:after, ul.ab2_tl time:before {
	-webkit-transition-delay: .2s;
	transition-delay: .2s;
}
ul.ab2_tl time:after, ul.ab2_tl time:before {
	content: "";
	display: block;
	position: absolute;
}
ul.ab2_tl time:before {
	left: 19px;
	top: -10px;
	width: 21px;
	height: 21px;
	border: 1px solid #333; /*border-color: rgba(255,255,255,.35);*/
	border-radius: 21px;
	-webkit-transition: border-color 150ms cubic-bezier(.25, .74, .22, .99);
	transition: border-color 150ms cubic-bezier(.25, .74, .22, .99);
}
ul.ab2_tl time:after {
	left: 24px;
	top: -5px;
	width: 11px;
	height: 11px;
	border-radius: 11px; /*background-color: rgba(255,255,255,.35);*/
	background-color: #333;
	-webkit-transition: background-color 150ms cubic-bezier(.25, .74, .22, .99);
	transition: background-color 150ms cubic-bezier(.25, .74, .22, .99);
}
ul.ab2_tl time { /*color: rgba(255,255,255,.35);*/
	color: #333;
}
ul.ab2_tl li:after, ul.ab2_tl li:before {
	content: "";
	display: block;
	position: absolute;
}
ul.ab2_tl li:before {
	left: 10px;
	right: 11px;
	border-top: 1px solid #333;
	border-color: #333;
}
ul.ab2_tl li:after {
	width: 100%;
	min-width: 100px;
	height: 140px;
	left: 0;
	top: -70px;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
ul.ab2_tl li span:after, ul.ab2_tl li span:before {
	content: "";
	display: block;
	position: absolute;
}
ul.ab2_tl li span:before {
	left: 0;
	bottom: 10px;
	height: 118px;
	border-left: 1px solid #333;
	border-color: #333;
	-webkit-transform: scaleY(0);
	-ms-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: bottom;
	-ms-transform-origin: bottom;
	transform-origin: bottom;
	-webkit-transition: -webkit-transform 150ms cubic-bezier(.25, .74, .22, .99);
	transition: transform 150ms cubic-bezier(.25, .74, .22, .99);
	-webkit-transition-delay: 50ms;
	transition-delay: 50ms;
}
ul.ab2_tl li span:after {
	left: 0;
	width: 7px;
	bottom: 128px;
	border-top: 1px solid #333;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: left;
	-ms-transform-origin: left;
	transform-origin: left;
	-webkit-transition: -webkit-transform 50ms cubic-bezier(.25, .74, .22, .99);
	transition: transform 50ms cubic-bezier(.25, .74, .22, .99);
}
ul.ab2_tl li p {
	position: absolute;
	font-size: 16px;
	line-height: 24px;
	margin: 0 0 4px;
	color: #333;
	left: 20px;
	top: -150px;
	width: 360px;
	opacity: 0;
	pointer-events: none;
	-webkit-transform: translateX(-10px);
	-ms-transform: translateX(-10px);
	transform: translateX(-10px);
	-webkit-transition: opacity 125ms cubic-bezier(.25, .74, .22, .99), -webkit-transform 125ms cubic-bezier(.25, .74, .22, .99);
	transition: opacity 125ms cubic-bezier(.25, .74, .22, .99), transform 125ms cubic-bezier(.25, .74, .22, .99);
}
ul.ab2_tl li:last-child {
	-webkit-box-flex: 0;
	-webkit-flex-grow: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
}
ul.ab2_tl li:last-child:before {
	display: none;
}
ul.ab2_tl li:last-child span:after {
	left: auto;
	right: -1px;
	-webkit-transform-origin: right;
	-ms-transform-origin: right;
	transform-origin: right;
}
ul.ab2_tl li:last-child p {
	left: auto;
	right: 20px;
	-webkit-transform: translateX(10px);
	-ms-transform: translateX(10px);
	transform: translateX(10px);
	text-align: right;
}
ul.ab2_tl li:nth-last-child(2) span:after, ul.ab2_tl li:nth-last-child(3) span:after {
	left: auto;
	right: 100%;
	margin-right: -1px;
	-webkit-transform-origin: right;
	-ms-transform-origin: right;
	transform-origin: right;
}
ul.ab2_tl li:nth-last-child(2) p, ul.ab2_tl li:nth-last-child(3) p {
	left: auto;
	right: 100%;
	text-align: right;
	-webkit-transform: translateX(-8px);
	-ms-transform: translateX(-8px);
	transform: translateX(-8px);
}
ul.ab2_tl li:hover p, ul.ab2_tl li.active p {
	opacity: 1;
	z-index: 0;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	-webkit-transition-duration: 250ms;
	transition-duration: 250ms;
	-webkit-transition-delay: .112s;
	transition-delay: .112s;
}
ul.ab2_tl li:hover:nth-last-child(2) p, ul.ab2_tl li:hover:nth-last-child(3) p {
	-webkit-transform: translateX(-18px);
	-ms-transform: translateX(-18px);
	transform: translateX(-18px);
}
ul.ab2_tl li:hover span:before, ul.ab2_tl li.active span:before {
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transform: scaleY(1);
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}
ul.ab2_tl li:hover span:after, ul.ab2_tl li.active span:after {
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transition-delay: 150ms;
	transition-delay: 150ms;
}
ul.ab2_tl li:hover time, ul.ab2_tl li.active time {
	color: #0b3380;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}
ul.ab2_tl li:hover time:before, ul.ab2_tl li.active time:before {
	border-color: #0b3380;
}
ul.ab2_tl li:hover time:after, ul.ab2_tl li.active time:after {
	background-color: #0b3380;
}
.ab2_img img {
	width: 260px;
}
.ab2_img {
	position: absolute;
	bottom: 170px;
	opacity: 0;
	left: 0;
	pointer-events: none;
	-webkit-transform: translateX(-10px);
	-ms-transform: translateX(-10px);
	transform: translateX(-10px);
	-webkit-transition: opacity 125ms cubic-bezier(.25, .74, .22, .99), -webkit-transform 125ms cubic-bezier(.25, .74, .22, .99);
	transition: opacity 125ms cubic-bezier(.25, .74, .22, .99), transform 125ms cubic-bezier(.25, .74, .22, .99);
}
ul.ab2_tl li:hover .ab2_img {
	opacity: 1;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	-webkit-transition: opacity 125ms cubic-bezier(.25, .74, .22, .99), -webkit-transform 125ms cubic-bezier(.25, .74, .22, .99);
	transition: opacity 125ms cubic-bezier(.25, .74, .22, .99), transform 125ms cubic-bezier(.25, .74, .22, .99);
}
ul.ab2_tl li:nth-last-child(2) .ab2_img, ul.ab2_tl li:nth-last-child(3) .ab2_img {
	left: auto;
	right: 100%;
	text-align: right;
	-webkit-transform: translateX(-8px);
	-ms-transform: translateX(-8px);
	transform: translateX(-8px);
}
ul.ab2_tl li:last-child .ab2_img {
	left: auto;
	right: 20px;
	-webkit-transform: translateX(10px);
	-ms-transform: translateX(10px);
	transform: translateX(10px);
	text-align: right;
} /**2.6**/
.prod_box11 {
	background: #fff;
	position: relative;
	padding-top: 120px;
}
.prod11_left {
	width: 46%;
	float: left;
	padding-right: 40px;
}
.prod11_right {
	width: 54%;
	float: left;
}
.prod11_right img {
	max-width: 100%;
}
.prod11_left h3 {
	margin: 0;
	font-size: 28px;
	font-weight: 600;
	color: #0b3380;
	margin-bottom: 20px;
}
.prod11_left h3 span {
	margin-left: 10px;
}
.prod11_lis {
	margin-bottom: 20px;
}
.prod11_lis h4 {
	font-size: 20px;
	color: #0b3380;
	margin: 0;
	font-weight: 600;
	margin-bottom: 6px;
}
.prod11_lis li {
	font-size: 14px;
	line-height: 24px;
	color: #666;
}
.prod11_lis li span {
	min-width: 110px;
	display: inline-block;
}
.prod11_lis ul:after {
	content: '';
	display: table;
	clear: both;
}
.prod11_cot:after {
	content: '';
	display: table;
	clear: both;
}
.prod11_cot {
	width: 90%;
	margin: 0 auto;
	max-width: 940px;
}
.prod11_page .swiper-active-switch {
	background: #0b3380;
}
.prod11_page {
	bottom: 0;
}
.prod_box12 {
	padding: 0 0 120px;
	background: #fff;
	position: relative;
}
.news1_sele {
	float: left;
}
.news1_sele li {
	float: left;
	margin-right: 12px;
}
.news1_sele li a {
	line-height: 46px;
	padding: 0 10px;
	font-size: 16px;
	background: #cecece;
	color: #fff;
}
.news1_sele li.active a {
	background: #023064;
}
.news1_tit h3 {
	margin-bottom: 30px;
} /**newsdot**/
.newsdot_left {
	width: 72%;
	float: left;
	padding-right: 30px;
}
.newsdot_right {
	float: left;
	width: 28%;
	padding-left: 30px;
}
.newsd1_tit h3 {
	margin: 0;
	text-align: center;
	background: #f6f6f6;
	line-height: 48px;
}
.newsd1_r_cot {
	border: solid 1px #eee;
	padding: 20px;
}
.newsd1_tit {
	margin-bottom: 24px;
}
.newsd1_rlis {
	border-bottom: dashed 1px #ddd;
	padding: 10px 0;
}
.newsd1_rlis a:hover h3 {
	color: #0b3380;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}
.newsd1_r_img img {
	width: 100%;
}
.newsd1_r_wz {
	text-align: center;
}
.newsd1_r_wz h3 {
	margin: 0;
	font-size: 20px;
	color: #333;
	line-height: 30px;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}
.newsd_cot {
	width: 100% !important;
}
.newsd_r1 {
	margin-bottom: 40px;
}
.newsd_r1 {
	margin-bottom: 40px;
}
.newsd2_img img {
	width: 100%;
}
.newsd2_wz {
	position: absolute;
	bottom: 0;
	width: 100%;
	left: 0;
	background: rgba(0, 0, 0, 0.5);
	padding: 10px 20px;
}
.newsd2_r_lis {
	position: relative;
	margin-bottom: 20px;
}
.newsd2_wz h4 {
	color: #fff;
	font-size: 14px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin: 0;
	line-height: 24px;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}
.newsd2_wz p {
	color: #fff;
	opacity: 0.8;
	font-size: 13px;
	margin: 0;
	line-height: 20px;
}
.newsd2_r_lis:hover h4 {
	color: #0b3380;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
} /**join**/
.join7_cot li {
	width: 33.33%;
	float: left;
	padding: 0 18px;
}
.join7_img img {
	width: 100%;
}
.join7_cot ul {
	margin: 0 -18px;
}
.join7_lis {
	text-align: center;
}
.join7_wz h3 {
	font-size: 22px;
	margin: 0;
	line-height: 30px;
}
.join7_wz {
	padding: 10px 0;
}
.join_box7 {
	padding: 100px 0;
	background: #f5f5f5;
}
.join .ind_box6 {
	background: #fff;
} /**面包屑**/
.news {
	position: relative
}
.bread_box {
	width: 100%;
	padding: 60px 0 0;
}
.service .bread_box, .news .bread_box {
	position: absolute;
	top: 0;
	width: 100%;
}
.bread_box li {
	display: inline-block;
	padding: 0 7px;
	font-size: 16px;
	color: #333;
	line-height: 28px;
}
.bread_box li a:hover {
	text-decoration: underline;
	color: #0b3380;
}
.bread_box li.active a {
	color: #0b3380;
	text-decoration: underline;
}
.bread_box li img {
	width: 16px;
	position: relative;
	top: -1px;
	margin-right: 4px;
}
.about2_arrl, .about2_arrr {
	display: none
}
.about2_wz h3 {
	margin: 0;
	font-size: 16px;
	display: none;
}
/*map*/
.sitmap {
	padding: 50px 0 60px;
}
.sitmap_box {
	margin-bottom: 50px;
	border-bottom: 1px #ddd solid;
	padding-bottom: 10px;
}
.sitmap_titie {
	width: 100%;
	text-align: left;
	border-bottom: 1px #ddd solid;
	font-size: 20px;
	line-height: 60px;
	color: #000;
	font-weight: bold;
}
.sitmap_titie a {
	color: #000
}
.sitmap_titie a:hover {
	color: #005bac
}
.sitmap_titie_small li {
	float: left;
	margin-right: 50px;
	line-height: 40px;
}
.sitmap_titie_small li a {
	font-size: 15px;
}
.sitmap_titie_small li a:hover {
	color: #005bac
}
.sitmap_titie_small li ul {
	margin-bottom: 20px;
}
.sitmap_titie_small li ul li {
	line-height: 25px;/*width:215px;*/
}
.sitmap_menu.clear h3 {
	float: left;
	padding-right: 40px;
}
.sitmap_titie_small li ul li a {
	font-size: 15px;
	color: #999
}

/*map*/


/** video_box **/
.video_box{
	height:auto;
	}
.video_div{
	height:auto;
	}
.video_div ul{
	height:auto;
	}
.video_div ul li{
	height:auto;
	margin-bottom:40px;
	}
.video_tp{
	height:auto;
	position: relative;
	border: 3px solid #0b3380;
	}
.video_tp a{
	overflow:hidden;
	}
.video_tp a img{
	-moz-transform: scale(1); 
	-ms-transform: scale(1); 
	-webkit-transform: scale(1); 
	transform: scale(1.0); 
	-moz-transition: all 0.4s; 
	-o-transition: all 0.4s; 
	-webkit-transition: all 0.4s; 
	transition: all 0.4s;
	}
.video_time{
	background: #0b3380;
    color: #fff;
    position: absolute;
    bottom: 0;
    right: 0;
    line-height: 30px;
    padding: 3px 15px;
    letter-spacing: 3px;
    font-size: 14px;
	}
.video_sjan{
	width:60px;
	height:60px;
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-30px;
	margin-left:-30px;
	}
.video_nm{
	height:auto;
	margin-top:10px;
	border-bottom: 1px dotted #ddd;
    padding-bottom: 5px;
	}
.video_nm a{
	line-height:30px;
	text-align: center;
	font-size:18px;
	color: #333;
	letter-spacing: 1px;
	}
.video_div ul li:hover .video_tp a img{
	-moz-transform: scale(1); 
	-ms-transform: scale(1); 
	-webkit-transform: scale(1);
	transform: scale(1.1); 
	-moz-transition: all 0.4s; 
	-o-transition: all 0.4s; 
	-webkit-transition: all 0.4s; 
	transition: all 0.4s;
	}
.video_div ul li:hover .video_nm a{
	color:#0b3380;
	}
.video_spmc{
	line-height: 50px;
    text-align: center;
    font-size: 32px;
	}
.video_spwj{
	width:80%;
	height:auto;
	margin:30px auto;
	}

/** video_box **/








@media(max-width:1600px) {
.prod6_cot {
	width: 74%;
}
.prod6_left {
	min-width: 580px;
}
}

@media(max-width:1300px) {
.prod6_cot {
	width: 80%;
}
.careerd_t_c li {
	width: 50%;
}
.prod1_img {
	background-size: 110% !important;
}
}

@media(max-width:1200px) {
.prod1_img {
	background-size: 120% !important;
	background-position: center 0px !important;
}
.prod6_left {
	width: 50%;
	min-width: 440px;
	margin-top: 60px;
}
.prod6_bz {
	width: 292px;
	height: 88px;
}
.prod6_sm_fire {
	width: 75px;
	left: 70px;
	height: 120px;
}
.prod6_bg_fire {
	width: 95px;
	height: 190px;
	position: absolute;
	left: 205px;
}
.prod6_top {
	height: 250px;
}
.join4_left {
	width: 50%;
	left: 5%;
}
.join4_right {
	width: 50%;
	right: -20%;
}
.about1_left {
	display: none;
}
.about1_right {
	width: 100%;
}
}

@media(max-width:991px) {
	.yanwrapper{padding-top: 0;}
.about2_wz h3 {
	margin: 0;
	font-size: 20px;
	margin-bottom: 15px;
	display: block;
}
.about2_arrl, .about2_arrr {
	display: block
}
.about2_top_cot>a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	display: block;
	z-index: 2
}
.about2_top_cot .about2_arrr {
	right: 0;
}
.about2_top_cot .about2_arrl {
	left: 0;
}
.newsd2_wz {
	padding: 6px 9px;
}
.about2_list {
	padding: 0 15px;
}
.hide_xs {
	display: none
}
.prod11_cot {
	width: 100%;
}
.prod11_left {
	float: none;
	width: 100%;
	padding-right: 0;
}
.prod11_right {
	width: 100%;
	margin-top: 30px;
}
.about2_top {
	width: 100%;
	margin-left: 0;
}
.about2_top_cot {
	position: relative;
	padding: 0 15px;
	margin-left: 0;
	width: 100%;
	min-width: 580px;
	margin: 0 auto;
}
.about2_line {
	display: none
}
.about2_bottom {
	display: none
}
.pro_arrr, .pro_arrl {
	display: block
}
.pro_arrl {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	font-size: 24px;
	padding: 0 5px;
	left: -4%;
	z-index: 2;
	line-height: 40px;
	color: #666;
}
.pro_arrr {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	font-size: 24px;
	padding: 0 5px;
	right: -4%;
	z-index: 2;
	line-height: 40px;
	color: #666;
}
.prod_bottom {
	padding: 0 12%;
}
.prod1_img:first-child {
	display: none;
}
.prod_ttop {
	display: none
}
.prod_bottom {
	display: block
}
.prod1_img {
	background-attachment: inherit !important;
	background-size: 130% !important;
}
.kaox4_left {
	padding: 0 0% 0 10%;
}
.kaox9_main {
	max-width: 100%;
	padding: 0 15px;
}
.kaox_img:first-child {
	display: none;
}
.kaox_img {
	background-attachment: inherit !important;
}
.prod1_line {
	display: none;
}
.prod_box1 .prod1_more {
	display: none;
}
.prod1_wz {
	top: 82%;
}
.prod2_item {
	bottom: 22%;
	position: absolute;
	left: 50%;
	margin-left: -410px;
}
.prod2_item li a {
	height: 44px;
	line-height: 44px;
}
.prod2_item ul {
	width: 140px;
}
.prod4_wz {
	width: 42%;
}
.prod4_wz h3 {
	line-height: 40px;
	font-size: 30px;
}
.prod4_wz p {
	font-size: 16px;
	line-height: 26px;
}
.prod3_li:first-child p {
	line-height: 40px;
	font-size: 30px;
}
.prod2_wz h3 {
	line-height: 40px;
	font-size: 30px;
}
.prod5_wz h3 {
	font-size: 30px;
	line-height: 40px;
}
.prod5_wz p {
	font-size: 16px;
	line-height: 26px;
}
.prod5_wz p br {
	display: none
}
.prod6_r_tit {
	padding-left: 60px;
	height: 60px;
	line-height: 50px;
}
.prod6_r_tit img {
	top: -4px;
	width: 54px;
}
.prod6_bot p {
	margin-bottom: 20px;
	font-size: 16px;
}
.prod_box6 {
	min-height: 120vh;
	height: auto;
}
.prod6_wz h3 {
	line-height: 40px;
	font-size: 30px;
}
.prod7_tit h3 {
	margin-top: 20px;
	line-height: 40px;
	font-size: 30px;
}
.prod7_cot {
	width: 100%;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	margin: 0;
}
.prod7_wz h4 {
	height: 50px;
	line-height: 50px;
	font-size: 20px;
}
.prod7_wz h4 img {
	width: 44px;
}
.prod_box8 {
	height: auto;
	min-height: 120vh;
}
.prod1_more {
	padding-bottom: 50px;
}
.prod8_tit h3 {
	font-size: 30px;
}
.prod_bottom li a {
	font-size: 16px;
} /*about*/
.about1_year {
	font-size: 100px;
}
.about1_name {
	font-size: 20px;
}
.about1_name:before {
	margin-right: 20px;
	width: 130px;
}
.about1_wz h3 {
	font-size: 24px;
	line-height: 34px;
}
.about3_li h3 {
	font-size: 55px;
} /*about*/ /*join*/
.join3_bottom li:after {
	left: -20px;
}
.join4_left {
	width: 50%;
	left: 5%;
}
.join4_right {
	width: 50%;
	right: -10%;
} /*join*/ /*servic*/
.service3_wz a {
	padding: 0;
}
.service3_li {
	padding: 30px 10px;
}
.service3_wz a span {
	width: 200px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	padding-left: 10px;
	padding-right: 40px;
} /*servic*/ /*news*/
.news1_tit h3 {
	padding-left: 40px;
}
.news1_tit h3:before {
	left: 0;
} /*news*/ /*talent*/
.talent4_r {
	padding: 8rem 2rem 8rem 3rem;
} /*story*/
.story2_cot li {
	width: 50%;
} /*story*/
}

@media (max-width: 768px) { /*about*/
.about_box1 {
	padding: 0px;
	padding-top: 40px;
}
.ab1_tit h3 {
	font-size: 20px;
	line-height: 34px;
}
.ab1_tit {
	margin-bottom: 20px;
}
.about1_wz li {
	width: 100%;
}
.ab1_tp {
	transform: none;
	width: 100%;
}
.about1_right {
	opacity: 1;
	right: 0px;
	width: 100%;
	position: inherit;
	top: initial;
	padding-bottom: 50px;
	transform: initial;
	padding-top: 0;
}
.about1_tit {
	top: -10px;
}
.about1_img {
	opacity: 1;
	left: 0px;
}
.about1_year {
	font-size: 24px;
	line-height: 34px;
}
.about1_wz h3 {
	font-size: 16px;
	line-height: 26px;
	margin-bottom: 20px;
}
.about1_wz {
	width: 100%;
}
.about1_cot {
	margin-top: 0;
}
.about1_left {
	float: left;
	width: 100%;
	margin-bottom: 50px;
}
.about1_l_bg {
	padding-right: 0px;
	width: 100%;
	padding-top: 0;
}
.about1_year.into {
	transform: inherit;
}
.about1_name:before {
	height: 1px;
	margin-bottom: 20px;
}
.about1_name {
	font-size: 16px;
	line-height: 26px;
}
.about1_tb {
	display: none;
}
.about1_wz p {
	font-size: 12px;
	line-height: 22px;
}
.about2_left {
	opacity: 1;
	left: 0px;
	width: 100%;
}
.about2_right {
	width: 100%;
}
.about2_wz p {
	font-size: 12px;
	line-height: 22px;
}
.about2_wz {
	padding-top: 30px;
}
.about2_tb img {
	opacity: 1;
	transform: scale(1);
}
.about2_tb {
	width: 100%;
	margin-left: 0;
}
.about_box2 {
	padding-bottom: 0px;
}
.about3_img {
	opacity: 1;
	left: 0px;
}
.about3_r_cot {
	opacity: 1;
	left: 0px;
	padding: 10% 22%;
}
.about_box3 {
	margin-top: 50px;
}
.about3_left {
	width: 100%;
	position: inherit;
	padding: 50px 15px 30px;
}
.about3_right {
	width: 100%;
	padding: 50px 15px 0;
}
.about3_img {
	position: relative;
	top: initial;
	transform: initial;
	width: 100%;
}
.about3_li h3 {
	font-size: 24px;
	line-height: 34px;
	margin-bottom: 0;
	padding-bottom: 25px;
}
.about3_wz p {
	line-height: 22px;
	font-size: 12px;
}
.about3_r_cot a {
	padding: 25px 0;
}
.about3_jtl, .about3_jtr {
	height: 60px;
	width: 50px;
}
.about4_top {
	opacity: 1;
	top: 0px;
}
.about_box4 {
	padding: 50px 0 50px;
}
.about4_left p {
	font-size: 12px;
	line-height: 22px;
}
.about4_right h5 {
	line-height: 22px;
	font-size: 12px;
}
.about4_tb {
	display: none;
}
.about4_bottom {
	margin-top: 40px;
}
.about4_left {
	width: 50%;
	padding: 0;
}
.about4_item {
	opacity: 1;
	top: 0px;
	margin: 0 -10px 0;
}
.about4_b_tit {
	margin-bottom: 0;
}
.about4_li {
	width: 100%;
	padding: 10px 10px 0;
}
.about4_lis {
	width: 100%;
	padding: 10px 10px 0;
	float: none;
}
.about4_sub button {
	width: 100%;
	line-height: 40px;
	height: 40px;
	font-size: 12px;
}
.about4_li input {
	font-size: 12px;
	line-height: 40px;
	height: 40px;
}
.about4_lis input {
	line-height: 40px;
	height: 40px;
	font-size: 12px;
}
.about4_lis textarea {
	font-size: 12px;
} /*about*/ /*career*/
.school_sec2 {
	padding: 40px 0 20px !important;
}
.school2_li {
	opacity: 1;
	top: 0px;
}
.school21_cot li {
	width: 100%;
	margin-bottom: 30px;
}
.school2_wz h3 {
	font-size: 16px;
} /*career*/ /*careerdot*/
.careerdot {
	padding: 40px 0 50px;
}
.career_b_tit h3 {
	font-size: 16px;
}
.careerd_t_c li h5 {
	font-size: 12px;
	line-height: 22px;
	margin-bottom: 4px;
}
.career_b_wz p {
	font-size: 12px;
	line-height: 22px;
}
.career_b_lc h5 {
	font-size: 12px;
	line-height: 22px;
}
.carent_b_btn a {
	width: 130px;
	line-height: 36px;
	height: 40px;
	font-size: 12px;
	font-weight: normal;
	letter-spacing: 1px;
}
.careerd_t_c li {
	width: 100%;
}
.career_b_wz {
	margin-bottom: 30px;
} /*careerdot*/
.main_cot {
	padding: 0px 0 0;
} /**talent**/
.main_img {
	height: 45vh;
}
.talent_sec1 {
	padding: 50px 0;
}
.talent1_topTxt {
	width: 100%;
	min-width: auto;
}
.talent1_topTxt p {
	margin: 0 0 10px;
	font-size: 12px;
	line-height: 22px;
}
.talent1_top {
	margin: 0 0 40px;
}
.talent1_svg {
	position: absolute;
	top: 0;
	left: -5%;
	width: 115%;
}
.talent1_img img {
	max-width: 115%;
	margin-left: -5%;
}
.talent1_img {
	margin: 0 0 40px;
}
.talent1_left {
	width: 100%;
	padding-right: 0;
}
.talent1_wz {
	width: 100%;
	margin: 0 auto;
	left: 0px;
	opacity: 1;
}
.talent1_li h4 {
	font-size: 16px;
	margin-bottom: 10px;
	line-height: 26px;
}
.talent1_li p {
	font-size: 12px;
	line-height: 22px;
}
.talent1_jt {
	margin-left: 0;
	margin-top: 30px;
}
.talent1_right {
	width: 100%;
	left: 0;
	margin-top: 40px;
}
.talent1_jt a {
	width: 40px;
	height: 40px;
	padding: 7px;
	font-size: 26px;
}
.talent1_pic {
	width: 100%;
}
.talent2_tit p {
	font-size: 14px;
	line-height: 24px;
}
.talent2_main ul li {
	width: 50%;
	padding: 5px 15px;
	padding-bottom: 20px;
}
.talent2_main ul {
	display: block;
	margin: 0 -15px;
}
.talent2_lis {
	top: 0px;
	opacity: 1;
}
.talent2_lis h2 {
	margin: 0 0 10px;
	font-size: 18px;
	line-height: 30px;
}
.talent2_lis p {
	font-size: 12px;
	line-height: 22px;
	padding-left: 0px;
}
.talent2_lis p:before {
	display: none
}
.talent2_main ul li:nth-child(1), .talent2_main ul li:nth-child(3), .talent2_main ul li:nth-child(4) {
	border-left: 0;
}
.talent2_main ul li:nth-child(3) {
	border-right: solid 1px #ccc;
	position: relative;
	left: 1px;
}
.talent_sec2 {
	padding: 60px 0 50px;
}
.talent_sec3 {
	padding: 50px 0 0;
}
.swiper_tal3 {
	height: 38vh !important;
}
.tal3_lis img {
	height: auto !important;
	width: 100%;
}
.tal3_lis {
	top: 0px;
	opacity: 1;
}
.talent4_box:before {
	display: none
}
.talent4_box {
	padding: 50px 0 10px;
}
.talent4_l li {
	width: 100%;
	padding: 0 15px;
	margin-bottom: 30px;
}
.talent4_l ul {
	margin: 0 -15px;
}
.talent4_num h4 {
	font-size: 22px;
	letter-spacing: 0;
}
.talent4_li h3 img {
	height: 30px;
	margin-right: 5px;
}
.talent4_num h3 {
	font-size: 18px;
	margin: 10px 0;
	line-height: 28px;
}
.talent4_l p {
	margin: 0 0 2px;
	font-size: 12px;
	line-height: 22px;
}
.talent4_li {
	left: 0px;
	opacity: 1;
}
.talent5_left {
	width: 100%;
	opacity: 1;
	left: 0px;
	margin-bottom: 40px;
}
.talent5_map>div {
	height: 50vh !important;
}
.talent5_cot:before {
	display: none;
}
.talent4_r {
	width: 100%;
	padding: 0;
	opacity: 1;
	left: 0px;
}
.talent4_r h6 {
	margin: 0px;
	font-size: 12px;
	line-height: 22px;
}
.talent_sec5 {
	padding-bottom: 50px;
} /*case*/
.story_box1 {
	padding: 50px 0 0;
}
.story1_tit h3 {
	line-height: 30px;
	font-size: 22px;
}
.story1_img img {
	width: 160%;
	margin: 0 -30%;
}
.story1_img {
	margin-bottom: 40px;
	overflow: hidden;
}
.story1_tit {
	margin-bottom: 30px;
}
.story1_nav {
	position: relative !important;
	top: 0 !important;
	padding: 10px 0;
	text-align: right !important;
	background: none !important;
	border-color: #e6e4e2 !important;
}
.story1_nav:before, .story1_nav:after {
	display: none;
}
.story1_nav li a {
	line-height: 28px;
	font-size: 15px;
	padding: 0 14px 0 30px;
}
.case_left {
	opacity: 1;
	left: 0px;
	padding-left: 0;
	width: 100%;
	margin-bottom: 30px;
}
.case_right {
	opacity: 1 !important;
	left: 0px !important;
	width: 100%;
	margin: 0
}
.case_wz h3 {
	font-size: 16px;
}
.case_wz p {
	font-size: 12px;
	line-height: 22px;
	height: 88px;
}
.case_box {
	padding: 40px 0 30px;
}
.case_li {
	padding-bottom: 50px;
	display: block;
}
.case_line_l .case_left {
	opacity: 1;
	left: 0px;
}
.case_li:before {
	display: none;
}
.case_wz h5 {
	margin-bottom: 10px;
	font-size: 12px;
}
.case_line_l .case_left {
	margin-bottom: 0;
}
.case_line_l .case_right {
	margin-bottom: 30px;
}
.case_line_l {
	padding-bottom: 30px;
} /**story**/
.story1_wz {
	width: 100%;
	margin: 50px auto 0;
	opacity: 1;
	top: 0px;
}
.story1_wz p {
	font-size: 12px;
	line-height: 22px;
	margin-bottom: 2px;
	text-align: left;
}
.story_box2 {
	padding: 50px 0 10px;
}
.story2_cot li {
	width: 100%;
	float: left;
}
.story2_li {
	opacity: 1;
	top: 0px;
}
.story2_wz p {
	font-size: 16px;
	line-height: 26px;
	height: 52px;
} /**newsdot**/
.newsdot {
	padding: 50px 0;
}
.newsd_cot {
	width: 100%;
}
.newsd_cot h4 {
	font-size: 12px;
	line-height: 22px;
}
.newsd_cot h3 {
	line-height: 30px;
	font-size: 18px;
}
.newsd_wz p {
	font-size: 12px;
	line-height: 22px;
}
.newsd_prev, .newsd_next {
	padding: 0;
}
.newsd_page a span {
	width: 40px;
}
.newsd_next {
	text-align: right;
}
.newsd_page {
	margin-top: 40px;
	font-size: 14px;
	margin-bottom: 50px;
} /**news**/
.news_sec1 {
	padding: 100px 0 10px;
}
.news1_tit h3:before {
	left: 0;
}
.news1_tit h3 {
	padding-left: 30px;
	font-size: 22px;
	line-height: 30px;
}
.news1_titR {
	display: none
}
.news1_tit {
	margin-bottom: 30px;
}
.news1_li {
	padding: 0 15px;
	width: 100%;
	margin-bottom: 20px;
}
.news1_cot {
	margin: 0 -15px;
}
.news1_liText h3 {
	font-size: 16px;
	margin: 0 0 4px;
	line-height: 26px;
}
.news1_liText p {
	font-size: 12px;
	line-height: 22px;
	height: 44px;
}
.new1_btn {
	height: 20px;
}
.news1_liText {
	padding: 20px 0 10px;
}
.new1_btn:before {
	width: 70px;
	font-size: 12px;
	line-height: 22px;
}
.new1_btn span {
	width: 40px !important;
	background: #0092CE;
}
.new1_btn span:after {
	border-left: solid 5px #0092CE;
	border-top: solid 5px transparent;
	border-bottom: solid 5px transparent;
} /**statement**/
.story2_wz h3 {
	height: auto;
	max-height: 52px;
	font-size: 16px;
	line-height: 26px;
} /**service**/
.service_box1 {
	padding: 100px 0 30px;
}
.service1_right {
	opacity: 1;
	left: 0px;
	width: 100%;
}
.service1_left {
	width: 100%;
	padding: 0;
	opacity: 1;
	left: 0px;
}
.service1_wz {
	margin-left: 15px;
	padding-bottom: 20px;
	padding-top: 0;
}
.service1_wz p {
	font-size: 12px;
	line-height: 22px;
	margin-bottom: 8px;
}
.service1_wz p span {
	font-size: 16px;
}
.service1_tb {
	top: -20px;
}
.service1_left p {
	font-size: 12px;
	line-height: 22px;
}
.service_box0 {
	height: 40vh;
	background-attachment: inherit;
}
.service_box3 {
	padding: 50px 0 10px;
}
.service3_cot li {
	box-sizing: border-box;
	width: 100%;
	margin-bottom: 40px;
}
.service3_li {
	padding: 30px 20px;
	opacity: 1;
	top: 0px;
}
.service3_tb {
	padding: 20px 0;
}
.service3_tb img {
	width: 34px;
}
.service3_wz h3 {
	line-height: 26px;
	font-size: 14px;
	margin-bottom: 12px;
}
.serv2_cot li {
	font-size: 14px;
	line-height: 26px;
	margin-bottom: 6px;
}
.serv2_cot li a {
	color: #333;
	padding-left: 22px;
	position: relative
}
.service_box2 {
	padding-bottom: 44px;
}
.serv2_cot li a:before {
	content: '';
	width: 16px;
	height: 2px;
	background: #0b3380;
	position: absolute;
	top: 50%;
	left: 0;
	transform: rotate(-45deg) translateY(-50%);
	transform-origin: center center;
	transition: all 0.3s ease;
}
.service_box4 {
	padding: 50px 0 10px;
}
.service4_left {
	display: none
}
.service4_right {
	padding-left: 0;
	opacity: 1;
	left: 0px;
}
.service4_right:before {
	display: none
}
.service4_tit h3 {
	font-size: 16px;
	margin-bottom: 24px;
}
.service4_top {
	padding: 15px 10px;
}
.service4_top h3 {
	font-size: 14px;
	line-height: 24px;
	padding-right: 34px;
}
.service4_bottom p {
	font-size: 12px;
	line-height: 22px;
}
.service4_li {
	display: block !important;
	margin-bottom: 40px;
} /**servicedot**/
.servdot_box1 {
	padding-top: 50px;
}
.servdot_box2, .servdot_box3, .servdot_box4, .servdot_box5 {
	padding-top: 40px;
}
.servdot1_tit h3 {
	margin: 0;
	font-size: 18px;
	margin-bottom: 20px;
	color: #333;
	position: relative;
	padding-left: 30px;
}
.service2_txt p {
	font-size: 12px;
	line-height: 22px;
	color: #666;
}
.servdot1_tit h3:before {
	content: '';
	position: absolute;
	left: 0;
	height: 2px;
	width: 22px;
	background: #333;
	top: 50%;
	margin-top: -1px;
}
.servdot_box5 {
	padding-bottom: 50px;
} /**school**/
.school2_wz {
	padding-bottom: 20px;
}
.school2_wz h4 {
	font-size: 12px;
	letter-spacing: 0px;
	margin-bottom: 6px;
}
.school {
	padding: 50px 0 0;
}
.school1_tit h2 {
	font-size: 22px;
	line-height: 30px;
	padding-left: 30px;
}
.school1_tit {
	padding: 0 15px 30px;
	text-align: left;
}
.school_sec1:before {
	display: none
}
.school1_tit h2:before {
	left: 0;
}
.school1_lis.second {
	padding-top: 0;
}
.school1_lis {
	padding: 0 15px;
}
.school1_lis p {
	font-size: 16px;
	line-height: 26px;
	height: 52px;
}
.school_sec1 {
	padding-bottom: 0px;
}
.school_sec3 {
	padding: 50px 0 10px;
}
.school3_lis {
	width: 100%;
	opacity: 1;
	top: 0px;
}
.school3_txt h2 {
	margin: 0 0 4px;
	font-size: 16px;
	line-height: 26px;
}
.school3_txt p {
	margin: 0;
	font-size: 12px;
	line-height: 22px;
	color: #666;
}
.school3_txt {
	padding: 15px 0;
} /**scenery**/
.scenery_box {
	padding: 50px 0 10px;
}
.scenery_li {
	width: 100%;
	opacity: 1;
	top: 0px;
	margin-bottom: 20px;
}
.scenery_li:first-child {
	margin-top: 0;
}
.scenery_wz {
	padding: 15px 10px;
}
.scenery_wz h3 {
	line-height: 30px;
	font-size: 18px;
}
.scenery_li:nth-child(3) {
	margin-top: 0;
} /**project**/
.project_box1 {
	padding: 50px 0 30px;
}
.project1_cot li {
	width: 50%;
}
.project1_img {
	width: 60%;
	opacity: 1;
	top: 0px;
}
.project2_cot li {
	width: 100%;
}
.project2_cot li:nth-child(2n+1) {
	top: 0;
}
.project2_li {
	opacity: 1;
	top: 0px;
	margin-bottom: 20px;
}
.project2_cot {
	padding-top: 0px;
}
.project2_wz h3 {
	line-height: 30px;
	font-size: 18px;
}
.project2_wz {
	padding: 15px 10px;
}
.project_box2 {
	padding-bottom: 20px;
} /*join*/
.main_ban {
	
}
.join_box1 {
	padding: 50px 0 10px;
}
.join1_li h3 {
	font-size: 16px;
	margin-bottom: 24px;
}
.join1_img {
	margin-bottom: 20px;
}
.join1_li {
	opacity: 1;
	left: 0px;
	width: 100%;
}
.join1_cot li {
	width: 100%;
	float: left;
	padding: 0 15px;
	margin-top: 0;
	margin-bottom: 30px;
}
.join0_b {
	display: none;
}
.join1_li p {
	font-size: 12px;
	line-height: 22px;
	padding-left: 50px;
}
.join_box0 {
	padding: 30px 0 30px;
}
.join2_li {
	opacity: 1;
	top: 0px;
	padding: 0 10px;
}
.join_box3 {
	padding: 50px 0 20px;
}
.join3_item {
	opacity: 1;
	top: 0px;
	margin: 0 auto 40px;
	padding: 0 10px;
}
.join3_top li {
	width: 100%;
	margin-bottom: 10px;
}
.join3_tb img {
	width: 100px;
}
.join3_item h3 {
	font-size: 16px;
	margin-bottom: 12px;
	line-height: 26px;
}
.join3_wz p {
	font-size: 12px;
	line-height: 22px;
}
.join3_top li:after {
	width: 22px;
	height: 18px;
	top: 10px;
}
ul.join3_bottom li {
	width: 50%;
}
.join3_bottom li:after {
	display: none;
}
.join4_tit h4 {
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 10px;
}
.join4_tit h3 {
	font-size: 16px;
	line-height: 26px;
	font-weight: normal;
}
.join_box4 {
	padding: 50px 0 40px;
}
.join4_li {
	opacity: 1;
	top: 0px;
	left: 0 !important;
	padding-left: 20px;
	height: auto;
}
.join4_tit {
	margin-bottom: 30px;
}
.join1_cot ul {
	margin: 0 -15px;
}
.join4_left {
	width: 100%;
	top: 0;
	left: 0%;
	height: auto;
	position: relative;
	transform: translate(0, 0);
}
.join4_right {
	width: 100%;
	top: 100%;
	right: initial;
	position: relative;
	transform: translate(0, 0);
}
.join4_img {
	display: none;
}
.join4_cot {
	padding: 0;
}
.join4_li img {
	width: 34px;
	margin-top: -2px;
}
.join4_li h3 {
	line-height: 30px;
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 1px;
	margin-bottom: 18px;
} /*.pagination_join3 .swiper-pagination-switch{ width: 10px; height: 10px; border-radius: 5px; border: 1px solid #0067b6; background: none; } .pagination_join3 .swiper-active-switch{ width: 10px; height: 10px; border-radius: 5px; background: #0067b6; }*/
.join3_cot1 {
	margin-top: 40px;
	position: relative;
}
.arrow_join3 {
	font-size: 40px !important;
	color: #0067b6;
}
.arrow-left_join3, .arrow-right_join3 {
	z-index: 2;
	cursor: pointer;
	top: 50%;
	transform: translateY(-50%);
}
.join_box5 {
	padding: 50px 0;
}
.join5_cot {
	margin-top: 20px;
}
.join5_item {
	width: 100%;
	margin-top: 20px;
}
.join5_item input {
	line-height: 40px;
	height: 40px;
}
.join5_item h5 {
	font-size: 12px;
	line-height: 22px;
}
.join5_lis textarea {
	height: 100px;
}
.join5_cot button {
	line-height: 40px;
	font-size: 12px;
	height: 40px;
}
.join0_li {
	border: transparent solid 10px;
	padding-top: 30px;
}
.join2_swiper {
	height: 44vh;
	width: 260%;
	margin: 0 -80%
} /*join*/ /**product**/
.pro_li a {
	line-height: 30px;
	font-size: 14px;
}
.pro_swiper {
	padding: 5px 0;
}
.prod_bottom {
	padding: 0 10%;
}
.pro_li.active a {
	color: #0b3380
}
.prod1_img {
	background-size: 320% !important;
}
.prod1_wz {
	top: 76%;
	position: absolute;
}
.prod1_tit h3 {
	font-size: 24px;
}
.prod1_wz p {
	font-size: 14px;
}
.prod2_bg {
	background-size: 260% !important;
}
.prod_box2_ts .prod2_bg {
	background-size: 310% !important;
}
.prod_box2 {
	height: 510px;
}
.prod6_pic {
	margin-top: 12vh;
}
.prod_box2.prod_box2_ts {
	height: 620px;
}
.prod2_wz {
	top: 30px;
	width: 84%;
}
.prod2_wz h3 {
	line-height: 30px;
	font-size: 20px;
}
.prod2_wz p {
	font-size: 12px;
	line-height: 22px;
}
.prod2_cot {
	width: 100%;
	height: 520px;
}
.prod2_img {
	background-size: 54% !important;
	background-position-x: 53% !important;
	background-position-y: 375px !important
}
.prod2_img h4 {
	bottom: 100px !important;
	right: 10px;
	font-size: 16px;
}
.prod2_item {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	margin-left: 0;
	z-index: 1;
	bottom: auto;
	top: 160px;
	width: 100%;
	text-align: center
}
.prod2_item ul {
	width: 100%;
}
.prod2_item li {
	display: inline-block;
	margin: 0 7px 20px;
}
.prod2_item li a {
	height: 34px;
	line-height: 34px;
	font-size: 14px;
	padding: 0 20px;
}
.prod7_img div {
	width: 100%;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.prod3_cot {
	width: 100%;
	margin-left: 0;
	height: auto;
}
.prod3_wz {
	position: relative;
	left: 0;
	top: 38%;
	width: 100%;
	padding: 30px 15px 40px;
}
.prod3_li:first-child p {
	line-height: 26px;
	font-size: 16px;
}
.prod3_li:first-child {
	margin-bottom: 10px;
}
.prod3_wz p {
	font-size: 12px;
	line-height: 22px;
}
.prod4_img img {
	width: 114%;
	left: -7%;
}
.prod4_wz h3 {
	line-height: 26px;
	font-size: 16px;
}
.prod4_wz p {
	display: none
}
.prod4_wz {
	width: 56%;
}
.prod_box5 {
	padding-top: 50px;
}
.prod5_wz {
	width: 84%;
	margin-bottom: 30px;
}
.prod5_wz h3 {
	font-size: 16px;
	line-height: 30px;
}
.prod5_wz p {
	font-size: 12px;
	line-height: 22px;
}
.prod5_bg {
	height: 20vh;
	background-size: 100% !important;
}
.prod6_right {
	display: none;
}
.prod6_cot {
	min-width: auto;
	width: 100%;
	position: relative;
	top: 0;
	left: 0;
	transform: translate(0, 0)
}
.prod6_left {
	width: 100%;
	min-width: auto;
	margin: 0;
	left: 0;
}
.prod6_wz {
	padding: 0 8%;
}
.prod6_wz h3 {
	line-height: 26px;
	font-size: 16px;
}
.prod6_wz p {
	line-height: 22px;
	font-size: 12px;
}
.prod_box6 {
	min-height: auto;
	padding: 50px 0 40px;
}
.prod7_right {
	height: auto;
	width: 100%;
	padding: 50px 0 40px;
}
.prod7_cot {
	position: relative;
	top: 0;
	left: 0;
	transform: translate(0, 0)
}
.prod7_left {
	width: 100%;
	height: 50vh;
	opacity: 1;
	left: 0px;
}
.prod7_tb img {
	width: 50px;
}
.prod7_tit h3 {
	margin: 10px 0;
	line-height: 30px;
	font-size: 18px;
}
.prod7_wz h4 img {
	width: 40px;
}
.prod7_wz h4 {
	height: 40px;
	line-height: 40px;
	font-size: 16px;
}
.prod7_item {
	width: 100%;
	padding: 0 15px;
	padding-top: 30px;
}
.prod7_item_img {
	width: 25px;
	height: 25px;
	left: 6px;
}
.prod8_cot {
	width: 100%;
	position: relative;
	top: 0;
	transform: translate(0, 0);
	left: 0;
	padding: 50px 15px;
	height: auto;
}
.prod8_wz {
	padding-left: 0;
	padding: 0 8%;
}
.prod8_tit h3 {
	font-size: 18px;
}
.prod1_more a {
	font-size: 14px;
}
.prod1_more img {
	width: 14px;
}
.prod8_cot .prod1_more img {
	top: 0px;
}
.prod8_cot .prod1_more a:nth-child(2) img {
	top: -2px;
}
.prod_box8 {
	min-height: auto;
}
.prod1_more {
	padding-bottom: 0;
	opacity: 1;
	top: 0px;
}
.prod8_cot .prod1_more {
	margin-top: 20px;
}
.prod3_li {
	top: 0px;
	opacity: 1;
}
.kaox_img {
	background-size: 320% !important;
	margin-top: -10%;
}
.kaox2_wz h3 {
	line-height: 30px;
	font-size: 20px;
}
.kaox2_wz h4 {
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 6px;
}
.kaox2_wz p {
	font-size: 12px;
	line-height: 22px;
}
.kaox2_bg {
	position: relative;
	bottom: 0 !important
}
.kaox2_wz {
	position: relative;
	width: 100%;
	padding: 0 15px;
}
.kaox_box2 {
	padding: 50px 0 0;
	min-height: auto;
}
.kaox2_bg img {
	width: 140%;
	margin: 0 -20%;
	margin-top: -40px;
}
.kaox3_left {
	position: relative;
	width: 100%;
	top: 0
}
.kaox3_cot {
	position: relative;
	top: 0;
	width: 100%;
	left: 0;
	transform: none;
}
.kaox_box3 {
	padding: 50px 0 0;
}
.kaox3_tit h3 {
	line-height: 30px;
	font-size: 20px;
}
.kaox3_wz p {
	font-size: 14px;
	line-height: 24px;
}
.kaox3_bottom li {
	width: 70px;
	height: 70px;
}
.kaox3_li h3 {
	font-size: 20px;
	line-height: 26px;
}
.kaox3_li p {
	font-size: 12px;
	line-height: 24px;
}
.kaox3_wz {
	margin-bottom: 30px;
}
.kaox3_right {
	width: 100%;
	margin-left: 0;
	margin-top: 30px;
}
.kaox_box {
	min-height: auto;
}
.kaox4_left {
	position: relative;
	top: 0;
	transform: none;
	width: 100%;
	padding: 0;
	padding: 0 15px;
}
.kaox_box4 {
	padding: 50px 0 0;
}
.kaox4_tit h3 {
	line-height: 30px;
	font-size: 20px;
}
.kaox4_tit h3 br {
	display: none;
}
.kaox4_tit {
	margin-bottom: 20px;
}
.kaox4_wz p {
	font-size: 12px;
	line-height: 22px;
}
.kaox4_wz {
	margin-bottom: 30px;
}
.kaox4_tb h3 {
	font-size: 14px;
	line-height: 26px;
}
.kaox4_right {
	width: 100%;
	margin-left: 0;
}
.kaox4_img {
	position: relative;
	top: 0;
	transform: translateY(0);
}
.kaox6_title h2 {
	font-size: 20px;
	line-height: 30px;
	width: 80%;
	margin: 0 auto;
}
.kaox_box.kaox_box6 {
	padding: 50px 0;
}
.kaox6_title p {
	font-size: 12px;
	line-height: 22px;
}
.kaox6_show img {
	width: 120%;
	margin: 0 -10%;
}
.kaox7_text {
	width: 100%;
	padding-top: 10%;
}
.kaox7_text h2 {
	font-size: 20px;
	line-height: 30px;
}
.kaox_box7 {
	padding: 15vh 0 50px;
}
.kaox7_text p {
	font-size: 12px;
	line-height: 22px;
}
.kaox7_cubeLis span {
	font-size: 12px;
}
.kaox7_bg {
	height: 30vh;
	width: 100%;
	left: 0;
	display: block;
	background-position: center bottom;
}
.kaox_box8 {
	padding: 50px 0;
}
.kaox8_txt {
	padding-top: 0;
}
.kaox8_txt h2 {
	font-size: 20px;
	line-height: 30px;
}
.kaox8_txt p {
	font-size: 14px;
	line-height: 24px;
}
.kaox8_bottom ul li {
	padding-right: 10px;
	opacity: 1;
	top: 0px;
}
.kaox8_bottom li p {
	font-size: 12px;
	line-height: 22px;
}
.kaox_box8 {
	padding: 50px 0 40px;
}
.kaox_box9 {
	position: relative;
	padding: 50px 0 0;
}
.kaox9_cot {
	margin-top: 30px;
}
.kaox9_lis {
	margin-bottom: 25px;
	top: 0px;
	opacity: 1;
}
.kaox_box10 {
	padding: 20px 0 50px;
}
.kaox10_tit h3 {
	font-size: 20px;
	line-height: 30px;
}
.kaox10_tit {
	margin-bottom: 20px;
}
.kaox10_wz h4 {
	font-size: 16px;
	font-weight: normal;
}
.kaox10_cot .prod1_more {
	margin-top: 20px;
}
.kaox10_li {
	opacity: 1;
	top: 0;
	margin-bottom: 30px;
}
.kaox7_cubeLis {
	float: left;
	margin-right: 5px;
}
.shuic_box2 {
	padding: 50px 0 30px;
}
.shuic_box1 .kaox2_bg img {
	width: 130%;
	margin: 0 -25%;
}
.shuic2_wz h3 {
	line-height: 30px;
	font-size: 20px;
}
.shuic2_bottom li {
	width: 25%;
	padding: 0 10px;
	margin: 0;
	opacity: 1;
	top: 0px;
}
.shuic2_bottom ul {
	display: block;
	margin: 0 -10px;
}
.shuic2_lis h5 {
	font-size: 14px;
}
.shuic2_wz {
	padding: 0 15px;
}
.shuic2_bg img {
	width: 140%;
	margin: 0 -20%;
}
.shuic_box3 {
	padding: 50px 0;
}
.shuic3_img {
	width: 46%;
}
.shuic3_wz {
	font-size: 14px;
}
.shuic3_wz span {
	width: 60px;
}
.shuic_box3 .col-sm-5 {
	position: relative;
}
.shuic3_right {
	position: relative;
	transform: translateY(0);
	margin-top: 40px
}
.shuic3_txt h3 {
	line-height: 30px;
	font-size: 20px;
}
.shuic3_txt h3 br {
	display: none
}
.shuic3_txt p {
	font-size: 14px;
	line-height: 24px;
}
.shuic_box4 {
	padding: 50px 0 30px;
}
.shuic4_tit h3 {
	line-height: 30px;
	font-size: 20px;
}
.shuic4_tit img {
	width: 34px;
	margin: 0 2px;
}
.shuic4_wz p {
	font-size: 14px;
	line-height: 24px;
}
.shuic4_cot {
	margin-top: 40px;
}
.shuic5_left {
	position: relative;
	width: 100%;
	padding: 0 15px;
}
.shuic5_wz {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	transform: none;
}
.shuic_box5 {
	padding: 50px 0 0;
}
.shuic5_wz h3 {
	font-size: 20px;
	line-height: 30px;
	text-align: center;
}
.shuic5_wz p {
	margin: 0;
	font-size: 14px;
	line-height: 24px;
	width: 50%;
	float: left;
}
.shuic5_wz:after {
	content: '';
	display: table;
	clear: both;
}
.shuic5_right {
	width: 100%;
}
.shuic_box10 {
	padding: 50px 0;
}
.about4_sub {
	position: relative;
	margin-top: 30px;
}
.fr .pages {
	margin-top: 0 !important;
	margin-bottom: 40px !important;
}
.fr .pages .num, .end, .first, .next, .prev, .current {
	font-size: 12px !important;
}
.news1_img {
	height: 25vh;
}
.shuic4_txt {
	font-size: 16px;
}
.prod_top {
	top: 0px;
}
.prod_top.scrollT {
	top: 0px;
}
.shuic_box1 .kaox2_wz h3 {
	line-height: 40px;
	font-size: 24px;
	margin-bottom: 4px;
}
.shuic_box1 .kaox2_wz p {
	display: none
}
.ani_top {
	opacity: 1;
	top: 0px;
}
.ani_bottom {
	opacity: 0.8;
	top: 0px;
}
.story1_nav li {
	width: 40%;
}
.service1_left h5 {
	font-size: 16px;
	line-height: 26px;
} /**2.7**/
.about_box0 {
	padding: 40px 0;
}
.ab2_cot {
	padding: 0 15px;
}
.ab2_arrr {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	font-size: 28px;
	z-index: 2
}
.ab2_arrl {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	font-size: 28px;
	z-index: 2
}
.ab2_lis {
	padding: 0 15px;
}
.ab2_lis h3 {
	font-size: 16px;
	margin: 0;
	font-weight: 600;
	margin-bottom: 10px;
}
.ab2_lis p {
	font-size: 12px;
	line-height: 22px;
}
.bread_box {
	padding: 40px 0 0;
}
.about_box5 {
	padding: 50px 0 10px;
}
.about4_list {
	padding-right: 0;
}
.about4_swiper {
	width: 100%;
	margin-left: 0;
}
.about4_list {
	padding: 0 30px;
}
.about4_wz h3 {
	font-size: 18px;
}
.about4_wz p {
	font-size: 14px;
	line-height: 24px;
}
.about4_wz {
	margin-bottom: 0;
}
.about4_swiper {
	/* display: none; */
}
.about4_swiper1 {
	display: block !important
}
.about5_cot .swiper-slide .about4_img img {
	transform: scale(1) !important;
	-webkit-transform: scale(1) !important;
	-moz-transform: scale(1) !important;
	-ms-transform: scale(1) !important;
	-o-transform: scale(1) !important;
}
.about_box6 {
	padding: 50px 0;
}
.about2_top_cot {
	min-width: auto !important;
}
.about4_jr {
	right: 10px;
	top: 50%;
	width: 25px;
}
.about4_jl {
	padding-top: 0;
	top: 50%;
	left: 0;
	width: 20px;
}
.about4_jr:after {
	display: none
}
.about4_jl:before {
	display: none
}
.about4_jr img, .about4_jl img {
	width: 24px;
}
.about2_list {
	padding: 0 15px;
}
.prod_box11 {
	padding-top: 50px;
}
.prod11_left h3 {
	font-size: 20px;
}
.prod11_lis h4 {
	font-size: 16px;
}
.prod11_lis li {
	font-size: 12px;
	line-height: 22px;
}
.join1_tit {
	margin-bottom: 40px;
}
.join1_num img {
	max-width: 60%;
}
.join1_num {
	top: 34px;
}
.join1_li p b {
	font-size: 16px;
	letter-spacing: -1px;
}
.join_box0 {
	background-attachment: inherit;
	min-height: 44vh;
	background-position: center left;
}
.join_box6 {
	padding: 50px 0;
	background: #eee;
	margin-bottom: 50px;
}
.join6_left {
	width: 100%;
}
.join6_img {
	margin-top: 40px;
	width: 100%;
}
.join6_tit img {
	max-width: 60%;
}
.join6_right {
	width: 100%;
	margin-top: 40px;
}
.join6_right li {
	left: 0!important;
	padding: 15px;
	margin-bottom: 50px;
	width: 100%;
}
.join6_lis h3 {
	top: -14px;
	font-size: 20px;
}
.join6_lis p {
	font-size: 12px;
	line-height: 22px;
} /*.join1_tit img { max-width: 46%; }*/
.join_box3 .join1_tit img, .join_box5 .join1_tit img {
	max-width: 46%;
}
.join_box7 {
	padding: 50px 0 20px;
}
.join7_cot li {
	width: 100%;
	margin-bottom: 30px;
}
.join7_wz h3 {
	font-size: 18px;
}
.bread_box li {
	font-size: 12px;
	padding: 0 4px;
	line-height: 20px;
}
.newsdot_left {
	width: 100%;
	padding-right: 0px;
}
.newsdot_right {
	width: 100%;
	padding-left: 0px;
	margin-top: 50px;
}
.newsd1_tit h3 {
	font-size: 18px;
}
.newsd1_r_wz h3 {
	font-size: 16px;
}
.newsd1_r_cot {
	padding: 0;
	border: 0;
}
.newsdot {
	padding: 20px 0 10px;
}
.news1_sele li {
	margin-right: 6px;
	margin-bottom: 6px;
}
.news1_sele li a {
	line-height: 40px;
	padding: 0 10px;
	font-size: 14px;
}
.news1_li h5 {
	display: none;
}
.about2_swiper {
	min-height: auto;
}
}

@media (max-width: 767px) {
.about4_left {
	width: 100%;
	margin-top: 10px;
}
.about4_right {
	width: 100%;
	padding: 0;
}
}

@media(max-width:375px) {
.prod2_img {
	background-position-y: 390px !important;
}
}

@media(max-width:320px) {
.prod_box2 {
	height: 560px;
}
.prod2_img {
	background-position-y: 410px !important;
}
}







