@charset "utf-8";
.prod_color1 {
	color: #163f64;
}
.prod_color1_bg {
	background: #163f64;
}
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
html.act {
	overflow: hidden;
	width: 100%;
	height: 100vh;
}
body {
	margin: 0;
	font-family: "Microsoft YaHei", "微软雅黑", Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #333;
	background-color: #fff;
	-webkit-transition: opacity 0.2s ease-in-out 0.2s;
	-moz-transition: opacity 0.2s ease-in-out 0.2s;
	-ms-transition: opacity 0.2s ease-in-out 0.2s;
	-o-transition: opacity 0.2s ease-in-out 0.2s;
	transition: opacity 0.2s ease-in-out 0.2s;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
	display: block;
}
audio, canvas, progress, video {
	display: block;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
 [hidden], template {
 display: none;
}
a {
	background-color: transparent;
	color: inherit;
	text-decoration: none;
	-webkit-tap-highlight-color: transparent;
	outline: none;
	-moz-outline-style: none;
}
a:active, a:hover {
	outline: 0;
	text-decoration: none;
}
a:focus {
	text-decoration: none;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
b, strong {
	font-weight: bold;
}
ol, ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
img {
	border: 0;
	vertical-align: middle;
	max-width: 100%;
	height: auto;
}
svg:not(:root) {
	overflow: hidden;
}
dl, dd, h1, h2, h3, h4, h5, h6, p {
	margin: 0;
	font-weight: normal;
}
button, input, optgroup, select, textarea {
	margin: 0;
	font: inherit;
	color: inherit;
	font-family: inherit;
	line-height: inherit;
	outline: none;
}
button {
	overflow: visible;
}
button, select {
	text-transform: none;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}
button[disabled], html input[disabled] {
	cursor: default;
}
 button::-moz-focus-inner, input::-moz-focus-inner {
 padding: 0;
 border: 0;
}
input {
	line-height: normal;
	outline: none;
}
input[type="checkbox"], input[type="radio"] {
	padding: 0;
}
 input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
 height: auto;
}
 input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
 -webkit-appearance: none;
}
legend {
	padding: 0;
	border: 0;
}
textarea {
	overflow: auto;
}
optgroup {
	font-weight: bold;
}
table {
	border-spacing: 0;
	border-collapse: collapse;
}
td, th {
	padding: 0;
}
.img_h {
	position: relative;
	cursor: pointer;
}
.img_h img {
	display: block;
	opacity: 1;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.img_h img:nth-child(2) {
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
}
.img_h.img_ha:hover img {
	opacity: 1;
}
.img_h.img_ha:hover img:nth-child(2) {
	opacity: 0;
}
a:hover .img_h.img_ha img, .img_h:hover img {
	opacity: 0;
}
a:hover .img_h.img_ha img:nth-child(2), .img_h:hover img:nth-child(2) {
	opacity: 1;
}
.visible-xs {
	display: none !important;
}
.clearfix::after {
	content: '';
	height: 0;
	display: block;
	clear: both;
}
.container {
	margin: 0 auto;
	min-height: 1px;
	width: 90%;
	max-width: 1600px;
}
.line1 {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.line2 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	height: 48px;
	line-height: 24px;
}
.line3 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	text-overflow: ellipsis;
	height: 72px;
	line-height: 24px;
}
.o_fit video, .o_fit img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}
 [dis-select] {
 -webkit-user-select: none;
 -moz-user-select: none;
 -ms-user-select: none;
 user-select: none;
}
 [dis-drag] {
 -webkit-user-drag: none;
 -moz-user-drag: none;
 -ms-user-drag: none;
 user-drag: none;
}
.flex {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.f-dr {
	/*水平*/
	-webkit-box-orient: horizontal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
}
.f-dc {
	/*垂直*/
	-webkit-box-orient: vertical;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}
.flex-1 > * {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	display: inline-block;/* IE10失效的解决办法 */
}
.f-as {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.f-ac {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.f-ae {
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
}
.f-js {
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}
.f-jc {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.f-je {
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
.f-jsb {
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.f-warp {
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}
 @media (max-width: 768px) {
.hidden-xs {
	display: none !important;
}
.visible-xs {
	display: block !important;
}
}
 @media (min-width: 1024px) {
  ::-webkit-scrollbar-track-piece {
 background-color: #ccc;
}

  ::-webkit-scrollbar {
 width: 8px;
 height: 2px;
}

  ::-webkit-scrollbar-thumb {
 background-color: #666;
 -webkit-transition: all 0.3s ease-in-out;
 -moz-transition: all 0.3s ease-in-out;
 -o-transition: all 0.3s ease-in-out;
 transition: all 0.3s ease-in-out;
}

  ::-webkit-scrollbar-thumb:hover {
 background: #333;
}
}
.pagination {
	margin: 50px auto 0;
	display: flex;
	justify-content: center;
}
.page_pc {
	text-align: center;
	line-height: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.page_pc a {
	min-width: 32px;
	height: 32px;
	background-color: #ffffff;
	border-radius: 4px;
	border: solid 1px #dddddd;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 4px;
	font-family: Arial;
	font-size: 14px;
	color: #666666;
}
.page_pc a.disabled {
	pointer-events: none;
	opacity: .8;
}
.page_pc a.prev img {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
.page_pc a:hover, .page_pc a.act {
	border: solid 1px #163f64;
	color: #163f64;
}
.page_pc em {
	font-size: 16px;
	font-weight: 100;
	line-height: 30px;
	color: #999999;
	margin: 0 12px;
	font-style: normal;
}
.page_pc em.ml20 {
	margin-left: 20px;
}
.page_pc input {
	width: 50px;
	height: 32px;
	background-color: #ffffff;
	border-radius: 4px;
	border: solid 1px #dddddd;
	text-align: center;
}
.page_pc .go {
	width: 46px;
}
.page_sj {
	width: 120px;
	height: 42px;
	color: #fff;
	display: block;
	margin: 0 auto;
	line-height: 40px;
	display: none;
	text-align: center;
	background-color: #ffffff;
	border-radius: 4px;
	border: solid 1px #dddddd;
	text-align: center;
	color: #666;
}
.md {
	position: relative;
	top: -100px;
}
.common_tit {
	text-align: center;
}
.common_tit h4 {
	font-size: 40px;
	font-weight: bold;
	letter-spacing: 2px;
	color: #333333;
}
.common_tit h4 span {
	font-family: "DIN Alternate";
	font-size: 52px;
	letter-spacing: 1px;
	color: #00cdff;
}
.common_tit h6 {
	margin-top: 16px;
	font-size: 20px;
	line-height: 32px;
	color: #666666;
	font-weight: 100;
}
.common_tit h5 {
	text-align: center;
	font-size: 24px;
	line-height: 1.5;
	color: #333333;
	margin: 50px auto;
	padding: 0 10%;
}
.layui-form-select dl dd.layui-this {
	background-color: #163f64;
	color: #fff;
}
.nextButton {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
.swiper {
	position: relative;
}
.swiper .prevButton {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 52px;
	height: 52px;
	border-radius: 50%;
}
.swiper .nextButton {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	width: 52px;
	height: 52px;
	border-radius: 50%;
}
/* 弹窗 */
.z_tanchuang {
	position: fixed;
	display: table;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	transform: scale(0);
	-webkit-transform: scale(0);
	z-index: 10;
}
.z_tanchuang .tbox {
	display: table-cell;
	background: rgba(0, 0, 0, 0.8);
	text-align: center;
	vertical-align: middle;
}
/* 弹窗内容 */
.z_tanchuang .tbox .modal {
	background: white;
	padding: 50px;
	display: block;
	border-radius: 5px;
	position: relative;
	width: 90%;
	max-width: 1200px;
	max-height: 90%;
	margin: 0 auto;
}
.z_tanchuang .tbox .modal .out {
	position: absolute;
	width: 40px;
	height: 40px;
	line-height: 40px;
	background: #fff url(../images/out.png) center no-repeat;
	background-size: 20px;
	color: #000;
	font-size: 30px;
	text-align: center;
	border-radius: 50%;
	top: 0;
	right: -50px;
	cursor: pointer;
}
.z_tanchuang .tbox .modal .img {
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
}
.z_tanchuang .tbox .modal .img video {
	display: block;
	width: 100%;
	max-width: 100%;
	object-fit: cover;
}
.z_tanchuang .tbox .modal .img img {
	margin: 0 auto;
}
.z_tanchuang .tbox .modal .out:hover {
	background: #fff url(../images/out2.png) center no-repeat;
	background-size: 20px;
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
}
.z_tanchuang .tbox .modal2 {
	padding: 20px;
}
.z_tanchuang .tbox .modal .img {
	max-width: 1200px;
}
/* 弹窗选中 */
.z_tanchuang.one {
	transform: scaleY(0.01) scaleX(0);
	animation: unfoldIn 1s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
	-webkit-transform: scaleY(0.01) scaleX(0);
	-webkit-animation: unfoldIn 1s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
.z_tanchuang.one .tbox .modal {
	transform: scale(0);
	animation: zoomIn 0.5s 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
	-webkit-transform: scale(0);
	-webkit-animation: zoomIn 0.5s 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
.z_tanchuang.one.out {
	transform: scale(1);
	animation: unfoldOut 1s 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
	-webkit-transform: scale(1);
	-webkit-animation: unfoldOut 1s 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
.z_tanchuang.one.out .tbox .modal {
	animation: zoomOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
	-webkit-animation: zoomOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

/* 弹窗动画 */
@keyframes unfoldIn {
 0% {
 transform: scaleY(0.005) scaleX(0);
}
 50% {
 transform: scaleY(0.005) scaleX(1);
}
 100% {
 transform: scaleY(1) scaleX(1);
}
}
 @keyframes zoomIn {
 0% {
 transform: scale(0);
}
 100% {
 transform: scale(1);
}
}
 @keyframes zoomOut {
 0% {
 transform: scale(1);
}
 100% {
 transform: scale(0);
}
}
 @keyframes unfoldOut {
 0% {
 transform: scaleY(1) scaleX(1);
}
 50% {
 transform: scaleY(0.005) scaleX(1);
}
 100% {
 transform: scaleY(0.005) scaleX(0);
}
}
 @-webkit-keyframes zoomIn {
 0% {
 transform: scale(0);
}
 100% {
 transform: scale(1);
}
}
 @-webkit-keyframes zoomOut {
 0% {
 transform: scale(1);
}
 100% {
 transform: scale(0);
}
}
 @-webkit-keyframes unfoldOut {
 0% {
 transform: scaleY(1) scaleX(1);
}
 50% {
 transform: scaleY(0.005) scaleX(1);
}
 100% {
 transform: scaleY(0.005) scaleX(0);
}
}
 @-webkit-keyframes unfoldIn {
 0% {
 transform: scaleY(0.005) scaleX(0);
}
 50% {
 transform: scaleY(0.005) scaleX(1);
}
 100% {
 transform: scaleY(1) scaleX(1);
}
}
.headerSJ {
	display: none;
}
.header {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 99;
	background: #fff;
	border-bottom: 1px solid #e3e2e1;
}
.header_nav {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 96px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.header.active .header_nav {
	height: 80px;
}
.header_nav li {
	margin-left: 42px;
}
.header_nav li > a {
	font-size: 16px;
	line-height: 96px;
	display: block;
	letter-spacing: 1px;
	color: #333333;
	position: relative;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-ms-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}
.header.active .header_nav li > a {
	line-height: 80px;
}
.header_nav li > a:hover, .header_nav li.on > a, .header_nav li.active > a {
	color: #163f64;
}
.header_nav li > a::after {
	content: '';
	display: block;
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 100%;
	height: 3px;
	background-color: #163f64;
	opacity: 0;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-ms-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}
.header_nav li > a:hover::after, .header_nav li.on > a::after, .header_nav li.active > a::after {
	opacity: 1;
}
.header_nav li .header_nav2 {
	display: none;
	position: fixed;
	top: 97px;
	left: 0;
	width: 100%;
	z-index: 99;
	background: #fff url(../images/menu_bg.png) left bottom no-repeat;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.header.active .header_nav li .header_nav2 {
	top: 81px;
}
.header_nav li .header_nav2 .container {
	display: flex;
	justify-content: space-between;
	padding: 50px 0;
}
.header_nav li .header_nav2 .left {
}
.header_nav li .header_nav2 .left h4 {
	font-size: 40px;
	font-weight: bold;
	line-height: 42px;
	color: #666666;
}
.header_nav li .header_nav2 .left h6 {
	font-size: 20px;
	font-weight: 100;
	color: #666666;
	opacity: 0.4;
	margin-top: 20px;
	text-transform: uppercase;
}
.header_nav li .header_nav2 .center {
	flex: 1;
	max-width: 400px;
	margin: 0 40px;
}
.header_nav li .header_nav2 .center .h6 {
	font-size: 16px;
	font-weight: 100;
	line-height: 56px;
	color: #666666;
	border-bottom: 1px solid #eeeeee;
	display: block;
	position: relative;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.header_nav li .header_nav2 .center .h6::after {
	content: '';
	border: 2px solid #163f64;
	border-left: 0;
	border-top: 0;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 20px;
	width: 8px;
	height: 8px;
	margin: auto;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	opacity: 0;
}
.header_nav li .header_nav2 .center .h6:hover::after {
	opacity: 1;
}
.header_nav li .header_nav2 .center .h6:hover {
	color: #163f64;
}
.header_nav li .header_nav2 .right {
	max-width: 42%;
}
.header_nav li .header_nav2 .right img {
}
.headeri {
	position: relative;
	padding-right: 108px;
}
.header_search {
	position: absolute;
	right: 48px;
	min-width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	top: 28px;
	background: transparent;
	border-radius: 20px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.header.active .header_search {
	top: 20px;
}
.header_search:hover {
	background: #163f64;
}
.header_search input {
	background: transparent;
	padding: 0px;
	height: 40px;
	border: 0;
	font-size: 16px;
	color: #fff;
	width: 0;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.header_search:hover input {
	width: 260px;
	padding: 0 20px;
}
.header_search .img_h {
	position: absolute;
	right: 11px;
	top: 11px;
	width: 17px;
}
.header_lang {
	width: 28px;
	text-align: center;
	position: absolute;
	right: 0;
	font-size: 16px;
	line-height: 96px;
	display: block;
	letter-spacing: 1px;
	color: #333333;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	font-family: Arial;
}
.header.active .header_lang {
	line-height: 80px;
}
.header_lang:hover {
	color: #163f64;
}
.banner {
	position: relative;
}
.banner .img_pc {
	width: 100%;
	padding-top: 44.5%;
}
.banner .img_m {
	width: 100%;
	padding-top: 114%;
}
.banner .text {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
}
.banner .text h4 {
	font-size: 60px;
	font-weight: bold;
	letter-spacing: 2px;
	color: #ffffff;
}
.banner .text h6 {
	margin-top: 30px;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #ffffff;
}
.banner .text a {
	width: 160px;
	height: 48px;
	background-color: #163f64;
	border-radius: 24px;
	border: solid 1px #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	letter-spacing: 1px;
	color: #ffffff;
	margin-top: 32px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.banner .text a img {
	margin-left: 10px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.banner .text a:hover {
	border-color: #163f64;
}
.banner .text a:hover img {
	margin-left: 20px;
}
.banner .swiper-slide {
	overflow: hidden;
	position: relative;
}
.banner .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	opacity: 1;
	background: #fff;
}
.banner .swiper-pagination-bullet-active {
	background: #163f64;
}
.banner2 {
	position: relative;
	overflow: hidden;
}
.banner2_i {
	height: 760px;
	width: 100%;
	position: relative;
	top: 0;
}
.banner2_text {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	-webkit-transition: all .6s cubic-bezier(0.25, 1, 0.5, 1);
	-moz-transition: all .6s cubic-bezier(0.25, 1, 0.5, 1);
	-ms-transition: all .6s cubic-bezier(0.25, 1, 0.5, 1);
	-o-transition: all .6s cubic-bezier(0.25, 1, 0.5, 1);
	transition: all .6s cubic-bezier(0.25, 1, 0.5, 1);
}
.banner2_text.active {
	top: -100px;
	opacity: 0;
}
.banner2_text h4 {
	font-size: 40px;
	font-weight: bold;
	letter-spacing: 2px;
	color: #ffffff;
}
.banner2_text h6 {
	font-size: 20px;
	line-height: 32px;
	color: #ffffff;
	font-weight: 100;
	margin-top: 10px;
}
.banner2_text a {
	width: 160px;
	height: 48px;
	border-radius: 24px;
	line-height: 48px;
	text-align: center;
	font-size: 16px;
	letter-spacing: 1px;
	color: #ffffff;
	background-color: #163f64;
	border-radius: 24px;
	margin-top: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.banner2_text a img {
	margin-left: 10px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.banner2_text a:hover img {
	margin-left: 20px;
}
.wrapper {
	overflow: hidden;
	padding-top: 90px;
}
.about_wrap .about_tit h4 {
	font-size: 30px;
	font-weight: bold;
	line-height: 22px;
	letter-spacing: 2px;
	color: #333333;
}
.about_wrap .about_tit h6 {
	font-size: 16px;
	font-weight: 100;
	line-height: 30px;
	letter-spacing: 1px;
	color: #666666;
	margin-top: 20px;
}
.about1 {
	background: #f7f8fa;
	padding: 120px 0;
}
.about1 .content {
	border-radius: 8px;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	position: relative;
	margin-top: 80px;
}
.about1 .content .img {
	height: 100%;
	width: 50%;
}
.about1 .content .text {
	width: 50%;
	padding: 5%;
}
.about1 .content .text h4 {
	font-size: 16px;
	line-height: 30px;
	color: #333333;
	margin-bottom: 10px;
}
.about1 .content .text ul {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}
.about1 .content .text ul li {
	width: 194px;
	display: flex;
	align-items: center;
	border-right: 1px solid #ddd;
	margin-top: 24px;
	margin-right: 20px;
}
.about1 .content .text ul li:last-child {
	border-right: 0;
	margin-right: 0;
}
.about1 .content .text ul li img {
}
.about1 .content .text ul li h6 {
	font-size: 16px;
	line-height: 26px;
	color: #333333;
	margin-left: 15px;
}
.about2 {
	padding: 120px 0;
}
.about2 ul {
	margin-top: 80px;
	max-width: 1100px;
}
.about2 ul li {
	margin-bottom: 80px;
}
.about2 ul li h4 {
	display: flex;
	align-items: center;
	font-size: 30px;
	font-weight: bold;
	letter-spacing: 2px;
	color: #333333;
}
.about2 ul li h4 img {
	margin-right: 8px;
}
.about2 ul li h6 {
	font-size: 20px;
	letter-spacing: 1px;
	color: #333333;
	margin-top: 20px;
	font-weight: 100;
}
.about3 {
	padding: 50px 0 120px;
}
.about3 ul {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	margin-top: 80px;
	flex-wrap: wrap;
}
.about3 ul li {
	width: 50%;
	margin-bottom: 20px;
}
.about3 ul li h4 {
	font-size: 80px;
	font-weight: bold;
	letter-spacing: -2px;
	color: #163f64;
	line-height: 74px;
	text-align: center;
	position: relative;
	font-family: "DIN Alternate";
}
.about3 ul li h4 img {
	width: 76px;
}
.about3 ul li h4 span {
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #333333;
	background: #fff;
	line-height: 32px;
	padding: 0 6px;
	position: absolute;
	bottom: 0;
	left: 50%;
}
.about3 ul li h6 {
	font-size: 16px;
	line-height: 30px;
	letter-spacing: 1px;
	color: #666666;
	text-align: center;
	width: 90%;
	margin: 30px auto 0;
}
.about3 ul li.about3_1 {
}
 @keyframes ab3_1Rotate {
 0% {
 transform: rotateZ(0);
}
 100% {
 transform: rotateZ(360deg);
}
}
.about3 ul li.about3_1 .box {
	position: relative;
	max-width: 338px;
	margin: 50px auto 0;/*animation: ab3_1Rotate 40s infinite linear;*/
}
.about3 ul li.about3_1 .box img {
	display: block;
}
.about3 ul li.about3_1 .box .text {
	position: absolute;
	font-size: 18px;
	font-weight: bold;
	width: 48px;
	line-height: 24px;
	text-align: center;
	letter-spacing: 1px;
	color: #ffffff;
	margin-top: -24px;
	margin-left: -24px;/*animation: ab3_1Rotate 40s reverse linear;*/
}
.about3 ul li.about3_1 .box .text1 {
	left: 36%;
	top: 20%;
}
.about3 ul li.about3_1 .box .text2 {
	left: 76%;
	top: 26%;
}
.about3 ul li.about3_1 .box .text3 {
	left: 84%;
	top: 66%;
}
.about3 ul li.about3_1 .box .text4 {
	left: 48%;
	top: 88%;
}
.about3 ul li.about3_1 .box .text5 {
	left: 18%;
	top: 56%;
}
.about3 ul li.about3_2 {
}
.about3 ul li.about3_2 .box {
	position: relative;
	max-width: 428px;
	margin: 50px auto 0;
}
.about3 ul li.about3_2 .box img:nth-child(1) {
}
 @keyframes ab3_2Rotate {
 0% {
 transform: translateY(0px);
 opacity: 0;
}
 60% {
 transform: translateY(-20px);
 opacity: 1;
}
 100% {
 transform: translateY(-20px);
 opacity: 0;
}
}
.about3 ul li.about3_2 .box img:nth-child(2), .about3 ul li.about3_2 .box img:nth-child(3) {
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	margin: 0 auto;
	animation: ab3_2Rotate 2s infinite linear .4s;
}
.about3 ul li.about3_2 .box img:nth-child(3) {
	animation: ab3_2Rotate 2s infinite linear;
}
.about3 ul li.about3_3 {
}
.about3 ul li.about3_3 .box {
	margin-top: 50px;
}
.about4 {
	padding: 140px 0;
	background-color: rgba(22,63,100,0.85);
}
.about4 .common_tit h4 {
	color: #fff;
	display: flex;
	align-items: center;
	width: 100%;
	justify-content: center;
	font-size: 30px;
}
.about4 .common_tit h4 img {
	margin-right: 12px;
}
.about4 .common_tit h6 {
	color: #fff;
}
.contact_wrap .banner2_text {
	margin-top: -70px;
}
.contact1 {
	max-width: 1600px;
	width: 90%;
	margin: 150px auto;
	height: 460px;
	position: relative;
	z-index: 9;
	border-radius: 8px;
	overflow: hidden;
}
.contact1 #map {
	width: 100%;
	height: 100%;
}
.contact1 .left {
	width: 47.5%;
	min-width: 620px;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: rgba(4, 78, 181, 0.9);
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 0 4%;
}
.contact1 .left ul {
	display: flex;
	flex-wrap: wrap;
}
.contact1 .left ul li {
	width: 50%;
}
.contact1 .left ul li h4 {
	font-size: 16px;
	font-weight: 100;
	line-height: 32px;
	letter-spacing: 1px;
	color: #ffffff;
}
.contact1 .left ul li h6 {
	font-family: Arial;
	font-size: 30px;
	font-weight: bold;
	line-height: 32px;
	letter-spacing: 2px;
	color: #ffffff;
	margin-top: 10px;
}
.contact1 .left h5 {
	font-size: 16px;
	font-weight: 100;
	line-height: 50px;
	letter-spacing: 1px;
	color: #ffffff;
}
.cooperation5 {
	margin: -550px auto 120px;
}
.cooperation5 .container {
	border-radius: 8px;
	box-shadow: 5px 9px 30px 0px rgba(51, 51, 51, 0.05);
	display: flex;
	align-items: center;
	overflow: hidden;
	background: #fff;
}
.cooperation5 .left {
	width: 470px;
	height: 930px;
	background: url(../images/join-img.jpg) center / cover no-repeat;
	display: flex;
	align-items: flex-end;
	padding: 50px;
}
.cooperation5 .left .inner {
	width: 100%;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	padding-bottom: 20px;
}
.cooperation5 .left h5 {
	font-size: 24px;
	font-weight: bold;
	line-height: 26px;
	letter-spacing: 1px;
	color: #ffffff;
	display: flex;
	align-items: center;
}
.cooperation5 .left h5 img {
	margin-right: 8px;
}
.cooperation5 .left h6 {
	font-family: Arial;
	font-size: 54px;
	font-weight: bold;
	color: #ffffff;
	margin-top: 10px;
}
.cooperation5 .right {
	padding: 36px 70px;
	flex: 1;
}
.cooperation5 .right h4 {
	font-size: 24px;
	font-weight: bold;
	line-height: 50px;
	letter-spacing: 1px;
	color: #333333;
	text-align: center;
}
.cooperation5 .right .layui-form {
	margin-top: 40px;
}
.cooperation5 .right .layui-form .layui-form-wrap {
	display: flex;
	flex-wrap: wrap;
}
.cooperation5 .right .layui-form .layui-form-item {
	margin: 0;
	display: flex;
}
.cooperation5 .right .layui-form .layui-form-w24 {
	width: 24%;
	margin-right: 2%;
	height: 58px;
	border-bottom: 1px solid #e1e7f0;
	align-items: center;
}
.cooperation5 .right .layui-form .layui-form-w48 {
	width: 48%;
	height: 58px;
	border-bottom: 1px solid #e1e7f0;
	align-items: center;
}
.cooperation5 .right .layui-form .layui-form-w100 {
	width: 100%;
}
.cooperation5 .right .layui-form .layui-form-label {
}
.cooperation5 .right .layui-form .layui-form-label .required {
	color: #e60000;
	width: 8px;
	min-height: 1px;
}
.cooperation5 .right .layui-form .layui-form-w24 .layui-form-label, .cooperation5 .right .layui-form .layui-form-w48 .layui-form-label {
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #666666;
	width: 66px;
	display: flex;
	align-items: center;
	height: 18px;
	border-right: 1px solid #e1e7f0;
	padding: 0;
	text-align: left;
}
.cooperation5 .right .layui-form .layui-form-w24 .layui-input-inline, .cooperation5 .right .layui-form .layui-form-w48 .layui-input-inline {
	flex: 1;
}
.cooperation5 .right .layui-form .layui-form-w24 .layui-input-inline input[type="text"], .cooperation5 .right .layui-form .layui-form-w48 .layui-input-inline input[type="text"] {
	border: 0;
	padding: 0 20px;
}
 .cooperation5 .right .layui-form .layui-form-w24 .layui-input-inline input[type="text"]::placeholder, .cooperation5 .right .layui-form .layui-form-w48 .layui-input-inline input[type="text"]::placeholder {
 color: #999;
}
.cooperation5 .right .layui-form .layui-form-w48 .line {
	width: 1px;
	height: 18px;
	background: #e1e7f0;
}
.cooperation5 .right .layui-form .layui-form-textarea {
	margin-top: 40px;
}
.cooperation5 .right .layui-form .layui-form-textarea .layui-form-label {
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #666666;
	display: flex;
	align-items: center;
	padding: 0;
	margin-top: 20px;
	text-align: left;
}
.cooperation5 .right .layui-form .layui-form-textarea .layui-input-inline {
	margin: 0;
	flex: 1;
}
.cooperation5 .right .layui-form .layui-form-textarea .layui-input-inline textarea {
	padding: 20px;
	height: 120px;
	resize: none;
}
 .cooperation5 .right .layui-form .layui-form-textarea .layui-input-inline textarea::placeholder {
 color: #999;
}
.cooperation5 .right .layui-form .layui-form-radios {
	margin: 0;
	padding: 0;
	margin-top: 40px;
}
.cooperation5 .right .layui-form .layui-form-radios .layui-input-inline {
	margin: 0;
	flex: 1;
}
.cooperation5 .right .layui-form .layui-form-radios .layui-input-inline .radio-group {
	width: 100%;
	display: flex;
	align-items: center;
}
.cooperation5 .right .layui-form .layui-form-radios .layui-input-inline h6 {
	font-size: 16px;
	font-weight: 100;
	letter-spacing: 1px;
	color: #666666;
}
.cooperation5 .right .layui-form .layui-input-inline input[type="radio"] {
	display: block;
}
.cooperation5 .right .layui-form .layui-input-inline .layui-icon {
	display: none;
}
.cooperation5 .right .layui-form .layui-input-inline .layui-form-radio {
	font-size: 16px;
	line-height: 50px;
	letter-spacing: 1px;
	color: #666666;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 40px 0 10px;
	padding: 0;
}
.cooperation5 .right .layui-form .layui-input-inline .layui-form-radio:hover *, .cooperation5 .right .layui-form .layui-input-inline .layui-form-radioed {
	color: #666666;
}
.cooperation5 .right .layui-form .layui-btn {
	width: 380px;
	height: 56px;
	background-color: #163f64;
	border-radius: 28px;
	margin: 18px auto 0;
	display: block;
}
.dealer2 {
	margin: 120px 0 120px;
}
.dealer2 ul > li {
	margin: 120px 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.dealer2 .text {
	width: 50%;
	position: relative;
	z-index: 3;
	padding-left: 120px;
}
.dealer2 .text h2 {
	font-size: 24px;
	font-weight: bold;
	line-height: 40px;
	letter-spacing: 1px;
	color: #163f64;
	margin-top: 30px;
}
.dealer2 .text h3 {
	font-family: Arial;
	font-size: 120px;
	font-weight: bold;
	letter-spacing: -5px;
	color: #163f64;
	margin-left: -120px;
}
.dealer2 .text h3::after {
	content: '';
	background: #163f64;
	opacity: .2;
	height: 1px;
	width: 240px;
	display: block;
	-webkit-transform: rotate(-30deg);
	-moz-transform: rotate(-30deg);
	-ms-transform: rotate(-30deg);
	-o-transform: rotate(-30deg);
	transform: rotate(-30deg);
	margin: 20px 0;
}
.dealer2 .text h4 {
	font-size: 36px;
	letter-spacing: 2px;
	color: #333333;
}
.dealer2 .text h6 {
	font-size: 20px;
	font-weight: 100;
	color: #333333;
	opacity: 0.4;
	margin-top: 10px;
}
.dealer2 .text h5 {
	font-size: 16px;
	font-weight: 100;
	line-height: 32px;
	color: #333333;
	margin-top: 40px;
}
.dealer2 .text p {
	font-size: 16px;
	font-weight: 100;
	line-height: 32px;
	color: #333333;
}
.dealer2 .text h5 span {
	font-size: 18px;
	font-weight: bold;
	color: #163f64;
	margin-right: 5px;
}
.dealer2 .text ol {
	margin-bottom: 20px;
}
.dealer2 .text ol li {
	font-size: 16px;
	font-weight: 100;
	line-height: 40px;
	color: #333333;
}
.dealer2 .img {
	width: 50%;
	-webkit-transform: translateX(calc(50vw - 100%));
	-moz-transform: translateX(calc(50vw - 100%));
	-ms-transform: translateX(calc(50vw - 100%));
	-o-transform: translateX(calc(50vw - 100%));
	transform: translateX(calc(50vw - 100%));
	border-radius: 15px 0 0 15px;
	overflow: hidden;
}
.dealer2 ul > li:nth-child(2n) .img {
	order: -1;
	-webkit-transform: translateX(calc(100% - 50vw));
	-moz-transform: translateX(calc(100% - 50vw));
	-ms-transform: translateX(calc(100% - 50vw));
	-o-transform: translateX(calc(100% - 50vw));
	transform: translateX(calc(100% - 50vw));
	border-radius: 0 15px 15px 0;
}
.dealer6 {
	margin: 0;
	padding: 120px 0;
	background-color: #f7f8fa;
}
.dealer6 .container {
	margin-top: 50px;
}
.join4 {
	margin: 100px auto;
}
.join4 .product_nav {
	margin-top: 30px;
}
.join4 .top {
	margin-top: 72px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-bottom: 1px solid #eeeeee;
	padding-bottom: 80px;
}
.join4 .top .left {
	width: 46%;
	padding-right: 40px;
}
.join4 .top .left h4 {
	font-size: 30px;
	font-weight: bold;
	color: #333333;
}
.join4 .top .left h6 {
	margin-top: 20px;
	font-size: 16px;
	font-weight: 100;
	line-height: 30px;
	color: #666666;
}
.join4 .top .right {
	width: 54%;
	height: 260px;
	border-radius: 8px;
}
.join4 .bot {
	margin-top: 40px;
}
.join4 .bot .item {
	padding: 40px 28px;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: space-between;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.join4 .bot .item:hover {
	background: url(../images/join4_bg.png) right bottom / contain no-repeat;
	box-shadow: 0px 4px 20px 0px rgba(15, 41, 76, 0.06);
}
.join4 .bot .item .left {
	flex: 1;
}
.join4 .bot .item .left h4 {
	font-size: 24px;
	font-weight: bold;
	line-height: 30px;
	color: #333333;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.join4 .bot .item:hover .left h4 {
	color: #163f64;
}
.join4 .bot .item .left h6 {
	font-size: 16px;
	font-weight: 100;
	line-height: 30px;
	color: #666666;
	margin-top: 20px;
}
.join4 .bot .item .left h6 span {
	margin: 0 4px;
	border-right: #999 solid 2px;
	padding-right: 7px;
	display: inline-block;
	line-height: 1.1;
}
.join4 .bot .item .left h6 span:last-child {
	border: none;
}
.join4 .bot .item .right {
	text-align: right;
	width: 180px;
}
.join4 .bot .item .right h5 {
	font-size: 16px;
	font-weight: 100;
	line-height: 40px;
	color: #666666;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.join4 .bot .item .right h5 img {
	margin-right: 8px;
}
.join_detail_top ._top {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.join_detail_top .left {
}
.join_detail_top .left .tit {
	text-align: left;
}
.join_detail_top .left .items {
	display: flex;
	margin-top: 10px;
}
.join_detail_top .left .items span {
	font-size: 16px;
	font-weight: 100;
	line-height: 30px;
	color: #666666;
	display: flex;
	align-items: center;
	margin-right: 26px;
}
.join_detail_top .left .items span img {
}
.join_detail_top .right {
}
.join_detail_top .right a {
	display: block;
	width: 160px;
	height: 48px;
	border-radius: 24px;
	line-height: 48px;
	text-align: center;
	font-size: 16px;
	letter-spacing: 1px;
	color: #ffffff;
	background-color: #163f64;
	border-radius: 24px;
}
.join_detail_top .right .time {
	font-size: 16px;
	font-weight: 100;
	line-height: 30px;
	letter-spacing: 1px;
	color: #999999;
	margin-top: 20px;
	text-align: right;
}
.join_detail_top ._bot {
	display: flex;
	flex-wrap: wrap;
	margin-top: 10px;
}
.join_detail_top ._bot span {
	font-size: 16px;
	font-weight: 100;
	line-height: 28px;
	color: #163f64;
	height: 28px;
	background-color: rgba(4, 78, 181, 0.1);
	padding: 0 10px;
	margin-top: 10px;
	margin-right: 10px;
}
.join_detail .content h4 {
	font-size: 22px;
	font-weight: bold;
	line-height: 26px;
	letter-spacing: 1px;
	color: #333333;
	margin-bottom: 24px;
}
.safety_bg{
	margin:0;
}
.marketing2 ,.safety_bg{
	padding: 100px 0;
	background: #f7f8fa;
}
.marketing2 .content {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 60px;
}
.marketing2 .content .left {
	width: 50%;
	padding-left: 10%;
	padding-right: 40px;
	margin: -80px 0;
}
.marketing2 .content .left .item {
	font-size: 16px;
	font-weight: 100;
	line-height: 30px;
	letter-spacing: 1px;
	color: #ffffff;
	height: 90px;
	margin: 60px 0;
	display: flex;
	align-items: center;
	padding-left: 70px;
	padding-right: 20px;
	position: relative;
	height: 70px;
	background-image: linear-gradient(-90deg, #163f64 0%, #0095ff 100%);
	-webkit-transform: skewX(-15deg);
	-moz-transform: skewX(-15deg);
	-ms-transform: skewX(-15deg);
	-o-transform: skewX(-15deg);
	transform: skewX(-15deg);
}
.marketing2 .content .left .item > * {
	-webkit-transform: skewX(15deg);
	-moz-transform: skewX(15deg);
	-ms-transform: skewX(15deg);
	-o-transform: skewX(15deg);
	transform: skewX(15deg);
}
.marketing2 .content .left .item em {
	width: 120px;
	height: 120px;
	background: #f7f8fa;
	border-radius: 50%;
	left: -70px;
	bottom: -10px;
	position: absolute;
}
.marketing2 .content .left .item .img {
	width: 100px;
	height: 100px;
	background: #fff;
	box-shadow: 4px 7px 20px 0px rgba(15, 41, 76, 0.1), inset 1px 2px 0px 0px #ffffff;
	border-radius: 50%;
	position: absolute;
	left: -60px;
	bottom: 0;
	text-align: center;
	line-height: 100px;
	color: #163f64;
	font-size: 22px;
	font-weight: bold;
}
.marketing2 .content .right {
	width: 50%;
	padding-left: 40px;
}
.marketing2 .content .right h4 {
	font-size: 30px;
	font-weight: bold;
	line-height: 30px;
	color: #333333;
}
.marketing2 .content .right h6 {
	font-size: 16px;
	font-weight: 100;
	line-height: 30px;
	letter-spacing: 1px;
	color: #666666;
	margin-top: 20px;
}
.marketing4 {
	padding: 100px 0;
	background: #f7f8fa;
}
.marketing4 .content {
	display: flex;
	flex-wrap: wrap;
	margin-top: 20px;
	justify-content: space-between
}
.marketing4 .content .item {
	width: 20%;
	margin-top: 20px;
	padding: 0 6px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}
.marketing4 .content .item .img {
	overflow: hidden;
	border-radius: 8px;
}
.marketing4 .content .item .img img{
	width:100%;
}
.marketing4 .content .item .img .inner {
	padding-top: 62.5%;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.marketing4 .content .item .img:hover .inner {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.marketing4 .content .item .text {
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.marketing4 .content .item .text h6 {
	font-size: 20px;
	font-weight: 100;
	line-height: 30px;
	color: #333333;
	text-align: center;
}
.dealer_wrap .research2 {
	margin: 80px 0;
}
.dealer_wrap .research2 .container .item {
	width: 25%;
}
.news {
	margin: 80px auto;
}
.news .content {
	display: flex;
	flex-wrap: wrap;
}
.news .content a {
	margin-right: 39px;
	margin-top: 40px;
	width: calc(33.33% - 26px);
	background: #f7f8fa;
	overflow: hidden;
	border-radius: 8px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.news .content a:hover {
	background: #163f64;
}
.news .content a:nth-child(-n + 3) {
	margin-top: 0;
}
.news .content a:nth-child(3n) {
	margin-right: 0;
}
.news .content a .img_wrap {
	overflow: hidden;
}
.news .content a .img {
	width: 100%;
	padding-top: 54%;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.news .content a:hover .img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.news .content a .text {
	display: flex;
	align-items: center;
	padding: 24px 28px;
	justify-content: space-between;
}
.news .content a .text .left {
	width: calc(100% - 128px);
	padding-right: 20px;
}
.news .content a .text h4 {
	font-size: 20px;
	font-weight: bold;
	line-height: 24px;
	letter-spacing: 1px;
	color: #333333;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.news .content a .text h6 {
	font-size: 16px;
	line-height: 32px;
	color: #333333;
	opacity: 0.6;
	margin-top: 12px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.news .content a .text .right {
	display: flex;
	align-items: center;
	color: #666666;
	opacity: 0.6;
	width: 128px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.news .content a .text .right .dd {
	font-family: Arial;
	font-size: 46px;
	line-height: 36px;
	letter-spacing: 1px;
	border-right: 1px solid #666;
	padding-right: 8px;
	margin-right: 8px;
}
.news .content a .text .right .yyyy-mm {
	font-size: 16px;
	line-height: 18px;
}
.news .content a:hover .text h4, .news .content a:hover .text h6, .news .content a:hover .text .right {
	color: #fff;
}
.bread {
	display: flex;
	align-items: center;
	margin: 50px auto 0;
	width: 90%;
	max-width: 1600px;
}
.bread a {
	font-size: 16px;
	font-weight: 100;
	color: #163f64;
}
.bread a.index, .bread a[href="javascript:;"] {
	color: #666666;
}
.bread a.underline {
	text-decoration: underline;
}
.bread img {
	margin: 0 10px;
}
.detail {
	width: 90%;
	max-width: 1000px;
	margin: 80px auto;
}
.detail .tit {
	font-size: 40px;
	font-weight: bold;
	letter-spacing: 2px;
	color: #333333;
	text-align: center;
}
.detail .desc {
	font-size: 16px;
	line-height: 30px;
	letter-spacing: 1px;
	color: #999999;
	display: flex;
	align-items: center;
	text-align: center;
	justify-content: center;
	margin-top: 20px;
}
.detail .desc img {
	margin: 0 6px 0 18px;
}
.detail .content {
	padding: 40px 0;
	margin: 50px 0;
	border-top: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
}
.detail .content p {
	font-size: 16px;
	line-height: 30px;
	letter-spacing: 1px;
	color: #333333;
	margin: 10px 0;
	text-indent: 2em;
}
.detail .content img {
}
.detail .bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.detail .bottom .left {
	display: flex;
	flex-direction: column;
}
.detail .bottom .left a {
	font-size: 16px;
	font-weight: 100;
	line-height: 40px;
	letter-spacing: 1px;
	color: #333333;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.detail .bottom .left a:hover {
	color: #163f64;
}
.detail .bottom .right {
	width: 150px;
	height: 48px;
	background-color: #163f64;
	border-radius: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	font-weight: 100;
	letter-spacing: 1px;
	color: #ffffff;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.detail .bottom .right:hover {
	opacity: .8;
}
.detail .bottom .right img {
	margin-right: 6px;
}
.product_nav {
	height: 60px;
}
.product_nav_inner {
	background: #fff;
	border-bottom: 1px solid #eee;
	display: flex;
	align-items: center;
	justify-content: center;
	position: static;
	top: 81px;
	left: 0;
	width: 100%;
	z-index: 55;
}
.product_nav.fixed .product_nav_inner {
	position: fixed;
}
.product_nav_item {
	font-size: 16px;
	color: #666666;
	margin: 0 40px;
	line-height: 60px;
	position: relative;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-ms-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}
.product_nav_item.elevator_nv {
	margin: 0 25px;
}
.product_nav.fixed .product_nav_item {
	line-height: 50px;
}
.product_nav_item::after {
	content: '';
	width: 0%;
	height: 2px;
	background-color: #163f64;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0 auto;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-ms-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}
.product_nav_item:hover, .product_nav_item.active {
	color: #163f64;
}
.product_nav_item.active::after {
	width: 100%;
}
.product_item {
	position: relative;
}
.product_item {
	padding: 120px 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.product_item .container {
	display: flex;
	align-items: center;
	justify-content: center;
}
.product_item .img {
	width: 50%;
	padding-right: 8%;
}
.product_item1 .img, .product_item3 .img {
	order: 1;
	padding-right: 0%;
	padding-left: 8%;
}
.product_item .text {
	width: 50%;
}
.product_item .text_t {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #ddd;
	padding-bottom: 30px;
}
.product_item .text_tl {
}
.product_item .text_tl h4 {
	font-size: 42px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #333333;
}
.product_item .text_tl h4 span {
	font-size: 60px;
}
.product_item .text_tl h6 {
	font-size: 30px;
	color: #333333;
}
.product_item .text_t a {
	width: 160px;
	height: 48px;
	border-radius: 24px;
	line-height: 48px;
	text-align: center;
	font-size: 16px;
	letter-spacing: 1px;
	color: #ffffff;
	border: 1px solid #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #fff;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.product_item .text_t a img {
	margin-left: 10px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.product_item .text_t a:hover {
	border: 1px solid transparent;
}
.product_item .text_t a:hover img {
	margin-left: 20px;
}
.product_item .text_b {
}
.product_item .text_b h4 {
	font-size: 20px;
	line-height: 32px;
	color: #333333;
	margin-top: 32px;
}
.product_item .text_b h4 span {
	font-size: 30px;
	font-weight: bold;
}
.product_item .text_b ul {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 24px;
}
.product_item .text_b ul li {
	position: relative;
	flex: 1;
	margin-right: 12px;
	overflow: hidden;
	border-radius: 8px;
}
.product_item .text_b ul li:last-child {
	margin-right: 0;
}
.product_item .text_b ul li .img {
	width: 100%;
	padding-top: 68.25%;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.product_item .text_b ul li:hover .img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.product_item .text_b ul li .mask {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 45%;
	background-image: linear-gradient(0deg, rgba(9, 10, 13, 0.8), rgba(9, 10, 13, 0));
	opacity: 0.7;
}
.product_item .text_b ul li h6 {
	font-size: 16px;
	line-height: 30px;
	color: #ffffff;
	padding: 0 20px;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}
.product_info1_1 {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 120px 0;
}
.product_info1_1 .img {
	width: 50%;
	padding-right: 8%;
}
.product_info1_1 .text {
	width: 50%;
	padding-right: calc(50vw - 800px);
}
.product_info1_1 .text_t {
	padding-bottom: 30px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 32px;
}
.product_info1_1 .text_t h4 {
	font-size: 42px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #333333;
}
.product_info1_1 .text_t h4 span {
	font-size: 60px;
}
.product_info1_1 .text_t h6 {
	font-size: 30px;
	color: #333333;
}
.product_info1_1 .text_b {
	font-size: 20px;
	line-height: 40px;
	color: #222222;
}
.product_info1_1 .text_b span {
	text-decoration: underline;
}
.research1 {
	padding: 100px 0 120px;
}
.research1 .container {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 80px;
}
.research1 .left {
	width: calc(100% - 500px);
}
.research1 .left h4 {
	font-size: 30px;
	font-weight: bold;
	line-height: 30px;
	color: #333333;
}
.research1 .left ul {
	display: flex;
	align-items: center;
	margin-top: 100px;
}
.research1 .left ul li {
	margin-right: 5%;
}
.research1 .left h6 {
	font-size: 16px;
	font-weight: 100;
	line-height: 30px;
	color: #666666;
}
.research1 .left ul li h6 span {
	font-size: 80px;
	font-weight: bold;
	font-family: "DIN Alternate";
}
.research1 .left h5 {
	font-size: 16px;
	font-weight: 100;
	line-height: 30px;
	color: #666666;
	margin-top: 80px;
	max-width: 780px;
	width: 90%;
}
.research1 .left h5 span {
	font-family: "DIN Alternate";
	font-size: 30px;
	font-weight: bold;
	line-height: 30px;
	color: #00cdff;
}
.research1 .right {
	width: 500px;
	position: relative;
}
.research1 .right img {
	width: 84.2%;
	margin-left: 9.4%;
}
.research1 .right .text1 {
	position: absolute;
	left: 53%;
	top: 53%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.research1 .right .text1 h6 {
	font-size: 32px;
	font-weight: 100;
	line-height: 30px;
	color: #666666;
	text-align: center;
}
.research1 .right .text1 h6 span {
	font-size: 80px;
	font-weight: bold;
	color: #333;
	font-family: "DIN Alternate";
}
.research1 .right .text2 {
	background: #163f64;
	position: absolute;
	left: 14%;
	top: 58%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	width: 130px;
	height: 130px;
	border-radius: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.research1 .right .text2 h6 {
	font-size: 22px;
	font-weight: 100;
	line-height: 22px;
	color: #ffffff;
	text-align: center;
}
.research1 .right .text2 h6 span {
	font-size: 50px;
	font-weight: bold;
	font-family: "DIN Alternate";
}
.research1 .right .text3 {
	width: 150px;
	height: 150px;
	left: 85%;
	top: 82%;
}
.research1 .right .text4 {
	background: #00cdff;
	width: 140px;
	height: 140px;
	left: 80%;
	top: 18%;
}
.research2 .container {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 40px 0;
}
.research2 .container .item {
	width: 33.3333%;
	padding: 0 5% 0 2.5%;
	color: #ffffff;
	overflow: hidden;
	border-right: 1px solid rgba(253, 253, 253, 0.4);
}
.research2 .container .item:last-child {
	border-right: 0;
}
.research2 .container .item h4 {
	font-size: 30px;
	font-weight: bold;
	line-height: 42px;
}
.research2 .container .item h5 {
	font-family: Arial;
	font-size: 16px;
	line-height: 30px;
	margin-top: 10px;
	color: rgba(255, 255, 255, 0.2);
}
.research2 .container .item h6 {
	font-size: 16px;
	font-weight: 100;
	line-height: 30px;
	height: 180px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 6;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #ffffff;
	margin-top: 10px;
	opacity: 0;
}
.research2 .container .item span {
	width: 140px;
	height: 42px;
	margin-top: 20px;
	background-color: #ffffff;
	border-radius: 21px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	font-weight: bold;
	color: #163f64;
	opacity: 0;
}
.research2 .container .item span img {
	margin-left: 24px;
}
.research2 .container .item > * {
	position: relative;
	top: 190px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.research2 .container .item:hover > * {
	top: 0;
	opacity: 1;
}
.research4 {
	padding: 100px 0;
}
.research4 .swiper {
	padding: 0 90px;
	margin-top: 50px;
}
.research4 .swiper .swiper-container {
	padding: 10px 0 20px;
}
.research4 .swiper .swiper-slide {
	border-radius: 8px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	padding: 2%;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.research4 .swiper .swiper-slide:hover {
	box-shadow: 4px 7px 20px 0px rgba(15, 41, 76, 0.1);
}
.research4 .swiper .swiper-slide h6 {
	margin-top: 24px;
	font-size: 16px;
	font-weight: 100;
	line-height: 30px;
	color: #666666;
	text-align: center;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.research4 .swiper .swiper-slide:hover h6 {
	color: #163f64;
}
.research4 .swiper .prevButton {
	-webkit-transform: translateY(-48px);
	-moz-transform: translateY(-48px);
	-ms-transform: translateY(-48px);
	-o-transform: translateY(-48px);
	transform: translateY(-48px);
}
.research4 .swiper .nextButton {
	-webkit-transform: rotate(180deg) translateY(48px);
	-moz-transform: rotate(180deg) translateY(48px);
	-ms-transform: rotate(180deg) translateY(48px);
	-o-transform: rotate(180deg) translateY(48px);
	transform: rotate(180deg) translateY(48px);
}
.research6 {
	padding: 100px 0;
}
.research6 h5 {
	text-align: center;
	font-size: 24px;
	line-height: 1.5;
	color: #333333;
	margin: 50px auto;
	padding: 0 10%;
}
.research6 .content {
	display: flex;
	flex-wrap: wrap;
}
.research6 .content.news_list {
	margin-top: 50px;
}
.research6 .content a {
	margin-right: 39px;
	margin-top: 40px;
	width: calc(33.33% - 26px);
	background: #f7f8fa;
	overflow: hidden;
	border-radius: 8px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.research6 .content a:hover {
	background: #163f64;
}
.research6 .content a:nth-child(-n + 3) {
	margin-top: 0;
}
.research6 .content a:nth-child(3n) {
	margin-right: 0;
}
.research6 .content a .img_wrap {
	overflow: hidden;
}
.research6 .content a .img {
	width: 100%;
	padding-top: 62.5%;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.research6 .content a:hover .img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.research6 .content a .text {
	text-align: center;
	padding: 0px 28px;
	font-size: 20px;
	font-weight: bold;
	line-height: 70px;
	color: #333333;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.research6 .content a:hover .text {
	color: #fff;
}
.index1 {
	padding: 100px 0 136px;
}
.index1 .container h5 {
	font-size: 16px;
	font-weight: 100;
	line-height: 30px;
	color: #666666;
	max-width: 1100px;
	text-align: center;
	margin: 40px auto 0;
}
.index1 .content {
	margin-top: 72px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 4px 7px 20px 0px rgba(15, 41, 76, 0.1);
}
.index1 .content .left {
	width: 50%;
	height: 600px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.index1 .content .right {
	display: flex;
	flex-wrap: wrap;
	width: 50%;
}
.index1 .content .right .item {
	background: #fff;
	width: 50%;
	height: 300px;
	color: #333;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	padding: 0 5%;
}
.index1 .content .right .item3 {
	color: #fff;
}
.index1 .content .right .item4 {
	color: #fff;
}
.index1 .content .right .item h4 {
	font-size: 30px;
	font-weight: bold;
	font-family: "DIN Alternate";
}
.index1 .content .right .item h4 span {
	font-size: 80px;
}
.index1 .content .right .item h4 span.f50 {
	font-size: 50px;
}
.index1 .content .right .item h5 {
	font-size: 26px;
	line-height: 29px;
	letter-spacing: 1px;
	color: inherit;
	text-align: left;
	margin: 20px 0 0;
}
.index1 .content .right .item h6 {
	margin-top: 30px;
	font-size: 16px;
	font-weight: 100;
	line-height: 28px;
	height: 56px;
}
.index2 {
	background: #f4f5f7;
	padding: 100px 0 66px;
}
.index2 .common_tit h6 {
	font-size: 32px;
	font-weight: 100;
	letter-spacing: 2px;
	color: #666666;
}
.index2 .content {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 72px;
}
.index2 .content .item {
	width: 20%;
	height: 600px;
	color: #fff;
	border-right: 1px solid rgba(255, 255, 255, .2);
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding: 4% 2%;
	position: relative;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.index2 .content .item.active {
	width: 50%;
	padding: 4% 3%;
}
.index2 .content .item.unactive {
	width: 12.5%;
	padding: 4% 1%;
}
.index2 .content .item .bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.index2 .content .item.active .bg {
	opacity: 1;
}
.index2 .content .item .img_h {
	position: relative;
}
.index2 .content .item h4 {
	position: relative;
	z-index: 3;
	font-size: 22px;
	line-height: 32px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.index2 .content .item.active h4 {
	font-size: 24px;
	font-weight: bold;
}
.index2 .content .item h4::before {
	content: '';
	display: block;
	margin: 20px 0;
	width: 20px;
	height: 2px;
	background-color: #ffffff;
}
.index2 .content .item h6 {
	position: relative;
	z-index: 3;
	font-size: 16px;
	font-weight: 100;
	line-height: 30px;
	height: 60px;
	margin-top: 10px;
	opacity: 0;
	-webkit-transform: translateY(100px);
	-moz-transform: translateY(100px);
	-ms-transform: translateY(100px);
	-o-transform: translateY(100px);
	transform: translateY(100px);
	-webkit-transition: all .3s ease .3s;
	-moz-transition: all .3s ease .3s;
	-ms-transition: all .3s ease .3s;
	-o-transition: all .3s ease .3s;
	transition: all .3s ease .3s;
}
.index2 .content .item.active h6 {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
}
.index2 .content .item.active .img_h.img_ha img {
	opacity: 0;
}
.index2 .content .item.active .img_h.img_ha img:nth-child(2) {
	opacity: 1;
}
.index2 .bottom {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 30px;
}
.index2 .bottom .left {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 124px;
}
.index2 .bottom .right {
	flex: 1;
	margin-left: 78px;
	margin-right: 64px;
	height: 1px;
	background: #dddddd;
	position: relative;
}
.index2 .bottom .right span {
	width: 0%;
	height: 3px;
	background-color: #163f64;
	display: block;
	position: relative;
	top: -1px;
}
.index2 .bottom .right.active span {
	width: 100%;
	-webkit-transition: all 4.8s linear .2s;
	-moz-transition: all 4.8s linear .2s;
	-ms-transition: all 4.8s linear .2s;
	-o-transition: all 4.8s linear .2s;
	transition: all 4.8s linear .2s;
}
.index2 .bottom a {
	text-decoration: underline;
	font-size: 16px;
	line-height: 28px;
	color: #666666;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.index2 .bottom a:hover {
	color: #163f64;
}
.index3 {
	margin-top: 100px;
}
.index3 .content {
	margin-top: 54px;
	position: relative;
	padding: 10% 0 5%;
}
.index3 .content .index3_img1 {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 25%;
	transform-origin: left bottom;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all .8s ease 1s;
	-moz-transition: all .8s ease 1s;
	-ms-transition: all .8s ease 1s;
	-o-transition: all .8s ease 1s;
	transition: all .8s ease 1s;
}
.index3 .content .index3_img2 {
	position: absolute;
	right: 0;
	top: 0;
	width: 33%;
	transform-origin: right top;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all .8s ease 1s;
	-moz-transition: all .8s ease 1s;
	-ms-transition: all .8s ease 1s;
	-o-transition: all .8s ease 1s;
	transition: all .8s ease 1s;
}
.index3 #index3Content.active .index3_img1, .index3 #index3Content.active .index3_img2 {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.index3 .content .product_item {
	padding: 0 100px;
}
.index3 .content .product_item .text_tl h4, .index3 .content .product_item .text_tl h6, .index3 .content .product_item .text_b h4 {
	color: #fff;
}
.index3 .content .product_item .text_t a {
	border-color: transparent;
}
.index3 .bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 72px;
}
.index3 .bottom .left {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 124px;
}
.index3 .bottom .right {
	flex: 1;
	margin-left: 60px;
	margin-right: 32px;
	height: 1px;
	background: #fff;
	position: relative;
}
.index3 .bottom .right span {
	width: 0%;
	height: 3px;
	background-color: #163f64;
	display: block;
	position: relative;
	top: -1px;
}
.index3 .bottom .right.active span {
	width: 100%;
	-webkit-transition: all 4.8s linear .2s;
	-moz-transition: all 4.8s linear .2s;
	-ms-transition: all 4.8s linear .2s;
	-o-transition: all 4.8s linear .2s;
	transition: all 4.8s linear .2s;
}
.index3 .bottom .names {
	height: 30px;
	position: relative;
}
.index3 .bottom .names span {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 24px;
	line-height: 30px;
	display: inline-block;
	color: #fff;
	opacity: 0;
	white-space: nowrap;
	word-break: keep-all;
	-webkit-transform: translateX(50%);
	-moz-transform: translateX(50%);
	-ms-transform: translateX(50%);
	-o-transform: translateX(50%);
	transform: translateX(50%);
}
.index3 .bottom .names span:nth-child(1) {
	position: relative;
}
.index3 .bottom .names span.active {
	opacity: 1;
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.index4 {
	background: #f7f8fa;
	padding: 100px 0;
}
.index4 .top {
	margin-top: 30px;
	position: relative;
}
.index4 .top .more {
	text-decoration: underline;
	font-size: 16px;
	line-height: 30px;
	color: #666666;
	position: absolute;
	right: 0;
	top: 15px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.index4 .product_nav {
	overflow: auto hidden;
	width: calc(100% - 140px);
}
.index4 .product_nav .product_nav_inner {
	background: transparent;
	justify-content: flex-start;
	white-space: nowrap;
}
.index4 .product_nav .product_nav_inner .product_nav_item {
	margin-left: 0;
}
.index4 .swiperBtn {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	z-index: 55;
	width: 68.4%;
	margin: -26px auto 0;
}
.index4 .swiperBtn .prevButton {
	left: 0;
	top: 0;
	background: #fff;
}
.index4 .swiperBtn .nextButton {
	right: 0;
	top: 0;
	background: #fff;
}
.index4 .swiper {
	margin: 34px -3% 0;
}
.index4 .swiper .swiper-slide .img {
	overflow: hidden;
	border-radius: 8px;
	position: relative;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.index4 .swiper .swiper-slide .img img {
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.index4 .swiper .swiper-slide .img::after {
	content: '';
	background: #fff;
	opacity: .5;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
}
.index4 .swiper .swiper-slide-prev-prev .img, .index4 .swiper .swiper-slide-next-next .img {
	-webkit-transform: scale(0.84);
	-moz-transform: scale(0.84);
	-ms-transform: scale(0.84);
	-o-transform: scale(0.84);
	transform: scale(0.84);
}
.index4 .swiper .swiper-slide-prev-prev .img::after, .index4 .swiper .swiper-slide-next-next .img::after {
	opacity: .5;
}
.index4 .swiper .swiper-slide-next-next .img {
	transform-origin: right center;
}
.index4 .swiper .swiper-slide-prev-prev .img {
	transform-origin: left center;
}
.index4 .swiper .swiper-slide .img:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.index4 .swiper h6 {
	font-size: 20px;
	line-height: 30px;
	color: #666666;
	text-align: center;
	margin-top: 10px;
}
.index5 {
	margin: 100px auto;
}
.index5 .top {
	margin-top: 30px;
	position: relative;
}
.index5 .top .more {
	text-decoration: underline;
	font-size: 16px;
	line-height: 30px;
	color: #666666;
	position: absolute;
	right: 0;
	top: 15px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.index5 .product_nav .product_nav_inner {
	background: transparent;
	justify-content: flex-start;
}
.index5 .product_nav .product_nav_inner .product_nav_item {
	margin-left: 0;
}
.index5 .content {
	margin-top: 30px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
}
.index5 .left {
	width: 49%;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
}
.index5 .left a {
	background: #163f64;
	overflow: hidden;
	border-radius: 8px;
	overflow: hidden;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	display: block;
	height: 100%;
	padding-bottom: 116px;
}
.index5 .left a .img_wrap {
	overflow: hidden;
	height: 100%;
}
.index5 .left a .img {
	width: 100%;
	height: 100%;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.index5 .left a:hover .img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.index5 .left a .text {
	display: flex;
	align-items: center;
	padding: 24px 28px;
	justify-content: space-between;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}
.index5 .left a .text .left {
	width: calc(100% - 128px);
	padding-right: 20px;
	position: static;
}
.index5 .left a .text h4 {
	font-size: 20px;
	font-weight: bold;
	line-height: 24px;
	letter-spacing: 1px;
	color: #fff;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.index5 .left a .text h6 {
	font-size: 16px;
	line-height: 32px;
	color: #fff;
	opacity: 0.6;
	margin-top: 12px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.index5 .left a .text .right {
	display: flex;
	align-items: center;
	color: #fff;
	opacity: 0.6;
	width: 128px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	margin: 0;
}
.index5 .left a .text .right .dd {
	font-family: Arial;
	font-size: 46px;
	line-height: 36px;
	letter-spacing: 1px;
	border-right: 1px solid #fff;
	padding-right: 8px;
	margin-right: 8px;
}
.index5 .left a .text .right .yyyy-mm {
	font-size: 16px;
	line-height: 18px;
}
.index5 .right {
	width: 49%;
	margin-left: 51%;
}
.index5 .right .top {
	margin-top: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.index5 .right .top a {
	width: 48%;
	background: #163f64;
	overflow: hidden;
	border-radius: 8px;
	overflow: hidden;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	display: block;
}
.index5 .right .top a .img_wrap {
	overflow: hidden;
}
.index5 .right .top a .img {
	width: 100%;
	padding-top: 62.5%;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.index5 .right .top a:hover .img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.index5 .right .top a .text {
	padding: 20px 28px;
}
.index5 .right .top a .text h4 {
	font-size: 20px;
	font-weight: bold;
	line-height: 24px;
	letter-spacing: 1px;
	color: #fff;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.index5 .right .top a .text h6 {
	font-size: 16px;
	line-height: 32px;
	color: #fff;
	opacity: 0.6;
	margin-top: 12px;
	display: flex;
	align-items: center;
}
.index5 .right .top a .text h6 img {
	margin-right: 4px;
}
.index5 .right .bottom {
	margin-top: 30px;
}
.index5 .right .bottom a {
	display: block;
	background: #fff url(../images/index5_bg.png) right bottom no-repeat;
	border-radius: 8px;
	border: solid 1px #eeeeee;
	padding: 20px 28px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.index5 .right .bottom a:hover {
	background: #163f64 url(../images/index5_bg.png) right bottom no-repeat;
}
.index5 .right .bottom a .text_t {
}
.index5 .right .bottom a .text_t h4 {
	font-size: 20px;
	font-weight: bold;
	line-height: 24px;
	letter-spacing: 1px;
	color: #333;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.index5 .right .bottom a .text_t h6 {
	font-size: 16px;
	line-height: 32px;
	color: #666;
	opacity: 0.6;
	margin-top: 12px;
	height: 64px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.index5 .right .bottom a .text_b {
	border-top: 1px solid #dfdfdf;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 12px;
	padding-top: 12px;
}
.index5 .right .bottom a .text_b .l {
}
.index5 .right .bottom a .text_b .l h6 {
	font-size: 16px;
	line-height: 32px;
	color: #999;
	display: flex;
	align-items: center;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.index5 .right .bottom a .text_b .l h6 img {
	margin-right: 4px;
}
.index5 .right .bottom a .text_b .r {
	font-size: 16px;
	line-height: 32px;
	color: #666;
	display: flex;
	align-items: center;
}
.index5 .right .bottom a .text_b .r img {
	margin-left: 4px;
}
.index5 .right .bottom a:hover .text_t h4, .index5 .right .bottom a:hover .text_t h6, .index5 .right .bottom a:hover .text_b .l h6, .index5 .right .bottom a:hover .text_b .r {
	color: #fff;
}
.index4 .top .more:hover, .index5 .top .more:hover {
	color: #163f64;
}
.footer {
	background-color: #163f64;
	color: #fff;
}
.footer a {
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.footer .a:hover {
	color: #fff;
}
.footer .top {
	display: flex;
	justify-content: center;
	padding: 100px 0 40px;
	border-bottom: 1px solid rgba(255, 255, 255, .2);
	flex: 1;
}
.footer .top .item {
	flex: 1;
	padding-right: 50px;
}
.footer .top .item .h5 {
	font-size: 18px;
	font-weight: bold;
	line-height: 30px;
	letter-spacing: 2px;
}
.footer .top .item .h6 {
	font-size: 16px;
	font-weight: 100;
	line-height: 22px;
	letter-spacing: 1px;
	opacity: 0.6;
	margin-top: 16px;
	display: block;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.footer .top .item .h5:hover {
	opacity: 1;
	color: #fff;
	text-decoration: underline;
}
.footer .top .item .h6:hover {
	opacity: 1;
	color: #fff;
	text-decoration: underline;
}
.footer .top .item .line {
	height: 1px;
	background-color: rgba(255, 255, 255, 0.06);
	margin: 30px 0;
	position: relative;
}
.footer .top .item .line::after {
	content: '';
	display: block;
	width: 20px;
	height: 1px;
	background-color: rgba(255, 255, 255, 0.2);
	position: absolute;
	left: 0;
	top: 0;
}
.footer .top .ewm_wrap {
	display: flex;
}
.footer .top .ewm_wrap .ewm {
	position: relative;
	margin-left: 30px;
}
.footer .top .ewm_wrap .ewm img:nth-child(2) {
	position: absolute;
	left: 10px;
	top: 10px;
}
.footer .top .ewm_wrap .ewm h6 {
	text-align: center;
	margin-top: 10px;
	font-weight: 100;
	font-size: 16px;
}
.footer .top .contact_item {
	font-size: 14px;
	margin-top: 16px;
	display: flex;
	align-items: center;
}
.footer .top .contact_item img {
	margin-right: 12px;
}
.footer .bottom {
	padding: 24px 0 50px;
}
.footer h5 {
	font-size: 16px;
}
.footer h5 a {
	opacity: .6;
}
.footer h5 a:hover {
	opacity: 1;
	color: #fff;
	text-decoration: underline;
}
.footer h6 {
	font-size: 14px;
	margin-top: 15px;
	font-weight: 100;
}
.footer h6 span {
	margin-left: 40px;
}
.footer h6 span a {
}
.footer h6 span a:hover {
	color: #fff;
	text-decoration: underline;
}
 @media (max-width: 1780px) {
.product_info1_1 .text {
	padding-right: 5%;
}
.research1 .left ul li {
	margin-right: 3%;
}
}
@media (max-width: 1600px) {
.footer .top .item .h5 {
	font-size: 16px;
}
.footer .top .item .h6 {
	font-size: 14px;
}
.about1 .content .text ul li {
	margin-right: 10px;
}
.about1 .content .text ul li h6 {
	font-size: 15px;
}
.research1 .left ul {
	flex-wrap: wrap;
}
.research1 .left ul li {
	width: 33%;
	margin-right: 0;
	margin-top: 30px;
}
.research2 .container .item h4 {
	font-size: 26px;
}
}
 @media (max-width: 1440px) {
.index1 .content .left {
	height: 520px;
}
.index1 .content .right .item {
	height: 260px;
}
.index1 .content .right .item h4 span {
	font-size: 60px;
}
.index1 .content .right .item h4 span.f50 {
	font-size: 40px;
}
.index1 .content .right .item h5 {
	font-size: 22px;
	margin-top: 10px;
}
.index1 .content .right .item h6 {
	margin-top: 20px;
}
.index2 .content .item h4 {
	font-size: 18px;
}
.index2 .content .item.active h4 {
	font-size: 20px;
}
.header_nav li {
	margin-left: 30px;
}
.about1 .content .text {
	padding: 3%;
}
.product_nav_item.elevator_nv {
	margin: 0 15px;
}
.dealer2 .text h3 {
	font-size: 100px;
}
.cooperation5 .left {
	padding: 20px;
	width: 280px;
	height: 630px;
}
.cooperation5 .left h5 {
	font-size: 20px;
}
.cooperation5 .left h6 {
	font-size: 32px;
}
.research2 .container .item h4 {
	font-size: 22px;
}
}
 @media (max-width: 1360px) {
.common_tit h4 {
	font-size: 32px;
}
.common_tit h4 span {
	font-size: 38px;
}
/*.footer .top {
	display: none;
}*/
.index2 .content .item.active {
	width: 40%;
}
.index2 .content .item.unactive {
	width: 15%;
}
.product_item {
	padding: 80px 5%;
}
.product_info1_1 .text_t h4 {
	font-size: 32px;
}
.product_info1_1 .text_t h4 span {
	font-size: 50px;
}
.product_info1_1 .text_t h6 {
	font-size: 24px;
}
.product_info1_1 .text_b {
	font-size: 18px;
}
.product_info1_1 .text_t {
	padding-bottom: 20px;
	margin-bottom: 22px;
}
.dealer1 .img .block .name {
	height: 36px;
	font-size: 18px;
	line-height: 36px;
}
.dealer1 .img .block .desc {
	padding: 10px;
	font-size: 14px;
	line-height: 22px;
	width: 300px;
}
.dealer1 .img .block .num {
	width: 50px;
	height: 50px;
	line-height: 42px;
	font-size: 20px;
}
.dealer1 .img .text {
	font-size: 18px;
}
.dealer1 .img2 .text {
	font-size: 20px;
	line-height: 30px;
}
}
 @media (max-width: 1280px) {
.header_nav li {
	margin-left: 14px;
}
.headeri {
	padding-right: 0;
}
.header_lang, .header_search {
	display: none;
}
.index1 .content .left {
	height: 480px;
}
.index1 .content .right .item {
	height: 240px;
}
.index1 .content .right .item h4 {
	font-size: 24px;
}
.index1 .content .right .item h4 span {
	font-size: 50px;
}
.index1 .content .right .item h4 span.f50 {
	font-size: 32px;
}
.index1 .content .right .item h5 {
	font-size: 20px;
}
.about1 .content .text ul {
	flex-wrap: wrap;
}
.about1 .content .text ul li {
	width: 45%;
	margin-right: 5%;
	margin-top: 10px;
}
.about1 .content .text ul li:nth-child(2) {
	border-right: 0;
}
.about3 ul li.about3_3 .box .small_circle {
	font-size: 15px;
}
.product_nav_item {
	margin: 0 20px;
}
.product_nav_item.elevator_nv {
	margin: 0 8px;
}
.cooperation5 .right .layui-form .layui-form-w24 {
	width: 48%;
	margin-right: 0;
}
.cooperation5 .right .layui-form .layui-form-w24:first-child {
	margin-right: 4%;
}
.cooperation5 .right .layui-form .layui-form-w48 {
	width: 100%;
}
.dealer1 .img .text {
	width: 72%;
	height: 72%;
}
.dealer1 #dealer1Content.active .img .block .line_1 {
	width: 20px;
}
.dealer1 .img .block .num {
	right: 16px;
}
.dealer1 .img .block {
	padding-right: 40px;
}
.dealer1 .img .block4 .num {
	left: 16px;
}
.dealer1 .img .block4 {
	padding-left: 40px;
}
.dealer1 .img .block .desc {
	width: 260px;
}
.dealer1 .img .text {
	font-size: 16px;
	line-height: 24px;
	padding: 16px;
}
.cooperation5 .right .layui-form .layui-form-label {
	display: none;
}
.marketing4 .content .item .text h6 {
	font-size: 18px;
}
.index2 .common_tit h6, .marketing2 .common_tit h6 {
	font-size: 22px;
}
.research1 .right .text1 h6 span, .research1 .left ul li h6 span {
	font-size: 60px;
}
.research1 .right .text2 h6 span {
	font-size: 40px;
}
.research1 .right {
	width: 400px;
}
.research2 .container .item h4 {
	font-size: 18px;
}
.research2 .container .item h5 {
	font-size: 15px;
	line-height: 24px;
}
.research2 .container .item h6 {
	font-size: 14px;
	line-height: 20px;
	height: 120px;
}
}
 @media (max-width: 1100px) {
.product_nav_item.elevator_nv {
	margin: 0 5px;
}
}
 @media (max-width: 1024px) {
.header {
	display: none;
}
.headerSJ {
	display: block;
	position: fixed;
	left: 0px;
	top: 0px;
	box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.2);
	z-index: 99;
	width: 100%;
	background-color: #fff;
	padding: 0px 0px;
}
.headerSJ .headerSC {
	padding: 0px 5%;
	height: 60px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.headerSJ .logo img {
	height: 37px;
	float: left;
}
.headerSJ .navbar {
	position: relative;
	padding: 7px 10px;
	margin-right: 0px;
	background-color: transparent;
	background-image: none;
	border: 1px solid #163f64;
	border-radius: 4px;
	outline: none;
}
.headerSJ .navbar .icon-bar {
	display: block;
	width: 22px;
	height: 2px;
	border-radius: 1px;
	background-color: #163f64;
}
.headerSJ .navbar .icon-bar + .icon-bar {
	margin-top: 4px;
}
.headerSJ .navwrap {
	position: fixed;
	top: 0px;
	left: -50%;
	width: 50%;
	height: 100%;
	z-index: 1100;
	background-color: #000;
	opacity: 0;
}
.headerSJ .navwrap .nav {
	padding: 10px 5% 0px 5%;
}
.headerSJ .navwrap .nav li {
	line-height: 42px;
	border-bottom: 1px solid #232530;
	padding: 0px 5%;
}
.headerSJ .navwrap .nav li a {
	display: block;
	color: #fff;
	font-size: 16px;
}
.headerSJ .navbg {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	z-index: 1001;
	display: none;
}
.headerSJ .navbg .closeSJ {
	position: absolute;
	right: 20px;
	top: 20px;
}
.headerSJ .navwrap .nav .SJbod {
	display: none;
}
.headerSJ .navwrap .nav .SJbod dd a {
	height: 36px;
	line-height: 36px;
	font-size: 14px;
}
.headerSJ .navwrap .nav .plus a {
	background: url(../images/plus.png) right center no-repeat;
}
.headerSJ .navwrap .nav .minus a {
	background: url(../images/minus.jpg) right center no-repeat;
}
.headerSJ .navwrap .nav .lan .SJtit a {
	display: inline-block;
}
.headerSJ .navwrap .nav .lan .SJtit span {
	color: #fff;
	font-size: 16px;
	display: inline-block;
	padding: 0px 5px;
}
.wrapper {
	padding-top: 60px;
}
.product_nav.fixed .product_nav_inner {
	position: static;
}
.product_item {
	padding: 80px 5%;
}
.product_nav {
	overflow: auto hidden;
}
.product_nav .product_nav_inner {
	justify-content: flex-start;
}
.product_nav .product_nav_inner {
	white-space: nowrap;
}
}
 @media (max-width: 768px) {
.pagination {
	margin-top: 20px;
}
.banner .text h4 {
	font-size: 30px;
}
.banner .text h6 {
	margin-top: 6px;
	font-size: 16px;
}
.banner .text a {
	width: 120px;
	height: 40px;
	border-radius: 20px;
	font-size: 14px;
	margin-top: 20px;
}
.common_tit h4 {
	font-size: 22px;
}
.common_tit h4 span {
	font-size: 24px;
}
.common_tit h6 {
	margin-top: 6px;
	font-size: 16px;
	line-height: 24px;
}
.index2 .common_tit h6, .marketing2 .common_tit h6 {
	font-size: 18px;
}
.index1 {
	padding: 80px 0 40px;
}
.index1 .container h5 {
	margin-top: 20px;
}
.index1 .content {
	margin-top: 40px;
	flex-direction: column;
}
.index1 .content .left {
	width: 100%;
	height: 200px;
}
.index1 .content .left a {
	width: 80px;
	height: 80px;
}
.index1 .content .right {
	width: 100%;
}
.index1 .content .right .item {
	height: 220px;
}
.index1 .content .right .item h4 {
	font-size: 20px;
}
.index1 .content .right .item h4 span {
	font-size: 40px;
}
.index1 .content .right .item h4 span.f50 {
	font-size: 30px;
}
.index1 .content .right .item h5 {
	font-size: 18px;
	margin-top: 0;
}
.index1 .content .right .item h6 {
	font-size: 14px;
	line-height: 22px;
	margin-top: 10px;
}
.index2 {
	padding: 80px 0;
}
.index2 .content {
	display: block;
	margin-top: 0;
}
.index2 .content > div {
	margin-top: 20px;
}
.index2 .content .item, .index2 .content .item.active, .index2 .content .item.unactive {
	width: 100%;
	padding: 5%;
	height: 300px;
	margin-top: 20px;
	border-radius: 8px;
	overflow: hidden;
}
.index2 .content .item .bg {
	opacity: 1;
}
.index2 .content .item h6 {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	line-height: 20px;
	height: auto;
	overflow: visible;
	opacity: 1;
	display: block;
}
.index2 .content .item .img_h.img_ha img {
	opacity: 0;
}
.index2 .content .item .img_h.img_ha img:nth-child(2) {
	opacity: 1;
}
.index2 .content .item h4 {
	font-size: 20px;
	font-weight: bold;
}
.index2 .bottom {
}
.index3 {
	margin-top: 80px;
}
.index3 .product_item {
	flex-direction: column;
}
.product_item .container {
	flex-direction: column;
}
.product_item .img {
	order: 0;
	padding: 0;
	width: 100%;
}
.product_item .text {
	width: 100%;
}
.product_item .text_t {
	padding-bottom: 20px;
}
.product_item .text_tl h4 {
	font-size: 28px;
}
.product_item .text_tl h4 span {
	font-size: 32px;
}
.product_item .text_tl h6 {
	font-size: 20px;
}
.product_item .text_b h4 {
	font-size: 16px;
	line-height: 24px;
	margin-top: 20px;
}
.product_item .text_b h4 span {
	font-size: 22px;
}
.product_item .text_b ul li {
	margin-right: 4px;
}
.product_item .text_b ul li h6 {
	padding: 0 10px;
	font-size: 14px;
}
.index3 .bottom .right {
	display: none;
}
.index3 .bottom {
	margin-top: 40px;
}
.index3 .bottom .names {
}
.index3 .bottom .names span {
	font-size: 18px;
}
.index4 {
	padding: 80px 0;
}
.index4 .swiper {
	margin: 20px 10% 0;
}
.index4 .swiper .swiper-slide-active .img, .index4 .swiper .swiper-slide-duplicate-prev .img {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.index4 .swiper .swiper-slide-active .img::after, .index4 .swiper .swiper-slide-duplicate-prev .img::after {
	display: none;
}
.index4 .top .more {
	display: none;
}
.product_nav {
	overflow: auto hidden;
}
.product_nav .product_nav_inner {
	white-space: nowrap;
}
.index4 .swiperBtn {
	width: 115%;
	left: -7.5%;
}
.index4 .swiper h6 {
	font-size: 16px;
}
.index5 {
	margin: 80px auto;
}
.index5 .top .more {
	display: none;
}
.index5 .content {
	margin-top: 20px;
	flex-direction: column;
}
.index5 .content .left {
	width: 100%;
	position: relative;
	display: none;
}
.index5 .left a .img {
	padding-top: 62.5%;
}
.index5 .content .right {
	width: 100%;
	margin-left: 0;
	margin-top: 20px;
}
.index5 .right .top {
}
.index5 .right .top a {
	width: 100%;
	margin-bottom: 20px;
}
.index5 .right .top a .text h4 {
	font-size: 18px;
}
.index5 .right .top a .text h6 {
	margin-top: 0;
}
.index5 .right .top a .text {
	padding: 20px 16px;
}
.index5 .right .bottom {
	display: none;
}
/*.footer .top {
	display: none;
}*/
.footer .top {
	display: block;
}
.footer .top {
	padding: 40px 0;
}
.footer .top .item{padding-right: 0;margin-bottom: 25px;}
.footer .top .item .line{margin: 10px 0;}
.footer .top .ewm_wrap{justify-content: center;}
.footer .top .ewm_wrap .ewm{margin-left: 0;}
.footer h5 {
	font-size: 14px;
	text-align: center;
}
.footer .bottom {
	padding: 10px 0;
}
.footer h6 {
	margin-top: 10px;
	text-align: center;
}
.footer h6 span {
	margin-left: 0;
}
.banner2_i {
	height: 240px;
}
.banner2_text h4 {
	font-size: 24px;
}
.banner2_text h6 {
	font-size: 16px;
	margin-top: 0;
}
.banner2_text a {
	width: 120px;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	margin-top: 10px;
}
.about1 {
	padding: 80px 15px;
}
.about1 .content {
	margin-top: 40px;
	flex-direction: column;
}
.about1 .content .img {
	position: relative;
	width: 100%;
}
.about1 .content .text {
	width: 100%;
	margin: 0;
	padding: 20px 5%;
}
.about1 .content .text > img {
	width: 50%;
}
.about1 .content .text h4 {
	margin-top: 20px;
}
.about1 .content .text ul li {
	width: 100%;
	margin-right: 0;
	border-right: 0;
}
.about2 {
	padding: 80px 0;
}
.about2 ul {
	margin-top: 40px;
}
.about2 ul li {
	margin-bottom: 30px;
}
.about2 ul li h4 {
	font-size: 24px;
}
.about2 ul li h6 {
	font-size: 18px;
}
.about_wrap .about_tit h4 {
	font-size: 24px;
}

.about3 {
	padding-bottom: 80px;
}
.about3 ul {
	flex-direction: column;
	margin: 0;
}
.about3 ul li {
	margin-top: 20px;
	width:100%;
}
.about3 ul li.about3_1 .box {
	margin-top: 20px;
}
.about3 ul li.about3_2 .box {
	margin-top: 20px;
}
.about3 ul li.about3_3 .box {
	margin-top: 20px;
}
.about4 {
	padding: 80px 0;
}
.about4 .common_tit h4 {
	font-size: 24px;
}
.about_wrap .about_tit h4 {
	font-size: 18px;
}
.about_wrap .about_tit h6 {
	margin-top: 10px;
}
.product_wrap .product_nav {
	width: 90%;
	margin: 0 auto;
	padding: 0 1px;
}
.product_nav .product_nav_inner {
	justify-content: flex-start;
}
.product_wrap .product_nav .product_nav_inner a {
	margin-left: 0;
}
.product_wrap .product_item {
	padding: 40px 0;
}
.product_item .text_t a {
	width: 120px;
	height: 40px;
	font-size: 14px;
	line-height: 40px;
}
.product_info1_1 {
	padding: 80px 0;
	flex-direction: column;
}
.product_info1_1 .img {
	width: 100%;
}
.product_info1_1 .text {
	width: 100%;
	margin-top: 20px;
	padding: 0 5%;
}
.product_info1_1 .text_t {
	margin-bottom: 20px;
}
.product_info1_1 .text_t h4 {
	font-size: 28px;
}
.product_info1_1 .text_t h4 span {
	font-size: 32px;
}
.product_info1_1 .text_t h6 {
	font-size: 20px;
}
.product_info1_1 .text_b {
	font-size: 16px;
	line-height: 30px;
}
.dealer2 {
	margin: 40px auto 80px;
}
.dealer2 ul > li {
	flex-direction: column;
	margin: 40px 0;
}
.dealer2 .text {
	width: 100%;
	padding-left: 0;
}
.dealer2 .text h3 {
	font-size: 50px;
	margin: 0;
}
.dealer2 .text h3::after {
	display: none;
}
.dealer2 .text h4 {
	font-size: 20px;
}
.dealer2 .text h5 {
	margin-top: 20px;
	font-size: 15px;
	line-height: 30px;
}
.dealer2 .text h5 span {
	font-size: 16px;
}
.dealer2 .text h2 {
	font-size: 20px;
}
.dealer2 .text ol li {
	font-size: 15px;
	line-height: 30px;
}
.dealer2 .img, .dealer2 ul > li:nth-child(2n) .img {
	width: 100%;
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0);
	order: 1;
	margin-top: 10px;
}
.dealer6 {
	margin: 80px 0;
}
.cooperation5 .container {
	flex-direction: column;
}
.cooperation5 .left {
	width: 100%;
	height: 340px;
}
.cooperation5 .right {
	padding: 32px 5%;
	width: 100%;
}
.cooperation5 .right h4 {
	font-size: 20px;
	line-height: 30px;
}
.cooperation5 .right .layui-form {
	margin-top: 20px;
}
.cooperation5 .right .layui-form .layui-form-w24 {
	width: 100%;
	margin: 0!important;
	height: 50px;
}
.cooperation5 .right .layui-form .layui-form-w48 {
	height: 50px;
}
.cooperation5 .right .layui-form .layui-form-textarea {
	margin-top: 20px;
}
.layui-form-item .layui-input-inline {
	margin: 0;
}
.cooperation5 .right .layui-form .layui-form-radios .layui-input-inline .radio-group {
	flex-wrap: wrap;
}
.cooperation5 .right .layui-form .layui-input-inline .layui-form-radio {
	margin-right: 0;
	width: calc(100% - 23px);
	justify-content: flex-start;
	height: 40px;
}
.cooperation5 .right .layui-form .layui-btn {
	width: 100%;
	height: 40px;
}
.cooperation5 {
	margin: 80px 0;
}
.marketing2 {
	padding: 80px 0;
}
.marketing2 .content {
	margin-top: 20px;
	flex-direction: column;
}
.marketing2 .content .left {
	width: 100%;
	margin: -20px 0;
	font-size: 14px;
	line-height: 22px;
}
.marketing2 .content .left .item {
	margin: 40px 0;
	padding: 0 30px 0 55px;
	font-size: 15px;
	line-height: 24px;
	height: 120px;
}
/*.marketing2 .content .left .item .img {
	width: 80px;
	height: 80px;
	left: -45px;
}*/
/*.marketing2 .content .left .item em {
	width: 100px;
	height: 100px;
	left: -55px;
}*/
.marketing2 .content .right {
	width: 100%;
	padding-left: 0;
	padding-top: 40px;
}
.marketing2 .content .right h4 {
	font-size: 20px;
}
.marketing4 {
	padding: 80px 0;
}
.marketing4 .content .item {
	width: 100%;
	margin-right: 0;
	margin-top: 10px;
}
.marketing4 .content .item .text {
	height: 60px;
}
.marketing4 .content .item .text h6 {
	font-size: 16px;
}
.news .content a {
	width: 100%;
	margin-right: 0;
	margin-top: 10px;
}
.news .content a:nth-child(-n + 3) {
	margin-top: 10px;
}
.news .content a .text .left {
	width: calc(100% - 108px);
	padding-right: 10px;
}
.news .content a .text .right {
	width: 108px;
}
.news .content a .text {
	padding: 20px 5%;
}
.news .content a .text h4 {
	font-size: 18px;
}
.news .content a .text h6 {
	font-size: 14px;
	margin-top: 0px;
}
.news .content a .text .right .dd {
	font-size: 36px;
}
.news .content a .text .right .yyyy-mm {
	font-size: 14px;
}
.bread {
	display: none;
}
.detail .content {
	padding: 20px 0;
	margin: 20px 0;
}
.detail .tit {
	font-size: 24px;
}
.detail .desc {
	font-size: 14px;
}
.detail .bottom .left a {
	font-size: 14px;
	line-height: 24px;
	margin-top: 10px;
}
.detail .bottom .right {
	display: none;
}
.swiper .prevButton, .swiper .nextButton {
	width: 40px;
	height: 40px;
}
.join4 {
	margin: 80px auto;
}
.join4 .top {
	margin-top: 20px;
	flex-direction: column;
	padding-bottom: 20px;
}
.join4 .top .left {
	width: 100%;
	padding-right: 0px;
	margin-top: 20px;
}
.join4 .top .left h4 {
	font-size: 22px;
}
.join4 .top .right {
	width: 100%;
	margin-top: 20px;
	height: 200px;
}
.join4 .bot {
	margin-top: 20px;
}
.join4 .bot .item {
	padding: 20px 5%;
	flex-direction: column;
	border: 1px solid #eeeeee;
	border-radius: 8px;
	margin-top: 10px;
}
.join4 .bot .item .left {
	width: 100%;
}
.join4 .bot .item .right {
	width: 100%;
	text-align: left;
}
.join4 .bot .item .right h5 {
	justify-content: flex-start;
	font-size: 14px;
	line-height: 20px;
	margin-top: 10px;
}
.join4 .bot .item .left h4 {
	font-size: 20px;
}
.join4 .bot .item .left h6 {
	font-size: 14px;
	line-height: 20px;
}
.join_detail_top ._top {
	flex-direction: column;
}
.join_detail_top .right {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 10px;
}
.join_detail_top .right a {
	width: 120px;
	height: 40px;
	line-height: 40px;
	order: 1;
	font-size: 14px;
}
.join_detail_top .right .time {
	text-align: left;
	margin: 0;
}
.join_detail_top ._bot span {
	font-size: 14px;
	padding: 0 8px;
}
.contact_wrap .banner2_text {
	margin-top: 0;
}
.contact1 {
	height: auto;
	background: transparent !important;
	margin-top: 80px;
}
.contact1 #map {
	height: 400px;
}
.contact1 .left {
	width: 100%;
	padding: 40px 5%;
	position: static;
	background-color: #044EB5;
	min-width: auto;
}
.contact1 .left ul li {
	width: 100%;
	margin-bottom: 10px;
}
.contact1 .left ul li h6 {
	font-size: 20px;
	margin-top: 0;
}
.contact1 .left h5 {
	font-size: 14px;
	line-height: 24px;
	margin-top: 10px;
}
.contact1 .left h5 span {
	display: block;
	margin-top: 10px;
}
.contact1 .img {
	overflow: hidden;
}
.research1 {
	padding: 80px 0;
}
.research1 .container {
	flex-direction: column;
	margin-top: 40px;
}
.research1 .left h4 {
	font-size: 22px;
}
.research1 .left {
	width: 100%;
}
.research1 .right {
	width: 90%;
	margin-top: 40px;
}
.research1 .left ul {
	margin-top: 20px;
}
.research1 .right .text1 h6 span, .research1 .left ul li h6 span {
	font-size: 50px;
}
.research1 .left ul li h6 {
	font-size: 15px;
	line-height: 24px;
}
.research1 .left h5 {
	width: 100%;
	margin-top: 20px;
}
.research1 .right .text2 {
	width: 120px;
	height: 120px;
}
.research2 .container {
	flex-direction: column;
	background: transparent !important;
	padding: 0;
}
.research2 .container .item {
	width: 100%;
	padding: 40px 5%;
	color: #333;
	border: 1px solid #eeeeee;
	border-radius: 8px;
	margin-top: 10px;
}
.research2 .container .item > * {
	position: static;
}
.research2 .container .item h4 {
	line-height: 24px;
}
.research2 .container .item h5 {
	color: #333;
}
.research2 .container .item h6 {
	opacity: 1;
	color: #666;
	-webkit-line-clamp: 3;
	height: 60px;
}
.research2 .container .item span {
	background: #044EB5;
	opacity: 1;
	color: #fff;
	font-size: 14px;
	width: 120px;
	height: 40px;
	line-height: 40px;
}
.research2 .container .item span img {
	margin-left: 0px;
}
.research4 {
	padding: 80px 0;
}
.research4 .swiper {
	padding: 0 50px;
}
.research6 {
	padding: 80px 0;
}
.research6 h5 {
	font-size: 16px;
	margin: 20px auto;
}
.research6 .content a {
	margin-top: 10px;
	width: 100%;
	margin-right: 0;
}
.research6 .content a:nth-child(-n + 3) {
	margin-top: 10px;
}
.research6 .content a .text {
	font-size: 18px;
}
.index3 .content .product_item {
	padding: 0;
}
.index4 .product_nav {
	width: 100%;
}
.index3 .bottom .left {
	width: 90px;
}
.index3 .bottom .left .prevButton, .index3 .bottom .left .nextButton {
	width: 40px;
	height: 40px;
}
.index2 .bottom .left {
	width: 90px;
}
.index2 .bottom .left .prevButton, .index2 .bottom .left .nextButton {
	width: 40px;
	height: 40px;
}
.index2 .bottom .right {
	margin-left: 20px;
	margin-right: 20px;
}
.swiper .swiper-pagination {
	text-align: center;
	position: relative;
	margin-top: 20px;
}
.swiper .swiper-pagination .swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	margin: 0 4px;
}
.swiper .swiper-pagination .swiper-pagination-bullet-active {
	background: #163f64;
}
.index2 .content .item .img_h {
	width: 69px;
	margin: 0 auto;
}
.index2 .content .item h4 {
	text-align: center;
}
.index2 .content .item h4::before {
	margin: 20px auto;
}
.z_tanchuang .tbox .modal {
	padding: 10px;
}
.z_tanchuang .tbox .modal .out {
	top: -50px;
	right: 0;
}
.index3 .swiper-pagination {
	text-align: center;
	position: relative;
	margin-top: 20px;
}
.index3 .swiper-pagination .swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	margin: 0 4px;
	background: #fff;
	opacity: 1;
}
.index3 .swiper-pagination .swiper-pagination-bullet-active {
	background: #163f64;
}
.banner .text {
	align-items: flex-start;
	padding-top: 20px;
}
}
.main-timeline {
	position: relative;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	padding: 50px 0;
	min-width: 80%;
}
.main-timeline:before {
	content: "";
	width: 3px;
	height: 100%;
	background: #143e63;
	position: absolute;
	top: 0;
	left: 50%;
}
.main-timeline .timeline {
	margin-bottom: 20px;
	position: relative;
}
.main-timeline .timeline:before, .main-timeline .timeline:after {
	content: "";
	display: block;
	width: 100%;
	clear: both;
}
.main-timeline .timeline-icon {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: #fff;
	margin-left: -23px;
	position: absolute;
	top: 0;
	left: 50%;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	overflow: hidden;
}
.main-timeline .timeline-icon i {
	width: 100%;
	height: 100%;
	display: inline-block;
	background: url(../images/fa-desenk.png) no-repeat center;
}
.main-timeline .timeline-icon .Direct {
	background-color: #fff;
	position: absolute;
	top: -40px;
	left: 30px;
	padding: 5px;
	color: #000;
	font-size: 16px;
	white-space: nowrap;
	font-weight: bold;
}
.main-timeline .timeline-content {
	width: 45%;
	padding: 20px;
	border-radius: 5px;
	background: #fff;
	-webkit-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
	-ms-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.main-timeline .timeline-content:before {
	content: "";
	border-left: 7px solid #143e63;
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;
	position: absolute;
	left: 45%;
	top: 20px;
}
.main-timeline .title {
	font-size: 30px;
	font-weight: 300;
	color: #fff;
	padding: 10px 20px;
	background: #143e63;
	border-radius: 3px 3px 0 0;
	margin: -20px -20px 10px;
}
.main-timeline .description {
	font-size: 16px;
	color: #666;
	line-height: 1.5;
}
.main-timeline .read-more {
	display: inline-block;
	font-size: 12px;
	color: #64d8c1;
	text-transform: uppercase;
	padding: 5px 15px;
	border: 2px solid #64d8c1;
	position: relative;
	border-radius: 5px;
	-webkit-box-shadow: 2px 2px 0 #64d8c1;
	-moz-box-shadow: 2px 2px 0 #64d8c1;
	-ms-box-shadow: 2px 2px 0 #64d8c1;
	box-shadow: 2px 2px 0 #64d8c1;
}
.main-timeline .read-more:hover {
	top: 2px;
	left: 2px;
	box-shadow: none;
}
.main-timeline .timeline:nth-child(even) .timeline-content {
	float: right;
}
.main-timeline .timeline:nth-child(even) .timeline-content:before {
	content: "";
	right: 45%;
	left: inherit;
	border-left: 0;
	border-right: 7px solid #143e63;
}
.honor {
	margin-top: 50px;
}
.honor .honor-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-end;
}
.honor .honor-list .honor-img {
	border-radius: 8px;
	padding: 2%;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	height: 100%;
	position: relative;
	width: 25%;
}
.honor .honor-list .honor-img h6 {
	margin-top: 24px;
	font-size: 16px;
	font-weight: 100;
	line-height: 30px;
	height: 60px;
	color: #666666;
	text-align: center;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.honor .honor-list .honor-img:hover {
	box-shadow: 4px 7px 20px 0px rgba(15, 41, 76, 0.1);
}
.honor .honor-list .honor-img:hover h6 {
	color: #044eb5;
}
.finecms-select-sqdlqy {
	background: #fff;
	border: none;
	padding: 0 20px;
}
.layui-form-select {
	display: none;
}
 @media only screen and (max-width: 990px) {
.main-timeline .title {
	font-size: 25px;
}
.main-timeline .timeline-content::before {
	top: 16px;
}
}
 @media only screen and (max-width: 767px) {
.main-timeline {
	margin-left: 20px;
}
.main-timeline:before {
	left: 12px;
}
.main-timeline .timeline-content {
	width: 90%;
	float: right;
}
.main-timeline .timeline-content:before, .main-timeline .timeline:nth-child(even) .timeline-content:before {
	left: 10%;
	right: inherit;
	margin-left: -6px;
	border-left: 0;
	border-right: 7px solid #143e63;
}
.main-timeline .timeline-icon {
	left: 10px;
}
.society .main-timeline .timeline-content:before {
	border-right: 7px solid #267567;
	border-left: none;
}
.honor .honor-list .honor-img{
	width:100%;
}
}
 @media only screen and (max-width: 479px) {
.main-timeline .timeline-content {
	width: 85%;
}
.main-timeline .timeline-content:before, .main-timeline .timeline:nth-child(even) .timeline-content:before {
	left: 15%;
}
.main-timeline .title {
	font-size: 20px;
}
.main-timeline .timeline-content:before {
	top: 13px;
}
}
