﻿a,
body,
button,
div,
html,
input,
li,
select,
textarea,
ul {
	tap-highlight-color: transparent !important
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=text] {
	-webkit-appearance: none
}

button,
input,
select,
textarea {
	border: none;
	border-radius: 0;
	outline: 0
}

.fn {
	float: none !important
}

.w100 {
	width: 100% !important
}

.fbfbfb {
	background: #fbfbfb !important
}

@keyframes wave {
	0% {
		width: 0%
	}

	100% {
		width: 218px
	}
}

@keyframes scaleUpDown {
	from {
		-webkit-transform: scale(1.08);
		transform: scale(1.08);
		opacity: 0
	}

	to {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

@keyframes mk_bottom_to_top_scale {
	0% {
		-webkit-transform: translate(0, 50px) scale(.8);
		transform: translate(0, 50px) scale(.8);
		opacity: 0
	}

	100% {
		-webkit-transform: translate(0, 0) scale(1);
		transform: translate(0, 0) scale(1);
		opacity: 1
	}
}

@keyframes moveSlideshow {
	100% {
		-webkit-transform: translateX(-180%)
	}
}

@keyframes WavePart2 {
	0% {
		transform: translate(0, 0);
		opacity: 1
	}

	50% {
		transform: translate(-5%, -5%);
		opacity: .8
	}

	100% {
		transform: translate(0, 0);
		opacity: 1
	}
}

@keyframes balloon2 {

	0%,
	100% {
		transform: translate(0, 0) rotate(6deg)
	}

	50% {
		transform: translate(30px, -2px) rotate(-8deg)
	}
}

@keyframes scroll_on2 {
	0% {
		opacity: 0
	}

	100% {
		opacity: 1
	}
}

@keyframes scroll_on22 {
	0% {
		left: 0
	}

	100% {
		left: 100%
	}
}

@keyframes split_text {
	0% {
		opacity: 0;
		-webkit-transform: scale(.2) translateY(20px);
		transform: scale(.2) translateY(20px)
	}

	100% {
		opacity: 1;
		-webkit-transform: scale(1) translateY(0);
		transform: scale(1) translateY(0)
	}
}

@keyframes mk_spt {
	0% {
		-webkit-transform: translate3d(50%, 0, 0);
		transform: translate3d(50%, 0, 0);
		opacity: 0
	}

	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1
	}
}

* {
	outline: 0
}

.swiper-slide {
	min-height: 0 !important
}

body {
	width: 100%;
	overflow: hidden;
	height: auto
}

.ellipsis,
.main.case .wrap .container .case_box .case_list ul li a .cont .tit,
.main.news .container .news_box .news_detail .detail_bot .detail_l p {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

::-webkit-input-placeholder {
	color: #666 !important
}

:-moz-placeholder {
	color: #666 !important
}

::-moz-placeholder {
	color: #666 !important
}

:-ms-input-placeholder {
	color: #666 !important
}

::-webkit-scrollbar {
	height: 4px;
	width: 0px;
}

::-webkit-scrollbar-button {
	height: 0;
	width: 0
}

::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment {
	display: block
}

::-webkit-scrollbar-button:vertical:start:increment,
::-webkit-scrollbar-button:vertical:end:decrement {
	display: none
}

::-webkit-scrollbar-track:vertical,
::-webkit-scrollbar-track:horizontal,
::-webkit-scrollbar-thumb:vertical,
::-webkit-scrollbar-thumb:horizontal,
::-webkit-scrollbar-track:vertical,
::-webkit-scrollbar-track:horizontal,
::-webkit-scrollbar-thumb:vertical,
::-webkit-scrollbar-thumb:horizontal {
	border-style: solid;
	border-color: transparent
}

::-webkit-scrollbar-track:vertical::-webkit-scrollbar-track:horizontal {
	background-clip: padding-box;
	background-color: #ccc;
}

::-webkit-scrollbar-thumb {
	-webkit-box-shadow: inset 1px 1px 0 #ccc, inset 0 -1px 0 #ccc;
	background-clip: padding-box;
	background-color: #ccc;
	min-height: 28px;
}

::-webkit-scrollbar-thumb:hover {
	-webkit-box-shadow: inset 1px 1px 1px #ccc;
	background-color: #ccc;
}

::-webkit-scrollbar-thumb:active {
	-webkit-box-shadow: inset 1px 1px 3px #ccc;
	background-color: #ccc;
}

::-webkit-scrollbar-track:vertical,
::-webkit-scrollbar-track:horizontal,
::-webkit-scrollbar-thumb:vertical,
::-webkit-scrollbar-thumb:horizontal {
	border-width: 0;
}

::-webkit-scrollbar-track:hover {
	-webkit-box-shadow: inset 1px 0 0 #ccc;
	background-color: #ccc
}

::-webkit-scrollbar-track:active {
	-webkit-box-shadow: inset 1px 0 0 #ccc, inset -1px -1px 0 #ccc;
	background-color: #ccc
}

.title .cn {
	font-size: 50px;
	line-height: 50px;
	color: #454545;
}

@media (min-width:1024px) {

	.main.about .wrap .container .framework_box .framework_img .img,
	.main.welcome .container .index_products .index_products_cen .list_box,
	.main.welcome .container .index_products .index_products_cen .product_tit,
	.scaleDown {
		visibility: hidden
	}

	.main.about .wrap .container .framework_box .framework_img .animate.img,
	.main.welcome .container .index_products .index_products_cen .animate.list_box,
	.main.welcome .container .index_products .index_products_cen .animate.product_tit,
	.scaleDown.animate {
		visibility: visible;
		animation: mk_bottom_to_top_scale 1s 1 cubic-bezier(.77, 0, .175, 1) both
	}
}

@media (min-width:1024px) {
	.img_ani {
		visibility: hidden
	}

	.img_ani.animate {
		animation: pa_imgwrap_img 1.2s 1 ease;
		visibility: visible
	}
}

@media (min-width:1024px) {

	.main.about .wrap .container .about_box .animate.about_bot,
	.main.about .wrap .container .about_box .animate.about_top,
	.main.about .wrap .container .about_box .animate.text_box,
	.main.about .wrap .container .animate.classification_box,
	.main.about .wrap .container .animate.honor_box,
	.main.about .wrap .container .culture_box .animate.company_box,
	.main.about .wrap .container .culture_box .animate.img_box,
	.main.about .wrap .container .culture_box .animate.title,
	.main.about .wrap .container .culture_box .num_list ul li.animate,
	.main.about .wrap .container .framework_box .animate.title,
	.main.about .wrap .container .honor .animate.title,
	.main.case .wrap .container .case_box .animate.classification_box,
	.main.case .wrap .container .case_box .animate.title,
	.main.case .wrap .container .case_box .case_list ul li.animate,
	.main.case .wrap .container .case_box .list_box ul li.animate,
	.main.contact .wrap .container .contact_l .animate#map,
	.main.contact .wrap .container .contact_l .animate.contact_top,
	.main.join .wrap .container .join_box .animate.classification_box,
	.main.join .wrap .container .join_box .animate.jm,
	.main.join .wrap .container .join_box .animate.join_list,
	.main.news .container .news_box .animate.news_detail,
	.main.news .container .news_box .animate.title,
	.main.news .container .news_box .news_list ul li.animate,
	.main.product .wrap .container .product_box .box .animate.box_bot,
	.main.product .wrap .container .product_box .box .animate.box_top,
	.main.product .wrap .container .product_box .box .animate.classification_box,
	.main.welcome .container .index_about .animate.about_l,
	.main.welcome .container .index_join .animate.index_join_cen,
	.main.welcome .container .index_news .animate.news_top,
	.main.welcome .container .index_products .item_box ul li.animate,
	.top.animate {
		transform: translateY(0);
		opacity: 1;
		transition: transform .6s ease-out, opacity .5s cubic-bezier(.445, .145, .355, 1), box-shadow .5s ease-out
	}
}

@media (min-width:1024px) {
	.scaleY {
		transform: scale(.5) rotateY(45deg);
		opacity: 0;
		transform-origin: center center
	}

	.scaleY.animate {
		transform: scale(1) rotate(0);
		opacity: 1;
		transition: transform .6s ease-out, opacity .5s cubic-bezier(.445, .145, .355, 1), box-shadow .5s ease-out
	}
}

@media (min-width:1024px) {
	.bottom {
		transform: translateY(-40px);
		opacity: 0
	}

	.bottom.animate {
		transform: translateY(0);
		opacity: 1;
		transition: transform .6s ease-out, opacity .5s cubic-bezier(.445, .145, .355, 1)
	}
}

@media (min-width:1024px) {

	.left,
	.main.about .wrap .container .culture_box .culture_top ul li,
	.main.contact .wrap .container .map_box,
	.main.welcome .container .index_about .pic,
	.main.welcome .container .index_news .news_box .news_list {
		transform: translateX(40px);
		opacity: 0
	}

	.left.animate,
	.main.about .wrap .container .culture_box .culture_top ul li.animate,
	.main.contact .wrap .container .animate.map_box,
	.main.welcome .container .index_about .animate.pic,
	.main.welcome .container .index_news .news_box .animate.news_list {
		transform: translateX(0);
		opacity: 1;
		transition: transform .6s ease-out, opacity .5s cubic-bezier(.445, .145, .355, 1)
	}
}

.w1520 {
	margin: 0 auto;
	padding: 0 3%;
}

@media (max-width:1440px) {
	.w1520 {
		width: 89%
	}
}

@media (max-width:768px) {
	.w1520 {
		width: 100%
	}
}

@media (min-width:1024px) {

	.main.welcome .container .index_news .news_box .news_l,
	.right {
		transform: translateX(-40px);
		opacity: 0
	}

	.main.welcome .container .index_news .news_box .animate.news_l,
	.right.animate {
		transform: translateX(0);
		opacity: 1;
		transition: transform .6s ease-out, opacity .5s cubic-bezier(.445, .145, .355, 1)
	}
}

.abanner {
	overflow: hidden;
	position: relative
}

@media (max-width:1024px) {
	.abanner .img {
		transform: translate(0, 0) !important
	}
}

.abanner .txt_box {
	padding-bottom: 7.5%;
	box-sizing: border-box
}

@media (max-width:768px) {
	.abanner .txt_box {
		padding: 0 3% 15% 3%
	}
}

.abanner .txt_box.txt_box2 {
	padding: 11% 0
}

@media (max-width:768px) {
	.abanner .txt_box.txt_box2 {
		padding: 12% 3%
	}
}

.abanner .txt_box.txt_box2 .tit {
	padding-top: 0
}

.abanner .txt_box .tit {
	padding-top: 14%
}

@media (max-width:768px) {
	.abanner .txt_box .tit {
		padding-top: 15%
	}
}

.abanner .txt_box .tit.join .column {
	color: #303030;
	font-weight: 700
}

.abanner .txt_box .tit.join .ds {
	color: #303030
}

.abanner .txt_box .tit.join .line {
	background: #8e8e8e
}

.abanner .txt_box .tit.join .en {
	color: #000
}

.abanner .txt_box .tit .column {
	font-size: 48px;
	line-height: 64px;
	color: #fff
}

@media (max-width:1200px) {
	.abanner .txt_box .tit .column {
		font-size: 40px;
		line-height: 56px
	}
}

@media (max-width:768px) {
	.abanner .txt_box .tit .column {
		font-size: 28px;
		line-height: 36px
	}
}

.abanner .txt_box .tit .ds {
	margin-top: 4px;
	font-size: 30px;
	line-height: 42px;
	color: #fff
}

@media (max-width:1200px) {
	.abanner .txt_box .tit .ds {
		font-size: 26px;
		line-height: 36px
	}
}

@media (max-width:768px) {
	.abanner .txt_box .tit .ds {
		font-size: 18px;
		line-height: 30px
	}
}

.abanner .txt_box .tit .line {
	width: 60px;
	height: 3px;
	background: #fff;
	margin-top: 17px
}

@media (max-width:1200px) {
	.abanner .txt_box .tit .line {
		width: 52px;
		margin-top: 10px
	}
}

@media (max-width:768px) {
	.abanner .txt_box .tit .line {
		width: 40px
	}
}

.abanner .txt_box .tit .en {
	font-size: 48px;
	line-height: 50px;
	color: #fff;
	margin-top: 10px;
	opacity: .2;
	font-family: CENTURYGOTHIC-BOLD;
	font-weight: 700;
	text-transform: uppercase
}

@media (max-width:1200px) {
	.abanner .txt_box .tit .en {
		font-size: 40px;
		line-height: 42px
	}
}

@media (max-width:768px) {
	.abanner .txt_box .tit .en {
		font-size: 24px;
		line-height: 28px
	}
}

.abanner .txt_box .num_bot {
	margin-top: 6%;
	margin-left: -8px
}

@media (max-width:768px) {
	.abanner .txt_box .num_bot {
		margin-top: 30px
	}
}

.abanner .txt_box .num_bot ul li {
	float: left;
	border-right: 1px solid rgba(255, 255, 255, .2);
	width: 300px;
	text-align: center;
	box-sizing: border-box
}

@media (max-width:1024px) {
	.abanner .txt_box .num_bot ul li {
		width: 250px
	}
}

@media (max-width:900px) {
	.abanner .txt_box .num_bot ul li {
		width: 180px
	}
}

@media (max-width:600px) {
	.abanner .txt_box .num_bot ul li {
		width: 33.33%;
		border: none
	}
}

.abanner .txt_box .num_bot ul li:first-child {
	width: 423px;
	text-align: left
}

@media (max-width:1024px) {
	.abanner .txt_box .num_bot ul li:first-child {
		width: 410px
	}
}

@media (max-width:900px) {
	.abanner .txt_box .num_bot ul li:first-child {
		width: 280px
	}
}

@media (max-width:600px) {
	.abanner .txt_box .num_bot ul li:first-child {
		width: 33.33%
	}
}

.abanner .txt_box .num_bot ul li:last-child {
	padding-left: 32px;
	border: none
}

@media (max-width:1024px) {
	.abanner .txt_box .num_bot ul li:last-child {
		padding-left: 20px
	}
}

@media (max-width:600px) {
	.abanner .txt_box .num_bot ul li:last-child {
		padding-left: 0
	}
}

.abanner .txt_box .num_bot ul li .text_box {
	display: inline-block;
	text-align: center;
	width: 326px
}

@media (max-width:1200px) {
	.abanner .txt_box .num_bot ul li .text_box {
		width: 304px
	}
}

@media (max-width:900px) {
	.abanner .txt_box .num_bot ul li .text_box {
		width: 226px
	}
}

@media (max-width:600px) {
	.abanner .txt_box .num_bot ul li .text_box {
		width: 144px
	}
}

.abanner .txt_box .num_bot ul li .text_box .cn_t {
	font-size: 20px;
	line-height: 22px;
	color: #fff
}

@media (max-width:1200px) {
	.abanner .txt_box .num_bot ul li .text_box .cn_t {
		font-size: 18px;
		line-height: 20px
	}
}

@media (max-width:768px) {
	.abanner .txt_box .num_bot ul li .text_box .cn_t {
		font-size: 16px;
		line-height: 18px
	}
}

.abanner .txt_box .num_bot ul li .text_box .num {
	margin-top: 12px
}

.abanner .txt_box .num_bot ul li .text_box .num span {
	display: inline-block;
	vertical-align: middle
}

.abanner .txt_box .num_bot ul li .text_box .num span.roll {
	font-size: 100px;
	line-height: 110px;
	color: #fff;
	font-family: CENTURYGOTHIC-BOLD
}

@media (max-width:1200px) {
	.abanner .txt_box .num_bot ul li .text_box .num span.roll {
		font-size: 90px;
		line-height: 90px
	}
}

@media (max-width:900px) {
	.abanner .txt_box .num_bot ul li .text_box .num span.roll {
		font-size: 70px;
		line-height: 70px
	}
}

@media (max-width:600px) {
	.abanner .txt_box .num_bot ul li .text_box .num span.roll {
		font-size: 50px;
		line-height: 50px
	}
}

@media (max-width:450px) {
	.abanner .txt_box .num_bot ul li .text_box .num span.roll {
		font-size: 40px;
		line-height: 40px
	}
}

.abanner .txt_box .num_bot ul li .text_box .num span.ico {
	font-family: GOTHIC;
	font-size: 60px;
	line-height: 60px;
	color: #fff;
	font-weight: 700
}

@media (max-width:900px) {
	.abanner .txt_box .num_bot ul li .text_box .num span.ico {
		font-size: 40px;
		line-height: 40px
	}
}

@media (max-width:600px) {
	.abanner .txt_box .num_bot ul li .text_box .num span.ico {
		font-size: 30px;
		line-height: 30px
	}
}

@media (max-width:450px) {
	.abanner .txt_box .num_bot ul li .text_box .num span.ico {
		font-size: 20px;
		line-height: 20px
	}
}

.abanner .txt_box .num_bot ul li .text_box .en_t {
	font-size: 18px;
	line-height: 20px;
	color: #fff;
	font-family: Arial
}

@media (max-width:1200px) {
	.abanner .txt_box .num_bot ul li .text_box .en_t {
		font-size: 16px;
		line-height: 18px
	}
}

@media (max-width:768px) {
	.abanner .txt_box .num_bot ul li .text_box .en_t {
		font-size: 14px;
		line-height: 22px
	}
}

.header {
	width: 100%;
	height: 112px;
	background: #fff;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 1000;
	box-sizing: border-box
}

@media (max-width:1024px) {
	.header {
		height: 60px
	}
}

.header .header_cen .logo {
	display: block;
	line-height: 108px;
	float: left
}

@media (max-width:1024px) {
	.header .header_cen .logo {
		line-height: 56px
	}

	.header .header_cen .logo img {
		height: 30px
	}
}

@media (max-width:768px) {
	.header .header_cen .logo {
		margin-left: 3%
	}
}

.header .header_cen .push-line {
	overflow: hidden;
	width: 32px;
	height: 60px;
	cursor: pointer;
	float: right;
	position: relative;
	display: none;
	margin-right: 3%;
	transition: all .3s cubic-bezier(.445, .145, .355, 1)
}

@media (max-width:1024px) {
	.header .header_cen .push-line {
		display: block
	}
}

.header .header_cen .push-line span {
	height: 2px;
	background: #004098;
	display: block;
	position: absolute;
	width: 100%;
	display: block;
	z-index: 5;
	top: 18px;
	left: 50%;
	margin: 0 0 0 -16px;
	transform-origin: center;
	transition: all .8s cubic-bezier(.19, 1, .22, 1) 0s
}

.header .header_cen .push-line span.line-2 {
	top: 28px
}

.header .header_cen .push-line span.line-3 {
	top: 38px
}

.header .header_cen .push-line.currentDd .line-1 {
	transform: rotate(225deg);
	top: 30px
}

.header .header_cen .push-line.currentDd .line-2 {
	opacity: 0;
	left: -100%
}

.header .header_cen .push-line.currentDd .line-3 {
	top: 30px;
	transform: rotate(-225deg)
}

.header .header_cen .nav {
	float: right;
	display: block;
	height: 100%
}

@media (max-width:1024px) {
	.header .header_cen .nav {
		display: none
	}
}

.header .header_cen .nav ul {
	height: 100%
}

.header .header_cen .nav ul li {
	height: 100%;
	float: left;
	border-left: 1px solid #ecf1f8;
	border-right: 1px solid #ecf1f8;
	margin-left: -1px;
	transition: border-color .5s, background .5s;
	position: relative
}

@media (max-width:1300px) {
	.header .header_cen .nav ul li {
		border: none
	}
}

.header .header_cen .nav ul li.active>a {
	color: #054686
}

@media (min-width:1024px) {
	.header .header_cen .nav ul li:hover>a {
		background: #054686;
		color: #fff
	}
}

.header .header_cen .nav ul li>a {
	padding: 0 54px;
	font-size: 18px;
	line-height: 108px;
	color: #454545;
	min-width: 52px;
	padding-bottom: 4px;
	height: 100%;
	display: block;
	text-align: center;
	transition: color .5s, background .5s;
	position: relative
}

.header .header_cen .nav ul li>a::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: -1px;
	right: -2px;
	height: 4px
}

.header .header_cen .nav ul li>a .ico {
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background: #fff;
	border: 2px solid #004098;
	box-sizing: border-box;
	position: absolute;
	left: 50%;
	margin-left: -7px;
	bottom: -6px;
	z-index: 10;
	display: block
}

.header .header_cen .nav ul li>a .ico::after {
	content: '';
	position: absolute;
	display: block;
	background: #004098;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	left: 50%;
	margin-left: -2px;
	top: 50%;
	margin-top: -2px;
	transition: .3s ease
}

@media (max-width:1800px) {
	.header .header_cen .nav ul li>a {
		padding: 0 45px;
		padding-bottom: 4px
	}
}

@media (max-width:1650px) {
	.header .header_cen .nav ul li>a {
		padding: 0 35px;
		padding-bottom: 4px
	}
}

@media (max-width:1500px) {
	.header .header_cen .nav ul li>a {
		padding: 0 30px;
		padding-bottom: 4px
	}
}

@media (max-width:1300px) {
	.header .header_cen .nav ul li>a {
		padding: 0 20px;
		padding-bottom: 4px
	}
}

@media (max-width:1100px) {
	.header .header_cen .nav ul li>a {
		padding: 0 13px;
		padding-bottom: 4px
	}
}

.header .header_cen .nav ul li .slider {
	position: absolute;
	left: 0;
	top: 112px;
	width: 100%;
	background: #f8f8f8;
	display: none
}

.header .header_cen .nav ul li .slider a {
	border: none;
	display: block;
	border-bottom: 1px solid #dadada;
	font-size: 16px;
	line-height: 30px;
	padding: 10px 0;
	text-align: center;
	color: #666;
	transition: color .5s, background .5s
}

@media (min-width:1024px) {
	.header .header_cen .nav ul li .slider a:hover {
		background: #004098;
		color: #fff
	}
}

@media (max-width:1200px) {
	.header .header_cen .nav ul li .slider a {
		font-size: 14px;
		line-height: 24px
	}
}

.header .header_cen .nav ul li .slider a::last-child {
	border: none
}

.header .header_cen .search {
	float: right;
	width: 48px;
	height: 48px;
	display: block;
	border-radius: 50%;
	background: #094;
	position: relative;
	display: block;
	margin-top: 32px;
	margin-left: 50px
}

@media (max-width:1200px) {
	.header .header_cen .search {
		margin-left: 25px
	}
}

@media (max-width:1024px) {
	.header .header_cen .search {
		width: 30px;
		height: 30px;
		margin-top: 13px;
		margin-left: 0;
		margin-right: 15px
	}
}

.header .header_cen .search img {
	position: absolute;
	left: 0;
	top: 0;
	margin: auto;
	bottom: 0;
	right: 0;
	max-width: 50%;
	max-height: 50%
}

.main.welcome .banner {
	width: 100%;
	height: 780px;
	position: relative;
	background: #f5f5f5
}

@media (max-width:1510px) {
	.main.welcome .banner {
		height: 700px
	}
}

@media (max-width:1200px) {
	.main.welcome .banner {
		height: 600px
	}
}

@media (max-width:1024px) {
	.main.welcome .banner {
		display: none
	}
}

.main.welcome .banner ul {
	height: 100%
}

.main.welcome .banner ul li {
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
	left: 100%;
	background-size: cover !important
}

.main.welcome .banner ul li video {
	position: absolute;
	width: 100%;
	left: 50%
}

.main.welcome .banner ul li.video {
	background-repeat: repeat !important
}

.main.welcome .banner .btns {
	position: absolute;
	bottom: 76px;
	left: 10.1%;
	z-index: 10
}

.main.welcome .banner .btns span {
	display: inline-block;
	width: 50px;
	height: 2px;
	margin-right: 10px;
	background-color: #363636;
	position: relative;
	cursor: pointer
}

.main.welcome .banner .btns span i {
	display: block;
	height: 100%;
	position: absolute;
	width: 0;
	background-color: #fff
}

.main.welcome .i-m-ban {
	display: none
}

@media (max-width:1024px) {
	.main.welcome .i-m-ban {
		display: block
	}
}

.main.welcome .i-m-ban .swiper-container .swiper-wrapper .swiper-slide {
	overflow: hidden
}

.main.welcome .i-m-ban .swiper-container .swiper-wrapper .swiper-slide img {
	width: 100%;
	height: auto
}

@media (max-width:750px) {
	.main.welcome .i-m-ban .swiper-container .swiper-wrapper .swiper-slide img {
		width: 130%;
		margin-left: -15%
	}
}

@media (max-width:500px) {
	.main.welcome .i-m-ban .swiper-container .swiper-wrapper .swiper-slide img {
		width: 150%;
		margin-left: -25%
	}
}

.main.welcome .i-m-ban .swiper-container .swiper-pagination {
	padding-left: 5.5%;
	box-sizing: border-box;
	text-align: left;
	line-height: 0;
	bottom: 20px
}

@media (max-width:768px) {
	.main.welcome .i-m-ban .swiper-container .swiper-pagination {
		padding-left: 3%
	}
}

.main.welcome .i-m-ban .swiper-container .swiper-pagination span {
	width: 30px;
	height: 2px;
	background-color: #363636;
	position: relative
}

.main.welcome .i-m-ban .swiper-container .swiper-pagination span.swiper-pagination-bullet-active::after {
	width: 100%;
	transition: 4s
}

.main.welcome .i-m-ban .swiper-container .swiper-pagination span::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	height: 100%;
	width: 0%;
	background: #fff
}

.main.welcome .container {
	background: #f5f5f5
}

.main.welcome .container .index_about {
	background: #fff;
	padding-bottom: 20px;
	margin-bottom: 110px
}

@media (max-width:1200px) {
	.main.welcome .container .index_about {
		padding-bottom: 100px;
		margin-bottom: 0
	}
}

@media (max-width:1024px) {
	.main.welcome .container .index_about {
		padding-bottom: 70px;
		margin-bottom: 0
	}
}

@media (max-width:600px) {
	.main.welcome .container .index_about {
		padding-bottom: 50px;
		margin-bottom: 0
	}
}

.main.welcome .container .index_about .about_l {
	float: left;
	width: 55.53%;
	padding: 7% 5.9% 0 5.9%;
	box-sizing: border-box
}

@media (max-width:1100px) {
	.main.welcome .container .index_about .about_l {
		padding: 7% 4.9% 0 4.9%
	}
}

@media (max-width:1024px) {
	.main.welcome .container .index_about .about_l {
		padding-top: 5%
	}
}

@media (max-width:850px) {
	.main.welcome .container .index_about .about_l {
		width: 100%;
		float: none;
		padding: 30px 3% 0 3%
	}
}

.main.welcome .container .index_about .about_l .title .en {
	font-family: CENTURYGOTHIC-BOLD;
	font-size: 72px;
	line-height: 66px;
	color: #333;
	text-transform: uppercase
}

.main.welcome .container .index_about .about_l .title .en span {
	color: #094
}

@media (max-width:1300px) {
	.main.welcome .container .index_about .about_l .title .en {
		font-size: 66px;
		line-height: 60px
	}
}

@media (max-width:1200px) {
	.main.welcome .container .index_about .about_l .title .en {
		font-size: 58px;
		line-height: 56px
	}
}

@media (max-width:980px) {
	.main.welcome .container .index_about .about_l .title .en {
		font-size: 50px;
		line-height: 46px
	}
}

@media (max-width:768px) {
	.main.welcome .container .index_about .about_l .title .en {
		font-size: 40px;
		line-height: 36px
	}
}

@media (max-width:600px) {
	.main.welcome .container .index_about .about_l .title .en {
		font-size: 30px;
		line-height: 26px
	}
}

.main.welcome .container .index_about .about_l .title .cn {
	font-size: 30px;
	line-height: 44px;
	color: #454545
}

@media (max-width:1024px) {
	.main.welcome .container .index_about .about_l .title .cn {
		font-size: 24px;
		line-height: 36px
	}
}

@media (max-width:768px) {
	.main.welcome .container .index_about .about_l .title .cn {
		font-size: 20px;
		line-height: 30px
	}
}

.main.welcome .container .index_about .about_l .cont {
	position: relative;
	padding-left: 125px;
	margin-top: 84px
}

@media (max-width:1500px) {
	.main.welcome .container .index_about .about_l .cont {
		margin-top: 50px
	}
}

@media (max-width:1024px) {
	.main.welcome .container .index_about .about_l .cont {
		padding-left: 0;
		margin-top: 30px
	}
}

@media (max-width:850px) {
	.main.welcome .container .index_about .about_l .cont {
		margin-top: 15px
	}
}

.main.welcome .container .index_about .about_l .cont .line {
	width: 94px;
	height: 2px;
	position: absolute;
	left: 0;
	top: 7px;
	background: #094
}

@media (max-width:1024px) {
	.main.welcome .container .index_about .about_l .cont .line {
		display: none
	}
}

.main.welcome .container .index_about .about_l .cont .text_box {
	font-size: 16px;
	line-height: 28px;
	color: #666
}

