body,h1,h2,h3,h4,h5,h6,p,dl,dt,dd,ul,ol,li,form,button,input,textarea,th,td {
	font-weight: normal;
	margin: 0;
	padding: 0
}

body,button,input,select,textarea,h1,h2,h3,h4,h5,h6,i {
	font: normal 12px SimHei, BlinkMacSystemFont, Helvetica Neue, PingFang SC, Microsoft YaHei, Source Han Sans SC, Noto Sans CJK SC, WenQuanYi Micro Hei, sans-serif;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased
}

ul,ol,li {
	list-style: none
}

a {
	text-decoration: none;
	color: #333
}

a:hover {
	text-decoration: none
}

img {
	vertical-align: top;
	border: 0
}

button,input,textarea {
	font-size: 100%;
	vertical-align: middle;
	outline: none;
	border-radius: 0;
	-webkit-appearance: none
}

table {
	border-spacing: 0;
	border-collapse: collapse
}

div,a {
	-webkit-tap-highlight-color: rgba(255,255,255,0)
}

html {
	font-size: 100px
}

@media screen and (min-width: 320px) {
	html {
		font-size: 85.33333px
	}
}

@media screen and (min-width: 360px) {
	html {
		font-size: 96px
	}
}

@media screen and (min-width: 375px) {
	html {
		font-size: 100px
	}
}

@media screen and (min-width: 480px) {
	html {
		font-size: 128px
	}
}

@media screen and (min-width: 640px) {
	html {
		font-size: 170.66667px
	}
}

@media screen and (min-width: 750px) {
	html {
		font-size: 200px
	}
}

.clearfloat:after {
	font-size: 0;
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: ' '
}

.clearfloat {
	*zoom: 1
}

.clearboth {
	clear: both
}

.wp1440 {
	width: 1440px;
	margin: 0 auto
}

@media screen and (max-width: 1480px) {
	.wp1440 {
		width: auto;
		margin: 0 .1rem
	}
}

.wp1200 {
	width: 1200px;
	margin: 0 auto
}

@media screen and (max-width: 1240px) {
	.wp1200 {
		width: auto;
		margin: 0 .1rem
	}
}

.checkBrowser {
	font-size: 14px;
	line-height: 40px;
	position: fixed;
	z-index: 99999;
	top: 0;
	left: 50%;
	width: 700px;
	height: 40px;
	margin-left: -360px;
	padding: 0 10px;
	color: #fff;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	background-color: #e6212a
}

.checkBrowser a {
	font-size: 16px;
	line-height: 20px;
	position: absolute;
	top: 10px;
	right: 5px;
	display: block;
	width: 20px;
	height: 20px;
	cursor: pointer;
	text-align: center;
	color: #333;
	border-radius: 50%;
	background-color: #fff
}

@font-face {
	font-family:'GEORGIA';src:url("../fonts/georgia.eot");src:local("☺"),url("../fonts/georgia.woff") format("woff"),url("../fonts/georgia.ttf") format("truetype"),url("../fonts/georgia.svg") format("svg")
}

.paged {
	padding-top: 30px;
	text-align: center
}

.paged li {
	display: inline-block
}

.paged a,.paged .p_info,.paged .current {
	display: inline-block;
	margin: 0 3px 2px;
	padding: 0 15px;
	font-size: 15px;
	text-align: center;
	border: 1px solid #e5e5e5;
	background: #f5f5f5;
	color: #555;
	height: 40px;
	line-height: 40px
}

.paged .current,.paged a:hover {
	border: 1px solid #0d306a;
	background: #0d306a;
	color: #fff
}

.header {
	background-color: #fff;
	height: 100px
}

.header h1 {
	float: left
}

.header h1 a {
	display: block
}

.header h1 a img {
	height: 100px;
	display: block
}

@media screen and (max-width: 750px) {
	.header {
		height: .6rem
	}

	.header h1 a img {
		height: .6rem
	}
}

.header-search {
	float: right;
	height: 100px;
	position: relative;
	line-height: 100px;
	margin-left: 30px
}

@media screen and (max-width: 1170px) {
	.header-search {
		display: none
	}
}

.header-search span {
	display: inline-block;
	vertical-align: middle;
	width: 50px;
	height: 50px;
	border-radius: 100%;
	background-color: #2d2520;
	text-align: center;
	line-height: 50px;
	color: #fff;
	font-size: 18px;
	cursor: pointer
}

.header-search:hover .header-search-box {
	opacity: 1;
	visibility: visible
}

.header-search-box {
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -24px;
	border-radius: 25px;
	background-color: #2d2520;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
	width: 215px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 15px;
	z-index: 5;
	opacity: 0;
	visibility: hidden
}

.header-search-box button {
	background: #2d2520;
	font-family: 'iconfont';
	font-size: 18px;
	display: block;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	color: #fff;
	border: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
	border-radius: 100%
}

.header-search-box button:before {
	content: '\e624'
}

.header-search-box input {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-moz-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	border: none;
	background: none;
	height: 50px;
	line-height: 50px;
	font-size: 14px;
	color: #fff;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block
}

.mobile-menu-btn {
	display: none;
	float: right;
	height: 100px;
	margin-right: .1rem;
	font-size: 40px !important;
	color: #0d306a;
	line-height: 100px;
	cursor: pointer
}

@media screen and (max-width: 1170px) {
	.mobile-menu-btn {
		display: block
	}
}

@media screen and (max-width: 750px) {
	.mobile-menu-btn {
		height: .6rem;
		line-height: .6rem;
		font-size: .25rem !important
	}
}

.nav {
	float: right
}

@media screen and (max-width: 1170px) {
	.nav {
		display: none
	}
}

.nav li {
	float: left;
	margin-left: 40px
}

.nav li a {
	display: block;
	line-height: 100px;
	font-size: 18px
}

.nav li a:hover {
	color: #0d306a
}

.nav li.on a {
	color: #0d306a
}

.nav-mobile {
	position: absolute;
	width: 2.65rem;
	top: .55rem;
	left: 0;
	bottom: 0;
	z-index: 103;
	background: #fff;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
	-webkit-transition: -webkit-transform .4s ease;
	transition: -webkit-transform .4s ease;
	-moz-transition: transform .4s ease, -moz-transform .4s ease;
	transition: transform .4s ease;
	transition: transform .4s ease, -webkit-transform .4s ease, -moz-transform .4s ease
}

.nav-mobile.anim {
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0)
}

.nav-mobile-con {
	display: none;
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	bottom: 0;
	z-index: 9902;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden
}

.nav-mobile-con .bg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,0.4);
	z-index: 102
}

.nav-mobile-top {
	width: 100%;
	height: .55rem;
	line-height: .55rem;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 .25rem;
	background-color: #393939;
	font-size: .15rem;
	color: #fff;
	z-index: 103;
	position: absolute;
	top: 0;
	left: 0
}

.nav-mobile-search {
	position: absolute;
	left: 0;
	top: .55rem;
	background-color: #f5f5f5;
	padding: .09rem .2rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	z-index: 104;
	width: 100%;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.nav-mobile-search input[type="text"] {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-moz-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	height: .25rem;
	line-height: .25rem;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	font-size: .13rem;
	background: none
}

.nav-mobile-search button {
	width: .4rem;
	height: .25rem;
	border: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-family: iconfont;
	display: block;
	background: none;
	font-size: .2rem;
	color: #555
}

.nav-mobile-search button:before {
	content: '\e624'
}

.nav-mobile-wp {
	position: relative
}

.nav-mobile-title {
	position: relative;
	margin: 0 .25rem;
	border-bottom: 1px solid #ededed
}

.nav-mobile-title>a {
	position: relative;
	display: block;
	line-height: .42rem;
	font-size: .14rem;
	color: #333;
	z-index: 2;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	width: 100%
}

.nav-mobile-child-btn {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	text-align: right;
	line-height: .42rem;
	font-size: .15rem;
	font-weight: bold;
	z-index: 1;
	color: #848484
}

.nav-mobile-child-btn span {
	display: inline-block;
	margin-right: .2rem
}

.nav-mobile-child-btn i {
	position: absolute;
	display: block;
	width: .2rem;
	height: 100%;
	top: 0;
	right: 0;
	color: #888;
	line-height: .42rem;
	text-align: center;
	font-size: .15rem;
	-webkit-transition: -webkit-transform .2s ease;
	transition: -webkit-transform .2s ease;
	-moz-transition: transform .2s ease, -moz-transform .2s ease;
	transition: transform .2s ease;
	transition: transform .2s ease, -webkit-transform .2s ease, -moz-transform .2s ease
}

.nav-mobile-child-btn i:before {
	content: '>'
}

.nav-mobile-child-btn.open i {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg)
}

.nav-mobile-child-btn+a {
	display: inline-block;
	width: auto
}

.nav-mobile .sub {
	padding: 0 .2rem;
	display: none
}

.nav-mobile .sub li {
	border-bottom: 1px solid #ededed;
	padding-left: .15rem;
	position: relative;
	height: .42rem;
	overflow: hidden
}

.nav-mobile .sub li a {
	display: inline-block;
	vertical-align: middle;
	line-height: .42rem;
	font-size: .14rem;
	height: .42rem;
	color: #333;
	overflow: hidden
}

.fast-link {
	position: relative;
	background-color: #f6f6f6;
	z-index: 15;
	padding-top: .4rem;
	padding-bottom: 70px
}

.fast-link .back-top {
	position: absolute;
	width: .4rem;
	height: .4rem;
	border-radius: 100%;
	text-align: center;
	line-height: .4rem;
	color: #fff;
	background-color: #e5e5e5;
	font-size: .18rem;
	left: 50%;
	margin-left: -.2rem;
	top: -.2rem;
	cursor: pointer;
	-webkit-transition: background-color .2s ease;
	-moz-transition: background-color .2s ease;
	transition: background-color .2s ease
}

.fast-link .back-top:hover {
	background-color: #00394c
}

@media screen and (max-width: 750px) {
	.fast-link {
		padding-bottom: .2rem
	}
}

.fast-link-list {
	float: left;
	width: 66.66667%;
	font-size: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex
}

.fast-link-list dl {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-moz-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-right: 10px
}

.fast-link-list dl dt {
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 20px
}

.fast-link-list dl dt:before {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 34px;
	height: 1px;
	content: '';
	background-color: #0d306a
}

.fast-link-list dl dt a {
	font-size: 18px;
	color: #333
}

.fast-link-list dl dt a:hover {
	color: #0d306a
}

.fast-link-list dl dd {
	padding: 5px 0
}

.fast-link-list dl dd a {
	font-size: 14px;
	color: rgba(102,102,102,0.5)
}

.fast-link-list dl dd a:hover {
	color: #0d306a
}

@media screen and (max-width: 1170px) {
	.fast-link-list {
		float: none;
		width: 100%;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-justify-content: space-around;
		-ms-flex-pack: distribute;
		justify-content: space-around
	}

	.fast-link-list dl {
		width: 28%;
		margin-bottom: .2rem;
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 auto;
		-moz-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		padding-right: 0
	}

	.fast-link-list dl:nth-child(3n+3) {
		width: 21%
	}
}

@media screen and (max-width: 750px) {
	.fast-link-list dl dt a {
		font-size: 14px
	}

	.fast-link-list dl dd a {
		font-size: 12px
	}
}

.fast-contact {
	float: right;
	text-align: right;
	padding-top: 10px
}

.fast-contact .ewm {
	font-size: 0;
	margin-bottom: 20px
}

.fast-contact .ewm-item {
	display: inline-block;
	vertical-align: top;
	text-align: center;
	margin-left: 30px
}

.fast-contact .ewm-item img {
	padding: 5px;
	background-color: #fff;
	width: 102px;
	height: 102px;
	margin-bottom: 5px
}

