* {
	box-sizing: border-box
}
*:before, *:after {
	box-sizing: border-box
}
body {
	font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, "Lucida Grande", Arial, "Hiragino Sans GB", "WenQuanYi Micro Hei", STHeiti, SimSun, sans-serif;
	color: #393939
}
a {
	color: #393939
}
a:hover {
	color: #f7d44d;
	text-decoration: none
}
img {
	max-width: 100%
}
*[class*="rect-"] {
	position: relative;
	display: block;
	overflow: hidden;
	width: 100%;
	height: 0
}
a:before, a:after, *:before, *:after, .trans {
	transition: all .4s ease 0s
}
.clearfix:after {
	display: table;
	content: " ";
	clear: both
}
.justify {
	text-align: justify;
	text-justify: inter-ideograph;
	letter-spacing: 0px;
	font-size: 0px
}
.justify:after {
	content: " ";
	height: 0px;
	width: 100%;
	display: inline-block;
	overflow: hidden
}
.justify > * {
	text-align: left;
	font-size: 14px
}
.justify .box {
	display: inline-block;
	vertical-align: top
}
.page-wrap {
	background: #f5f5f5
}
.container {
	width: 100%;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto
}
.main-box {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto
}
.left-box {
	width: 20%;
	margin-top: 4%
}
.right-box {
	width: 76%;
	margin-top: 4%
}
@media screen and (min-width:1367px) and (max-width:1920px) {
	.container, .main-box {
		max-width: 76%
	}
}
@media screen and (max-width:1150px) {
	.container {
		max-width: 100%;
		padding-right: 15px;
		padding-left: 15px
	}
}
@media screen and (max-width:640px) {
	body {
		padding-top: 48px
	}
	.main-box {
		width: 100%
	}
	.left-box {
		width: 100%;
		margin-top: 0
	}
	.right-box {
		width: 100%
	}
	.hidden-xs {
		display: none !important
	}
}
.header {
	width: 100%;
	z-index: 1000;
	padding: 25px 0;
	border-top: solid 3px #f7d44d;
	background: #ffffff;
	position: relative
}
.header .navbar-brand, .header .navbar {
	vertical-align: middle
}
.header .navbar-brand {
	width: 24%
}
.header .slogon {
	width: 24%;
	vertical-align: middle
}
.header .navbar {
	width: 64.25%
}
.header .navbar-btn {
	display: none
}
.header .logo {
	height: auto;
	overflow: hidden;
	display: block
}
.header .navbar-collapse {
	width: 78%
}
.header .navbar-collapse li a {
	color: #393939;
	position: relative;
	display: inline-block;
	padding: 5px 0;
	z-index: 1;
	font-size: 17px
}
.header .navbar-collapse li a:before {
	opacity: 0;
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 0;
	height: 2px;
	background: #f7d44d;
	content: " ";
	z-index: -1
}
.header .navbar-collapse li a:hover {
	color: #f7d44d
}
.header .navbar-collapse li a:hover:before {
	left: 0;
	opacity: 1;
	width: 100%
}
.header .sub-list {
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	text-align: center;
	padding: 15px 0;
	display: none;
	background: #f5f5f5
}
.header .sub-list .link {
	display: inline-block;
	margin: 0 15px
}
.header .sub-list .link:before {
	background: transparent
}
.header .sub-list.active {
	display: block
}
.header .topbar {
	position: absolute;
	padding: 0 15px;
	top: 50%;
	right: 4%;
	margin-top: -15px;
	font-size: 17px
}
.header .topbar .ico {
	display: inline-block;
	border-radius: 9999px;
	vertical-align: middle;
	text-align: center
}
.header .topbar .icon {
	font-size: 20px
}
.header .topbar .link {
	vertical-align: middle;
	text-transform: uppercase;
	padding: 0 5px;
	display: inline-block;
	color: #393939;
	position: relative
}
.header .topbar .link:first-child {
	padding-left: 15px
}
.header .topbar .link:first-child:before {
	position: absolute;
	content: "";
	width: 1px;
	height: 16px;
	margin-top: -7px;
	left: 0;
	top: 50%;
	background: #393939
}
.header.active {
	position: fixed;
	padding: 15px 0;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
	width: 100%
}
.header.active .sub-list {
	margin-top: 15px
}
@media screen and (min-width:1367px) and (max-width:1920px) {
	.header .topbar {
		right: 11%
	}
}
@media screen and (max-width:991px) {
	.header {
		position: fixed;
		width: 100vw;
		z-index: 1000;
		padding: 0;
		top: 0
	}
	.header .container {
		padding: 0;
		width: 100%;
		max-width: none
	}
	.header .navbar-brand {
		width: 100%;
		display: block;
		position: relative;
		padding: 10px 15px
	}
	.header .navbar {
		overflow: hidden;
		display: block;
		opacity: 0;
		width: 100%;
		height: 0;
		z-index: 8;
		position: relative
	}
	.header .logo {
		display: inline-block
	}
	.header .navbar-collapse {
		height: 0;
		width: 100%
	}
	.header .navbar-collapse li {
		display: block;
		opacity: 0;
		transform: translateX(250px);
		transition: all .2s ease .3s
	}
	.header .navbar-collapse li a {
		font-size: 24px;
		text-align: center;
		padding: 10px 0;
		display: block;
		color: #ffffff
	}
	.header .navbar-btn {
		z-index: 9;
		right: 15px;
		background: #393939;
		top: 50%;
		margin-top: -1px;
		height: 2px;
		width: 23px;
		position: absolute;
		display: inline-block
	}
	.header .navbar-btn:before, .header .navbar-btn:after {
		position: absolute;
		content: "";
		height: 100%;
		width: 100%;
		background: #393939;
		transition: top .3s, bottom .3s, transform .3s
	}
	.header .navbar-btn:before {
		top: -6px
	}
	.header .navbar-btn:after {
		bottom: -6px
	}
	.header .navbar-btn.active {
		background: transparent
	}
	.header .navbar-btn.active:before {
		top: 0;
		transform: rotate(45deg);
		background: #ffffff
	}
	.header .navbar-btn.active:after {
		bottom: 0;
		transform: rotate(-45deg);
		background: #ffffff
	}
	.header .bg {
		display: none
	}
	.header .topbar {
		right: 35px;
		margin-top: -13px
	}
	.header .topbar .link:first-child:before {
		display: none
	}
	.header.open {
		border-bottom: 0
	}
	.header.open .topbar {
		display: none
	}
	.header.open .navbar {
		position: fixed;
		opacity: 1;
		height: auto
	}
	.header.open .navbar-collapse {
		height: auto
	}
	.header.open .navbar-collapse li {
		opacity: 1;
		transform: translateX(0)
	}
	.header.open .navbar-collapse li:nth-child(1) {
		transition-duration: 0.4s
	}
	.header.open .navbar-collapse li:nth-child(2) {
		transition-duration: 0.5s
	}
	.header.open .navbar-collapse li:nth-child(3) {
		transition-duration: 0.6s
	}
	.header.open .navbar-collapse li:nth-child(4) {
		transition-duration: 0.7s
	}
	.header.open .navbar-collapse li:nth-child(5) {
		transition-duration: 0.8s
	}
	.header.open .navbar-collapse li:nth-child(6) {
		transition-duration: 0.9s
	}
	.header.open .navbar-collapse li:nth-child(7) {
		transition-duration: 1s
	}
	.header.open .bg {
		display: block;
		position: fixed;
		left: 0;
		top: 0;
		width: 100vh;
		height: 100vh;
		background-color: rgba(0, 0, 0, 0.85)
	}
}
@media screen and (max-width:640px) {
	.header .slogon {
		display: none
	}
	.header .logo {
		width: 38%
	}
	.header .logo img {
		width: 100%;
		height: auto
	}
	.header.active .logo img {
		margin-top: 0
	}
}
@media screen and (max-width:375px) {
	.header .logo {
		height: auto
	}
	.header.active .logo img {
		margin-top: 0
	}
}
.footer {
	border-top: solid 5px #f7d44d;
	padding: 3% 0;
	color: #fff;
	background: #141414
}
.footer .container {
	position: relative
}
.footer a {
	color: #fff
}
.footer a:hover {
	color: #ffffff
}
.footer .foot-text {
	width: 68%
}
.footer .foot-logo {
	padding-top: 1.5%;
	width: 30%;
	vertical-align: middle
}
.footer .foot-logo img {
	display: block;
	margin: 0 auto
}
.footer .qcode {
	width: 15%
}
.footer .qcode .list {
	text-align: center;
	font-size: 12px
}
.footer .qcode .list img {
	width: auto
}
.footer .address {
	width: 83%;
	margin-right:50px;
	
}
.footer .address .list .item {
	padding: 0 0 5px
}
.footer .hotline {
	width: 270px;
	border: solid 1px
}
.footer .hotline .box {
	vertical-align: middle
}
.footer .hotline .ico {
	width: 38px;
	height: 38px;
	text-align: center;
	line-height: 1;
	line-height: 38px;
	border-right: solid 1px
}
.footer .hotline .icon {
	font-size: 28px
}
.footer .hotline .text {
	width: 80%
}
.footer .hotline .link {
	font-size: 24px;
	font-weight: bold;
	color: #f7d44d
}
.footer .foot-link {
	margin-top: 2%;
	padding: 2% 0;
	border-top: solid 1px #323232;
	border-bottom: solid 1px #323232
}
.footer .foot-link .box {
	vertical-align: middle
}
.footer .foot-link .link {
	position: relative;
	display: inline-block;
	padding: 0 25px 0 0;
	color: #ffffff;
	font-size: 18px
}
.footer .copyright {
	background: #141414;
	color: #7a7a7a;
	padding: 25px 0
}
.footer .copyright .list {
	display: inline-block;
	vertical-align: top;
	margin-top: 10px
}
.footer .copyright .list.link {
	border: solid 1px;
	border-radius: 5px;
	padding: 0 6px;
	height: 52px;
	color: #7a7a7a
}
.footer .copyright .list.last {
	line-height: 52px
}
.footer .copyright .list.last .cn {
	margin-top: 0
}
.footer .copyright .list .ico {
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px
}
.footer .copyright .list .text {
	display: inline-block;
	vertical-align: middle
}
.footer .copyright .list .cn {
	margin-top: 5%;
	display: block
}
.popover {
	position: absolute;
	right: 56px;
	bottom: -50px;
	padding: 10px;
	font-size: 14px;
	text-align: center;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 6px;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	white-space: normal;
	display: none;
	font-size: 12px
}
.popover .arrow, .popover .arrow:after {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
	right: 56px;
	bottom: 288px;
	border-width: 11px
}
.popover .arrow {
	top: 50%;
	right: -11px;
	margin-top: -11px;
	border-right-width: 0;
	border-left-color: #999;
	border-left-color: rgba(0, 0, 0, 0.25)
}
.popover .arrow:after {
	content: " ";
	right: 1px;
	border-right-width: 0;
	border-left-color: #fff;
	bottom: -10px
}
.popover .popover-content {
	min-width: 100px
}
.popover .popover-content img {
	width: 100px
}
.friend {
	background: #f5f5f5;
	padding: 2% 0;
	line-height: 1
}
.friend .title {
	width: 5%;
	vertical-align: top
}
.friend .list {
	vertical-align: top;
	width: 93%;
	font-size: 0
}
.friend .link {
	display: inline-block;
	position: relative;
	font-size: 14px;
	padding-right: 10px;
	margin-right: 10px
}
.friend .link:after {
	content: "";
	position: absolute;
	height: 12px;
	width: 1px;
	background: #999;
	right: 0;
	top: 0
}
@media screen and (max-width:991px) {
	.footer .hidden-xs {
		display: none
	}
	.footer .share .link {
		margin: 0 5px
	}
	.friend .title {
		width: 100%;
		margin-bottom: 10px
	}
}
@media screen and (max-width:640px) {
	.footer .foot-logo, .footer .foot-text, .footer .qcode, .footer .address {
		width: 100%
	}
	.footer .qcode {
		margin: 2% 0
	}
	.footer .qcode .list {
		width: 100%;
		
	}
	.footer .address .db {
		display: block
	}
	.footer .copyright .list.last {
		text-align: center;
		height: auto;
		display: block
	}
	.sidebar {
		display: none
	}
}
.cate-bg {
	padding: 8% 0 5%;
	color: #fff;
	background-repeat: no-repeat;
	background-position: 50% 0;
	background-size: cover
}
.cate-bg .text {
	width: 68.25%
}
.cate-bg .en {
	font-size: 24px;
	text-transform: uppercase;
	position: relative;
	display: block;
	margin-top: 3%
}
.cate-bg .cn {
	font-size: 48px;
	position: relative;
	display: inline-block;
	margin-top: 0;
	padding-bottom: 10px;
	text-transform: uppercase;
	text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.75)
}
.cate-bg .cn .em {
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	width: 1em;
	height: 2px;
	margin-left: 0;
	content: " ";
	background: #fff;
	box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.75)
}
.cate-bg .desc {
	font-size: 18px;
	position: relative;
	margin-top: 20px;
	padding: 25px 0;
	text-transform: uppercase
}
.cate-bg .desc:before {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 2em;
	height: 2px;
	content: " ";
	background: #fff
}
.crumb {
	padding-top: 24px;
	position: relative;
	overflow: hidden
}
.crumb .category {
	display: flex;
	justify-content: left;
	overflow: auto;
	width: 100vw
}
.crumb .category .item {
	display: inline-block;
	flex-shrink: 0;
	text-align: center;
	position: relative;
	margin-right: 20px
}
.crumb .category .link {
	font-size: 18px;
	display: inline-block;
	position: relative;
	padding: 10px 30px;
	z-index: 9;
	color: #ffffff;
	border: solid 1px
}
.crumb .category .link:active, .crumb .category .link:hover, .crumb .category .link:focus {
	background: #f7d44d;
	color: #ffffff
}
.crumb .category .link:active:after, .crumb .category .link:hover:after, .crumb .category .link:focus:after {
	left: 0;
	width: 100%
}
.sidebar {
	position: fixed;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	z-index: 999
}
.sidebar .item {
	margin-bottom: 10px;
	float: right;
	clear: both
}
.sidebar .link {
	font-size: 0
}
.sidebar .link .bg, .sidebar .link .hover {
	width: 28px;
	height: 28px;
	margin: 6px
}
.sidebar .link .hover {
	display: none
}
.sidebar .link .ico {
	vertical-align: middle;
	width: 40px;
	height: 40px;
	line-height: 40px;
	background: #000;
	background-color: rgba(0, 0, 0, 0.7);
	border-radius: 999px;
	display: inline-block;
	text-align: center
}
@media \0screen {
	.sidebar .link .ico {
		filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#B3000000, endcolorstr=#B3000000)
	}
}
.sidebar .link .icon {
	font-size: 22px;
	color: #ffffff
}
.sidebar .link .text {
	vertical-align: middle;
	display: none;
	padding: 0 0 0 15px;
	font-size: 18px;
	background: #f7d44d;
	color: #ffffff;
	height: 40px;
	line-height: 40px;
	border-top-left-radius: 999px;
	border-bottom-left-radius: 999px
}
.sidebar .link:hover {
	padding-right: 8px
}
.sidebar .link:hover .bg {
	display: none
}
.sidebar .link:hover .hover {
	display: block
}
.sidebar .link:hover .ico {
	background: #f7d44d;
	border: solid 1px #f7d44d
}
.sidebar .link:hover .icon {
	color: #ffffff
}
.sidebar .link:hover .ico.has-text {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}
.sidebar .link:hover .text {
	display: inline-block
}
.popover {
	position: absolute;
	right: 56px;
	bottom: -50px;
	padding: 10px;
	font-size: 14px;
	text-align: center;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 6px;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	white-space: normal;
	display: none;
	font-size: 12px
}
.popover .arrow, .popover .arrow:after {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
	right: 56px;
	bottom: 288px;
	border-width: 11px
}
.popover .arrow {
	top: 50%;
	right: -11px;
	margin-top: -11px;
	border-right-width: 0;
	border-left-color: #999;
	border-left-color: rgba(0, 0, 0, 0.25)
}
.popover .arrow:after {
	content: " ";
	right: 1px;
	border-right-width: 0;
	border-left-color: #fff;
	bottom: -10px
}
.popover .popover-content {
	min-width: 100px
}
.popover .popover-content img {
	width: 100px
}
.aside .aside-title {
	text-align: center;
	position: relative
}
.aside .aside-logo {
	text-align: center;
	padding: 15px 0;
	background: #f7d44d;
	border: solid 1px #f7d44d
}
.aside .aside-list {
	padding: 18px;
	text-transform: uppercase;
	border-bottom: solid 1px #ccc;
	background: #ffffff
}
.aside .aside-list dt {
	padding-left: 15px;
	border-left: solid 2px #f7d44d;
	font-size: 18px
}
.aside .aside-list dd {
	padding-left: 38px
}
.aside .address {
	background: #fff;
	margin-top: 20px;
	padding-bottom: 15px
}
.aside .address dt {
	padding: 25px 15px 15px
}
.aside .address dt .cn {
	font-size: 22px
}
.aside .address dt .en {
	opacity: .7;
	text-transform: uppercase;
	font-size: .75em;
	position: relative;
	padding-bottom: 15px
}
.aside .address dt .en:after {
	position: absolute;
	bottom: 0;
	display: block;
	width: 4em;
	height: 2px;
	margin-left: 0;
	content: " ";
	background: #f7d44d
}
.aside .address dd {
	margin: 0 15px;
	position: relative;
	line-height: 18px;
	padding: 5px 20px
}
.aside .address dd .em {
	color: #f7d44d;
	display: inline-block;
	padding-bottom: 10px
}
.aside .address dd .ico {
	position: absolute;
	left: 0
}
@media screen and (max-width:991px) {
	.cate-bg {
		padding: 15% 0 12%
	}
	.cate-bg .en {
		font-size: 28px
	}
	.cate-bg .cn {
		font-size: 20px
	}
}
@media screen and (max-width:640px) {
	.sidebar {
		display: none
	}
	.cate-bg {
		padding: 10% 0
	}
	.cate-bg .en {
		font-size: 20px
	}
	.cate-bg .cn {
		font-size: 20px
	}
	.crumb .category .item {
		min-width: 20vw
	}
	.crumb .category .link {
		display: block;
		text-align: center;
		font-size: 14px
	}
	.aside {
		width: 100%;
		display: flex;
		justify-content: left;
		overflow: auto;
		width: 100vw;
		background: #ffffff;
		margin: 0 -15px
	}
	.aside .aside-list {
		display: inline-block;
		flex-shrink: 0;
		text-align: center;
		position: relative;
		margin-right: 20px;
		padding: 0;
		border-bottom: none
	}
	.aside .aside-list dt {
		border-left: none
	}
	.aside .aside-list a {
		padding: 15px 0;
		display: inline-block;
		position: relative
	}
	.aside .aside-list a:after {
		position: absolute;
		left: 50%;
		bottom: 0;
		height: 1px;
		width: 0;
		margin-left: -1em;
		background: #f7d44d;
		content: "";
		display: none
	}
	.aside .aside-list a.active {
		color: #f7d44d
	}
	.aside .aside-list a.active:after {
		width: 2em;
		display: block
	}
	.aside .aside-logo {
		display: none;
		margin-top: 3%
	}
	.aside .aside-logo img {
		width: 30%
	}
	.address {
		display: none
	}
}
.crumb::-webkit-scrollbar, .aside::-webkit-scrollbar {
	display: none
}
.content .white-bg {
	background: #ffffff
}
.content.gray {
	background: #f1f1f1
}
.content.gray-bot {
	padding-bottom: 3%
}
.gray-bg {
	background: #efefef;
	padding: 3% 0
}
.content-desc {
	font-size: 16px;
	margin: 3% 0
}
.content-title {
	font-size: 20px;
	display: block;
	margin-top: 5%;
	color: #333
}
.content-title.center {
	text-align: center
}
.content-time {
	display: block;
	margin: 15px 0;
	text-align: center;
	color: #999
}
.content-body p {
	padding-bottom: 1em
}
.content-body table {
	width: 100%
}
.context {
	margin-bottom: 3%
}
.context .box {
	vertical-align: middle;
	cursor: pointer
}
.context .next {
	text-align: right
}
.content-related {
	margin: 15px 0;
	padding-top: 15px;
	border-top: solid 1px #e3e3e3
}
.content-related .list {
	width: 68.25%;
	vertical-align: middle
}
.content-related .back {
	vertical-align: middle
}
.content-related .back a {
	display: inline-block;
	padding: 8px 16px;
	border: solid 1px #e3e3e3
}
.content-related .back a:hover {
	color: #ffffff;
	background: #f7d44d
}
.detail {
	padding: 5% 0
}
.detail .pic {
	position: relative;
	width: 50%;
	margin: 0 auto
}
.detail .pic .rect-pic {
	border: solid 1px #e3e3e3;
	padding-bottom: 100%
}
.detail .pic .rect-pic img {
	width: 100%
}
.detail .pic-title {
	position: relative
}
.detail .pic-title .title {
	width: 100%;
	text-align: center;
	color: #f7d44d
}
.detail .pic-title .share {
	position: absolute;
	right: 0;
	top: 0
}
.detail .text {
	width: 45%
}
.detail .title {
	font-size: 28px;
	padding: 15px 0;
	color: #333
}
.detail .desc {
	margin-top: 3%;
	padding: 3% 0;
	border-top: solid 1px #e3e3e3
}
.detail .share {
	padding: 15px 0;
	position: relative
}
.detail .share .share-btn {
	display: inline-block;
	vertical-align: top
}
.detail .share .share-list {
	opacity: 0;
	display: none;
	position: absolute;
	right: -120px;
	top: 15px;
	width: 120px;
	vertical-align: top;
	padding: 15px;
	border-radius: 10px;
	z-index: 9999;
	background-color: rgba(0, 0, 0, 0.6)
}
@media \0screen {
	.detail .share .share-list {
		filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#99000000, endcolorstr=#99000000)
	}
}
.detail .share .share-list .link {
	display: block;
	padding: 3px 0;
	color: #ffffff;
	line-height: 25px
}
.detail .share .share-list .link img {
	display: inline-block;
	margin-right: 3px
}
.detail .share .share-list.active {
	opacity: 1;
	display: block
}
.detail .thumb-list {
	position: relative
}
.detail .swiper-detail .swiper-button-prev, .detail .swiper-detail .swiper-button-next {
	width: 64px;
	height: 64px;
	background-size: 20px 20px;
	border-radius: 999px;
	border: solid 1px #f7d44d
}
.detail .swiper-detail .swiper-button-prev:hover, .detail .swiper-detail .swiper-button-prev:active, .detail .swiper-detail .swiper-button-prev:focus, .detail .swiper-detail .swiper-button-next:hover, .detail .swiper-detail .swiper-button-next:active, .detail .swiper-detail .swiper-button-next:focus {
	background-color: #393939
}
.detail .swiper-detail .swiper-button-prev {
	left: -80px
}
.detail .swiper-detail .swiper-button-next {
	right: -80px
}
.detail-related {
	position: relative
}
.detail-related .link {
	position: relative;
	display: block;
	background: #ffffff
}
.detail-related .link .rect-pic {
	padding-bottom: 100%;
	background: #fff
}
.detail-related .link .rect-pic img {
	width: 100%
}
.detail-related .link .pic-bg {
	width: 100%;
	position: absolute;
	z-index: 999;
	height: 100%;
	color: #ffffff;
	left: 0;
	top: 0;
	padding: 8%;
	opacity: 0;
	display: none;
	background-color: rgba(0, 0, 0, 0.85)
}
@media \0screen {
	.detail-related .link .pic-bg {
		filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#D9000000, endcolorstr=#D9000000)
	}
}
.detail-related .link .pic-bg .text {
	text-align: center
}
.detail-related .link .pic-bg .em {
	padding: 25% 0
}
.detail-related .link .pic-bg .cn {
	font-size: 1.36em
}
.detail-related .link:hover, .detail-related .link:active {
	color: #ffffff;
	padding: 0;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3)
}
.detail-related .link:hover .pic-bg, .detail-related .link:active .pic-bg {
	display: block;
	opacity: 1
}
.detail-related .link:hover img, .detail-related .link:active img {
	transform: scale(1.1)
}
.detail-related .swiper-related .swiper-button-prev, .detail-related .swiper-related .swiper-button-next {
	background-size: 20px 20px
}
.detail-related .swiper-related .swiper-button-prev:hover, .detail-related .swiper-related .swiper-button-prev:active, .detail-related .swiper-related .swiper-button-prev:focus, .detail-related .swiper-related .swiper-button-next:hover, .detail-related .swiper-related .swiper-button-next:active, .detail-related .swiper-related .swiper-button-next:focus {
	background-color: #393939
}
.preview {
	margin-bottom: 10px
}
.thumb {
	margin-top: 20px;
	cursor: pointer
}
.thumb .swiper-slide-thumb-active .rect-pic {
	border: solid 1px #f7d44d
}
.tab-list .swiper-slide {
	text-align: center;
	background: #ffffff;
	border: solid 1px #e5e5e5;
	font-size: 18px;
	padding: 15px 0;
	display: block
}
.tab-list .swiper-slide-thumb-active {
	background: #f7d44d;
	border: solid 1px #f7d44d;
	color: #ffffff
}
.tab-content .swiper-slide {
	padding: 3% 0
}
.tab-content .contact {
	background: #ffffff;
	padding: 3%
}
.tab-content .contact .form {
	padding-top: 0
}
@media screen and (max-width:991px) {
	.swiper-detail {
		width: 100%;
		position: relative;
		top: -35px
	}
	.swiper-detail .swiper-button-prev, .swiper-detail .swiper-button-next {
		display: none
	}
	.swiper-detail .swiper-pagination {
		display: block;
		width: 100%
	}
	.swiper-detail .swiper-pagination-bullets {
		display: block
	}
	.swiper-detail .swiper-pagination-bullet {
		background: #999;
		margin: 0 3px;
		display: inline-block;
		width: 5px;
		height: 5px
	}
	.swiper-detail .swiper-pagination-bullet-active {
		background: #f7d44d
	}
	.thumb {
		display: none
	}
	.context .back {
		width: 5%
	}
	.context .prev, .context .next {
		width: 40%
	}
}
@media screen and (max-width:640px) {
	.content .white-bg {
		top: 0
	}
	.detail .title {
		font-size: 20px
	}
	.detail .pic {
		width: 100%
	}
	.detail .text {
		width: 100%
	}
	.detail .share {
		display: none
	}
	.content-related .list, .content-related .back {
		width: 100%
	}
	.content-related .back {
		margin-top: 15px;
		text-align: center
	}
	.content-related .back a {
		display: block
	}
	.tab-list .swiper-slide {
		font-size: 14px
	}
}
.page-list {
	display: block;
	padding: 0 0 30px;
	text-align: center
}
.page-list:after {
	display: block;
	visibility: hidden;
	clear: both;
	overflow: hidden;
	height: 0;
	content: " "
}
.page-list ul {
	display: inline-block;
	vertical-align: bottom;
	border-radius: 4px
}
.page-list ul li {
	line-height: 18px;
	display: inline-block;
	float: left;
	margin-right: 2px;
	padding: 8px 12px;
	border: solid 1px #ddd;
	border-right: none;
	border-radius: 0;
	border-radius: 4px;
	background: #ffffff
}
.page-list ul li a {
	display: block;
	transition: all 1s cubic-bezier(0.175, 0.885, 0.32, 1) 0s;
	color: #393939
}
.page-list ul li:not(:first-child):not(:last-child) {
	border-radius: 0
}
.page-list ul li:first-child {
	border-radius: 4px 0 0 4px
}
.page-list ul li:last-child {
	border-radius: 0 4px 4px 0
}
.page-list ul li.active {
	color: #ffffff;
	background: #f7d44d
}
.page-list ul li.active a {
	color: #ffffff
}
.modal {
	display: none;
	overflow: hidden;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	-webkit-overflow-scrolling: touch;
	outline: 0
}
.modal.active {
	display: block
}
.modal-mask {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#af000000, endcolorstr=#af000000);
	background: rgba(0, 0, 0, 0.8)
}
.modal-dialog {
	position: relative;
	width: auto;
	margin: 10px
}
.modal-header {
	padding: 15px;
	border-bottom: 1px solid #e5e5e5;
	min-height: 16.42857143px
}
button.close {
	padding: 0;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none
}
.modal-title {
	margin: 0;
	line-height: 1.42857143
}
.close {
	float: right;
	font-size: 21px;
	font-weight: bold;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	opacity: .2;
	filter: alpha(opacity=20)
}
.modal-content {
	position: relative;
	background-color: #fff;
	border: 1px solid #999;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 6px;
	-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
	box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
	background-clip: padding-box;
	outline: 0
}
.modal-body {
	position: relative;
	padding: 15px
}
.modal-body .video-js {
	height: 0;
	width: 100%;
	position: relative;
	padding-bottom: 56.25%
}
@media (min-width:768px) {
	.modal-dialog {
		width: 56.25vw;
		margin: 30px auto
	}
	.modal-content {
		-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
		box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5)
	}
}
.home-title {
	text-align: center;
	padding: 15px 0;
	overflow: hidden
}
.home-title .cn {
	display: block;
	line-height: 30px;
	font-size: 30px;
	position: relative;
	font-weight: bold;
	color: #202020
}
.home-title .en {
	text-transform: uppercase;
	position: relative;
	display: inline-block;
	font-size: 16px;
	color: #585858;
	opacity: .75
}
.home-title .desc {
	font-size: 20px;
	width: 60%;
	margin: 10px auto 0;
	text-transform: uppercase
}
.home-title.inner .en {
	padding-bottom: 10px
}
.home-title.inner .en:after {
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	width: 2em;
	margin-left: -1em;
	height: 2px;
	bottom: 0;
	background: #f7d44d
}
.home-title.white {
	color: #ffffff
}
.home-title.white .en {
	color: #ffffff
}
.home-title.white .cn {
	color: #ffffff
}
.home-desc {
	color: #ffffff;
	text-align: center;
	padding-top: 3%
}
.home-desc img {
	width: 100%
}
.home-desc .cn {
	font-size: 18px
}
.home-form {
	padding: 3% 0 5%
}
.home-form .container {
	border-top: solid 1px #d1d1d1;
	padding-top: 3%
}
.home-form .doc {
	width: 32%
}
.home-form .doc .en {
	font-size: 48px;
	color: #f7d44d;
	text-transform: uppercase;
	line-height: 1;
	padding: 15px 0
}
.home-form .doc .link {
	display: block;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
	padding: 15px;
	margin-top: 15px
}
.home-form .doc .pic {
	width: 65%
}
.home-form .doc .text {
	vertical-align: bottom;
	text-align: center;
	width: 30%
}
.home-form .doc .text .em {
	background: #f7d44d;
	color: #ffffff;
	padding: 3px 15px;
	border-radius: 999px;
	display: inline-block;
	margin-bottom: 10px
}
.home-form .form {
	width: 50%
}
.home-form .form .en {
	color: #f7d44d;
	font-size: 38px;
	text-transform: uppercase
}
.home-form .form .cn {
	font-size: 20px;
	line-height: 1
}
.home-form .form .desc {
	vertical-align: bottom
}
.home-form .form .bg {
	background: #f1f1f1;
	padding: 20px
}
.home-form .form .form-group {
	margin: 5px 0
}
.home-form .form .form-group:first-child {
	margin: 0 0 5px
}
.home-form .form .form-control {
	background: #fafafa;
	border: 0;
	width: 100%;
	padding: 12px 12px
}
.home-form .form .tips {
	width: 60%;
	vertical-align: middle;
	opacity: .75
}
.home-form .form .submit {
	text-align: right;
	vertical-align: middle
}
.home-form .form .form-submit {
	display: inline-block;
	padding: 8px 36px;
	text-align: center;
	border: 0;
	background: #f7d44d;
	color: #ffffff
}
.home-more {
	margin: 3% 0;
	text-align: center
}
.home-more .link {
	display: inline-block;
	color: #f7d44d;
	border: solid 1px;
	padding: 6px 48px;
	font-size: 15px;
	border-radius: 5px;
	font-family: Arial
}
.home-more .link img {
	display: inline-block;
	margin-left: 5px
}
.home-more .link:hover {
	background: #f7d44d;
	color: #ffffff
}
.home-more.white .link {
	color: #ffffff
}
.home-cate {
	width: 100%;
	text-align: center
}
.home-cate .link {
	display: inline-block;
	position: relative;
	text-align: center;
	padding: 15px 0;
	margin: 0 10px;
	font-size: 18px
}
.home-cate .link:hover {
	color: #f7d44d
}
@media screen and (max-width:991px) {
	.home-title .cn {
		font-size: 2em
	}
	.home-title .desc {
		font-size: 1em
	}
	.home-form {
		padding: 3% 0 5%
	}
	.home-form .container {
		border-top: solid 1px #d1d1d1;
		padding-top: 3%
	}
	.home-form .doc {
		width: 100%
	}
	.home-form .doc .en {
		font-size: 1.5em
	}
	.home-form .form {
		width: 100%
	}
	.home-form .form .en {
		padding-top: 15px;
		font-size: 1.2em
	}
	.home-form .form .cn {
		width: 5em;
		font-size: 1em
	}
	.home-form .form .desc {
		width: 70%
	}
}
@media screen and (max-width:991px) {
	.home-title .cn {
		font-size: 24px
	}
	.home-title .desc {
		width: 100%
	}
	.home-cate .link {
		display: inline-block;
		width: 49%;
		margin: 0;
		padding: 8px 0
	}
}
.banner {
	width: 100%
}
.banner .swiper-container {
	width: 100%;
	position: relative;
	overflow: hidden
}
.banner .swiper-slide {
	overflow: hidden
}
.banner .bg {
	background-color: #393939;
	width: 100%;
	height: 100%;
	position: relative;
	display: table
}
.banner .bg .pc, .banner .bg .mobile {
	display: block
}
.banner .bg .mobile {
	display: none
}
.banner .text {
	display: table-cell;
	vertical-align: middle;
	color: #ffffff;
	padding: 0 10%;
	font-size: 24px
}
.banner .text .en {
	font-size: 1.3em;
	text-transform: uppercase
}
.banner .text .cn {
	font-size: 2.6em
}
.banner .text .desc {
	font-size: 1em;
	padding-top: 25px;
	padding-bottom: 20px
}
.banner .text .link {
	font-size: .6em;
	display: inline-block;
	padding: 10px 20px;
	color: #ffffff;
	border: solid 1px
}
.banner .swiper-slide-active .bg {
	animation: scaleUpDown 4s forwards cubic-bezier(0.25, 0.46, 0.45, 0.94)
}
@media screen and (max-width:991px) {
	.banner .swiper-pagination-bullet {
		margin: 0 3px;
		display: inline-block;
		width: 5px;
		height: 5px
	}
	.banner .swiper-pagination-bullet-active {
		background: #f7d44d
	}
	.banner .bg .pc {
		display: none
	}
	.banner .bg .mobile {
		display: block
	}
	.banner .text {
		text-align: center;
		font-size: 14px
	}
}
@-webkit-keyframes scaleUpDown {
	from {
		transform: scale(1.08)
	}
	to {
		transform: scale(1)
	}
}
@keyframes scaleUpDown {
	from {
		transform: scale(1.08)
	}
	to {
		transform: scale(1)
	}
}
.home-about {
	padding: 5% 0
}
.home-about .bg {
	overflow: hidden
}
.home-about .text {
	width: 50%;
	background: #000 url("../image/about.jpg") center top no-repeat;
	color: #ffffff;
	padding: 4% 5% 0 5%;
	padding-bottom: 999px;
	margin-bottom: -999px
}
.home-about .text .title {
	font-size: 24px
}
.home-about .text .desc {
	padding: 3% 0;
	font-size: 16px;
	line-height: 1.8
}
.home-about .text .desc p {
	padding-bottom: .8em
}
.home-about .text .more {
	margin-top: 3%
}
.home-about .text .more .link {
	display: inline-block;
	border: solid 1px;
	color: #ffffff;
	border-radius: 5px;
	padding: 10px 64px;
	position: relative;
	z-index: 0
}
.home-about .text .more .link:before {
	position: absolute;
	left: 50%;
	top: 0;
	width: 0;
	height: 100%;
	content: "";
	background: #f7d44d;
	z-index: -1
}
.home-about .text .more .link:hover, .home-about .text .more .link:focus, .home-about .text .more .link:active {
	color: #ffffff;
	border-color: #f7d44d
}
.home-about .text .more .link:hover:before, .home-about .text .more .link:focus:before, .home-about .text .more .link:active:before {
	left: 0;
	width: 100%
}
.home-about .text.poster {
	background: #000 url("../image/poster.jpg");
	position: relative
}
.home-about .text .inner {
	padding: 20% 0 0 6%;
	text-align: center
}
.home-about .text .cn {
	font-size: 32px
}
.home-about .text .en {
	font-size: 24px;
	text-transform: uppercase;
	padding: 15px 0
}
.home-about .text .btn {
	color: #ffffff;
	border: solid 1px;
	display: inline-block
}
.home-about .text .btn .ico {
	width: 48px;
	height: 48px;
	position: relative;
	display: inline-block;
	vertical-align: middle;
	background: #ffffff
}
.home-about .text .btn .ico:before {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -10px;
	margin-left: -5px;
	content: "";
	border: solid 10px transparent;
	border-left-color: #f7d44d
}
.home-about .text .btn .link {
	display: inline-block;
	vertical-align: middle;
	padding: 0 15px;
	position: relative;
	line-height: 48px;
	z-index: 0
}
.home-about .text .btn:hover, .home-about .text .btn:focus, .home-about .text .btn:active {
	color: #f7d44d;
	border: solid 1px
}
.home-about .text .btn:hover .ico, .home-about .text .btn:focus .ico, .home-about .text .btn:active .ico {
	background: #f7d44d
}
.home-about .text .btn:hover .ico:before, .home-about .text .btn:focus .ico:before, .home-about .text .btn:active .ico:before {
	border-left-color: #ffffff
}
.home-about .pic {
	position: relative;
	width: 50%
}
.home-about .pic img {
	width: 100%
}
.home-about .pic .swiper-pagination-bullets {
	width: 100%;
	bottom: 10px
}
.home-about .pic .swiper-pagination-bullet {
	margin: 0 3px;
	width: 30px;
	height: 3px;
	background-color: rgba(57, 57, 57, 0.75)
}
@media \0screen {
	.home-about .pic .swiper-pagination-bullet {
		filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#BF393939, endcolorstr=#BF393939)
	}
}
.home-about .pic .swiper-pagination-bullet-active {
	background-color: #f7d44d
}
@media \0screen {
	.home-about .pic .swiper-pagination-bullet-active {
		filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#FFf7d44d, endcolorstr=#FFf7d44d)
	}
}
.home-about.padding {
	padding: 0
}
.about-item {
	display: block;
	position: relative;
	width: 100%
}
.about-item .rect-box {
	padding-bottom: 43.75%
}
.about-item .box {
	vertical-align: middle
}
.about-item .ico {
	width: 120px
}
.about-item .list {
	width: 70%
}
.about-item .icon {
	font-size: 120px
}
.about-item .summary {
	position: absolute;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	left: 0;
	right: 0;
	top: 50%;
	padding: 0 0 0 15%
}
.about-item .title {
	font-size: 32px
}
.about-item .desc {
	width: 70%;
	padding: 5% 0
}
.about-item .white {
	color: #ffffff
}
.about-item .blue {
	color: #f7d44d
}
.about-item .link {
	display: inline-block;
	border: solid 1px;
	position: relative;
	overflow: hidden
}
.about-item .link .em {
	font-style: normal;
	position: relative;
	z-index: 2;
	padding: 10px 36px;
	display: block
}
.about-item .link:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 140%;
	background: #000;
	opacity: 0;
	transform: translateX(100%) skew(0deg);
	z-index: -1
}
.about-item:hover .ico, .about-item:focus .ico, .about-item:active .ico {
	transform: rotateY(180deg)
}
.about-item:hover .cover, .about-item:focus .cover, .about-item:active .cover {
	transform: scale(1.1)
}
.about-item:hover .link, .about-item:focus .link, .about-item:active .link {
	color: #ffffff;
	border-color: #f7d44d
}
.about-item:hover .link .em, .about-item:focus .link .em, .about-item:active .link .em {
	background: #524e47
}
.about-item:hover .link:before, .about-item:focus .link:before, .about-item:active .link:before {
	opacity: 1;
	transform: translateX(10%) skew(-20deg)
}
.about-list {
	width: 100%;
	position: relative;
	z-index: 2;
	color: #ffffff;
	border-top: solid 1px #636060;
	border-bottom: solid 1px #636060
}
.about-list .list-item {
	padding: 2% 0;
	width: 48.5%
}
.about-list .desc, .about-list .num {
	display: inline-block;
	vertical-align: middle
}
.about-list .desc {
	font-size: 18px
}
.about-list .small {
	font-size: 14px;
	color: #585858;
	display: block
}
.about-list .em {
	font-size: 52px;
	line-height: 1;
	position: relative;
	padding-right: 15px;
	font-weight: bold;
	color: #f7d44d
}
.about-list .em:after {
	position: absolute;
	right: 0;
	top: 0;
	font-size: 20px;
	font-weight: bold;
	content: "+"
}
.partner {
	border-top: solid 3px #f7d44d;
	padding: 5% 0;
	background: #f5f5f5 url("../image/partner-bg.jpg") 50% 0 no-repeat;
	background-size: cover
}
.partner .home-more .link {
	color: #969696;
	border: solid 1px #969696
}
.partner .home-more .link:hover, .partner .home-more .link:active {
	color: #ffffff;
	border: solid 1px #f7d44d
}
.partner-list {
	margin: 3% auto 0
}
.partner-list .item {
	width: 24.6%;
	background: #ffffff;
	margin-bottom: 0.5%
}
.partner-list .item .link .rect-pic {
	padding-bottom: 56%
}
.partner-list .item .link img {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto
}
.partner-list .item .link:hover img {
	transform: scale(1.1)
}
.partner-list .item.none {
	margin-bottom: 0
}
.about {
	padding: 5% 0;
	background: #f1f1f1
}
.about .desc {
	padding: 3%;
	border: solid 1px #f7d44d;
	border-bottom: none
}
.about .item {
	position: relative
}
.about .item:after {
	position: absolute;
	right: 0;
	top: 0;
	content: "";
	display: block;
	width: 45%;
	height: 100%;
	background: #1b1b1b;
	z-index: 0
}
.about .text {
	width: 45%;
	vertical-align: middle
}
.about .list {
	width: 100%;
	position: relative;
	z-index: 2;
	color: #ffffff
}
.about .list .list-item {
	text-align: center;
	width: 30%
}
.about .list .list-item:first-child .em:after {
	content: ""
}
.about .list .cn {
	font-size: 18px;
	margin-top: 10px
}
.about .list .num {
	padding: 10% 0 0
}
.about .list .em {
	font-size: 38px;
	position: relative;
	padding-right: 15px
}
.about .list .em:after {
	position: absolute;
	right: 0;
	top: 0;
	font-size: 20px;
	font-weight: bold;
	content: "+"
}
.about .pic {
	vertical-align: middle;
	position: relative;
	width: 55%
}
.about .pic img {
	width: 100%
}
.about .pic .swiper-pagination-bullets {
	width: 100%;
	bottom: -20px
}
.about .pic .swiper-pagination-bullet {
	margin: 0 3px;
	width: 10px;
	height: 10px;
	background: transparent;
	border: solid 2px #f7d44d
}
.about .pic .swiper-pagination-bullet-active {
	background-color: #f7d44d
}
@media \0screen {
	.about .pic .swiper-pagination-bullet-active {
		filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#FFf7d44d, endcolorstr=#FFf7d44d)
	}
}
.about-inner {
	padding: 5% 0
}
.about-inner .item {
	position: relative
}
.about-inner .item:after {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	display: block;
	width: 50%;
	height: 100%;
	background: #1b1b1b url("http://www.yonglian.com.cn/Public/img/company-bg.jpg") 0 0 no-repeat;
	background-size: cover;
	z-index: 0
}
.about-inner .text {
	width: 50%;
	vertical-align: middle;
	color: #ffffff
}
.about-inner .text .desc {
	padding: 5%;
	position: relative;
	z-index: 2
}
.about-inner .text .sign {
	text-align: right
}
.about-inner .text .sign .name {
	display: inline-block;
	margin-left: 10px
}
.about-inner .text .sign img {
	display: inline-block
}
.about-inner .text .title .en {
	font-size: 16px;
	display: inline-block;
	position: relative;
	padding-bottom: 10px
}
.about-inner .text .title .en:after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	width: 4em;
	height: 1px;
	bottom: 0;
	background: #ffffff
}
.about-inner .text .title .cn {
	font-size: 30px;
	position: relative;
	font-weight: bold;
	display: block
}
.about-inner .text .summary {
	line-height: 1.8;
	padding: 5% 0
}
.about-inner .pic {
	vertical-align: middle;
	position: relative;
	width: 50%
}
.about-inner .pic img {
	width: 100%
}
.about-inner .pic .swiper-pagination-bullets {
	width: 100%;
	text-align: center;
	bottom: 15px
}
.about-inner .pic .swiper-pagination-bullet {
	margin: 0 3px;
	width: 10px;
	height: 10px;
	background: #f7d44d
}
.about-inner .pic .swiper-pagination-bullet-active {
	background: #ffffff;
	width: 20px
}
.culture {
	padding: 5% 0
}
.culture .bg {
	position: relative
}
.culture .bg:after {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	display: block;
	width: 50%;
	height: 100%;
	background: #f1f1f1;
	z-index: 0
}
.culture .text, .culture .pic {
	width: 50%
}
.culture .pic {
	position: relative
}
.culture .pic .swiper-pagination-bullets {
	width: 100%;
	text-align: center;
	bottom: 15px
}
.culture .pic .swiper-pagination-bullet {
	margin: 0 3px;
	width: 10px;
	height: 10px;
	background: #f7d44d
}
.culture .pic .swiper-pagination-bullet-active {
	background: #ffffff;
	width: 20px
}
.culture .culture-list {
	position: relative;
	padding: 0 8%;
	z-index: 9
}
.culture .culture-list .box {
	vertical-align: top
}
.culture .culture-list .item {
	width: 50%;
	margin: 6% 0 0
}
.culture .culture-list dt.box {
	font-weight: bold;
	width: 5em;
	font-size: 18px
}
.culture .culture-list dd.box {
	text-align: left;
	width: 68%
}
.culture .culture-list dd.box p {
	padding: 0 !important
}
.equipmnet .rect-link {
	padding-bottom: 65%
}
.equipmnet .rect-link img {
	width: 100%
}
.equipmnet .title {
	color: #ffffff;
	text-align: center;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 10px 0;
	background: #000;
	background-color: rgba(0, 0, 0, 0.5)
}
@media \0screen {
	.equipmnet .title {
		filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#80000000, endcolorstr=#80000000)
	}
}
.equipmnet .swiper-equipment {
	width: 100%;
	position: relative
}
.equipmnet .swiper-equipment .swiper-pagination-bullets {
	width: 100%;
	bottom: -20px
}
.equipmnet .swiper-equipment .swiper-pagination-bullet {
	margin: 0 3px;
	width: 10px;
	height: 10px;
	background: transparent;
	border: solid 2px #f7d44d
}
.equipmnet .swiper-equipment .swiper-pagination-bullet-active {
	background-color: #f7d44d
}
@media \0screen {
	.equipmnet .swiper-equipment .swiper-pagination-bullet-active {
		filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#FFf7d44d, endcolorstr=#FFf7d44d)
	}
}
.certificate {
	padding: 5% 0
}
.certificate .list {
	position: relative;
	margin: 0 -15px
}
.certificate .item {
	float: left;
	width: 25%
}
.certificate .link {
	margin: 15px;
	display: block
}
.certificate .link img {
	width: 100%
}
.certificate .link .rect-pic {
	border: solid 1px #b6b6b6;
	padding-bottom: 100%
}
.certificate .link .title {
	background: #f1f1f1;
	text-align: center;
	padding: 15px 0
}
.certificate .link:hover .title, .certificate .link:active .title, .certificate .link:focus .title {
	color: #ffffff;
	background: #f7d44d
}
@media screen and (max-width:991px) {
	.home-about .text, .home-about .pic {
		width: 100%
	}
	.home-about .text {
		padding: 5%;
		margin: 0
	}
	.home-about .text .inner {
		padding: 10% 0
	}
	.about .item:after {
		display: none
	}
	.about .text, .about .pic {
		width: 100%
	}
	.about .list {
		padding: 5% 0;
		background: #1b1b1b
	}
	.about .list .em {
		font-size: 20px
	}
	.about .list .em:after {
		top: -.75em
	}
	.partner-list .item {
		width: 31.5%
	}
	.about-inner .item:after {
		display: none
	}
	.about-inner .text {
		width: 100%;
		background: #1b1b1b url("http://www.yonglian.com.cn/Public/img/company-bg.jpg") 0 0 no-repeat;
		background-size: cover
	}
	.about-inner .text .title .cn {
		font-size: 20px
	}
	.about-inner .pic {
		width: 100%
	}
	.about-inner .pic .swiper-pagination-bullet {
		width: 5px;
		height: 5px
	}
	.about-inner .pic .swiper-pagination-bullet-active {
		width: 10px
	}
	.culture .text, .culture .pic {
		width: 100%
	}
	.culture .text .swiper-pagination-bullet, .culture .pic .swiper-pagination-bullet {
		width: 5px;
		height: 5px
	}
	.culture .text .swiper-pagination-bullet-active, .culture .pic .swiper-pagination-bullet-active {
		width: 10px
	}
	.culture .text {
		background: #f1f1f1
	}
	.culture .bg:after {
		display: none
	}
	.culture .culture-list {
		padding: 3% 8%
	}
	.certificate .item {
		width: 33.33%
	}
}
@media screen and (max-width:640px) {
	.home-about .text .cn {
		font-size: 20px
	}
	.home-about .text .en {
		padding: 5px 0;
		font-size: 14px
	}
	.home-about .text .more .link {
		text-align: center;
		padding: 10px 0;
		display: block
	}
	.home-about .text .btn .ico {
		width: 30px;
		height: 30px
	}
	.home-about .text .btn .ico:before {
		margin-top: -6px;
		margin-left: -3px;
		border: solid 6px transparent;
		border-left-color: #f7d44d
	}
	.home-about .text .btn .link {
		line-height: 30px;
		font-size: 12px
	}
	.about-list .em {
		font-size: 24px
	}
	.about-item .ico {
		width: 80px
	}
	.about-item .icon {
		font-size: 80px
	}
	.about-item .summary {
		padding: 0 0 0 8%
	}
	.about-item .title {
		font-size: 18px
	}
	.about-item .desc {
		font-size: 12px;
		width: 90%
	}
	.about-item .link .em {
		font-size: 12px;
		padding: 5px 24px
	}
	.partner-list .item {
		width: 48.5%
	}
	.certificate .item {
		width: 50%
	}
	.about .list .list-item img {
		width: 50%
	}
	.culture .culture-list .item {
		width: 48.5%
	}
}
.history .bg {
	padding: 100px 0 200px;
	background: #f6f6f6;
	position: relative;
	overflow: hidden
}
.history .list {
	position: relative
}
.history .list:after {
	z-index: 0;
	content: '';
	position: absolute;
	left: -50%;
	top: 50px;
	width: 200%;
	height: 0;
	border-bottom: 2px dashed rgba(2, 57, 108, 0.5)
}
.history .pic {
	position: absolute;
	top: 10%;
	left: 0;
	right: 0;
	margin: auto;
	max-width: 478px;
	width: 94%;
	background: #ffffff;
	box-shadow: 0px 0px 24px rgba(111, 111, 111, 0.18);
	z-index: 9
}
.history-list {
	position: relative;
	margin-top: 180px
}
.history-list .item {
	height: 150px;
	padding-bottom: 50px;
	display: flex;
	align-items: center;
	justify-content: center
}
.history-list .inner {
	opacity: 0.5;
	width: 60px;
	height: 60px;
	cursor: pointer;
	border-radius: 50%;
	overflow: hidden;
	border: solid 1px #011f53;
	position: relative
}
.history-list .inner:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border: 2px solid #fff;
	border-radius: 50%
}
.history-list .year {
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	color: #666666;
	font-family: Arial;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%
}
.history-list .swiper-slide-prev .inner, .history-list .swiper-slide-next .inner {
	width: 80px;
	height: 80px;
	opacity: 1
}
.history-list .swiper-slide-prev .year {
	padding-right: 50%
}
.history-list .swiper-slide-prev .inner {
	margin-left: -50%
}
.history-list .swiper-slide-next .year {
	padding-left: 50%
}
.history-list .swiper-slide-next .inner {
	margin-right: -50%
}
.history-list .swiper-slide-active .inner {
	width: 100px;
	height: 100px;
	opacity: 1
}
.history-list .img {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%
}
.history-content .rect-pic {
	padding-bottom: 56.25%
}
.history-content .text {
	padding: 6% 8% 8%
}
.history-content .title {
	font-size: 20px;
	margin-top: 8px;
	color: #f7d44d
}
.history-content .ico {
	opacity: .6;
	font-size: 42px
}
.history-content .year {
	font-size: 36px
}
.history-content .desc {
	margin-top: 15px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical
}
@media screen and (max-width:991px) {
	.history .bg {
		padding-bottom: 150px
	}
	.swiper-history {
		padding-top: 15px
	}
	.swiper-history .swiper-pagination {
		display: block;
		width: 100%
	}
	.swiper-history .swiper-pagination-bullets {
		display: block
	}
	.swiper-history .swiper-pagination-bullet {
		background: #999;
		margin: 0 3px;
		display: inline-block;
		width: 5px;
		height: 5px
	}
	.swiper-history .swiper-pagination-bullet-active {
		background: #f7d44d
	}
}
.super {
	padding: 5% 0 3%
}
.super .super-title {
	text-align: center;
	padding-bottom: 48px
}
.super .super-title .cn {
	position: relative;
	display: inline-block;
	font-size: 18px;
	padding: 15px 25px;
	border-radius: 10px;
	background: #f7d44d;
	color: #ffffff
}
.super .super-title .cn:before {
	position: absolute;
	content: "";
	background: #f7d44d;
	width: 2px;
	left: 50%;
	margin-left: -1px;
	height: 48px;
	bottom: -48px
}
.super .list {
	padding: 36px 0 0
}
.super .list .item {
	width: 25%;
	text-align: center;
	position: relative;
	padding-bottom: 10px;
	z-index: 1;
	cursor: pointer
}
.super .list .item:before {
	position: absolute;
	content: "";
	height: 2px;
	background: #f7d44d;
	width: 2em;
	left: 50%;
	margin-left: -1em;
	bottom: 0
}
.super .list .item:after {
	position: absolute;
	content: "";
	width: 100%;
	left: 50%;
	margin-left: -1px;
	border-top: solid 2px #f7d44d;
	border-left: solid 2px #f7d44d;
	height: 36px;
	top: -36px
}
.super .list .item:last-child:after {
	position: absolute;
	content: "";
	width: 100%;
	left: 50%;
	margin-left: -1px;
	border-top: none;
	border-left: solid 2px #f7d44d;
	height: 36px;
	top: -36px
}
.super .list .item .ico {
	color: #888888;
	display: inline-block;
	width: 128px;
	height: 128px;
	padding: 20px;
	border-radius: 100%;
	border: solid 2px #888888;
	position: relative
}
.super .list .item .ico svg {
	width: 88px;
	height: auto;
	fill: #888888
}
.super .list .item .desc {
	margin-top: 10px;
	font-size: 20px
}
.super .list .item:hover, .super .list .item:active, .super .list .item:focus {
	color: #f7d44d
}
.super .list .item:hover .ico, .super .list .item:active .ico, .super .list .item:focus .ico {
	background: #f7d44d;
	border-color: #f7d44d
}
.super .list .item:hover .ico svg, .super .list .item:active .ico svg, .super .list .item:focus .ico svg {
	fill: #ffffff
}
.super .list .item:hover:before, .super .list .item:active:before, .super .list .item:focus:before {
	width: 4em;
	margin-left: -2em
}
@media screen and (max-width:991px) {
	.super .list .item .desc {
		font-size: 14px
	}
}
@media screen and (max-width:640px) {
	.super .list {
		width: 100%;
		overflow: hidden
	}
	.super .list .item {
		width: 48.5%;
		margin-bottom: 36px
	}
	.super .list .item .ico {
		width: 100px;
		height: 100px
	}
	.super .list .item .ico svg {
		width: 60px;
		height: 60px
	}
	.super .list .item:after {
		border-top: 0;
		border-left: solid 2px #f7d44d
	}
	.super .list .item:nth-child(1):after {
		width: 60%;
		border-top: solid 2px #f7d44d
	}
	.super .list .item:nth-child(2):after {
		position: absolute;
		content: "";
		width: 50%;
		left: 0;
		margin-left: -1px;
		border-top: solid 2px #f7d44d;
		border-right: solid 2px #f7d44d;
		border-left: 0;
		height: 36px;
		top: -36px
	}
	.super .list .item:hover .ico, .super .list .item:active .ico, .super .list .item:focus .ico {
		margin-top: 0
	}
}
.honor {
	padding: 5% 0 0
}
.honor .list {
	width: 100%;
	position: relative
}
.honor .swiper-honor .swiper-pagination {
	display: none
}
.honor .swiper-honor .swiper-button-prev, .honor .swiper-honor .swiper-button-next {
	width: 40px;
	height: 60px;
	margin-top: -30px;
	background-size: 20px 20px;
	border: solid 1px transparent;
	background-color: rgba(0, 0, 0, 0.6)
}
.honor .swiper-honor .swiper-button-prev:hover, .honor .swiper-honor .swiper-button-prev:active, .honor .swiper-honor .swiper-button-prev:focus, .honor .swiper-honor .swiper-button-next:hover, .honor .swiper-honor .swiper-button-next:active, .honor .swiper-honor .swiper-button-next:focus {
	background-color: #f7d44d
}
.honor .swiper-honor .swiper-button-prev {
	left: 0;
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNyA0NCI+PHBhdGggZD0iTTAsMjJMMjIsMGwyLjEsMi4xTDQuMiwyMmwxOS45LDE5LjlMMjIsNDRMMCwyMkwwLDIyTDAsMjJ6IiBmaWxsPSIjZmZmZmZmIi8+PC9zdmc+)
}
.honor .swiper-honor .swiper-button-next {
	right: 0;
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNyA0NCI+PHBhdGggZD0iTTI3LDIyTDI3LDIyTDUsNDRsLTIuMS0yLjFMMjIuOCwyMkwyLjksMi4xTDUsMEwyNywyMkwyNywyMnoiIGZpbGw9IiNmZmZmZmYiLz48L3N2Zz4=)
}
.honor-list .link {
	position: relative;
	display: block
}
.honor-list .link .rect-pic {
	border: solid 1px #b6b6b6;
	padding-bottom: 100%
}
.honor-list .link .rect-pic .img {
	width: 100%
}
.honor-list .link:hover, .honor-list .link:active {
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3)
}
.honor-list .link:hover .img, .honor-list .link:active .img {
	transform: scale(1.1)
}
@media screen and (max-width:640px) {
	.honor .swiper-honor {
		top: -15px;
		position: relative
	}
	.honor .swiper-honor .swiper-button-prev, .honor .swiper-honor .swiper-button-next {
		display: none
	}
	.honor .swiper-honor .swiper-pagination {
		display: block;
		width: 100%
	}
	.honor .swiper-honor .swiper-pagination-bullets {
		display: block
	}
	.honor .swiper-honor .swiper-pagination-bullet {
		background: #999;
		margin: 0 3px;
		display: inline-block;
		width: 5px;
		height: 5px
	}
	.honor .swiper-honor .swiper-pagination-bullet-active {
		background: #f7d44d
	}
	.honor-list {
		padding: 15px 0
	}
	.honor-list .item {
		width: 48.5%
	}
	.honor-list .link {
		padding: 8px
	}
	.honor-list .link .pic-bg .em {
		font-size: 18px
	}
}
.news {
	padding: 5% 0 3%;
	background: #efefef
}
.news .bg {
	margin-top: 2%
}
.news .nav-title .cn {
	vertical-align: middle;
	line-height: 30px;
	font-size: 30px;
	display: inline-block;
	margin-right: 15px
}
.news .nav-title .link {
	display: inline-block;
	vertical-align: middle;
	padding: 0 15px
}
.news .nav-title .link:hover {
	color: #f7d44d
}
.news .list {
	width: 53%
}
.news .list .item {
	width: 100%
}
.news .list .link {
	display: block;
	padding: 3.3% 2%;
	position: relative;
	z-index: 2
}
.news .list .link .text {
	width: 80%;
	vertical-align: middle;
	padding-right: 2%
}
.news .list .link .text .title {
	font-size: 16px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	word-break: break-all;
	word-wrap: normal
}
.news .list .link .text .desc {
	padding-top: 10px;
	height: 40px;
	line-height: 16px;
	overflow: hidden;
	opacity: .75
}
.news .list .link .time {
	vertical-align: middle;
	width: 17%;
	text-align: center;
	border-right: solid 1px #d5d5d5
}
.news .list .link .date {
	display: block;
	font-size: 36px
}
.news .list .link .day {
	font-size: 14px
}
.news .list .link:hover, .news .list .link:active, .news .list .link:focus {
	color: #ffffff;
	background: #343434
}
.news .pic {
	position: relative;
	width: 100%
}
.news .pic .link {
	display: block
}
.news .pic .rect-pic {
	padding-bottom: 50%
}
.news .pic .rect-pic img {
	width: 100%;
	border-radius: 10px
}
.news .pic .text {
	padding: 3%;
	background: #fff
}
.news .pic .time {
	opacity: .75
}
.news .pic .title {
	margin-top: 1%;
	font-size: 16px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	word-break: break-all;
	word-wrap: normal
}
.news .pic .desc {
	padding-top: 10px;
	height: 40px;
	line-height: 16px;
	overflow: hidden;
	opacity: .75
}
.news .swiper-news {
	padding-top: 15px
}
.news .swiper-news .swiper-pagination {
	display: block;
	width: 100%
}
.news .swiper-news .swiper-pagination-bullets {
	display: block
}
.news .swiper-news .swiper-pagination-bullet {
	background: #999;
	margin: 0 3px;
	display: inline-block;
	width: 10px;
	height: 10px
}
.news .swiper-news .swiper-pagination-bullet-active {
	background: #f7d44d
}
.news-bg {
	padding: 5% 0
}
.news-list {
	padding: 3% 0 0
}
.news-list .item {
	width: 31.5%;
	margin-bottom: 2.5%
}
.news-list .item.none {
	margin-bottom: 0
}
.news-list .link {
	display: block;
	padding: 20px;
	background: #ffffff
}
.news-list .link .title {
	font-size: 18px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical
}
.news-list .link .time {
	color: #878787;
	padding: 10px 0;
	display: block
}
.news-list .link .time img {
	display: inline-block;
	margin-right: 5px
}
.news-list .link .rect-pic {
	padding-bottom: 56%
}
.news-list .link .rect-pic img {
	width: 100%
}
.news-list .link .text {
	width: 100%
}
.news-list .link .desc {
	border-top: solid 1px #dedede;
	padding-top: 15px;
	margin-top: 15px;
	font-size: 13px;
	color: #878787;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical
}
.news-list .link:hover, .news-list .link:focus, .news-list .link:active {
	background: #f7d44d;
	color: #ffffff
}
.news-list .link:hover .rect-pic img, .news-list .link:focus .rect-pic img, .news-list .link:active .rect-pic img {
	transform: scale(1.1)
}
.news-list .link:hover .time, .news-list .link:hover .title, .news-list .link:hover .desc, .news-list .link:focus .time, .news-list .link:focus .title, .news-list .link:focus .desc, .news-list .link:active .time, .news-list .link:active .title, .news-list .link:active .desc {
	color: #ffffff
}
.down-list {
	margin: 30px 0
}
.down-list .list {
	position: relative;
	width: 100%;
	border: solid 1px #dfdfdf;
	margin-bottom: 10px
}
.down-list .link {
	padding: 0 10px;
	display: block;
	position: relative;
	overflow: hidden
}
.down-list .link .time {
	display: inline-block;
	vertical-align: middle;
	color: #8d8d8e
}
.down-list .link .title {
	display: inline-block;
	padding: 10px 0;
	width: 60%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	vertical-align: middle
}
.down-list .link:hover {
	background: #f7d44d
}
.down-list .link:hover .title, .down-list .link:hover .time {
	color: #fff
}
.headline {
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
	overflow-x: hidden
}
.headline .tips {
	padding: 15px 0;
	background: #f7d44d;
	color: #ffffff;
	vertical-align: middle;
	width: 13%;
	text-align: center;
	position: relative
}
.headline .tips:before {
	position: absolute;
	content: "";
	background: #f7d44d;
	height: 100%;
	width: 800%;
	top: 0;
	left: -780%
}
.headline .title {
	vertical-align: middle;
	width: 75%
}
.headline .title .link {
	display: inline-block;
	vertical-align: middle;
	width: 60%;
	color: #f7d44d;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	word-break: break-all;
	word-wrap: normal
}
.headline .time {
	color: #f7d44d
}
.headline .more {
	vertical-align: middle
}
.headline .more img {
	display: inline-block;
	vertical-align: middle;
	margin-left: 3px
}
@media screen and (max-width:991px) {
	.news .list, .news .pic {
		width: 100%
	}
	.news .pic .link, .news .rect-box {
		padding: 0;
		height: auto
	}
	.news .list {
		padding: 0 15px
	}
	.news .list .link .time {
		width: 20%
	}
	.news .list .link .text {
		width: 75%
	}
	.news-list .item {
		width: 50%;
		margin-bottom: 48px
	}
	.headline .title {
		width: 60%
	}
}
@media screen and (max-width:640px) {
	.news .list {
		padding: 0
	}
	.news .list .link {
		padding: 3% 0
	}
	.news .bg {
		margin-top: 10px
	}
	.news-bg {
		margin-top: 0;
		padding: 36px 0 0
	}
	.news-list .item {
		width: 100%;
		margin-bottom: 28px
	}
	.news-list .link {
		padding: 5%
	}
	.news-list .link .desc {
		overflow: hidden;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical
	}
	.headline .tips {
		font-size: 14px;
		width: 25%;
		text-align: left
	}
	.headline .tips:before {
		left: -799%
	}
	.headline .title {
		width: 70%
	}
	.headline .title .link {
		width: 70%
	}
	.headline .more {
		display: none
	}
}
.product {
	padding: 0 0 5%
}
.product .bg {
	background: #fff;
	position: relative
}
.product .list {
	width: 100%;
	position: relative
}
.product .swiper-product .swiper-pagination {
	display: none
}
.product .swiper-product .swiper-button-prev, .product .swiper-product .swiper-button-next {
	width: 40px;
	height: 60px;
	margin-top: -30px;
	background-size: 20px 20px;
	border: solid 1px transparent;
	background-color: rgba(0, 0, 0, 0.6)
}
.product .swiper-product .swiper-button-prev:hover, .product .swiper-product .swiper-button-prev:active, .product .swiper-product .swiper-button-prev:focus, .product .swiper-product .swiper-button-next:hover, .product .swiper-product .swiper-button-next:active, .product .swiper-product .swiper-button-next:focus {
	background-color: #f7d44d
}
.product .swiper-product .swiper-button-prev {
	left: 0;
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNyA0NCI+PHBhdGggZD0iTTAsMjJMMjIsMGwyLjEsMi4xTDQuMiwyMmwxOS45LDE5LjlMMjIsNDRMMCwyMkwwLDIyTDAsMjJ6IiBmaWxsPSIjZmZmZmZmIi8+PC9zdmc+)
}
.product .swiper-product .swiper-button-next {
	right: 0;
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNyA0NCI+PHBhdGggZD0iTTI3LDIyTDI3LDIyTDUsNDRsLTIuMS0yLjFMMjIuOCwyMkwyLjksMi4xTDUsMEwyNywyMkwyNywyMnoiIGZpbGw9IiNmZmZmZmYiLz48L3N2Zz4=)
}
.search {
	border: solid 1px #ccc;
	border-radius: 6px;
	position: relative;
	margin: 3% 0
}
.search .form-control {
	width: 100%;
	padding: 12px 12px;
	text-align: center;
	border: 0;
	background: transparent
}
.search .form-submit {
	opacity: .5;
	width: 26px;
	height: 26px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -3.5em;
	margin-top: -12px;
	border: 0;
	opacity: .5;
	background: transparent
}
.search.active .form-control {
	text-align: left;
	padding-left: 24px
}
.search.active .form-submit {
	left: 0;
	margin-left: 0
}
.home-product-list .link {
	position: relative;
	display: block;
	padding: 20px;
	background: #ffffff
}
.home-product-list .link .rect-pic {
	padding-bottom: 100%;
	background: #fff
}
.home-product-list .link .rect-pic img {
	width: 100%
}
.home-product-list .link .pic-bg {
	width: 100%;
	position: absolute;
	z-index: 999;
	height: 100%;
	color: #ffffff;
	left: 0;
	top: 0;
	padding: 8%;
	opacity: 0;
	display: none;
	background-color: rgba(0, 0, 0, 0.85)
}
@media \0screen {
	.home-product-list .link .pic-bg {
		filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#D9000000, endcolorstr=#D9000000)
	}
}
.home-product-list .link .pic-bg .text {
	position: absolute;
	left: 8%;
	bottom: 8%
}
.home-product-list .link .pic-bg .em {
	font-size: 2em;
	padding-bottom: 15px
}
.home-product-list .link .pic-bg .cn {
	font-size: 1.36em;
	display: inline-block;
	position: relative;
	padding-top: .75em
}
.home-product-list .link .pic-bg .cn:before {
	position: absolute;
	content: "";
	height: 2px;
	background: #f7d44d;
	width: 2em;
	left: 0;
	top: 0
}
.home-product-list .link .pic-bg .en {
	opacity: .7;
	text-transform: uppercase;
	font-size: .75em;
	display: block
}
.home-product-list .link .title {
	line-height: 20px;
	position: relative;
	width: 100%;
	margin-top: 10px;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	word-break: break-all;
	word-wrap: normal
}
.home-product-list .link:hover, .home-product-list .link:active {
	color: #ffffff;
	padding: 0;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3)
}
.home-product-list .link:hover .pic-bg, .home-product-list .link:active .pic-bg {
	display: block;
	opacity: 1
}
.home-product-list .link:hover .title, .home-product-list .link:active .title {
	opacity: 0
}
.home-product-list .link:hover img, .home-product-list .link:active img {
	transform: scale(1.1)
}
.product-list .item {
	width: 31.5%;
	margin-bottom: 2.5%
}
.product-list .link {
	position: relative;
	display: block;
	padding: 20px;
	background: #ffffff
}
.product-list .link .rect-pic {
	padding-bottom: 100%;
	background: #fff
}
.product-list .link .rect-pic img {
	width: 100%
}
.product-list .link .pic-bg {
	width: 100%;
	position: absolute;
	z-index: 999;
	height: 100%;
	color: #ffffff;
	left: 0;
	top: 0;
	padding: 8%;
	opacity: 0;
	display: none;
	background-color: rgba(0, 0, 0, 0.85)
}
@media \0screen {
	.product-list .link .pic-bg {
		filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#D9000000, endcolorstr=#D9000000)
	}
}
.product-list .link .pic-bg .text {
	position: absolute;
	left: 8%;
	bottom: 8%
}
.product-list .link .pic-bg .em {
	font-size: 2em;
	padding-bottom: 15px
}
.product-list .link .pic-bg .cn {
	font-size: 1.36em;
	display: inline-block;
	position: relative;
	padding-top: .75em
}
.product-list .link .pic-bg .cn:before {
	position: absolute;
	content: "";
	height: 2px;
	background: #f7d44d;
	width: 2em;
	left: 0;
	top: 0
}
.product-list .link .pic-bg .en {
	opacity: .7;
	text-transform: uppercase;
	font-size: .75em;
	display: block
}
.product-list .link .title {
	line-height: 20px;
	position: relative;
	width: 100%;
	margin-top: 10px;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	word-break: break-all;
	word-wrap: normal
}
.product-list .link:hover, .product-list .link:active {
	color: #ffffff;
	padding: 0;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3)
}
.product-list .link:hover .pic-bg, .product-list .link:active .pic-bg {
	display: block;
	opacity: 1
}
.product-list .link:hover .title, .product-list .link:active .title {
	opacity: 0
}
.product-list .link:hover img, .product-list .link:active img {
	transform: scale(1.1)
}
@media screen and (max-width:991px) {
	.sidebar, .main {
		width: 100%
	}
}
@media screen and (max-width:640px) {
	.product .swiper-product {
		top: -20px;
		position: relative
	}
	.product .swiper-product .swiper-button-prev, .product .swiper-product .swiper-button-next {
		display: none
	}
	.product .swiper-product .swiper-pagination {
		display: block;
		width: 100%
	}
	.product .swiper-product .swiper-pagination-bullets {
		display: block
	}
	.product .swiper-product .swiper-pagination-bullet {
		background: #999;
		margin: 0 3px;
		display: inline-block;
		width: 5px;
		height: 5px
	}
	.product .swiper-product .swiper-pagination-bullet-active {
		background: #f7d44d
	}
	.product-list {
		padding: 15px 0
	}
	.product-list .item {
		width: 48.5%
	}
	.product-list .link {
		padding: 8px
	}
	.product-list .link .pic-bg .em {
		font-size: 18px
	}
}
.contact {
	padding: 5% 0;
	background: #dcdcdc
}
.contact.white {
	background: #ffffff
}
.contact .bg .form {
	padding: 2%
}
.contact .gray {
	background: #efefef;
	position: relative
}
.contact .gray:before {
	position: absolute;
	display: block;
	content: "";
	width: 50%;
	height: 100%;
	background: url("../image/contact.jpg") center top no-repeat
}
.contact .pic, .contact .text, .contact .form, .contact .online {
	width: 50%
}
.contact .pic img {
	width: 100%
}
.contact .pic .swiper-pagination-bullets {
	width: 100%;
	bottom: -20px
}
.contact .pic .swiper-pagination-bullet {
	margin: 0 3px;
	width: 30px;
	height: 3px;
	background-color: rgba(57, 57, 57, 0.75)
}
@media \0screen {
	.contact .pic .swiper-pagination-bullet {
		filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#BF393939, endcolorstr=#BF393939)
	}
}
.contact .pic .swiper-pagination-bullet-active {
	background-color: #f7d44d
}
@media \0screen {
	.contact .pic .swiper-pagination-bullet-active {
		filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#FFf7d44d, endcolorstr=#FFf7d44d)
	}
}
.contact .text {
	position: relative;
	z-index: 2
}
.contact .text .desc ul {
	padding: 25px
}
.contact .text .desc li {
	padding-bottom: 15px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical
}
.contact .text .desc li .ico {
	display: inline-block;
	vertical-align: middle
}
.contact .text .desc li .ico svg {
	width: 30px;
	fill: #b6b6b6
}
.contact .text .wechat {
	padding: 25px;
	text-align: right;
	width: 42%
}
.contact .text .qcode {
	text-align: center;
	display: inline-block;
	font-size: 12px
}
.contact .online .title {
	font-size: 18px
}
.contact .online .ico {
	margin: 20px 0
}
.contact .online .link {
	display: inline-block;
	width: 38px;
	height: 38px;
	border: solid 1px #646464;
	border-radius: 999px;
	margin-right: 30px
}
.contact .online .link:last-child {
	margin-right: 0
}
.contact .online .link img {
	margin: 5px
}
.contact .form {
	padding: 2% 0 2% 2%
}
.contact .form .form-group {
	margin: 5px 0
}
.contact .form .form-group:first-child {
	margin: 0 0 5px
}
.contact .form .form-control {
	background: #fafafa;
	border: 0;
	width: 100%;
	padding: 12px 12px
}
.contact .form .tips {
	width: 60%;
	vertical-align: middle;
	opacity: .75
}
.contact .form .submit {
	text-align: right;
	vertical-align: middle
}
.contact .form .form-submit {
	display: inline-block;
	padding: 8px 36px;
	text-align: center;
	border: 0;
	background: #f7d44d;
	color: #ffffff
}
.contact .form .desc {
	margin-top: 15px
}
.contact .form .desc .wechat {
	margin-top: 10%;
	text-align: center
}
.contact .form .desc .qcode {
	display: inline-block
}
.contact .form .desc li {
	padding-bottom: 10px
}
.contact .form .desc .ico {
	position: relative;
	vertical-align: middle;
	width: 20px;
	height: 20px;
	display: inline-block;
	margin-right: 4px;
	color: #f7d44d
}
.contact .form .desc .ico svg {
	fill: #f7d44d;
	width: 20px;
	height: 20px
}
.contact .form .title {
	display: inline-block;
	font-size: 24px;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	position: relative
}
.contact .form .title .en {
	display: block;
	font-size: 13.2px;
	font-weight: normal;
	text-transform: uppercase
}
.contact .form .title:before {
	position: absolute;
	content: "";
	height: 3px;
	background: #f7d44d;
	width: 1em;
	left: 0;
	bottom: 0
}
.map {
	margin-top: 25px
}
.map .rect-30 {
	padding-bottom: 30%
}
.home-contact {
	padding: 5% 0
}
.home-contact .contact-list {
	width: 80%;
	margin: 0 auto
}
.home-contact .contact-list .item {
	width: 26.5%;
	text-align: center;
	font-size: 18px
}
.home-contact .contact-list .icon {
	color: #f7d44d;
	font-size: 24px
}
.home-contact .contact-list .title {
	padding: 10px 0 5px
}
.home-contact .contact-list .desc {
	color: #646464
}
.home-contact .contact-list .link {
	color: #646464
}
.home-contact .contact-list .link:hover, .home-contact .contact-list .link:focus, .home-contact .contact-list .link:active {
	color: #f7d44d
}
@media screen and (max-width:991px) {
	.contact .container {
		padding: 0
	}
	.contact .pic, .contact .text, .contact .form, .contact .online {
		width: 100%
	}
	.contact .bg .form {
		padding: 15px
	}
	.contact .bg:before {
		background: transparent
	}
	.contact .gray .pic {
		width: 100%
	}
	.contact .gray .form {
		display: flex;
		flex-direction: column-reverse
	}
	.contact .gray:before {
		display: none
	}
}
@media screen and (max-width:640px) {
	.service .item {
		width: 100%
	}
	.home-contact .contact-list {
		width: 100%
	}
	.home-contact .contact-list .item {
		padding: 3% 0;
		border-bottom: solid 1px #e3e3e3;
		width: 100%
	}
	.home-contact .contact-list .item:last-child {
		border-bottom: none
	}
	.contact .text .desc ul {
		padding: 15px
	}
	.contact .text .desc li {
		padding-bottom: 10px
	}
	.map {
		margin-top: 0
	}
	.map .rect-30 {
		padding-bottom: 68.25%
	}
}
.home-apply {
	padding: 0;
	color: #ffffff
}
.home-apply .nav-title {
	font-size: 28px;
	margin-bottom: 2%
}
.home-apply .bg {
	padding: 5% 0;
	background: #000000;
	background-size: cover;
	overflow: hidden
}
.home-apply .text {
	width: 30%;
	padding-left: 5%
}
.home-apply .pic {
	width: 70%
}
.home-apply .apply-tab-content .cover {
	width: 50%
}
.home-apply .apply-tab-content .summary {
	width: 45%
}
.home-apply .apply-tab-content .desc {
	padding: 5% 0
}
.home-apply .apply-tab-content .title {
	font-size: 20px
}
.home-apply .apply-tab-content .img {
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3)
}
.home-apply .apply-tab-content .link {
	color: #f7d44d;
	position: relative;
	display: inline-block
}
.home-apply .apply-tab-content .link:hover, .home-apply .apply-tab-content .link:focus, .home-apply .apply-tab-content .link:active {
	left: 5px
}
.home-apply .apply-tab-content .icon {
	vertical-align: middle;
	font-size: 20px
}
.home-apply .apply-tab-list {
	z-index: 100;
	overflow: visible
}
.home-apply .apply-tab-list .swiper-wrapper {
	z-index: 100
}
.home-apply .apply-tab-list .swiper-slide {
	display: block;
	color: #ffffff
}
.home-apply .apply-tab-list .swiper-slide .cn {
	display: inline-block;
	padding: 5px 0 5px 10px;
	width: 200px;
	margin: 5px 0 5px 15%
}
.home-apply .apply-tab-list .swiper-slide-thumb-active {
	color: #f7d44d
}
.home-apply .apply-tab-list .swiper-slide-thumb-active .cn {
	background: #ffffff;
	background-color: rgba(255, 255, 255, 0.3)
}
@media \0screen {
	.home-apply .apply-tab-list .swiper-slide-thumb-active .cn {
		filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#4DFFFFFF, endcolorstr=#4DFFFFFF)
	}
}
.home-apply .swiper-apply .swiper-pagination {
	display: none
}
.apply-list .item {
	width: 32.5%
}
.apply-list .link {
	margin: 15px 0;
	position: relative;
	display: block
}
.apply-list .link .bg {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: hidden;
	width: 0;
	height: 0;
	margin: auto;
	text-align: center;
	color: #fff;
	background: #f7d44d;
	background-color: rgba(0, 198, 215, 0.75)
}
@media \0screen {
	.apply-list .link .bg {
		filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#BFf7d44d, endcolorstr=#BFf7d44d)
	}
}
.apply-list .link .bg .inner {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: table;
	width: 100%;
	height: 100%;
	margin: auto
}
.apply-list .link .bg .text {
	display: table-cell;
	vertical-align: middle
}
.apply-list .link .cn {
	font-size: 28px;
	position: relative;
	display: block;
	padding-bottom: 10px;
	letter-spacing: 4px
}
.apply-list .link .en {
	font-size: 16px;
	text-transform: uppercase
}
.apply-list .link .pic.rect-100 {
	padding-bottom: 100%
}
.apply-list .link .pic.rect-70 {
	padding-bottom: 70%
}
.apply-list .link .pic.rect-56 {
	padding-bottom: 56%
}
.apply-list .link .pic img {
	width: 100%;
	transform: scale(1.005)
}
.apply-list .link:hover, .apply-list .link:active, .apply-list .link:focus {
	transform: scale(1.15)
}
.apply-list .link:hover .bg, .apply-list .link:active .bg, .apply-list .link:focus .bg {
	width: 100%;
	height: 100%;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.7)
}
.apply-list .link:hover .pic img, .apply-list .link:active .pic img, .apply-list .link:focus .pic img {
	transform: scale(1.1)
}
.img-list {
	overflow: hidden;
	margin: 3% -15px
}
.img-list .item {
	width: 33.333%;
	float: left
}
.img-list .link {
	margin: 15px;
	position: relative;
	display: block;
	padding: 20px;
	background: #ffffff
}
.img-list .link .bg {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: hidden;
	width: 0;
	height: 0;
	margin: auto;
	text-align: center;
	color: #fff;
	background: #000;
	background-color: rgba(0, 0, 0, 0.5)
}
@media \0screen {
	.img-list .link .bg {
		filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#80000000, endcolorstr=#80000000)
	}
}
.img-list .link .bg .inner {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: table;
	width: 100%;
	height: 100%;
	margin: auto
}
.img-list .link .bg .text {
	display: table-cell;
	vertical-align: middle
}
.img-list .link .cn {
	font-size: 28px;
	position: relative;
	display: block;
	padding-bottom: 10px;
	letter-spacing: 4px
}
.img-list .link .en {
	font-size: 16px;
	text-transform: uppercase
}
.img-list .link .rect-pic {
	padding-bottom: 100%
}
.img-list .link .rect-pic img {
	width: 100%
}
.img-list .link img {
	transform: scale(1.005)
}
.img-list .link:hover, .img-list .link:active, .img-list .link:focus {
	padding: 0
}
.img-list .link:hover .bg, .img-list .link:active .bg, .img-list .link:focus .bg {
	width: 100%;
	height: 100%
}
.img-list .link:hover .rect-pic img, .img-list .link:active .rect-pic img, .img-list .link:focus .rect-pic img {
	transform: scale(1.1)
}
.apply-inner {
	padding: 3% 0
}
.apply-inner .tab-list .swiper-slide {
	text-align: center;
	border: solid 1px #d3d3d3;
	font-size: 18px;
	padding: 10px 0
}
.apply-inner .tab-list .swiper-slide-thumb-active {
	background: #f7d44d;
	border: solid 1px #f7d44d;
	color: #ffffff
}
.apply-inner .tab-content .swiper-slide .pic {
	width: 100%
}
.apply-inner .tab-content .swiper-slide .summary {
	width: 100%
}
.apply-inner .tab-content .swiper-slide .title {
	font-size: 22px;
	color: #f7d44d
}
.apply-inner .tab-content .swiper-slide .desc {
	padding: 2% 0;
	line-height: 1.8
}
.apply-inner .tab-content .swiper-slide .more {
	display: inline-block;
	padding: 5px 25px;
	background: #f7d44d;
	color: #ffffff
}
@media screen and (max-width:991px) {
	.home-apply .nav-title {
		text-align: center;
		font-size: 20px
	}
	.home-apply .pic, .home-apply .text {
		width: 100%;
		overflow: hidden
	}
	.home-apply .pic .swiper-list .swiper-slide, .home-apply .text .swiper-list .swiper-slide {
		width: auto;
		height: auto
	}
	.home-apply .pic .swiper-list .swiper-slide .pic, .home-apply .text .swiper-list .swiper-slide .pic {
		padding-bottom: 100%;
		position: relative;
		display: block;
		overflow: hidden;
		width: 100%;
		height: 0
	}
	.home-apply .pic .swiper-list .swiper-slide .pic .img, .home-apply .text .swiper-list .swiper-slide .pic .img {
		width: 100%;
		height: auto;
		position: relative;
		transform: translateX(0)
	}
	.home-apply .pic .swiper-list .swiper-slide .cn, .home-apply .text .swiper-list .swiper-slide .cn {
		font-size: 1.2em
	}
	.home-apply .pic .swiper-list .swiper-slide .en, .home-apply .text .swiper-list .swiper-slide .en {
		font-size: 1em
	}
	.home-apply .pic .swiper-list .swiper-slide .icon, .home-apply .text .swiper-list .swiper-slide .icon {
		width: 24px;
		display: none;
		margin: 0 auto
	}
	.home-apply .pic .swiper-list .swiper-slide-active, .home-apply .text .swiper-list .swiper-slide-active {
		width: auto
	}
	.home-apply .pic .swiper-list .swiper-slide-active .pic .img, .home-apply .text .swiper-list .swiper-slide-active .pic .img {
		width: 100%;
		height: auto
	}
	.home-apply .pic .swiper-list .swiper-slide-active .icon, .home-apply .text .swiper-list .swiper-slide-active .icon {
		display: block
	}
	.home-apply .text {
		display: none
	}
	.home-apply .apply-tab-content .cover, .home-apply .apply-tab-content .summary {
		width: 100%
	}
	.home-apply .apply-tab-content .cover {
		margin-bottom: 15px
	}
	.home-apply .apply-tab-content .img {
		width: 100%
	}
	.home-apply .swiper-apply .swiper-pagination {
		display: block;
		width: 100%
	}
	.home-apply .swiper-apply .swiper-pagination-bullets {
		display: block
	}
	.home-apply .swiper-apply .swiper-pagination-bullet {
		background: #999;
		margin: 0 3px;
		display: inline-block;
		width: 5px;
		height: 5px
	}
	.home-apply .swiper-apply .swiper-pagination-bullet-active {
		background: #f7d44d
	}
	.apply-inner .tab-list .swiper-slide {
		font-size: 16px
	}
	.apply-inner .tab-content .swiper-slide .pic, .apply-inner .tab-content .swiper-slide .summary {
		width: 100%
	}
	.apply-inner .tab-content .swiper-slide .title {
		font-size: 18px;
		padding-top: 15px
	}
	.apply-inner .tab-content .swiper-pagination {
		z-index: 999;
		bottom: 0;
		width: 100%;
		margin-top: 20px
	}
	.apply-inner .tab-content .swiper-pagination-bullet {
		margin: 0 3px;
		background: #393939
	}
	.apply-inner .tab-content .swiper-pagination-bullet-active {
		background: #f7d44d
	}
}
@media screen and (max-width:640px) {
	.home-apply .pic {
		overflow: hidden
	}
	.home-apply .apply-bg {
		padding: 0 0 10%
	}
	.apply-list .item {
		width: 49.5%;
		margin-bottom: .5%
	}
	.apply-list .link .cn {
		font-size: 20px
	}
	.apply-list .link .en {
		font-size: 14px
	}
	.apply-list .link .ico img {
		width: 50px
	}
	.img-list .item {
		width: 50%;
		margin-bottom: .5%
	}
	.img-list .link {
		padding: 8px
	}
	.img-list .link .cn {
		font-size: 20px
	}
	.img-list .link .en {
		font-size: 14px
	}
	.img-list .link .ico img {
		width: 50px
	}
}
.feedback {
	padding: 5% 0;
	background: #292d32
}
.feedback .bg {
	background: #43464a;
	position: relative;
	z-index: 2
}
.feedback .bg:before {
	position: absolute;
	content: "";
	left: 0;
	width: 50%;
	height: 100%;
	background: #ffffff
}
.feedback.white-bg {
	background: #ffffff
}
.feedback.white-bg .bg:before {
	background: #f2f2f2
}
.feedback .page-title {
	color: #ffffff;
	text-align: center;
	padding-bottom: 2%
}
.feedback .page-title .cn {
	font-size: 36px
}
.feedback .page-title .en {
	font-size: 24px
}
.feedback .text, .feedback .form {
	width: 50%;
	padding: 30px
}
.feedback .text.foot, .feedback .form.foot {
	width: 100%;
	padding: 30px 0
}
.feedback .text {
	position: relative;
	z-index: 2
}
.feedback .text .desc {
	width: 56%
}
.feedback .text .desc li {
	padding-bottom: 5px
}
.feedback .text .wechat {
	text-align: right;
	font-size: 0;
	width: 42%
}
.feedback .text .wechat img {
	display: inline-block;
	vertical-align: middle
}
.feedback .text .title {
	font-size: 18px;
	opacity: .75;
	padding-bottom: 15px
}
.feedback .text .time {
	font-size: 14px;
	opacity: .75
}
.feedback .text .num {
	color: #f7d44d;
	font-size: 24px;
	text-align: right
}
.feedback .text .tips {
	margin-top: 25px;
	width: 86%
}
.feedback .text .qcode {
	text-align: right
}
.feedback .form .form-group {
	margin: 5px 0
}
.feedback .form .form-group.half {
	width: 49.6%
}
.feedback .form .form-control {
	background: #3b3e42;
	border: 0;
	width: 100%;
	padding: 12px 12px
}
.feedback .form .tips {
	width: 60%;
	vertical-align: middle;
	color: #ffffff;
	opacity: .2
}
.feedback .form .submit {
	text-align: right;
	vertical-align: middle
}
.feedback .form .form-submit {
	display: inline-block;
	padding: 8px 30px;
	text-align: center;
	border: 0;
	background: #f7d44d;
	color: #ffffff
}
.feedback .copyright {
	text-transform: uppercase;
	margin-top: 3%;
	text-align: center;
	color: #ffffff;
	padding: 15px 0;
	border-top: solid 1px #3f4952
}
.feedback .copyright a {
	color: #ffffff
}
@media screen and (max-width:991px) {
	.feedback .bg:before {
		display: none
	}
	.feedback .page-title .cn {
		font-size: 24px
	}
	.feedback .page-title .en {
		font-size: 30px
	}
	.feedback .text {
		background: #ffffff;
		width: 100%;
		padding: 5%
	}
	.feedback .text .num {
		font-size: 18px
	}
	.feedback .text .tips {
		margin-top: 10px;
		width: 100%
	}
	.feedback .form {
		width: 100%;
		padding: 5%
	}
	.feedback .form .form-group.half {
		width: 100%
	}
	.feedback .copyright {
		padding: 15px 5%;
		border-top: 0
	}
}
@media screen and (max-width:640px) {
	.feedback .bg {
		margin-top: 15%
	}
	.feedback.white-bg .bg {
		margin-top: 15px
	}
	.feedback .text .title {
		padding-bottom: 10px
	}
	.feedback .copyright {
		padding: 5px 5%;
		border-top: 0
	}
}