@media (max-width:1024px) {
	.main.welcome .container .index_about .about_l .cont .text_box {
		font-size: 14px;
		line-height: 24px
	}
}

.main.welcome .container .index_about .about_l .more {
	display: block;
	border-radius: 27px;
	background-color: #fff;
	box-shadow: 0 0 16px rgba(0, 0, 0, .07);
	text-align: center;
	overflow: hidden;
	width: 180px;
	margin-top: 60px;
	position: relative;
	font-size: 14px;
	line-height: 54px;
	color: #333
}

@media (max-width:1200px) {
	.main.welcome .container .index_about .about_l .more {
		margin-top: 40px
	}
}

@media (max-width:1024px) {
	.main.welcome .container .index_about .about_l .more {
		margin-top: 20px;
		width: 140px;
		height: 40px;
		font-size: 14px;
		line-height: 40px
	}
}

@media (max-width:600px) {
	.main.welcome .container .index_about .about_l .more {
		width: 110px;
		height: 34px;
		font-size: 14px;
		line-height: 34px
	}
}

@media (min-width:1024px) {
	.main.welcome .container .index_about .about_l .more:hover::after {
		transform: scaleX(1);
		transform-origin: left center
	}

	.main.welcome .container .index_about .about_l .more:hover span {
		color: #fff;
		background: url("../images/bg2.png") no-repeat left center
	}
}

.main.welcome .container .index_about .about_l .more::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #054686;
	transition: transform .6s cubic-bezier(.2, 1, .3, 1);
	transform-origin: right center;
	transform: scaleX(0)
}

.main.welcome .container .index_about .about_l .more span {
	position: relative;
	z-index: 10;
	display: inline-block;
	vertical-align: middle;
	padding-left: 23px;
	background: url("../images/bg.png") no-repeat left center;
	transition: color .5s, background .5s;
	transition-timing-function: cubic-bezier(.2, 1, .3, 1)
}

.main.welcome .container .index_about .pic {
	float: right;
	width: 44.47%;
	overflow: hidden;
	position: relative
}

@media (max-width:850px) {
	.main.welcome .container .index_about .pic {
		float: none;
		width: 50%;
		margin-top: 30px;
		margin-left: 3%;
		margin-right: 3%
	}
}

@media (max-width:500px) {
	.main.welcome .container .index_about .pic {
		width: 94%
	}
}

@media (min-width:1024px) {
	.main.welcome .container .index_about .pic:hover>img {
		transform: scale(1.05)
	}
}

.main.welcome .container .index_about .pic img {
	transition: all .5s ease;
	width: 100%;
	height: auto
}

.main.welcome .container .index_about .pic .play_box {
	position: absolute;
	width: 100%;
	left: 0;
	top: 50%;
	text-align: center;
	cursor: pointer;
	transform: translateY(-50%)
}

.main.welcome .container .index_about .pic .play_box .play img {
	width: auto
}

.main.welcome .container .index_about .pic .play_box .txt {
	font-size: 26px;
	line-height: 36px;
	color: #fff;
	text-shadow: 0 0 10px rgba(0, 0, 0, .5);
	margin-top: 5px
}

@media (max-width:768px) {
	.main.welcome .container .index_about .pic .play_box .txt {
		font-size: 20px;
		line-height: 30px
	}
}

.main.welcome .container .index_products {
	background: #ecf2f8
}

.main.welcome .container .index_products .index_products_cen {
	position: relative;
	padding: 95px 3.9% 0 3.9%
}

@media (max-width:1024px) {
	.main.welcome .container .index_products .index_products_cen {
		padding: 75px 3.9% 0 3.9%
	}
}

@media (max-width:850px) {
	.main.welcome .container .index_products .index_products_cen {
		padding: 75px 3% 0 3%
	}
}

@media (max-width:600px) {
	.main.welcome .container .index_products .index_products_cen {
		padding: 55px 3% 0 3%
	}
}

.main.welcome .container .index_products .index_products_cen .product_tit {
	width: 320px;
	height: 110px;
	background: rgba(24, 120, 43, .98);
	position: absolute;
	left: 3.9%;
	top: -72px;
	padding: 0 35px;
	box-sizing: border-box
}

@media (max-width:1200px) {
	.main.welcome .container .index_products .index_products_cen .product_tit {
		width: 280px;
		height: 90px;
		padding: 0 20px;
		top: -60px
	}
}

@media (max-width:1024px) {
	.main.welcome .container .index_products .index_products_cen .product_tit {
		top: -40px
	}
}

@media (max-width:850px) {
	.main.welcome .container .index_products .index_products_cen .product_tit {
		left: 3%
	}
}

@media (max-width:600px) {
	.main.welcome .container .index_products .index_products_cen .product_tit {
		padding: 0 10px;
		width: 200px;
		height: 70px;
		top: -30px
	}
}

.main.welcome .container .index_products .index_products_cen .product_tit .ctit {
	font-size: 30px;
	line-height: 42px;
	color: #fff;
	padding-top: 20px
}

@media (max-width:1200px) {
	.main.welcome .container .index_products .index_products_cen .product_tit .ctit {
		font-size: 26px;
		line-height: 36px;
		padding-top: 15px
	}
}

@media (max-width:600px) {
	.main.welcome .container .index_products .index_products_cen .product_tit .ctit {
		font-size: 20px;
		line-height: 30px;
		padding-top: 10px
	}
}

.main.welcome .container .index_products .index_products_cen .product_tit .e_tit {
	font-family: CENTURYGOTHIC-BOLD;
	font-size: 18px;
	line-height: 24px;
	color: #fff
}

@media (max-width:1200px) {
	.main.welcome .container .index_products .index_products_cen .product_tit .e_tit {
		font-size: 16px;
		line-height: 20px
	}
}

@media (max-width:600px) {
	.main.welcome .container .index_products .index_products_cen .product_tit .e_tit {
		font-size: 13px;
		line-height: 18px
	}
}

.main.welcome .container .index_products .index_products_cen .list_box {
	position: relative
}

.main.welcome .container .index_products .index_products_cen .list_box.delay2 {
	animation-delay: .2s
}

.main.welcome .container .index_products .index_products_cen .list_box .btn_l {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	left: 0;
	top: 50%;
	margin-top: -20px;
	position: absolute;
	cursor: pointer;
	background: url("../images/btn_l.png") no-repeat center center #094
}

@media (max-width:768px) {
	.main.welcome .container .index_products .index_products_cen .list_box .btn_l {
		width: 30px;
		height: 30px;
		margin-top: -15px;
		background-size: 23% auto
	}
}

@media (max-width:500px) {
	.main.welcome .container .index_products .index_products_cen .list_box .btn_l {
		width: 26px;
		height: 26px;
		margin-top: -13px;
		left: -5px
	}
}

.main.welcome .container .index_products .index_products_cen .list_box .btn_r {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	right: 0;
	top: 50%;
	margin-top: -20px;
	position: absolute;
	cursor: pointer;
	background: url("../images/btn_r.png") no-repeat center center #094
}

@media (max-width:768px) {
	.main.welcome .container .index_products .index_products_cen .list_box .btn_r {
		width: 30px;
		height: 30px;
		margin-top: -15px;
		background-size: 23% auto
	}
}

@media (max-width:500px) {
	.main.welcome .container .index_products .index_products_cen .list_box .btn_r {
		width: 26px;
		height: 26px;
		margin-top: -13px;
		right: -5px
	}
}

.main.welcome .container .index_products .index_products_cen .list_box .list {
	width: 84.2%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	height: 160px;
	overflow: hidden;
	padding-left: 6.7%;
	box-sizing: border-box
}

.main.welcome .container .index_products .index_products_cen .list_box .list ul {
	height: 100%
}

.main.welcome .container .index_products .index_products_cen .list_box .list ul li {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	padding-right: 220px;
	box-sizing: border-box;
	padding-left: 6.8%;
	opacity: 0;
	transition: opacity .5s ease
}

.main.welcome .container .index_products .index_products_cen .list_box .list ul li.active {
	opacity: 1;
	z-index: 10
}

@media (max-width:1200px) {
	.main.welcome .container .index_products .index_products_cen .list_box .list ul li {
		padding-left: 0;
		padding-right: 155px
	}
}

@media (max-width:1024px) {
	.main.welcome .container .index_products .index_products_cen .list_box .list ul li {
		padding-right: 0
	}
}

.main.welcome .container .index_products .index_products_cen .list_box .list ul li .list_l .tit .en {
	font-family: CENTURYGOTHIC-BOLD;
	font-size: 24px;
	line-height: 20px;
	color: #333
}

@media (max-width:1200px) {
	.main.welcome .container .index_products .index_products_cen .list_box .list ul li .list_l .tit .en {
		font-size: 20px;
		line-height: 18px
	}
}

.main.welcome .container .index_products .index_products_cen .list_box .list ul li .list_l .tit .cn {
	font-size: 24px;
	line-height: 30px;
	color: #333;
	margin-top: 5px
}

@media (max-width:1200px) {
	.main.welcome .container .index_products .index_products_cen .list_box .list ul li .list_l .tit .cn {
		font-size: 20px;
		line-height: 26px
	}
}

.main.welcome .container .index_products .index_products_cen .list_box .list ul li .list_l .text_box {
	padding-left: 128px;
	position: relative;
	margin-top: 18px
}

@media (max-width:1200px) {
	.main.welcome .container .index_products .index_products_cen .list_box .list ul li .list_l .text_box {
		padding-left: 110px
	}
}

@media (max-width:768px) {
	.main.welcome .container .index_products .index_products_cen .list_box .list ul li .list_l .text_box {
		padding-left: 0;
		margin-top: 10px
	}
}

.main.welcome .container .index_products .index_products_cen .list_box .list ul li .list_l .text_box .line {
	width: 90px;
	height: 2px;
	background: #094;
	position: absolute;
	left: 0;
	top: 8px
}

@media (max-width:1200px) {
	.main.welcome .container .index_products .index_products_cen .list_box .list ul li .list_l .text_box .line {
		width: 80px
	}
}

@media (max-width:768px) {
	.main.welcome .container .index_products .index_products_cen .list_box .list ul li .list_l .text_box .line {
		display: none
	}
}

.main.welcome .container .index_products .index_products_cen .list_box .list ul li .list_l .text_box .text {
	font-size: 16px;
	line-height: 26px;
	color: #666;
	height: 78px;
	overflow: hidden
}

@media (max-width:1200px) {
	.main.welcome .container .index_products .index_products_cen .list_box .list ul li .list_l .text_box .text {
		font-size: 14px;
		line-height: 24px;
		height: 72px
	}
}

@media (max-width:768px) {
	.main.welcome .container .index_products .index_products_cen .list_box .list ul li .list_l .text_box .text {
		height: 96px
	}
}

.main.welcome .container .index_products .index_products_cen .list_box .list ul li .pic {
	width: 152px;
	height: 152px;
	border-radius: 50%;
	box-sizing: border-box;
	background-color: #fff;
	position: absolute;
	right: 0;
	top: 0;
	box-shadow: 0 0 16px rgba(0, 0, 0, .07);
	padding: 5px
}

@media (max-width:1200px) {
	.main.welcome .container .index_products .index_products_cen .list_box .list ul li .pic {
		width: 140px;
		height: 140px
	}
}

@media (max-width:1024px) {
	.main.welcome .container .index_products .index_products_cen .list_box .list ul li .pic {
		display: none
	}
}

.main.welcome .container .index_products .index_products_cen .list_box .list ul li .pic .img {
	overflow: hidden;
	border-radius: 50%
}

@media (min-width:1024px) {
	.main.welcome .container .index_products .index_products_cen .list_box .list ul li .pic .img:hover img {
		transform: scale(1.05)
	}
}

.main.welcome .container .index_products .index_products_cen .list_box .list ul li .pic .img img {
	transition: all .5s ease;
	width: 100%;
	border-radius: 50%
}

.main.welcome .container .index_products .item_box {
	margin-top: 30px;
	overflow: hidden;
	padding-top: 90px
}

@media (max-width:1200px) {
	.main.welcome .container .index_products .item_box {
		margin-top: 0
	}
}

@media (max-width:1024px) {
	.main.welcome .container .index_products .item_box {
		padding-top: 50px
	}
}

@media (max-width:768px) {
	.main.welcome .container .index_products .item_box {
		padding-top: 30px
	}
}

.main.welcome .container .index_products .item_box ul li {
	float: left;
	position: relative
}

.main.welcome .container .index_products .item_box ul li.active {
	z-index: 10;
	transition: transform .6s ease-out, opacity .5s cubic-bezier(.445, .145, .355, 1), box-shadow .5s cubic-bezier(.4, 0, .2, 1)
}

.main.welcome .container .index_products .item_box ul li.active .pic {
	transform: scale(1.18);
	box-shadow: 0 0 16px rgba(0, 0, 0, .31);
	transform-origin: bottom center
}

.main.welcome .container .index_products .item_box ul li.active .pic .mask {
	opacity: 0
}

.main.welcome .container .index_products .item_box ul li.active .txt {
	opacity: 0
}

@media (max-width:1024px) {
	.main.welcome .container .index_products .item_box ul li.active {
		box-shadow: none
	}

	.main.welcome .container .index_products .item_box ul li.active .pic {
		transform: scale(1)
	}

	.main.welcome .container .index_products .item_box ul li.active .txt {
		opacity: 1;
		transform: translateY(0)
	}
}

.main.welcome .container .index_products .item_box ul li a {
	display: block;
	position: relative
}

.main.welcome .container .index_products .item_box ul li a .pic {
	overflow: hidden;
	position: relative;
	transition: transform .5s cubic-bezier(.4, 0, .2, 1), box-shadow .5s cubic-bezier(.4, 0, .2, 1)
}

.main.welcome .container .index_products .item_box ul li a .pic .mask {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	transition: opacity .5s cubic-bezier(.4, 0, .2, 1);
	height: 100%;
	transform-origin: top center;
	background: rgba(0, 0, 0, .4)
}

.main.welcome .container .index_products .item_box ul li a .pic img {
	width: 100%;
	height: auto;
	display: block
}

.main.welcome .container .index_products .item_box ul li a .txt {
	position: absolute;
	left: 0;
	top: 50%;
	height: 34px;
	margin-top: -17px;
	font-size: 24px;
	line-height: 34px;
	color: #fff;
	z-index: 10;
	width: 100%;
	text-align: center;
	padding: 0 10px;
	box-sizing: border-box;
	transition: transform .5s cubic-bezier(.4, 0, .2, 1), opacity .5s cubic-bezier(.4, 0, .2, 1)
}

@media (max-width:1200px) {
	.main.welcome .container .index_products .item_box ul li a .txt {
		font-size: 20px;
		line-height: 30px;
		height: 30px;
		margin-top: -15px
	}
}

@media (max-width:800px) {
	.main.welcome .container .index_products .item_box ul li a .txt {
		font-size: 18px;
		line-height: 24px;
		height: 24px;
		margin-top: -12px
	}
}

.main.welcome .container .index_products .item_box ul li a .txt span {
	display: inline-block;
	vertical-align: middle;
	font-size: 30px;
	line-height: 28px;
	margin-right: 8px;
	font-family: CENTURYGOTHIC-BOLD
}

@media (max-width:1200px) {
	.main.welcome .container .index_products .item_box ul li a .txt span {
		font-size: 24px;
		line-height: 26px
	}
}

@media (max-width:800px) {
	.main.welcome .container .index_products .item_box ul li a .txt span {
		font-size: 20px;
		line-height: 24px;
		margin-right: 3px
	}
}

.main.welcome .container .index_products .swiper_box {
	position: relative;
	display: none
}

.main.welcome .container .index_products .swiper_box .swiper_top {
	padding: 0 3.9%;
	position: relative
}

@media (max-width:768px) {
	.main.welcome .container .index_products .swiper_box .swiper_top {
		padding: 0 3%
	}
}

.main.welcome .container .index_products .swiper_box .swiper_top .prev {
	width: 36px;
	height: 36px;
	border-radius: 50%;
	top: 50%;
	margin-top: -18px;
	position: absolute;
	left: 3.9%;
	cursor: pointer;
	background: url("../images/btn_l.png") no-repeat center center #094
}

.main.welcome .container .index_products .swiper_box .swiper_top .next {
	width: 36px;
	height: 36px;
	border-radius: 50%;
	right: 3.9%;
	top: 50%;
	margin-top: -18px;
	position: absolute;
	cursor: pointer;
	background: url("../images/btn_r.png") no-repeat center center #094
}

.main.welcome .container .index_products .swiper_box .swiper_top .box {
	padding: 0 50px
}

.main.welcome .container .index_products .swiper_box .swiper_top .box ul li {
	display: none
}

.main.welcome .container .index_products .swiper_box .swiper_top .box ul li.active {
	display: block
}

.main.welcome .container .index_products .swiper_box .swiper_top .box ul li .tit .en {
	font-family: CENTURYGOTHIC-BOLD;
	font-size: 20px;
	line-height: 18px;
	color: #333
}

.main.welcome .container .index_products .swiper_box .swiper_top .box ul li .tit .cn {
	font-size: 20px;
	line-height: 26px;
	color: #333;
	margin-top: 5px
}

.main.welcome .container .index_products .swiper_box .swiper_top .box ul li .text_box {
	position: relative;
	margin-top: 18px;
	font-size: 14px;
	line-height: 24px;
	height: 72px;
	color: #666;
	overflow: hidden
}

.main.welcome .container .index_products .swiper_box .swiper-container {
	margin-top: 20px
}

.main.welcome .container .index_products .swiper_box .swiper-container .swiper-wrapper .swiper-slide.on a .pic .mask {
	opacity: 0
}

.main.welcome .container .index_products .swiper_box .swiper-container .swiper-wrapper .swiper-slide a {
	display: block;
	position: relative
}

.main.welcome .container .index_products .swiper_box .swiper-container .swiper-wrapper .swiper-slide a .pic {
	overflow: hidden;
	position: relative;
	transition: transform .5s cubic-bezier(.4, 0, .2, 1)
}

.main.welcome .container .index_products .swiper_box .swiper-container .swiper-wrapper .swiper-slide a .pic .mask {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	transition: opacity .5s cubic-bezier(.4, 0, .2, 1);
	height: 100%;
	transform-origin: top center;
	background: rgba(0, 0, 0, .4)
}

.main.welcome .container .index_products .swiper_box .swiper-container .swiper-wrapper .swiper-slide a .pic img {
	width: 100%;
	height: auto;
	display: block
}

.main.welcome .container .index_products .swiper_box .swiper-container .swiper-wrapper .swiper-slide a .txt {
	position: absolute;
	left: 0;
	top: 50%;
	font-size: 20px;
	line-height: 30px;
	height: 30px;
	margin-top: -15px;
	color: #fff;
	z-index: 10;
	width: 100%;
	text-align: center;
	padding: 0 10px;
	box-sizing: border-box;
	transition: transform .5s cubic-bezier(.4, 0, .2, 1), opacity .5s cubic-bezier(.4, 0, .2, 1)
}

.main.welcome .container .index_products .swiper_box .swiper-container .swiper-wrapper .swiper-slide a .txt span {
	display: inline-block;
	vertical-align: middle;
	font-size: 24px;
	line-height: 26px;
	margin-right: 8px;
	font-family: CENTURYGOTHIC-BOLD
}

.main.welcome .container .index_news {
	background: #fff;
	padding: 0 3.9%
}

@media (max-width:768px) {
	.main.welcome .container .index_news {
		padding: 0 3%
	}
}

.main.welcome .container .index_news .news_top {
	padding-top: 70px
}

@media (max-width:768px) {
	.main.welcome .container .index_news .news_top {
		padding-top: 40px
	}
}

@media (max-width:600px) {
	.main.welcome .container .index_news .news_top {
		padding-top: 25px
	}
}

.main.welcome .container .index_news .news_top .news_tit {
	float: left
}

.main.welcome .container .index_news .news_top .news_tit .en {
	font-size: 30px;
	line-height: 26px;
	color: #414141;
	font-family: CENTURYGOTHIC-BOLD
}

@media (max-width:1024px) {
	.main.welcome .container .index_news .news_top .news_tit .en {
		font-size: 26px;
		line-height: 22px
	}
}

@media (max-width:768px) {
	.main.welcome .container .index_news .news_top .news_tit .en {
		font-size: 22px;
		line-height: 20px
	}
}

.main.welcome .container .index_news .news_top .news_tit .cn {
	font-size: 24px;
	line-height: 32px;
	color: #454545
}

@media (max-width:1024px) {
	.main.welcome .container .index_news .news_top .news_tit .cn {
		font-size: 20px;
		line-height: 28px
	}
}

.main.welcome .container .index_news .news_top .more {
	display: block;
	border-radius: 27px;
	background-color: #fff;
	box-shadow: 0 0 16px rgba(0, 0, 0, .07);
	text-align: center;
	overflow: hidden;
	float: right;
	width: 180px;
	margin-top: 14px;
	position: relative;
	font-size: 14px;
	line-height: 54px;
	color: #333
}

@media (max-width:1024px) {
	.main.welcome .container .index_news .news_top .more {
		width: 140px;
		height: 40px;
		font-size: 14px;
		line-height: 40px
	}
}

@media (max-width:600px) {
	.main.welcome .container .index_news .news_top .more {
		width: 110px;
		height: 34px;
		font-size: 14px;
		line-height: 34px
	}
}

@media (min-width:1024px) {
	.main.welcome .container .index_news .news_top .more:hover::after {
		transform: scaleX(1);
		transform-origin: left center
	}

	.main.welcome .container .index_news .news_top .more:hover span {
		color: #fff;
		background: url("../images/bg2.png") no-repeat left center
	}
}

.main.welcome .container .index_news .news_top .more::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #054686;
	transition: transform .6s cubic-bezier(.2, 1, .3, 1);
	transform-origin: right center;
	transform: scaleX(0)
}

.main.welcome .container .index_news .news_top .more span {
	position: relative;
	z-index: 10;
	display: inline-block;
	vertical-align: middle;
	padding-left: 23px;
	background: url("../images/bg.png") no-repeat left center;
	transition: color .5s, background .5s;
	transition-timing-function: cubic-bezier(.2, 1, .3, 1)
}

.main.welcome .container .index_news .news_box {
	margin-top: 55px;
	padding-bottom: 90px
}

@media (max-width:1024px) {
	.main.welcome .container .index_news .news_box {
		margin-top: 45px;
		padding-bottom: 70px
	}
}

@media (max-width:600px) {
	.main.welcome .container .index_news .news_box {
		margin-top: 20px;
		padding-bottom: 30px
	}
}

.main.welcome .container .index_news .news_box .news_list {
	width: 36.85%;
	float: right
}

@media (max-width:1024px) {
	.main.welcome .container .index_news .news_box .news_list {
		width: 100%;
		float: none
	}
}

.main.welcome .container .index_news .news_box .news_list ul li {
	margin-bottom: 35px
}

.main.welcome .container .index_news .news_box .news_list ul li:last-child {
	margin-bottom: 0 !important
}

@media (max-width:1024px) {
	.main.welcome .container .index_news .news_box .news_list ul li {
		margin-bottom: 0 !important;
		margin-top: 15px
	}
}

.main.welcome .container .index_news .news_box .news_list ul li a {
	display: block
}

@media (min-width:1024px) {
	.main.welcome .container .index_news .news_box .news_list ul li a:hover .cont .txt {
		color: #054686
	}
}

.main.welcome .container .index_news .news_box .news_list ul li a .date {
	font-size: 14px;
	line-height: 16px;
	color: #999
}

@media (max-width:1100px) {
	.main.welcome .container .index_news .news_box .news_list ul li a .date {
		font-size: 12px;
		line-height: 14px
	}
}

.main.welcome .container .index_news .news_box .news_list ul li a .cont {
	position: relative;
	padding-right: 85px;
	margin-top: 7px
}

@media (max-width:1100px) {
	.main.welcome .container .index_news .news_box .news_list ul li a .cont {
		padding-right: 70px
	}
}

.main.welcome .container .index_news .news_box .news_list ul li a .cont .txt {
	font-size: 18px;
	line-height: 26px;
	color: #333;
	height: 52px;
	transition: color .5s;
	overflow: hidden
}

@media (max-width:1300px) {
	.main.welcome .container .index_news .news_box .news_list ul li a .cont .txt {
		font-size: 16px;
		line-height: 24px
	}
}

@media (max-width:1100px) {
	.main.welcome .container .index_news .news_box .news_list ul li a .cont .txt {
		font-size: 14px;
		line-height: 20px;
		height: 40px
	}
}

@media (max-width:1024px) {
	.main.welcome .container .index_news .news_box .news_list ul li a .cont .txt {
		font-size: 16px;
		line-height: 24px;
		height: 48px
	}
}

.main.welcome .container .index_news .news_box .news_list ul li a .cont .ico {
	width: 34px;
	height: 34px;
	border-radius: 50%;
	background: url("../images/btn_r.png") no-repeat center center #054686;
	position: absolute;
	right: 0;
	top: 3px
}

@media (max-width:1300px) {
	.main.welcome .container .index_news .news_box .news_list ul li a .cont .ico {
		width: 30px;
		height: 30px
	}
}

@media (max-width:500px) {
	.main.welcome .container .index_news .news_box .news_list ul li a .cont .ico {
		width: 26px;
		height: 26px;
		background-size: 24% auto
	}
}

.main.welcome .container .index_news .news_box .news_l {
	float: left;
	width: 57.1%;
	position: relative;
	padding-top: 60px
}

@media (max-width:1024px) {
	.main.welcome .container .index_news .news_box .news_l {
		width: 100%;
		float: none;
		padding-top: 40px
	}
}

@media (max-width:500px) {
	.main.welcome .container .index_news .news_box .news_l {
		padding-top: 25px
	}
}

.main.welcome .container .index_news .news_box .news_l::after {
	content: '';
	display: block;
	position: absolute;
	height: 100%;
	width: 94.5%;
	right: 0;
	top: 0;
	background: #054686
}

.main.welcome .container .index_news .news_box .news_l a {
	position: relative;
	z-index: 10;
	display: block
}

@media (min-width:1024px) {
	.main.welcome .container .index_news .news_box .news_l a:hover .pic img {
		transform: scale(1.05)
	}

	.main.welcome .container .index_news .news_box .news_l a:hover .cont .read .line {
		width: 30px
	}
}

.main.welcome .container .index_news .news_box .news_l a .pic {
	float: left;
	width: 57.5%;
	overflow: hidden;
	margin-top: 8px
}

.main.welcome .container .index_news .news_box .news_l a .pic img {
	width: 100%;
	transition: all .5s ease;
	display: block
}

.main.welcome .container .index_news .news_box .news_l a .cont {
	width: 42.5%;
	float: left;
	padding: 0 4.25%;
	box-sizing: border-box
}

.main.welcome .container .index_news .news_box .news_l a .cont .t {
	font-size: 24px;
	line-height: 36px;
	color: #fff;
	font-weight: 700;
	height: 72px;
	overflow: hidden
}

@media (max-width:1700px) {
	.main.welcome .container .index_news .news_box .news_l a .cont .t {
		line-height: 30px;
		height: 60px
	}
}

@media (max-width:1550px) {
	.main.welcome .container .index_news .news_box .news_l a .cont .t {
		font-size: 20px;
		line-height: 30px
	}
}

@media (max-width:600px) {
	.main.welcome .container .index_news .news_box .news_l a .cont .t {
		font-size: 16px;
		line-height: 24px;
		height: 48px
	}
}

.main.welcome .container .index_news .news_box .news_l a .cont .con {
	margin-top: 20px;
	font-size: 14px;
	line-height: 24px;
	color: #fff;
	height: 144px;
	overflow: hidden
}

@media (max-width:1450px) {
	.main.welcome .container .index_news .news_box .news_l a .cont .con {
		height: 120px
	}
}

@media (max-width:1200px) {
	.main.welcome .container .index_news .news_box .news_l a .cont .con {
		height: 96px;
		margin-top: 10px
	}
}

@media (max-width:600px) {
	.main.welcome .container .index_news .news_box .news_l a .cont .con {
		height: 72px
	}
}

@media (max-width:450px) {
	.main.welcome .container .index_news .news_box .news_l a .cont .con {
		font-size: 13px;
		line-height: 20px;
		height: 40px;
		margin-top: 6px
	}
}

.main.welcome .container .index_news .news_box .news_l a .cont .read {
	margin-top: 48px;
	font-size: 0
}

@media (max-width:1700px) {
	.main.welcome .container .index_news .news_box .news_l a .cont .read {
		margin-top: 30px
	}
}

@media (max-width:1550px) {
	.main.welcome .container .index_news .news_box .news_l a .cont .read {
		margin-top: 16px
	}
}

.main.welcome .container .index_news .news_box .news_l a .cont .read span {
	font-size: 16px;
	line-height: 16px;
	color: #fff;
	font-family: BRLNSR;
	text-transform: uppercase;
	display: inline-block;
	vertical-align: middle
}

@media (max-width:450px) {
	.main.welcome .container .index_news .news_box .news_l a .cont .read span {
		font-size: 14px;
		line-height: 14px
	}
}