.fast-contact .ewm-item p {
	font-size: 14px;
	color: #333
}

.fast-contact .share {
	margin-bottom: 20px
}

.fast-contact .bdshare-button-style2-32 a {
	display: inline-block;
	vertical-align: top;
	float: none;
	width: 46px;
	height: 46px;
	padding: 0;
	background: #00394c;
	text-align: center;
	line-height: 46px;
	color: #fff;
	border-radius: 100%;
	text-indent: 0;
	font-size: 22px
}

.fast-contact .address {
	font-size: 12px;
	color: #333;
	line-height: 24px
}

@media screen and (max-width: 1170px) {
	.fast-contact {
		float: none;
		width: 100%;
		display: block;
		text-align: center
	}

	.fast-contact .ewm-item {
		margin: 0 15px
	}
}

@media screen and (max-width: 750px) {
	.fast-contact .address {
		font-size: 10px
	}
}

.footer {
	padding: 24px 0;
	background: #1f1a17
}

.footer .copyright {
	float: left;
	font-size: 14px;
	color: #fff;
	line-height: 30px
}

.footer .copyright img {
	vertical-align: middle
}

.footer .copyright a {
	color: #fff
}

.footer .copyright a:hover {
	color: #00394c
}

@media screen and (max-width: 750px) {
	.footer .copyright {
		font-size: 10px;
		line-height: 20px
	}
}

.inside-bread {
	width: 100%;
	position: relative;
	z-index: 12;
	background: url("../images/bread_bg.jpg") repeat-x center;
	height: 50px;
	line-height: 50px;
	font-size: 14px;
	color: #fff;
	box-shadow: 0 5px 15px rgba(0,0,0,0.4)
}

.inside-bread a {
	color: #fff
}

.inside-bread a:hover {
	color: #0d306a
}

.inside-menu {
	width: 100%;
	position: relative;
	z-index: 10;
	background-color: #fff;
	box-shadow: 0 2px 10px rgba(0,0,0,0.2)
}

@media screen and (max-width: 800px) {
	.inside-menu {
		display: none
	}
}

.inside-menu .wp1440 {
	font-size: 0
}

.inside-menu a {
	display: inline-block;
	vertical-align: top;
	padding: 0 40px;
	font-size: 16px;
	color: #666;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	transition: all .2s ease;
	line-height: 69px
}

.inside-menu a:hover,.inside-menu a.on {
	background-color: #00394c;
	color: #fff
}

.inside-con {
	padding-top: .25rem;
	padding-bottom: .6rem;
	background-color: #fff
}

