.btn_2, .cbx, .process_menu li {
	overflow: hidden
}
.iconfont_right_arrow {
	font-size: 20px;
	color: #999;
	float: right
}
.mask {
	position: fixed;
	left: 0;
	top: 0;
	background: rgba(0,0,0,.4);
	z-index: 99;
	height: 100vh;
	width: 100%;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	display: none
}
.btn_3 i, .common_2 .container ul li a i {
	background-image: linear-gradient(135deg, #004098, #3872c0);
	-webkit-line-clamp: 2
}
.border_bottom {
	border-bottom: 1px solid #e5e5e5
}
.btn_3 {
	cursor: pointer;
	position: relative
}
.btn_3 i {
	color: #004098;
	font-size: 18px;
	background-image: -webkit-linear-gradient(135deg, #004098, #3872c0);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	display: inline-block;
	margin-right: 4px
}
.btn_3 b, .btn_3 i {
	position: relative;
	z-index: 99
}
.btn_3::after, .hover_1::after {
	content: "";
	background: #004098;
	-webkit-transition: -webkit-transform .5s cubic-bezier(.215, .61, .355, 1);
	z-index: 1;
	transform-origin: 100%;
	visibility: hidden\9
}
.btn_3::after {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	-webkit-transform-origin: 100%;
	transition: -webkit-transform .5s cubic-bezier(.215, .61, .355, 1);
	transition: transform .5s cubic-bezier(.215, .61, .355, 1);
	transition: transform .5s cubic-bezier(.215, .61, .355, 1), -webkit-transform .5s cubic-bezier(.215, .61, .355, 1);
	transform: scaleX(0);
	-webkit-transform: scaleX(0)
}
.btn_2::after, .common_table tbody tr td::after, .inner_common_menu a::after, .inner_common_menu span::after {
	-webkit-transition: all .4s ease;
	content: ''
}
.btn_3:hover:after {
	transform: scaleX(1);
	-webkit-transform: scaleX(1);
	-moz-transform: scaleX(1);
	transform-origin: 0;
	-webkit-transform-origin: 0;
	visibility: visible\9
}
.btn_3:hover i {
	color: #fff;
	-webkit-text-fill-color: #fff
}
.btn_3:hover b {
	color: #fff
}
.process_menu {
	text-align: center;
	margin-top: 30px
}
.process_menu li {
	display: inline-block;
	width: 190px;
	text-align: center;
	line-height: 45px;
	position: relative;
	cursor: pointer
}
.process_menu li i {
	position: absolute;
	font-size: 190px;
	color: #037EB4;
	left: 0;
	top: -3px
}
.process_menu li span {
	position: relative;
	z-index: 99;
	color: #fff
}
.process_menu .process_menu_active i {
	color: #004098
}
.common_table tbody tr:hover td a, .common_table thead th, .inner_common_menu .data_menu_active, .inner_common_menu a:hover, .inner_common_menu span:hover, .verify .container a {
	color: #004098
}
.process_content {
	margin-top: 35px
}
.process_content>div {
	display: none
}
.process_content .process_content_active {
	display: block
}
.common_table thead {
	background-color: #E5ECF4
}
.common_table thead tr {
	height: 50px;
	text-align: left
}
.common_table thead th {
	text-indent: 20px;
	font-size: 14px
}
.common_table tbody tr {
	background-color: #fff;
	height: 40px
}
.common_table tbody tr td {
	font-size: 12px;
	text-indent: 20px;
	color: #666;
	position: relative
}
.common_table tbody tr td::after {
	position: absolute;
	width: 100%;
	height: 0;
	background-color: #004098;
	left: 0;
	bottom: 0;
	transition: all .4s ease
}
.common_table tbody tr:nth-child(odd) {
	background-color: #F4F7FA
}
.inner_common_menu {
	height: 60px;
	line-height: 60px
}
.inner_common_menu a, .inner_common_menu span {
	display: inline-block;
	height: 60px;
	cursor: pointer;
	position: relative;
	margin-right: 30px
}
.inner_common_menu a::after, .inner_common_menu span::after {
	position: absolute;
	width: 0;
	bottom: 0;
	left: 50%;
	background-color: #004098;
	height: 2px;
	transition: all .4s ease
}
.inner_common_menu .data_menu_active::after, .inner_common_menu a:hover:after, .inner_common_menu span:hover:after {
	width: 100%;
	left: 0
}
.verify {
	background-image: url(/Resources/zh/imgs/service/bg.jpg);
	height: 140px
}
.verify .container {
	padding-top: 45px
}
.verify .container .title {
	padding-top: 0;
	float: left
}
.verify .container a {
	display: inline-block;
	float: right;
	width: 140px;
	height: 49px;
	font-size: 14px;
	line-height: 49px;
	text-align: center;
	background-color: #fff
}
.common_2 {
	height: 130px
}
.common_2 .container, .common_2 .container ul {
	height: 100%
}
.common_2 .container ul li {
	width: 33.333%;
	border-right: 1px solid #e5e5e5;
	height: 60px;
	position: relative;
	top: 35px;
	float: left
}
.common_2 .container ul li:first-child {
	border-left: 1px solid #e5e5e5
}
.common_2 .container ul li a {
	display: block;
	height: 100%;
	text-align: center
}
.common_2 .container ul li a i {
	font-size: 50px;
	background-image: -webkit-linear-gradient(135deg, #004098, #3872c0);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	position: relative;
	top: -5px
}
.common_2 .container ul li a div {
	display: inline-block;
	text-align: left;
	margin-left: 25px
}
.common_2 .container ul li a div h4 {
	font-size: 24px;
	padding-top: 8px
}
.common_2 .container ul li a div p {
	font-size: 14px;
	color: #666
}
* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
.bgcolor {
	background-color: #F4F7FA
}
.common_pages {
	margin: 0 35px;
	padding: 30px 0;
	font-size: 12px;
	color: #999
}
.common_pages .pages {
	float: right;
	padding: 0
}
.common_pages>span {
	color: #004098;
	margin: 0 2px
}
.common_pages .select {
	display: inline-block;
	width: 66px;
	height: 28px;
	position: relative
}
.common_pages input {
	width: 50px;
	height: 28px;
	background: #fff;
	border: 1px solid #e5e5e5;
	text-align: center;
	font-size: 12px;
	color: #999;
	margin: 0 4px
}
.form {
	width: 356px;
	height: 490px;
	background: #fff;
	-webkit-box-shadow: 0 16px 60px 0 rgba(0,0,0,.1);
	box-shadow: 0 16px 60px 0 rgba(0,0,0,.1);
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -215px;
	margin-left: -178px
}
.form form {
	display: block;
	margin: 0 40px
}
.form form h2 {
	font-size: 36px;
	line-height: 36px;
	padding-top: 50px
}
.btn_3, .form form ul li button {
	line-height: 40px;
	font-size: 14px;
	text-align: center
}
.form form ul {
	padding-top: 20px
}
.form form ul li {
	margin-top: 20px
}
.form form ul li label {
	font-size: 14px;
	color: #666
}
.form form ul li button {
	display: block;
	width: 100%;
	cursor: pointer;
	height: 40px;
	background-color: #004098;
	color: #fff;
	outline: 0;
	border: none
}
.form form ul .input label {
	display: block;
	font-size: 14px
}
.form form ul .input input {
	padding: 10px 0;
	font-size: 14px;
	color: #999;
	border: none;
	outline: 0;
	border-bottom: 1px solid #e5e5e5;
	width: 100%
}
.hover_1::after {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	-webkit-transform-origin: 100%;
	transition: -webkit-transform .5s cubic-bezier(.215, .61, .355, 1);
	transition: transform .5s cubic-bezier(.215, .61, .355, 1);
	transition: transform .5s cubic-bezier(.215, .61, .355, 1), -webkit-transform .5s cubic-bezier(.215, .61, .355, 1);
	transform: scaleX(0);
	-webkit-transform: scaleX(0)
}
.a, .about_c .description>ul li:hover span i {
	background-image: linear-gradient(135deg, #004098, #3872c0)
}
.a, .b {
	-webkit-background-clip: text
}
.hover_1:hover:after {
	transform: scaleX(1);
	-webkit-transform: scaleX(1);
	-moz-transform: scaleX(1);
	transform-origin: 0;
	-webkit-transform-origin: 0;
	visibility: visible\9
}
.a {
	-webkit-line-clamp: 2;
	background-image: -webkit-linear-gradient(135deg, #004098, #3872c0);
	-webkit-text-fill-color: transparent
}
.b, .xinchuang .achievement .container .strategy_right .bg>div ul li span i {
	background-image: linear-gradient(135deg, #333, #999);
	-webkit-text-fill-color: transparent
}
.b {
	background-image: -webkit-linear-gradient(135deg, #333, #999)
}
.distance_middle {
	margin-top: 50px!important
}
.cbx {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: pointer;
	border-radius: 6px;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
	height: 60px;
	display: inline-block
}
.cbx:not(:last-child) {
	margin-right: 6px
}
.cbx:hover {
	background: rgba(125,100,247,.06)
}
.cbx span {
	float: left;
	vertical-align: middle;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}
.cbx span:first-child {
	position: relative;
	width: 14px;
	height: 14px;
	border-radius: 2px;
	-webkit-transform: scale(1);
	transform: scale(1);
	border: 1px solid #E5E5E5;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
	top: 50%;
	margin-top: -7px
}
.cbx span:first-child svg {
	position: absolute;
	top: 2px;
	left: 1px;
	fill: none;
	stroke: #004098;
	stroke-width: 2;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-dasharray: 16px;
	stroke-dashoffset: 16px;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	-webkit-transition-delay: .1s;
	transition-delay: .1s;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}
.cbx span:last-child {
	padding-left: 8px;
	font-size: 14px;
	color: #666
}
.btn_3, .inp-cbx:checked+.cbx span:last-child {
	color: #004098
}
.cbx:hover span:first-child {
	border-color: #004098
}
.inp-cbx:checked+.cbx span:first-child {
	border-color: #004098;
	-webkit-animation: wave .4s ease;
	animation: wave .4s ease
}
.inp-cbx:checked+.cbx span:first-child svg {
	stroke-dashoffset: 0
}
.inline-svg {
	position: absolute;
	width: 0;
	height: 0;
	pointer-events: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

@media screen and (max-width:640px) {
.cbx {
	width: 100%;
	margin-bottom: 4px;
	display: inline-block
}
}
@-webkit-keyframes wave {
50% {
-webkit-transform:scale(.9);
transform:scale(.9)
}
}
@keyframes wave {
50% {
-webkit-transform:scale(.9);
transform:scale(.9)
}
}
.btn_3 {
	width: 110px;
	height: 40px;
	background: #fff;
	border: 1px solid #004098;
	display: inline-block
}
.filter {
	margin-top: 20px!important
}
.filter>ul>li {
	height: 60px;
	line-height: 60px;
	background-color: #fff;
	border-bottom: 1px solid #e5e5e5;
	display: flex
}
.filter>ul>li>span {
	display: inline-block;
	width: 120px;
	white-space: nowrap;
	text-indent: 30px;
	height: 30px;
	float: left;
	line-height: 30px;
	position: relative;
	border-right: 1px solid #e5e5e5;
	top: 15px;
	font-size: 14px
}
.inner_search button, .inner_search input {
	height: 60px;
	font-size: 18px;
	border: none;
	outline: 0
}
.filter>ul>li>ul {
	float: left;
	height: 60px;
	line-height: 60px;
	width: calc(100% - 211px)
}
.filter>ul>li>ul>li {
	float: left;
	margin-left: 20px
}
.inner_search {
	background-color: #fff;
	height: 60px;
	position: relative
}
.inner_search input {
	width: 100%;
	background-color: #fff;
	color: #666;
	text-indent: 20px
}
.inner_search button {
	position: absolute;
	background: #004098;
	right: 0;
	top: 0;
	width: 160px;
	text-align: center;
	color: #fff;
	line-height: 60px;
	cursor: pointer
}
.content {
	color: #666
}
.title {
	padding-top: 100px;
	position: relative
}
.title a {
	float: right;
	position: absolute;
	right: 0;
	bottom: 15px
}
.title h3 {
	position: relative;
	color: #333;
	font-size: 36px;
	line-height: 40px;
	padding-right: 20px;
	display: inline-block
}
.title h3::after {
	position: absolute;
	content: '';
	width: 8px;
	height: 8px;
	background: #004098;
	right: 0;
	bottom: 5px
}
.btn_2, .title-white h3::after, .title-white h3::before, .title-white p span::before {
	background-color: #fff
}
.title .sub_title {
	font-size: 18px;
	padding-top: 25px
}
.title .sub_title span {
	color: #004098
}
.title-white h3 {
	color: #fff
}
.title-white p {
	color: #F4F7FA;
	opacity: .6
}
.common {
	height: 460px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	width: 100%
}
.common>div {
	text-align: right;
	color: #fff;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}
.common>div h3 {
	font-size: 48px
}
.common>div p {
	font-size: 18px;
	text-transform: uppercase
}
.btn_2 {
	display: inline-block;
	width: 156px;
	height: 42px;
	border: 2px solid #004098;
	line-height: 42px;
	font-size: 14px;
	color: #004098;
	position: relative;
	text-align: center
}
.btn_2 i, .btn_2 span {
	position: relative;
	z-index: 55
}
.btn_2 span {
	left: -12px;
	top: -3px;
	color: #fff
}
.btn_2 i {
	left: 28px;
	color: #004098;
	font-size: 24px;
	top: 2px
}
.btn_2::after {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background: #004098;
	right: 40px;
	-webkit-transform: skew(-30deg);
	transform: skew(-30deg);
	z-index: 24;
	transition: all .4s ease
}
.btn_2:hover i {
	color: #fff
}
.btn_2:hover::after {
	-webkit-transform: skew(0)!important;
	transform: skew(0)!important;
	right: 0!important
}
.sub_menu {
	width: 100%;
	border-bottom: 1px solid #e5e5e5;
}
.sub_menu>div {
	line-height: 60px
}
.sub_menu>div a {
	color: #333;
	font-size: 14px;
	margin-right: 30px;
	position: relative;
	display: inline-block;
	height: 100%
}
.sub_menu>div .sub_active, .sub_menu>div a:hover {
	color: #004098
}
.sub_menu>div a::after {
	position: absolute;
	content: '';
	left: 50%;
	bottom: 0;
	height: 2px;
	background-color: #004098;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	width: 0
}
.sub_menu>div .sub_active::after, .sub_menu>div a:hover::after {
	width: 100%;
	left: 0
}
.distance_large {
	padding-top: 80px
}
.common_title {
	text-align: center
}
.common_title h3 span {
	height: 34px;
	font-size: 36px;
	font-weight: 500;
	color: #333;
	line-height: 36px;
	position: relative
}
.common_title h3 span::after {
	position: absolute;
	content: '';
	bottom: 4px;
	right: -12px;
	width: 8px;
	height: 8px;
	background: #004098
}
.white_title h3 span {
	color: #fff
}
.blue h3 span, .small_btn {
	color: #004098
}
.white_title h3 span::after, .white_title h3::after {
	background-color: #fff
}
.blue h3 span::after {
	background-color: #004098
}
.small_btn {
	width: 92px;
	height: 30px;
	background: #f2f6fb;
	text-align: center;
	font-size: 14px;
	line-height: 30px;
	display: inline-block
}
.bg, .xinchuang .page1 {
	background-size: cover
}
.bg, .xinchuang .page1, .xinchuang .page1>div>div>div:first-child {
	background-position: center;
	background-repeat: no-repeat
}
.xinchuang .strategy_left {
	float: left;
	width: 35%
}
.xinchuang .strategy_right {
	float: right;
	width: 65%
}
.xinchuang .page1>div>div, .xinchuang .page1>div>div>div:last-child article .content img, .xinchuang .strategy .strategy_content>div:first-child>div img, .xinchuang .strategy .strategy_content>div:last-child article .strategy_img img {
	width: 100%
}
.xinchuang .strategy {
	height: 950px;
	position: relative;
	z-index: 5888
}
.xinchuang .strategy .strategy_content {
	margin-top: 50px
}
.xinchuang .strategy .strategy_content .content {
	color: #666
}
.xinchuang .strategy .strategy_content>div {
	min-height: 400px;
	height: 900px
}
.xinchuang .strategy .strategy_content>div:first-child {
	background-color: #E5ECF4
}
.xinchuang .strategy .strategy_content>div:first-child>div {
	margin: 0 40px
}
.xinchuang .strategy .strategy_content>div:first-child .content {
	margin-top: 40px;
	margin-bottom: 40px
}
.xinchuang .strategy .strategy_content>div:last-child {
	position: relative;
	background-color: #F4F7FA
}
.xinchuang .strategy .strategy_content>div:last-child article {
	margin: 0 60px;
	position: relative;
	height: 100%
}
.xinchuang .strategy .strategy_content>div:last-child article .content {
	margin-top: 24px
}
.xinchuang .strategy .strategy_content>div:last-child article .strategy_img {
	position: absolute;
	left: 0;
	bottom: 35px
}
.xinchuang .strategy .strategy_content .strategy_titile {
	padding-top: 65px
}
.xinchuang .strategy .strategy_content .strategy_titile h4 {
	font-size: 24px;
	color: #004098;
	line-height: 24px
}
.xinchuang .strategy .strategy_content .strategy_titile p {
	font-size: 14px;
	color: #004098;
	padding-top: 14px;
	line-height: 14px
}
.xinchuang .page1 {
	height: 952px;
	position: relative
}
.xinchuang .page1>div {
	height: 100%;
	position: relative
}
.xinchuang .page1>div>div {
	height: 570px;
	position: absolute;
	bottom: 55px;
	left: 0
}
.xinchuang .page1>div>div>div:first-child {
	width: 35%;
	position: relative;
	height: 569px;
	text-align: center;
	background: linear-gradient(135deg, #004098, #3872c0)
}
.xinchuang .page1>div>div>div:first-child::after {
	position: absolute;
	content: '';
	width: 293px;
	z-index: 99;
	height: 317px;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-60%, -50%);
	transform: translate(-60%, -50%);
	background-image: url(/Resources/zh/imgs/xinchuang/earth.png)
}
.xinchuang .page1>div>div>div:first-child>p {
	margin: 110px 0
}
.xinchuang .page1>div>div>div:first-child h5 {
	font-size: 24px;
	line-height: 36px;
	color: #fff;
	margin-bottom: 140px
}
.xinchuang .page1>div>div>div:last-child {
	height: 100%;
	background-color: #fff;
	position: absolute;
	bottom: 0;
	right: 0
}
.xinchuang .page1>div>div>div:last-child article {
	margin: 0 40px
}
.xinchuang .page1>div>div>div:last-child article .common_title {
	text-align: center;
	padding-top: 50px
}
.xinchuang .page1>div>div>div:last-child article .common_title p {
	margin-top: 15px;
	line-height: 30px;
	color: #666
}
.xinchuang .page1>div>div>div:last-child article .common_title p span {
	color: #004098
}
.xinchuang .page1>div>div>div:last-child article .content {
	color: #666;
	padding: 10px 0
}
.xinchuang .page1>div>div>div:last-child article .content p {
	text-align: center
}
.xinchuang .page1>div>div>div:last-child article .content p span {
	color: #004098
}
.xinchuang .achievement {
	padding-top: 100px
}
.xinchuang .achievement .container {
	height: 1200px
}
.xinchuang .achievement .container .strategy_left {
	margin-top: 100px
}
.xinchuang .achievement .container .strategy_left ul {
	border-left: 1px solid #e5e5e5;
}
.xinchuang .achievement .container .strategy_left ul li {
	margin-bottom: 30px;
	position: relative
}
.xinchuang .achievement .container .strategy_left ul li::after {
	position: absolute;
	content: '';
	width: 16px;
	height: 16px;
	background: #ddd;
	left: -8px;
	top: 2px
}
.xinchuang .achievement .container .strategy_left ul li::before {
	position: absolute;
	content: '';
	width: 8px;
	height: 8px;
	background: #999;
	left: -4px;
	top: 6px;
	z-index: 99
}
.xinchuang .achievement .container .strategy_left ul li>div {
	margin-left: 25px
}
.xinchuang .achievement .container .strategy_left ul li>div time {
	font-size: 36px;
	color: #004098;
	position: relative;
	font-weight: 600;
	margin-bottom: 14px
}
.xinchuang .achievement .container .strategy_left ul li>div time::after {
	position: absolute;
	content: '年';
	bottom: 2px;
	right: -18px;
	font-size: 14px;
	color: #004098
}
.xinchuang .achievement .container .strategy_left ul li>div p {
	color: #666
}
.xinchuang .achievement .container .strategy_left ul li>div p:nth-of-type(1) {
	margin-top: 10px
}
.xinchuang .achievement .container .strategy_left ul li>div p span {
	color: #004098;
	font-size: 16px
}
.xinchuang .achievement .container .strategy_right .common_title {
	margin-left: 60px;
	text-align: left
}
.xinchuang .achievement .container .strategy_right .bg {
	width: 1140px;
	height: 600px;
	margin-top: 50px;
	position: relative
}
.xinchuang .achievement .container .strategy_right .bg>div {
	position: absolute;
	bottom: -200px;
	left: 20px;
	width: 720px;
	height: 280px;
	background: #fff;
	border: 1px solid #e5e5e5
}
.xinchuang .achievement .container .strategy_right .bg>div h3 {
	text-align: center;
	color: #004098;
	font-size: 24px;
	margin: 0 30px;
	padding-top: 60px;
	padding-bottom: 15px
}
.xinchuang .achievement .container .strategy_right .bg>div ul {
	color: #666;
	margin: 15px 20px 0
}
.xinchuang .achievement .container .strategy_right .bg>div ul li {
	width: 50%;
	float: left;
	margin-top: 35px
}
.xinchuang .achievement .container .strategy_right .bg>div ul li span i {
	font-size: 34px;
	background-image: -webkit-linear-gradient(135deg, #333, #999);
	-webkit-background-clip: text
}
.xinchuang .achievement .container .strategy_right .bg>div ul li div {
	display: inline-block;
	margin-left: 5px
}
.xinchuang .achievement .container .strategy_right .bg>div ul li div h5 {
	font-size: 14px;
	color: #333;
	line-height: 18px;
	font-weight: 66
}
.xinchuang .achievement .container .strategy_right .bg>div ul li div p {
	font-size: 14px;
	color: #666;
	line-height: 18px
}
.xinchuang .partner {
	background-image: url(/Resources/zh/imgs/xinchuang/bg_2.jpg);
	height: 820px
}
.xinchuang .partner .container {
	margin-top: 150px
}
.xinchuang .partner .container ul {
	text-align: center
}
.xinchuang .partner .container ul li div {
	display: inline-block;
	width: 245px;
	height: 140px
}
.xinchuang .partner .container ul li figure {
	display: inline-block;
	width: 174px;
	height: 174px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	border-radius: 10px;
	background-color: #fff;
	text-align: center
}
.xinchuang .partner .container ul li figure img {
	width: 150px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	position: relative;
	top: 50%
}
.xinchuang .partner .container ul li figure p {
	width: 100%;
	-webkit-transform: translateY(-50%) rotate(-45deg);
	transform: translateY(-50%) rotate(-45deg);
	position: relative;
	top: 50%;
	color: #004098;
	text-align: center
}
.about_c .about_us {
	overflow: hidden
}
.about_c .about_us .distance_large {
	width: 65%;
	float: left
}
.about_c .about_us .distance_large .common_title {
	text-align: left;
	padding-bottom: 15px
}
.about_c .strength, .partner .cooperation_news {
	padding-bottom: 100px
}
.about_c .about_us .distance_large .content {
	margin-top: 24px;
	max-width: 675px
}
.about_c .about_us .distance_large .slide {
	width: 840px;
	margin-top: 80px
}
.about_c .about_us .distance_large .slide .img_slide {
/*	overflow: auto;*/
	height: 240px;
	position: relative;
	z-index: 99
}
.about_c .about_us .distance_large .slide .img_slide>ul {
	float: left;
	width: 550px;
	position: relative;
	height: 240px
}
.about_c .about_us .distance_large .slide .img_slide>ul::after {
	position: absolute;
	content: '';
	width: 100%;
	z-index: 1234;
	height: 100%;
	left: 0;
	top: 0;
	background-color: #004098;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transition: transform .35s, -webkit-transform .35s;
	transition: -webkit-transform .35s;
	transition: transform .5s;
	transition: transform .35s, -webkit-transform .35s;
	-webkit-transform-origin: 100% 0;
	transform-origin: 100% 0;
	-moz-transition: transform .35s, -webkit-transform .35s;
	-ms-transition: transform .35s, -webkit-transform .35s;
	-o-transition: transform .35s, -webkit-transform .35s;
}
.about_c .about_us .distance_large .slide .img_slide>ul>li {
	display: none;
	width: 100%
}
.about_c .about_us .distance_large .slide .img_slide>ul>li figure {
	width: 100%;
	position: relative;
	height: 240px
}
.about_c .about_us .distance_large .slide .img_slide>ul>li figure img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}
.about_c .about_us .distance_large .slide .img_slide>ul>li figure>div {
	position: absolute;
	left: 40px;
	top: 30px
}
.about_c .about_us .distance_large .slide .img_slide>ul>li figure>div h4 {
	font-size: 25px;
	color: #F4F7FA
}
.about_c .about_us .distance_large .slide .img_slide>ul>li figure>div span {
	color: #fff;
	line-height: 36px;
	opacity: .6;
	font-size: 18px
}
.about_c .about_us .distance_large .slide .img_slide>ul .img_slide_active {
	display: block
}
.about_c .about_us .distance_large .slide .img_slide .active_bg::after {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0
}
.about_c .about_us .distance_large .slide .img_slide>div {
	font-size: 20px;
	color: #004098;
	line-height: 48px;
	text-align: center;
	margin-left: 35px;
	float: left;
	margin-top: 24px
}
.about_c .about_us .distance_large .slide .menu_ {
	height: 140px;
	width: 700px;
	background: #f4f7fa;
	position: relative;
	top: -55px
}
.about_c .about_us .distance_large .slide .menu_ ul {
	height: 140px
}
.about_c .about_us .distance_large .slide .menu_ ul li {
	float: left;
	width: 140px;
	line-height: 200px;
	height: 140px;
	text-align: center;
	cursor: pointer;
	color: #999;
	position: relative
}
.about_c .about_us .distance_large .slide .menu_ ul .about_menu_acitve, .about_c .about_us .distance_large .slide .menu_ ul li:hover {
	color: #FEFEFE
}
.about_c .about_us .distance_large .slide .menu_ ul li span {
	position: relative;
	z-index: 123
}
.about_c .about_us .distance_large .slide .menu_ ul li::after {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 12;
	background-color: #004098;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transition: -webkit-transform .5s;
	transition: -webkit-transform .5s;
	transition: transform .5s;
	transition: transform .5s, -webkit-transform .5s;
	-webkit-transform-origin: 0 100%;
	transform-origin: 0 100%
}
.about_c .about_us .distance_large .slide .menu_ ul .about_menu_acitve::after {
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0
}
.about_c .about_us .about_right {
	float: right;
	width: 35%;
	text-align: center;
	padding-top: 68px;
}
.about_c .about_us .about_right p {
	padding-top: 40px;
	position: relative
}
.about_c .about_us .about_right p::after {
	position: absolute;
	content: '';
	left: 50%;
	top: 35px;
	width: 1px;
	height: 40px;
	background: #e5e5e5
}
.about_c .about_us .about_right span {
	color: #666;
	font-size: 18px;
	margin: 0 50px
}
.about_c .about_us .about_right img {
	max-width: 100%
}
.about_c .strength {
	width: 1240px;
	margin: 0 auto;
	position: relative
}
.about_c .strength>div:first-child {
	height: 357px
}
.about_c .strength>div:first-child>div:first-child {
	width: 41.5%;
	float: left;
	height: 100%;
	position: relative;
	background-image: url(/Resources/zh/imgs/about/sl.jpg)
}
.about_c .honor>.bg, .about_c .small_banner, .service .served {
	background-image: url(/Resources/zh/imgs/about/d.jpg)
}
.about_c .strength>div:first-child>div:first-child>div {
	position: absolute;
	left: 35px;
	top: 45px;
	color: #fff
}
.about_c .strength>div:first-child>div:first-child>div h3 {
	font-size: 36px
}
.about_c .strength>div:first-child>div:first-child>div p {
	font-size: 24px;
	line-height: 24px;
	text-transform: uppercase
}
.about_c .strength>div:first-child>div:last-child {
	width: 54%;
	float: right;
	margin-top: 40px
}
.about_c .strength>div:first-child>div:last-child p {
	color: #666
}
.about_c .strength>div:last-child {
	position: absolute;
	left: 20px;
	bottom: 50px;
	z-index: 99
}
.about_c .strength>div:last-child ul {
	border-top: 1px solid #e5e5e5;
	border-left: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	height: 200px;
	width: 100%;
	background-color: #fff
}
.about_c .strength>div:last-child ul li {
	width: calc(100%/7);
	text-align: center;
	float: left;
	height: 200px;
	border-right: 1px solid #E5E5E5
}
.about_c .strength>div:last-child ul li div {
	padding-bottom: 10px;
	padding-top: 30px
}
.about_c .strength>div:last-child ul li div i {
	font-size: 50px;
	color: #004098
}
.about_c .strength>div:last-child ul li p {
	font-size: 30px;
	font-family: din;
	line-height: 30px;
	padding-bottom: 12px
}
.about_c .strength>div:last-child ul li span {
	font-size: 14px;
	color: #666
}
.about_c .small_banner {
	height: 480px
}
.about_c .small_banner>div {
	width: 900px;
	margin: 0 auto;
	text-align: center;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}
.about_c .small_banner>div h3 {
	color: #fff;
	font-size: 36px;
	padding-bottom: 32px
}
.about_c .future_mobile {
	display: none
}
.about_c .future_mobile .title .sub_title {
	padding-top: 12px
}
.about_c .future_mobile .content {
	margin-top: 15px
}
.about_c .future_mobile a {
	margin-top: 25px
}
.about_c .future {
	margin: 67px 67px 0;
	height: 228px;
	outline: #aaa solid 1px;
	position: relative
}
.about_c .future>div {
	width: 90%;
	margin: 0 auto
}
.about_c .future>div .future_left {
	width: 31.5%;
	float: left;
	margin-top: 30px;
	position: relative
}
.about_c .future>div .future_left::before {
	width: 8px;
	height: 8px;
	background: #004098;
	position: absolute;
	content: '';
	left: -50px;
	bottom: -55px
}
.about_c .future>div .future_left div:first-child {
	float: left;
	width: 114px;
	position: relative
}
.about_c .future>div .future_left div:first-child::after {
	position: absolute;
	content: '';
	width: 1420px;
	height: 1px;
	background-color: #004098;
	left: 114px;
	bottom: 15px
}
.about_c .future>div .future_left div:first-child::before {
	position: absolute;
	content: '';
	width: 20px;
	height: 1px;
	background-color: #fff;
	right: 0;
	bottom: 15px
}
.about_c .future>div .future_left div:first-child h4 {
	line-height: 40px;
	float: right;
	width: 34px;
	text-align: right;
	font-size: 36px;
	margin-bottom: 20px;
	font-weight: 400;
	color: #004098
}
.about_c .future>div .future_left div:first-child a {
	display: inline-block;
	width: 114px;
	height: 30px;
	background: #004098;
	text-align: center;
	line-height: 30px;
	font-size: 18px;
	color: #fff
}
.about_c .future>div .future_left div:last-child {
	position: absolute;
	right: 0;
	top: 0;
	font-size: 24px;
	line-height: 30px;
	color: #004098;
	padding-top: 20px
}
.about_c .future>div .future_right {
	width: 52.5%;
	float: right;
	margin-top: 30px
}
.about_c .future>div .future_right p {
	padding-top: 30px
}
.about_c .future>div .future_right a {
	margin-top: 60px
}
.about_c .history {
	height: 640px;
	margin-top: 100px
}
.about_c .history>.history_left {
	width: 31.25%;
	height: 640px;
	position: relative;
	background-image: url(/Resources/zh/imgs/about/history_bg.jpg);
	float: left
}
.about_c .history>.history_left>.bg {
	height: 482px;
	width: 375px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -178px;
	margin-top: -241px;
	background-image: url(/Resources/zh/imgs/about/history.png)
}
.about_c .history>.history_left>.bg>div {
	position: absolute;
	top: 0;
	left: 200px
}
.about_c .history>.history_left>.bg>div h3, .about_c .history>.history_left>.bg>div p {
	-ms-writing-mode: tb-lr;
	-webkit-writing-mode: tb-lr;
	writing-mode: tb-lr;
	color: #fff
}
.about_c .history>.history_left>.bg>div p {
	font-size: 18px;
	text-transform: uppercase;
	float: left;
	line-height: 24px
}
.about_c .history>.history_left>.bg>div h3 {
	float: right;
	font-weight: 500;
	font-size: 40px;
	letter-spacing: 10px
}
.about_c .history>.history_left .mobile {
	display: none
}
.about_c .history>.history_slide {
	width: 68.75%;
	height: 620px;
	float: right;
	margin-top: 20px;
	background-color: #F4F7FA
}
.about_c .history>.history_slide .swiper-container {
	height: 500px;
	margin-top: 90px;
	margin-left: 50px;
	position: relative
}
.about_c .history>.history_slide .swiper-container .arrows {
	width: 70%;
	position: absolute;
	bottom: 10px;
	left: 0;
	height: 30px
}
.about_c .history>.history_slide .swiper-container .arrows>div {
	position: absolute;
	bottom: 0;
	cursor: pointer
}
.about_c .history>.history_slide .swiper-container .arrows .arrow-prev {
	left: 0
}
.about_c .history>.history_slide .swiper-container .arrows .arrow-next {
	right: 0
}
.about_c .history>.history_slide .swiper-wrapper {
	height: 420px
}
.about_c .history>.history_slide .swiper-slide {
	width: 290px;
	padding-top: 30px;
	height: 390px;
	opacity: .5;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	background: #fff;
	-webkit-box-shadow: 0 8px 14px 0 rgba(131,140,148,.5);
	box-shadow: 0 8px 14px 0 rgba(131,140,148,.5)
}
.about_c .history>.history_slide .swiper-slide figure {
	margin: 0 20px
}
.about_c .history>.history_slide .swiper-slide figure time {
	color: #004098;
	font-size: 36px;
	font-family: din
}
.about_c .history>.history_slide .swiper-slide figure div {
	width: 100%;
	height: 140px;
	margin-top: 25px
}
.about_c .history>.history_slide .swiper-slide figure div img {
	width: 100%;
	max-width: 100%;
	-o-object-fit: cover;
	object-fit: cover
}
.about_c .history>.history_slide .swiper-slide figure p:nth-of-type(1) {
	margin-top: 8px;
	color: #666
}
.about_c .history>.history_slide .swiper-slide-active, .about_c .history>.history_slide .swiper-slide-next, .about_c .history>.history_slide .swiper-slide-prev {
	opacity: 1!important
}
.about_c .honor {
	position: relative;
	height: 895px
}
.about_c .honor>.bg {
	width: 100%;
	height: 540px
}
.about_c .honor .slider_container {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%
}
.about_c .honor .slider_container .container .title {
	text-align: center
}
.about_c .honor .slider_container .container .honor_menu {
	text-align: center;
	padding-top: 50px
}
.about_c .honor .slider_container .container .honor_menu span {
	opacity: .5;
	display: inline-block;
	margin: 0 40px;
	position: relative;
	cursor: pointer
}
.about_c .honor .slider_container .container .honor_menu span i {
	font-size: 44px;
	color: #fff
}
.about_c .description>ul .desc_menu_active p, .about_c .description>ul li:hover p {
	color: #004098
}
.about_c .honor .slider_container .container .honor_menu span:first-child::after {
	position: absolute;
	content: '';
	width: 1px;
	height: 44px;
	background: #fff;
	opacity: .4;
	top: 2px;
	right: -40px
}
.about_c .honor .slider_container .container .honor_menu .honor_menu_active {
	opacity: 1
}
.about_c .honor .slider_container .container .slide_main>div {
	display: none
}
.about_c .honor .slider_container .container .slide_main .certify {
	margin-top: 70px;
	position: relative;
	width: 100%
}
.about_c .honor .slider_container .container .slide_main .certify .swiper-pagination {
	width: 100%;
	bottom: 20px
}
.about_c .honor .slider_container .container .slide_main .certify .swiper-pagination .swiper-pagination-bullet {
	margin: 0 5px;
	width: 30px;
	height: 4px;
	background: #e5e5e5;
	border-radius: 0;
	opacity: 1
}
.about_c .honor .slider_container .container .slide_main .certify .swiper-pagination .swiper-pagination-bullet-active {
	background-color: #004098;
	opacity: 1
}
.about_c .honor .slider_container .container .slide_main .certify .swiper-button-prev {
	left: -30px;
	width: 45px;
	height: 45px
}
.about_c .honor .slider_container .container .slide_main .certify .swiper-button-next {
	right: -30px;
	width: 45px;
	height: 45px
}
.about_c .honor .slider_container .container .slide_main .certify .swiper-container {
	padding-bottom: 60px
}
.about_c .honor .slider_container .container .slide_main .certify .swiper-container .swiper-slide {
	width: 315px;
	height: 500px;
	background: #fff;
	text-align: center
}
.about_c .honor .slider_container .container .slide_main .certify .swiper-container .swiper-slide img {
	width: 100%;
	height: 100%;
	-webkit-box-shadow: 0 16px 35px 0 rgba(0,0,0,.2);
	box-shadow: 0 16px 35px 0 rgba(0,0,0,.2)
}
.about_c .honor .slider_container .container .slide_main .certify .swiper-container .swiper-slide figcaption {
	line-height: 24px;
	padding-top: 25px
}
.about_c .honor .slider_container .container .slide_main .swiper-pagination-common {
	width: 100%;
	bottom: 20px;
	text-align: center
}
.about_c .honor .slider_container .container .slide_main .swiper-pagination-common .swiper-pagination-bullet {
	margin: 0 5px;
	width: 30px;
	height: 4px;
	background: #e5e5e5;
	border-radius: 0;
	opacity: 1
}
.about_c .honor .slider_container .container .slide_main .swiper-pagination-common .swiper-pagination-bullet-active {
	background-color: #004098;
	opacity: 1
}
.about_c .honor .slider_container .container .slide_main .honor_active {
	display: block
}
.about_c .description {
	margin-top: 70px;
	height: 240px;
	background-color: #F4F7FA
}
.about_c .description>ul {
	position: relative;
	display: inline-block;
	overflow: auto;
	top: 50%;
	margin-top: -64px;
	left: 0
}
.about_c .description>ul li {
	float: left;
	width: 192px;
	border-right: 1px solid #e5e5e5;
	height: 128px;
	cursor: pointer;
	text-align: center
}
.about_c .description>ul li span {
	margin-top: 25px;
	display: inline-block
}
.about_c .description>ul li span i {
	font-size: 42px;
	font-size: 40px;
	background-image: linear-gradient(135deg, #333, #999);
	background-image: -webkit-linear-gradient(135deg, #333, #999);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent
}
.about_c .description>ul li p {
	padding-top: 15px
}
.about_c .description>ul li:hover span i {
	background-image: -webkit-linear-gradient(135deg, #004098, #3872c0)
}
.about_c .description>ul .desc_menu_active span i {
	background-image: linear-gradient(135deg, #004098, #3872c0);
	background-image: -webkit-linear-gradient(135deg, #004098, #3872c0)
}
.about_c .description .desc_container {
	position: absolute;
	left: 620px;
	top: 64px
}
.about_c .description .desc_container>p {
	display: none;
	color: #666
}
.about_c .description .desc_container .desc_container_active {
	display: block
}
.news_list .hot_news {
	height: 400px;
	margin-top: 40px
}
.news_list .hot_news .left_slider {
	width: 58%;
	float: left;
	height: 100%
}
.news_list .hot_news .left_slider .swiper-container, .news_list .hot_news .left_slider .swiper-container .swiper-wrapper {
	height: 100%
}
.news_list .hot_news .left_slider .swiper-container .swiper-pagination {
	text-align: left;
	position: absolute;
	left: 90px;
	bottom: 40px
}
.news_list .hot_news .left_slider .swiper-container .swiper-pagination .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	background: rgba(255,255,255,.6);
	border-radius: 0;
	position: relative;
	opacity: 1
}
.news_list .hot_news .left_slider .swiper-container .swiper-pagination .swiper-pagination-bullet::after {
	position: absolute;
	content: '';
	width: 6px;
	height: 6px;
	background: #fff;
	left: 3px;
	top: 3px;
	z-index: 123
}
.news_list .hot_news .left_slider .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
	background-color: #fff
}
.news_list .hot_news .left_slider .swiper-container .swiper-pagination .swiper-pagination-bullet-active::after {
	background-color: #004098
}
.news_list .hot_news .left_slider .swiper-slide>a {
	display: inline-block;
	height: 100%
}
.news_list .hot_news .left_slider .swiper-slide>a>div {
	width: 70px;
	height: 100%;
	float: left;
	background-color: #004098
}
.news_list .hot_news .left_slider .swiper-slide>a>div p {
	width: 100%;
	position: relative;
	-ms-writing-mode: tb-lr;
	-webkit-writing-mode: tb-lr;
	writing-mode: tb-lr;
	height: 70px
}
.news_list .hot_news .left_slider .swiper-slide>a>div p span {
	line-height: 36px;
	top: 20px;
	font-size: 36px;
	font-family: din;
	color: #fff;
	left: 12px;
	position: absolute
}
.news_list .hot_news .left_slider .swiper-slide>a>div p time {
	font-size: 14px;
	color: #fff;
	opacity: .6;
	position: absolute;
	bottom: 12px;
	top: 70px;
	left: 12px;
	height: 80px
}
.news_list .hot_news .left_slider .swiper-slide>a>div>span {
	position: absolute;
	left: 12px;
	bottom: 20px;
	width: 14px;
	font-size: 14px;
	color: #fff;
	opacity: .6;
	line-height: 18px
}
.news_list .hot_news .left_slider .swiper-slide>a>figure {
	display: block;
	width: calc(100% - 70px);
	float: right;
	height: 100%;
	position: relative
}
.news_list .hot_news .left_slider .swiper-slide>a>figure>div {
	width: 100%;
	height: 100%
}
.news_list .hot_news .left_slider .swiper-slide>a>figure>div img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}
.news_list .hot_news .left_slider .swiper-slide>a>figure figcaption {
	position: absolute;
	z-index: 123;
	color: #fff;
	left: 20px;
	bottom: 15px
}
.news_list .hot_news .right_list {
	background-color: #F4F7FA;
	width: 42%;
	height: 400px;
	float: right
}
.news_list .hot_news .right_list li {
	margin: 0 30px;
	border-bottom: 1px solid #e5e5e5;
	height: 99px
}
.news_list .hot_news .right_list li:last-child {
	border-bottom: none
}
.news_list .hot_news .right_list li>a {
	display: block;
	height: 100%;
	position: relative
}
.news_list .hot_news .right_list li>a>h3 {
	font-size: 16px;
	max-width: 330px;
	position: absolute;
	top: 21px;
	left: 0;
	line-height: 24px
}
.news_list .hot_news .right_list li>a>div {
	position: absolute;
	right: 0;
	top: 16px;
	width: 90px;
	height: 60px;
	background-color: #E5ECF4;
	text-align: center
}
.news_list .hot_news .right_list li>a>div time {
	font-size: 12px;
	color: #666;
	font-family: din;
	display: inline-block;
	margin-top: 12px
}
.news_list .hot_news .right_list li>a>div p {
	font-size: 14px;
	color: #999
}
.news_list .news_list_container {
	margin-top: 10px
}
.news_list .news_list_container ul {
	overflow: auto;
	padding-bottom: 12px
}
.news_list .news_list_container ul li {
	width: calc(100%/3 - 20px);
	float: left;
	height: 354px;
	margin-right: 30px;
	margin-top: 30px
}
.news_list .news_list_container ul li:hover>a figure>figcaption h4, .news_list .news_list_container ul li:hover>a figure>figcaption>p>span i {
	color: #004098
}
.news_list .news_list_container ul li:nth-of-type(3n) {
	margin-right: 0
}
.news_list .news_list_container ul li>a {
	display: block;
	height: 100%
}
.news_list .news_list_container ul li>a figure {
	display: block;
	width: 100%;
	height: 100%
}
.news_list .news_list_container ul li>a figure>div {
	height: 240px;
	overflow: hidden
}
.news_list .news_list_container ul li>a figure>div img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}
.news_list .news_list_container ul li>a figure>figcaption {
	display: block;
	position: relative;
	height: 114px;
	width: calc(100% - 2px);
	margin: 0 1px;
	outline: #e5e5e5 solid 1px
}
.news_list .news_list_container ul li>a figure>figcaption h4 {
	margin: 0 20px;
	font-size: 18px;
	line-height: 24px;
	padding-top: 15px
}
.news_list .news_list_container ul li>a figure>figcaption p {
	position: absolute;
	bottom: 10px;
	width: calc(100% - 40px);
	left: 20px
}
.news_list .news_list_container ul li>a figure>figcaption p>i {
	font-size: 15ox;
	color: #999
}
.news_list .news_list_container ul li>a figure>figcaption p time {
	font-size: 14px;
	color: #999;
	display: inline-block;
	margin-left: 4px
}
.news_list .news_list_container ul li>a figure>figcaption p>span {
	float: right;
	position: relative;
	top: -4px
}
.news_list .news_list_container ul li>a figure>figcaption p>span i {
	font-size: 20px;
	color: #999
}
.news_details .left_details {
	width: 66.66%;
	float: left;
	background: #fff;
	padding-bottom: 40px;
	margin-top: 30px;
}
.news_details .left_details>div {
	margin: 0 40px
}
.news_details .left_details>div .details_title {
	height: 135px;
	text-align: center;
	border-bottom: 1px solid #e5e5e5
}
.news_details .left_details>div .details_title h2 {
	font-size: 24px;
	color: #333;
	line-height: 24px;
	padding-top: 54px
}
.news_details .left_details>div .details_title p {
	padding-top: 10px
}
.news_details .left_details>div .details_title p span {
	display: inline-block;
	margin: 0 15px;
	color: #999;
	font-size: 16px
}
.news_details .left_details>div .content {
	color: #666;
	margin-top: 20px;
	padding-bottom: 40px
}
.news_details .left_details>div .content img {
	max-width: 100%
}
.news_details .left_details>div .share {
	font-size: 14px;
	color: #999;
	padding-bottom: 15px;
	line-height: 24px;
	border-bottom: 1px solid #e5e5e5
}
.news_details .left_details>div .share a {
	margin-right: 5px
}
.news_details .left_details>div .share a i {
	font-size: 24px;
	color: #999
}
.news_details .left_details>div .share a:hover i {
	color: #EF2D36
}
.news_details .left_details>div .others {
	position: relative;
	margin-top: 40px
}
.news_details .left_details>div .others>a {
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -24px
}
.news_details .left_details>div .others p {
	color: #999;
	font-size: 14px;
	line-height: 24px
}
.news_details .left_details>div .others p a {
	color: #666
}
.news_details .left_details>div .others p a:hover, .news_details .right_others>div ul li:hover a figure figcaption {
	color: #004098
}
.news_details .right_others {
	width: 32.5%;
	float: right;
	background-color: #fff;
	margin-top: 30px;
}
.news_details .right_others>div {
	margin: 0 20px
}
.news_details .right_others>div h3 {
	padding-top: 25px;
	font-size: 18px
}
.news_details .right_others>div ul li {
	border-bottom: 1px solid #e5e5e5;
	margin: 12px 0;
	height: 90px;
}
.news_details .right_others>div ul li:last-child {
	border-bottom: none
}
.news_details .right_others>div ul li>a {
	display: block;
	height: 76px
}
.news_details .right_others>div ul li>a figure {
	display: block;
	position: relative;
	height: 100%
}
.news_details .right_others>div ul li>a figure img {
	width: 120px;
	height: 76px;
	-o-object-fit: cover;
	object-fit: cover
}
.news_details .right_others>div ul li>a figure>figcaption {
	position: absolute;
	left: 132px;
	top: 0px;
	font-size: 16px;
	line-height: 24px;
	color: #333;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.contact .title {
	text-align: center
}
.contact>.contact_list>ul>li>section {
	width: 100%;
	position: relative;
	padding-top: 60px
}
.contact>.contact_list>ul>li>section>h3 {
	font-size: 26px;
	text-indent: 32px;
	padding-bottom: 12px
}
.contact>.contact_list>ul>li>section:first-child>div>ul {
	width: 520px
}
.contact>.contact_list>ul>li>section:first-child>div>ul>li {
	width: 500px
}
.contact>.contact_list>ul>li>section:first-child>div>ul>li:nth-of-type(5) {
	position: absolute;
	right: 0;
	text-align: left;
	top: 0
}
.contact>.contact_list>ul>li>section:first-child>div>ul>li:nth-of-type(6) {
	position: absolute;
	right: 0;
	text-align: left;
	top: 60px
}
.contact>.contact_list>ul>li>section>div {
	height: 180px;
	outline: #e5e5e5 solid 1px;
	position: relative
}
.contact>.contact_list>ul>li>section>div>div {
	position: absolute;
	right: 10px;
	bottom: 10px;
	height: 210px;
	overflow: hidden
}
.contact>.contact_list>ul>li>section>div>div:hover>a {
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity: 1
}
.contact>.contact_list>ul>li>section>div>div>img {
	height: 210px;
	cursor: pointer
}
.contact>.contact_list>ul>li>section>div>div>a {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 123;
	height: 100%;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	opacity: 0;
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	background-color: rgba(0,64,152,.6)
}
.contact>.contact_list>ul>li>section>div>div>a>div {
	text-align: center;
	width: 100%;
	top: 50%;
	margin-top: -38px;
	position: relative
}
.contact>.contact_list>ul>li>section>div>div>a>div i, .contact>.contact_list>ul>li>section>div>div>a>div p {
	color: #fff
}
.contact>.contact_list>ul>li>section>div>div>a>div i {
	font-size: 40px
}
.contact>.contact_list>ul>li>section>div>div>a>div p {
	padding-top: 10px
}
.contact>.contact_list>ul>li>section>div>ul {
	left: 32px;
	top: 32px;
	position: absolute
}
.contact>.contact_list>ul>li>section>div>ul li {
	font-size: 14px;
	color: #999;
	line-height: 30px
}
.contact>.contact_list>ul>li>section>div>ul li span {
	color: #004098
}
.contact>.contact_list>ul>li>section>div>ul li a {
	color: #666
}
.contact .map {
	width: 1060px;
	margin: 0 auto
}
.contact .map .map_container {
	height: 470px;
	margin-top: 65px
}
.contact .map .map_container>div {
	height: 100%
}
.contact .map .map_container>div:first-child {
	float: left;
	width: 600px
}
.contact .map .map_container>div:last-child {
	width: 500px;
	float: right
}
.contact .map .map_container>div:last-child .address_details {
	width: 370px;
	height: 290px;
	float: right;
	margin-top: 90px
}
.contact .map .map_container>div:last-child .address_details h2 {
	font-size: 24px;
	color: #fff;
	background-color: #004098;
	line-height: 60px;
	text-indent: 22px;
	height: 60px
}
.contact .map .map_container>div:last-child .address_details ul {
	width: 370px;
	height: 230px;
	background: #fff;
	border: 1px solid #e5e5e5
}
.contact .map .map_container>div:last-child .address_details ul li {
	font-size: 14px;
	color: #999;
	margin-top: 30px;
	margin-left: 22px;
	line-height: 30px
}
.contact .map .map_container>div:last-child .address_details ul li span {
	color: #004098;
	margin-right: 4px
}
.contact .map .map_container>div:last-child .address_details ul li p {
	line-height: 24px;
	color: #333;
	text-indent: 18px
}
.inner_banner {
	height: 440px
}
.inner_banner .swiper-container {
	height: 100%
}
.inner_banner .swiper-pagination {
	position: absolute;
	left: 0;
	bottom: 10px;
	text-align: center;
	width: 100%
}
.inner_banner .swiper-pagination .swiper-pagination-bullet {
	width: 16px;
	height: 16px;
	background: rgba(255,255,255,.6);
	border-radius: 0;
	position: relative;
	opacity: 1
}
.inner_banner .swiper-pagination .swiper-pagination-bullet::after {
	position: absolute;
	content: '';
	width: 8px;
	height: 8px;
	background: #fff;
	left: 4px;
	top: 4px;
	z-index: 123
}
.inner_banner .swiper-pagination .swiper-pagination-bullet-active {
	background-color: #fff
}
.inner_banner .swiper-pagination .swiper-pagination-bullet-active::after {
	background-color: #004098
}
.product .product_desction {
	margin-top: 50px;
	position: relative;
	height: 360px
}
.product .product_desction>div:first-child {
	width: 48.3%;
	height: 360px;
	background: #fff;
	border: 1px solid #e5e5e5;
	float: left
}
.product .product_desction>div:first-child img {
	position: relative;
	top: 50%;
	margin-top: -102px;
	max-width: 100%
}
.product .product_desction>div:last-child {
	width: 48.3%;
	height: 100%;
	float: right;
	position: relative
}
.product .product_desction>div:last-child .title {
	padding-top: 20px
}
.product .product_desction>div:last-child .content {
	margin-top: 30px;
	color: #666
}
.product .product_desction>div:last-child .product_desc_share {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%
}
.product .product_desction>div:last-child .product_desc_share>p {
	margin-top: 15px;
	padding-top: 12px;
	border-top: 1px solid #e5e5e5;
	font-size: 14px;
	line-height: 24px;
	color: #999
}
.product .product_desction>div:last-child .product_desc_share>p a {
	position: relative;
	top: 2px;
	color: #999
}
.product .product_desction>div:last-child .product_desc_share>p a i {
	font-size: 24px
}
.product .product_desction>div:last-child .product_desc_share>p a:hover {
	color: #ef2d36
}
.product .all_products {
	background-color: #F4F7FA;
	padding-bottom: 50px
}
.product .all_products .title {
	text-align: center
}
.product .all_products .products_slide_menu {
	text-align: center;
	border-bottom: 1px solid #e5e5e5;
	padding-top: 50px
}
.product .all_products .products_slide_menu .products_slide_menu_active {
	color: #004098
}
.product .all_products .products_slide_menu .products_slide_menu_active::after {
	width: 100%;
	left: 0
}
.product .all_products .products_slide_menu span {
	margin: 0 15px;
	font-size: 16px;
	color: #666;
	position: relative;
	cursor: pointer;
	display: inline-block;
	padding-bottom: 18px
}
.product .all_products .products_slide_menu span::after {
	position: absolute;
	content: '';
	width: 0;
	height: 1px;
	bottom: 0;
	left: 50%;
	background-color: #004098;
	-webkit-transition: all .4s ease;
	transition: all .4s ease
}
.product .all_products .products_slide_menu span:hover {
	color: #004098
}
.product .all_products .products_slide_menu span:hover::after {
	width: 100%;
	left: 0
}
.product .all_products .first-one {
	margin-top: 30px
}
.product .all_products .first-one .swiper-container {
	height: 330px;
	background-color: #fff;
	border: 1px solid #e5e5e5
}
.product .all_products .first-one .swiper-container .swiper-pagination-bullet {
	width: 30px;
	height: 4px;
	background: #e5e5e5;
	border-radius: 0!important;
	opacity: 1
}
.product .all_products .first-one .swiper-container .swiper-pagination-bullet-active {
	background-color: #004098;
	border-radius: 0
}
.product .all_products .first-one .all>ul>li {
	margin-bottom: 35px
}
.product .all_products .first-one .all>ul>li h3 {
	font-size: 18px;
	color: #333;
	padding-bottom: 0px
}
.product .all_products .first-one .all>ul>li>ul {
	overflow: auto
}
.product .all_products .first-one .all>ul>li>ul>li {
	float: left;
	width: 25%;
	line-height: 30px
}
.product .all_products .first-one .all>ul>li>ul>li:hover a {
	color: #004098
}
.product .all_products .first-one .all>ul>li>ul>li a {
	font-size: 12px;
	color: #666;
	position: relative
}
.product .all_products .first-one .all>ul>li>ul>li a::before {
	position: relative;
	content: '▪';
	font-size: 14px;
	color: #004098;
	left: 0;
	top: 0
}
.product .all_products .sub_slide, .product .all_products .sub_slide .swiper-slide {
	height: 330px
}
.product .all_products .sub_slide .swiper-slide:nth-of-type(4n)>a {
	border: none
}
.product .all_products .sub_slide .swiper-slide>a {
	display: block;
	text-align: center;
	height: 100%;
	margin-right: 1px;
	border-right: 1px solid #E5E5E5
}
.product .all_products .sub_slide .swiper-slide>a figure {
	display: block;
	height: 100%
}
.product .all_products .sub_slide .swiper-slide>a figure div {
	height: 100%;
	width: 100%
}
.product .all_products .sub_slide .swiper-slide>a figure div img {
	max-width: 90%;
	max-height: 200px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	position: relative;
	top: 40%
}
.product .all_products .sub_slide .swiper-slide>a figure figcaption {
	font-size: 14px;
	color: #333;
	position: absolute;
	left: 0;
	width: 100%;
	bottom: 30px;
	z-index: 99
}
.product .related_solutions {
	text-align: center
}
.product .related_solutions>ul {
	margin-top: 40px;
	height: 300px
}
.product .related_solutions>ul li {
	width: calc(100%/3 - 20px);
	margin-right: 30px;
	height: 300px;
	float: left
}
.product .related_solutions>ul li:nth-of-type(3n) {
	margin-right: 0
}
.product .related_solutions>ul li:hover>a figcaption {
	color: #004098
}
.product .related_solutions>ul li>a {
	display: block;
	height: 100%
}
.product .related_solutions>ul li>a div {
	height: 240px;
	overflow: hidden
}
.product .related_solutions>ul li>a div img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}
.product .related_solutions>ul li>a figcaption {
	display: block;
	height: 60px;
	text-align: center;
	line-height: 60px;
	font-size: 18px;
	background-color: #F4F7FA
}
.product .related_cases .swiper-container {
	margin-top: 40px;
	height: 500px
}
.product .related_cases .swiper-container .swiper-pagination-bullet {
	width: 30px;
	height: 4px;
	background: #e5e5e5;
	border-radius: 0!important;
	opacity: 1
}
.product .related_cases .swiper-container .swiper-pagination-bullet-active {
	background-color: #004098;
	width: 40px;
	border-radius: 0
}
.product .related_cases .swiper-container .swiper-wrapper {
	height: 450px
}
.product .related_cases .swiper-container .swiper-slide a {
	display: block;
	height: 100%
}
.product .related_cases .swiper-container .swiper-slide a figure {
	display: block;
	height: 100%;
	text-align: left
}
.product .related_cases .swiper-container .swiper-slide a figure>div {
	height: 240px
}
.product .related_cases .swiper-container .swiper-slide a figure>div img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}
.product .related_cases .swiper-container .swiper-slide a figure figcaption {
	display: block;
	height: 210px;
	background-color: #F4F7FA
}
.product .related_cases .swiper-container .swiper-slide a figure figcaption>div {
	margin: 0 30px;
	position: relative;
	height: 100%
}
.product .related_cases .swiper-container .swiper-slide a figure figcaption>div>h3 {
	position: absolute;
	left: 0;
	top: 30px
}
.product .related_cases .swiper-container .swiper-slide a figure figcaption>div .content {
	top: 60px;
	left: 0;
	position: absolute
}
.product .related_cases .swiper-container .swiper-slide a figure figcaption>div>span {
	bottom: 30px;
	position: absolute;
	left: 0;
	font-size: 14px;
	color: #004098
}
.product .related_videos>ul {
	margin-top: 40px;
	height: 300px
}
.product .related_videos>ul li {
	width: calc(100%/3 - 20px);
	margin-right: 30px;
	height: 300px;
	float: left;
	background-color: #F4F7FA;
	position: relative
}
.product .related_videos>ul li:nth-of-type(3n) {
	margin-right: 0
}
.product .related_videos>ul li::after {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 12;
	background-color: #004098;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transition: -webkit-transform .5s;
	transition: -webkit-transform .5s;
	transition: transform .5s;
	transition: transform .5s, -webkit-transform .5s;
	-webkit-transform-origin: 0 100%;
	transform-origin: 0 100%
}
.product .related_videos>ul li:hover::after {
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0
}
.product .related_videos>ul li:hover>a figcaption {
	background: 0 0!important;
	color: #fff
}
.product .related_videos>ul li>a {
	display: block;
	height: 100%;
	position: relative;
	z-index: 1254;
	margin: 10px
}
.product .related_videos>ul li>a div {
	height: 220px;
	overflow: hidden;
	position: relative
}
.product .related_videos>ul li>a div>i {
	font-size: 58px;
	color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -29px;
	margin-left: -29px
}
.product .related_videos>ul li>a div img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}
.product .related_videos>ul li>a figcaption {
	display: block;
	height: 60px;
	text-align: center;
	line-height: 60px;
	font-size: 18px
}
.distance_top {
	margin-top: 40px
}
.service .map .map_container>div:last-child ul, .table table {
	margin-top: 50px
}
.table {
	padding-bottom: 50px
}
.table .title {
	text-align: center
}
.table .element {
	max-height: 900px;
	overflow: hidden;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	position: relative
}
.table :checked~.element {
	height: auto;
	max-height: 8000px;
	overflow-y: auto
}
.table :checked~.check-in, .table input[type=checkbox] {
	display: none
}
.table :checked~.check-out {
	display: block
}
.table .check-out {
	display: none;
	text-align: center
}
.table .check-out i {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	position: relative;
	display: inline-block
}
.table .check-in {
	display: block;
	text-align: center;
	position: absolute;
	left: 0;
	bottom: 0px;
	background-color: rgba(255,255,255,.5);
	width: 100%
}
.table .check-in, .table .check-out {
	color: #34538b;
	cursor: pointer
}
.table table thead {
	background-color: #004098;
	text-align: left
}
.table table thead tr {
	height: 60px;
	text-indent: 40px
}
.table table thead tr th {
	color: #fff
}
.table table tbody tr {
	height: 50px;
	font-size: 14px;
	color: #666
}
.table table tbody tr:nth-child(odd) {
	background-color: #fff
}
.table table tbody tr td {
	position: relative;
	border-bottom: 1px solid #f1f1f1 !important;
	border-left: 1px solid #f1f1f1 !important
}
.table table tbody tr:nth-child(even) {
	background-color: #fff
}
.table table tbody .specification_title {
	background-color: #E5ECF4!important;
	font-size: 18px;
	color: #004098
}
.product_details .product_details_content {
	overflow: auto
}
.product_details .product_details_content>div:first-child {
	width: 35%;
	float: left;
	text-align: center
}
.product_details .product_details_content>div:first-child .gallery-top {
	height: 360px;
	text-align: center;
	background-color: #F4F7FA
}
.product_details .product_details_content>div:first-child .gallery-top .swiper-slide figure {
	display: block;
	height: 100%
}
.product_details .product_details_content>div:first-child .gallery-top .swiper-slide img {
	max-width: 80%;
	position: relative;
	max-height: 240px;
	top: 50%;
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}
.product_details .product_details_content>div:first-child .gallery-thumbs {
	height: 100px;
	margin-top: 7px
}
.product_details .product_details_content>div:first-child .gallery-thumbs .swiper-slide {
	background-color: #F4F7FA;
	cursor: pointer
}
.product_details .product_details_content>div:first-child .gallery-thumbs .swiper-slide figure {
	display: block;
	height: 100%
}
.product_details .product_details_content>div:first-child .gallery-thumbs .swiper-slide img {
	max-width: 80%;
	position: relative;
	max-height: 78px;
	top: 50%;
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}
.common_detail .container .content img, .cooperation .cooperation_content img, .product_details .use .container .distance_top img, .service .served .served_content img, .technical_training img {
	max-width: 100%
}
.product_details .product_details_content>div:last-child {
	height: 460px;
	width: 60%;
	float: right;
	position: relative
}
.product_details .product_details_content>div:last-child h3 {
	font-size: 24px;
	line-height: 24px;
	padding: 20px 0;
}
.product_details .product_details_content>div:last-child h3 span {
	position: relative
}
.product_details .product_details_content>div:last-child h3 span::after {
	position: absolute;
	content: '';
	width: 8px;
	height: 8px;
	background: #004098;
	right: -12px;
	bottom: 0
}
.product_details .product_details_content>div:last-child .content {
	padding-top: 30px;
	color: #666
}
.product_details .product_details_content>div:last-child>div {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: -5px;
	border-top: 1px solid #e5e5e5;
	padding-top: 10px
}
.product_details .product_details_content>div:last-child>div p {
	float: right;
	font-size: 14px;
	color: #999;
	line-height: 40px
}
.product_details .product_details_content>div:last-child>div p a {
	position: relative;
	top: 2px;
	margin-left: 4px
}
.product_details .product_details_content>div:last-child>div p a:hover i {
	color: #ef2d36
}
.product_details .product_details_content>div:last-child>div p a i {
	font-size: 24px;
	color: #999
}
.product_details .features {
	background-color: #F4F7FA;
	padding-bottom: 50px;
	margin-top: 75px
}
.product_details .features .title {
	text-align: center
}
.product_details .features ul {
	overflow: auto;
	margin-top: 25px
}
.product_details .features ul li {
	width: calc(100%/2 - 40px);
	float: left;
	min-height: 120px;
	margin-right: 80px;
	margin-top: 25px
}
.product_details .features ul li:nth-of-type(2n) {
	margin-right: 0
}
.product_details .features ul li h4 {
	position: relative;
	font-size: 18px;
	line-height: 24px;
	color: #333;
	padding-bottom: 5px
}
.product_details .features ul li h4::before {
	position: relative;
	content: '▪';
	color: #004098
}
.product_details .features ul li p {
	color: #666
}
.product_details .specification {
	padding-bottom: 50px
}
.product_details .use {
	background-color: #F4F7FA;
	padding-bottom: 50px
}
.product_details .use .container {
	text-align: center
}
.product_details .use .container h4 {
	font-size: 18px;
	line-height: 24px;
	padding-bottom: 12px
}
.product_details .use .container .distance_top {
	text-align: center
}
.product_details .use .container .distance_top p {
	text-align: left;
	color: #666;
	font-size: 16px
}
.product_details .use .container .distance_top img {
	margin: 12px 0
}
.product_details .download .title {
	text-align: center
}
.product_details .download ul {
	margin-top: 55px;
	overflow: auto;
	overflow-y: hidden
}
.product_details .download ul li {
	width: 578px;
	float: left;
	margin-right: 40px;
	height: 124px;
	border: 1px solid #e5e5e5
}
.product_details .download ul li>div:first-child {
	padding: 22px 0
}
.product_details .download ul li>div:first-child>span {
	margin-left: 20px;
	margin-right: 10px
}
.product_details .download ul li>div:first-child>span i {
	font-size: 40px
}
.product_details .download ul li>div:first-child>div {
	display: inline-block;
	width: calc(100% - 74px)
}
.product_details .download ul li>div:first-child>div h3 {
	font-size: 16px;
	color: #333
}
.product_details .download ul li>div:first-child>div p {
	font-size: 14px;
	color: #999;
	position: relative;
	top: 5px
}
.product_details .download ul li>div:first-child>div p span {
	position: relative;
	margin-right: 30px;
	text-indent: 8px;
	display: inline-block
}
.list_style_1 figure, .list_style_1>a {
	display: inline-block;
	width: 100%;
	height: 100%
}
.product_details .download ul li>div:first-child>div p span::before {
	position: absolute;
	width: 4px;
	height: 4px;
	background: #e5e5e5;
	content: '';
	left: 0;
	top: 50%;
	margin-top: -2px
}
.product_details .download ul li>div:last-child {
	text-indent: 74px;
	height: 40px;
	line-height: 40px;
	border-top: 1px solid #e5e5e5
}
.product_details .download ul li>div:last-child a {
	font-size: 14px;
	color: #666;
	margin-right: 42px
}
.product_details .download ul li>div:last-child a i {
	font-size: 16px;
	margin-right: 4px;
	color: #999
}
.product_details .download ul li:nth-of-type(2n) {
	margin-right: 0
}
.pdf i {
	color: #F45429
}
.video i {
	color: #2068CF
}
.list_style_1>a:hover figure figcaption h4 {
	bottom: 100px
}
.list_style_1>a:hover figure figcaption p {
	bottom: 30px;
	opacity: 1
}
.list_style_1 figure {
	position: relative
}
.list_style_1 figure img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}
.list_style_1 figure figcaption {
	position: absolute;
	left: 30px;
	width: calc(100% - 60px);
	z-index: 99;
	bottom: 0
}
.list_style_1 figure figcaption h4 {
	font-size: 24px;
	bottom: 30px;
	line-height: 24px
}
.list_style_1 figure figcaption h4, .list_style_1 figure figcaption p {
	color: #fff;
	position: absolute;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	left: 0
}
.list_style_1 figure figcaption p {
	font-size: 14px;
	line-height: 24px;
	bottom: -40px;
	opacity: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2
}
.solutions .sdn .sdn_container {
	margin-top: 40px;
	height: 470px
}
.solutions .sdn .sdn_container>div {
	height: 470px
}
.solutions .sdn .sdn_container>div:first-child {
	width: 56.66%;
	float: left
}
.solutions .sdn .sdn_container>div:last-child {
	width: 41.66%;
	float: right
}
.solutions .sdn .sdn_container>div:last-child>div {
	height: 225px
}
.solutions .sdn .sdn_container>div:last-child>div:last-child {
	margin-top: 20px
}
.solutions .page1 ul {
	margin-top: 20px;
	overflow: auto;
	overflow-y: hidden
}
.solutions .page1 ul li {
	width: calc(100%/2 - 10px);
	margin-right: 20px;
	height: 330px;
	float: left;
	margin-top: 20px
}
.solutions .page1 ul li div {
	height: 100%
}
.solutions .page1 ul li:nth-of-type(2n) {
	margin-right: 0
}
.solutions .page2 ul {
	overflow: auto;
	margin-top: 10px
}
.solutions .page2 ul li {
	width: calc(100%/3 - 20px);
	margin-right: 30px;
	height: 320px;
	float: left;
	margin-top: 30px
}
.solutions .page2 ul li:nth-of-type(3n) {
	margin-right: 0
}
.solutions .page2 ul li div {
	height: 240px
}
.solutions .page2 ul li div img {
	width: 100%;
	height: 240px
}
.solutions .page2 ul li figcaption {
	display: block;
	font-size: 24px;
	height: 80px;
	line-height: 80px;
	background-color: #F4F7FA
}
.solutions .page2 ul li figcaption i {
	color: #004098;
	font-size: 34px;
	display: inline-block;
	margin: 0 20px
}
.cloud_data .cloud_list ul {
	margin-top: 10px
}
.cloud_data .cloud_list ul li {
	height: 260px;
	background-color: #F4F7FA;
	margin-top: 20px
}
.cloud_data .cloud_list ul li figure {
	display: block;
	height: 100%
}
.cloud_data .cloud_list ul li figure>div {
	float: left;
	height: 100%
}
.cloud_data .cloud_list ul li figure>div:first-child {
	width: 34%
}
.cloud_data .cloud_list ul li figure>div:first-child img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}
.cloud_data .cloud_list ul li figure>div:last-child {
	width: 65.8%
}
.cloud_data .cloud_list ul li figure>div:last-child>div {
	margin: 0 40px;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}
.cloud_data .cloud_list ul li figure>div:last-child>div h3 a {
	display: block;
	color: #004098;
	font-size: 24px
}
.cloud_data .cloud_list ul li figure>div:last-child>div h3 a i {
	float: right;
	font-size: 20px;
	color: #004098
}
.cloud_data .cloud_list ul li figure>div:last-child>div figcaption {
	margin-top: 25px
}
.cases .cases_container ul {
	padding: 30px 0;
	background-color: #fff
}
.cases .cases_container ul li {
	margin: 0 30px 20px
}
.cases .cases_container ul li:hover>figure>div a>h3, .cases .cases_container ul li:hover>figure>div a>h3 i {
	color: #004098!important
}
.cases .cases_container ul li:last-child {
	margin-bottom: 0
}
.cases .cases_container ul li>figure {
	height: 200px
}
.cases .cases_container ul li>figure>div {
	float: left;
	height: 200px
}
.cases .cases_container ul li>figure>div:first-child {
	width: 27%
}
.cases .cases_container ul li>figure>div:first-child img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}
.cases .cases_container ul li>figure>div:last-child {
	background-color: #F4F7FA;
	float: right;
	width: 73%
}
.cases .cases_container ul li>figure>div:last-child>div {
	margin: -67.5px 40px 0;
	position: relative;
	top: 50%
}
.cases .cases_container ul li>figure>div:last-child>div>a {
	line-height: 18px
}
.cases .cases_container ul li>figure>div:last-child>div>a h3 {
	font-size: 18px;
	color: #333
}
.cases .cases_container ul li>figure>div:last-child>div>a h3 i {
	float: right;
	color: #999;
	font-size: 20px
}
.cases .cases_container ul li>figure>div:last-child>div .content {
	margin: 20px 0 25px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2
}
.cases .cases_container ul li>figure>div:last-child>div time {
	color: #666;
	font-size: 14px
}
.cases .cases_container ul li>figure>div:last-child>div time i {
	font-size: 14px;
	color: #999;
	display: inline-block;
	margin-right: 5px
}
.partner .parnter_title {
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 20px;
	font-size: 24px;
	color: #333;
	line-height: 24px
}
.partner .parnter_title>a {
	float: right;
	font-size: 14px;
	color: #004098
}
.partner .service_and_support .notice {
	height: 290px
}
.partner .service_and_support .notice>div:first-child {
	float: left;
	width: 66.66%
}
.partner .service_and_support .notice>div:first-child ul li {
	border-bottom: 1px solid #e5e5e5;
	height: 49px;
	line-height: 49px;
	position: relative
}
.partner .service_and_support .notice>div:first-child ul li:after {
	position: absolute;
	content: '';
	width: 0;
	bottom: 0;
	height: 1px;
	left: 50%;
	background-color: #004098;
	-webkit-transition: all .4s ease;
	transition: all .4s ease
}
.partner .service_and_support .notice>div:first-child ul li:hover a {
	color: #004098
}
.partner .service_and_support .notice>div:first-child ul li:hover:after {
	width: 100%;
	left: 0
}
.partner .service_and_support .notice>div:first-child ul li a {
	position: relative;
	display: block;
	height: 100%;
	font-size: 14px;
	color: #666
}
.partner .service_and_support .notice>div:first-child ul li a::before {
	content: '▪';
	position: relative;
	left: 0;
	height: 100%;
	width: 8px;
	text-align: left;
	color: #004098
}
.partner .service_and_support .notice>div:first-child ul li a time {
	float: right;
	font-size: 14px;
	color: #666;
	font-family: din
}
.partner .service_and_support .notice>div:first-child ul li a time i {
	margin-right: 10px;
	font-size: 14px
}
.partner .service_and_support .notice>div:last-child {
	width: 28.33%;
	float: right
}
.partner .service_and_support .notice>div:last-child ul li {
	height: 139px;
	background-color: #F4F7FA;
	text-align: center
}
.partner .service_and_support .notice>div:last-child ul li:last-child {
	margin-top: 12px
}
.partner .service_and_support .notice>div:last-child ul li a {
	display: block;
	height: 100%;
	position: relative
}
.partner .service_and_support .notice>div:last-child ul li a i {
	position: absolute;
	left: 15%;
	top: 43px;
	font-size: 50px;
	-webkit-line-clamp: 2;
	background-image: linear-gradient(135deg, #004098, #3872c0);
	background-image: -webkit-linear-gradient(135deg, #004098, #3872c0);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent
}
.partner .service_and_support .notice>div:last-child ul li a span {
	position: absolute;
	top: 61px;
	left: 40%;
	font-size: 18px
}
.partner .cooperation_news .cooperation_news_container {
	height: 265px
}
.partner .cooperation_news .cooperation_news_container>div:first-child {
	float: left;
	width: 79.58%
}
.partner .cooperation_news .cooperation_news_container>div:first-child .swiper-container {
	height: 220px;
	margin-top: 20px
}
.partner .cooperation_news .cooperation_news_container>div:first-child .swiper-container .pagination {
	text-align: right;
	position: absolute;
	z-index: 213;
	bottom: 20px
}
.partner .cooperation_news .cooperation_news_container>div:first-child .swiper-container .pagination>span:last-child {
	margin-right: 30px
}
.partner .cooperation_news .cooperation_news_container>div:first-child .swiper-container .pagination .swiper-pagination-bullet {
	width: 20px;
	height: 4px;
	opacity: 1;
	border-radius: 0;
	background-color: #e5e5e5
}
.partner .cooperation_news .cooperation_news_container>div:first-child .swiper-container .pagination .swiper-pagination-bullet-active {
	background-color: #004098;
	width: 30px
}
.partner .cooperation_news .cooperation_news_container>div:first-child .swiper-container .swiper-slide>figure {
	height: 220px
}
.partner .cooperation_news .cooperation_news_container>div:first-child .swiper-container .swiper-slide>figure>div {
	float: left;
	height: 220px
}
.partner .cooperation_news .cooperation_news_container>div:first-child .swiper-container .swiper-slide>figure>div:first-child {
	width: 37%
}
.partner .cooperation_news .cooperation_news_container>div:first-child .swiper-container .swiper-slide>figure>div:first-child img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}
.partner .cooperation_news .cooperation_news_container>div:first-child .swiper-container .swiper-slide>figure>div:last-child {
	background-color: #F4F7FA;
	float: right;
	width: 63%
}
.partner .cooperation_news .cooperation_news_container>div:first-child .swiper-container .swiper-slide>figure>div:last-child>div {
	margin: -48.5px 30px 0;
	position: relative;
	top: 50%
}
.partner .cooperation_news .cooperation_news_container>div:first-child .swiper-container .swiper-slide>figure>div:last-child>div>a {
	line-height: 18px
}
.partner .cooperation_news .cooperation_news_container>div:first-child .swiper-container .swiper-slide>figure>div:last-child>div>a h3 {
	font-size: 18px;
	color: #333
}
.partner .cooperation_news .cooperation_news_container>div:first-child .swiper-container .swiper-slide>figure>div:last-child>div>a h3 i {
	float: right;
	color: #999;
	font-size: 20px
}
.partner .cooperation_news .cooperation_news_container>div:first-child .swiper-container .swiper-slide>figure>div:last-child>div .content {
	margin: 15px 0 25px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2
}
.partner .cooperation_news .cooperation_news_container>div:first-child .swiper-container .swiper-slide>figure>div:last-child>div time {
	color: #666;
	font-size: 14px
}
.partner .cooperation_news .cooperation_news_container>div:first-child .swiper-container .swiper-slide>figure>div:last-child>div time i {
	font-size: 14px;
	color: #999;
	display: inline-block;
	margin-right: 5px
}
.partner .cooperation_news .cooperation_news_container>div:last-child {
	width: 20.41%;
	float: right
}
.partner .cooperation_news .cooperation_news_container>div:last-child>div {
	background-color: #F4F7FA;
	margin-top: 20px;
	height: 220px;
	text-align: center;
	position: relative
}
.partner .cooperation_news .cooperation_news_container>div:last-child>div::before {
	position: absolute;
	content: '';
	width: 1px;
	height: 180px;
	left: 0;
	top: 20px;
	background-color: #e5e5e5
}
.partner .cooperation_news .cooperation_news_container>div:last-child>div>a {
	display: inline-block;
	width: 120px;
	background-color: #004098;
	height: 46px;
	margin-top: 85px;
	text-align: center;
	line-height: 46px;
	color: #fff;
	font-size: 14px
}
.partner .partner_center {
	background-color: #F4F7FA;
	padding-bottom: 80px
}
.partner .partner_center .container>ul {
	height: 380px
}
.partner .partner_center .container>ul>li {
	width: 23.5%;
	margin-right: 2%;
	float: left;
	height: 380px;
	background-color: #fff
}
.partner .partner_center .container>ul>li:last-child {
	margin-right: 0
}
.partner .partner_center .container>ul>li>figure {
	display: block;
	height: 100%
}
.partner .partner_center .container>ul>li>figure div {
	height: 190px
}
.partner .partner_center .container>ul>li>figure div img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}
.partner .partner_center .container>ul>li>figure figcaption {
	margin: 20px;
	display: block
}
.partner .partner_center .container>ul>li>figure figcaption h3 {
	font-size: 18px;
	line-height: 18px;
	padding-bottom: 14px
}
.partner .partner_center .container>ul>li>figure figcaption h3 i {
	float: right;
	opacity: 0;
	color: #004098;
	font-size: 20px
}
.partner .partner_center .container>ul>li>figure figcaption>ul li {
	margin-bottom: 24px;
	line-height: 16px
}
.partner .partner_center .container>ul>li>figure figcaption>ul li a {
	display: block;
	font-size: 14px
}
.partner .partner_center .container>ul>li>figure figcaption>ul li a span {
	color: #666;
	font-size: 14px;
	margin-right: 5px
}
.partner .partner_center .container>ul>li>figure figcaption>ul li a > i {
	float: right;
	font-size: 20px
}
.partner .partner_center .container>ul>li>figure:hover figcaption h3 {
	color: #004098
}
.partner .partner_center .container>ul>li>figure:hover figcaption i {
	opacity: 1
}
.partner .business_center .distance_middle ul li {
	width: calc(100%/3 - 20px);
	margin-right: 30px;
	height: 390px;
	float: left
}
.partner .business_center .distance_middle ul li:nth-of-type(3n) {
	margin-right: 0
}
.partner .business_center .distance_middle ul li figure {
	display: block;
	height: 100%
}
.partner .business_center .distance_middle ul li figure div {
	height: 240px
}
.partner .business_center .distance_middle ul li figure div a {
	display: block
}
.partner .business_center .distance_middle ul li figure div a img {
	width: 100%;
	height: 240px;
	-o-object-fit: cover;
	object-fit: cover
}
.partner .business_center .distance_middle ul li figure figcaption {
	display: block;
	height: 150px;
	outline: #e5e5e5 solid 1px
}
.partner .business_center .distance_middle ul li figure figcaption h3, .partner .business_center .distance_middle ul li figure figcaption p {
	margin: 0 20px
}
.partner .business_center .distance_middle ul li figure figcaption h3 {
	font-size: 18px;
	line-height: 18px;
	padding-top: 20px;
	padding-bottom: 15px
}
.partner .business_center .distance_middle ul li figure figcaption h3:hover a {
	color: #004098
}
.notice_list .container {
	background-color: #fff
}
.notice_list .notice_list_container {
	margin-top: 20px
}
.notice_list .notice_title {
	border-bottom: 1px solid #e5e5e5;
	padding: 25px 0;
	margin: 0 35px
}
.notice_list .notice_title h3 {
	font-size: 30px;
	color: #004098;
	line-height: 30px
}
.notice_list .notice_title h3 span {
	font-size: 14px;
	color: #999
}
.notice_list .notice {
	margin: 0 35px
}
.notice_list .notice>div ul li {
	border-bottom: 1px solid #e5e5e5;
	height: 49px;
	line-height: 49px;
	position: relative
}
.notice_list .notice>div ul li:after {
	position: absolute;
	content: '';
	width: 0;
	bottom: 0;
	height: 1px;
	left: 50%;
	background-color: #004098;
	-webkit-transition: all .4s ease;
	transition: all .4s ease
}
.notice_list .notice>div ul li:hover a {
	color: #004098
}
.notice_list .notice>div ul li:hover:after {
	width: 100%;
	left: 0
}
.notice_list .notice>div ul li a {
	position: relative;
	display: block;
	height: 100%;
	font-size: 14px;
	color: #666
}
.notice_list .notice>div ul li a span i {
	color: #F45429
}
.notice_list .notice>div ul li a::before {
	content: '▪';
	position: relative;
	left: 0;
	height: 100%;
	width: 8px;
	text-align: left;
	color: #004098
}
.notice_list .notice>div ul li a>div {
	float: right;
	height: 49px
}
.notice_list .notice>div ul li a>div time {
	margin-right: 45px;
	font-size: 14px;
	color: #666;
	font-family: din
}
.notice_list .notice>div ul li a>div time i {
	margin-right: 6px;
	font-size: 14px
}
.notice_list .notice>div ul li a>div span {
	color: #666;
	font-size: 14px
}
.notice_list .notice>div ul li a>div span i {
	font-size: 14px;
	color: #999;
	margin-right: 6px;
	display: inline-block
}
.cooperation_common_menu .cooperation_common_menu_active a, .cooperation_common>ul li a:hover {
	color: #004098
}
.cooperation_common>ul {
	text-align: center;
	margin-top: 35px
}
.cooperation_common_menu li {
	display: inline-block
}
.cooperation_common_menu li a {
	position: relative;
	font-size: 14px;
}
.cooperation_common_menu li a::after {
	position: absolute;
	content: '';
	width: 0;
	height: 1px;
	bottom: 0;
	left: 50%;
	background-color: #004098;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
}
.cooperation_common_menu .cooperation_common_menu_active a::after, .cooperation_common_menu li a:hover::after {
	width: 100%;
	left: 0
}
.lr {
	-ms-writing-mode: tb-lr;
	-webkit-writing-mode: tb-lr;
	writing-mode: tb-lr
}
.cooperation .cooperation_content {
	margin-top: 40px;
	text-align: center
}
.cooperation .cooperation_content>div {
	display: none
}
.cooperation .cooperation_content .cooperation_content_active {
	display: block
}
.cooperation .cooperation_content .sort ul li {
	width: 158.57px;
	margin-right: 15px;
	background-color: #F4F7FA;
	height: 380px;
	float: left;
	position: relative
}
.cooperation .cooperation_content .sort ul li::after {
	content: "";
	width: 100%;
	height: 100%;
	background: #004098;
	position: absolute;
	left: 0;
	top: 0;
	transform-origin: 100%;
	-webkit-transform-origin: 100%;
	-webkit-transition: transform .5s cubic-bezier(.215, .61, .355, 1), -webkit-transform .5s cubic-bezier(.215, .61, .355, 1);
	transition: -webkit-transform .5s cubic-bezier(.215, .61, .355, 1);
	transition: transform .5s cubic-bezier(.215, .61, .355, 1);
	transition: transform .5s cubic-bezier(.215, .61, .355, 1), -webkit-transform .5s cubic-bezier(.215, .61, .355, 1);
	transform: scaleX(0);
	-webkit-transform: scaleX(0);
	visibility: hidden\9;
	z-index: 1;
	-moz-transition: transform .5s cubic-bezier(.215, .61, .355, 1), -webkit-transform .5s cubic-bezier(.215, .61, .355, 1);
	-ms-transition: transform .5s cubic-bezier(.215, .61, .355, 1), -webkit-transform .5s cubic-bezier(.215, .61, .355, 1);
	-o-transition: transform .5s cubic-bezier(.215, .61, .355, 1), -webkit-transform .5s cubic-bezier(.215, .61, .355, 1);
}
.cooperation .cooperation_content .sort ul li:hover:after {
	transform: scaleX(1);
	-webkit-transform: scaleX(1);
	-moz-transform: scaleX(1);
	transform-origin: 0;
	-webkit-transform-origin: 0;
	visibility: visible\9
}
.cooperation .cooperation_content .sort ul li:hover>a span:first-child {
	color: #fff!important
}
.cooperation .cooperation_content .sort ul li:hover>a span:first-child:after {
	background-color: #fff;
	opacity: .6
}
.cooperation .cooperation_content .sort ul li:hover>a span:first-child:before {
	color: #fff
}
.cooperation .cooperation_content .sort ul li:hover>a span:last-child {
	background-color: #fff;
	color: #004098
}
.cooperation .cooperation_content .sort ul li:last-child {
	margin-right: 0
}
.cooperation .cooperation_content .sort ul li>a {
	display: block;
	position: relative;
	height: 100%;
	z-index: 99
}
.cooperation .cooperation_content .sort ul li>a>span {
	position: absolute
}
.cooperation .cooperation_content .sort ul li>a>span:first-child {
	left: 55px;
	top: 90px;
	font-size: 24px;
	color: #004098;
	line-height: 24px;
	width: 24px
}
.cooperation .cooperation_content .sort ul li>a>span:first-child:after {
	position: absolute;
	content: '';
	width: 54.5px;
	height: 1px;
	background-color: #004098;
	-webkit-transform: rotate(-60deg);
	transform: rotate(-60deg);
	right: -30px;
	bottom: 5px
}
.cooperation .cooperation_content .sort ul li>a>span:first-child::before {
	position: absolute;
	content: '合作伙伴';
	font-size: 18px;
	color: #333;
	right: -20px;
	bottom: -70px;
	width: 18px;
	height: 80px
}
.cooperation .cooperation_content .sort ul li>a>span:nth-of-type(2) {
	width: 60px;
	height: 30px;
	bottom: 45px;
	left: 0;
	color: #fff;
	background-color: #004098;
	line-height: 30px
}
.cooperation_news_list .cooperation_news_slide .swiper-container {
	height: 280px;
	margin-top: 50px!important
}
.cooperation_news_list .cooperation_news_slide .swiper-container .pagination {
	text-align: right;
	position: absolute;
	z-index: 213;
	bottom: 40px
}
.cooperation_news_list .cooperation_news_slide .swiper-container .pagination>span:last-child {
	margin-right: 50px
}
.cooperation_news_list .cooperation_news_slide .swiper-container .pagination .swiper-pagination-bullet {
	width: 20px;
	height: 4px;
	opacity: 1;
	border-radius: 0;
	background-color: #e5e5e5
}
.cooperation_news_list .cooperation_news_slide .swiper-container .pagination .swiper-pagination-bullet-active {
	background-color: #004098;
	width: 30px
}
.cooperation_news_list .cooperation_news_slide .swiper-container .swiper-slide>figure {
	height: 280px
}
.cooperation_news_list .cooperation_news_slide .swiper-container .swiper-slide>figure>div {
	float: left;
	height: 280px
}
.cooperation_news_list .cooperation_news_slide .swiper-container .swiper-slide>figure>div:first-child {
	width: 40%
}
.cooperation_news_list .cooperation_news_slide .swiper-container .swiper-slide>figure>div:first-child img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}
.cooperation_news_list .cooperation_news_slide .swiper-container .swiper-slide>figure>div:last-child {
	background-color: #F4F7FA;
	float: right;
	width: 60%
}
.cooperation_news_list .cooperation_news_slide .swiper-container .swiper-slide>figure>div:last-child>div {
	margin: -65px 50px 0;
	position: relative;
	top: 50%
}
.cooperation_news_list .cooperation_news_slide .swiper-container .swiper-slide>figure>div:last-child>div>a {
	line-height: 18px
}
.cooperation_news_list .cooperation_news_slide .swiper-container .swiper-slide>figure>div:last-child>div>a h3 {
	font-size: 18px;
	color: #333
}
.cooperation_news_list .cooperation_news_slide .swiper-container .swiper-slide>figure>div:last-child>div>a h3 i {
	float: right;
	color: #999;
	font-size: 20px
}
.cooperation_news_list .cooperation_news_slide .swiper-container .swiper-slide>figure>div:last-child>div .content {
	margin: 20px 0 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2
}
.cooperation_news_list .cooperation_news_slide .swiper-container .swiper-slide>figure>div:last-child>div time {
	color: #666;
	font-size: 14px
}
.cooperation_news_list .cooperation_news_slide .swiper-container .swiper-slide>figure>div:last-child>div time i {
	font-size: 14px;
	color: #999;
	display: inline-block;
	margin-right: 5px
}
.cooperation_news_list .news_list_container>ul>li a figcaption h4 {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap
}
.cooperation_news_list .news_list_container>ul>li a figcaption p {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2
}
.login_tips {
	color: #666;
	font-size: 14px;
	text-align: center;
	line-height: 50px;
	background-color: rgba(0,64,152,.1);
	height: 50px
}
.login_tips a {
	color: #004098
}
.current_position, .current_position a {
	color: #999;
	font-size: 14px
}
.current_position {
	height: 40px;
	line-height: 40px;
	background-color: #f4f7fa
}
.resource .resource_list {
	margin-top: 20px;
	overflow: auto
}
.resource .resource_list .left_menu {
	background-color: #fff;
	width: 300px;
	float: left;
	position: relative;
	min-height: 660px
}
.resource .resource_list .left_menu>.left_menu_btn {
	position: absolute;
	left: 0;
	z-index: 9998;
	top: 0;
	width: 100%;
	background-color: #e5e5e5;
	height: 40px;
	line-height: 40px;
	text-align: center
}
.resource .resource_list .left_menu>.left_menu_btn i {
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	color: #004098
}
.resource .resource_list .left_menu .left_menu_btn_active i {
	display: inline-block;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg)
}
.resource .resource_list .left_menu>.lists>ul>li ul li span, .resource .resource_list .left_menu>.lists>ul>li::before, .service .map .map_container>div:last-child ul li:nth-of-type(3):before {
	display: none
}
.resource .resource_list .left_menu>.lists>ul {
	margin: 0 30px
}
.resource .resource_list .left_menu>.lists>ul .left_menu_active {
	border-left: 1px solid #fff
}
.resource .resource_list .left_menu>.lists>ul .left_menu_active:before {
	content: '-'
}
.resource .resource_list .left_menu>.lists>ul .left_menu_active>span i {
	color: #004098
}
.resource .resource_list .left_menu>.lists>ul .left_menu_active.hasChild {
	border-left: 1px dashed #fff
}
.resource .resource_list .left_menu>.lists>ul>li {
	line-height: 60px;
	cursor: pointer;
	border-bottom: 1px solid #e5e5e5;
	position: relative
}
.resource .resource_list .left_menu>.lists>ul>li>span {
	position: absolute;
	right: 0;
	height: 100%;
	line-height: 60px;
	top: 0
}
.resource .resource_list .left_menu>.lists>ul>li>span i {
	font-size: 14px;
	color: #999
}
.resource .resource_list .left_menu>.lists>ul>li ul {
	margin-left: 10px;
	margin-bottom: 14px
}
.resource .resource_list .left_menu>.lists>ul>li ul li {
	padding-bottom: 14px;
	font-size: 14px;
	color: #666;
	line-height: 14px;
	position: relative;
	border-left: 1px dashed #e5e5e5;
	text-indent: 14px
}
.resource .resource_list .left_menu>.lists>ul>li ul li:last-child {
	padding-bottom: 0
}
.resource .resource_list .left_menu>.lists>ul>li ul .hasChild ul {
	margin-top: 14px
}
.resource .resource_list .left_menu>.lists>ul>li ul .hasChild:before {
	position: absolute;
	content: '+';
	width: 10px;
	height: 10px;
	left: -6px;
	top: 0;
	text-indent: 0;
	text-align: center;
	line-height: 10px;
	display: inline-block;
	border: 1px solid #e5e5e5
}
.resource .resource_list .right_list {
	float: right;
	width: calc(100% - 310px);
	min-height: 400px
}
.resource .resource_list .right_list .filter {
	background-color: #fff;
	margin-top: 0!important
}
.resource .resource_list .right_list .filter ul li {
	border: none
}
.resource .resource_list .right_list .filter ul li>span {
	width: 66px;
	border-right: none
}
.resource .resource_list .right_list .download {
	background-color: #fff;
	margin-top: 10px
}
.resource .resource_list .right_list .download ul {
	overflow: auto;
	overflow-y: hidden
}
.resource .resource_list .right_list .download ul li {
	width: 100%;
	height: 84px;
	border-bottom: 1px solid #e5e5e5;
	position: relative
}
.resource .resource_list .right_list .download ul li>div:first-child {
	padding: 19px 0 19px 10px
}
.resource .resource_list .right_list .download ul li>div:first-child>span {
	margin-left: 20px;
	margin-right: 10px
}
.resource .resource_list .right_list .download ul li>div:first-child>span i {
	font-size: 40px
}
.resource .resource_list .right_list .download ul li>div:first-child>div {
	display: inline-block;
	width: calc(100% - 74px)
}
.resource .resource_list .right_list .download ul li>div:first-child>div h3 {
	font-size: 16px;
	color: #333
}
.resource .resource_list .right_list .download ul li>div:first-child>div p {
	font-size: 14px;
	color: #999;
	position: relative;
	top: 5px
}
.resource .resource_list .right_list .download ul li>div:first-child>div p span {
	position: relative;
	margin-right: 30px;
	text-indent: 8px;
	display: inline-block
}
.resource .resource_list .right_list .download ul li>div:first-child>div p span::before {
	position: absolute;
	width: 4px;
	height: 4px;
	background: #e5e5e5;
	content: '';
	left: 0;
	top: 50%;
	margin-top: -2px
}
.resource .resource_list .right_list .download ul li>div:last-child {
	text-indent: 74px;
	position: absolute;
	right: 0;
	top: 0;
	height: 84px;
	line-height: 84px
}
.resource .resource_list .right_list .download ul li>div:last-child a {
	font-size: 14px;
	color: #666;
	margin-right: 42px
}
.resource .resource_list .right_list .download ul li>div:last-child a i {
	font-size: 16px;
	margin-right: 4px;
	color: #999
}
.resource .resource_list .right_list .download ul li:nth-of-type(2n) {
	margin-right: 0
}
.resource .resource_list .tips {
	font-size: 14px;
	line-height: 30px;
	color: #666;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	height: 0;
	overflow: hidden
}
.resource .resource_list .tips>div {
	height: 30px;
	padding-top: 10px
}
.resource .resource_list .tips span {
	color: #004098;
	font-family: din;
	display: inline-block;
	margin: 0 4px
}
.hover {
	position: relative
}
.hover::after {
	position: absolute;
	content: '';
	width: 0;
	bottom: 0;
	left: 50%;
	background-color: #004098;
	height: 2px;
	-webkit-transition: all .4s ease;
	transition: all .4s ease
}
.hover:hover {
	color: #004098
}
.hover:hover:after {
	width: 100%;
	left: 0
}
.products_center .products_center_list {
	margin-top: 20px;
	overflow: auto
}
.products_center .products_center_list .left_menu {
	background-color: #fff;
	width: 300px;
	float: left;
	min-height: 660px;
	-webkit-transition: all .4s ease;
	transition: all .4s ease
}
.products_center .products_center_list .left_menu>div {
	position: absolute;
	left: 0;
	z-index: 9998;
	top: 0;
	width: 100%;
	background-color: #e5e5e5;
	height: 40px;
	line-height: 40px;
	text-align: center
}
.products_center .products_center_list .left_menu>div i {
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	color: #004098
}
.products_center .products_center_list .left_menu .left_menu_btn_active i {
	display: inline-block;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg)
}
.products_center .products_center_list .left_menu>ul {
	margin: 0 30px
}
.products_center .products_center_list .left_menu>ul>li {
	line-height: 60px;
	cursor: pointer;
	border-bottom: 1px solid #e5e5e5;
	position: relative
}
.products_center .products_center_list .left_menu>ul>li:hover span, .products_center .products_center_list .left_menu>ul>li:hover span:nth-of-type(3) i {
	color: #004098
}
.products_center .products_center_list .left_menu>ul>li:hover span:nth-of-type(1) i {
	background-image: linear-gradient(135deg, #004098, #518cde);
	background-image: -webkit-linear-gradient(135deg, #004098, #518cde)
}
.products_center .products_center_list .left_menu>ul>li>span:nth-of-type(3) {
	position: absolute;
	right: 0;
	height: 100%;
	line-height: 60px;
	top: 0
}
.products_center .products_center_list .left_menu>ul>li>span:nth-of-type(3) i {
	font-size: 14px;
	color: #999
}
.products_center .products_center_list .left_menu>ul>li>span:nth-of-type(1) {
	margin-right: 10px
}
.products_center .products_center_list .left_menu>ul>li>span:nth-of-type(1) i {
	font-size: 18px;
	background-image: linear-gradient(135deg, #333, #999);
	background-image: -webkit-linear-gradient(135deg, #333, #999);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent
}
.products_center .products_center_list .left_menu>ul .left_menu_active span, .products_center .products_center_list .left_menu>ul .left_menu_active span:nth-of-type(3) i {
	color: #004098
}
.products_center .products_center_list .left_menu>ul .left_menu_active span:nth-of-type(1) i {
	background-image: linear-gradient(135deg, #004098, #518cde);
	background-image: -webkit-linear-gradient(135deg, #004098, #518cde)
}
.products_center .products_center_list .right_list {
	float: right;
	width: calc(100% - 310px);
	min-height: 400px;
	background-color: #fff
}
.products_center .products_center_list .right_list>div {
	-webkit-transition: all .4s ease;
	transition: all .4s ease
}
.products_center .products_center_list .right_list>div>div>h3 {
	padding: 0 20px;
	height: 60px;
	line-height: 60px;
	background-color: #F4F7FA;
	font-size: 24px;
	margin: 20px 20px 0
}
.products_center .products_center_list .right_list>div>div>h3 a {
	float: right;
	color: #004098;
	font-size: 14px
}
.products_center .products_center_list .right_list>div>div .products_sub_menu {
	margin: 20px 20px 0
}
.products_center .products_center_list .right_list>div>div .products_sub_menu >ul {
	margin-top: 10px;
}
.products_center .products_center_list .right_list>div>div .products_sub_menu>ul > li {
	float: left;
	margin-right: 20px;
	padding: 18px 0;
	font-size: 14px;
	color: #666;
	cursor: pointer;
	line-height: 16px;
	position: relative
}
.products_center .products_center_list .right_list>div>div .products_sub_menu > ul > li::after {
	position: absolute;
	content: '';
	width: 0;
	bottom: 0;
	left: 50%;
	background-color: #004098;
	height: 2px;
	-webkit-transition: all .4s ease;
	transition: all .4s ease
}
.products_center .products_center_list .right_list>div>div .products_sub_menu ul .products_sub_menu_active:after, .products_center .products_center_list .right_list>div>div .products_sub_menu > ul > li:hover:after {
	width: 100%;
	left: 0
}
.products_center .products_center_list .right_list>div>div .products_sub_menu > ul > li:hover {
	color: #004098
}
.products_center .products_center_list .right_list>div>div .products_sub_menu ul .products_sub_menu_active {
	color: #004098
}
.products_center .products_center_list .right_list>div>div .products_content {
	padding-bottom: 60px;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5
}
.products_center .products_center_list .right_list>div>div .products_content ul {
	opacity: 1;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	position: relative;
	overflow: auto;
	top: 0
}
.products_center .products_center_list .right_list>div>div .products_content ul li {
	float: left;
	width: calc(100%/3);
	height: 328px;
	text-align: center;
	border-bottom: 1px solid #e5e5e5
}
.products_center .products_center_list .right_list>div>div .products_content ul li:nth-of-type(3n)>a {
	border-right: none
}
.products_center .products_center_list .right_list>div>div .products_content ul li>a {
	display: block;
	height: 100%;
	margin-right: 1px;
	border-right: 1px solid #e5e5e5
}
.products_center .products_center_list .right_list>div>div .products_content ul li>a figure {
	display: block;
	height: 100%;
	position: relative
}
.products_center .products_center_list .right_list>div>div .products_content ul li>a figure img {
	position: absolute;
	max-width: 80%;
	max-height: 60%;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}
.products_center .products_center_list .right_list>div>div .products_content ul li>a figure figcaption {
	position: absolute;
	width: 100%;
	text-align: center;
	left: 0;
	bottom: 20px;
	font-size: 14px
}
.products_center .products_center_list .right_list>div>div .products_content .UL_fadeOut {
	top: 50px;
	opacity: 0
}
.service .service_product_list ul {
	margin-top: 20px
}
.service .service_product_list ul li {
	width: 24.25%;
	margin-right: 1%;
	float: left;
	line-height: 140px;
	text-align: center;
	margin-top: 10px;
	background-color: #F4F7FA;
	height: 140px;
	position: relative
}
.service .service_product_list ul li:nth-of-type(4n) {
	margin-right: 0
}
.service .service_product_list ul li:hover span:last-child {
	color: #004098
}
.service .service_product_list ul li span {
	position: static
}
.service .service_product_list ul li span:first-child {
	position: relative;
	display: inline-block;
	width: 68px;
	height: 68px;
	top: 6px;
	margin-right: 20px;
	border-radius: 100%;
	text-align: center;
	line-height: 68px;
	border: 2px solid #004098
}
.service .service_product_list ul li span:first-child i {
	font-size: 36px;
	-webkit-line-clamp: 2;
	background-image: linear-gradient(135deg, #004098, #3872c0);
	background-image: -webkit-linear-gradient(135deg, #004098, #3872c0);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent
}
.service .service_product_list ul li span:last-child {
	left: 50%;
	top: 60px;
	font-size: 18px;
	line-height: 18px
}
.service .introduction .content {
	width: 678px;
	text-indent: 2em;
	margin-top: 40px
}
.service .introduction ul {
	width: 750px;
	overflow: auto;
	margin-top: 25px
}
.service .introduction ul li {
	float: left;
	width: 33.33%;
	margin-top: 45px
}
.service .introduction ul li i {
	font-size: 28px;
	color: #004098
}
.service .introduction ul li span {
	font-size: 30px;
	font-family: din;
	color: #004098;
	margin-left: 12px
}
.service .introduction ul li p {
	font-size: 14px;
	color: #666;
	line-height: 24px
}
.service .honor {
	width: 100%;
	height: 115px;
	background-color: #004098;
	margin-top: 70px;
	position: relative
}
.service .honor canvas {
	width: 100%;
	position: absolute;
	left: 0;
	top: -58px
}
.service .honor .container {
	height: 115px;
	line-height: 115px
}
.service .honor .container p {
	font-size: 24px;
	color: #fff
}
.service .honor .container p span {
	font-size: 36px;
	font-family: din
}
.service .guarantee>ul {
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	overflow: auto
}
.service .guarantee>ul>li {
	float: left;
	width: calc(100%/ 4);
	height: 440px;
	border-right: 1px solid #e5e5e5
}
.service .guarantee>ul>li>div {
	margin: 0 20px 0 40px;
	position: relative;
	height: 100%
}
.service .guarantee>ul>li>div h3 {
	font-size: 18px;
	position: absolute;
	left: 0;
	top: 215px
}
.service .guarantee>ul>li>div>ul {
	position: absolute;
	left: 0;
	top: 270px
}
.service .guarantee>ul>li>div>ul li {
	font-size: 14px;
	color: #666;
	line-height: 24px
}
.service .guarantee>ul>li>div>ul li::before {
	content: '▪';
	color: #004098
}
.service .guarantee>ul>li>div>span {
	position: absolute;
	width: 114px;
	height: 114px;
	background-image: url(/Resources/zh/imgs/service_and_support/quanquan.png);
	text-align: center;
	line-height: 114px;
	top: 62px
}
.service .guarantee>ul>li>div>span i {
	font-size: 36px;
	color: #004098
}
.service .map .map_container>div:last-child {
	width: 417px
}
.service .map .map_container>div:last-child ul li {
	position: relative;
	line-height: 36px;
	font-size: 14px
}
.service .map .map_container>div:last-child ul li:nth-of-type(3) {
	padding: 30px 0
}
.service .map .map_container>div:last-child ul li span {
	color: #004098;
	font-size: 24px;
	font-family: din
}
.service .map .map_container>div:last-child ul li::before {
	content: '▪';
	color: #004098
}
.service .map .address_details {
	position: relative
}
.service .map .address_details h2 {
	height: 50px
}
.service .map .address_details h2 span {
	position: relative;
	display: inline-block;
	color: #fff;
	font-size: 24px;
	width: 132px;
	height: 50px;
	text-align: center;
	overflow: hidden;
	line-height: 50px
}
.service .map .address_details h2 span::after {
	position: absolute;
	content: '';
	width: 150%;
	height: 100%;
	background-color: #004098;
	-webkit-transform: skew(20deg);
	transform: skew(20deg);
	right: 14px;
	top: 0;
	z-index: -1
}
.service .map .address_details ul {
	border: 1px solid #e5e5e5;
	height: 78px
}
.service .map .address_details ul li {
	width: calc(100%/2 - 1px);
	float: left;
	line-height: 78px;
	font-size: 14px;
	color: #999;
	text-indent: 20px
}
.service .map .address_details ul li span {
	color: #333
}
.service .map .address_details ul li:first-child {
	border-right: 1px solid #e5e5e5
}
.service .served {
	width: 100%;
	height: 610px;
	margin-top: 90px
}
.service .served .served_menu {
	margin-top: 40px
}
.service .served .served_menu ul {
	text-align: center
}
.service .served .served_menu ul li {
	display: inline-block;
	padding-bottom: 11px;
	position: relative;
	color: #fff;
	cursor: pointer;
	opacity: .6;
	margin: 0 20px
}
.service .served .served_menu ul li::after {
	position: absolute;
	content: '';
	width: 0;
	bottom: 0;
	left: 50%;
	background-color: #fff;
	height: 2px;
	-webkit-transition: all .4s ease;
	transition: all .4s ease
}
.service .served .served_menu ul .served_menu_Active:after, .service .served .served_menu ul li:hover:after {
	width: 100%;
	left: 0
}
.service .served .served_menu ul li:hover {
	color: #fff;
	opacity: 1
}
.service .served .served_menu ul .served_menu_Active {
	color: #fff;
	opacity: 1
}
.service .served .served_content_container {
	margin-top: 40px;
	background-color: #fff
}
.service .served .served_content_container>div {
	display: none
}
.service .served .served_content_container .served_content_active {
	display: block
}
.profile ._title {
	border-bottom: 1px solid #e5e5e5;
	font-size: 18px;
	color: #333;
	line-height: 18px
}
.profile ._title span {
	cursor: pointer;
	margin-right: 50px;
	position: relative;
	display: inline-block;
	height: 40px
}
.profile ._title span::after {
	position: absolute;
	content: '';
	width: 0;
	bottom: 0;
	left: 50%;
	background-color: #004098;
	height: 2px;
	-webkit-transition: all .4s ease;
	transition: all .4s ease
}
.doc .doc_list .doc_tag ul li::after, .profile .company_profile>div:last-child>div>a::after {
	content: "";
	transform-origin: 100%;
	-webkit-transition: -webkit-transform .5s cubic-bezier(.215, .61, .355, 1);
	visibility: hidden\9
}
.profile ._title span:hover {
	color: #004098
}
.profile ._title span:hover:after {
	width: 100%;
	left: 0
}
.profile ._title>a {
	float: right;
	font-size: 14px;
	color: #004098
}
.profile .company_profile {
	padding-top: 60px
}
.profile .company_profile .title {
	padding-top: 0
}
.profile .company_profile>div:first-child {
	overflow: auto
}
.profile .company_profile>div:first-child>div {
	float: left
}
.profile .company_profile>div:first-child>div:last-child {
	width: 740px;
	float: right
}
.profile .company_profile>div:first-child>div:last-child a {
	font-size: 14px;
	color: #004098;
	margin-top: 25px;
	display: inline-block
}
.profile .company_profile>div:last-child {
	background-image: url(/Resources/zh/imgs/index/ban_1.jpg);
	height: 580px;
	margin-top: 30px;
	position: relative
}
.profile .company_profile>div:last-child>div {
	position: absolute;
	width: calc(100% - 40px);
	left: 20px;
	height: 80px;
	bottom: 20px
}
.profile .company_profile>div:last-child>div>a {
	position: absolute;
	width: 50%;
	height: 80px;
	background: rgba(255,255,255,.9);
	text-align: center;
	line-height: 80px
}
.profile .company_profile>div:last-child>div>a::after {
	width: 100%;
	height: 100%;
	background: #004098;
	position: absolute;
	left: 0;
	top: 0;
	-webkit-transform-origin: 100%;
	transition: -webkit-transform .5s cubic-bezier(.215, .61, .355, 1);
	transition: transform .5s cubic-bezier(.215, .61, .355, 1);
	transition: transform .5s cubic-bezier(.215, .61, .355, 1), -webkit-transform .5s cubic-bezier(.215, .61, .355, 1);
	transform: scaleX(0);
	-webkit-transform: scaleX(0);
	z-index: 1
}
.profile .company_profile>div:last-child>div>a:hover:after {
	transform: scaleX(1);
	-webkit-transform: scaleX(1);
	-moz-transform: scaleX(1);
	transform-origin: 0;
	-webkit-transform-origin: 0;
	visibility: visible\9
}
.profile .company_profile>div:last-child>div>a:hover span {
	color: #fff
}
.profile .company_profile>div:last-child>div>a:hover i {
	color: #fff;
	background-image: none;
	-webkit-text-fill-color: #fff
}
.profile .company_profile>div:last-child>div>a span {
	font-size: 18px;
	position: relative;
	z-index: 123;
	display: inline-block;
	margin-left: 10px
}
.profile .company_profile>div:last-child>div>a i {
	-webkit-line-clamp: 2;
	background-image: linear-gradient(135deg, #004098, #3872c0);
	background-image: -webkit-linear-gradient(135deg, #004098, #3872c0);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 30px;
	position: relative;
	z-index: 123
}
.profile .company_profile>div:last-child>div>a:first-child {
	left: 0;
	top: 0
}
.profile .company_profile>div:last-child>div>a:last-child {
	right: 0;
	top: 0
}
.profile .company_profile>div:last-child>div>a:last-child::before {
	position: absolute;
	left: 0;
	top: 0;
	background-color: #004098;
	content: '';
	height: 100%;
	width: 1px
}
.profile .news_list {
	margin-top: 30px;
	overflow: auto
}
.profile .news_list>div:first-child {
	float: left;
	width: 66.66%
}
.profile .news_list>div:first-child .news_list_container {
	margin-top: 20px
}
.profile .news_list>div:first-child .news_list_container>div {
	height: 0;
	overflow: hidden
}
.profile .news_list>div:first-child .news_list_container .news_list_active {
	height: 230px
}
.profile .news_list>div:first-child .swiper-container {
	height: 230px;
	-webkit-transition: all .4s ease;
	transition: all .4s ease
}
.profile .news_list>div:first-child .swiper-container .pagination {
	text-align: right;
	position: absolute;
	z-index: 213;
	bottom: 20px
}
.profile .news_list>div:first-child .swiper-container .pagination>span:last-child {
	margin-right: 30px
}
.profile .news_list>div:first-child .swiper-container .pagination .swiper-pagination-bullet {
	width: 20px;
	height: 4px;
	opacity: 1;
	border-radius: 0;
	background-color: #e5e5e5
}
.profile .news_list>div:first-child .swiper-container .pagination .swiper-pagination-bullet-active {
	background-color: #004098;
	width: 30px
}
.profile .news_list>div:first-child .swiper-container .swiper-slide>figure {
	height: 230px
}
.profile .news_list>div:first-child .swiper-container .swiper-slide>figure>div {
	float: left;
	height: 230px
}
.profile .news_list>div:first-child .swiper-container .swiper-slide>figure>div:first-child {
	width: 40%
}
.profile .news_list>div:first-child .swiper-container .swiper-slide>figure>div:first-child img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}
.profile .news_list>div:first-child .swiper-container .swiper-slide>figure>div:last-child {
	background-color: #F4F7FA;
	float: right;
	width: 60%
}
.profile .news_list>div:first-child .swiper-container .swiper-slide>figure>div:last-child>div {
	margin: -80px 30px 0;
	position: relative;
	top: 50%
}
.profile .news_list>div:first-child .swiper-container .swiper-slide>figure>div:last-child>div>a {
	line-height: 18px
}
.profile .news_list>div:first-child .swiper-container .swiper-slide>figure>div:last-child>div>a h3 {
	font-size: 18px;
	color: #333
}
.profile .news_list>div:first-child .swiper-container .swiper-slide>figure>div:last-child>div>a h3 i {
	float: right;
	color: #999;
	font-size: 20px
}
.profile .news_list>div:first-child .swiper-container .swiper-slide>figure>div:last-child>div .content {
	margin: 15px 0 45px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3
}
.profile .news_list>div:first-child .swiper-container .swiper-slide>figure>div:last-child>div time {
	color: #666;
	font-size: 14px
}
.profile .news_list>div:first-child .swiper-container .swiper-slide>figure>div:last-child>div time i {
	font-size: 14px;
	color: #999;
	display: inline-block;
	margin-right: 5px
}
.profile .news_list>div:last-child>div ul li:hover, .profile .news_list>div:last-child>div ul li:hover a {
	color: #004098
}
.profile .news_list>div:last-child {
	width: 28.33%;
	float: right;
	height: 230px
}
.profile .news_list>div:last-child>div ul li {
	height: 50px;
	border-bottom: 1px dashed #e5e5e5;
	line-height: 50px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	position: relative
}
.profile .news_list>div:last-child>div ul li::after {
	position: absolute;
	content: '';
	width: 0;
	bottom: 0;
	left: 50%;
	background-color: #004098;
	height: 2px;
	-webkit-transition: all .4s ease;
	transition: all .4s ease
}
.profile .news_list>div:last-child>div ul li:hover:after {
	width: 100%;
	left: 0
}
.profile .news_list>div:last-child>div ul li a {
	font-size: 14px;
	color: #666
}
.profile .news_list>div:last-child>div ul li::before {
	content: '▪';
	color: #004098
}
.profile .contact_us ul {
	margin-top: 30px;
	height: 200px
}
.profile .contact_us ul li {
	height: 200px;
	width: 160px;
	float: left;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	position: relative
}
.profile .contact_us ul li .desc, .profile .contact_us ul li .name {
	font-size: 14px;
	-webkit-transition: all .4s ease;
	color: #666;
	left: 30px
}
.profile .contact_us ul li:nth-child(odd) {
	background-color: #f4f7fa
}
.profile .contact_us ul li:nth-child(even) {
	background-color: #ecf0f5
}
.profile .contact_us ul li .desc {
	opacity: 0;
	position: absolute;
	bottom: 68px;
	transition: all .4s ease
}
.profile .contact_us ul li .name {
	position: absolute;
	top: 84px;
	transition: all .4s ease
}
.profile .contact_us ul li h4 {
	position: absolute;
	left: 30px;
	top: 53px;
	line-height: 16px;
	font-size: 16px
}
.profile .contact_us ul li a {
	position: absolute;
	left: 30px;
	bottom: 43px;
	-webkit-transition: all .4s ease;
	transition: all .4s ease
}
.profile .contact_us ul li a i {
	color: #999;
	font-size: 20px
}
.profile .contact_us ul li a span {
	display: none;
	color: #004098;
	font-size: 14px
}
.profile .contact_us ul .contact_us_active {
	width: calc(100% - 800px)
}
.profile .contact_us ul .contact_us_active .desc {
	opacity: 1
}
.profile .contact_us ul .contact_us_active h4 {
	top: 42px
}
.profile .contact_us ul .contact_us_active .name {
	top: 65px;
	font-size: 24px;
	color: #004098
}
.profile .contact_us ul .contact_us_active a {
	bottom: 30px
}
.profile .contact_us ul .contact_us_active a i {
	display: none
}
.profile .contact_us ul .contact_us_active a span {
	display: block
}
.profile .join_us ul {
	margin-top: 30px;
	height: 270px
}
.profile .join_us ul li {
	float: left;
	width: 49%;
	height: 270px
}
.profile .join_us ul li:last-child {
	margin-left: 2%
}
.profile .join_us ul li div {
	height: 210px
}
.profile .join_us ul li div img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}
.profile .join_us ul li figcaption {
	display: block;
	height: 60px;
	background-color: #F4F7FA
}
.profile .join_us ul li figcaption a {
	display: block;
	margin: 0 20px;
	height: 60px;
	line-height: 60px;
	font-size: 18px
}
.profile .join_us ul li figcaption a i {
	float: right;
	font-size: 20px
}
.profile .join_us ul li figcaption:hover a, .profile .join_us ul li figcaption:hover a i {
	color: #004098
}
.login .login_container {
	width: 100%;
	height: 100vh;
	background-image: url(/Resources/zh/imgs/common/bg.jpg)
}
.login2 .particle-network-animation {
	width: 100%;
	height: 100vh;
	background-image: url(/Resources/zh/imgs/common/login_background.jpg)
}
.data .data_list .data_content>div {
	height: 0;
	background-color: #fff;
	overflow: hidden;
	-webkit-transition: all .4s ease;
	transition: all .4s ease
}
.data .data_list .data_content .data_content_active {
	height: auto
}
.data .data_list .data_content .download {
	background-color: #fff;
	margin-top: 10px
}
.data .data_list .data_content .download ul {
	overflow: auto;
	overflow-y: hidden
}
.data .data_list .data_content .download ul li {
	width: 47.5%;
	height: 84px;
	border-bottom: 1px solid #e5e5e5;
	position: relative;
	float: left
}
.data .data_list .data_content .download ul li:nth-of-type(2n) {
	margin-left: 5%
}
.data .data_list .data_content .download ul li>div:first-child {
	padding: 19px 0
}
.data .data_list .data_content .download ul li>div:first-child>span {
	margin-right: 10px
}
.data .data_list .data_content .download ul li>div:first-child>span i {
	font-size: 40px
}
.data .data_list .data_content .download ul li>div:first-child>div {
	display: inline-block;
	width: calc(100% - 74px)
}
.data .data_list .data_content .download ul li>div:first-child>div h3 {
	font-size: 16px;
	color: #333
}
.data .data_list .data_content .download ul li>div:first-child>div p {
	font-size: 14px;
	color: #999;
	position: relative;
	top: 5px
}
.data .data_list .data_content .download ul li>div:first-child>div p span {
	position: relative;
	margin-right: 30px;
	text-indent: 8px;
	display: inline-block
}
.data .data_list .data_content .download ul li>div:first-child>div p span::before {
	position: absolute;
	width: 4px;
	height: 4px;
	background: #e5e5e5;
	content: '';
	left: 0;
	top: 50%;
	margin-top: -2px
}
.data .data_list .data_content .download ul li>div:last-child {
	text-indent: 74px;
	position: absolute;
	right: 0;
	top: 0;
	height: 84px;
	line-height: 84px
}
.data .data_list .data_content .download ul li>div:last-child a {
	font-size: 14px;
	color: #666;
	margin-right: 42px
}
.data .data_list .data_content .download ul li>div:last-child a i {
	font-size: 16px;
	margin-right: 4px;
	color: #999
}
.data .data_list .data_content .download ul li:nth-of-type(2n), .data .data_list .data_content .download ul li>div:last-child a:last-child {
	margin-right: 0
}
.data .data_list .data_content .video_list ul {
	overflow: auto;
	margin-top: 10px
}
.data .data_list .data_content .video_list ul li {
	width: calc(100%/3 - 20px);
	margin-right: 30px;
	height: 300px;
	float: left;
	margin-top: 30px
}
.data .data_list .data_content .video_list ul li:nth-of-type(3n) {
	margin-right: 0
}
.data .data_list .data_content .video_list ul li a, .data .data_list .data_content .video_list ul li a figure {
	display: block;
	height: 100%
}
.data .data_list .data_content .video_list ul li a figure div {
	height: 240px;
	position: relative
}
.data .data_list .data_content .video_list ul li a figure div img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	position: relative;
	z-index: 2
}
.data .data_list .data_content .video_list ul li a figure div>i {
	font-size: 60px;
	color: #fff;
	z-index: 12;
	left: 50%;
	top: 50%;
	margin-left: -30px;
	position: absolute;
	margin-top: -32.5px
}
.data .data_list .data_content .video_list ul li a figure div>span {
	position: absolute;
	left: 0;
	top: 0;
	width: 102px;
	height: 32px;
	line-height: 32px;
	overflow: hidden;
	color: #fff;
	font-size: 14px;
	z-index: 4;
	text-indent: 10px
}
.data .data_list .data_content .video_list ul li a figure div>span i {
	position: relative;
	z-index: 123
}
.data .data_list .data_content .video_list ul li a figure div>span::after {
	position: absolute;
	content: '';
	z-index: 1;
	width: 120%;
	height: 100%;
	background-color: #004098;
	right: 12px;
	top: 0;
	-webkit-transform: skew(-30deg);
	transform: skew(-30deg)
}
.data .data_list .data_content .video_list ul li a figure figcaption {
	display: block;
	text-align: center;
	font-size: 18px;
	line-height: 60px;
	height: 60px;
	background-color: #F4F7FA
}
.FAQ .FAQ_filter, .FAQ .FAQ_filter>ul>li .select>ul>li:hover, .FAQ .FAQ_top, .service_and_support .page1 ul li {
	background-color: #fff
}
.data .data_list .common_pages {
	margin: 0
}
.service_and_support .common_2 .container ul li:hover p {
	color: #004098
}
.service_and_support .common_2 .container ul li i {
	font-size: 32px
}
.service_and_support .page1 {
	padding-bottom: 80px
}
.service_and_support .page1 ul {
	height: 380px
}
.service_and_support .page1 ul li {
	width: 23.75%;
	margin-right: 1.66%;
	height: 380px;
	float: left
}
.service_and_support .page1 ul li:last-child {
	margin-right: 0
}
.service_and_support .page1 ul li a {
	display: block
}
.service_and_support .page1 ul li a div {
	height: 310px;
	margin: 10px 10px 0
}
.service_and_support .page1 ul li a div img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}
.service_and_support .page1 ul li a figcaption {
	display: block;
	height: 60px;
	line-height: 50px
}
.service_and_support .page1 ul li a figcaption p {
	margin: 0 10px
}
.service_and_support .page1 ul li a figcaption p i {
	float: right
}
.service_and_support .our_service {
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(/Resources/zh/imgs/service/cpbj.jpg);
	background-position-y: 90%
}
.service_and_support .our_service ul {
	overflow: auto
}
.service_and_support .our_service ul li {
	float: left;
	width: 33.33%;
	text-align: center;
	margin-top: 50px
}
.service_and_support .our_service ul li span {
	display: inline-block;
	width: 88px;
	height: 88px;
	border-radius: 50%;
	text-align: center;
	line-height: 88px;
	border: 2px solid #004098
}
.service_and_support .our_service ul li span i {
	-webkit-line-clamp: 2;
	background-image: linear-gradient(135deg, #004098, #3872c0);
	background-image: -webkit-linear-gradient(135deg, #004098, #3872c0);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 50px
}
.service_and_support .professional ul li a i, .service_and_support .self_service ul li a i {
	background-image: linear-gradient(135deg, #004098, #3872c0);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent
}
.service_and_support .our_service ul li p {
	font-size: 18px;
	padding-top: 15px
}
.service_and_support .professional ul {
	margin-top: 40px;
	height: 120px;
	border: 4px solid #e5e5e5
}
.service_and_support .professional ul li {
	float: left;
	width: 33.3333333%;
	height: 120px
}
.service_and_support .professional ul li:last-child p {
	border-right: none
}
.service_and_support .professional ul li a {
	display: block;
	height: 60px;
	border-right: 1px solid #e5e5e5;
	position: relative;
	top: 30px;
	text-align: center;
	line-height: 60px
}
.service_and_support .professional ul li a i {
	font-size: 40px;
	-webkit-line-clamp: 2;
	background-image: -webkit-linear-gradient(135deg, #004098, #3872c0)
}
.service_and_support .professional ul li a span {
	font-size: 18px;
	display: inline-block;
	margin-left: 10px;
	position: relative;
	top: -9px
}
.service_and_support .self_service ul {
	margin-top: 40px;
	height: 120px;
	border: 4px solid #e5e5e5
}
.service_and_support .self_service ul li {
	float: left;
	width: 25%;
	height: 120px
}
.service_and_support .self_service ul li:last-child p {
	border-right: none
}
.service_and_support .self_service ul li a {
	display: block;
	height: 60px;
	border-right: 1px solid #e5e5e5;
	position: relative;
	top: 30px;
	text-align: center;
	line-height: 60px
}
.service_and_support .self_service ul li a i {
	font-size: 40px;
	-webkit-line-clamp: 2;
	background-image: -webkit-linear-gradient(135deg, #004098, #3872c0)
}
.service_and_support .self_service ul li a span {
	font-size: 18px;
	display: inline-block;
	margin-left: 10px;
	position: relative;
	top: -9px
}
.FAQ .inner_common_menu {
	border-bottom: none
}
.FAQ .inner_common_menu .container {
	padding-left: 30px
}
.FAQ .FAQ_top {
	height: 60px;
	line-height: 60px;
	margin-top: 20px
}
.FAQ .FAQ_top>div {
	margin: 0 30px
}
.FAQ .FAQ_top>div i {
	font-size: 22px;
	-webkit-line-clamp: 2;
	background-image: linear-gradient(135deg, #004098, #3872c0);
	background-image: -webkit-linear-gradient(135deg, #004098, #3872c0);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin-right: 5px;
	display: inline-block;
	position: relative;
	top: 2px
}
.FAQ .FAQ_top>div span {
	color: #666;
	cursor: pointer
}
.FAQ .FAQ_top>div>ul {
	float: right
}
.FAQ .FAQ_top>div>ul li {
	float: left;
	margin-left: 50px
}
.FAQ .FAQ_filter {
	position: relative;
	margin-top: 20px;
	padding-top: 20px
}
.FAQ .FAQ_filter .FAQ_search {
	position: absolute;
	right: 0;
	top: 40px;
	height: 100px;
	width: 190px;
	border-left: 1px solid #e5e5e5;
	text-align: center
}
.FAQ .FAQ_filter .FAQ_search>span {
	cursor: pointer;
	background-color: #004098;
	width: 130px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	position: relative;
	top: 30px;
	display: inline-block
}
.FAQ .FAQ_filter .FAQ_search>span i {
	color: #fff;
	font-size: 14px;
	display: inline-block;
	margin-right: 5px
}
.FAQ .FAQ_filter>ul {
	margin: 0 30px;
	height: 150px;
	width: 80%
}
.FAQ .FAQ_filter>ul>li {
	float: left;
	width: 40%;
	margin-top: 20px;
	position: relative;
	height: 40px;
	margin-right: 5%
}
.FAQ .FAQ_filter>ul>li .cbx {
	height: 24px;
	line-height: 24px;
	display: block
}
.FAQ .FAQ_filter>ul>li>span {
	display: inline-block;
	width: 60px;
	margin-right: 15px;
	font-size: 14px;
	letter-spacing: 1px;
	color: #666;
	position: absolute;
	left: 0;
	top: 0;
	height: 40px;
	line-height: 40px
}
.FAQ .FAQ_content table thead .clicks span, .FAQ .FAQ_content table thead .time span, .FAQ .common_open form>ul .required span, .FAQ .common_open h3 span {
	position: relative
}
.FAQ .FAQ_filter>ul>li .select {
	width: 80%;
	float: right
}
.FAQ .FAQ_filter>ul>li .select .placeholder {
	width: 100%;
	height: 40px;
	line-height: 40px;
	border-color: #e5e5e5
}
.FAQ .FAQ_filter>ul>li .select>ul>li {
	padding: 0 12px;
	margin: 5px 0
}
.FAQ .FAQ_filter>ul>li .select>ul>li:hover span {
	color: #004098
}
.FAQ .FAQ_filter>ul>li ul {
	background-color: #fff!important;
	width: 372px;
	left: 80px;
	margin: 0;
	border-radius: 0;
	padding-top: 12px;
	-webkit-box-shadow: 0 6px 12px 0 rgba(0,0,0,.1);
	box-shadow: 0 6px 12px 0 rgba(0,0,0,.1)
}
.FAQ .FAQ_content {
	background-color: #fff;
	padding: 0 30px
}
.FAQ .FAQ_content table {
	text-align: left
}
.FAQ .FAQ_content table thead {
	background-color: #E5ECF4
}
.FAQ .FAQ_content table thead tr {
	height: 50px
}
.FAQ .FAQ_content table thead th {
	color: #004098;
	font-size: 14px;
	text-indent: 20px
}
.FAQ .FAQ_content table thead .clicks, .FAQ .FAQ_content table thead .time {
	cursor: pointer
}
.FAQ .FAQ_content table thead .clicks span::after, .FAQ .FAQ_content table thead .time span::after {
	position: absolute;
	content: '';
	right: -20px;
	bottom: -8px;
	opacity: .3;
	width: 0;
	height: 0;
	border: 7px solid transparent;
	border-top: 7px solid #004098
}
.FAQ .FAQ_content table thead .clicks span::before, .FAQ .FAQ_content table thead .time span::before {
	position: absolute;
	content: '';
	right: -20px;
	top: -8px;
	opacity: .3;
	width: 0;
	height: 0;
	border: 7px solid transparent;
	border-bottom: 7px solid #004098
}
.FAQ .FAQ_content table thead .th_active span::before, .FAQ .FAQ_content table thead .th_active_reverse span::after {
	opacity: 1
}
.FAQ .FAQ_content table tbody tr {
	height: 40px;
	background-color: #fff
}
.FAQ .FAQ_content table tbody tr:nth-child(odd) {
	background-color: #F4F7FA
}
.FAQ .FAQ_content table tbody tr td {
	font-size: 12px;
	text-indent: 20px;
	color: #666
}
.FAQ .FAQ_content table tbody tr td a:hover {
	color: #004098
}
.FAQ .common_open {
	position: fixed;
	z-index: 110;
	background-color: #fff;
	width: 500px;
	height: 640px;
	left: 50%;
	top: 50%;
	margin-top: -320px;
	margin-left: -250px;
	display: none
}
.FAQ .common_open h3 {
	font-size: 18px;
	background-color: #004098;
	height: 60px;
	line-height: 60px;
	text-indent: 30px;
	color: #fff
}
.FAQ .common_open h3 span {
	float: right;
	display: inline-block;
	height: 45px;
	width: 45px;
	cursor: pointer;
	text-align: center;
	line-height: 45px;
	margin-right: 40px;
	top: 7.5px
}
.FAQ .common_open form>ul {
	margin: 20px 30px 0
}
.FAQ .common_open form>ul .required span::before {
	position: absolute;
	content: "*";
	color: #F45429;
	top: 3px;
	left: -10px
}
.FAQ .common_open form>ul .textarea>span {
	position: absolute;
	left: 0;
	top: 0;
	height: 40px;
	line-height: 40px
}
.FAQ .common_open form>ul .textarea textarea {
	margin-left: 60px
}
.FAQ .common_open form>ul>li {
	margin-top: 10px;
	position: relative
}
.FAQ .common_open form>ul>li input[type=text] {
	height: 40px;
	border: 1px solid #b4b4b4;
	outline: 0;
	width: 370px;
	text-indent: 12px;
	font-size: 14px
}
.FAQ .common_open form>ul>li input[type=file] {
	height: 36px;
	cursor: pointer;
	position: relative;
	line-height: 36px
}
.FAQ .common_open form>ul>li input[type=file]::before {
	position: absolute;
	content: '上传文件';
	left: 0;
	top: 0;
	line-height: 36px;
	background-color: #004098;
	text-align: center;
	width: 72px;
	color: #fff;
	font-size: 14px
}
.FAQ .common_open form>ul>li textarea {
	border: 1px solid #b4b4b4;
	outline: 0;
	padding: 10px;
	height: 136px;
	width: 370px;
	resize: none
}
.FAQ .common_open form>ul>li .select {
	display: inline-block;
	width: 370px
}
.FAQ .common_open form>ul>li .select ul {
	width: 370px;
	left: 60px;
	-webkit-box-shadow: 0 6px 12px 0 rgba(0,0,0,.1);
	box-shadow: 0 6px 12px 0 rgba(0,0,0,.1)
}
.FAQ .common_open form>ul>li .select .placeholder {
	height: 40px;
	border: 1px solid #b4b4b4;
	outline: 0;
	text-indent: 12px;
	position: relative;
	left: -4px;
	line-height: 40px
}
.FAQ .common_open form>ul>li>span {
	display: inline-block;
	width: 60px;
	font-size: 14px;
	color: #666;
	text-align: justify;
	text-align-last: justify
}
.FAQ .common_open form>ul .upload {
	position: relative;
	line-height: 37px;
	margin-top: 20px
}
.FAQ .common_open form>ul .upload span {
	position: relative;
	top: 2px
}
.FAQ .common_open form>div {
	border-top: 1px solid #e5e5e5;
	padding-top: 20px;
	text-align: center;
	margin-top: 30px
}
.FAQ .common_open form>div button {
	width: 130px;
	height: 40px;
	outline: 0;
	border: none;
	text-align: center;
	line-height: 40px;
	color: #fff;
	background-color: #004098;
	font-size: 14px;
	cursor: pointer
}
.FAQ .common_open>div {
	margin: 20px 30px 0
}
.doc .doc_list {
	margin-top: 20px;
	background-color: #fff
}
.doc .doc_list .doc_tag {
	height: 100px;
	border-bottom: 1px solid #e5e5e5
}
.doc .doc_list .doc_tag ul li {
	float: left;
	width: 25%;
	text-align: center;
	height: 100px;
	position: relative;
	cursor: pointer
}
.doc .doc_list .doc_tag ul li::after {
	width: 100%;
	height: 1px;
	background: #004098;
	position: absolute;
	left: 0;
	bottom: 0;
	-webkit-transform-origin: 100%;
	transition: -webkit-transform .5s cubic-bezier(.215, .61, .355, 1);
	transition: transform .5s cubic-bezier(.215, .61, .355, 1);
	transition: transform .5s cubic-bezier(.215, .61, .355, 1), -webkit-transform .5s cubic-bezier(.215, .61, .355, 1);
	transform: scaleX(0);
	-webkit-transform: scaleX(0);
	z-index: 1
}
.doc .doc_list .doc_tag ul li:hover:after {
	transform: scaleX(1);
	-webkit-transform: scaleX(1);
	-moz-transform: scaleX(1);
	transform-origin: 0;
	-webkit-transform-origin: 0;
	visibility: visible\9
}
.doc .doc_list .doc_tag ul li:hover i {
	-webkit-line-clamp: 2;
	background-image: linear-gradient(135deg, #004098, #3872c0);
	background-image: -webkit-linear-gradient(135deg, #004098, #3872c0);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent
}
.doc .doc_list .doc_tag ul li:hover p {
	color: #004098
}
.doc .doc_list .doc_tag ul li i {
	font-size: 30px;
	background-image: linear-gradient(135deg, #333, #999);
	background-image: -webkit-linear-gradient(135deg, #333, #999);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	display: inline-block;
	margin-top: 22px
}
.doc .doc_list .doc_tag ul li p {
	font-size: 14px;
	padding-top: 8px;
	line-height: 16px
}
.doc .doc_list .doc_filter {
	margin: 30px
}
.doc .doc_list .doc_filter>ul {
	height: 40px
}
.doc .doc_list .doc_filter>ul>li {
	float: left;
	height: 40px;
	line-height: 40px;
	position: relative;
	font-size: 14px;
	color: #666;
	margin-right: 30px
}
.doc .doc_list .doc_filter>ul>li>span {
	margin-right: 15px
}
.doc .doc_list .doc_filter>ul>li .select {
	width: 260px;
	position: relative;
	display: inline-block;
	height: 40px
}
.doc .doc_list .doc_filter>ul>li input {
	height: 40px;
	width: 260px;
	border: 1px solid #e5e5e5;
	font-size: 14px;
	color: #666
}
.doc .doc_list .doc_filter>ul>li .placeholder {
	width: 260px;
	height: 40px;
	line-height: 40px
}
.doc .common_open {
	position: fixed;
	z-index: 110;
	background-color: #fff;
	width: 540px;
	height: 400px;
	left: 50%;
	top: 50%;
	margin-top: -200px;
	margin-left: -270px;
	display: none
}
.doc .common_open h3 {
	font-size: 18px;
	background-color: #004098;
	height: 60px;
	line-height: 60px;
	text-indent: 30px;
	color: #fff
}
.doc .common_open h3 span {
	float: right;
	display: inline-block;
	height: 45px;
	width: 45px;
	cursor: pointer;
	text-align: center;
	line-height: 45px;
	margin-right: 40px;
	position: relative;
	top: 7.5px
}
.doc .common_open form>ul {
	margin: 20px 30px 0
}
.doc .common_open form>ul .required span {
	position: relative
}
.doc .common_open form>ul .required span::before {
	position: absolute;
	content: "*";
	color: #F45429;
	top: 3px;
	left: -10px
}
.doc .common_open form>ul .textarea>span {
	position: absolute;
	left: 0;
	top: 0;
	height: 40px;
	line-height: 40px
}
.doc .common_open form>ul>li {
	margin-top: 10px;
	position: relative
}
.doc .common_open form>ul>li input[type=text] {
	height: 40px;
	border: 1px solid #b4b4b4;
	outline: 0;
	width: 370px;
	text-indent: 12px;
	font-size: 14px
}
.doc .common_open form>ul>li input[type=file] {
	height: 36px;
	cursor: pointer;
	position: relative;
	line-height: 36px
}
.doc .common_open form>ul>li input[type=file]::before {
	position: absolute;
	content: '上传文件';
	left: 0;
	top: 0;
	line-height: 36px;
	background-color: #004098;
	text-align: center;
	width: 72px;
	color: #fff;
	font-size: 14px
}
.doc .common_open form>ul>li textarea {
	border: 1px solid #b4b4b4;
	outline: 0;
	padding: 10px;
	height: 136px;
	width: 370px;
	resize: none
}
.doc .common_open form>ul>li .select {
	display: inline-block;
	width: 370px
}
.doc .common_open form>ul>li .select ul {
	width: 370px;
	left: 60px;
	-webkit-box-shadow: 0 6px 12px 0 rgba(0,0,0,.1);
	box-shadow: 0 6px 12px 0 rgba(0,0,0,.1)
}
.doc .common_open form>ul>li .select .placeholder {
	height: 40px;
	border: 1px solid #b4b4b4;
	outline: 0;
	text-indent: 12px;
	position: relative;
	left: -4px;
	line-height: 40px
}
.doc .common_open form>ul>li>span {
	display: inline-block;
	font-size: 14px;
	color: #666;
	text-align: justify;
	text-align-last: justify
}
.doc .common_open form>ul .upload {
	position: relative;
	line-height: 37px;
	margin-top: 20px
}
.doc .common_open form>ul .upload span {
	position: relative;
	top: 2px
}
.doc .common_open form>div {
	border-top: 1px solid #e5e5e5;
	padding-top: 20px;
	text-align: center;
	margin-top: 30px
}
.doc .common_open form>div button {
	width: 130px;
	height: 40px;
	outline: 0;
	border: none;
	text-align: center;
	line-height: 40px;
	color: #fff;
	background-color: #004098;
	font-size: 14px;
	cursor: pointer
}
.doc .common_open>div {
	margin: 20px 30px 0
}
.doc .common_open form>ul>li>span {
	width: 100px
}
.doc .common_open form>ul .textarea textarea {
	margin-left: 100px
}
.technical_training .title p {
	padding-top: 25px
}
.technical_training .query {
	height: 240px;
	margin-top: 50px;
	position: relative;
}
.technical_training .query .title {
	padding-top: 50px
}
.technical_training .query form {
	background-color: #fff;
	height: 50px;
	position: absolute;
	right: 0;
	bottom: 50px;
	width: 100%
}
.technical_training .query form input {
	width: calc(100% - 280px);
	outline: 0;
	background-color: #fff;
	border: 1px solid #e5e5e5;
	height: 50px;
	font-size: 14px;
	color: #666;
	text-indent: 20px
}
.technical_training .query form button {
	position: absolute;
	background: #004098;
	outline: 0;
	right: 0;
	top: 0;
	width: 140px;
	height: 50px;
	text-align: center;
	color: #fff;
	line-height: 50px;
	font-size: 16px;
	cursor: pointer;
	border: none
}
.technical_training .technical_training_contact {
	margin-top: 50px;
	height: 760px;
	background-image: url(/Resources/zh/imgs/service_and_support/bg.jpg)
}
.technical_training .technical_training_contact .container {
	height: 100%;
	position: relative
}
.technical_training .technical_training_contact .container>div {
	position: absolute;
	left: 0;
	bottom: 50px
}
.technical_training .technical_training_contact .container>div>div:last-child {
	background-color: #004098;
	width: 388px;
	height: 210px
}
.technical_training .technical_training_contact .container>div>div:last-child ul {
	margin: 0 30px;
	padding-top: 30px
}
.technical_training .technical_training_contact .container>div>div:last-child ul li {
	font-size: 14px;
	color: #fff;
	line-height: 30px
}
.technical_training .technical_training_contact .container>div>div:first-child {
	margin-bottom: 30px
}
.process_container .container {
	background-color: #fff
}
.process_container .container .process_menu {
	padding-top: 20px
}
.process_container .container .process_content_list {
	margin: 0 30px
}
.process_container .container .content_small {
	width: 900px;
	margin: 0 auto
}
.process_container .container .process_common {
	text-align: center;
	padding: 40px 0
}
.process_container .container .process_common a, .process_container .container .process_common button {
	display: inline-block;
	width: 236px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	background-color: #004098;
	color: #fff;
	border: none;
	outline: 0;
	cursor: pointer
}
.process_container .container .process_common p {
	color: #999;
	padding-top: 25;
	font-size: 12px
}
.process_container .container .the_repair_application_desc ul li {
	height: 40px;
	border-bottom: 1px dashed #e5e5e5;
	line-height: 40px;
	font-size: 14px;
	color: #666;
	position: relative
}
.process_container .container .the_repair_application_desc ul li::before {
	content: '▪';
	color: #004098
}
.process_container .container .the_repair_application_desc ul li span {
	color: #004098
}
.process_container .container .code_entry {
	height: 120px
}
.process_container .container .code_entry li {
	margin-right: 20px;
	float: left
}
.process_container .container .code_entry li label {
	display: block;
	position: relative;
	font-size: 14px;
	color: #666;
	line-height: 24px
}
.process_container .container .code_entry li span {
	background-color: #004098;
	width: 120px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	cursor: pointer;
	color: #fff;
	border: none;
	outline: 0
}
.process_container .container .code_entry li input {
	border: 1px solid #e5e5e5;
	height: 40px;
	font-size: 14px;
	color: #666;
	text-indent: 14px
}
.process_container .container .code_entry li:nth-of-type(1) input {
	text-indent: 20px;
	width: 100px
}
.process_container .container .code_entry li:nth-of-type(2) input {
	text-indent: 20px;
	width: 280px
}
.process_container .container .code_entry li:nth-of-type(3) {
	position: relative;
	min-width: 120px;
	height: 64px
}
.process_container .container .code_entry li:nth-of-type(3) span {
	position: absolute;
	bottom: 0;
	left: 0
}
.process_container .container .code_entry li:last-child {
	height: 64px;
	width: 210px;
	float: right;
	position: relative;
	margin-right: 0
}
.process_container .container .code_entry li:last-child img {
	position: absolute;
	bottom: 0;
	right: 0
}
.process_container .container .process_form h4 {
	color: #004098;
	padding: 15px 0
}
.process_container .container .process_form .basic {
	overflow: auto;
	margin-top: 40px
}
.process_container .container .process_form .basic li {
	float: left;
	width: 48.5%;
	margin-top: 10px
}
.process_container .container .process_form .basic li:nth-of-type(2n) {
	margin-left: 3%
}
.process_container .container .process_form .basic li label {
	display: block;
	position: relative;
	font-size: 14px;
	color: #666;
	line-height: 24px
}
.process_container .container .process_form .basic li label:before {
	content: '*';
	color: #f45429
}
.process_container .container .process_form .basic li input {
	border: 1px solid #e5e5e5;
	height: 40px;
	font-size: 14px;
	color: #666;
	width: 100%;
	text-indent: 14px
}
.process_container .container .process_form .basic li input::-webkit-input-placeholder {
color:#999
}
.process_container .container .process_form .basic li input:-ms-input-placeholder {
color:#999
}
.process_container .container .process_form .basic li input::-ms-input-placeholder {
color:#999
}
.process_container .container .process_form .basic li input::placeholder {
color:#999
}
.process_container .container .process_form .city_picker {
	height: 110px;
	margin-top: 40px
}
.process_container .container .process_form .city_picker>li {
	width: 31%;
	float: left;
	position: relative;
	margin-right: 3.5%
}
.process_container .container .process_form .city_picker>li:last-child {
	margin-right: 0
}
.process_container .container .process_form .city_picker>li>p {
	position: relative;
	font-size: 14px;
	color: #666;
	line-height: 30px
}
.process_container .container .process_form .city_picker>li>p:before {
	content: '*';
	color: #f45429
}
.process_container .container .process_form .city_picker>li .select .placeholder {
	height: 40px;
	line-height: 40px
}
.process_container .container .process_form .address {
	margin-top: 20px
}
.process_container .container .process_form .address li {
	margin-top: 10px
}
.process_container .container .process_form .address li label {
	display: block;
	position: relative;
	font-size: 14px;
	color: #666;
	line-height: 30px
}
.process_container .container .process_form .address li label:before {
	content: '*';
	color: #f45429
}
.process_container .container .process_form .address li input {
	border: 1px solid #e5e5e5;
	height: 40px;
	font-size: 14px;
	color: #666;
	width: 100%;
	text-indent: 14px
}
.process_container .container .process_form .address li textarea {
	height: 80px;
	border: 1px solid #e5e5e5;
	outline: 0;
	background-color: #fff;
	resize: none;
	font-size: 14px;
	color: #666;
	width: 100%;
	text-indent: 14px;
	padding-top: 12px
}
.process_container .container .process_form .common_table {
	width: 100%;
	margin-top: 30px
}
.process_container .container .process_form .common_table thead tr th {
	text-indent: 10px
}
.process_container .container .process_form .common_table tbody tr {
	height: 50px
}
.process_container .container .process_form .common_table tbody tr td {
	text-indent: 10px;
	border-right: 1px solid #e5e5e5
}
.process_container .container .process_form .common_table tbody tr td input[type=text] {
	width: 100%;
	height: 50px;
	background: 0 0;
	outline: 0;
	border: none
}
.process_container .container .process_form .common_table tbody tr td .placeholder, .process_container .container .process_form .common_table tbody tr td .select {
	height: 50px;
	line-height: 50px;
	border: none
}
.process_container .container .process_form .common_table tbody tr .delete {
	cursor: pointer;
	color: #666
}
.process_container .container .process_form .common_table tbody tr .delete i {
	color: #F45429;
	display: inline-block;
	margin-right: 4px
}
.process_container .container .process_query>.form_ {
	border-left: 5px solid #004098;
	height: 40px;
	line-height: 40px
}
.process_container .container .process_query>.form_>span {
	font-size: 18px;
	text-indent: 14px;
	display: inline-block;
	width: 15%
}
.process_container .container .process_query>.form_ .inner_search {
	height: 40px;
	float: right;
	width: 85%
}
.process_container .container .process_query>.form_ .inner_search form {
	height: 40px
}
.process_container .container .process_query>.form_ .inner_search input {
	height: 40px;
	font-size: 16px;
	border: 1px solid #e5e5e5
}
.process_container .container .process_query>.form_ .inner_search button {
	height: 40px;
	line-height: 40px;
	width: 120px;
	font-size: 16px
}
.process_container .container .process_query .search_result {
	min-height: 400px
}
.process_container .container .process_query_2 .form_>div {
	width: calc(100% - 122px);
	float: right
}
.process_container .container .process_query_2 .form_>div ul {
	float: right
}
.process_container .container .process_query_2 .form_>div ul li {
	height: 40px;
	float: left;
	margin-left: 30px
}
.process_container .container .process_query_2 .form_>div ul li label {
	font-size: 14px;
	color: #666;
	margin-right: 9px
}
.process_container .container .process_query_2 .form_>div ul li button {
	width: 120px;
	height: 40px;
	background-color: #004098;
	text-align: center;
	line-height: 40px;
	color: #fff;
	font-size: 16px;
	outline: 0;
	cursor: pointer;
	border: none
}
.process_container .container .process_query_2 .form_>div ul li input {
	height: 40px;
	border: 1px solid #e5e5e5;
	text-indent: 14px;
	color: #999;
	font-size: 14px
}
.process_container .container .process_query_2 .search_result {
	margin-top: 50px
}
.process_container .container .process_query_2 .search_result h3 {
	font-size: 16px;
	padding-bottom: 15px
}
.process_container .container .process_query_2 .search_result tbody tr {
	background-color: #fff!important;
	height: 50px
}
.process_container .container .process_query_2 .search_result tbody tr td {
	border-right: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5
}
.process_container .container .process_query_2 .search_result tbody tr td:first-child {
	border-left: 1px solid #e5e5e5
}
.process_container .container .warranty_period {
	min-height: 500px
}
.process_container .container .warranty_period .content_small>h3 {
	line-height: 40px;
	border-bottom: 1px dashed #e5e5e5;
	padding-bottom: 10px;
	font-size: 18px;
	text-indent: 12px
}
.process_container .container .warranty_period .content_small>h3>span {
	height: 40px;
	line-height: 40px;
	display: inline-block;
	border-left: 5px solid #004098;
	position: relative;
	left: -12px
}
.process_container .container .warranty_period .content_small>h3 p {
	float: right;
	font-size: 14px;
	color: #666
}
.process_container .container .warranty_period .content_small>h3 p span {
	color: #004098
}
.process_container .container .warranty_period .content_small>ul {
	margin-top: 50px
}
.process_container .container .warranty_period .content_small>ul h4 {
	color: #004098;
	padding-bottom: 6px
}
.process_container .container .warranty_period .content_small .common_table {
	width: 100%
}
.process_container .container .warranty_period .content_small .common_table tbody tr {
	background-color: #fff!important
}
.process_container .container .warranty_period .content_small .common_table tbody tr td {
	border-right: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5
}
.process_container .container .warranty_period .content_small .common_table tbody tr td:first-child {
	border-left: 1px solid #e5e5e5
}
.process_container .container .warranty_period .content_small .operating {
	padding: 20px 0
}
.process_container .container .warranty_period .content_small .operating ul {
	text-align: right
}
.process_container .container .warranty_period .content_small .operating ul li {
	display: inline-block;
	margin-left: 20px
}
.process_container .container .warranty_period .content_small .operating ul li a {
	font-size: 14px;
	color: #666
}
.process_container .container .warranty_period .content_small .operating ul li a i {
	color: #004098;
	display: inline-block;
	margin-right: 4px
}
.process_container .common_open {
	position: fixed;
	z-index: 110;
	background-color: #fff;
	width: 600px;
	height: 600px;
	left: 50%;
	top: 50%;
	margin-top: -300px;
	margin-left: -300px;
	display: none;
	display: block
}
.process_container .common_open h3 {
	font-size: 18px;
	background-color: #004098;
	height: 60px;
	line-height: 60px;
	text-indent: 30px;
	color: #fff
}
.process_container .common_open h3 span {
	float: right;
	display: inline-block;
	height: 45px;
	width: 45px;
	cursor: pointer;
	text-align: center;
	line-height: 45px;
	margin-right: 40px;
	position: relative;
	top: 7.5px
}
.process_container .common_open form>ul {
	margin: 20px 30px 0
}
.process_container .common_open form>ul .required span {
	position: relative
}
.process_container .common_open form>ul .required span::before {
	position: absolute;
	content: "*";
	color: #F45429;
	top: 3px;
	left: -10px
}
.process_container .common_open form>ul .textarea>span {
	position: absolute;
	left: 0;
	top: 0;
	height: 40px;
	line-height: 40px
}
.process_container .common_open form>ul .textarea textarea {
	margin-left: 60px
}
.process_container .common_open form>ul>li {
	margin-top: 10px;
	position: relative
}
.process_container .common_open form>ul>li input[type=text] {
	height: 40px;
	border: 1px solid #b4b4b4;
	outline: 0;
	width: 370px;
	text-indent: 12px;
	font-size: 14px
}
.process_container .common_open form>ul>li input[type=file] {
	height: 36px;
	cursor: pointer;
	position: relative;
	line-height: 36px
}
.process_container .common_open form>ul>li input[type=file]::before {
	position: absolute;
	content: '上传文件';
	left: 0;
	top: 0;
	line-height: 36px;
	background-color: #004098;
	text-align: center;
	width: 72px;
	color: #fff;
	font-size: 14px
}
.process_container .common_open form>ul>li textarea {
	border: 1px solid #b4b4b4;
	outline: 0;
	padding: 10px;
	height: 136px;
	width: 370px;
	resize: none
}
.process_container .common_open form>ul>li .select {
	display: inline-block;
	width: 370px
}
.process_container .common_open form>ul>li .select ul {
	width: 370px;
	left: 60px;
	-webkit-box-shadow: 0 6px 12px 0 rgba(0,0,0,.1);
	box-shadow: 0 6px 12px 0 rgba(0,0,0,.1)
}
.process_container .common_open form>ul>li .select .placeholder {
	height: 40px;
	border: 1px solid #b4b4b4;
	outline: 0;
	text-indent: 12px;
	position: relative;
	left: -4px;
	line-height: 40px
}
.process_container .common_open form>ul>li>span {
	display: inline-block;
	width: 60px;
	font-size: 14px;
	color: #666;
	text-align: justify;
	text-align-last: justify
}
.process_container .common_open form>ul .upload {
	position: relative;
	line-height: 37px;
	margin-top: 20px
}
.process_container .common_open form>ul .upload span {
	position: relative;
	top: 2px
}
.process_container .common_open form>div {
	border-top: 1px solid #e5e5e5;
	padding-top: 20px;
	text-align: center;
	margin-top: 30px
}
.process_container .common_open form>div button {
	width: 130px;
	height: 40px;
	outline: 0;
	border: none;
	text-align: center;
	line-height: 40px;
	color: #fff;
	background-color: #004098;
	font-size: 14px;
	cursor: pointer
}
.process_container .common_open>div {
	margin: 20px 30px 0
}
.process_container .mask {
	display: block
}
.license .license_form {
	height: 80px;
	position: relative;
	margin-top: 40px
}
.license .license_form label {
	display: inline-block;
	width: 250px;
	height: 50px;
	background-color: #004098;
	color: #fff;
	text-align: center;
	font-size: 18px;
	line-height: 50px
}
.license .license_form input {
	width: calc(100% - 250px);
	position: absolute;
	right: 0;
	top: 0;
	height: 50px;
	border: 1px solid #e5e5e5;
	text-indent: 14px;
	font-size: 18px;
	color: #999
}
.license .license_form>p {
	position: absolute;
	left: 265px;
	font-size: 14px;
	color: #F35329;
	bottom: 0
}
.other_problems>.container {
	height: 134px;
	background-color: #F3F7F9;
	margin-top: 40px;
	background-image: url(/Resources/zh/imgs/service_and_support/24.png);
	background-position-x: 0;
	background-position-y: 20%;
	background-repeat: no-repeat;
	background-size: contain
}
.other_problems>.container ul {
	position: relative;
	width: 100%;
	height: 60px;
	top: 37px
}
.other_problems>.container ul li {
	float: left;
	width: 50%
}
.other_problems>.container ul li:last-child {
	border-left: 1px solid #e5e5e5;
	padding-left: 40px;
	position: relative
}
.other_problems>.container ul li:last-child p {
	font-size: 14px;
	color: #666;
	font-weight: 600
}
.other_problems>.container ul li:last-child p span {
	font-size: 24px;
	color: #004098;
	margin-right: 4px
}
.other_problems>.container ul li:first-child {
	font-size: 30px;
	color: #004098;
	font-weight: 600;
	text-indent: 50px;
	font-family: din
}
.other_problems>.container ul li:first-child a {
	color: #004098
}
.verify_container .container .inner_search {
	margin-top: 45px
}
.verify_container .container .inner_search input {
	height: 50px;
	border: 1px solid #e5e5e5
}
.verify_container .container .inner_search button {
	height: 50px;
	line-height: 50px
}
.verify_container .container .result {
	margin-top: 40px
}
.verify_container .container .result>div {
	display: none
}
.verify_container .container .result .result_show {
	display: block
}
.verify_container .container .result i {
	font-size: 78px
}
.verify_container .container .result p {
	font-size: 14px;
	padding-top: 14px;
	color: #666;
	line-height: 30px
}
.verify_container .container .result .error i {
	color: #F35329
}
.verify_container .container .result .success i {
	color: #00b362
}
.body {
	min-height: 400px
}
.products_center{
	padding-top: 20px;
}