.main.welcome .container .index_news .news_box .news_l a .cont .read .line {
	margin-left: 8px;
	width: 22px;
	height: 2px;
	background: #fff;
	display: inline-block;
	vertical-align: middle;
	transition: width .5s ease
}

.main.welcome .container .index_join {
	padding: 0 3.9%
}

@media (max-width:768px) {
	.main.welcome .container .index_join {
		padding: 0 3%
	}
}

.main.welcome .container .index_join .index_join_cen {
	padding-top: 136px;
	padding-bottom: 136px
}

@media (max-width:1024px) {
	.main.welcome .container .index_join .index_join_cen {
		padding: 70px 0
	}
}

@media (max-width:600px) {
	.main.welcome .container .index_join .index_join_cen {
		padding: 30px 0
	}
}

.main.welcome .container .index_join .index_join_cen .jl {
	width: 100%;
	box-sizing: border-box;
	text-align: center
}

@media (max-width:1024px) {
	.main.welcome .container .index_join .index_join_cen .jl {
		width: 100%;
		float: none;
		padding-right: 0;
		border: none;
		text-align: center
	}
}

.main.welcome .container .index_join .index_join_cen .jl .title .en {
	font-size: 48px;
	line-height: 30px;
	color: #fff;
	text-transform: uppercase;
	font-weight: lighter;
	letter-spacing: 34px
}

@media (max-width:1200px) {
	.main.welcome .container .index_join .index_join_cen .jl .title .en {
		font-size: 40px;
		letter-spacing: 4px
	}
}

@media (max-width:768px) {
	.main.welcome .container .index_join .index_join_cen .jl .title .en {
		font-size: 30px;
		line-height: 30px;
		letter-spacing: 0
	}
}

.main.welcome .container .index_join .index_join_cen .jl .title .cn {
	font-size: 30px;
	line-height: 36px;
	color: #fff;
	margin-top: 25px
}

@media (max-width:1200px) {
	.main.welcome .container .index_join .index_join_cen .jl .title .cn {
		font-size: 24px;
		line-height: 36px;
		margin-top: 15px
	}
}

@media (max-width:768px) {
	.main.welcome .container .index_join .index_join_cen .jl .title .cn {
		font-size: 20px;
		line-height: 30px;
		margin-top: 5px
	}
}

.main.welcome .container .index_join .index_join_cen .jl .ds {
	font-size: 13px;
	line-height: 20px;
	color: #fff;
	margin-top: 25px;
	margin-left: -23px;
	letter-spacing: 10px
}

@media (max-width:1024px) {
	.main.welcome .container .index_join .index_join_cen .jl .ds {
		font-size: 16px;
		line-height: 24px;
		margin-top: 10px;
		letter-spacing: 0;
		margin-left: 0
	}
}

.main.welcome .container .index_join .index_join_cen .jr {
	width: 50%;
	float: left;
	padding-left: 32px;
	box-sizing: border-box;
	text-align: left;
	padding-right: 10%
}

@media (max-width:1024px) {
	.main.welcome .container .index_join .index_join_cen .jr {
		width: 100%;
		float: none;
		padding: 0;
		text-align: center;
		margin-top: 15px
	}
}

.main.welcome .container .index_join .index_join_cen .jr .con {
	font-size: 16px;
	line-height: 22px;
	color: #fff;
	height: 66px
}

@media (max-width:1024px) {
	.main.welcome .container .index_join .index_join_cen .jr .con {
		height: auto;
		font-size: 14px;
		line-height: 24px
	}
}

.main.welcome .container .index_join .index_join_cen .jr .more {
	display: block;
	width: 174px;
	height: 48px;
	border: 3px solid #fff;
	font-size: 16px;
	line-height: 42px;
	color: #fff;
	text-align: center;
	border-radius: 48px;
	box-sizing: border-box;
	margin-top: 16px;
	transition: color .3s, background .3s
}

@media (min-width:1024px) {
	.main.welcome .container .index_join .index_join_cen .jr .more:hover {
		background: #fff;
		color: #004098
	}
}

@media (max-width:1200px) {
	.main.welcome .container .index_join .index_join_cen .jr .more {
		margin-top: 8px
	}
}

@media (max-width:1024px) {
	.main.welcome .container .index_join .index_join_cen .jr .more {
		margin-left: auto;
		margin-right: auto;
		margin-top: 20px
	}
}

@media (max-width:600px) {
	.main.welcome .container .index_join .index_join_cen .jr .more {
		width: 120px;
		font-size: 14px;
		line-height: 36px;
		height: 42px
	}
}

.main .nav_top {
	overflow: hidden;
	border-bottom: 1px solid #f5f5f5
}

.main .nav_top ul {
	text-align: center;
	font-size: 0;
	margin: 0 auto
}

@media (max-width:550px) {
	.main .nav_top ul.join li {
		padding: 0 20px
	}
}

.main .nav_top ul li {
	padding: 0 40px;
	font-size: 18px;
	line-height: 88px;
	color: #454545;
	display: inline-block;
	vertical-align: top;
	position: relative;
	text-align: center
}

@media (min-width:1024px) {
	.main .nav_top ul li:hover a::after {
		transform: scaleX(1);
		transform-origin: left center
	}
}

.main .nav_top ul li.active a::after {
	transform: scaleX(1);
	transform-origin: left center
}

@media (max-width:1024px) {
	.main .nav_top ul li {
		padding: 0 40px;
		font-size: 16px;
		line-height: 60px
	}
}

@media (max-width:700px) {
	.main .nav_top ul li {
		padding: 0 30px
	}
}

@media (max-width:550px) {
	.main .nav_top ul li {
		padding: 0 10px;
		font-size: 15px;
		line-height: 44px
	}
}

.main .nav_top ul li:last-child::after {
	display: none
}

.main .nav_top ul li::after {
	content: '';
	position: absolute;
	width: 1px;
	height: 14px;
	background: #d8d8d8;
	right: 0;
	top: 50%;
	margin-top: -7px
}

@media (max-width:550px) {
	.main .nav_top ul li::after {
		display: none
	}
}

.main .nav_top ul li a {
	display: block;
	color: #454545;
	position: relative
}

.main .nav_top ul li a::after {
	content: '';
	position: absolute;
	left: -10px;
	height: 3px;
	background: #004098;
	right: -10px;
	bottom: -1px;
	transform: scaleX(0);
	transform-origin: right center;
	transition: transform .38s cubic-bezier(.4, 0, .2, 1)
}

@media (max-width:550px) {
	.main .nav_top ul li a::after {
		left: -5px;
		right: -5px
	}
}

.main.about .wrap {
	background: #f5f5f5
}

.main.about .wrap .container {
	background: #fff
}

.main.about .wrap .container .framework_box {
	padding: 0 3.9%;
	padding-bottom: 110px;
	border-bottom: 1px solid #ededed
}

@media (max-width:1024px) {
	.main.about .wrap .container .framework_box {
		padding-bottom: 70px
	}
}

@media (max-width:768px) {
	.main.about .wrap .container .framework_box {
		padding: 0 3%
	}
}

@media (max-width:600px) {
	.main.about .wrap .container .framework_box {
		padding-bottom: 30px
	}
}

.main.about .wrap .container .framework_box .title {
	padding-top: 100px;
	text-align: center
}

@media (max-width:1024px) {
	.main.about .wrap .container .framework_box .title {
		padding-top: 70px
	}
}

@media (max-width:600px) {
	.main.about .wrap .container .framework_box .title {
		padding-top: 25px
	}
}

.main.about .wrap .container .framework_box .title .en {
	font-size: 30px;
	line-height: 36px;
	color: #414141;
	font-family: CENTURYGOTHIC-BOLD
}

@media (max-width:1024px) {
	.main.about .wrap .container .framework_box .title .en {
		font-size: 24px;
		line-height: 30px
	}
}

@media (max-width:600px) {
	.main.about .wrap .container .framework_box .title .en {
		font-size: 20px;
		line-height: 30px
	}
}

.main.about .wrap .container .framework_box .title .cn {
	font-size: 24px;
	line-height: 36px;
	color: #454545
}

@media (max-width:1024px) {
	.main.about .wrap .container .framework_box .title .cn {
		font-size: 20px;
		line-height: 30px
	}
}

@media (max-width:600px) {
	.main.about .wrap .container .framework_box .title .cn {
		font-size: 18px;
		line-height: 24px
	}
}

.main.about .wrap .container .framework_box .framework_img {
	margin-top: 40px;
	text-align: center
}

@media (max-width:768px) {
	.main.about .wrap .container .framework_box .framework_img {
		margin-top: 20px
	}
}

.main.about .wrap .container .framework_box .framework_img .img {
	max-width: 100%
}

@media (max-width:1024px) {
	.main.about .wrap .container .framework_box .framework_img .img {
		display: none
	}
}

.main.about .wrap .container .framework_box .framework_img .demo-gallery {
	display: none
}

@media (max-width:1024px) {
	.main.about .wrap .container .framework_box .framework_img .demo-gallery {
		display: block
	}
}

.main.about .wrap .container .framework_box .framework_img .demo-gallery a {
	display: block
}

.main.about .wrap .container .framework_box .framework_img .demo-gallery a img {
	max-width: 100%
}

.main.about .wrap .container .honor_m {
	margin-top: 45px;
	display: none;
	position: relative
}

@media (max-width:1024px) {
	.main.about .wrap .container .honor_m {
		display: block
	}
}

@media (max-width:600px) {
	.main.about .wrap .container .honor_m {
		margin-top: 25px
	}
}

.main.about .wrap .container .honor_m .swiper_box {
	width: 88%;
	margin-left: auto;
	margin-right: auto;
	padding: 0 50px;
	box-sizing: border-box;
	position: relative
}

@media (max-width:600px) {
	.main.about .wrap .container .honor_m .swiper_box {
		width: 92%;
		padding: 0 35px
	}
}

.main.about .wrap .container .honor_m .btn {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	overflow: hidden;
	text-indent: 100px;
	cursor: pointer;
	display: block;
	position: absolute;
	margin-top: 0
}

@media (max-width:600px) {
	.main.about .wrap .container .honor_m .btn {
		width: 30px;
		height: 30px;
		background-size: 23% auto !important
	}
}

.main.about .wrap .container .honor_m .btn.swiper-button-prev {
	left: 0;
	background: url("../images/btn_l.png") no-repeat center center #094
}

.main.about .wrap .container .honor_m .btn.swiper-button-next {
	right: 0;
	background: url("../images/btn_r.png") no-repeat center center #094
}

.main.about .wrap .container .honor_m .swiper-container .swiper-wrapper .swiper-slide .img {
	overflow: hidden;
	position: relative
}

.main.about .wrap .container .honor_m .swiper-container .swiper-wrapper .swiper-slide .img img {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	max-width: 100%;
	max-height: 100%;
	margin: auto
}

.main.about .wrap .container .honor_m .swiper-container .swiper-wrapper .swiper-slide .txt {
	font-size: 16px;
	line-height: 30px;
	color: #454545
}

@media (max-width:600px) {
	.main.about .wrap .container .honor_m .swiper-container .swiper-wrapper .swiper-slide .txt {
		font-size: 14px;
		line-height: 24px
	}
}

.main.about .wrap .container .classification_box {
	margin-top: 50px
}

@media (max-width:1024px) {
	.main.about .wrap .container .classification_box {
		margin-top: 40px
	}
}

@media (max-width:600px) {
	.main.about .wrap .container .classification_box {
		margin-top: 15px
	}
}

.main.about .wrap .container .classification_box ul {
	text-align: center;
	font-size: 0
}

.main.about .wrap .container .classification_box ul li {
	display: inline-block;
	vertical-align: middle;
	width: 250px;
	height: 54px;
	background: #f5f5f5;
	border-radius: 27px;
	font-size: 20px;
	line-height: 54px;
	cursor: pointer;
	color: #454545;
	text-align: center;
	margin: 0 16px;
	position: relative;
	transform: background .5s, color .5s
}

.main.about .wrap .container .classification_box ul li a {
	color: #454545
}

.main.about .wrap .container .classification_box ul li.active {
	background: #004098;
	color: #fff
}

.main.about .wrap .container .classification_box ul li.active::after {
	opacity: 1
}

.main.about .wrap .container .classification_box ul li.active a {
	color: #fff
}

@media (max-width:1200px) {
	.main.about .wrap .container .classification_box ul li {
		font-size: 18px;
		line-height: 50px;
		height: 50px;
		width: 200px;
		margin: 0 10px
	}
}

@media (max-width:1100px) {
	.main.about .wrap .container .classification_box ul li {
		font-size: 16px;
		line-height: 44px;
		height: 44px;
		width: 180px;
		margin: 0 5px
	}
}

@media (max-width:1024px) {
	.main.about .wrap .container .classification_box ul li {
		margin: 10px
	}
}

@media (max-width:650px) {
	.main.about .wrap .container .classification_box ul li {
		width: 150px
	}
}

@media (max-width:500px) {
	.main.about .wrap .container .classification_box ul li {
		width: 130px;
		font-size: 14px;
		line-height: 36px;
		height: 36px;
		margin: 8px
	}
}

@media (min-width:1024px) {
	.main.about .wrap .container .classification_box ul li:hover {
		background: #004098;
		color: #fff
	}

	.main.about .wrap .container .classification_box ul li:hover::after {
		opacity: 1
	}

	.main.about .wrap .container .classification_box ul li:hover a {
		color: #fff
	}
}

.main.about .wrap .container .classification_box ul li::after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-top: 6px solid #004098;
	left: 50%;
	margin-left: -7px;
	transform: opacity .5s;
	bottom: -6px;
	opacity: 0
}

.main.about .wrap .container .honor_box {
	margin-top: 45px;
	width: 82.89%;
	margin-left: auto;
	margin-right: auto;
	position: relative
}

@media (max-width:1300px) {
	.main.about .wrap .container .honor_box {
		width: 88%
	}
}

@media (max-width:1024px) {
	.main.about .wrap .container .honor_box {
		display: none
	}
}

.main.about .wrap .container .honor_box .honor_main {
	position: relative
}

.main.about .wrap .container .honor_box .honor_main .btn {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	overflow: hidden;
	text-indent: 100px;
	cursor: pointer;
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -20px
}

.main.about .wrap .container .honor_box .honor_main .btn.prev {
	left: 0;
	background: url("../images/btn_l.png") no-repeat center center #094
}

.main.about .wrap .container .honor_box .honor_main .btn.next {
	right: 0;
	background: url("../images/btn_r.png") no-repeat center center #094
}

.main.about .wrap .container .honor_box .honor_main #slider {
	background-color: #fff;
	box-shadow: 0 0 18px rgba(0, 0, 0, .11);
	width: 800px;
	height: 500px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden
}

@media (max-width:1200px) {
	.main.about .wrap .container .honor_box .honor_main #slider {
		width: 700px;
		height: 400px
	}
}

.main.about .wrap .container .honor_box .honor_main #slider .slides {
	height: 100%
}

.main.about .wrap .container .honor_box .honor_main #slider .slides li {
	height: 100%;
	float: left;
	position: relative
}

.main.about .wrap .container .honor_box .honor_main #slider .slides li img {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	max-width: 100%;
	max-height: 100%;
	width: auto
}

.main.about .wrap .container .honor_box .txt {
	font-size: 20px;
	line-height: 40px;
	color: #414141;
	text-align: center;
	margin: 38px auto;
	width: 800px
}

.main.about .wrap .container .honor_box #carousel {
	width: 800px;
	margin-left: auto;
	overflow: hidden;
	margin-right: auto;
	background: #e8e8e8;
	padding: 1px
}

@media (max-width:1200px) {
	.main.about .wrap .container .honor_box #carousel {
		width: 700px
	}
}

.main.about .wrap .container .honor_box #carousel .slides li {
	position: relative;
	height: 125px;
	overflow: hidden;
	float: left;
	cursor: pointer
}

.main.about .wrap .container .honor_box #carousel .slides li:last-child .img {
	margin-right: 0
}

.main.about .wrap .container .honor_box #carousel .slides li.active::after {
	opacity: 1
}

.main.about .wrap .container .honor_box #carousel .slides li .img {
	margin-right: 1px;
	height: 100%;
	position: relative;
	background: #fff;
	box-sizing: border-box;
	box-sizing: border-box
}

.main.about .wrap .container .honor_box #carousel .slides li::after {
	content: '';
	display: block;
	position: absolute;
	left: -1px;
	top: -1px;
	right: -1px;
	bottom: -1px;
	border: 3px solid #094;
	opacity: 0;
	box-sizing: border-box
}

.main.about .wrap .container .honor_box #carousel .slides li img {
	width: auto;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	max-width: 100%;
	max-height: 100%
}

.main.about .wrap .container .culture_box {
	padding-bottom: 90px;
	border-bottom: 1px solid #ededed
}

@media (max-width:1024px) {
	.main.about .wrap .container .culture_box {
		padding-bottom: 70px
	}
}

@media (max-width:600px) {
	.main.about .wrap .container .culture_box {
		padding-bottom: 30px
	}
}

.main.about .wrap .container .culture_box .title {
	padding-top: 80px;
	text-align: center
}

@media (max-width:1024px) {
	.main.about .wrap .container .culture_box .title {
		padding-top: 70px
	}
}

@media (max-width:600px) {
	.main.about .wrap .container .culture_box .title {
		padding-top: 25px
	}
}

.main.about .wrap .container .culture_box .title .en {
	font-size: 30px;
	line-height: 36px;
	color: #414141;
	font-family: CENTURYGOTHIC-BOLD
}

@media (max-width:1024px) {
	.main.about .wrap .container .culture_box .title .en {
		font-size: 24px;
		line-height: 30px
	}
}

@media (max-width:600px) {
	.main.about .wrap .container .culture_box .title .en {
		font-size: 20px;
		line-height: 30px
	}
}

.main.about .wrap .container .culture_box .title .cn {
	font-size: 24px;
	line-height: 36px;
	color: #454545
}

@media (max-width:1024px) {
	.main.about .wrap .container .culture_box .title .cn {
		font-size: 20px;
		line-height: 30px
	}
}

@media (max-width:600px) {
	.main.about .wrap .container .culture_box .title .cn {
		font-size: 18px;
		line-height: 24px
	}
}

.main.about .wrap .container .culture_box .culture_top {
	margin-top: 85px
}

@media (max-width:1024px) {
	.main.about .wrap .container .culture_box .culture_top {
		margin-top: 70px
	}
}

@media (max-width:600px) {
	.main.about .wrap .container .culture_box .culture_top {
		margin-top: 30px
	}
}

.main.about .wrap .container .culture_box .culture_top ul li {
	width: 25%;
	float: left;
	border: 1px solid #eee;
	box-sizing: border-box;
	border-left: none;
	padding-bottom: 18.4%;
	overflow: hidden;
	position: relative;
	height: 0;
	border-bottom: none
}

.main.about .wrap .container .culture_box .culture_top ul li:last-child {
	border-right: none
}

@media (max-width:800px) {
	.main.about .wrap .container .culture_box .culture_top ul li {
		width: 50%;
		padding-bottom: 24%;
		margin-bottom: -1px
	}

	.main.about .wrap .container .culture_box .culture_top ul li:nth-child(even) {
		border-right: none
	}
}

@media (max-width:450px) {
	.main.about .wrap .container .culture_box .culture_top ul li {
		padding-bottom: 30%
	}
}

@media (min-width:1024px) {
	.main.about .wrap .container .culture_box .culture_top ul li:hover .bg {
		opacity: 1
	}

	.main.about .wrap .container .culture_box .culture_top ul li:hover .cont .img img {
		opacity: 0
	}

	.main.about .wrap .container .culture_box .culture_top ul li:hover .cont .img img.active {
		opacity: 1
	}

	.main.about .wrap .container .culture_box .culture_top ul li:hover .cont .e,
	.main.about .wrap .container .culture_box .culture_top ul li:hover .cont .t {
		color: #fff
	}
}

.main.about .wrap .container .culture_box .culture_top ul li .bg {
	position: absolute;
	left: -1px;
	top: -1px;
	bottom: -2px;
	right: -1px;
	opacity: 0;
	transition: opacity .5s ease;
	background-size: cover !important
}

.main.about .wrap .container .culture_box .culture_top ul li .cont {
	text-align: center;
	padding-top: 20%;
	position: relative
}

@media (max-width:1320px) {
	.main.about .wrap .container .culture_box .culture_top ul li .cont {
		padding-top: 16%
	}
}

@media (max-width:1024px) {
	.main.about .wrap .container .culture_box .culture_top ul li .cont {
		padding-top: 12%
	}
}

@media (max-width:600px) {
	.main.about .wrap .container .culture_box .culture_top ul li .cont {
		padding-top: 8%
	}
}

.main.about .wrap .container .culture_box .culture_top ul li .cont .img {
	width: 62px;
	height: 62px;
	margin-left: auto;
	margin-right: auto;
	position: relative
}

@media (max-width:1320px) {
	.main.about .wrap .container .culture_box .culture_top ul li .cont .img {
		width: 50px;
		height: 50px
	}
}

@media (max-width:1024px) {
	.main.about .wrap .container .culture_box .culture_top ul li .cont .img {
		width: 40px;
		height: 40px
	}
}

@media (max-width:400px) {
	.main.about .wrap .container .culture_box .culture_top ul li .cont .img {
		width: 30px;
		height: 30px
	}
}

.main.about .wrap .container .culture_box .culture_top ul li .cont .img img {
	position: absolute;
	left: 0;
	top: 0;
	max-width: 100%;
	max-height: 100%;
	right: 0;
	bottom: 0;
	margin: auto;
	transition: opacity .5s ease
}

.main.about .wrap .container .culture_box .culture_top ul li .cont .img img.active {
	opacity: 0
}

.main.about .wrap .container .culture_box .culture_top ul li .cont .t {
	margin-top: 12px;
	font-size: 24px;
	line-height: 28px;
	transition: color .5s ease;
	color: #454545
}

@media (max-width:1100px) {
	.main.about .wrap .container .culture_box .culture_top ul li .cont .t {
		font-size: 20px;
		line-height: 24px
	}
}

@media (max-width:1024px) {
	.main.about .wrap .container .culture_box .culture_top ul li .cont .t {
		margin-top: 8px
	}
}

@media (max-width:600px) {
	.main.about .wrap .container .culture_box .culture_top ul li .cont .t {
		font-size: 18px;
		line-height: 20px;
		margin-top: 5px
	}
}

.main.about .wrap .container .culture_box .culture_top ul li .cont .e {
	font-size: 18px;
	line-height: 20px;
	color: #ccc;
	font-family: Arial;
	margin-top: 3px;
	transition: color .5s ease
}

@media (max-width:1100px) {
	.main.about .wrap .container .culture_box .culture_top ul li .cont .e {
		font-size: 16px;
		line-height: 18px
	}
}

@media (max-width:600px) {
	.main.about .wrap .container .culture_box .culture_top ul li .cont .e {
		font-size: 13px;
		line-height: 16px
	}
}

.main.about .wrap .container .culture_box .img_box {
	position: relative;
	overflow: hidden
}

.main.about .wrap .container .culture_box .img_box img {
	width: 100%;
	height: auto
}

@media (max-width:1024px) {
	.main.about .wrap .container .culture_box .img_box img {
		width: 130%;
		margin-left: -15%
	}
}

@media (max-width:600px) {
	.main.about .wrap .container .culture_box .img_box img {
		width: 150%;
		margin-left: -25%
	}
}

.main.about .wrap .container .culture_box .img_box .txt_box {
	position: absolute;
	left: 0;
	top: 0;
	width: 50%;
	height: 100%;
	padding-left: 8%;
	padding-right: 5.5%;
	background: rgba(0, 0, 0, .3);
	box-sizing: border-box
}

@media (max-width:1300px) {
	.main.about .wrap .container .culture_box .img_box .txt_box {
		padding-left: 6%
	}
}

@media (max-width:769px) {
	.main.about .wrap .container .culture_box .img_box .txt_box {
		padding: 0 3%
	}
}

@media (max-width:450px) {
	.main.about .wrap .container .culture_box .img_box .txt_box {
		width: 70%
	}
}

.main.about .wrap .container .culture_box .img_box .txt_box .tab {
	width: 100%;
	height: 100%;
	display: table
}

.main.about .wrap .container .culture_box .img_box .txt_box .tab .tab_cell {
	display: table-cell;
	vertical-align: middle
}

.main.about .wrap .container .culture_box .img_box .txt_box .tab .tab_cell .t {
	font-size: 36px;
	line-height: 46px;
	color: #fff
}

@media (max-width:1200px) {
	.main.about .wrap .container .culture_box .img_box .txt_box .tab .tab_cell .t {
		font-size: 30px;
		line-height: 40px
	}
}

@media (max-width:768px) {
	.main.about .wrap .container .culture_box .img_box .txt_box .tab .tab_cell .t {
		font-size: 24px;
		line-height: 30px
	}
}

@media (max-width:450px) {
	.main.about .wrap .container .culture_box .img_box .txt_box .tab .tab_cell .t {
		font-size: 20px;
		line-height: 26px
	}
}

.main.about .wrap .container .culture_box .img_box .txt_box .tab .tab_cell .en_t {
	font-size: 30px;
	line-height: 36px;
	color: #fff;
	font-weight: 700;
	font-family: Arial
}

@media (max-width:1200px) {
	.main.about .wrap .container .culture_box .img_box .txt_box .tab .tab_cell .en_t {
		font-size: 26px;
		line-height: 30px
	}
}

@media (max-width:768px) {
	.main.about .wrap .container .culture_box .img_box .txt_box .tab .tab_cell .en_t {
		font-size: 20px;
		line-height: 24px
	}
}

@media (max-width:450px) {
	.main.about .wrap .container .culture_box .img_box .txt_box .tab .tab_cell .en_t {
		font-size: 16px;
		line-height: 20px
	}
}

.main.about .wrap .container .culture_box .img_box .txt_box .tab .tab_cell .e {
	font-size: 18px;
	line-height: 22px;
	color: #fff;
	font-family: Arial;
	font-weight: 700
}

@media (max-width:768px) {
	.main.about .wrap .container .culture_box .img_box .txt_box .tab .tab_cell .e {
		font-size: 14px;
		line-height: 18px
	}
}

.main.about .wrap .container .culture_box .num_list {
	border-bottom: 1px solid #ededed
}

.main.about .wrap .container .culture_box .num_list ul li {
	width: 33.33%;
	float: left;
	padding-bottom: 21.97%;
	height: 0;
	overflow: hidden;
	background: #fbfbfb;
	position: relative
}

.main.about .wrap .container .culture_box .num_list ul li:nth-child(even) {
	background: #fff
}

@media (max-width:600px) {
	.main.about .wrap .container .culture_box .num_list ul li {
		width: 100%;
		float: none;
		height: auto;
		padding-bottom: 0
	}
}

.main.about .wrap .container .culture_box .num_list ul li .content {
	position: absolute;
	width: 100%;
	left: 0;
	top: 45%;
	margin-top: -82px;
	padding: 0 14%;
	box-sizing: border-box;
	height: 164px
}

@media (max-width:1300px) {
	.main.about .wrap .container .culture_box .num_list ul li .content {
		height: 150px;
		margin-top: -75px;
		top: 50%;
		padding: 0 10%
	}
}

@media (max-width:1100px) {
	.main.about .wrap .container .culture_box .num_list ul li .content {
		height: 130px;
		margin-top: -65px
	}
}

@media (max-width:850px) {
	.main.about .wrap .container .culture_box .num_list ul li .content {
		height: 90px;
		margin-top: -45px
	}
}

@media (max-width:600px) {
	.main.about .wrap .container .culture_box .num_list ul li .content {
		position: static;
		height: auto;
		padding: 30px 3%;
		margin-top: 0
	}
}

.main.about .wrap .container .culture_box .num_list ul li .content .num_box {
	text-align: center
}

.main.about .wrap .container .culture_box .num_list ul li .content .num_box .num {
	display: inline-block;
	position: relative
}

.main.about .wrap .container .culture_box .num_list ul li .content .num_box .num img {
	height: 76px;
	padding-right: 65px
}

@media (max-width:1300px) {
	.main.about .wrap .container .culture_box .num_list ul li .content .num_box .num img {
		height: 66px
	}
}

@media (max-width:1100px) {
	.main.about .wrap .container .culture_box .num_list ul li .content .num_box .num img {
		height: 55px
	}
}

@media (max-width:850px) {
	.main.about .wrap .container .culture_box .num_list ul li .content .num_box .num img {
		height: 40px
	}
}

.main.about .wrap .container .culture_box .num_list ul li .content .num_box .num .en {
	position: absolute;
	bottom: 0;
	font-size: 14px;
	line-height: 20px;
	color: #333;
	font-family: Arial;
	right: 10px;
	text-transform: uppercase
}

@media (max-width:1100px) {
	.main.about .wrap .container .culture_box .num_list ul li .content .num_box .num .en {
		font-size: 13px;
		line-height: 18px
	}
}