.inside-con.gradient {
	background: -webkit-linear-gradient(top, #f7f7f7 0%, #fff 100%);
	background: -moz- oldlinear-gradient(top, #f7f7f7 0%, #fff 100%);
	background: linear-gradient(180deg, #f7f7f7 0%, #fff 100%)
}

.product-list {
	width: 1233px;
	margin: 0 auto;
	max-width: 100%
}

.product-list li {
	float: left;
	width: 33.33%;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 .085rem;
	margin-bottom: .17rem
}

.product-list li a {
	display: block
}

.product-list li a:hover .p {
	color: #0d306a
}

.product-list li a:hover .img img {
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1)
}

.product-list .img {
	position: relative;
	width: 100%;
	padding-bottom: 59.41645%;
	overflow: hidden
}

.product-list .img img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease
}

.product-list .p {
	background-color: #eee;
	padding: 0 .1rem;
	height: .36rem;
	line-height: .36rem;
	font-size: 16px;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

@media screen and (max-width: 800px) {
	.product-list li {
		width: 50%
	}

	.product-list .p {
		font-size: .1rem
	}
}

.honor-list {
	width: 1224px;
	margin: 0 auto;
	max-width: 100%;
	font-size: 0
}

.honor-list li {
	display: inline-block;
	vertical-align: top;
	width: 25%;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 11px;
	margin-bottom: .17rem
}

.honor-list li:hover .img {
	border-color: #0d306a
}

.honor-list li:hover .p {
	color: #0d306a
}

.honor-list .wp {
	cursor: pointer
}

.honor-list .img {
	border: 1px solid #bfbfbf;
	display: block;
	background-color: #fff;
	padding: 12px;
	margin-bottom: 15px;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.honor-list .img span {
	display: block;
	position: relative;
	width: 100%;
	padding-bottom: 133.85214%;
	overflow: hidden
}

.honor-list .img img {
	position: absolute;
	top: 50%;
	left: 50%;
	max-width: 100%;
	max-height: 100%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	display: block
}

.honor-list .p {
	font-size: 20px;
	line-height: 24px;
	height: 24px;
	text-align: center;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

@media screen and (max-width: 750px) {
	.honor-list .p {
		font-size: 14px
	}
}

@media screen and (max-width: 800px) {
	.honor-list li {
		width: 33.33%
	}
}

@media screen and (max-width: 640px) {
	.honor-list li {
		width: 50%;
		padding: 0 5px
	}
}

.new-list {
	position: relative;
	z-index: 22
}

.new-list li a {
	display: block;
	position: relative;
	width: 100%;
	margin-bottom: .15rem
}

.new-list li a:hover .time {
	background: #0d306a
}

.new-list li a:hover .nr .title h3 {
	color: #0d306a
}

.new-list li a:hover .nr .title h3:after {
	width: 24px;
	background: #0d306a
}

.new-list li a:hover .nr .title h3:before {
	left: 40px;
	right: 0;
	background: #a7a7a7;
	width: auto
}

.new-list li a .time {
	position: absolute;
	left: 0;
	top: 50%;
	width: 100px;
	height: 112px;
	line-height: 112px;
	background: #4f4f4f;
	margin-top: -56px;
	font-size: 0;
	text-align: center;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	transition: all .4s ease
}

.new-list li a .time>div {
	display: inline-block;
	vertical-align: middle;
	line-height: 1.2
}

.new-list li a .time .day {
	font-size: 36px;
	color: #fff
}

.new-list li a .time .year {
	font-size: 14px;
	color: #fff
}

.new-list li a .nr {
	background: #fff;
	margin-left: 100px;
	height: 222px;
	padding: .17rem;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	box-shadow: 0 3px 20px rgba(0,0,0,0.1)
}

.new-list li a .nr .img {
	width: 1.3rem;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.new-list li a .nr .img>div {
	width: 100%;
	position: relative;
	padding-bottom: 55.89354%
}

.new-list li a .nr .img>div img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%
}

.new-list li a .nr .title {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-moz-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding-left: .15rem
}

.new-list li a .nr .title h3 {
	margin-top: 10px;
	height: 48px;
	line-height: 48px;
	width: 100%;
	overflow: hidden;
	font-size: 20px;
	color: #333;
	margin-bottom: 12px;
	position: relative;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	transition: all .4s ease
}

.new-list li a .nr .title h3:after {
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	width: 50%;
	height: 1px;
	background: #e5e5e5;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	transition: all .4s ease
}

.new-list li a .nr .title h3:before {
	position: absolute;
	content: "";
	right: 0;
	bottom: 0;
	width: 50%;
	height: 1px;
	background: #e5e5e5;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	transition: all .4s ease
}

.new-list li a .nr .title .p {
	font-size: 14px;
	color: #666;
	line-height: 25px;
	height: 50px;
	overflow: hidden;
	width: 100%
}

@media screen and (max-width: 800px) {
	.new-list li a .time {
		display: none
	}

	.new-list li a .nr {
		margin-left: 0
	}
}

@media screen and (max-width: 750px) {
	.new-list li a .nr {
		height: auto;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-moz-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}

	.new-list li a .nr .title h3 {
		margin-top: 0;
		height: 30px;
		line-height: 30px;
		font-size: 16px;
		margin-bottom: 5px
	}

	.new-list li a .nr .title .p {
		font-size: 12px;
		line-height: 20px;
		height: 40px
	}
}

.case-top {
	margin-bottom: .15rem;
	background-color: #656565;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex
}

.case-top .img img {
	max-width: 100%
}

.case-top .info {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-moz-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.case-top .wp {
	padding: .15rem;
	max-width: 244px;
	color: #fff
}

.case-top .wp h5 {
	font-size: 40px;
	text-align: center;
	margin-bottom: .15rem
}

.case-top .p {
	font-size: 16px;
	line-height: 30px
}

@media screen and (max-width: 1150px) {
	.case-top {
		display: block
	}

	.case-top .img img {
		width: 100%
	}

	.case-top .wp {
		max-width: 100%
	}
}

@media screen and (max-width: 750px) {
	.case-top .wp h5 {
		font-size: 22px
	}

	.case-top .p {
		font-size: 14px
	}
}

.case-list {
	font-size: 0
}

.case-list li {
	display: inline-block;
	vertical-align: top;
	width: 50%;
	margin-bottom: .15rem;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.case-list li:nth-child(2n+1) {
	padding-right: .07rem
}

.case-list li:nth-child(2n) {
	padding-left: .07rem
}

.case-list li a {
	display: block;
	position: relative
}

.case-list li a:after {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 2;
	display: block;
	content: '';
	background: url(../images/bg_9.png) repeat-x center;
	background-size: 1px 100%;
	top: 0;
	left: 0
}

.case-list li a:hover .img img {
	-webkit-transform: scale(1.05, 1.05);
	-moz-transform: scale(1.05, 1.05);
	-ms-transform: scale(1.05, 1.05);
	transform: scale(1.05, 1.05)
}

.case-list li .img {
	position: relative;
	z-index: 1;
	width: 100%;
	padding-bottom: 59.31624%;
	overflow: hidden
}

.case-list li .img img {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease
}

.case-list li .p {
	position: absolute;
	padding: 0 .15rem;
	width: 100%;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	bottom: .1rem;
	font-size: 20px;
	color: #fff;
	line-height: 24px;
	height: 24px;
	overflow: hidden;
	z-index: 5
}

@media screen and (max-width: 750px) {
	.case-list li .p {
		font-size: 12px;
		bottom: .05rem
	}
}

.advantage-swiper {
	position: relative;
	width: 1200px;
	margin: 0 auto
}

@media screen and (max-width: 1240px) {
	.advantage-swiper {
		width: auto;
		margin: 0 .1rem
	}
}

.advantage-swiper .swiper-slide {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex
}

.advantage-swiper .swiper-slide:nth-child(2n) {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: row-reverse;
	-moz-box-orient: horizontal;
	-moz-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse
}

.advantage-swiper .swiper-slide:nth-child(2n) .info:after {
	left: -16px;
	border-right: 16px solid #fff
}

.advantage-swiper .swiper-slide:nth-child(2n+1) .info:after {
	border-left: 16px solid #fff;
	right: -16px
}

.advantage-swiper .info {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-moz-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	position: relative;
	z-index: 2;
	background-color: #fff;
	background-image: url(../images/bg_1.png);
	background-repeat: no-repeat;
	background-position: 10px bottom;
	font-size: 14px;
	line-height: 30px;
	color: #666
}

.advantage-swiper .info:after {
	width: 0;
	height: 0;
	position: absolute;
	display: block;
	border-top: 16px solid transparent;
	border-bottom: 16px solid transparent;
	content: '';
	top: 50%;
	margin-top: -16px
}

.advantage-swiper .info .wp {
	padding: 60px 50px 0
}

@media screen and (max-width: 1000px) {
	.advantage-swiper .info .wp {
		padding: .25rem
	}
}

.advantage-swiper .info .t {
	line-height: 36px;
	margin-bottom: 10px;
	font-size: 24px;
	color: #333
}

.advantage-swiper .info .t i {
	width: 36px;
	height: 36px;
	border-radius: 100%;
	display: inline-block;
	vertical-align: top;
	margin-right: 8px;
	text-align: center;
	line-height: 36px;
	color: #fff;
	background-color: #0d306a;
	font-size: 20px;
	font-family: Arial
}

.advantage-swiper .img {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-moz-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	position: relative;
	z-index: 1
}

.advantage-swiper .img span {
	display: block;
	width: 100%;
	padding-bottom: 60%;
	overflow: hidden;
	position: relative
}

.advantage-swiper .img span img {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0
}

.advantage-swiper .advantage-prev {
	position: absolute;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	color: #fff;
	background-color: #949494;
	cursor: pointer;
	outline: none;
	font-size: 14px;
	top: 50%;
	margin-top: -20px;
	left: -60px;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	transition: all .2s ease;
	border-radius: 100%;
	z-index: 2
}

.advantage-swiper .advantage-prev:hover {
	background-color: #0d306a
}

.advantage-swiper .advantage-next {
	position: absolute;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	color: #fff;
	background-color: #949494;
	cursor: pointer;
	outline: none;
	font-size: 14px;
	top: 50%;
	margin-top: -20px;
	right: -60px;
	border-radius: 100%;
	z-index: 2
}

.advantage-swiper .advantage-next:hover {
	background-color: #0d306a
}

@media screen and (max-width: 1340px) {
	.advantage-swiper .advantage-prev {
		left: 10px
	}

	.advantage-swiper .advantage-next {
		right: 10px
	}
}

@media screen and (max-width: 1000px) {
	.advantage-swiper .swiper-slide {
		display: block
	}
}

@media screen and (max-width: 540px) {
	.advantage-swiper .advantage-prev,.advantage-swiper .advantage-next {
		width: 20px;
		height: 20px;
		line-height: 20px;
		font-size: 10px
	}

	.advantage-swiper .advantage-prev {
		left: 0
	}

	.advantage-swiper .advantage-next {
		right: 0
	}
}

.product-main {
	width: 1200px;
	margin: 0 auto;
	font-size: 0
}

@media screen and (max-width: 1240px) {
	.product-main {
		width: auto;
		margin: 0 .1rem
	}
}

.product-main .left {
	display: inline-block;
	vertical-align: top;
	width: 50%;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-right: 10px
}

.product-main .left .product-main-item:nth-child(1) {
	position: relative;
	margin-bottom: 20px;
	background-color: #fff;
	display: block
}

.product-main .left .product-main-item:nth-child(1) .img {
	width: 100%
}

.product-main .left .product-main-item:nth-child(1) .img span {
	display: block;
	position: relative;
	width: 100%;
	padding-bottom: 66.77966%;
	overflow: hidden
}

.product-main .left .product-main-item:nth-child(1) .img span img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease
}

.product-main .left .product-main-item:nth-child(1) .info {
	position: absolute;
	z-index: 2;
	bottom: 0;
	left: 0;
	width: 100%;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 14px 24px;
	background: rgba(0,0,0,0.5)
}

.product-main .left .product-main-item:nth-child(1) .info:after {
	position: absolute;
	display: block;
	content: '\e608';
	font-family: 'iconfont';
	width: 30px;
	height: 30px;
	border-radius: 100%;
	text-align: center;
	line-height: 30px;
	background-color: #fff;
	font-size: 12px;
	color: #999;
	right: 24px;
	top: 50%;
	margin-top: -15px
}

.product-main .left .product-main-item:nth-child(1) .cn {
	font-size: 30px;
	color: #fff
}

.product-main .left .product-main-item:nth-child(1) .en {
	font-family: 'GEORGIA';
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase
}

.product-main .left .product-main-item:nth-child(1):hover .info:after {
	background-color: #0d306a;
	color: #fff
}

.product-main .left .product-main-item:nth-child(1):hover .img span img {
	-webkit-transform: scale(1.05, 1.05);
	-moz-transform: scale(1.05, 1.05);
	-ms-transform: scale(1.05, 1.05);
	transform: scale(1.05, 1.05)
}

.product-main .left .product-main-item:nth-child(2) {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	background-color: #fff
}

.product-main .left .product-main-item:nth-child(2) .img {
	-webkit-box-flex: 324;
	-webkit-flex: 324;
	-moz-box-flex: 324;
	-ms-flex: 324;
	flex: 324
}

.product-main .left .product-main-item:nth-child(2) .img span {
	display: block;
	width: 100%;
	position: relative;
	padding-bottom: 66.66667%;
	overflow: hidden
}

.product-main .left .product-main-item:nth-child(2) .img span img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease
}

.product-main .left .product-main-item:nth-child(2) .info {
	-webkit-box-flex: 266;
	-webkit-flex: 266;
	-moz-box-flex: 266;
	-ms-flex: 266;
	flex: 266;
	background-color: #fff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	transition: all .2s ease
}

.product-main .left .product-main-item:nth-child(2) .info:after {
	display: block;
	content: '\e608';
	font-family: 'iconfont';
	width: 30px;
	height: 30px;
	border-radius: 100%;
	text-align: center;
	line-height: 30px;
	background-color: #ebebeb;
	font-size: 12px;
	color: #999;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	transition: all .2s ease
}

.product-main .left .product-main-item:nth-child(2) .cn {
	font-size: 30px;
	color: #333;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	transition: all .2s ease
}

.product-main .left .product-main-item:nth-child(2) .en {
	font-family: 'GEORGIA';
	font-size: 14px;
	font-weight: bold;
	color: #999;
	text-transform: uppercase;
	margin-bottom: .12rem;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	transition: all .2s ease
}

.product-main .left .product-main-item:nth-child(2):hover .info {
	background-color: #0d306a
}

.product-main .left .product-main-item:nth-child(2):hover .img span img {
	-webkit-transform: scale(1.05, 1.05);
	-moz-transform: scale(1.05, 1.05);
	-ms-transform: scale(1.05, 1.05);
	transform: scale(1.05, 1.05)
}

.product-main .left .product-main-item:nth-child(2):hover .cn,.product-main .left .product-main-item:nth-child(2):hover .en {
	color: #fff
}

.product-main .right {
	display: inline-block;
	vertical-align: top;
	width: 50%;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 10px
}

.product-main .right .product-main-item:nth-child(1) {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	background-color: #fff;
	margin-bottom: 20px
}

.product-main .right .product-main-item:nth-child(1) .img {
	-webkit-box-flex: 324;
	-webkit-flex: 324;
	-moz-box-flex: 324;
	-ms-flex: 324;
	flex: 324
}

.product-main .right .product-main-item:nth-child(1) .img span {
	display: block;
	width: 100%;
	position: relative;
	padding-bottom: 66.66667%;
	overflow: hidden
}

.product-main .right .product-main-item:nth-child(1) .img span img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease
}

.product-main .right .product-main-item:nth-child(1) .info {
	-webkit-box-flex: 266;
	-webkit-flex: 266;
	-moz-box-flex: 266;
	-ms-flex: 266;
	flex: 266;
	background-color: #fff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	transition: all .2s ease
}

.product-main .right .product-main-item:nth-child(1) .info:after {
	display: block;
	content: '\e608';
	font-family: 'iconfont';
	width: 30px;
	height: 30px;
	border-radius: 100%;
	text-align: center;
	line-height: 30px;
	background-color: #ebebeb;
	font-size: 12px;
	color: #999
}

.product-main .right .product-main-item:nth-child(1) .cn {
	font-size: 30px;
	color: #333;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	transition: all .2s ease
}

.product-main .right .product-main-item:nth-child(1) .en {
	font-family: 'GEORGIA';
	font-size: 14px;
	font-weight: bold;
	color: #999;
	text-transform: uppercase;
	margin-bottom: .12rem;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	transition: all .2s ease
}

.product-main .right .product-main-item:nth-child(1):hover .info {
	background-color: #0d306a
}

.product-main .right .product-main-item:nth-child(1):hover .img span img {
	-webkit-transform: scale(1.05, 1.05);
	-moz-transform: scale(1.05, 1.05);
	-ms-transform: scale(1.05, 1.05);
	transform: scale(1.05, 1.05)
}

.product-main .right .product-main-item:nth-child(1):hover .cn,.product-main .right .product-main-item:nth-child(1):hover .en {
	color: #fff
}

.product-main .right .product-main-item:nth-child(2) {
	position: relative;
	margin-bottom: 20px;
	background-color: #fff;
	display: block
}

.product-main .right .product-main-item:nth-child(2) .img {
	width: 100%
}

.product-main .right .product-main-item:nth-child(2) .img span {
	display: block;
	position: relative;
	width: 100%;
	padding-bottom: 66.77966%;
	overflow: hidden
}

.product-main .right .product-main-item:nth-child(2) .img span img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease
}

.product-main .right .product-main-item:nth-child(2) .info {
	position: absolute;
	z-index: 2;
	bottom: 0;
	left: 0;
	width: 100%;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 14px 24px;
	background: rgba(0,0,0,0.5)
}

.product-main .right .product-main-item:nth-child(2) .info:after {
	position: absolute;
	display: block;
	content: '\e608';
	font-family: 'iconfont';
	width: 30px;
	height: 30px;
	border-radius: 100%;
	text-align: center;
	line-height: 30px;
	background-color: #fff;
	font-size: 12px;
	color: #999;
	right: 24px;
	top: 50%;
	margin-top: -15px;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	transition: all .2s ease
}

.product-main .right .product-main-item:nth-child(2) .cn {
	font-size: 30px;
	color: #fff
}

.product-main .right .product-main-item:nth-child(2) .en {
	font-family: 'GEORGIA';
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase
}

.product-main .right .product-main-item:nth-child(2):hover .info:after {
	background-color: #0d306a;
	color: #fff
}

.product-main .right .product-main-item:nth-child(2):hover .img span img {
	-webkit-transform: scale(1.05, 1.05);
	-moz-transform: scale(1.05, 1.05);
	-ms-transform: scale(1.05, 1.05);
	transform: scale(1.05, 1.05)
}

@media screen and (max-width: 800px) {
	.product-main .left,.product-main .right {
		width: 100%;
		padding-right: 0;
		padding-left: 0
	}

	.product-main .left .product-main-item:nth-child(2) {
		margin-bottom: 20px
	}
}

@media screen and (max-width: 640px) {
	.product-main .left .product-main-item:nth-child(1) .cn,.product-main .left .product-main-item:nth-child(2) .cn {
		font-size: 20px
	}

	.product-main .left .product-main-item:nth-child(1) .en,.product-main .left .product-main-item:nth-child(2) .en {
		font-size: 12px
	}

	.product-main .right .product-main-item:nth-child(1) .cn,.product-main .right .product-main-item:nth-child(2) .cn {
		font-size: 20px
	}

	.product-main .right .product-main-item:nth-child(1) .en,.product-main .right .product-main-item:nth-child(2) .en {
		font-size: 12px
	}
}

.product-detail-con {
	padding: .25rem 0 .45rem;
	background-color: #f7f7f7
}

.product-detail-top {
	width: 1200px;
	margin: 0 auto;
	background-color: #fff;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	box-shadow: 0 0 30px rgba(0,0,0,0.2);
	padding: .25rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex
}

@media screen and (max-width: 1240px) {
	.product-detail-top {
		width: auto;
		margin: 0 .1rem
	}
}

.product-detail-top .img {
	-webkit-box-flex: 696;
	-webkit-flex: 696;
	-moz-box-flex: 696;
	-ms-flex: 696;
	flex: 696
}

.product-detail-top .img li {
	width: 100%;
	padding-bottom: 66.66667%;
	position: relative;
	overflow: hidden;
	display: none
}

.product-detail-top .img li:first-child {
	display: block
}

.product-detail-top .img li img {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	max-height: 100%;
	max-width: 100%
}

.product-detail-top .info {
	-webkit-box-flex: 404;
	-webkit-flex: 404;
	-moz-box-flex: 404;
	-ms-flex: 404;
	flex: 404
}

.product-detail-top .wp {
	padding-left: 40px;
	position: relative
}

.product-detail-top .title {
	padding: 24px 0 22px;
	border-bottom: 1px dashed #adadad
}

.product-detail-top .title h2 {
	font-size: 26px;
	color: #333
}

.product-detail-top .title .en {
	font-size: 12px;
	color: #999;
	font-family: 'GEORGIA';
	text-transform: uppercase
}

.product-detail-top .article {
	padding: 30px 0 30px;
	font-size: 15px;
	line-height: 30px;
	color: #666
}

.product-detail-top .thumb {
	position: relative;
	left: 0;
	right: 0;
	bottom: 0
}

.product-detail-top .thumb ul {
	font-size: 0
}

.product-detail-top .thumb ul li {
	display: inline-block;
	vertical-align: top;
	width: 25%;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-right: 7px
}

.product-detail-top .thumb ul li.on span:after {
	position: absolute;
	width: 100%;
	height: 100%;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 2px solid #0d306a;
	content: '';
	display: block;
	left: 0;
	top: 0
}

.product-detail-top .thumb ul span {
	display: block;
	width: 100%;
	padding-bottom: 65.55556%;
	position: relative;
	overflow: hidden;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	cursor: pointer
}

@media screen and (max-width: 1000px) {
	.product-detail-top {
		display: block
	}

	.product-detail-top .wp {
		padding-left: 0
	}
}

.product-detail-box {
	padding: .3rem 0 .65rem;
	background-color: #fff
}

.product-detail-box .title {
	line-height: 60px;
	border-bottom: 1px dashed #ddd
}

.product-detail-box .title .cn {
	font-size: 30px;
	color: #333
}

.product-detail-box .title .en {
	font-size: 35px;
	font-family: 'GEORGIA';
	color: #0d306a;
	text-transform: uppercase
}

@media screen and (max-width: 1000px) {
	.product-detail-box .title .cn {
		font-size: 20px
	}

	.product-detail-box .title .en {
		font-size: 22px
	}
}

.product-detail-article {
	padding-top: 35px;
	font-size: 16px;
	color: #666;
	line-height: 30px
}

.product-detail-article img {
	max-width: 100%
}

.product-detail-article .box {
	font-size: 0
}

.product-detail-article .box-item {
	display: inline-block;
	vertical-align: top;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 50%;
	margin-bottom: 35px
}

.product-detail-article .box-item:nth-child(2n+1) {
	padding-right: 15px
}

.product-detail-article .box-item:nth-child(2n) {
	padding-left: 15px
}

.product-detail-article .box-item .t {
	padding-left: 15px;
	position: relative;
	font-size: 20px;
	color: #333;
	margin-bottom: 20px
}

.product-detail-article .box-item .t:before {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	background-color: #0d306a;
	width: 4px;
	content: '';
	display: block
}

.product-detail-article .box-item table {
	width: 100%;
	border-spacing: 0;
	border-collapse: collapse
}

.product-detail-article .box-item table tr:nth-child(2n+1) td {
	background-color: #edf2fb
}

.product-detail-article .box-item table tr:nth-child(2n) td {
	background-color: #f7f7f7
}

.product-detail-article .box-item table td {
	font-size: 16px;
	color: #333;
	border: 1px solid #fff;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px 15px
}

.product-detail-article .box-item .p {
	font-size: 16px;
	color: #666;
	line-height: 30px
}

@media screen and (max-width: 1000px) {
	.product-detail-article .box-item {
		width: 100%;
		padding-right: 0 !important;
		padding-left: 0 !important
	}
}

.honor-con {
	padding: .3rem 0 .45rem;
	background-color: #f4f3f1;
	background-image: url(../images/honor_bg.jpg);
	background-position: center bottom;
	background-size: cover
}

.development {
	width: 1200px;
	box-shadow: 1px 1px 84px rgba(82,82,82,0.15);
	background: #fff;
	margin: 0 auto
}

@media screen and (max-width: 1240px) {
	.development {
		width: auto;
		margin: 0 .1rem
	}
}

.development .year-top {
	position: relative;
	background: url(../images/development-icon-2.png) #0d306a repeat-x left bottom;
	height: 94px;
	width: 100%;
	padding-left: 88px;
	padding-right: 88px;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.development .year-top .development-nav {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden
}

.development .year-top .development-nav .swiper-slide {
	text-align: center;
	line-height: 94px;
	background: url(../images/development-icon-3.png) no-repeat center bottom;
	font-size: 20px
}

.development .year-top .development-nav .swiper-slide a {
	cursor: pointer;
	color: #fff;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease
}

.development .year-top .development-nav .swiper-slide .on {
	font-size: 25px;
	font-weight: bold
}

.development .year-top .swiper-nav2-prev {
	cursor: pointer;
	position: absolute;
	top: 50%;
	left: 20px;
	width: 40px;
	height: 40px;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	background: #fff;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
	outline: none;
	text-align: center;
	line-height: 40px;
	color: #0d306a;
	margin-top: -20px;
	border-radius: 100%
}

.development .year-top .swiper-nav2-prev:hover {
	background-color: #00394c;
	color: #fff
}

.development .year-top .swiper-nav2-next {
	cursor: pointer;
	position: absolute;
	top: 50%;
	right: 20px;
	width: 40px;
	height: 40px;
	background: #fff;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
	outline: none;
	text-align: center;
	line-height: 40px;
	color: #0d306a;
	margin-top: -20px;
	border-radius: 100%
}

.development .year-top .swiper-nav2-next:hover {
	background-color: #00394c;
	color: #fff
}

.development .year-top .pagination2 {
	display: none
}

.development .year-top .swiper-button-disabled {
	opacity: .7
}

.development .theyear {
	position: relative;
	width: 100%;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.development .theyear .theyear-box {
	width: 100%
}

.development .theyear .thing {
	padding: .175rem .25rem .5rem .5rem;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: none;
	background-image: url(../images/bg_2.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
	background-color: #fff;
	position: relative
}

.development .theyear .thing:before {
	position: absolute;
	left: .235rem;
	top: 0;
	bottom: .5rem;
	width: 5px;
	background-color: #dcdcdc;
	content: '';
	z-index: 1
}

.development .theyear .thing:after {
	position: absolute;
	width: 20px;
	height: 20px;
	background-color: #0d306a;
	border-radius: 100%;
	content: '';
	display: block;
	left: .195rem;
	top: .55rem;
	z-index: 2
}

.development .theyear .thing:first-child {
	display: block
}

.development .theyear .thing .box {
	background-color: #f5f5f5;
	position: relative;
	padding: 45px 40px 40px 120px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	min-height: 420px
}

.development .theyear .thing .box:before {
	position: absolute;
	width: 131px;
	height: 85px;
	background-image: url(../images/bg_3.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	content: '';
	top: 20px;
	left: -21px
}

.development .theyear .thing .text {
	font-size: 16px;
	line-height: 30px;
	color: #777
}

.development .theyear .thing .text h5 {
	font-size: 26px;
	font-weight: bold;
	color: #0d306a;
	margin-bottom: 25px
}

@media screen and (max-width: 750px) {
	.development .year-top {
		height: 70px;
		line-height: 70px;
		padding-right: 55px;
		padding-left: 55px
	}

	.development .year-top .swiper-nav2-prev {
		width: 24px;
		height: 24px;
		line-height: 24px;
		margin-top: -12px
	}

	.development .year-top .swiper-nav2-next {
		width: 24px;
		height: 24px;
		line-height: 24px;
		margin-top: -12px
	}

	.development .theyear .thing .box {
		padding-left: 20px;
		padding-top: 120px;
		padding-right: 20px
	}
}

.origin-article {
	padding: .25rem 0 .4rem;
	background-color: #f7f7f7;
	background: -webkit-linear-gradient(top, #f7f7f7 0%, #fff 100%);
	background: -moz- oldlinear-gradient(top, #f7f7f7 0%, #fff 100%);
	background: linear-gradient(180deg, #f7f7f7 0%, #fff 100%);
	position: relative;
	line-height: 30px;
	color: #666;
	font-size: 16px
}

.origin-article p {
	margin-bottom: 15px
}

.origin-article img {
	max-width: 100%;
	height: auto !important
}

.origin-article ul {
	list-style: disc
}

.origin-article ul li {
	list-style: disc
}

.origin-article ol {
	list-style: decimal
}

.origin-article ol li {
	list-style: decimal
}

.origin-article .wp1200 {
	position: relative;
	z-index: 2
}

.origin-article:after {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
	content: '';
	top: 0;
	left: 0;
	background: url(../images/bg_4.png) no-repeat center bottom
}

.origin-article .box {
	position: relative;
	margin-bottom: -110px;
	overflow: hidden
}

.origin-article .box .title {
	padding-bottom: 25px;
	position: relative;
	margin-bottom: .22rem;
	overflow: hidden
}

.origin-article .box .title h5 {
	font-size: 40px;
	color: #333;
	margin-bottom: 5px
}

.origin-article .box .title .en {
	font-family: 'GEORGIA';
	font-size: 24px;
	color: #999
}

.origin-article .box .title:after {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 70px;
	height: 2px;
	background-color: #0d306a;
	content: ''
}

.origin-article .box:last-child {
	margin-bottom: .25rem
}

.origin-article .box:nth-child(2n+1) .info {
	overflow: hidden;
	padding-right: 70px
}

.origin-article .box:nth-child(2n+1) .title {
	padding-top: .25rem
}

.origin-article .box:nth-child(2n+1) .img {
	float: right
}

.origin-article .box:nth-child(2n+2) .info {
	overflow: hidden;
	padding-left: 70px
}

.origin-article .box:nth-child(2n+2) .title {
	padding-top: 220px
}

.origin-article .box:nth-child(2n+2) .img {
	float: left
}

.origin-article .full-box .title {
	padding-bottom: 25px;
	position: relative;
	margin-bottom: .22rem;
	overflow: hidden
}

.origin-article .full-box .title h5 {
	font-size: 40px;
	color: #333;
	margin-bottom: 5px
}

.origin-article .full-box .title .en {
	font-family: 'GEORGIA';
	font-size: 24px;
	color: #999
}

.origin-article .full-box .title:after {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 70px;
	height: 2px;
	background-color: #0d306a;
	content: ''
}

@media screen and (max-width: 1100px) {
	.origin-article .box {
		margin-bottom: .25rem
	}

	.origin-article .box:nth-child(2n+2) .title {
		padding-top: .25rem
	}
}

@media screen and (max-width: 900px) {
	.origin-article .box .img {
		float: none !important
	}

	.origin-article .box .info {
		padding-right: 0 !important;
		padding-left: 0 !important
	}
}

@media screen and (max-width: 750px) {
	.origin-article .box .title,.origin-article .full-box .title {
		padding-bottom: 10px
	}

	.origin-article .box .title h5,.origin-article .full-box .title h5 {
		font-size: 30px
	}

	.origin-article .box .title .en,.origin-article .full-box .title .en {
		font-size: 18px
	}
}

.origin-honor-con {
	padding: .4rem 0;
	background: #fff;
	background: -webkit-linear-gradient(290deg, #f3f5f9 52%, #fff 100%);
	background: -moz- oldlinear-gradient(290deg, #f3f5f9 52%, #fff 100%);
	background: linear-gradient(160deg, #f3f5f9 52%, #fff 100%)
}

.origin-honor-con .title {
	text-align: center;
	margin-bottom: 30px
}

.origin-honor-con .title .en {
	color: #0d306a;
	font-size: 35px;
	font-family: 'GEORGIA';
	margin-bottom: 8px
}

.origin-honor-con .title .cn {
	font-size: 30px;
	color: #333
}

@media screen and (max-width: 750px) {
	.origin-honor-con .title .en {
		font-size: 22px
	}

	.origin-honor-con .title .cn {
		font-size: 18px
	}
}

.origin-honor-swiper {
	position: relative;
	width: 1200px;
	margin: 0 auto
}

@media screen and (max-width: 1240px) {
	.origin-honor-swiper {
		width: auto;
		margin: 0 .1rem
	}
}

.origin-honor-swiper .swiper-slide {
	cursor: pointer;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.origin-honor-swiper .swiper-slide .img {
	border: 1px solid #bfbfbf;
	display: block;
	background-color: #fff;
	padding: 12px;
	margin-bottom: 15px;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.origin-honor-swiper .swiper-slide .img span {
	display: block;
	position: relative;
	width: 100%;
	padding-bottom: 133.85214%;
	overflow: hidden
}

.origin-honor-swiper .swiper-slide .img img {
	position: absolute;
	top: 50%;
	left: 50%;
	max-width: 100%;
	max-height: 100%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	display: block
}

.origin-honor-swiper .swiper-slide .p {
	font-size: 20px;
	line-height: 24px;
	height: 24px;
	text-align: center;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

@media screen and (max-width: 750px) {
	.origin-honor-swiper .swiper-slide .p {
		font-size: 14px
	}
}

.origin-honor-swiper .swiper-slide:hover .img {
	border-color: #0d306a
}

.origin-honor-prev,.origin-honor-next {
	position: absolute;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	border-radius: 100%;
	background-color: #909090;
	top: 50%;
	z-index: 5;
	cursor: pointer;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;
	color: #fff;
	font-size: 20px;
	margin-top: -20px;
	outline: none
}

.origin-honor-prev:hover,.origin-honor-next:hover {
	background-color: #0d306a
}

.origin-honor-prev {
	left: -70px;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}

.origin-honor-next {
	right: -70px
}

@media screen and (max-width: 1370px) {
	.origin-honor-prev {
		left: -50px
	}

	.origin-honor-next {
		right: -50px
	}
}

@media screen and (max-width: 1300px) {
	.origin-honor-prev {
		left: 0px
	}

	.origin-honor-next {
		right: 0px
	}
}

@media screen and (max-width: 1300px) {
	.origin-honor-prev,.origin-honor-next {
		width: 20px;
		height: 20px;
		line-height: 20px;
		margin-top: -10px;
		font-size: 10px !important
	}
}

.honor-pop {
	display: none;
	position: fixed;
	z-index: 200;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.3)
}

.honor-pop .pop-con {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 920px;
	height: 800px;
	background-color: #fff;
	border-radius: 4px;
	max-height: 100%
}

.honor-pop .box {
	padding: 70px 80px 0
}

.honor-pop .box-img {
	position: relative;
	padding-top: 75.67568%;
	background: #f5f5f3
}

.honor-pop .box-img img {
	position: absolute;
	top: 50%;
	left: 50%;
	max-width: 100%;
	max-height: 100%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.honor-pop .h4 {
	display: block;
	padding: 20px 0;
	margin-bottom: 15px;
	border-bottom: 1px dashed #a6a6a6;
	font-size: 24px;
	color: #444
}

.honor-pop .p {
	font-size: 14px;
	line-height: 28px;
	color: #777
}

.honor-pop .pop-close {
	cursor: pointer;
	position: absolute;
	top: 20px;
	right: -60px;
	z-index: 1;
	width: 60px;
	height: 60px;
	line-height: 60px;
	background-color: #0d306a;
	color: #fff;
	font-size: 30px;
	text-align: center
}

.honor-pop .pop-close:hover {
	background-color: #0d306a
}

@media screen and (max-height: 800px), (max-width: 950px) {
	.honor-pop .pop-con {
		width: 100%;
		height: 100%;
		border-radius: 0
	}

	.honor-pop .box {
		padding: 70px 10px 0
	}

	.honor-pop .box-img {
		position: absolute;
		top: 70px;
		left: 10px;
		right: 10px;
		bottom: 150px;
		padding-top: 0
	}

	.honor-pop .h4 {
		position: absolute;
		left: 10px;
		right: 10px;
		bottom: 50px;
		font-size: .19rem
	}

	.honor-pop .p {
		position: absolute;
		bottom: 10px;
		left: 10px;
		right: 10px
	}

	.honor-pop .pop-close {
		top: 0;
		right: 0;
		width: 45px;
		height: 45px;
		line-height: 45px;
		font-size: 22px
	}
}

.news-info {
	padding: .3rem 0 .25rem;
	margin-bottom: 25px
}

@media screen and (max-width: 750px) {
	.news-info {
		padding: .15rem 0 .2rem
	}
}

.news-title {
	max-width: 1010px;
	margin: 0 auto;
	border-bottom: 1px dashed #e6e6e6;
	text-align: center;
	padding-bottom: 25px
}

.news-title h2 {
	font-size: 30px;
	color: #333;
	margin-bottom: 10px
}

.news-title .tips {
	font-size: 14px;
	color: #333
}

@media screen and (max-width: 1010px) {
	.news-title {
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		padding-left: .1rem;
		padding-right: .1rem
	}

	.news-title h2 {
		font-size: 20px
	}
}

.news-article {
	padding-top: 30px;
	line-height: 30px;
	color: #555;
	max-width: 1010px;
	margin: 0 auto;
	font-size: 14px
}

.news-article p {
	margin-bottom: 15px
}

.news-article img {
	max-width: 100%;
	height: auto !important
}

.news-article ul {
	list-style: disc
}

.news-article ul li {
	list-style: disc
}

.news-article ol {
	list-style: decimal
}

.news-article ol li {
	list-style: decimal
}

@media screen and (max-width: 1010px) {
	.news-article {
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		padding-left: .1rem;
		padding-right: .1rem
	}
}

.news-paged {
	background-color: #f5f5f5;
	width: 1010px;
	margin: 0 auto;
	border-radius: 5px;
	overflow: hidden;
	max-width: 100%
}

.news-paged li {
	float: left;
	border-left: 1px solid #dcdcdc;
	width: 33.333%;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.news-paged li:first-child {
	border-left: none
}

.news-paged a {
	display: block;
	text-align: center;
	height: 60px;
	line-height: 60px;
	overflow: hidden;
	font-size: 14px;
	color: #000
}

.news-paged a:hover {
	color: #0d306a
}

.news-paged-prev a:before {
	display: inline-block;
	vertical-align: top;
	height: 60px;
	width: 10px;
	margin-right: 30px;
	background: url(../images/arrow_2.png) left center no-repeat;
	content: ''
}

.news-paged-list a:before {
	display: inline-block;
	vertical-align: top;
	height: 60px;
	width: 20px;
	margin-right: 20px;
	background: url(../images/icon_4.png) left center no-repeat;
	content: ''
}

.news-paged-next a:after {
	display: inline-block;
	vertical-align: top;
	height: 60px;
	width: 10px;
	margin-left: 30px;
	background: url(../images/arrow_3.png) right center no-repeat;
	content: ''
}

@media screen and (max-width: 750px) {
	.news-paged-prev a:before,.news-paged-list a:before {
		margin-right: .1rem
	}

	.news-paged-next a:after {
		margin-left: .1rem
	}
}

.join-box {
	padding: .28rem 0 .5rem;
	background-color: #fff;
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: cover
}

.join-title {
	text-align: center;
	margin-bottom: .17rem
}

.join-title .en {
	font-family: 'GEORGIA';
	font-size: 35px;
	color: #0d306a;
	margin-bottom: 5px;
	text-transform: uppercase
}

.join-title .cn {
	font-size: 30px;
	color: #333
}

@media screen and (max-width: 750px) {
	.join-title .en {
		font-size: 22px
	}

	.join-title .cn {
		font-size: 20px
	}
}

.join-honor-box {
	background-color: #f7f7f7;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.join-honor-box .img {
	padding: 15px;
	background-color: #fff;
	box-shadow: 10px 0 40px rgba(0,0,0,0.1)
}

.join-honor-box .img img {
	max-width: 100%
}

.join-honor-box .info {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-moz-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding: .1rem .25rem .1rem .3rem;
	position: relative;
	z-index: 2
}

@media screen and (max-width: 900px) {
	.join-honor-box .info {
		padding: .1rem
	}
}

.join-honor-box .p {
	font-size: 16px;
	line-height: 30px;
	color: #333
}

.join-honor-box .title {
	padding-top: .17rem;
	line-height: 28px;
	font-size: 20px;
	color: #333
}

.join-honor-box .title img {
	vertical-align: top;
	max-width: 100%
}

.join-honor-box .img-list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	padding-top: 20px
}

.join-honor-box .img-list li {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-moz-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	margin-right: 20px
}

.join-honor-box .img-list li:last-child {
	margin-right: 0
}

.join-honor-box .img-list li img {
	width: 100%;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #cecece;
	display: block;
	margin-bottom: 10px
}

.join-honor-box .img-list li p {
	font-size: 16px;
	color: #333;
	text-align: center
}

@media screen and (max-width: 800px) {
	.join-honor-box {
		display: block
	}

	.join-honor-box .img {
		text-align: center
	}
}

.job-advantage-box {
	position: relative
}

.job-advantage-box .shadow {
	position: absolute;
	z-index: 1;
	width: 100%;
	bottom: 0;
	left: 0;
	-webkit-transform: translateY(50%);
	-moz-transform: translateY(50%);
	-ms-transform: translateY(50%);
	transform: translateY(50%)
}

.job-advantage-box .wp {
	position: relative;
	z-index: 2;
	background-color: #fff;
	border: 1px solid #c3c3c3
}

.job-advantage-box .title {
	text-align: center;
	background-color: #c3c3c3;
	color: #fff;
	line-height: .44rem;
	font-size: .17rem
}

.job-advantage-box .list {
	font-size: 0
}

.job-advantage-box .list li {
	width: 25%;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -moz-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	vertical-align: top;
	height: 214px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: .12rem;
	border-right: 1px solid #e5e5e5;
	border-top: 1px solid #e5e5e5
}

.job-advantage-box .list li:nth-child(2),.job-advantage-box .list li:nth-child(4),.job-advantage-box .list li:nth-child(5),.job-advantage-box .list li:nth-child(7) {
	background-color: #f5f5f5
}

@media screen and (max-width: 750px) {
	.job-advantage-box .list li {
		width: 50%
	}

	.job-advantage-box .list li:nth-child(4),.job-advantage-box .list li:nth-child(5) {
		background-color: #fff
	}

	.job-advantage-box .list li:nth-child(3),.job-advantage-box .list li:nth-child(6) {
		background-color: #f5f5f5
	}
}

.job-advantage-box .list li img {
	width: .36rem;
	height: .36rem
}

.job-advantage-box .list li .t {
	margin-top: .07rem;
	font-size: 18px;
	color: #333;
	margin-bottom: 3px
}

.job-advantage-box .list li .p {
	font-size: 14px;
	color: #666;
	text-align: center;
	line-height: 20px
}

.job-advantage-box .list li:hover img {
	-webkit-animation-name: bounce;
	-moz-animation-name: bounce;
	animation-name: bounce;
	-webkit-transform-origin: center bottom;
	-moz-transform-origin: center bottom;
	-ms-transform-origin: center bottom;
	transform-origin: center bottom;
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	animation-duration: 1s
}

@-webkit-keyframes bounce {
	from,20%,53%,80%,to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}

	40%,43% {
		-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		-webkit-transform: translate3d(0, -30px, 0);
		transform: translate3d(0, -30px, 0)
	}

	70% {
		-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		-webkit-transform: translate3d(0, -15px, 0);
		transform: translate3d(0, -15px, 0)
	}

	90% {
		-webkit-transform: translate3d(0, -4px, 0);
		transform: translate3d(0, -4px, 0)
	}
}

@-moz-keyframes bounce {
	from,20%,53%,80%,to {
		-moz-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		-moz-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}

	40%,43% {
		-moz-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		-moz-transform: translate3d(0, -30px, 0);
		transform: translate3d(0, -30px, 0)
	}

	70% {
		-moz-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		-moz-transform: translate3d(0, -15px, 0);
		transform: translate3d(0, -15px, 0)
	}

	90% {
		-moz-transform: translate3d(0, -4px, 0);
		transform: translate3d(0, -4px, 0)
	}
}

@keyframes bounce {
	from,20%,53%,80%,to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		-moz-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		-webkit-transform: translate3d(0, 0, 0);
		-moz-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}

	40%,43% {
		-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		-moz-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		-webkit-transform: translate3d(0, -30px, 0);
		-moz-transform: translate3d(0, -30px, 0);
		transform: translate3d(0, -30px, 0)
	}

	70% {
		-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		-moz-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		-webkit-transform: translate3d(0, -15px, 0);
		-moz-transform: translate3d(0, -15px, 0);
		transform: translate3d(0, -15px, 0)
	}

	90% {
		-webkit-transform: translate3d(0, -4px, 0);
		-moz-transform: translate3d(0, -4px, 0);
		transform: translate3d(0, -4px, 0)
	}
}

.join-support-box {
	position: relative
}

.join-support-box .shadow {
	position: absolute;
	z-index: 1;
	width: 100%;
	bottom: 0;
	left: 0;
	-webkit-transform: translateY(50%);
	-moz-transform: translateY(50%);
	-ms-transform: translateY(50%);
	transform: translateY(50%)
}

.join-support-box .wp {
	position: relative;
	z-index: 2;
	background-color: #fff;
	border: 1px solid #f0f0f0;
	padding: .11rem
}

.join-support-box .title {
	text-align: center;
	background-color: #00394c;
	color: #fff;
	line-height: .44rem;
	font-size: .15rem
}

.join-support-box .list {
	background-image: url(../images/bg_6.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	font-size: 0
}

.join-support-box .list li {
	display: inline-block;
	vertical-align: top;
	width: 33.33%;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: rgba(0,0,0,0.3);
	height: 1.58rem;
	border-bottom: 1px solid rgba(255,255,255,0.2);
	border-left: 1px solid rgba(255,255,255,0.2);
	position: relative
}

.join-support-box .list li:hover .hover {
	opacity: 1
}

@media screen and (max-width: 750px) {
	.join-support-box .list li {
		width: 50%
	}
}

.join-support-box .info {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 1;
	text-align: center;
	color: #fff;
	padding-bottom: 11px
}

.join-support-box .info:after {
	position: absolute;
	height: 1px;
	background-color: #fff;
	content: '';
	bottom: 0;
	left: 50%;
	display: block;
	width: .38rem;
	margin-left: -.19rem
}

.join-support-box .info .t {
	font-size: 20px;
	margin-bottom: 5px
}

@media screen and (max-width: 750px) {
	.join-support-box .info .t {
		font-size: 14px
	}
}

.join-support-box .info .en {
	font-size: 15px;
	font-family: 'GEORGIA';
	margin-bottom: 10px
}

@media screen and (max-width: 750px) {
	.join-support-box .info .en {
		font-size: 10px
	}
}

.join-support-box .info i {
	display: block;
	font-size: 10px
}

.join-support-box .hover {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 2;
	background-color: #f5f5f5;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	opacity: 0;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	transition: all .2s ease
}

.join-support-box .hover .num {
	font-size: .4rem;
	color: #0d306a;
	font-family: 'GEORGIA';
	margin-bottom: .2rem
}

.join-support-box .hover .t {
	text-align: center;
	font-size: 20px;
	color: #333;
	margin-bottom: 10px
}

.join-support-box .hover .p {
	text-align: center;
	font-size: 16px;
	color: #777
}

@media screen and (max-width: 750px) {
	.join-support-box .hover .t {
		font-size: 14px
	}

	.join-support-box .hover .p {
		font-size: 10px
	}
}

.join-process-box {
	line-height: 30px;
	color: #333;
	font-size: 14px
}

.join-process-box p {
	margin-bottom: 15px
}

.join-process-box img {
	max-width: 100%;
	height: auto !important
}

.join-process-box ul {
	list-style: disc
}

.join-process-box ul li {
	list-style: disc
}

.join-process-box ol {
	list-style: decimal
}

.join-process-box ol li {
	list-style: decimal
}

.join-application-box {
	position: relative
}

.join-application-box .shadow {
	position: absolute;
	z-index: 1;
	width: 100%;
	bottom: 0;
	left: 0;
	-webkit-transform: translateY(50%);
	-moz-transform: translateY(50%);
	-ms-transform: translateY(50%);
	transform: translateY(50%)
}

.join-application-box .wp {
	position: relative;
	z-index: 2;
	background-color: #f7f7f7;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex
}

.join-application-box .form {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-moz-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: .32rem
}

.join-application-box .input-box {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	border: 1px solid #d4d4d4;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 8px;
	background-color: #fff;
	border-radius: 3px
}

.join-application-box .word {
	padding-left: 10px;
	font-size: 16px;
	color: #666;
	line-height: 50px
}

.join-application-box .red {
	color: red
}

.join-application-box .input {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-moz-box-flex: 1;
	-ms-flex: 1;
	flex: 1
}

.join-application-box .input input {
	display: block;
	width: 100%;
	height: 50px;
	line-height: 50px;
	border: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: none;
	font-size: 16px;
	color: #666;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 10px
}

.join-application-box .select {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-moz-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	position: relative
}

.join-application-box .select:after {
	position: absolute;
	width: 0;
	height: 0;
	border-top: 5px solid #717171;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
	display: block;
	content: '';
	top: 50%;
	right: 15px;
	margin-top: -2px
}

.join-application-box .select select {
	display: block;
	width: 100%;
	padding: 0 30px 0 10px;
	height: 50px;
	line-height: 50px;
	border: none;
	font-size: 16px;
	color: #333;
	cursor: pointer;
	border: none;
	background: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none
}

.join-application-box .ver-box {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.join-application-box .ver-box .input-box {
	margin-bottom: 0
}

.join-application-box .ver-img {
	margin-left: 5px;
	display: block
}

.join-application-box .btn {
	padding: .12rem 0;
	text-align: center
}

.join-application-box .btn input {
	display: inline-block;
	vertical-align: top;
	width: 146px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border: none;
	background: #0d306a;
	color: #fff;
	font-size: 14px;
	margin: 0 15px;
	border-radius: 3px;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	transition: all .2s ease;
	cursor: pointer
}

.join-application-box .btn input:hover {
	background: #0f387c
}

@media screen and (max-width: 750px) {
	.join-application-box .btn {
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-justify-content: space-around;
		-ms-flex-pack: distribute;
		justify-content: space-around
	}

	.join-application-box .btn input {
		max-width: 45%;
		margin: 0
	}
}

.join-application-box .tips {
	font-size: 16px;
	line-height: 30px;
	color: #0d306a;
	text-align: center
}

@media screen and (max-width: 1150px) {
	.join-application-box .img {
		display: none
	}
}

.chain-box {
	background-color: #fff;
	line-height: 30px;
	position: relative;
	font-size: 16px
}

.chain-box p {
	margin-bottom: 15px
}

.chain-box img {
	max-width: 100%;
	height: auto !important
}

.chain-box ul {
	list-style: disc
}

.chain-box ul li {
	list-style: disc
}

.chain-box ol {
	list-style: decimal
}

.chain-box ol li {
	list-style: decimal
}

.chain-box .shadow {
	position: absolute;
	z-index: 1;
	width: 100%;
	bottom: 0;
	left: 0;
	-webkit-transform: translateY(50%);
	-moz-transform: translateY(50%);
	-ms-transform: translateY(50%);
	transform: translateY(50%)
}

.chain-box .wp {
	position: relative;
	z-index: 2;
	background-color: #fff;
	padding: .2rem .15rem .1rem;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.chain-article {
	line-height: 30px;
	color: #666;
	font-size: 15px
}

.chain-article p {
	margin-bottom: 15px
}

.chain-article img {
	max-width: 100%;
	height: auto !important
}

.chain-article ul {
	list-style: disc
}

.chain-article ul li {
	list-style: disc
}

.chain-article ol {
	list-style: decimal
}

.chain-article ol li {
	list-style: decimal
}

.chain-article .design {
	padding-top: .4rem
}

.chain-article .design .title {
	margin-bottom: .15rem
}

.chain-article .design .en {
	font-size: 35px;
	color: #0d306a;
	font-family: 'GEORGIA';
	text-transform: uppercase
}

.chain-article .design .cn {
	font-size: 30px;
	color: #333
}

@media screen and (max-width: 750px) {
	.chain-article .design .en {
		font-size: 22px
	}

	.chain-article .design .cn {
		font-size: 20px
	}
}

.case-detail-con {
	padding: .2rem 0 .37rem;
	background: -webkit-linear-gradient(top, #f7f7f7 0%, #fff 100%);
	background: -moz- oldlinear-gradient(top, #f7f7f7 0%, #fff 100%);
	background: linear-gradient(180deg, #f7f7f7 0%, #fff 100%)
}

.case-detail-con .box {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: .12rem;
	background: #fbfbfb url(../images/bg_10.jpg) center
}

.case-detail-swiper .swiper-slide img {
	display: block;
	width: 100%
}

.case-detail-swiper .case-detail-prev,.case-detail-swiper .case-detail-next {
	position: absolute;
	top: 50%;
	width: .2rem;
	height: .2rem;
	border-radius: 100%;
	cursor: pointer;
	text-align: center;
	line-height: .2rem;
	font-size: .07rem;
	color: #fff;
	z-index: 5;
	margin-top: -.1rem;
	background-color: #1859c5;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;
	outline: none
}

.case-detail-swiper .case-detail-prev:hover,.case-detail-swiper .case-detail-next:hover {
	background-color: #0d306a
}

.case-detail-swiper .case-detail-prev {
	left: 10px;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}

.case-detail-swiper .case-detail-next {
	right: 10px
}

.case-detail-intro {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex
}

.case-detail-intro li {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-moz-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding: .2rem .12rem .12rem;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.case-detail-intro li:nth-child(2n+1) {
	background-color: #fff
}

.case-detail-intro li:nth-child(2n) {
	background-color: #f3f6fb
}

.case-detail-intro li .icon {
	margin-bottom: 15px
}

.case-detail-intro li .icon img {
	display: block;
	width: 64px;
	height: 64px
}

.case-detail-intro li .t {
	font-size: 24px;
	color: #333;
	margin-bottom: 5px
}

.case-detail-intro li .p {
	font-size: 16px;
	color: #666;
	line-height: 24px
}

@media screen and (max-width: 800px) {
	.case-detail-intro {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

	.case-detail-intro li {
		-webkit-box-flex: 1;
		-webkit-flex: 1 0 50%;
		-moz-box-flex: 1;
		-ms-flex: 1 0 50%;
		flex: 1 0 50%
	}
}

@media screen and (max-width: 540px) {
	.case-detail-intro {
		display: block
	}

	.case-detail-intro li {
		width: 100%
	}

	.case-detail-intro li .icon img {
		width: 48px;
		height: 48px
	}

	.case-detail-intro li .t {
		font-size: 18px
	}

	.case-detail-intro li .p {
		font-size: 12px
	}
}

.case-relation {
	padding: .2rem 0 .45rem;
	background: -webkit-linear-gradient(top, #f7f7f7 0%, #fff 100%);
	background: -moz- oldlinear-gradient(top, #f7f7f7 0%, #fff 100%);
	background: linear-gradient(180deg, #f7f7f7 0%, #fff 100%)
}

@media screen and (max-width: 750px) {
	.case-relation {
		display: none
	}
}

.case-relation .title {
	font-size: 30px;
	padding-left: 20px;
	position: relative;
	color: #333;
	margin-bottom: .15rem
}

.case-relation .title:before {
	display: block;
	position: absolute;
	left: 0;
	width: 4px;
	height: 100%;
	content: '';
	background: #0d306a
}

.relation-list {
	font-size: 0
}

.relation-list li {
	width: 33.33%;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top
}

.relation-list li:nth-child(1) {
	padding-right: .11rem
}

.relation-list li:nth-child(2) {
	padding-left: .055rem;
	padding-right: .055rem
}

.relation-list li:nth-child(3) {
	padding-left: .11rem
}

.relation-list li a {
	display: block
}

.relation-list li a:hover .img img {
	-webkit-transform: scale(1.05, 1.05);
	-moz-transform: scale(1.05, 1.05);
	-ms-transform: scale(1.05, 1.05);
	transform: scale(1.05, 1.05)
}

.relation-list li a:hover .p {
	color: #0d306a
}

.relation-list li .img {
	width: 100%;
	padding-bottom: 59.41645%;
	position: relative;
	overflow: hidden
}

.relation-list li .img img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease
}

.relation-list li .p {
	line-height: .36rem;
	height: .36rem;
	background-color: #eee;
	padding: 0 .1rem;
	font-size: 16px;
	color: #333
}

.full-page .auto-height {
	height: auto !important
}

.full-page .auto-height .fp-tableCell {
	height: auto !important
}

.full-page .fp-tableCell {
	position: relative
}

@media screen and (max-width: 750px) {
	.full-page .pc {
		display: none
	}
}

.mobile-page {
	display: none
}

.mobile-page img {
	display: block;
	width: 100%
}

@media screen and (max-width: 750px) {
	.mobile-page {
		display: block
	}
}

.section-box {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
	overflow: hidden
}

.section-info-1 {
	position: absolute;
	width: 730px;
	max-width: 100%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	margin-left: -600px;
	z-index: 5;
	left: 50%
}

@media screen and (max-width: 1240px) {
	.section-info-1 {
		left: .1rem;
		margin-left: 0
	}
}

.section-info-1 .t {
	margin-bottom: .2rem;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	transition: all 1s ease;
	-webkit-transform: translateX(30px);
	-moz-transform: translateX(30px);
	-ms-transform: translateX(30px);
	transform: translateX(30px);
	opacity: 0;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden
}

.section-info-1 h5 {
	font-size: .225rem;
	color: #333
}

.section-info-1 .en {
	font-family: 'GEORGIA';
	color: #0d306a;
	font-size: 20px;
	text-transform: uppercase
}

.section-info-1 .p {
	font-size: 16px;
	color: #666;
	line-height: 32px;
	-webkit-transition: all 1s .5s ease;
	-moz-transition: all 1s .5s ease;
	transition: all 1s .5s ease;
	opacity: 0;
	-webkit-transform: translateX(30px);
	-moz-transform: translateX(30px);
	-ms-transform: translateX(30px);
	transform: translateX(30px);
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden
}

.section-info-1.anim .t,.section-info-1.anim .p {
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	opacity: 1
}

.section-title-2 {
	position: absolute;
	top: 16.66667%;
	text-align: center;
	z-index: 2;
	left: 0;
	width: 100%;
	opacity: 0;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	transition: all 1s ease;
	-webkit-transform: translateY(20px);
	-moz-transform: translateY(20px);
	-ms-transform: translateY(20px);
	transform: translateY(20px)
}

.section-title-2 h5 {
	font-size: .225rem;
	color: #333
}

.section-title-2 .en {
	font-family: 'GEORGIA';
	color: #0d306a;
	font-size: 20px;
	text-transform: uppercase
}

.section-title-2.anim {
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0)
}

.section-list-2 {
	position: absolute;
	bottom: 0;
	left: 0;
	font-size: 0;
	z-index: 5;
	width: 100%;
	text-align: center
}

.section-list-2 li {
	display: inline-block;
	vertical-align: bottom;
	padding: 0 5px;
	overflow: hidden;
	width: 280px;
	opacity: 0;
	-webkit-transform: translateY(20px);
	-moz-transform: translateY(20px);
	-ms-transform: translateY(20px);
	transform: translateY(20px);
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	transition: all 1s ease;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	max-width: 25%
}

.section-list-2 li .wp {
	width: 100%;
	height: 248px;
	background-color: rgba(255,255,255,0.9);
	-webkit-transition: all .6s ease;
	-moz-transition: all .6s ease;
	transition: all .6s ease
}

.section-list-2 li:hover .wp {
	height: 300px;
	background-color: rgba(13,48,106,0.9)
}

.section-list-2 li:hover .flex-box .front {
	display: none
}

.section-list-2 li:hover .flex-box .back {
	display: block
}

.section-list-2 li:hover .flex-box .p {
	color: #fff
}

.section-list-2 li:nth-child(1) {
	-webkit-transition-delay: 1s;
	-moz-transition-delay: 1s;
	transition-delay: 1s
}

.section-list-2 li:nth-child(2) {
	-webkit-transition-delay: 1.4s;
	-moz-transition-delay: 1.4s;
	transition-delay: 1.4s
}

.section-list-2 li:nth-child(3) {
	-webkit-transition-delay: 1.8s;
	-moz-transition-delay: 1.8s;
	transition-delay: 1.8s
}

.section-list-2 li:nth-child(4) {
	-webkit-transition-delay: 2.2s;
	-moz-transition-delay: 2.2s;
	transition-delay: 2.2s
}

.section-list-2.anim li {
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0)
}

.section-list-2 .flex-box {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: 248px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.section-list-2 .flex-box img {
	display: block;
	width: 88px;
	height: 88px;
	margin-bottom: 25px
}

.section-list-2 .flex-box .front {
	display: block
}

.section-list-2 .flex-box .back {
	display: none
}

.section-list-2 .flex-box .p {
	font-size: 16px;
	color: #333;
	line-height: 24px;
	text-align: center
}

.section-list-3 {
	width: 1200px;
	max-width: 100%;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 0;
	text-align: center;
	position: absolute
}

.section-list-3 li {
	display: inline-block;
	vertical-align: top;
	width: 33.33%;
	text-align: center;
	opacity: 0;
	-webkit-transform: translateY(20px);
	-moz-transform: translateY(20px);
	-ms-transform: translateY(20px);
	transform: translateY(20px);
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	transition: all 1s ease
}

.section-list-3 li img {
	display: block;
	margin: 0 auto .22rem
}

.section-list-3 li .t {
	font-size: 24px;
	line-height: 36px;
	color: #333
}

.section-list-3 li .p {
	font-size: 16px;
	line-height: 24px;
	color: #666
}

.section-list-3 li:nth-child(1) {
	-webkit-transition-delay: 1s;
	-moz-transition-delay: 1s;
	transition-delay: 1s
}

.section-list-3 li:nth-child(2) {
	-webkit-transition-delay: 1.4s;
	-moz-transition-delay: 1.4s;
	transition-delay: 1.4s
}

.section-list-3 li:nth-child(3) {
	-webkit-transition-delay: 1.8s;
	-moz-transition-delay: 1.8s;
	transition-delay: 1.8s
}

.section-list-3.anim li {
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0)
}

.section-info-4 {
	position: absolute;
	width: 560px;
	max-width: 100%;
	top: 23.95833%;
	margin-left: 70px;
	z-index: 5;
	left: 50%;
	-webkit-transform: translateX(30px);
	-moz-transform: translateX(30px);
	-ms-transform: translateX(30px);
	transform: translateX(30px);
	opacity: 0;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	transition: all 1s ease
}

@media screen and (max-width: 1300px) {
	.section-info-4 {
		left: auto;
		right: .1rem;
		margin-left: 0
	}
}

.section-info-4 .t {
	margin-bottom: .075rem
}

.section-info-4 h5 {
	font-size: .225rem;
	color: #333
}

.section-info-4 .en {
	font-family: 'GEORGIA';
	color: #0d306a;
	font-size: 20px;
	text-transform: uppercase
}

.section-info-4 .p {
	font-size: 20px;
	color: #333;
	line-height: 40px
}

.section-info-4.anim {
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	opacity: 1
}

.index-banner {
	width: 100%
}

.index-banner .swiper-slide a,.index-banner .swiper-slide img {
	display: block;
	width: 100%
}

.index-banner .swiper-pagination {
	bottom: 30px
}

.index-banner .swiper-pagination-bullet {
	background: none;
	border: 1px solid #fff;
	width: 10px;
	height: 10px;
	opacity: 1
}

.index-banner .swiper-pagination-bullet-active {
	background-color: #fff
}

@media screen and (max-width: 750px) {
	.index-banner {
		display: none
	}
}

.index-banner-mo {
	width: 100%;
	display: none
}

@media screen and (max-width: 750px) {
	.index-banner-mo {
		display: block
	}
}

.index-banner-mo .swiper-slide a {
	display: block;
	width: 100%;
	padding-bottom: 69.33333%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover
}

.index-banner-mo .swiper-pagination {
	bottom: .1rem
}

.index-banner-mo .swiper-pagination-bullet {
	background: none;
	border: 1px solid #fff;
	width: 8px;
	height: 8px;
	opacity: 1
}

.index-banner-mo .swiper-pagination-bullet-active {
	background-color: #fff
}

.index-case {
	padding: .3rem 0 .44rem
}

.index-title {
	text-align: center;
	margin-bottom: .175rem;
	padding: 0 .1rem;
	position: relative;
	z-index: 2
}

.index-title .t {
	font-size: .15rem;
	color: #000;
	margin-bottom: .075rem
}

.index-title .p {
	font-size: 14px;
	font-family: 'GEORGIA';
	color: #afafaf;
	font-style: italic
}

@media screen and (max-width: 750px) {
	.index-title .p {
		font-size: 11px
	}
}

.index-info {
	text-align: center;
	padding: 0 .1rem;
	margin-bottom: .25rem;
	position: relative;
	z-index: 2
}

.index-info .cn {
	font-size: 14px;
	color: #7d7d7d;
	margin-bottom: 10px
}

.index-info .en {
	font-size: 14px;
	color: #dcdcdc;
	font-style: italic;
	font-family: 'GEORGIA'
}

.index-case-swiper {
	margin: 0 auto;
	max-width: 1650px
}

.index-case-swiper .swiper-slide {
	width: 989px;
	max-width: 100%
}

@media screen and (max-width: 750px) {
	.index-case-swiper .swiper-slide {
		width: 2.85rem
	}
}

.index-case-swiper .swiper-slide a {
	display: block;
	position: relative
}

.index-case-swiper .swiper-slide .img {
	display: block;
	width: 100%;
	padding-bottom: 66.63296%;
	position: relative;
	overflow: hidden
}

.index-case-swiper .swiper-slide .img img {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1
}

.index-case-swiper .swiper-slide .word {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-80%);
	-moz-transform: translateY(-80%);
	-ms-transform: translateY(-80%);
	transform: translateY(-80%);
	color: #fff;
	z-index: 6;
	width: 100%;
	left: 0
}

.index-case-swiper .swiper-slide .cn {
	font-size: .13rem;
	margin-left: 48%;
	-webkit-transition: all .4s .8s ease;
	-moz-transition: all .4s .8s ease;
	transition: all .4s .8s ease;
	opacity: 0;
	-webkit-transform: translateX(20px);
	-moz-transform: translateX(20px);
	-ms-transform: translateX(20px);
	transform: translateX(20px)
}

.index-case-swiper .swiper-slide .en {
	font-family: 'GEORGIA';
	font-size: .2rem;
	text-transform: uppercase;
	text-align: right;
	width: 55%;
	-webkit-transition: all .4s .8s ease;
	-moz-transition: all .4s .8s ease;
	transition: all .4s .8s ease;
	opacity: 0;
	-webkit-transform: translateX(-20px);
	-moz-transform: translateX(-20px);
	-ms-transform: translateX(-20px);
	transform: translateX(-20px)
}

.index-case-swiper .swiper-slide-active .img:after {
	background-color: rgba(0,0,0,0.3);
	background-image: url(../images/bg_11.png);
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 3;
	content: ''
}

.index-case-swiper .swiper-slide-active .cn,.index-case-swiper .swiper-slide-active .en {
	opacity: 1;
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0)
}

.index-case-swiper .swiper-pagination {
	bottom: 50px;
	color: #fff;
	font-size: 16px;
	line-height: 16px;
	z-index: 3
}

.index-case-swiper .index-case-prev {
	position: absolute;
	bottom: 50px;
	left: 50%;
	cursor: pointer;
	outline: none;
	width: 94px;
	height: 14px;
	background-image: url(../images/case_left.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	z-index: 5;
	margin-left: -140px
}

.index-case-swiper .index-case-next {
	position: absolute;
	bottom: 50px;
	left: 50%;
	cursor: pointer;
	outline: none;
	width: 94px;
	height: 14px;
	background-image: url(../images/case_right.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	z-index: 5;
	margin-left: 40px
}

@media screen and (max-width: 750px) {
	.index-case-swiper .swiper-pagination {
		bottom: 10px
	}

	.index-case-swiper .index-case-prev,.index-case-swiper .index-case-next {
		bottom: 10px
	}
}

.index-service {
	padding: .55rem 0;
	background-color: #f3f3f3;
	background-image: url(../images/bg_12.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	background-size: 50% 100%
}

.index-service .box {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	width: 1650px;
	margin: 0 auto;
	background-color: #f5f5f5;
	max-width: 100%
}

.index-service .img {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-moz-box-flex: 1;
	-ms-flex: 1;
	flex: 1
}

.index-service .img img {
	max-width: 100%
}

.index-service .list {
	width: 386px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.index-service .item {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-moz-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-bottom: 1px solid #e1e1e1;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 .15rem;
	cursor: pointer;
	overflow: hidden
}

.index-service .item:last-child {
	border-bottom: none
}

.index-service .item .icon {
	width: .32rem;
	height: .32rem
}

.index-service .item .icon img {
	display: block;
	width: 100%;
	height: 100%
}

.index-service .item .info {
	margin-left: .1rem
}

.index-service .item h6 {
	font-size: 22px;
	color: #333
}

.index-service .item p {
	font-size: 14px;
	font-family: 'GEORGIA';
	color: #c2c2c2
}

@media screen and (max-width: 750px) {
	.index-service .item h6 {
		font-size: 12px
	}

	.index-service .item p {
		font-size: 10px
	}
}

.index-service .item:hover .icon {
	-webkit-animation-name: bounce;
	-moz-animation-name: bounce;
	animation-name: bounce;
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-timing-function: ease;
	-moz-animation-timing-function: ease;
	animation-timing-function: ease
}

@media screen and (max-width: 1100px) {
	.index-service {
		padding-right: .1rem;
		padding-left: .1rem
	}

	.index-service .box {
		display: block;
		box-shadow: 0 0 10px rgba(0,0,0,0.3)
	}

	.index-service .list {
		display: block;
		width: 100%;
		font-size: 0
	}

	.index-service .item {
		display: -webkit-inline-box;
		display: -webkit-inline-flex;
		display: -moz-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		width: 50%;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		height: 1.5rem;
		border-left: 1px solid #e1e1e1
	}
}

.index-about {
	position: relative;
	padding: .3rem 0 .45rem;
	background-color: #fff
}

.index-about:after {
	position: absolute;
	z-index: 1;
	left: 0;
	right: 0;
	top: 50%;
	bottom: 0;
	content: '';
	display: block;
	background-color: #f3f3f3
}

.index-about-big {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	z-index: 2;
	background-color: #fff;
	width: 1460px;
	margin: 0 auto 10px
}

@media screen and (max-width: 1500px) {
	.index-about-big {
		width: auto;
		margin: 0 .1rem 10px
	}
}

@media screen and (max-width: 1024px) {
	.index-about-big {
		display: block;
		margin-bottom: 0
	}
}

.index-about .video-box {
	position: relative;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-moz-box-flex: 1;
	-ms-flex: 1;
	flex: 1
}

.index-about .video-box video,.index-about .video-box .video,.index-about .video-box .mejs-container,.index-about .video-box .mejs-overlay,.index-about .video-box .mejs-poster,.index-about .video-box iframe {
	position: absolute;
	width: 100% !important;
	height: 100% !important;
	top: 0;
	left: 0
}

@media screen and (max-width: 1024px) {
	.index-about .video-box {
		width: 100%;
		padding-bottom: 50.11494%
	}
}

.index-about .video-info {
	position: relative;
	z-index: 2;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 590px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: .1rem .4rem;
	height: 436px;
	box-shadow: 0 0 20px rgba(0,0,0,0.1)
}

@media screen and (max-width: 1024px) {
	.index-about .video-info {
		width: 100%;
		height: auto;
		padding: .35rem .3rem
	}
}

.index-about .video-info h4 {
	font-size: 24px;
	color: #0d306a;
	margin-bottom: .1rem
}

.index-about .video-info .p {
	font-size: 14px;
	color: #666;
	line-height: 30px
}

@media screen and (max-width: 750px) {
	.index-about .video-info h4 {
		font-size: 12px
	}

	.index-about .video-info .p {
		font-size: 11px;
		line-height: 20px
	}
}

.index-about-list {
	font-size: 0;
	width: 1460px;
	margin: 0 auto;
	position: relative;
	z-index: 2
}

@media screen and (max-width: 1500px) {
	.index-about-list {
		margin: 0 .1rem;
		width: auto
	}
}

.index-about-list li {
	display: inline-block;
	vertical-align: top;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 33.33%;
	margin-bottom: 8px
}

.index-about-list li:nth-child(1) {
	padding-right: 8px
}

.index-about-list li:nth-child(2) {
	padding-right: 4px;
	padding-left: 4px
}

.index-about-list li:nth-child(3) {
	padding-left: 8px
}

.index-about-list a {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 1.035rem;
	width: 100%;
	background-color: #fff
}

.index-about-list a:hover .icon {
	-webkit-animation-name: bounce;
	-moz-animation-name: bounce;
	animation-name: bounce;
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-timing-function: ease;
	-moz-animation-timing-function: ease;
	animation-timing-function: ease
}

.index-about-list .icon {
	width: .32rem;
	height: .32rem
}

.index-about-list .icon img {
	display: block;
	width: 100%;
	height: 100%
}

.index-about-list .info {
	padding-left: .1rem;
	padding-right: .1rem
}

.index-about-list .info h6 {
	font-size: 22px;
	color: #333;
	margin-bottom: 5px
}

.index-about-list .info p {
	font-size: 16px;
	font-family: 'GEORGIA';
	color: #c2c2c2
}

@media screen and (max-width: 750px) {
	.index-about-list .info h6 {
		font-size: 12px
	}

	.index-about-list .info p {
		font-size: 11px
	}
}

@media screen and (max-width: 1024px) {
	.index-about-list li {
		padding: 0 !important
	}

	.index-about-list a {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-moz-box-orient: vertical;
		-moz-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-moz-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-moz-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		border-left: 1px solid #f3f3f3
	}

	.index-about-list .icon {
		margin-bottom: .1rem
	}

	.index-about-list .info h6,.index-about-list .info p {
		text-align: center
	}
}

.index-news {
	padding: .3rem 0 .5rem
}

.index-news-top {
	width: 1460px;
	margin: 0 auto .12rem
}

@media screen and (max-width: 1500px) {
	.index-news-top {
		width: auto;
		margin: 0 .1rem .12rem
	}
}

.index-news-top .swiper-slide {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	background-color: #f1f4f9;
	height: 410px
}

.index-news-top .swiper-slide .img {
	display: block;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-moz-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	position: relative;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover
}

.index-news-top .swiper-slide .img:hover {
	opacity: .9
}

.index-news-top .swiper-slide .info {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-moz-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.index-news-top .swiper-slide .wp {
	padding: .1rem .35rem
}

.index-news-top .swiper-slide h5 {
	font-size: 20px;
	margin-bottom: 4px
}

.index-news-top .swiper-slide h5 a {
	color: #333
}

.index-news-top .swiper-slide h5 a:hover {
	color: #00394c
}

.index-news-top .swiper-slide .time {
	font-size: 14px;
	color: #999;
	font-family: Arial
}

.index-news-top .swiper-slide .p {
	margin-top: .1rem;
	font-size: 14px;
	color: #333;
	line-height: 30px
}

.index-news-top .swiper-slide .more {
	display: block;
	width: .83rem;
	height: .2rem;
	text-align: center;
	line-height: .2rem;
	border: 2px solid #00394c;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	transition: all .2s ease;
	margin-top: .22rem;
	color: #00394c;
	font-size: .07rem;
	font-family: 'GEORGIA';
	font-weight: bold
}

.index-news-top .swiper-slide .more:hover {
	background-color: #00394c;
	color: #fff
}

@media screen and (max-width: 750px) {
	.index-news-top .swiper-slide {
		display: block;
		height: auto
	}

	.index-news-top .swiper-slide .img {
		padding-bottom: 56.16438%
	}

	.index-news-top .swiper-slide .wp {
		padding: .3rem
	}

	.index-news-top .swiper-slide h5 {
		font-size: 16px
	}

	.index-news-top .swiper-slide .p {
		font-size: 12px;
		line-height: 24px
	}
}

.index-news-top .swiper-pagination {
	right: 35px;
	left: auto;
	width: 12px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	height: auto;
	bottom: auto;
	z-index: 10
}

.index-news-top .swiper-pagination-bullet {
	display: block;
	opacity: 1;
	background: none;
	border: 1px solid #00394c;
	width: 10px;
	height: 10px;
	margin: 10px auto !important;
	cursor: pointer;
	outline: none
}

.index-news-top .swiper-pagination-bullet-active {
	background-color: #0d306a;
	border-color: #0d306a
}

@media screen and (max-width: 750px) {
	.index-news-top .swiper-pagination {
		right: 10px
	}
}

.index-news-list {
	width: 1480px;
	margin: 0 auto;
	font-size: 0;
	max-width: 100%;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

@media screen and (max-width: 1500px) {
	.index-news-list {
		padding-right: .05rem;
		padding-left: .05rem
	}
}

.index-news-list li {
	display: inline-block;
	vertical-align: top;
	width: 25%;
	padding: 0 .05rem;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.index-news-list li a {
	display: block
}

.index-news-list li a:hover .img img {
	-webkit-transform: scale(1.05, 1.05);
	-moz-transform: scale(1.05, 1.05);
	-ms-transform: scale(1.05, 1.05);
	transform: scale(1.05, 1.05)
}

.index-news-list li a:hover h5 {
	color: #0d306a
}

@media screen and (max-width: 1000px) {
	.index-news-list li {
		width: 50%;
		margin-bottom: .15rem
	}
}

.index-news-list .img {
	position: relative;
	width: 100%;
	padding-bottom: 56.28571%;
	overflow: hidden;
	margin-bottom: 15px
}

.index-news-list .img img {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	-webkit-transition: all .8s ease;
	-moz-transition: all .8s ease;
	transition: all .8s ease
}

.index-news-list h5 {
	font-size: 16px;
	line-height: 30px;
	height: 30px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	color: #333
}

.index-news-list .time {
	font-family: Arial;
	font-size: 14px;
	color: #999
}

@media screen and (max-width: 750px) {
	.index-news-list h5 {
		font-size: 14px
	}

	.index-news-list .time {
		font-size: 12px
	}
}

/*# sourceMappingURL=maps/style.css.map */

/*# sourceMappingURL=maps/style.css.map */