@media (max-width:850px) {
	.main.about .wrap .container .culture_box .num_list ul li .content .num_box .num .en {
		right: 0;
		font-size: 12px;
		line-height: 16px
	}
}

.main.about .wrap .container .culture_box .num_list ul li .content .txt {
	margin-top: 60px;
	font-size: 18px;
	line-height: 28px;
	color: #333;
	text-align: center
}

@media (max-width:1300px) {
	.main.about .wrap .container .culture_box .num_list ul li .content .txt {
		margin-top: 40px;
		font-size: 16px;
		line-height: 24px
	}
}

@media (max-width:1100px) {
	.main.about .wrap .container .culture_box .num_list ul li .content .txt {
		margin-top: 30px
	}
}

@media (max-width:850px) {
	.main.about .wrap .container .culture_box .num_list ul li .content .txt {
		margin-top: 15px;
		font-size: 14px;
		line-height: 24px
	}
}

.main.about .wrap .container .culture_box .company_box {
	padding: 0 3.9%
}

@media (max-width:768px) {
	.main.about .wrap .container .culture_box .company_box {
		padding: 0 3%
	}
}

.main.about .wrap .container .culture_box .company_box .pics {
	padding-bottom: 20px;
	text-align: center
}

@media (max-width:1024px) {
	.main.about .wrap .container .culture_box .company_box .pics {
		padding-bottom: 0
	}
}

.main.about .wrap .container .culture_box .company_box .pics img {
	max-width: 100%;
	height: auto !important
}

.main.about .wrap .container .culture_box .company_box .pics .img {
	display: none
}

.main.about .wrap .container .culture_box .company_box .pics .img.show {
	display: block
}

.main.about .wrap .container .culture_box .company_box .company_list {
	padding: 65px 0
}

@media (max-width:900px) {
	.main.about .wrap .container .culture_box .company_box .company_list {
		padding: 45px 0
	}
}

@media (max-width:650px) {
	.main.about .wrap .container .culture_box .company_box .company_list {
		padding: 25px 0
	}
}

.main.about .wrap .container .culture_box .company_box .company_list ul {
	text-align: center;
	font-size: 0
}

.main.about .wrap .container .culture_box .company_box .company_list ul li {
	display: inline-block;
	vertical-align: middle;
	width: 250px;
	height: 54px;
	background: #f5f5f5;
	border-radius: 27px;
	font-size: 20px;
	line-height: 54px;
	cursor: pointer;
	color: #454545;
	text-align: center;
	margin: 0 25px;
	position: relative;
	transform: background .5s, color .5s
}

.main.about .wrap .container .culture_box .company_box .company_list ul li.active {
	background: #004098;
	color: #fff
}

.main.about .wrap .container .culture_box .company_box .company_list ul li.active::after {
	opacity: 1
}

@media (max-width:1200px) {
	.main.about .wrap .container .culture_box .company_box .company_list ul li {
		font-size: 18px;
		line-height: 50px;
		height: 50px;
		width: 200px;
		margin: 0 20px
	}
}

@media (max-width:900px) {
	.main.about .wrap .container .culture_box .company_box .company_list ul li {
		font-size: 16px;
		line-height: 44px;
		height: 44px;
		width: 180px;
		margin: 0 5px
	}
}

@media (max-width:650px) {
	.main.about .wrap .container .culture_box .company_box .company_list ul li {
		width: 140px
	}
}

@media (max-width:500px) {
	.main.about .wrap .container .culture_box .company_box .company_list ul li {
		width: 110px;
		font-size: 14px;
		line-height: 36px;
		height: 36px
	}
}

@media (max-width:400px) {
	.main.about .wrap .container .culture_box .company_box .company_list ul li {
		width: 90px;
		margin: 5px
	}
}

@media (min-width:1024px) {
	.main.about .wrap .container .culture_box .company_box .company_list ul li:hover {
		background: #004098;
		color: #fff
	}

	.main.about .wrap .container .culture_box .company_box .company_list ul li:hover::after {
		opacity: 1
	}
}

.main.about .wrap .container .culture_box .company_box .company_list ul li::after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-top: 6px solid #004098;
	left: 50%;
	margin-left: -7px;
	transform: opacity .5s;
	bottom: -5px;
	opacity: 0
}

.main.about .wrap .container .about_box {
	padding: 0 3%;
	margin: 0 auto;
	padding-bottom: 90px;
	border-bottom: 1px solid #ededed
}

@media (max-width:1024px) {
	.main.about .wrap .container .about_box {
		padding: 0 0 70px 0
	}
}

@media (max-width:768px) {
	.main.about .wrap .container .about_box {
		padding: 0 3% 70px 3%
	}
}

@media (max-width:600px) {
	.main.about .wrap .container .about_box {
		padding: 0 3% 30px 3%
	}
}

.main.about .wrap .container .about_box .about_bot {
	margin-top: 1%
}

@media (max-width:950px) {
	.main.about .wrap .container .about_box .about_bot {
		margin-top: 10px
	}
}

.main.about .wrap .container .about_box .about_bot .bot_l {
	float: left;
	width: 32.14%;
	overflow: hidden
}

@media (min-width:1024px) {
	.main.about .wrap .container .about_box .about_bot .bot_l:hover img {
		transform: scale(1.05)
	}
}

.main.about .wrap .container .about_box .about_bot .bot_l img {
	width: 100%;
	height: auto;
	transition: all .5s ease
}

@media (max-width:950px) {
	.main.about .wrap .container .about_box .about_bot .bot_l {
		width: 100%;
		float: none
	}
}

.main.about .wrap .container .about_box .about_bot .bot_r {
	width: 66.42%;
	float: right;
	position: relative
}

@media (max-width:950px) {
	.main.about .wrap .container .about_box .about_bot .bot_r {
		width: 100%;
		margin-top: 10px;
		float: none
	}
}

.main.about .wrap .container .about_box .about_bot .bot_r .cont {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 50.54%;
	background: #004098;
	font-size: 18px;
	line-height: 30px;
	color: #fff;
	padding: 6.5% 4.2% 0 4.2%;
	box-sizing: border-box
}

.main.about .wrap .container .about_box .about_bot .bot_r .cont p {
	padding-bottom: 35px
}

@media (max-width:1350px) {
	.main.about .wrap .container .about_box .about_bot .bot_r .cont {
		padding-top: 5%
	}

	.main.about .wrap .container .about_box .about_bot .bot_r .cont p {
		padding-bottom: 30px
	}
}

@media (max-width:1300px) {
	.main.about .wrap .container .about_box .about_bot .bot_r .cont {
		font-size: 16px;
		line-height: 24px;
		padding: 4.5% 4.2% 0 4.2%
	}

	.main.about .wrap .container .about_box .about_bot .bot_r .cont p {
		padding-bottom: 20px
	}
}

@media (max-width:1100px) {
	.main.about .wrap .container .about_box .about_bot .bot_r .cont {
		font-size: 14px;
		line-height: 20px
	}

	.main.about .wrap .container .about_box .about_bot .bot_r .cont p {
		padding-bottom: 15px
	}
}

@media (max-width:950px) {
	.main.about .wrap .container .about_box .about_bot .bot_r .cont {
		line-height: 24px;
		position: static;
		width: 100%;
		padding: 4%
	}
}

.main.about .wrap .container .about_box .about_bot .bot_r .pic {
	width: 49.46%;
	overflow: hidden
}

@media (max-width:950px) {
	.main.about .wrap .container .about_box .about_bot .bot_r .pic {
		width: 100%
	}
}

@media (min-width:1024px) {
	.main.about .wrap .container .about_box .about_bot .bot_r .pic:hover img {
		transform: scale(1.05)
	}
}

.main.about .wrap .container .about_box .about_bot .bot_r .pic img {
	width: 100%;
	height: auto;
	transition: all .5s ease
}

.main.about .wrap .container .about_box .text_box {
	position: relative;
	margin-top: 100px
}

@media (max-width:1024px) {
	.main.about .wrap .container .about_box .text_box {
		margin-top: 70px
	}
}

@media (max-width:600px) {
	.main.about .wrap .container .about_box .text_box {
		margin-top: 20px
	}
}

.main.about .wrap .container .about_box .text_box .img {
	width: 50%;
	float: right;
	overflow: hidden
}

@media (min-width:1024px) {
	.main.about .wrap .container .about_box .text_box .img:hover img {
		transform: scale(1.05)
	}
}

.main.about .wrap .container .about_box .text_box .img img {
	width: 100%;
	height: auto;
	transition: all .5s ease
}

@media (max-width:950px) {
	.main.about .wrap .container .about_box .text_box .img {
		width: 100%;
		float: none
	}
}

.main.about .wrap .container .about_box .text_box .text_l {
	position: absolute;
	width: 49%;
	height: 100%;
	left: 0;
	top: 0;
	background: #f5f5f5;
	box-sizing: border-box;
	font-size: 18px;
	line-height: 30px;
	color: #454545;
	padding: 5% 2.7% 0 4.2%
}

.main.about .wrap .container .about_box .text_box .text_l strong {
	width: 100%;
	color: #5d92fe;
	margin: 30px auto;
	font-size: 30px;
	line-height: 50px;
	float: left;
	font-weight: 700
}

.main.about .wrap .container .about_box .text_box .text_l span {
	width: 100%;
	float: left;
	color: #014099;
	font-size: 36px;
	line-height: 60px
}

.main.about .wrap .container .about_box .text_box .text_l p {
	padding-bottom: 35px;
	padding-top: 35px;
	float: left
}

@media (max-width:1300px) {
	.main.about .wrap .container .about_box .text_box .text_l {
		font-size: 16px;
		line-height: 24px
	}

	.main.about .wrap .container .about_box .text_box .text_l p {
		padding-bottom: 20px
	}
}

@media (max-width:1100px) {
	.main.about .wrap .container .about_box .text_box .text_l {
		font-size: 14px;
		line-height: 20px
	}

	.main.about .wrap .container .about_box .text_box .text_l p {
		padding-bottom: 15px
	}
}

@media (max-width:950px) {
	.main.about .wrap .container .about_box .text_box .text_l {
		line-height: 24px;
		position: static;
		width: 100%;
		padding: 4%
	}
}

.main.about .wrap .container .about_box .about_top {
	padding-top: 100px
}

@media (max-width:1024px) {
	.main.about .wrap .container .about_box .about_top {
		padding-top: 70px
	}
}

@media (max-width:600px) {
	.main.about .wrap .container .about_box .about_top {
		padding-top: 20px
	}
}

.main.about .wrap .container .about_box .about_top .about_r {
	width: 50%;
	float: right;
	box-sizing: border-box;
	font-size: 18px;
	line-height: 30px;
	color: #666
}

@media (max-width:1300px) {
	.main.about .wrap .container .about_box .about_top .about_r {
		font-size: 16px;
		line-height: 24px
	}
}

@media (max-width:1100px) {
	.main.about .wrap .container .about_box .about_top .about_r {
		font-size: 14px;
		line-height: 20px
	}
}

@media (max-width:1024px) {
	.main.about .wrap .container .about_box .about_top .about_r {
		line-height: 24px;
		width: 100%;
		float: none;
		padding-right: 0;
		margin-top: 20px
	}
}

@media (max-width:600px) {
	.main.about .wrap .container .about_box .about_top .about_r {
		margin-top: 10px
	}
}

.main.about .wrap .container .about_box .about_top .about_l {
	float: left;
	width: 46.9%;
	position: relative
}

.main.about .wrap .container .about_box .about_top .about_l::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 37px;
	height: 28px;
	background: url("../images/img.png") no-repeat center center;
	background-size: cover
}

@media (max-width:1024px) {
	.main.about .wrap .container .about_box .about_top .about_l::after {
		display: none
	}
}

@media (max-width:950px) {
	.main.about .wrap .container .about_box .about_top .about_l {
		width: 100%;
		float: none
	}
}

.main.about .wrap .container .about_box .about_top .about_l .tit {
	padding-right: 32px;
	border-right: 1px solid #ececec;
	text-align: right;
}

@media (max-width:1024px) {
	.main.about .wrap .container .about_box .about_top .about_l .tit {
		padding-right: 0;
		border: none;
		padding-bottom: 0;
		text-align: left
	}
}

.main.about .wrap .container .about_box .about_top .about_l .tit .en {
	font-size: 56px;
	line-height: 56px;
	color: #054686;
	font-family: CENTURYGOTHIC-BOLD
}

@media (max-width:1300px) {
	.main.about .wrap .container .about_box .about_top .about_l .tit .en {
		font-size: 50px;
		line-height: 50px
	}
}

@media (max-width:1100px) {
	.main.about .wrap .container .about_box .about_top .about_l .tit .en {
		font-size: 46px;
		line-height: 46px
	}
}

@media (max-width:768px) {
	.main.about .wrap .container .about_box .about_top .about_l .tit .en {
		font-size: 28px;
		line-height: 36px
	}
}

.main.about .wrap .container .about_box .about_top .about_l .tit .txt {
	font-size: 32px;
	line-height: 40px;
	color: #454545;
	margin-top: 10px
}

.main.about .wrap .container .about_box .about_top .about_l .tit .content {
	margin-top: 20px;
	font-size: 16px;
	line-height: 30px;
	color: #777;
	text-align: left;
}

@media (max-width:1300px) {
	.main.about .wrap .container .about_box .about_top .about_l .tit .txt {
		font-size: 28px;
		line-height: 36px
	}
}

@media (max-width:1100px) {
	.main.about .wrap .container .about_box .about_top .about_l .tit .txt {
		font-size: 24px;
		line-height: 32px
	}
}

@media (max-width:1024px) {
	.main.about .wrap .container .about_box .about_top .about_l .tit .txt {
		margin-top: 5px
	}
}

@media (max-width:768px) {
	.main.about .wrap .container .about_box .about_top .about_l .tit .txt {
		font-size: 20px;
		line-height: 30px;
		margin-top: 0
	}
}

.main.about .wrap .container .honor {
	padding-bottom: 90px;
	border-bottom: 1px solid #ededed
}

@media (max-width:1024px) {
	.main.about .wrap .container .honor {
		padding-bottom: 70px
	}
}

@media (max-width:600px) {
	.main.about .wrap .container .honor {
		padding-bottom: 30px
	}
}

.main.about .wrap .container .honor .title {
	padding-top: 95px;
	text-align: center
}

@media (max-width:1024px) {
	.main.about .wrap .container .honor .title {
		padding-top: 70px
	}
}

@media (max-width:600px) {
	.main.about .wrap .container .honor .title {
		padding-top: 25px
	}
}

.main.about .wrap .container .honor .title .en {
	font-size: 30px;
	line-height: 36px;
	color: #414141;
	font-family: CENTURYGOTHIC-BOLD
}

@media (max-width:1024px) {
	.main.about .wrap .container .honor .title .en {
		font-size: 24px;
		line-height: 30px
	}
}

@media (max-width:600px) {
	.main.about .wrap .container .honor .title .en {
		font-size: 20px;
		line-height: 30px
	}
}

.main.about .wrap .container .honor .title .cn {
	font-size: 24px;
	line-height: 36px;
	color: #454545
}

@media (max-width:1024px) {
	.main.about .wrap .container .honor .title .cn {
		font-size: 20px;
		line-height: 30px
	}
}

@media (max-width:600px) {
	.main.about .wrap .container .honor .title .cn {
		font-size: 18px;
		line-height: 24px
	}
}

.main.news .wrap {
	background: #f5f5f5
}

.main.news .container {
	background: #fff
}

.main.news .container .news_box {
	padding: 0 3%;
	margin: 0 auto;
	padding-bottom: 0px;
	border-bottom: 1px solid #ededed
}

@media (max-width:768px) {
	.main.news .container .news_box {
		padding: 0 3%;
		padding-bottom: 70px
	}
}

@media (max-width:600px) {
	.main.news .container .news_box {
		padding-bottom: 0px
	}
}

.main.news .container .news_box .title {
	padding-top: 70px;
	text-align: center
}

@media (max-width:1024px) {
	.main.news .container .news_box .title {
		padding-top: 70px
	}
}

@media (max-width:600px) {
	.main.news .container .news_box .title {
		padding-top: 25px
	}
}

.main.news .container .news_box .title .en {
	font-size: 30px;
	line-height: 36px;
	color: #414141;
	font-family: CENTURYGOTHIC-BOLD
}

@media (max-width:1024px) {
	.main.news .container .news_box .title .en {
		font-size: 24px;
		line-height: 30px
	}
}

@media (max-width:600px) {
	.main.news .container .news_box .title .en {
		font-size: 20px;
		line-height: 30px
	}
}

.main.news .container .news_box .title .cn {
	font-size: 50px;
	line-height: 50px;
	color: #454545
}

@media (max-width:1024px) {
	.main.news .container .news_box .title .cn {
		font-size: 20px;
		line-height: 30px
	}
}

@media (max-width:600px) {
	.main.news .container .news_box .title .cn {
		font-size: 22px;
		line-height: 30px;
		margin-bottom: 25px;
	}
}

.main.news .container .news_box .news_list ul {
	width: 110%;
	margin-top: 4px
}

@media (max-width:800px) {
	.main.news .container .news_box .news_list ul {
		width: 100%
	}
}

@media (max-width:800px) {
	.main.news .container .news_box .news_list ul {
		padding-top: 30px
	}
}

@media (max-width:500px) {
	.main.news .container .news_box .news_list ul {
		padding-top: 10px
	}
}

.main.news .container .news_box .news_list ul li {
	float: left;
	width: 43%;
	background-color: #fff;
	margin-right: 4%;
	margin-top: 3%
}

.main.news .container .news_box .news_list ul li:nth-child(2n+2) {
	margin-right: 0;
}

@media (max-width:800px) {
	.main.news .container .news_box .news_list ul li {
		width: 48%;
		margin-right: 0;
		margin-top: 4%
	}

	.main.news .container .news_box .news_list ul li:nth-child(even) {
		float: right
	}
}

@media (max-width:500px) {
	.main.news .container .news_box .news_list ul li {
		width: 100%;
		float: none;
		margin-right: 0;
		margin-top: 15px
	}

	.main.news .container .news_box .news_list ul li:nth-child(even) {
		float: none
	}
}

.main.news .container .news_box .news_list ul li a {
	display: block
}

@media (min-width:1024px) {
	.main.news .container .news_box .news_list ul li a:hover .pic img {
		transform: scale(1.05)
	}
}

.main.news .container .news_box .news_list ul li a .pic {
	overflow: hidden;
	position: relative
}

.main.news .container .news_box .news_list ul li a .pic img {
	transition: all .5s ease;
	width: 100%;
	height: auto
}

.main.news .container .news_box .news_list ul li a .pic .date {
	text-align: center;
	width: 90px;
	position: absolute;
	left: 0;
	bottom: 0;
	background: #004098;
	padding-top: 8px;
	padding-bottom: 10px;
	z-index: 10
}

@media (max-width:800px) {
	.main.news .container .news_box .news_list ul li a .pic .date {
		width: 70px;
		padding-top: 5px;
		padding-bottom: 7px
	}
}

.main.news .container .news_box .news_list ul li a .pic .date .day {
	font-size: 48px;
	line-height: 50px;
	color: #fff;
	font-family: CENTURYGOTHIC-BOLD;
	font-weight: 700
}

@media (max-width:1200px) {
	.main.news .container .news_box .news_list ul li a .pic .date .day {
		font-size: 40px;
		line-height: 40px
	}
}

@media (max-width:800px) {
	.main.news .container .news_box .news_list ul li a .pic .date .day {
		font-size: 28px;
		line-height: 30px
	}
}

.main.news .container .news_box .news_list ul li a .pic .date .month {
	font-size: 14px;
	line-height: 18px;
	color: #fff;
	margin-top: 3px
}

@media (max-width:1200px) {
	.main.news .container .news_box .news_list ul li a .pic .date .month {
		margin-top: 0;
		font-size: 13px;
		line-height: 16px
	}
}

.main.news .container .news_box .news_list ul li a .cont {
	padding: 18px 4%;
	background: #f0f3f8;
}

.main.news .container .news_box .news_list ul li a .cont:hover {
	background: #5d92fe;
}

.main.news .container .news_box .news_list ul li a .cont:hover .time {
	color: #fff;
}

.main.news .container .news_box .news_list ul li a .cont:hover .detail .txt {
	color: #fff;
}

@media (max-width:1200px) {
	.main.news .container .news_box .news_list ul li a .cont {
		padding: 15px
	}
}

@media (max-width:500px) {
	.main.news .container .news_box .news_list ul li a .cont {
		padding-bottom: 0
	}
}

.main.news .container .news_box .news_list ul li a .cont .time {
	position: relative;
	padding-bottom: 18px;
	color: #666;
	font-size: 12px;
	line-height: 26px;
}

@media (max-width:800px) {
	.main.news .container .news_box .news_list ul li a .cont .time {
		padding-bottom: 10px
	}
}

.main.news .container .news_box .news_list ul li a .cont .time .t {
	font-size: 22px;
	line-height: 28px;
	color: #004098;
	font-weight: bold;
	height: 40px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.main.news .container .news_box .news_list ul li a .cont .time .text {
	height: 52px;
}

@media (max-width:1200px) {
	.main.news .container .news_box .news_list ul li a .cont .time .t {
		font-size: 16px;
		line-height: 28px
	}
}

@media (max-width:800px) {
	.main.news .container .news_box .news_list ul li a .cont .time .t {
		line-height: 24px;
		height: 48px
	}
}

.main.news .container .news_box .news_list ul li a .cont .detail {
	padding-bottom: 4px;
	padding-top: 13px
}

@media (max-width:800px) {
	.main.news .container .news_box .news_list ul li a .cont .detail {
		padding-top: 10px
	}
}

@media (max-width:500px) {
	.main.news .container .news_box .news_list ul li a .cont .detail {
		padding: 10px 0
	}
}

.main.news .container .news_box .news_list ul li a .cont .detail .txt {
	float: left;
	font-size: 14px;
	line-height: 26px;
	color: #999;
	text-transform: uppercase;
	font-family: CENTURYGOTHIC-BOLD;
	font-weight: 700
}

.main.news .container .news_box .news_list ul li a .cont .detail .icon {
	width: 26px;
	height: 26px;
	border-radius: 50%;
	float: right;
	margin-right: 5px;
	background: url("../images/jr.png") no-repeat center center #054686
}

.main.news .container .news_box .news_detail {
	width: 82%;
	margin-left: auto;
	margin-right: auto
}

@media (max-width:768px) {
	.main.news .container .news_box .news_detail {
		width: 94%
	}
}

.main.news .container .news_box .news_detail .detail_tit {
	padding-top: 52px;
	padding-bottom: 25px;
	text-align: center;
	border-bottom: 1px dashed #cdcdcd
}

@media (max-width:768px) {
	.main.news .container .news_box .news_detail .detail_tit {
		padding: 25px 0 15px 0
	}
}

.main.news .container .news_box .news_detail .detail_tit .t {
	font-size: 30px;
	line-height: 48px;
	color: #454545
}

@media (max-width:1200px) {
	.main.news .container .news_box .news_detail .detail_tit .t {
		font-size: 24px;
		line-height: 36px
	}
}

@media (max-width:768px) {
	.main.news .container .news_box .news_detail .detail_tit .t {
		font-size: 20px;
		line-height: 30px
	}
}

.main.news .container .news_box .news_detail .detail_tit .msg {
	font-size: 18px;
	line-height: 28px;
	color: #999;
	margin-top: 12px
}

@media (max-width:1200px) {
	.main.news .container .news_box .news_detail .detail_tit .msg {
		font-size: 16px;
		line-height: 24px
	}
}

@media (max-width:768px) {
	.main.news .container .news_box .news_detail .detail_tit .msg {
		font-size: 14px;
		line-height: 24px;
		margin-top: 6px
	}
}

.main.news .container .news_box .news_detail .detail_tit .msg span {
	color: #666
}

.main.news .container .news_box .news_detail .detail_con {
	font-size: 18px;
	line-height: 32px;
	color: #666;
	border-bottom: 1px dashed #cdcdcd;
	padding-bottom: 50px;
	padding-top: 34px
}

@media (max-width:1200px) {
	.main.news .container .news_box .news_detail .detail_con {
		font-size: 16px;
		line-height: 24px;
		padding-top: 25px;
		padding-bottom: 40px
	}
}

@media (max-width:768px) {
	.main.news .container .news_box .news_detail .detail_con {
		font-size: 14px;
		line-height: 24px;
		padding-top: 15px;
		padding-bottom: 20px
	}
}

.main.news .container .news_box .news_detail .detail_con img {
	max-width: 100%;
	height: auto !important
}

.main.news .container .news_box .news_detail .detail_bot {
	margin-top: 38px;
	position: relative;
	padding-right: 190px
}

@media (max-width:1200px) {
	.main.news .container .news_box .news_detail .detail_bot {
		padding-right: 150px;
		margin-top: 30px
	}
}

@media (max-width:768px) {
	.main.news .container .news_box .news_detail .detail_bot {
		padding-right: 120px;
		margin-top: 20px
	}
}

.main.news .container .news_box .news_detail .detail_bot .detail_l {
	font-size: 18px;
	line-height: 36px;
	color: #454545
}

@media (max-width:1200px) {
	.main.news .container .news_box .news_detail .detail_bot .detail_l {
		font-size: 16px;
		line-height: 30px
	}
}

@media (max-width:768px) {
	.main.news .container .news_box .news_detail .detail_bot .detail_l {
		font-size: 14px;
		line-height: 24px
	}
}

.main.news .container .news_box .news_detail .detail_bot .detail_l a {
	color: #454545;
	transition: color .3s, text-decoration .3s
}

@media (min-width:1024px) {
	.main.news .container .news_box .news_detail .detail_bot .detail_l a:hover {
		color: #054686;
		text-decoration: underline
	}
}

.main.news .container .news_box .news_detail .detail_bot .return {
	width: 180px;
	height: 56px;
	display: block;
	border-radius: 28px;
	background: #054686;
	text-align: center;
	font-size: 0;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -28px
}

@media (max-width:1200px) {
	.main.news .container .news_box .news_detail .detail_bot .return {
		width: 140px;
		height: 48px;
		border-radius: 24px;
		margin-top: -24px
	}
}

@media (max-width:768px) {
	.main.news .container .news_box .news_detail .detail_bot .return {
		width: 110px;
		height: 36px;
		margin-top: -18px
	}
}

.main.news .container .news_box .news_detail .detail_bot .return .ico {
	display: inline-block;
	vertical-align: middle;
	margin: 0 8px
}

@media (max-width:768px) {
	.main.news .container .news_box .news_detail .detail_bot .return .ico {
		margin: 0 3px
	}

	.main.news .container .news_box .news_detail .detail_bot .return .ico img {
		height: 16px
	}
}

.main.news .container .news_box .news_detail .detail_bot .return .txt {
	font-size: 16px;
	line-height: 56px;
	color: #fff;
	display: inline-block;
	vertical-align: middle;
	margin: 0 8px
}

@media (max-width:1200px) {
	.main.news .container .news_box .news_detail .detail_bot .return .txt {
		font-size: 14px;
		line-height: 48px
	}
}

@media (max-width:768px) {
	.main.news .container .news_box .news_detail .detail_bot .return .txt {
		margin: 0 3px;
		font-size: 14px;
		line-height: 36px
	}
}

.main.case .wrap {
	background: #f5f5f5
}

.main.case .wrap .container {
	background: #fff;
	box-sizing: border-box;
	padding-bottom: 95px;
}

@media (max-width:1024px) {
	.main.case .wrap .container {
		padding-bottom: 70px
	}
}

@media (max-width:600px) {
	.main.case .wrap .container {
		padding-bottom: 30px
	}
}

.main.case .wrap .container .case_box {
	padding: 0 3%;
	margin: 0 auto;
}

@media (max-width:768px) {
	.main.case .wrap .container .case_box {
		padding: 0 3%
	}
}

.main.case .wrap .container .case_box .classification_box {
	margin-top: 30px
}

@media (max-width:1024px) {
	.main.case .wrap .container .case_box .classification_box {
		margin-top: 50px
	}
}

@media (max-width:600px) {
	.main.case .wrap .container .case_box .classification_box {
		margin-top: 15px
	}
}

.main.case .wrap .container .case_box .classification_box {
	border-bottom: 1px solid #e8e8e8;
	display: table;
}

.main.case .wrap .container .case_box .classification_box ul {
	text-align: center;
	font-size: 0
}

.main.case .wrap .container .case_box .classification_box ul li {
	float: left;
	height: 40px;
	line-height: 40px;
	cursor: pointer;
	color: #454545;
	text-align: center;
	padding: 0 20px;
	position: relative;
	font-size: 14px;
}

.main.case .wrap .container .case_box .classification_box ul li a {
	color: #454545;
	font-size: 14px;
}

.main.case .wrap .container .case_box .classification_box ul li.active {
	background: #004098;
	color: #fff
}

.main.case .wrap .container .case_box .classification_box ul li.active2 {
	background: #f7f7f7;
	color: #004098;
	font-weight: bold;
}

.main.case .wrap .container .case_box .classification_box ul li.active::after {
	opacity: 1
}

.main.case .wrap .container .case_box .classification_box ul li.active a {
	color: #fff
}

@media (max-width:1200px) {
	.main.case .wrap .container .case_box .classification_box ul li {
		font-size: 18px;
		line-height: 50px;
		height: 50px;
		width: 200px;
		margin: 0 10px
	}
}

@media (max-width:1100px) {
	.main.case .wrap .container .case_box .classification_box ul li {
		font-size: 16px;
		line-height: 44px;
		height: 44px;
		width: 180px;
		margin: 0 5px
	}
}

@media (max-width:1024px) {
	.main.case .wrap .container .case_box .classification_box ul li {
		margin: 10px
	}
}

@media (max-width:650px) {
	.main.case .wrap .container .case_box .classification_box ul li {
		width: 150px
	}
}

@media (max-width:500px) {
	.main.case .wrap .container .case_box .classification_box ul li {
		width: 48%;
		font-size: 14px;
		line-height: 36px;
		height: 36px;
		margin: 8px 4% 8px 0;
		padding: 0px;
		float: left;
		overflow: hidden;
		background: #f7f7f7;
	}

	.main.case .wrap .container .case_box .classification_box ul li:nth-child(2n+2) {
		margin: 8px 0;
	}

	.main.case .wrap .container .case_box .classification_box ul li a {
		font-size: 14px;
	}
}

@media (min-width:1024px) {
	.main.case .wrap .container .case_box .classification_box ul li:hover {
		background: #004098;
		color: #fff
	}

	.main.case .wrap .container .case_box .classification_box ul li:hover::after {
		opacity: 1
	}

	.main.case .wrap .container .case_box .classification_box ul li:hover a {
		color: #fff
	}
}

.main.case .wrap .container .case_box .title {
	padding-top: 80px;
	text-align: center;
	padding-bottom: 20px;
}

@media (max-width:1024px) {
	.main.case .wrap .container .case_box .title {
		padding-top: 50px
	}
}

@media (max-width:600px) {
	.main.case .wrap .container .case_box .title {
		padding-top: 25px
	}
}

.main.case .wrap .container .case_box .title .en {
	font-size: 30px;
	line-height: 36px;
	color: #414141;
	font-family: CENTURYGOTHIC-BOLD
}

@media (max-width:1024px) {
	.main.case .wrap .container .case_box .title .en {
		font-size: 24px;
		line-height: 30px
	}
}

@media (max-width:600px) {
	.main.case .wrap .container .case_box .title .en {
		font-size: 20px;
		line-height: 30px
	}
}

.main.case .wrap .container .case_box .title .cn {
	font-size: 50px;
	line-height: 50px;
	color: #454545
}

@media (max-width:1024px) {
	.main.case .wrap .container .case_box .title .cn {
		font-size: 20px;
		line-height: 30px
	}
}

@media (max-width:600px) {
	.main.case .wrap .container .case_box .title .cn {
		font-size: 18px;
		line-height: 24px
	}
}

@media (max-width:1024px) {
	.main.case .wrap .container .case_box .case_list {
		margin-top: 10px
	}
}

@media (max-width:768px) {
	.main.case .wrap .container .case_box .case_list {
		margin-top: 0;
		display: table;
	}
}

.main.case .wrap .container .case_box .case_list ul {
	width: 110%;
	padding-bottom: 10px;
	margin-top: 4px
}

@media (max-width:800px) {
	.main.case .wrap .container .case_box .case_list ul {
		width: 100%
	}
}

@media (max-width:800px) {
	.main.case .wrap .container .case_box .case_list ul {
		padding-top: 30px
	}
}

@media (max-width:500px) {
	.main.case .wrap .container .case_box .case_list ul {
		padding-top: 10px;
		padding-bottom: 0
	}
}

.main.case .wrap .container .case_box .case_list ul li {
	float: left;
	width: 27.9%;
	background-color: #fff;
	box-shadow: 0 0 8px rgba(35, 35, 35, .11);
	margin-right: 3.37%;
	margin-top: 3%
}

@media (max-width:800px) {
	.main.case .wrap .container .case_box .case_list ul li {
		width: 48%;
		margin-right: 0;
		margin-top: 4%
	}

	.main.case .wrap .container .case_box .case_list ul li:nth-child(even) {
		float: right
	}
}

@media (max-width:500px) {
	.main.case .wrap .container .case_box .case_list ul li {
		width: 100%;
		float: none;
		margin-right: 0;
		margin-top: 15px
	}

	.main.case .wrap .container .case_box .case_list ul li:nth-child(even) {
		float: none
	}
}

.main.case .wrap .container .case_box .case_list ul li a {
	display: block
}

@media (min-width:1024px) {
	.main.case .wrap .container .case_box .case_list ul li a:hover .pic img {
		transform: scale(1.05)
	}
}

.main.case .wrap .container .case_box .case_list ul li a .pic {
	overflow: hidden
}

.main.case .wrap .container .case_box .case_list ul li a .pic img {
	transition: all .5s ease;
	width: 100%;
	height: auto
}

.main.case .wrap .container .case_box .case_list ul li a .cont {
	padding: 18px;
	padding-top: 0
}

@media (max-width:1200px) {
	.main.case .wrap .container .case_box .case_list ul li a .cont {
		padding: 15px;
		padding-top: 0
	}
}

@media (max-width:500px) {
	.main.case .wrap .container .case_box .case_list ul li a .cont {
		padding-bottom: 0
	}
}

.main.case .wrap .container .case_box .case_list ul li a .cont .tit {
	font-size: 18px;
	line-height: 56px;
	color: #454545;
	height: 56px;
	border-bottom: 1px solid #eee
}

@media (max-width:1200px) {
	.main.case .wrap .container .case_box .case_list ul li a .cont .tit {
		font-size: 16px;
		line-height: 50px;
		height: 50px
	}
}

@media (max-width:800px) {
	.main.case .wrap .container .case_box .case_list ul li a .cont .tit {
		height: 44px;
		font-size: 16px;
		line-height: 44px
	}
}

.main.case .wrap .container .case_box .case_list ul li a .cont .detail {
	padding-bottom: 4px;
	padding-top: 13px
}

@media (max-width:800px) {
	.main.case .wrap .container .case_box .case_list ul li a .cont .detail {
		padding-top: 10px
	}
}

@media (max-width:500px) {
	.main.case .wrap .container .case_box .case_list ul li a .cont .detail {
		padding: 10px 0
	}
}

.main.case .wrap .container .case_box .case_list ul li a .cont .detail .txt {
	float: left;
	font-size: 14px;
	line-height: 26px;
	color: #999;
	text-transform: uppercase;
	font-family: CENTURYGOTHIC-BOLD;
	font-weight: 700
}

.main.case .wrap .container .case_box .case_list ul li a .cont .detail .icon {
	width: 26px;
	height: 26px;
	border-radius: 50%;
	float: right;
	margin-right: 5px;
	background: url("../images/jr.png") no-repeat center center #004098
}

.main.case .wrap .container .case_box .list_box {
	margin-top: 60px;
	padding-bottom: 50px
}

@media (max-width:1024px) {
	.main.case .wrap .container .case_box .list_box {
		margin-top: 50px;
		padding-bottom: 0
	}
}

@media (max-width:600px) {
	.main.case .wrap .container .case_box .list_box {
		margin-top: 25px
	}
}

.main.case .wrap .container .case_box .list_box ul li {
	background: #f5f5f5;
	margin-top: 20px
}

.main.case .wrap .container .case_box .list_box ul li:nth-child(even) a .pic {
	float: left
}

@media (max-width:900px) {
	.main.case .wrap .container .case_box .list_box ul li:nth-child(even) a .pic {
		float: none
	}
}

.main.case .wrap .container .case_box .list_box ul li:nth-child(even) a .text_box {
	left: auto;
	right: 0
}

.main.case .wrap .container .case_box .list_box ul li a {
	display: block;
	overflow: hidden;
	position: relative
}

@media (min-width:1024px) {
	.main.case .wrap .container .case_box .list_box ul li a:hover .pic img {
		transform: scale(1.05)
	}

	.main.case .wrap .container .case_box .list_box ul li a:hover .text_box .tab .tab_cell .ds,
	.main.case .wrap .container .case_box .list_box ul li a:hover .text_box .tab .tab_cell .t {
		color: #094
	}

	.main.case .wrap .container .case_box .list_box ul li a:hover .text_box .tab .tab_cell .more::after {
		transform: scaleX(1);
		transform-origin: left center
	}

	.main.case .wrap .container .case_box .list_box ul li a:hover .text_box .tab .tab_cell .more span {
		color: #fff;
		background: url("../images/bg2.png") no-repeat left center
	}
}

.main.case .wrap .container .case_box .list_box ul li a .pic {
	width: 50%;
	overflow: hidden;
	float: right
}

.main.case .wrap .container .case_box .list_box ul li a .pic img {
	width: 100%;
	height: auto;
	transition: all .5s ease
}

@media (max-width:900px) {
	.main.case .wrap .container .case_box .list_box ul li a .pic {
		width: 100%;
		float: none
	}
}

.main.case .wrap .container .case_box .list_box ul li a .text_box {
	position: absolute;
	left: 0;
	top: 0;
	width: 50%;
	height: 100%;
	padding-left: 6%;
	padding-right: 4.6%;
	box-sizing: border-box
}

@media (max-width:1600px) {
	.main.case .wrap .container .case_box .list_box ul li a .text_box {
		padding-left: 4%;
		padding-right: 4%
	}
}

@media (max-width:900px) {
	.main.case .wrap .container .case_box .list_box ul li a .text_box {
		position: static;
		padding: 20px 15px;
		width: 100%
	}
}

.main.case .wrap .container .case_box .list_box ul li a .text_box .tab {
	width: 100%;
	height: 100%;
	display: table
}

.main.case .wrap .container .case_box .list_box ul li a .text_box .tab .tab_cell {
	display: table-cell;
	vertical-align: middle
}

.main.case .wrap .container .case_box .list_box ul li a .text_box .tab .tab_cell .t {
	font-size: 36px;
	line-height: 44px;
	color: #004098;
	transition: color .5s ease
}

@media (max-width:1600px) {
	.main.case .wrap .container .case_box .list_box ul li a .text_box .tab .tab_cell .t {
		font-size: 32px;
		line-height: 40px
	}
}

@media (max-width:1024px) {
	.main.case .wrap .container .case_box .list_box ul li a .text_box .tab .tab_cell .t {
		font-size: 24px;
		line-height: 36px
	}
}

@media (max-width:600px) {
	.main.case .wrap .container .case_box .list_box ul li a .text_box .tab .tab_cell .t {
		font-size: 20px;
		line-height: 28px
	}
}

.main.case .wrap .container .case_box .list_box ul li a .text_box .tab .tab_cell .ds {
	font-size: 24px;
	line-height: 30px;
	color: #454545;
	transition: color .5s ease;
	margin-top: 8px
}

@media (max-width:1600px) {
	.main.case .wrap .container .case_box .list_box ul li a .text_box .tab .tab_cell .ds {
		font-size: 20px;
		line-height: 28px
	}
}

@media (max-width:1200px) {
	.main.case .wrap .container .case_box .list_box ul li a .text_box .tab .tab_cell .ds {
		font-size: 18px;
		line-height: 26px
	}
}

@media (max-width:1024px) {
	.main.case .wrap .container .case_box .list_box ul li a .text_box .tab .tab_cell .ds {
		font-size: 16px;
		line-height: 24px
	}
}

.main.case .wrap .container .case_box .list_box ul li a .text_box .tab .tab_cell .con {
	font-size: 18px;
	line-height: 32px;
	color: #666;
	overflow: hidden;
	height: 96px;
	margin-top: 26px
}

@media (max-width:1600px) {
	.main.case .wrap .container .case_box .list_box ul li a .text_box .tab .tab_cell .con {
		font-size: 16px;
		line-height: 28px;
		height: 84px;
		margin-top: 20px
	}
}

@media (max-width:1200px) {
	.main.case .wrap .container .case_box .list_box ul li a .text_box .tab .tab_cell .con {
		margin-top: 15px;
		font-size: 15px;
		line-height: 24px;
		height: 72px
	}
}

@media (max-width:1024px) {
	.main.case .wrap .container .case_box .list_box ul li a .text_box .tab .tab_cell .con {
		font-size: 14px;
		line-height: 24px;
		margin-top: 10px
	}
}

.main.case .wrap .container .case_box .list_box ul li a .text_box .tab .tab_cell .more {
	display: block;
	border-radius: 27px;
	background-color: #fff;
	box-shadow: 0 0 16px rgba(0, 0, 0, .07);
	text-align: center;
	overflow: hidden;
	width: 180px;
	margin-top: 35px;
	position: relative;
	font-size: 14px;
	line-height: 54px;
	color: #333
}

@media (max-width:1200px) {
	.main.case .wrap .container .case_box .list_box ul li a .text_box .tab .tab_cell .more {
		margin-top: 20px;
		width: 160px;
		height: 48px;
		line-height: 48px
	}
}

@media (max-width:1024px) {
	.main.case .wrap .container .case_box .list_box ul li a .text_box .tab .tab_cell .more {
		margin-top: 10px;
		width: 140px;
		height: 40px;
		font-size: 14px;
		line-height: 40px
	}
}

@media (max-width:600px) {
	.main.case .wrap .container .case_box .list_box ul li a .text_box .tab .tab_cell .more {
		width: 110px;
		height: 34px;
		font-size: 14px;
		line-height: 34px
	}
}

.main.case .wrap .container .case_box .list_box ul li a .text_box .tab .tab_cell .more::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #094;
	transition: transform .6s cubic-bezier(.2, 1, .3, 1);
	transform-origin: right center;
	transform: scaleX(0)
}

.main.case .wrap .container .case_box .list_box ul li a .text_box .tab .tab_cell .more span {
	position: relative;
	z-index: 10;
	display: inline-block;
	vertical-align: middle;
	padding-left: 23px;
	background: url("../images/bg.png") no-repeat left center;
	transition: color .5s, background .5s;
	transition-timing-function: cubic-bezier(.2, 1, .3, 1)
}

.main.product {
	padding: 0 3%;
}

.main.product .wrap {
	background: #f5f5f5
}

.main.product .wrap .container {
	background: #fff
}

.main.product .wrap .container .product_box {
	margin: 0 auto;
	padding-bottom: 54px;
	border-bottom: 1px solid #ededed;
	width: 100%;
	float: left;
}

@media(max-width: 1440px) {
	.main.product .wrap .container .product_box {
		width: calc(100% - 300px);
	}
}

@media (max-width:768px) {
	.main.product .wrap .container .product_box {
		padding-bottom: 50px;
		width: 100%;
	}
}

@media (max-width:600px) {
	.main.product .wrap .container .product_box {
		padding-bottom: 30px
	}
}

.main.product .wrap .container .product_box video {
	max-width: 100%
}

@media (max-width:1024px) {
	.main.product .wrap .container .product_box .box {
		padding-top: 50px
	}
}

@media (max-width:600px) {
	.main.product .wrap .container .product_box .box {
		padding-top: 0px
	}
}

.main.product .wrap .container .product_box .box img {
	max-width: 100%;
	height: auto !important
}

.main.product .wrap .container .product_box .box.box2 {
	padding-top: 68px
}

@media (max-width:1024px) {
	.main.product .wrap .container .product_box .box.box2 {
		padding-top: 60px
	}
}

@media (max-width:600px) {
	.main.product .wrap .container .product_box .box.box2 {
		padding-top: 30px
	}
}

.main.product .wrap .container .product_box .box.box2 .box_top {
	padding-top: 65px
}

@media (max-width:1024px) {
	.main.product .wrap .container .product_box .box.box2 .box_top {
		padding-top: 60px
	}
}

@media (max-width:600px) {
	.main.product .wrap .container .product_box .box.box2 .box_top {
		padding-top: 30px
	}
}

.main.product .wrap .container .product_box .box.box2 .box_top .list {
	margin-top: 40px
}

@media (max-width:600px) {
	.main.product .wrap .container .product_box .box.box2 .box_top .list {
		margin-top: 25px
	}
}

.main.product .wrap .container .product_box .box .classification_box ul {
	text-align: center;
	font-size: 0
}

.main.product .wrap .container .product_box .box .classification_box ul li {
	display: inline-block;
	vertical-align: middle;
	width: 250px;
	height: 54px;
	background: #f5f5f5;
	border-radius: 27px;
	font-size: 20px;
	line-height: 54px;
	cursor: pointer;
	color: #454545;
	text-align: center;
	margin: 0 25px;
	position: relative;
	transform: background .5s, color .5s
}

.main.product .wrap .container .product_box .box .classification_box ul li a {
	color: #454545
}

.main.product .wrap .container .product_box .box .classification_box ul li.active {
	background: #004098;
	color: #fff
}

.main.product .wrap .container .product_box .box .classification_box ul li.active::after {
	opacity: 1
}

.main.product .wrap .container .product_box .box .classification_box ul li.active a {
	color: #fff
}

@media (max-width:1200px) {
	.main.product .wrap .container .product_box .box .classification_box ul li {
		font-size: 18px;
		line-height: 50px;
		height: 50px;
		width: 200px;
		margin: 0 20px
	}
}

@media (max-width:900px) {
	.main.product .wrap .container .product_box .box .classification_box ul li {
		font-size: 16px;
		line-height: 44px;
		height: 44px;
		width: 180px;
		margin: 0 5px
	}
}

@media (max-width:650px) {
	.main.product .wrap .container .product_box .box .classification_box ul li {
		width: 140px
	}
}

@media (max-width:500px) {
	.main.product .wrap .container .product_box .box .classification_box ul li {
		width: 110px;
		font-size: 14px;
		line-height: 36px;
		height: 36px
	}
}

@media (min-width:1024px) {
	.main.product .wrap .container .product_box .box .classification_box ul li:hover {
		background: #004098;
		color: #fff
	}

	.main.product .wrap .container .product_box .box .classification_box ul li:hover::after {
		opacity: 1
	}

	.main.product .wrap .container .product_box .box .classification_box ul li:hover a {
		color: #fff
	}
}

.main.product .wrap .container .product_box .box .classification_box ul li::after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-top: 6px solid #004098;
	left: 50%;
	margin-left: -7px;
	transform: opacity .5s;
	bottom: -6px;
	opacity: 0
}

.main.product .wrap .container .product_box .box .title2 {
	text-align: center;
}

.main.product .wrap .container .product_box .box .title2.mb {
	margin-bottom: 65px
}

.position2 {
	width: 100%;
	border-top: 1px solid #ccc;
	margin-top: 20px;
	padding-top: 20px;
}

.position2 a {
	color: #666;
}

.sellbox {
	margin-top: 50px;
}

.zx {
	display: block;
	width: 172px;
	height: 53px;
	float: left;
	font-size: 20px;
	color: #fff;
	line-height: 53px;
	background: #183883;
	text-align: center;
	text-decoration: none;
}

.zx img {
	position: relative;
	margin-left: 12px;
}

.zx a:hover {
	color: #5d92fe;
}

.phone {
	float: left;
	margin-left: 18px;
	margin-top: 6px;
}

.phone span {
	display: block;
	font-size: 13px;
	color: #666666;
}

.phone em {
	display: block;
	font-size: 24px;
	color: #153986;
	font-family: arial;
	line-height: 20px;
}

#case {
	text-align: left;
	margin: 50px auto;
	padding: 0 3%;
}

#case .list {
	width: 100%;
	margin: 0 auto
}

#case .list li {
	width: 48%;
	height: auto;
	float: left;
	overflow: hidden;
	background: #f3f3f3;
	margin-bottom: 3%;
	transition: .8s;
	-webkit-transition: .8s;
	-moz-transition: .8s;
	-o-transition: .8s
}

#case .list li:nth-of-type(2n+0) {
	float: right
}

#case .list li .img {
	position: relative;
	width: 40%;
	height: 266px;
	float: left;
	text-align: left;
	overflow: hidden
}

#case .list li .img img {
	position: absolute;
	left: -10%;
	top: -50%;
	width: 200%;
	height: 200%;
	transition: .5s;
	transition-duration: 1s;
	-ms-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-webkit-transition-duration: 1s
}

#case .list li .con {
	display: block;
	float: left;
	width: 50%;
	padding: 5%
}

#case .list li .con h3 {
	display: block;
	font-size: 18px;
	font-weight: 400;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	transition: .5s;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s
}

#case .list li .con .text {
	display: block;
	padding: 15px 0;
	line-height: 24px;
	font-size: 14px;
	color: #999;
	transition: .5s;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s
}

#case .list li .con .view {
	border: 1px solid rgba(0, 0, 0, .1);
	color: rgba(0, 0, 0, .3);
	font-size: 12px;
	display: inline-block;
	padding: 5px 10px;
	transition: .5s;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s
}

#case .list li:hover .img {
	box-shadow: 0 5px 5px rgba(0, 0, 0, .43)
}

#case .list li:hover .img img {
	transform: rotate(10deg) scale(1.1);
	-moz-transform: rotate(10deg) scale(1.1);
	-ms-transform: rotate(10deg) scale(1.1);
	-o-transform: rotate(10deg) scale(1.1);
	webkit-transform: rotate(10deg) scale(1.1)
}

#case .list li:hover {
	background: #183883
}

#case .list li:hover h3 {
	color: rgba(255, 255, 255, 1)
}

#case .list li:hover .text {
	color: rgba(255, 255, 255, .8)
}

#case .list li:hover .view {
	border: 1px solid rgba(255, 255, 255, .2);
	background: rgba(255, 255, 255, .1);
	color: rgba(255, 255, 255, .5)
}

#case .more {
	text-align: center;
	margin: 0 auto;
	padding: 15px 0
}

#case .more .loadcomplete {
	border-top: 1px solid #eee;
	width: 100%;
	padding: 20px 0;
	margin: 0 auto;
	font-size: 16px;
	color: #ccc
}

#view {
	margin: 50px auto;
	padding: 0 3%;
}

#view .case {
	position: relative;
	background: #eee;
	margin: 0 auto 20px auto
}

#view .case .img {
	float: left;
	width: 60%;
	max-width: 725px
}

#view .case .img img {
	width: 100%
}

#view .case .con {
	float: left;
	width: 30%;
	padding: 5%;
	text-align: left
}

#view .case .con h2 {
	font-size: 30px;
	color: #183883
}

#view .case .con .counts {
	padding: 10px 0;
	font-size: 14px;
	color: #999;
	line-height: 30px
}

#view .case .con .time {
	padding: 0 10px;
	font-size: 14px;
	color: #999
}

#view .case .btn {
	position: absolute;
	right: 70px;
	bottom: -3px;
	padding: 0
}

#view .case .btn .prev {
	width: 150px !important;
	height: 40px !important;
	line-height: 40px !important;
	background: #183883;
	display: inline-block;
	float: none;
	text-align: center;
	overflow: hidden;
	text-overflow: inherit;
	white-space: inherit
}

#view .case .btn .next {
	width: 150px !important;
	height: 40px !important;
	line-height: 40px !important;
	background: #183883;
	display: inline-block;
	float: right;
	text-align: center;
	overflow: hidden;
	text-overflow: inherit;
	white-space: inherit;
	margin-left: 1px
}

#view .case .btn .next a,
#view .case .btn .prev a {
	display: block;
	color: #fff !important;
	text-decoration: none !important
}

#view .case .btn .next:hover,
#view .case .btn .prev:hover {
	background: #666
}

#view .text {
	padding: 20px 0 50px 0;
	text-align: left;
	font-size: 16px;
	line-height: 28px;
	color: #666
}

#view .text img {
	max-width: 100%;
}

#view .text p {
	margin-bottom: 20px
}

@media(max-width: 768px) {
	#case .list li .img {
		width: 100%;
	}

	#case .list li .img img {
		left: unset;
		top: unset;
		width: 100%;
		height: unset;
	}

	#case .list li {
		width: 100%;
		margin-right: 0;
	}

	#view .case .img {
		width: 100%;
	}

	#view .case .con {
		width: 90%;
	}

	.main.product .wrap .container .product_box .box .title2 {
		margin-top: 20px;
	}
}

@media (max-width:1024px) {
	.main.product .wrap .container .product_box .box .title2.mb {
		margin-bottom: 60px
	}
}

@media (max-width:600px) {
	.main.product .wrap .container .product_box .box .title2.mb {
		margin-bottom: 30px
	}
}

.main.product .wrap .container .product_box .box .title2 .en {
	font-size: 28px;
	line-height: 32px;
	color: #454545;
	font-weight: 700;
	font-family: Arial
}

.main.product .wrap .container .product_box .box .title2 .en span {
	color: #014099
}

@media (max-width:1024px) {
	.main.product .wrap .container .product_box .box .title2 .en {
		font-size: 24px;
		line-height: 28px
	}
}

@media (max-width:600px) {
	.main.product .wrap .container .product_box .box .title2 .en {
		font-size: 20px;
		line-height: 24px
	}
}

.main.product .wrap .container .product_box .box .title2 .cn {
	font-size: 24px;
	line-height: 36px
}

@media (max-width:1024px) {
	.main.product .wrap .container .product_box .box .title2 .cn {
		font-size: 20px;
		line-height: 30px
	}
}

@media (max-width:600px) {
	.main.product .wrap .container .product_box .box .title2 .cn {
		font-size: 18px;
		line-height: 24px
	}
}

.main.product .wrap .container .product_box .box .title2 .cn .line {
	display: inline-block;
	vertical-align: middle;
	width: 36%;
	height: 1px;
	background: #e6e6e6
}

@media (max-width:500px) {
	.main.product .wrap .container .product_box .box .title2 .cn .line {
		width: 60px
	}
}

.main.product .wrap .container .product_box .box .box_bot {
	padding-top: 56px
}

@media (max-width:600px) {
	.main.product .wrap .container .product_box .box .box_bot {
		padding-top: 30px
	}
}

.main.product .wrap .container .product_box .box .box_bot.box_bot2 {
	padding-bottom: 30px
}

@media (max-width:1024px) {
	.main.product .wrap .container .product_box .box .box_bot.box_bot2 {
		padding-bottom: 0
	}
}

.main.product .wrap .container .product_box .box .box_bot .summary_list {
	text-align: center;
	margin-top: 30px
}

@media (max-width:600px) {
	.main.product .wrap .container .product_box .box .box_bot .summary_list {
		margin-top: 10px
	}
}

.main.product .wrap .container .product_box .box .box_bot .summary_list ul {
	font-size: 0;
	text-align: center
}

.main.product .wrap .container .product_box .box .box_bot .summary_list ul li {
	width: 33.33%;
	display: inline-block;
	vertical-align: top;
	padding: 0 4%;
	box-sizing: border-box;
	margin-top: 25px
}

@media (max-width:700px) {
	.main.product .wrap .container .product_box .box .box_bot .summary_list ul li {
		padding: 0 2%
	}
}

@media (max-width:650px) {
	.main.product .wrap .container .product_box .box .box_bot .summary_list ul li {
		width: 50%
	}
}

@media (max-width:400px) {
	.main.product .wrap .container .product_box .box .box_bot .summary_list ul li {
		width: 100%;
		padding: 0;
		margin-top: 20px
	}
}

@media (min-width:1024px) {
	.main.product .wrap .container .product_box .box .box_bot .summary_list ul li:hover .icon {
		transform: translateY(-10px)
	}
}

.main.product .wrap .container .product_box .box .box_bot .summary_list ul li .icon {
	width: 114px;
	height: 114px;
	background: #f9f9f9;
	border-radius: 50%;
	position: relative;
	margin: 0 auto;
	transition: transform .5s;
	border: 1px solid #ededed;
	box-sizing: border-box
}

@media (max-width:1024px) {
	.main.product .wrap .container .product_box .box .box_bot .summary_list ul li .icon {
		width: 100px;
		height: 100px
	}
}

@media (max-width:600px) {
	.main.product .wrap .container .product_box .box .box_bot .summary_list ul li .icon {
		width: 70px;
		height: 70px
	}
}

.main.product .wrap .container .product_box .box .box_bot .summary_list ul li .icon .img {
	position: absolute;
	width: 100px;
	height: 100px;
	left: 50%;
	margin-left: -50px;
	top: 50%;
	margin-top: -50px;
	border-radius: 50%;
	background: #fff
}

@media (max-width:1024px) {
	.main.product .wrap .container .product_box .box .box_bot .summary_list ul li .icon .img {
		width: 80px;
		height: 80px;
		margin-left: -40px;
		margin-top: -40px
	}
}

@media (max-width:600px) {
	.main.product .wrap .container .product_box .box .box_bot .summary_list ul li .icon .img {
		width: 50px;
		height: 50px;
		margin-left: -25px;
		margin-top: -25px
	}
}

.main.product .wrap .container .product_box .box .box_bot .summary_list ul li .icon .img img {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	max-width: 50%;
	max-height: 50%;
	margin: auto
}

.main.product .wrap .container .product_box .box .box_bot .summary_list ul li .cont {
	margin-top: 20px
}

@media (max-width:500px) {
	.main.product .wrap .container .product_box .box .box_bot .summary_list ul li .cont {
		margin-top: 10px
	}
}

.main.product .wrap .container .product_box .box .box_bot .summary_list ul li .cont .t {
	font-size: 24px;
	line-height: 40px;
	color: #454545
}

@media (max-width:1024px) {
	.main.product .wrap .container .product_box .box .box_bot .summary_list ul li .cont .t {
		font-size: 20px;
		line-height: 36px
	}
}

@media (max-width:600px) {
	.main.product .wrap .container .product_box .box .box_bot .summary_list ul li .cont .t {
		font-size: 18px;
		line-height: 28px
	}
}

.main.product .wrap .container .product_box .box .box_bot .summary_list ul li .cont .t_num {
	font-size: 36px;
	line-height: 40px;
	color: #454545;
	font-family: Arial
}

@media (max-width:1024px) {
	.main.product .wrap .container .product_box .box .box_bot .summary_list ul li .cont .t_num {
		font-size: 30px;
		line-height: 36px
	}
}

@media (max-width:600px) {
	.main.product .wrap .container .product_box .box .box_bot .summary_list ul li .cont .t_num {
		font-size: 24px;
		line-height: 28px
	}
}

.main.product .wrap .container .product_box .box .box_bot .summary_list ul li .cont .txt {
	font-size: 16px;
	line-height: 28px;
	color: #454545;
	margin-top: 10px
}

@media (max-width:1024px) {
	.main.product .wrap .container .product_box .box .box_bot .summary_list ul li .cont .txt {
		font-size: 14px;
		line-height: 24px;
		margin-top: 6px
	}
}

.main.product .wrap .container .product_box .box .box_t {
	font-size: 30px;
	line-height: 44px;
	color: #454545;
	font-weight: 700;
	text-align: center
}

@media (max-width:1024px) {
	.main.product .wrap .container .product_box .box .box_t {
		font-size: 26px;
		line-height: 36px
	}
}

@media (max-width:600px) {
	.main.product .wrap .container .product_box .box .box_t {
		font-size: 20px;
		line-height: 30px
	}
}

.main.product .wrap .container .product_box .box .box_top {
	width: 100%;
}

@media (max-width:1024px) {
	.main.product .wrap .container .product_box .box .box_top {
		padding-top: 60px
	}
}

@media (max-width:600px) {
	.main.product .wrap .container .product_box .box .box_top {
		padding-top: 0px
	}
}

.main.product .wrap .container .product_box .box .box_top.box_top2 {
	padding-top: 60px
}

@media (max-width:1024px) {
	.main.product .wrap .container .product_box .box .box_top.box_top2 {
		padding-top: 45px
	}
}

@media (max-width:600px) {
	.main.product .wrap .container .product_box .box .box_top.box_top2 {
		padding-top: 30px
	}
}

.main.product .wrap .container .product_box .box .box_top.box_top3 {
	padding-top: 60px
}

@media (max-width:1024px) {
	.main.product .wrap .container .product_box .box .box_top.box_top3 {
		padding-top: 45px
	}
}

@media (max-width:600px) {
	.main.product .wrap .container .product_box .box .box_top.box_top3 {
		padding-top: 30px
	}
}

.main.product .wrap .container .product_box .box .box_top.box_top3 .title2 {
	padding-bottom: 12px
}

@media (max-width:600px) {
	.main.product .wrap .container .product_box .box .box_top.box_top3 .title2 {
		padding-bottom: 0
	}
}

.main.product .wrap .container .product_box .box .box_top .list {
	margin-top: 40px;
}
.main.product .wrap .container .product_box .box .box_top .list h3{
	font-size: 18px;
	font-weight:bold;
}
.main.product .wrap .container .product_box .box .box_top .list ul li{
	 list-style-type: disc; 
	 margin-left:20px;
}
@media (max-width:600px) {
	.main.product .wrap .container .product_box .box .box_top .list {
		margin-top: 25px
	}
}

.main.product .wrap .container .product_box .box .box_top .list.list2 {
	margin-top: 0
}

.main.product .wrap .container .product_box .box .box_top .list.list_li ul .li .text ul li {
	padding-left: 20px;
	background-position-x: 0
}

.main.product .wrap .container .product_box .box .box_top .list ul .li {
	padding: 0px 5%;
	font-size: 16px;
	line-height: 28px;
	color: #454545
}

@media (max-width:1024px) {
	.main.product .wrap .container .product_box .box .box_top .list ul .li {
		font-size: 14px;
		line-height: 24px
	}
}

.main.product .wrap .container .product_box .box .box_top .list ul .li:nth-child(even) {
	background: #fff
}

@media (max-width:500px) {
	.main.product .wrap .container .product_box .box .box_top .list ul .li {
		padding: 20px 15px
	}
}

.main.product .wrap .container .product_box .box .box_top .list ul .li .tbox {
	overflow: hidden
}

.main.product .wrap .container .product_box .box .box_top .list ul .li .tbox .text_box {
	float: left;
	width: 42.5%
}

@media (max-width:850px) {
	.main.product .wrap .container .product_box .box .box_top .list ul .li .tbox .text_box {
		width: 100%;
		float: none
	}
}

.main.product .wrap .container .product_box .box .box_top .list ul .li .tbox .img {
	float: right;
	width: 51.96%;
	margin-top: 0
}

@media (max-width:850px) {
	.main.product .wrap .container .product_box .box .box_top .list ul .li .tbox .img {
		width: 100%;
		float: none;
		margin-top: 17px
	}
}

.main.product .wrap .container .product_box .box .box_top .list ul .li .t {
	font-size: 20px;
	line-height: 34px;
	color: #454545;
	font-weight: 700;
	padding-left: 30px;
	background: url("../images/bg1.png") no-repeat left 9px
}

@media (max-width:1024px) {
	.main.product .wrap .container .product_box .box .box_top .list ul .li .t {
		font-size: 16px;
		line-height: 24px;
		padding-left: 25px;
		background-size: 20px auto;
		background-position: 0 5px
	}
}

.main.product .wrap .container .product_box .box .box_top .list ul .li .des .tit {
	font-size: 18px;
	line-height: 30px;
	color: #454545;
	text-align: center;
	font-weight: 700
}

.prode {
	padding: 50px 6%;
	width: 88%;
	display: table;
}

.proleft {
	width: 35%;
	float: left;
}

.proright {
	width: 60%;
	float: right;
}

.proright .txt {
	font-size: 16px;
}

@media (max-width:1024px) {
	.main.product .wrap .container .product_box .box .box_top .list ul .li .des .tit {
		font-size: 16px;
		line-height: 26px
	}
}

.main.product .wrap .container .product_box .box .box_top .list ul .li .des .l1 {
	margin-top: 44px
}

@media (max-width:1024px) {
	.main.product .wrap .container .product_box .box .box_top .list ul .li .des .l1 {
		margin-top: 35px
	}
}

@media (max-width:600px) {
	.main.product .wrap .container .product_box .box .box_top .list ul .li .des .l1 {
		margin-top: 15px
	}
}

.main.product .wrap .container .product_box .box .box_top .list ul .li .des .l2 {
	margin-top: 55px
}

@media (max-width:1024px) {
	.main.product .wrap .container .product_box .box .box_top .list ul .li .des .l2 {
		margin-top: 45px
	}
}

@media (max-width:600px) {
	.main.product .wrap .container .product_box .box .box_top .list ul .li .des .l2 {
		margin-top: 15px
	}
}

.main.product .wrap .container .product_box .box .box_top .list ul .li .des .l2 .tit {
	margin-bottom: 10px
}

@media (max-width:600px) {
	.main.product .wrap .container .product_box .box .box_top .list ul .li .des .l2 .tit {
		margin-bottom: 0
	}

	.proleft {
		width: 100%;
	}

	.proright {
		width: 100%;
	}
}

.main.product .wrap .container .product_box .box .box_top .list ul .li .des .l2 .lbox {
	padding-bottom: 20px
}

@media (max-width:600px) {
	.main.product .wrap .container .product_box .box .box_top .list ul .li .des .l2 .lbox {
		padding-bottom: 0
	}
}

.main.product .wrap .container .product_box .box .box_top .list ul .li .des .l2 .lbox ul {
	width: 110%
}

@media (max-width:1024px) {
	.main.product .wrap .container .product_box .box .box_top .list ul .li .des .l2 .lbox ul {
		width: 100%
	}
}

.main.product .wrap .container .product_box .box .box_top .list ul .li .des .l2 .lbox ul li {
	float: left;
	width: 29.75%;
	margin-right: .8%
}

@media (max-width:1024px) {
	.main.product .wrap .container .product_box .box .box_top .list ul .li .des .l2 .lbox ul li {
		width: 100%;
		margin-right: 0
	}
}

.main.product .wrap .container .product_box .box .box_top .list ul .li .des .l2 .lbox ul li img {
	max-width: 100%
}

.main.product .wrap .container .product_box .box .box_top .list ul .li .des .l2 .lbox ul li .txt {
	padding: 0 15%;
	font-size: 16px;
	line-height: 32px;
	color: #454545;
	margin-top: 10px;
	text-align: center
}

@media (max-width:1024px) {
	.main.product .wrap .container .product_box .box .box_top .list ul .li .des .l2 .lbox ul li .txt {
		padding: 0 8%;
		font-size: 14px;
		line-height: 24px
	}
}

.main.product .wrap .container .product_box .box .box_top .list ul .li a.demo-gallery {
	cursor: default
}

.main.product .wrap .container .product_box .box .box_top .list ul .li .img {
	text-align: center;
	margin-top: 17px
}

.main.product .wrap .container .product_box .box .box_top .list ul .li .img img {
	max-width: 100%;
	height: auto !important
}

.main.product .wrap .container .product_box .box .box_top .list ul .li .co {
	font-size: 16px;
	line-height: 28px;
	color: #454545;
	padding-left: 12px
}

@media (max-width:1024px) {
	.main.product .wrap .container .product_box .box .box_top .list ul .li .co {
		font-size: 14px;
		line-height: 24px;
		padding-left: 10px
	}
}

.main.product .wrap .container .product_box .box .box_top .list ul .li .table {
	margin-top: 20px
}

.main.product .wrap .container .product_box .box .box_top .list ul .li .table img {
	max-width: 100%
}

.main.product .wrap .container .product_box .box .box_top .list ul .li .text {
	margin-top: 16px;
	text-align: center;
}

@media (max-width:600px) {
	.main.product .wrap .container .product_box .box .box_top .list ul .li .text {
		margin-top: 8px
	}
}

.main.product .wrap .container .product_box .box .box_top .list ul .li .text.text2 ul {
	width: 820px
}

@media (max-width:1100px) {
	.main.product .wrap .container .product_box .box .box_top .list ul .li .text.text2 ul {
		width: 100%
	}
}

.main.product .wrap .container .product_box .box .box_top .list ul .li .text.text2 ul li {
	width: 390px;
	float: left
}

.main.product .wrap .container .product_box .box .box_top .list ul .li .text.text2 ul li:nth-child(even) {
	float: right;
	width: 430px
}

@media (max-width:1100px) {
	.main.product .wrap .container .product_box .box .box_top .list ul .li .text.text2 ul li {
		width: 100% !important;
		float: none !important
	}
}

.main.product .wrap .container .product_box .box .box_top .list ul .li .text ul li {
	font-size: 16px;
	line-height: 28px;
	color: #454545;
	box-sizing: border-box;
	padding-left: 30px;
	background: url("../images/rad.png") no-repeat 12px 10px
}

.main.product .wrap .container .product_box .box .box_top .list ul .li .text ul li strong {
	color: #004098
}

@media (max-width:1024px) {
	.main.product .wrap .container .product_box .box .box_top .list ul .li .text ul li {
		font-size: 14px;
		line-height: 24px;
		padding-left: 0px;
		background-position: 10px 6px
	}
}

.main.product .wrap .container .product_box .box .box_top .list ul .li .text .son_list ul li {
	background: url("../images/son.png") no-repeat left center
}

.main.product .wrap .container .product_box .box .box_top .list ul .li .effect {
	margin-top: 36px
}

@media (max-width:1024px) {
	.main.product .wrap .container .product_box .box .box_top .list ul .li .effect {
		margin-top: 20px
	}
}

.main.product .wrap .container .product_box .box .box_top .list ul .li .effect ul {
	font-size: 0;
	text-align: center
}

.main.product .wrap .container .product_box .box .box_top .list ul .li .effect ul li {
	width: 50%;
	display: inline-block;
	vertical-align: top
}

.main.product .wrap .container .product_box .box .box_top .list ul .li .effect ul li:last-child {
	width: 60%
}

@media (max-width:700px) {
	.main.product .wrap .container .product_box .box .box_top .list ul .li .effect ul li {
		width: 100% !important
	}
}

.main.product .wrap .container .product_box .box .box_top .list ul .li .effect ul li a {
	display: block
}

.main.product .wrap .container .product_box .box .box_top .list ul .li .effect ul li a img {
	max-width: 100%
}

.main.product .wrap .container .product_box .box .box_top .list ul .li .effect ul li .txt {
	font-size: 16px;
	line-height: 28px;
	color: #454545;
	text-align: left;
	margin: 15px 60px;
	padding-left: 15px;
	background: url("../images/rad.png") no-repeat left 10px
}

@media (max-width:1024px) {
	.main.product .wrap .container .product_box .box .box_top .list ul .li .effect ul li .txt {
		font-size: 14px;
		line-height: 24px;
		margin: 15px 40px;
		background-position: left 8px
	}
}

@media (max-width:600px) {
	.main.product .wrap .container .product_box .box .box_top .list ul .li .effect ul li .txt {
		margin: 10px 0
	}
}

.main.product .wrap .container .product_box .box .consultation_bot {
	padding-bottom: 60px
}

@media (max-width:1024px) {
	.main.product .wrap .container .product_box .box .consultation_bot {
		padding-bottom: 40px
	}
}

@media (max-width:600px) {
	.main.product .wrap .container .product_box .box .consultation_bot {
		padding-bottom: 0
	}
}

.main.product .wrap .container .product_box .box .consultation_bot ul {
	font-size: 0;
	text-align: center
}

.main.product .wrap .container .product_box .box .consultation_bot ul li {
	display: inline-block;
	vertical-align: top;
	margin: 0 1.4%;
	width: 30.1%;
	margin-top: 2.8%
}

@media (max-width:650px) {
	.main.product .wrap .container .product_box .box .consultation_bot ul li {
		width: 100%;
		margin: 15px 0 0 0
	}
}

@media (min-width:1024px) {
	.main.product .wrap .container .product_box .box .consultation_bot ul li:hover .pic img {
		transform: scale(1.05)
	}
}

.main.product .wrap .container .product_box .box .consultation_bot ul li .pic {
	overflow: hidden
}

.main.product .wrap .container .product_box .box .consultation_bot ul li .pic img {
	width: 100%;
	display: block;
	height: auto;
	transition: all .5s ease
}

.main.product .wrap .container .product_box .box .consultation_bot ul li .txt {
	font-size: 18px;
	line-height: 32px;
	colorL: #454545;
	text-align: center;
	margin-top: 18px
}

@media (max-width:1200px) {
	.main.product .wrap .container .product_box .box .consultation_bot ul li .txt {
		font-size: 16px;
		line-height: 28px
	}
}

@media (max-width:1024px) {
	.main.product .wrap .container .product_box .box .consultation_bot ul li .txt {
		font-size: 14px;
		line-height: 24px;
		margin-top: 10px
	}
}

.main.product .wrap .container .product_box .box .consultation_box {
	width: 81.42%;
	margin-left: auto;
	margin-right: auto;
	background: #fff;
	margin-top: 45px;
	position: relative
}

@media (max-width:1024px) {
	.main.product .wrap .container .product_box .box .consultation_box {
		margin-top: 35px
	}
}

@media (max-width:850px) {
	.main.product .wrap .container .product_box .box .consultation_box {
		width: 94%
	}
}

@media (max-width:600px) {
	.main.product .wrap .container .product_box .box .consultation_box {
		margin-top: 30px
	}
}

@media (min-width:1024px) {
	.main.product .wrap .container .product_box .box .consultation_box:hover .pic img {
		transform: scale(1.05)
	}
}

.main.product .wrap .container .product_box .box .consultation_box .pic {
	width: 50%;
	overflow: hidden
}

.main.product .wrap .container .product_box .box .consultation_box .pic img {
	width: 100%;
	height: auto;
	transition: all .5s ease
}

@media (max-width:650px) {
	.main.product .wrap .container .product_box .box .consultation_box .pic {
		width: 100%
	}
}

.main.product .wrap .container .product_box .box .consultation_box .text {
	position: absolute;
	width: 50%;
	right: 0;
	top: 0;
	padding: 0 4.3%;
	box-sizing: border-box;
	height: 100%
}

@media (max-width:650px) {
	.main.product .wrap .container .product_box .box .consultation_box .text {
		position: static;
		padding: 15px;
		width: 100%
	}
}

.main.product .wrap .container .product_box .box .consultation_box .text .tab {
	width: 100%;
	height: 100%
}

.main.product .wrap .container .product_box .box .consultation_box .text .tab .tab_cell {
	width: 100%;
	height: 100%
}

.main.product .wrap .container .product_box .box .consultation_box .text .tab .tab_cell .text_con {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	height: 100%;
	padding: 15px 0;
	box-sizing: border-box
}

@media (max-width:650px) {
	.main.product .wrap .container .product_box .box .consultation_box .text .tab .tab_cell .text_con {
		height: auto;
		padding: 0
	}
}

.main.product .wrap .container .product_box .box .consultation_box .text .tab .tab_cell .text_con .mCustomScrollBox {
	width: 100%
}

.main.product .wrap .container .product_box .box .consultation_box .text .tab .tab_cell .text_con .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background: #004098
}

.main.product .wrap .container .product_box .box .consultation_box .text .tab .tab_cell .text_con .mCSB_scrollTools .mCSB_draggerRail {
	background: #ddd
}

.main.product .wrap .container .product_box .box .consultation_box .text .tab .tab_cell .text_con .t {
	width: 100%;
	font-size: 28px;
	line-height: 44px;
	color: #454545
}

@media (max-width:1200px) {
	.main.product .wrap .container .product_box .box .consultation_box .text .tab .tab_cell .text_con .t {
		font-size: 24px;
		line-height: 36px
	}
}

@media (max-width:1024px) {
	.main.product .wrap .container .product_box .box .consultation_box .text .tab .tab_cell .text_con .t {
		font-size: 20px;
		line-height: 30px
	}
}

.main.product .wrap .container .product_box .box .consultation_box .text .tab .tab_cell .text_con .con {
	width: 100%;
	margin-top: 22px;
	font-size: 18px;
	line-height: 32px;
	color: #666
}

@media (max-width:1200px) {
	.main.product .wrap .container .product_box .box .consultation_box .text .tab .tab_cell .text_con .con {
		font-size: 16px;
		line-height: 28px;
		margin-top: 15px
	}
}

@media (max-width:1024px) {
	.main.product .wrap .container .product_box .box .consultation_box .text .tab .tab_cell .text_con .con {
		font-size: 14px;
		line-height: 24px;
		margin-top: 10px
	}
}

.main.join .wrap {
	background: #f5f5f5
}

.main.join .wrap .container {
	background: #fff;
	padding-bottom: 95px;
	border-bottom: 1px solid #ededed
}

@media (max-width:1024px) {
	.main.join .wrap .container {
		padding-bottom: 70px
	}
}

@media (max-width:600px) {
	.main.join .wrap .container {
		padding-bottom: 30px
	}
}

.main.join .wrap .container .join_box {
	padding: 0 3.9%
}

@media (max-width:768px) {
	.main.join .wrap .container .join_box {
		padding: 0 3%
	}
}

.main.join .wrap .container .join_box .classification_box {
	margin-top: 75px
}

@media (max-width:1024px) {
	.main.join .wrap .container .join_box .classification_box {
		margin-top: 50px
	}
}

@media (max-width:600px) {
	.main.join .wrap .container .join_box .classification_box {
		margin-top: 15px
	}
}

.main.join .wrap .container .join_box .classification_box ul {
	text-align: center;
	font-size: 0
}

.main.join .wrap .container .join_box .classification_box ul li {
	display: inline-block;
	vertical-align: middle;
	width: 250px;
	height: 54px;
	background: #f5f5f5;
	border-radius: 27px;
	font-size: 20px;
	line-height: 54px;
	cursor: pointer;
	color: #454545;
	text-align: center;
	margin: 0 16px;
	position: relative;
	transform: background .5s, color .5s
}

.main.join .wrap .container .join_box .classification_box ul li a {
	color: #454545
}

.main.join .wrap .container .join_box .classification_box ul li.active {
	background: #004098;
	color: #fff
}

.main.join .wrap .container .join_box .classification_box ul li.active::after {
	opacity: 1
}

.main.join .wrap .container .join_box .classification_box ul li.active a {
	color: #fff
}

@media (max-width:1200px) {
	.main.join .wrap .container .join_box .classification_box ul li {
		font-size: 18px;
		line-height: 50px;
		height: 50px;
		width: 200px;
		margin: 0 10px
	}
}

@media (max-width:1100px) {
	.main.join .wrap .container .join_box .classification_box ul li {
		font-size: 16px;
		line-height: 44px;
		height: 44px;
		width: 180px;
		margin: 0 5px
	}
}

@media (max-width:1024px) {
	.main.join .wrap .container .join_box .classification_box ul li {
		margin: 10px
	}
}

@media (max-width:650px) {
	.main.join .wrap .container .join_box .classification_box ul li {
		width: 150px
	}
}

@media (max-width:500px) {
	.main.join .wrap .container .join_box .classification_box ul li {
		width: 130px;
		font-size: 14px;
		line-height: 36px;
		height: 36px;
		margin: 8px
	}
}

@media (min-width:1024px) {
	.main.join .wrap .container .join_box .classification_box ul li:hover {
		background: #004098;
		color: #fff
	}

	.main.join .wrap .container .join_box .classification_box ul li:hover::after {
		opacity: 1
	}

	.main.join .wrap .container .join_box .classification_box ul li:hover a {
		color: #fff
	}
}

.main.join .wrap .container .join_box .classification_box ul li::after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-top: 6px solid #004098;
	left: 50%;
	margin-left: -7px;
	transform: opacity .5s;
	bottom: -6px;
	opacity: 0
}

.main.join .wrap .container .join_box .join_list {
	margin-top: 32px
}

@media (max-width:700px) {
	.main.join .wrap .container .join_box .join_list {
		margin-top: 10px
	}
}

@media (max-width:500px) {
	.main.join .wrap .container .join_box .join_list ul {
		margin-top: 10px
	}
}

.main.join .wrap .container .join_box .join_list ul li {
	width: 48.4%;
	border: 1px solid #efefef;
	background: #fff;
	float: left;
	display: inline-block;
	vertical-align: top;
	margin-top: 2%;
	border-radius: 3px;
	padding: 30px 30px 0 50px;
	box-sizing: border-box
}

.main.join .wrap .container .join_box .join_list ul li:nth-child(even) {
	float: right
}

@media (max-width:1024px) {
	.main.join .wrap .container .join_box .join_list ul li {
		padding: 20px 20px 0 40px
	}
}

@media (max-width:700px) {
	.main.join .wrap .container .join_box .join_list ul li {
		padding: 20px;
		float: none !important;
		width: 100%;
		padding-bottom: 0;
		margin-top: 15px
	}
}

.main.join .wrap .container .join_box .join_list ul li .job_name {
	font-size: 24px;
	line-height: 42px;
	color: #454545;
	padding-left: 40px;
	background: url("../images/job.png") no-repeat left center
}

@media (max-width:1024px) {
	.main.join .wrap .container .join_box .join_list ul li .job_name {
		font-size: 20px;
		line-height: 36px
	}
}

.main.join .wrap .container .join_box .join_list ul li .content {
	margin-top: 5px
}

.main.join .wrap .container .join_box .join_list ul li .content .msg {
	height: 280px
}

.main.join .wrap .container .join_box .join_list ul li .content .msg .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background: #004098;
	border-radius: 0 !important;
	opacity: 1
}

.main.join .wrap .container .join_box .join_list ul li .content .msg .mCSB_scrollTools .mCSB_draggerRail {
	background: #e1e1e1
}

@media (max-width:1024px) {
	.main.join .wrap .container .join_box .join_list ul li .content .msg {
		height: 180px
	}
}

@media (max-width:1024px) {
	.main.join .wrap .container .join_box .join_list ul li .content .msg {
		height: auto
	}
}

.main.join .wrap .container .join_box .join_list ul li .content .msg .t {
	font-size: 16px;
	line-height: 26px;
	color: #666;
	margin-top: 12px;
	font-weight: 700
}

@media (max-width:1024px) {
	.main.join .wrap .container .join_box .join_list ul li .content .msg .t {
		font-size: 15px;
		line-height: 25px;
		margin-top: 8px
	}
}

.main.join .wrap .container .join_box .join_list ul li .content .msg .con {
	font-size: 16px;
	line-height: 28px;
	color: #666;
	margin-top: 7px
}

@media (max-width:1024px) {
	.main.join .wrap .container .join_box .join_list ul li .content .msg .con {
		font-size: 14px;
		line-height: 24px;
		margin-top: 4px
	}
}

.main.join .wrap .container .join_box .join_list ul li .content .job_bot {
	margin-top: 25px;
	margin-right: 20px;
	position: relative;
	border-top: 1px dashed #e1e1e1;
	position: relative;
	padding-top: 22px;
	padding-bottom: 22px;
	padding-right: 140px;
	min-height: 40px
}

@media (max-width:1024px) {
	.main.join .wrap .container .join_box .join_list ul li .content .job_bot {
		padding-right: 120px;
		min-height: 36px
	}
}

@media (max-width:750px) {
	.main.join .wrap .container .join_box .join_list ul li .content .job_bot {
		padding-right: 0;
		margin-top: 15px
	}
}

@media (max-width:700px) {
	.main.join .wrap .container .join_box .join_list ul li .content .job_bot {
		margin-right: 0;
		min-height: inherit;
		padding: 15px 0;
		height: auto !important
	}
}

.main.join .wrap .container .join_box .join_list ul li .content .job_bot a {
	display: block;
	width: 130px;
	height: 40px;
	border-radius: 40px;
	font-size: 16px;
	line-height: 40px;
	color: #fff;
	background: #004098;
	text-align: center;
	position: absolute;
	right: 0;
	top: 22px;
	border-radius: 40px
}

@media (max-width:1024px) {
	.main.join .wrap .container .join_box .join_list ul li .content .job_bot a {
		width: 110px;
		height: 36px;
		font-size: 14px;
		line-height: 36px
	}
}

@media (max-width:750px) {
	.main.join .wrap .container .join_box .join_list ul li .content .job_bot a {
		position: static;
		margin-top: 10px
	}
}

.main.join .wrap .container .join_box .join_list ul li .content .job_bot .job_txt {
	height: 40px
}

@media (max-width:1024px) {
	.main.join .wrap .container .join_box .join_list ul li .content .job_bot .job_txt {
		height: 36px
	}
}

@media (max-width:700px) {
	.main.join .wrap .container .join_box .join_list ul li .content .job_bot .job_txt {
		height: auto
	}
}

.main.join .wrap .container .join_box .join_list ul li .content .job_bot .job_txt .tb {
	width: 100%;
	height: 100%;
	display: table
}

.main.join .wrap .container .join_box .join_list ul li .content .job_bot .job_txt .tb .tb_cell {
	display: table-cell;
	vertical-align: middle;
	font-size: 16px;
	line-height: 20px;
	color: #666
}

.main.join .wrap .container .join_box .join_list ul li .content .job_bot .job_txt .tb .tb_cell span {
	color: #004098
}

@media (max-width:1024px) {
	.main.join .wrap .container .join_box .join_list ul li .content .job_bot .job_txt .tb .tb_cell {
		font-size: 14px;
		line-height: 22px
	}
}

.main.join .wrap .container .join_box .jm {
	padding-top: 50px
}

@media (max-width:1024px) {
	.main.join .wrap .container .join_box .jm {
		padding-top: 30px
	}
}

@media (max-width:600px) {
	.main.join .wrap .container .join_box .jm {
		padding-top: 25px
	}
}

.main.join .wrap .container .join_box .jm .group {
	width: 100%;
	height: auto
}

.main.join .wrap .container .join_box .jm .group .input-group {
	width: 50%;
	float: left;
	margin-bottom: 8px
}

.main.join .wrap .container .join_box .jm .group .input-group select {
	background: 0 0
}

.main.join .wrap .container .join_box .jm .group .input-group .code {
	width: 100%;
	position: relative
}

.main.join .wrap .container .join_box .jm .group .input-group .code img {
	position: absolute;
	right: 5%;
	top: 0;
	bottom: 0;
	margin: auto;
	max-width: 100%;
	max-height: 90%
}

@media (max-width:1024px) {
	.main.join .wrap .container .join_box .jm .group .input-group .code img {
		right: 10px
	}
}

.main.join .wrap .container .join_box .jm .group .input-group.file {
	height: 60px
}

.main.join .wrap .container .join_box .jm .group .input-group.file input {
	position: relative;
	top: 5px;
	font-size: 14px;
	color: #333
}

.main.join .wrap .container .join_box .jm .group .input-group.resume {
	float: none;
	clear: both
}

.main.join .wrap .container .join_box .jm .group .input-group.resume .text {
	width: 196%;
	resize: none;
	height: 150px;
	background: 0 0;
	border: 1px solid #e7e7e7
}

.main.join .wrap .container .join_box .jm .group .input-group label {
	font-size: 14px;
	line-height: 26px;
	display: block;
	color: #333;
	margin-bottom: 5px
}

.main.join .wrap .container .join_box .jm .group .input-group label span {
	color: red;
	font-size: 14px;
	line-height: 26px
}

.main.join .wrap .container .join_box .jm .group .input-group .text {
	width: 96%;
	height: 34px;
	line-height: 34px;
	border: 1px solid #e7e7e7;
	text-indent: 1em;
	color: #333;
	box-sizing: border-box
}

.main.join .wrap .container .join_box .jm .group .input-group input.text {
	height: 34px;
	line-height: 34px;
	background: 0 0;
	font-size: 14px
}

@media (max-width:1240px) {
	.main.join .wrap .container .join_box .jm .group .input-group.resume {
		float: none;
		clear: both
	}

	.main.join .wrap .container .join_box .jm .group .input-group.resume .text {
		width: 192%;
		resize: none;
		height: 180px;
		background: 0 0
	}

	.main.join .wrap .container .join_box .jm .group .input-group label {
		font-size: 14px;
		line-height: 26px;
		display: block
	}

	.main.join .wrap .container .join_box .jm .group .input-group .text {
		width: 92%;
		height: 34px;
		line-height: 34px;
		box-sizing: border-box
	}

	.main.join .wrap .container .join_box .jm .group .input-group input.text {
		height: 34px;
		line-height: 34px;
		background: 0 0;
		font-size: 14px
	}
}

@media (max-width:1024px) {
	.main.join .wrap .container .join_box .jm .group .input-group {
		width: 100%;
		margin-bottom: 10px;
		float: none
	}

	.main.join .wrap .container .join_box .jm .group .input-group .text {
		width: 100%;
		height: 30px;
		line-height: 30px
	}

	.main.join .wrap .container .join_box .jm .group .input-group.resume .text {
		width: 100%;
		resize: none;
		height: 100px
	}
}

.main.join .wrap .container .join_box .jm .btn-box {
	margin-top: 20px;
	padding-bottom: 10px
}

.main.join .wrap .container .join_box .jm .btn-box .btn {
	width: 152px;
	text-align: center;
	height: 40px;
	line-height: 40px;
	border-radius: 40px;
	font-size: 16px;
	color: #fff;
	padding: 0;
	border: 1px solid #004098;
	background: #004098;
	clear: both
}

@media (max-width:1240px) {
	.main.join .wrap .container .join_box .jm .btn-box {
		width: 90%
	}

	.main.join .wrap .container .join_box .jm .btn-box .btn {
		width: 120px;
		height: 35px;
		line-height: 35px;
		font-size: 14px
	}
}

@media (max-width:1024px) {
	.main.join .wrap .container .join_box .jm .btn-box {
		width: 90%
	}

	.main.join .wrap .container .join_box .jm .btn-box .btn {
		width: 100px;
		height: 30px;
		line-height: 30px;
		font-size: 14px
	}
}

@media (max-width:900px) {
	.main.contact .wrap .container {
		padding: 50px 0
	}
}

@media (max-width:768px) {
	.main.contact .wrap .container {
		padding: 30px 3%;
		box-sizing: border-box
	}
}

.main.contact .wrap .container .map_box {
	float: left;
	margin-top: 100px;
	width: 44.4%;
	margin-left: 3.28%;
	position: relative
}

.main.contact .wrap .container .map_box.delay2 {
	transition-delay: .2s
}

@media (max-width:1600px) {
	.main.contact .wrap .container .map_box {
		margin-top: 100px;
		width: 48%
	}
}

@media (max-width:900px) {
	.main.contact .wrap .container .map_box {
		width: 70%;
		float: none;
		margin-left: auto;
		margin-right: auto;
		margin-top: 20px
	}
}

@media (max-width:450px) {
	.main.contact .wrap .container .map_box {
		width: 100%
	}
}

.main.contact .wrap .container .map_box .map {
	width: 100%;
	height: auto
}

.main.contact .wrap .container .map_box .address {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0
}

.main.contact .wrap .container .map_box .address ul li {
	width: 8.29%;
	position: absolute;
	height: 10.53%
}

.main.contact .wrap .container .map_box .address ul li.li1 {
	left: 88.88%;
	top: 50%
}

.main.contact .wrap .container .map_box .address ul li.li1 .icon {
	left: -42.85%;
	top: 71.18%
}

.main.contact .wrap .container .map_box .address ul li.li2 {
	top: 25.7%;
	left: 63.4%
}

.main.contact .wrap .container .map_box .address ul li.li3 {
	left: 70.5%;
	top: 63.39%
}

.main.contact .wrap .container .map_box .address ul li.li3 .icon {
	left: 107%;
	top: 101.6%
}

@media (min-width:1024px) {

	.main.contact .wrap .container .map_box .address ul li:hover .city_name img,
	.main.contact .wrap .container .map_box .address ul li:hover .icon img {
		opacity: 0
	}

	.main.contact .wrap .container .map_box .address ul li:hover .city_name img.active,
	.main.contact .wrap .container .map_box .address ul li:hover .icon img.active {
		opacity: 1
	}
}

.main.contact .wrap .container .map_box .address ul li.active .city_name img,
.main.contact .wrap .container .map_box .address ul li.active .icon img {
	opacity: 0
}

.main.contact .wrap .container .map_box .address ul li.active .city_name img.active,
.main.contact .wrap .container .map_box .address ul li.active .icon img.active {
	opacity: 1
}

.main.contact .wrap .container .map_box .address ul li .city_name {
	width: 100%;
	position: absolute
}

.main.contact .wrap .container .map_box .address ul li .city_name img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%
}

.main.contact .wrap .container .map_box .address ul li .city_name img.active {
	opacity: 0
}

.main.contact .wrap .container .map_box .address ul li .icon {
	position: absolute;
	width: 35.7%;
	left: 119.64%;
	top: 79.66%
}

.main.contact .wrap .container .map_box .address ul li .icon img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%
}

.main.contact .wrap .container .map_box .address ul li .icon img.active {
	opacity: 0
}

.main.contact .wrap .container .contact_l {
	width: 46.5%;
	float: left;
	overflow: hidden;
	margin: 100px 0;
}

@media (max-width:900px) {
	.main.contact .wrap .container .contact_l {
		width: 100%;
		float: none;
		margin: 10px 0 30px;
	}
}

.main.contact .wrap .container .contact_l .contact_top {
	background: #054686;
	height: 400px;
	padding: 0 10.1%;
	box-sizing: border-box;
	position: relative
}

@media (max-width:1600px) {
	.main.contact .wrap .container .contact_l .contact_top {
		height: 350px
	}
}

@media (max-width:1200px) {
	.main.contact .wrap .container .contact_l .contact_top {
		padding: 0 5%
	}
}

@media (max-width:1024px) {
	.main.contact .wrap .container .contact_l .contact_top {
		height: 280px
	}
}

@media (max-width:900px) {
	.main.contact .wrap .container .contact_l .contact_top {
		width: 50%;
		float: left;
		height: 300px;
		padding: 0 15px
	}
}

@media (max-width:768px) {
	.main.contact .wrap .container .contact_l .contact_top {
		width: 100%;
		height: auto;
		padding: 40px 15px;
		float: none
	}
}

.main.contact .wrap .container .contact_l .contact_top .img {
	position: absolute;
	left: 0;
	width: 100%;
	bottom: -25px
}

@media (max-width:1600px) {
	.main.contact .wrap .container .contact_l .contact_top .img {
		bottom: -10px
	}
}

@media (max-width:800px) {
	.main.contact .wrap .container .contact_l .contact_top .img {
		bottom: 0
	}
}

.main.contact .wrap .container .contact_l .contact_top .img img {
	width: 100%;
	display: block
}

.main.contact .wrap .container .contact_l .contact_top .message {
	position: relative;
	z-index: 10;
	padding-top: 50px
}

@media (max-width:1600px) {
	.main.contact .wrap .container .contact_l .contact_top .message {
		padding-top: 40px
	}
}

@media (max-width:1024px) {
	.main.contact .wrap .container .contact_l .contact_top .message {
		padding-top: 40px
	}
}

@media (max-width:768px) {
	.main.contact .wrap .container .contact_l .contact_top .message {
		padding-top: 0
	}
}

.main.contact .wrap .container .contact_l .contact_top .message .btn_list ul li {
	box-sizing: border-box;
	font-size: 25px;
	line-height: 48px;
	color: #fff;
	text-align: center;
	height: 48px;
	float: left;
	cursor: pointer;
	margin-right: 10px
}

@media (max-width:1700px) {
	.main.contact .wrap .container .contact_l .contact_top .message .btn_list ul li {}
}

@media (max-width:1600px) {
	.main.contact .wrap .container .contact_l .contact_top .message .btn_list ul li {
		font-size: 18px;
		line-height: 38px;
		height: 40px
	}
}

@media (max-width:1100px) {
	.main.contact .wrap .container .contact_l .contact_top .message .btn_list ul li {
		width: 160px
	}
}

@media (max-width:1024px) {
	.main.contact .wrap .container .contact_l .contact_top .message .btn_list ul li {
		font-size: 14px;
		line-height: 38px
	}
}

@media (max-width:850px) {
	.main.contact .wrap .container .contact_l .contact_top .message .btn_list ul li {
		width: 144px
	}
}

@media (max-width:450px) {
	.main.contact .wrap .container .contact_l .contact_top .message .btn_list ul li {
		width: auto;
		font-size: 18px;
		height: 32px;
		line-height: 30px;
		margin-right: 5px
	}

	.main.contact .wrap .container .contact_l .contact_top .message .btn_list ul li::last-child {
		margin-right: 0
	}
}

.main.contact .wrap .container .contact_l .contact_top .message .msg_box {
	margin-top: 15px
}

.main.contact .wrap .container .contact_l .contact_top .message .msg_box .msg {
	font-size: 18px;
	line-height: 32px;
	color: #fff;
	display: none
}

.main.contact .wrap .container .contact_l .contact_top .message .msg_box .msg.show {
	display: block
}

@media (max-width:1600px) {
	.main.contact .wrap .container .contact_l .contact_top .message .msg_box .msg {
		font-size: 16px;
		line-height: 28px
	}
}

@media (max-width:1024px) {
	.main.contact .wrap .container .contact_l .contact_top .message .msg_box .msg {
		font-size: 14px;
		line-height: 24px
	}
}

.main.contact .wrap .container .contact_l #map {
	width: 100%;
	height: 400px
}

.main.contact .wrap .container .contact_l #map.delay2 {
	transition-delay: .2s
}

@media (max-width:1600px) {
	.main.contact .wrap .container .contact_l #map {
		height: 350px
	}
}

@media (max-width:1024px) {
	.main.contact .wrap .container .contact_l #map {
		height: 280px
	}
}

@media (max-width:900px) {
	.main.contact .wrap .container .contact_l #map {
		width: 50%;
		float: left;
		height: 300px
	}
}

@media (max-width:768px) {
	.main.contact .wrap .container .contact_l #map {
		width: 100%;
		float: none;
		height: 280px
	}
}

@media (max-width:500px) {
	.main.contact .wrap .container .contact_l #map {
		height: 200px
	}
}

.main.contact .wrap .container .contact_l #map .anchorBL {
	display: none
}

.fancybox-button--thumbs {
	display: none !important
}



.search-alert {
	position: fixed;
	z-index: 1000;
	background-color: #222;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: none
}

.search-alert .close {
	display: block;
	width: 24px;
	height: 24px;
	background: url("../images/close.png") no-repeat center center;
	position: absolute;
	top: 38px;
	right: 2.6%;
	transition: transform .4s ease;
	cursor: pointer
}

@media (min-width:1024px) {
	.search-alert .close:hover {
		transform: rotate(180deg)
	}
}

@media (max-width:1024px) {
	.search-alert .close {
		top: 20px;
		right: 20px
	}
}

.search-alert .cent-form {
	width: 80%;
	height: 124px;
	position: absolute;
	left: 50%;
	margin-left: -40%;
	top: 50%;
	margin-top: -62px;
	border-bottom: 1px solid #515151
}

@media (max-width:1024px) {
	.search-alert .cent-form {
		width: 94%;
		margin-left: -47%;
		height: 60px;
		margin-top: -30px
	}
}

.search-alert .cent-form .tex {
	border: none;
	font-size: 30px;
	height: 124px;
	line-height: 124px;
	text-align: center;
	width: 100%;
	box-sizing: border-box;
	color: #555;
	background: 0 0;
	padding-left: 88px;
	padding-right: 80px;
	background: url("../images/img5.png") no-repeat 35px center
}

@media (max-width:1024px) {
	.search-alert .cent-form .tex {
		font-size: 18px;
		line-height: 60px;
		height: 60px;
		padding: 0 35px;
		background-position: left center;
		text-align: left
	}
}

.search-alert .cent-form .sub-btn {
	border: none;
	height: 124px;
	font-size: 24px;
	line-height: 124px;
	color: #555;
	text-align: right;
	background: 0 0;
	position: absolute;
	right: 0;
	top: 0;
	background: 0 0;
	width: 100px;
	text-align: center
}

@media (max-width:1024px) {
	.search-alert .cent-form .sub-btn {
		font-size: 16px;
		line-height: 60px;
		height: 60px;
		width: 48px;
		text-align: right;
		padding: 0;
		margin: 0
	}
}

.menu_box {
	position: fixed;
	left: 0;
	top: 60px;
	bottom: 0;
	overflow: auto;
	width: 100%;
	background: #fff;
	border-top: 1px solid #e1e1e1;
	display: none;
	z-index: 901;
	box-sizing: border-box
}

.menu_box .navMobile {
	width: 100%;
	height: auto
}

.menu_box .navMobile li {
	width: 100%;
	height: auto;
	border-bottom: 1px solid #e1e1e1
}

.menu_box .navMobile li>a {
	display: block;
	font-size: 16px;
	color: #454545;
	line-height: 24px;
	padding: 10px 30px;
	box-sizing: border-box;
	position: relative
}

.menu_box .navMobile li>a.show i {
	transform: rotate(-180deg)
}

.menu_box .navMobile li>a i {
	width: 15px;
	transition: transform .3s;
	height: 8px;
	background: url("../images/x_icon.png") no-repeat center center;
	display: block;
	position: absolute;
	right: 30px;
	top: 50%;
	background-size: 100% 100%;
	margin-top: -4px
}

.menu_box .navMobile li .subnav {
	width: 100%;
	height: auto;
	box-sizing: border-box;
	display: none;
	background-color: #fbfbfb;
	border-top: 1px solid #e1e1e1
}

.menu_box .navMobile li .subnav a {
	display: block;
	color: #666;
	font-size: 14px;
	padding: 0 30px;
	line-height: 40px;
	border-bottom: 1px solid #e1e1e1
}

.menu_box .navMobile li .subnav a:last-child {
	border: none
}

.menu_box .navMobile li .subnav a span {
	font-size: 12px;
	padding: 0 3px;
	position: relative;
	top: -4px
}

.pswp__caption__center {
	font-size: 14px !important;
	line-height: 24px !important;
	padding: 10px
}

.pswp__caption__center small {
	display: none
}

.page_box {
	margin-top: 70px;
	width: 100%;
	background: #fafafa;
	border-radius: 3px;
	position: relative;
	padding: 10px 25px;
	box-sizing: border-box
}

.page_box .page {
	text-align: center
}

.page_box .page a {
	display: inline-block;
	font-size: 16px;
	line-height: 30px;
	color: #666;
	font-family: Arial;
	padding: 0 10px;
	margin: 0 5px;
	border-radius: 5px
}

.page_box .page a.active {
	background: #054686;
	color: #fff
}

.page_box .page a.page_l {
	font-size: 14px;
	line-height: 54px;
	color: #454545;
	position: absolute;
	left: 25px;
	top: 0;
	padding: 0;
	margin: 0
}

@media (min-width:1024px) {
	.page_box .page a.page_l:hover {
		color: #054686;
		background: 0 0
	}
}

.page_box .page a.page_r {
	padding: 0;
	margin: 0;
	font-size: 14px;
	line-height: 54px;
	color: #454545;
	position: absolute;
	right: 25px;
	top: 0
}

@media (min-width:1024px) {
	.page_box .page a.page_r:hover {
		background: 0 0;
		color: #054686
	}
}

@media (min-width:1024px) {
	.page_box .page a:hover {
		background: #054686;
		color: #fff
	}
}

@media (max-width:600px) {
	.page_box {
		padding: 10px;
		margin-top: 20px
	}

	.page_box .page {
		padding: 0 60px
	}

	.page_box .page a {
		font-size: 14px;
		line-height: 24px;
		padding: 0 7px;
		margin: 0
	}

	.page_box .page a.page_l {
		font-size: 14px;
		line-height: 44px;
		left: 10px
	}

	.page_box .page a.page_r {
		font-size: 14px;
		line-height: 44px;
		right: 10px
	}
}

.go_top {
	width: 47px;
	height: 47px;
	position: fixed;
	right: 0;
	cursor: pointer;
	bottom: 50px;
	z-index: 1000;
	transform: translateX(100%);
	opacity: 0;
	transition: transform .5s, opacity .5s
}

@media (max-width:1024px) {
	.go_top {
		display: none
	}
}

.go_top.active {
	opacity: 1;
	transform: translateX(0)
}

@media (min-width:1024px) {
	.go_top:hover img {
		opacity: 0
	}

	.go_top:hover img.active {
		opacity: 1
	}
}

.go_top img {
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	max-width: 100%;
	max-height: 100%;
	height: auto;
	margin: auto;
	bottom: 0;
	right: 0
}

.go_top img.active {
	opacity: 0
}

.vwrap {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 10001;
	opacity: 0;
	visibility: hidden
}

.vwrap.active {
	opacity: 1;
	visibility: visible
}

.vwrap .close {
	width: 32px;
	height: 32px;
	position: absolute;
	background: url("../images/close2.png") no-repeat;
	background-size: cover;
	top: -40px;
	cursor: pointer;
	right: 0
}

@media (max-width:850px) {
	.vwrap .close {
		width: 24px;
		height: 24px;
		background-size: cover;
		top: -34px
	}
}

.vwrap .bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .5)
}

.vwrap .video_b {
	position: absolute;
	width: 1200px;
	left: 50%;
	height: 600px;
	top: 50%;
	margin-top: -300px;
	background: #000;
	margin-left: -600px
}

@media (max-width:1240px) {
	.vwrap .video_b {
		width: 1000px;
		height: 500px;
		margin-top: -250px;
		margin-left: -500px
	}
}

@media (max-width:1050px) {
	.vwrap .video_b {
		width: 800px;
		height: 400px;
		margin-top: -200px;
		margin-left: -400px
	}
}

@media (max-width:850px) {
	.vwrap .video_b {
		width: 700px;
		height: 350px;
		margin-top: -175px;
		margin-left: -350px
	}
}

@media (max-width:750px) {
	.vwrap .video_b {
		width: 600px;
		height: 300px;
		margin-top: -150px;
		margin-left: -300px
	}
}

@media (max-width:650px) {
	.vwrap .video_b {
		width: 500px;
		height: 250px;
		margin-top: -125px;
		margin-left: -250px
	}
}

@media (max-width:550px) {
	.vwrap .video_b {
		width: 400px;
		height: 300px;
		margin-top: -150px;
		margin-left: -200px
	}
}

@media (max-width:450px) {
	.vwrap .video_b {
		width: 100%;
		height: 150px;
		margin-top: -75px;
		margin-left: 0;
		left: 0
	}
}

#video_box_logo {
	display: none !important
}

@media only screen and (min-width:1024px) {
	.sizhang {
		width: 20% !important
	}
}

.about_2 {
	margin: 0 auto;
}

.nav_er {
	height: 70px;
	line-height: 70px;
	color: #666;
	font-size: 14px;
	font-family: 微软雅黑;
	background-color: #fafafa
}

.nav_er a {
	color: #666
}

.cur_con {
	background: url("../images/cur1.png") no-repeat center;
	height: 620px;
	overflow: hidden
}

.cur_con ul {
	overflow: hidden
}

.cur_con ul li {
	float: left;
	width: 33.33%;
	height: 310px;
	position: relative;
	border-bottom: 1px solid rgba(255, 255, 255, .3);
	box-sizing: border-box;
	border-right: 1px solid rgba(255, 255, 255, .3);
	overflow: hidden
}

.cur_con ul li .cur_li {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	text-align: center;
	width: 100%
}

.cur_con ul li .cur_li .curli_tit {
	font-size: 18px;
	color: #fff
}

.cur_con ul li:hover .cur_h {
	opacity: 1
}

.cur_con ul li .cur_li .curli_en {
	font-size: 14px;
	color: #fff;
	font-family: Arial;
	margin-top: 20px;
	margin-bottom: 15px
}

.cur_con ul li .cur_li .curli_jia {
	font-size: 40px;
	color: #fff;
	font-family: Arial;
	line-height: 40px
}

.cur_con ul li .cur_li .cirli_xian {
	width: 95px;
	border-bottom: 1px solid #fff;
	margin: 0 auto;
	margin-top: 10px
}

.cur_con ul li .cur_h {
	position: absolute;
	background: #5d92fe;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	padding: 65px 40px 0 40px;
	transition: all .5s;
	opacity: 0
}

.cur_con ul li .cur_h .curh_tit {
	font-size: 22px;
	color: #fff
}

.cur_con ul li .cur_h .curh_con {
	font-size: 16px;
	color: #fff;
	margin-top: 40px;
	line-height: 32px
}

.cur_con ul li .cur_h .curh_a {
	position: absolute;
	width: 81.72%;
	left: 9.14%;
	border-top: 1px solid #fff;
	padding-top: 20px;
	bottom: 25px;
	text-align: right;
	color: #fff;
	text-transform: uppercase;
	font-size: 14px
}

.cur_con ul li:nth-child(1) .cur_h {
	top: 100%
}

.cur_con ul li:nth-child(1):hover .cur_h {
	top: 0
}

.cur_con ul li:nth-child(2) .cur_h {
	top: 100%
}

.cur_con ul li:nth-child(2):hover .cur_h {
	top: 0
}

.cur_con ul li:nth-child(3) .cur_h {
	top: 100%
}

.cur_con ul li:nth-child(3):hover .cur_h {
	top: 0
}

.cur_con ul li:nth-child(4) .cur_h {
	bottom: 100%
}

.cur_con ul li:nth-child(4):hover .cur_h {
	bottom: 0
}

.cur_con ul li:nth-child(5) .cur_h {
	bottom: 100%
}

.cur_con ul li:nth-child(5):hover .cur_h {
	bottom: 0
}

.cur_con ul li:nth-child(6) .cur_h {
	bottom: 100%
}

.cur_con ul li:nth-child(6):hover .cur_h {
	bottom: 0
}

.gcwa {
	font-size: 20px;
	line-height: 30px;
	margin: 20px 0;
	display: table;
	font-weight: 500;
}

.gallery:after {
	content: '';
	display: block;
	height: 2px;
	margin: .5em 0 1.4em
}

.gallery img {
	width: 100%;
	text-align: center
}

.gallery a {
	width: 23.5%;
	display: inline-block;
	overflow: hidden;
	margin: 14px 2% 14px 0;
	text-align: center;
	float: left;
	box-shadow: 0 0 1px rgba(0, 0, 0, .3);
	height: auto
}

.gallery a:nth-child(4n+4) {
	margin-right: 0px;
}

.gallery a:hover {
	box-shadow: 0 0 1px #009a44;
}

.gallery span {
	height: 50px;
	line-height: 50px;
	width: 100%;
	float: left;
	overflow: hidden;
	text-align: center;
	font-size: 16px;
	color: #000
}

.baguetteBoxOne {
	width: 100%;
	margin: 0 auto;
	display: table;
}

#about h2 {
	font-size: 24px;
	text-align: center;
	color: #5d92fe;
}

#about h4 {
	font-size: 16px;
	color: #000;
	margin-top: 20px;
}

#about .box {
	margin: 20px 0;
	background: #f7f7f7;
	padding: 30px;
	line-height: 30px;
	font-size: 16px;
}

#download {
	text-align: left;
	margin: 0 auto
}

#download .list {
	width: 100%;
	margin: 0 auto
}

#download .list li {
	width: 48%;
	height: auto;
	float: left;
	overflow: hidden;
	background: #f5f5f5;
	margin-bottom: 3%;
	transition: .8s;
	-webkit-transition: .8s;
	-moz-transition: .8s;
	-o-transition: .8s
}

#download .list li:nth-of-type(2n+0) {
	float: right
}

#download .list li a {
	display: block;
	padding: 3%
}

#download .list li .icon {
	position: relative;
	display: block;
	float: left;
	width: 90px;
	height: 90px;
	overflow: hidden;
	background: #fff;
	box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
	transition: .5s;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s
}

#download .list li .icon img {
	position: absolute;
	left: 0;
	top: -90px;
	transition: .5s;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s
}

#download .list li .text {
	float: left;
	margin-left: 3%;
	width: 70%
}

#download .list li .text h3 {
	padding: 5px 0;
	font-size: 18px;
	color: #000;
	font-weight: 400;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

#download .list li .text .tips {
	padding: 5px 0;
	font-size: 14px;
	color: #aaa
}

#download .list li .text .time {
	font-size: 12px;
	color: #ccc
}

#download .list li:hover {
	background: #fff;
	box-shadow: 0 0 5px rgba(0, 0, 0, .2)
}

#download .list li:hover .icon {
	background: #18499d
}

#download .list li:hover .icon img {
	top: 0
}

#download .more {
	text-align: center;
	margin: 0 auto;
	padding: 15px 0
}

#download .more .loadcomplete {
	border-top: 1px solid #eee;
	width: 100%;
	padding: 20px 0;
	margin: 0 auto;
	font-size: 16px;
	color: #ccc
}

.pageurl {
	padding: 50px 56px;
	max-width: 1392px;
	margin: 0 auto;
	text-align: right
}

.pageurl>a {
	display: inline-block;
	margin-left: 10px;
	border: 1px solid #ddd;
	color: #014099;
	border-radius: 3px;
	font-size: 14px;
	padding: 15px 30px;
	transition: all .35s
}

.pageurl>a.back {
	background: #18499d !important;
	border: 1px solid #18499d;
	color: #fff !important
}

.pageurl>a.no {
	color: #ddd !important
}

.m-sdc {
	padding: 50px 3%;
	margin: 0 auto;
	display: table;
	width: 100%;
}

.tt {
	font-size: 20px;
	font-weight: bold;
	color: #014099;
	width: 100%;
	margin-bottom: 20px;
}

.pl {
	width: 100%;
	display: table;
}

.pl ul {
	margin: 0px;
	padding: 0px;
}

.pl ul li {
	width: 23%;
	margin-right: 2%;
	float: left;
}

.pl ul li:last-child {
	margin-right: 0px;
}

.pl ul li img {
	max-width: 100%
}

.pl ul li .info {
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 16px;
}

.pl ul li .info a {
	color: #000;
}

.pl ul li:hover {
	background: #f7f7f7;
}

#feedback {
	margin: 50px auto;
	width: 100%;
	display: table;
}

#feedback .img {
	width: 100%;
	margin: 0 auto
}

#feedback .img img {
	width: 100%
}

#feedback .text {
	font-size: 14px;
	color: #999;
	line-height: 25px;
	text-align: left;
	padding: 20px 0;
	border-bottom: 1px solid #eee
}

#feedback .text strong {
	color: #333
}

#feedback form {
	margin: 0 auto;
	padding: 20px 0;
	text-align: left
}

#feedback form dl {
	width: 100%;
	text-align: left;
	padding: 0
}

#feedback form dl dt {
	width: 90px;
	font-size: 14px;
	line-height: 30px;
	color: #666;
	text-align: left
}

#feedback form dl dd,
#feedback form dl dt {
	padding: 8px 0
}

#feedback form dl dt span {
	color: red;
	padding-left: 6px
}

#feedback form dl dd {
	width: 50%;
	float: left;
}

#feedback form dl dd select {
	width: auto;
	font-size: 14px;
	font-family: "微软雅黑", Arial, "Arial Narrow";
	color: #666;
	padding: 5px 20px;
	border: 1px solid #ddd;
	cursor: pointer;
	margin-right: 10px
}

#feedback form dl input,
#feedback form dl textarea {
	padding: 5px 0px;
	text-indent: 20px;
	border: 1px solid #ddd;
	color: #888;
	font-size: 14px;
	font-family: "微软雅黑";
}

#feedback form dl input {
	width: 100%;
	height: 30px
}

#feedback form dl textarea {
	width: 100%;
	height: 120px;
	overflow: auto;
	padding: 20px 0
}

#feedback form dl #checksn {
	width: 10%
}

#feedback form dl .button input {
	width: auto;
	text-indent: 0;
	height: 45px;
	line-height: 45px;
	border: none;
	color: #fff;
	padding: 0 35px;
	cursor: pointer;
	font-weight: 700;
	background: #5d92fe;
	font-family: "微软雅黑";
	font-size: 16px;
	margin: 15px auto
}

#feedback form dl .button input:hover {
	background: #014099
}

@media(max-width: 768px) {
	.main.about .wrap .container .about_box .text_box .text_l span {
		font-size: 26px;
		line-height: 40px;
	}

	.main.about .wrap .container .about_box .text_box .text_l strong {
		margin: 30px auto 10px;
	}

	.about_2 {
		padding: 50px 3%;
	}

	.m-sdc {
		padding: 0;
	}

	.prode {
		padding: 30px 3%;
		width: 94%;
	}

	.zx {
		width: 50%;
	}

	.pl ul li {
		width: 48%;
		margin-bottom: 20px;
	}

	.pl ul li:nth-child(2) {
		margin-right: 0px;
	}

	.pl ul li .info {
		height: 40px;
		line-height: 20px;
		font-size: 14px;
		margin-top: 10px;
	}

	.pl ul li .info a {
		font-size: 12px;
	}

	.cur_con {
		background-size: cover;
		height: auto;
	}

	.cur_con ul li {
		width: 50%;
		height: 260px;
	}

	.cur_con ul li .cur_li {
		opacity: 0
	}

	.cur_con ul li:nth-child(n) .cur_h {
		opacity: 1;
		top: 0px;
		bottom: 0px;
		padding: 10px 10px 0 10px;
		background: none;
	}

	.cur_con ul li .cur_h .curh_con {
		margin-top: 10px;
		line-height: 24px;
		font-size: 14px;
	}

	.g-bd {
		padding: 30px 3%;
	}

	.gcwa {
		font-size: 16px;
	}

	.gallery a {
		width: 48%;
		margin: 14px 4% 14px 0;
	}

	.gallery a:nth-child(3n+3) {
		margin: 14px 4% 14px 0;
	}

	.gallery a:nth-child(2n+2) {
		margin: 14px 0;
	}

	.gallery span {
		font-size: 14px;
	}

	.pageurl {
		padding: 50px 3%;
	}

	.pageurl>a {
		padding: 5px 10px;
	}

	#feedback {
		margin: 0px;
	}
}

.suspension {
	position: fixed;
	z-index: 55;
	right: 0;
	bottom: 85px;
	width: 70px;
	height: 240px;
}

.suspension-box {
	position: relative;
	float: right;
}

.suspension .a {
	display: block;
	width: 44px;
	height: 44px;
	background-color: #5d92fe;
	margin-bottom: 4px;
	cursor: pointer;
	outline: none;
}

.suspension .a.active,
.suspension .a:hover {
	background: #014099;
}

.suspension .a .i {
	float: left;
	width: 44px;
	height: 44px;
	background-image: url("../images/side_icon.png");
	background-repeat: no-repeat;
}

.suspension .a-service .i {
	width: 20px;
	height: 20px;
	margin-top: 12px;
	margin-left: 12px;
	background-image: url("../images/suspension-bg.png");
	background-repeat: no-repeat;
	background-position: 0 0;
}

.suspension .a-service-phone .i {
	width: 20px;
	height: 20px;
	margin-top: 12px;
	margin-left: 12px;
	background-image: url("../images/suspension-bg.png");
	background-repeat: no-repeat;
	background-position: -27px 0;
}

.suspension .a-qrcode .i {
	background-position: -44px 0;
}

.suspension .a-cart .i {
	background-position: -88px 0;
}

.suspension .a-top .i {
	background-position: -132px 0;
}

.suspension .a-top {
	background: #014099;
	display: none;
}

.suspension .a-top:hover {
	background: #c0c1c3;
}

.suspension .d {
	display: none;
	width: 223px;
	background: #fff;
	position: absolute;
	right: 67px;
	min-height: 90px;
	border: 1px solid #E0E1E5;
	border-radius: 3px;
	box-shadow: 0px 2px 5px 0px rgba(161, 163, 175, 0.11);
}

.suspension .d .arrow {
	position: absolute;
	width: 8px;
	height: 12px;
	background: url("../images/side_bg_arrow.png") no-repeat;
	right: -8px;
	top: 31px;
}

.suspension .d-service {
	top: 0;
}

.suspension .d-service-phone {
	top: 34px;
}

.suspension .d-qrcode {
	top: 78px;
}

.suspension .d .inner-box {
	padding: 8px 22px 12px;
}

.suspension .d-service-item {
	padding: 14px 0;
}

.suspension .d-service .d-service-item {
	border-bottom: none;
}

.suspension .d-service-item .circle {
	width: 44px;
	height: 44px;
	border-radius: 50%;
	overflow: hidden;
	background: #F1F1F3;
	display: block;
	float: left;
}

.suspension .d-service-item .i-qq {
	width: 44px;
	height: 44px;
	background: url("../images/side_con_icon03.png") no-repeat center 15px;
	display: block;
	transition: all .2s;
	border-radius: 50%;
	overflow: hidden;
}

.suspension .d-service-item:hover .i-qq {
	background-position: center 3px;
}

.suspension .d-service-item .i-tel {
	width: 44px;
	height: 44px;
	background: url("../images/side_con_icon02.png") no-repeat center center;
	display: block;
}

.suspension .d-service-item h3 {
	float: left;
	width: 112px;
	line-height: 44px;
	font-size: 15px;
	margin-left: 12px;
}

.suspension .d-service-item .text {
	float: left;
	width: 112px;
	line-height: 22px;
	font-size: 15px;
	margin-left: 12px;
}

.suspension .d-service-item .text .number {
	font-family: Arial, "Microsoft Yahei", "HanHei SC", PingHei, "PingFang SC", "Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
}

.suspension .d-service-intro {
	padding-top: 10px;
}

.suspension .d-service-intro p {
	float: left;
	line-height: 27px;
	font-size: 12px;
	width: 50%;
	white-space: nowrap;
	color: #888;
}

.suspension .d-service-intro i {
	background: url("../images/side_con_icon01.png") no-repeat center center;
	height: 27px;
	width: 14px;
	margin-right: 5px;
	vertical-align: top;
	display: inline-block;
}

.suspension .d-qrcode {
	text-align: center;
}

.suspension .d-qrcode .inner-box {
	padding: 20px 0;
}

.suspension .d-qrcode p {
	font-size: 16px;
	color: #93959c;
}

.m-page {
	margin-left: auto;
	margin-right: auto;
	clear: both;
	display: table;
	overflow: hidden;
	padding: 40px 0
}

.m-page a {
	float: left;
	background: #777;
	font-size: 14px;
	padding-left: 10px;
	padding-right: 10px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-family: Arial;
	display: block;
	margin-right: 4px;
	color: #fff;
	text-decoration: none;
	font-weight: 700
}

.m-page span {
	float: left;
	width: 37px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-family: "Lucida Console";
	display: block;
	margin-right: 4px;
	color: #777
}

.m-page a:hover {
	background: #5d92fe;
	color: #fff
}

.m-page a.nextPage,
.m-page a.prePage {
	font-family: Tahoma
}

.m-page .pagenum {
	float: left;
	display: table
}

.m-page .hidden {
	display: none
}

.about-ours {
	position: relative;
}

.about-ours .absolute {
	position: absolute;
	height: 100%;
	left: 3%;
}

.about-ours .left2 {
	width: 50%;
	float: left;
}

.about-ours .left2 .title-style h2 {}

.about-ours .left2 .text {}

.about-ours .left2 .text .item {
	font-size: 14px;
	line-height: 24px;
	color: #999999;
	border-bottom: 1px solid #e6e6e6;
	padding-bottom: 20px;
	margin-top: 20px;
}

.about-ours .left2 .text .item h3 {
	font-size: 18px;
	line-height: 36px;
	color: #1a1a1a;
	font-weight: 600;
}

.about-ours .left2 .text .item h3 strong {
	color: #00bf86;
}

.about-ours .right2 {
	width: 45%;
	position: relative;
	margin-top: 5%;
	text-align: center;
	float: left;
}

.about-ours .right2 .slogo {
	width: 465px;
	height: 110px;
	position: absolute;
	left: 50%;
	top: 20%;
	margin-left: -280.5px;
	text-align: center;
	animation: icons 4s linear infinite;
	-webkit-animation: icons 4s linear infinite
}

.about-ours .right2 .slogo img {
	display: inline-block;
}

.about-ours .right2 img {
	display: block;
	max-width: 100%;
}

@-webkit-keyframes icons {
	0% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}

	50% {
		-webkit-transform: translate(0, 1em);
		transform: translate(0, 1em);
	}

	100% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}
}

@keyframes icons {
	0% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}

	50% {
		-webkit-transform: translate(0, 1em);
		transform: translate(0, 1em);
	}

	100% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}
}

.hls-page-container .container {
	padding: 0 3%;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}

.hls-interpretation {
	padding: 5% 0px;
	overflow: hidden;
	margin: 0 auto;
}

.interpretationlist {
	padding: 5% 0 0;
	overflow: hidden;
}

.interpretation {
	overflow: hidden;
	position: relative;
}

.interpretation .pic {
	width: 67%;
	float: left;
}

.interpretation .txt {
	position: absolute;
	width: 25%;
	height: 100%;
	left: 67%;
	top: 0;
	padding: 5% 3% 5% 5%;
	overflow: hidden;
}

.interpretation .txt h2 {
	font-size: 60px;
}

.interpretation .txt h4 {
	font-size: 20px;
}

.interpretation .txt h5 {
	font-size: 14px;
	color: #666;
	line-height: 30px;
	font-weight: normal;
	padding: 30px 0;
	overflow: hidden;
	text-align: justify;
}

.interpretation.int2 .pic {
	width: 33%;
	float: left;
}

.interpretation.int2 .txt {
	width: 26%;
	left: 33%;
	padding: 6% 4% 0 4%;
}

.interpretation.int2 .pic:last-child {
	width: 33%;
	float: right;
}

.lang-en .interpretation.int2 .txt {
	padding: 5% 4% 0 4%;
}

.hls-interpretation img {
	max-width: 100%;
}

.title2 {
	padding: 3% 0px 1%;
}

.title2 h2 {
	font-size: 40px;
	font-family: 'Conv_Montserrat-Bold';
	text-transform: uppercase;
	color: #5d92fe;
}

.title2 h3 {
	font-size: 30px;
	font-weight: normal;
}

.title2 h3 line {
	width: 40px;
	height: 2px;
	background: #d31343;
	margin: 0 15px;
	display: inline-block;
	vertical-align: middle;
}

.title2 h3 line.m0 {
	margin: 0;
}

.title2 h6 {
	font-size: 14px;
	line-height: 28px;
	color: #999999;
	font-weight: normal;
	padding: 30px 0;
	overflow: hidden;
	width: 60%;
}

.certificationlist {
	padding: 1% 0 10% 0;
	overflow: hidden;
}

.certification {
	margin-left: 3%;
	padding-bottom: 3%;
	width: calc(100% - 3%);
	position: relative;
	overflow: hidden;
}

.certification li {
	background: #f7f7f7;
	text-align: center;
	padding: 20% 5% 10% 5%;
	overflow: hidden;
}

.certification li .dtable {
	height: 260px;
}

.certification li .dtable-cell {
	height: 260px;
}

.certification li img {
	max-height: 260px;
	width: auto;
	max-width: 100%;
	display: inline-block;
}

.certification li h5 {
	color: #1a1a1a;
	font-size: 14px;
	padding-top: 20px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	font-family: 'Conv_Montserrat-Bold', Arial, "微软雅黑", "黑体", '宋体';
}

.swiper-button-nextC,
.swiper-button-prevC {
	left: auto;
	right: 0;
	top: auto;
	bottom: 30px;
	margin: 0;
	width: 80px;
	height: 45px;
	position: absolute;
	outline: none;
	cursor: pointer;
}

.swiper-button-nextC {
	background: url("../images/next.png") center no-repeat #f7f7f7;
	background-size: 20%;
	opacity: 0.4;
}

.swiper-button-prevC {
	background: url("../images/prev.png") center no-repeat #f7f7f7;
	background-size: 20%;
	right: 80px;
	opacity: 0.3;
}

.swiper-button-nextC:hover,
.swiper-button-prevC:hover {
	opacity: 1.0;
}

.swiper-button-nextC::after {
	content: '';
	width: 1px;
	height: 45px;
	right: 80px;
	top: 0;
	position: absolute;
	background: #ccc;
}

.certification .swiper-pagination.swiper-pagination-progressbar {
	bottom: 0;
	top: auto;
	background: #ededed;
	height: 2px;
}

.certification span.swiper-pagination-progressbar-fill {
	background: #1a1a1a;
}

.index_product {
	background: #fff;
	padding-top: 40px;
	display: table;
}

.level_B .col-md-3 {
	width: 48%;
	float: left;
	margin: 0 4% 0 0;
	margin-bottom: 40px;
}

.level_B .col-md-3:nth-child(2n+2) {
	margin-right: 0px;
}

.level_B dd p {
	padding: 10px 0 10px 0;
}

.level_B dd p a {
	font-weight: 500;
	font-size: 30px;
	color: #000;
	font-family: Arial;
}

.level_B dd li {
	text-align: left;
	font-size: 16px;
	line-height: 24px;
	color: #666;
}

.level_B .story .row {
	width: calc(100% - 5%);
	margin: 36px auto 18px;
}

.level_B dl {
	padding: 10px;
	border: 1px solid;
	display: table;
	width: calc(100% - 22px);
}

.level_B dl:hover dt:before {
	background-color: #000;
}

.level_B dt,
.level_B dd {
	width: calc(100% - 57%);
	float: right;
	line-height: 1.5;
}

.level_B dt {
	position: relative;
	margin: 0 auto;
	height: auto;
	width: 55%;
	float: left;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	background-color: #f5f5f5;
	cursor: pointer;
}

[data-box][data-box="16:9"]:before {
	content: "";
	display: block;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	opacity: 0.2;
}

.level_B dt span {
	position: absolute;
	top: 0;
	left: 0;
	line-height: 22px;
	width: 20px;
	font-weight: normal;
	height: 92%;
	padding: 15px 15px 5px 15px;
	color: #fff;
	;
	font-size: 20px;
	background: linear-gradient(#2656a0, #004098);
}

.promore {
	display: block;
	overflow: hidden;
	background: #004098;
	border: 1px solid #004098;
	padding: 5px 20px;
	width: 100px;
	margin-top: 10px;
}

.promore i {
	width: 13px;
	height: 16px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	background: url("../images/play.png") center no-repeat;
	background-size: 100%;
}

.promore:hover {
	color: #5d92fe;
}

.mobile-inner {
	width: 49%;
	margin-right: 2%;
	margin-top: 30px;
	position: relative;
	height: 50px;
	float: left;
}

.mobile-inner:nth-child(2n+2) {
	margin-right: 0;
}

.mobile-inner-header {
	background-color: #5d92fe;
	width: 100%;
	height: 50px;
	position: absolute;
	top: 0px;
	left: 0px;
}

.mobile-inner-header h3 {
	float: left;
	color: #fff;
	line-height: 50px;
	width: 100px;
	text-align: center;
}

.mobile-inner-header-icon {
	color: #ffffff;
	height: 50px;
	font-size: 25px;
	text-align: center;
	float: right;
	width: 50px;
	position: relative;
	-webkit-transition: background 0.5s;
	-moz-transition: background 0.5s;
	-o-transition: background 0.5s;
	transition: background 0.5s;
}

.mobile-inner-header-icon span {
	position: absolute;
	left: calc((100% - 25px) / 2);
	top: calc((100% - 1px) / 2);
	width: 25px;
	height: 1px;
	background-color: rgba(255, 255, 255, 1);
}

.mobile-inner-header-icon span:nth-child(1) {
	transform: translateY(4px) rotate(0deg);
}

.mobile-inner-header-icon-out span:nth-child(1) {
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: outfirst;
}

.mobile-inner-header-icon span:nth-child(2) {
	transform: translateY(-4px) rotate(0deg);
}

.mobile-inner-header-icon-out span:nth-child(2) {
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: outsecond;
}

.mobile-inner-nav {
	background-color: #004098;
	width: 100%;
	position: absolute;
	top: 50px;
	left: 0px;
	padding-top: 30px;
	z-index: 999;
	padding-bottom: 80px;
	display: none;
}

.mobile-inner-nav a {
	-webkit-animation-duration: 0.8s;
	animation-duration: 0.8s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: ReturnToNormal;
	animation-name: ReturnToNormal;
}

.mobile-inner-nav a {
	display: inline-block;
	line-height: 50px;
	text-decoration: none;
	width: 41%;
	margin-left: 6%;
	color: #FFFFFF;
	border-bottom: solid 1px rgba(255, 255, 255, 0.3);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	font-weight: 300;
}

@media(max-width: 768px) {
	.about-ours .absolute {
		left: 3%;
	}

	.about-ours .left2 {
		width: 97%;
	}

	.about-ours .right2 {
		width: 97%;
	}

	.about-ours .img img {
		height: 1350px;
	}

	.interpretation .pic {
		width: 100%;
	}

	.interpretation .txt {
		width: 100%;
		left: 0px;
		position: relative;
		padding: 20px 0
	}

	.interpretation .txt h2 {
		font-size: 40px;
	}

	.interpretation.int2 .pic:last-child {
		width: 50%;
		float: right;
		position: absolute;
		top: 0;
		right: 0;
	}

	.interpretation.int2 .txt {
		width: 100%;
		left: 0%;
		padding: 20px 0;
		position: relative;
	}

	.interpretation.int2 .pic {
		width: 50%;
	}

	.interpretation .txt h5 {
		padding: 15px 0
	}

	.title2 h6 {
		width: 100%;
	}

	.swiper-button-nextC,
	.swiper-button-prevC {
		top: 90px;
	}

	.level_B .col-md-3 {
		width: 100%;
	}

	.level_B dt {
		width: 100%;
	}

	.level_B dd {
		width: 100%;
		margin-top: 20px;
	}

	.level_B dd p a {
		font-size: 24px;
	}

	.mobile-inner {
		width: 100%;
		margin-right: 0px;
		margin-top: 20px;
	}

	.mobile-inner-nav a {
		width: 82%;
		font-size: 14px;
	}

	.navclass2 a,
	.navclass3 a {
		width: 41%;
		font-size: 14px;
	}
}

.case_list {
	width: 100%;
	display: table;
}

.ywytitle {
	width: 100%;
	font-size: 40px;
	margin-bottom: 30px;
}

.ywy {
	width: 100%;
}

.ywy ul {
	margin: 0px;
	padding: 0px;
}

.ywy ul li {
	width: calc(28% - 2px);
	margin-right: 5%;
	margin-bottom: 30px;
	padding: 20px 1%;
	float: left;
	border: 1px solid #e8e8e8;
}

.ywy ul li:nth-child(3n+3) {
	margin-right: 0px;
}

.ywy ul li .y_left {
	width: 30%;
	float: left;
	margin: 0 5%;
}

.ywy ul li .y_left img {
	border-radius: 50%;
	width: 100%;
}

.ywy ul li .y_right strong {
	width: 100%;
	font-size: 20px;
	float: left;
}

.ywy ul li .y_right span {
	width: 100%;
	margin-bottom: 10px;
	float: left;
}

.ywy ul li .y_right {
	width: 50%;
	float: left;
	margin-left: 5%;
	margin-right: 5%;
}

.ywy ul li .y_right img {
	max-width: 80%;
}

@media(max-width: 768px) {
	.ywy ul li {
		width: 98%;
		margin-right: 0px;
	}
}

.pro_main {
	width: 100%;
	box-sizing: border-box;
	overflow: hidden;
	margin-top: 50px;
}

.pro_main .pro_nav_box {
	float: left;
	width: 387px;
	border-right: 1px solid #ebebeb;
	border-bottom: 0px;
	box-sizing: border-box;
}

.pro_main .pro_nav_box .nav_item {
	width: 100%;
	border-bottom: 1px solid #ebebeb;
}

.pro_main .pro_nav_box .nav_item .top_item {
	transition: all .3s linear;
	line-height: 72px;
	position: relative;
	transition: all .3s linear;
}

.pro_main .pro_nav_box .nav_item .top_item a {
	width: 80%;
	height: 100%;
	font-size: 18px;
	display: block;
	padding: 0px 10%;
	color: #000;
}

.pro_main .pro_nav_box .nav_item:hover .top_item {
	background: #004098;
}

.pro_main .pro_nav_box .nav_item:hover .top_item a {
	width: 100%;
	height: 100%;
	display: block;
	font-weight: bold;
	color: #FFFFFF;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.pro_main .pro_nav_box .nav_item.on .top_item {
	background: #004098;
}

.pro_main .pro_nav_box .nav_item.on .top_item a {
	width: 80%;
	height: 100%;
	display: block;
	font-weight: bold;
	color: #FFFFFF;
}

.pro_main .pro_nav_box .nav_item.active .top_item {
	background: #004098;
}

.pro_main .pro_nav_box .nav_item.active .top_item a {
	width: 100%;
	height: 100%;
	display: block;
	font-weight: bold;
	color: #FFFFFF;
}

.pro_main .pro_nav_box .nav_item .top_item .plus {
	transition: all .3s linear;
	cursor: pointer;
	color: #cdcdcd;
	font-size: 28px;
	width: 72px;
	height: 72px;
	line-height: 72px;
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 9;
	text-align: center;
}

.pro_main .pro_nav_box .nav_item .top_item .plus .pbox {
	position: relative;
}

.pro_main .pro_nav_box .nav_item .top_item .plus .pbox::after {
	content: "+";
	font-size: 36px;
	color: #cbcbcb;
	cursor: pointer;
	color: #cdcdcd;
	font-size: 28px;
	width: 72px;
	height: 72px;
	line-height: 72px;
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 9;
	text-align: center;
}

.pro_main .pro_nav_box .nav_item .top_item:hover .plus .pbox::after {
	color: #5d92fe;
}

.pro_main .pro_nav_box .nav_item.active .top_item .plus .pbox::after {
	color: #5d92fe;
}

.pro_main .pro_nav_box .nav_item.on .top_item .plus .pbox::after {
	content: "";
	width: 18px;
	height: 2px;
	background: #5d92fe;
	top: 35px;
	left: 28px;
}

.pro_main .pro_nav_box .nav_item .sub {
	padding: 18px 0px;
	display: none;
	background: #f7f7f7;
}

.pro_main .pro_nav_box .nav_item .sub li {
	padding: 0px 60px;
	line-height: 45px;
}

.pro_main .pro_nav_box .nav_item .sub li a {
	box-sizing: border-box;
	display: block;
	font-size: 16px;
	transition: all .3s linear;
	width: 100%;
	padding-right: 30px;
	box-sizing: border-box;
	height: 100%;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #000;
}

.pro_main .pro_nav_box .nav_item .sub li:hover a {
	border-bottom: 1px solid #cccccc;
	text-indent: 10px;
	font-weight: bold;
	color: #5d92fe;
}

.pro_main .pro_nav_box .nav_item .sub li.on a {
	border-bottom: 1px solid #cccccc;
	text-indent: 10px;
	font-weight: bold;
	color: #5d92fe;
}

.pro_main .pro_list_box {
	float: right;
	width: calc(100% - 387px);
	margin-bottom: 50px;
	border-top: 1px solid #e8e8e8;
}

.pro_main .pro_list_box ul {
	overflow: hidden;
}

.pro_main .pro_list_box ul li {
	float: left;
	width: 25%;
}

.pro_main .pro_list_box ul li .item_box {
	position: relative;
	box-sizing: border-box;
	border-bottom: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
}

.pro_main .pro_list_box ul li .item_box .img_box img {
	width: 100%;
	height: auto;
	display: block;
	transition: all 220ms linear;
}

.pro_main .pro_list_box ul li .item_box .img_box {
	overflow: hidden;
}

.pro_main .pro_list_box ul li .item_box:hover .img_box img {
	transform: scale(1.1);
}

.pro_main .pro_list_box ul li .item_box .con_box {
	width: 100%;
	text-align: center;
	bottom: 0px;
	left: 0px;
}

.pro_main .pro_list_box ul li .item_box .con_box .line {
	width: 22px;
	height: 2px;
	background: #5d92fe;
	margin: 0px auto;
	margin-bottom: 15px;
}

.pro_main .pro_list_box ul li .item_box .con_box .title {
	text-align: center;
	font-size: 16px;
	line-height: 30px;
	color: #111111;
	padding: 10px 20px 20px !important;
	height: 60px;
}

.pro_main .pro_list_box ul li .item_box:hover .con_box .title {
	color: #004098;
}

.pro_main .pro_list_box ul li .item_box .tools {
	visibility: hidden;
	opacity: 0;
	filter: alpha(opacity=0);
	background: rgba(18, 58, 109, 0.91);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	transition: all .3s linear;
}

.pro_main .pro_list_box ul li .item_box .tools .item {
	box-sizing: border-box;
	width: 50%;
	height: 50%;
	float: left;
	display: table;
	transition: all .3s linear;
}

.pro_main .pro_list_box ul li .item_box .tools .item:hover {
	background: rgba(18, 58, 109, 0.95);
}

.pro_main .pro_list_box ul li .item_box .tools .item a {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.pro_main .pro_list_box ul li .item_box .tools .item .title {
	font-size: 14px;
	color: #FFFFFF;
}

.pro_main .pro_list_box ul li .item_box .tools .item:nth-child(1) {
	border-right: 1px solid #FFFFFF;
}

.pro_main .pro_list_box ul li .item_box .tools .item:nth-child(3) {
	border-right: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
}

.pro_main .pro_list_box ul li .item_box .tools .item:nth-child(4) {
	border-top: 1px solid #FFFFFF;
}

@media only screen and (max-width:1440px) {
	.pro_main .pro_nav_box {
		width: 300px;
	}

	.pro_main .pro_list_box {
		width: calc(100% - 300px);
	}

	.pro_main .pro_list_box ul li {
		width: 33.333333%;
	}

	.pro_main .pro_nav_box .nav_item .top_item a {
		font-size: 14px;
	}
}

@media only screen and (max-width:1200px) {
	.pro_main .pro_nav_box {
		width: 280px;
	}

	.pro_main .pro_list_box {
		width: calc(100% - 280px);
	}
}

@media only screen and (max-width:1024px) {
	.pro_main .pro_list_box ul li {
		width: 50%;
	}
}

@media only screen and (max-width:900px) {
	.pro_main .pro_nav_box {
		width: 260px;
	}

	.pro_main .pro_list_box {
		width: calc(100% - 260px);
	}
}

@media only screen and (max-width:768px) {
	.pro_main {
		margin-top: 0px;
	}

	.pro_main .pro_nav_box {
		width: 100%;
		margin-bottom: 30px;
	}

	.pro_main .pro_list_box {
		width: 100%;
	}

	.pro_main .pro_nav_box .nav_item .top_item {
		line-height: 50px;
	}

	.pro_main .pro_nav_box .nav_item .sub li {
		line-height: 30px;
		padding: 0 5%;
		width: 40%;
		float: left;
	}

	.pro_main .pro_nav_box .nav_item .top_item .plus {
		width: 50px;
		height: 50px;
		line-height: 50px;
		font-size: 26px;
	}

	.pro_main .pro_nav_box .nav_item .top_item .plus .pbox::after {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	.pro_main .pro_nav_box .nav_item.on .top_item .plus .pbox::after {
		top: 24px;
		left: 22px;
	}

	.pro_main .pro_nav_box .nav_item {
		float: left;
	}

	.pro_main .pro_nav_box .nav_item .sub {
		float: left;
	}

	.pro_main .pro_list_box ul li .item_box {
		border: 1px solid #e8e8e8;
	}
}

@media only screen and (max-width:480px) {
	.pro_main .pro_list_box ul {
		padding: 0px 10px;
	}

	.pro_main .pro_list_box ul li {
		width: 100%;
		margin-bottom: 20px;
	}
}

@media only screen and (max-width:375px) {
	.pro_main .pro_list_box ul li {
		width: 100%;
		margin-bottom: 12px;
	}
}

#maximg img {
	max-width: 100% !important;
	height: auto !important
}

.wap {
	display: none;
}

@media only screen and (max-width:768px) {
	.pc {
		display: none;
	}

	.wap {
		display: block;
	}
}

.text-secondary {
	text-align: center;
	padding: 20px 0
}

.cpwenben {
	font-size: 16px;
	line-height: 30px
}

#maximg img {
	max-width: 100% !important;
	height: auto !important
}