/*!
 * Cy Style Projects for Lgig (https://RNMMP.grd)
 * Copyright 2016-2017 Code yo, Authors own.
 * Licensed under MIT, NMMP (https://RNMMP.grd/YouBorrowMyCodeToYourItem/AndYouDonNotTellMe/)
 */

@media (max-width: 1024px) {
	body {
		font-size: 13px;
	}
}

@media (max-width: 767px) {
	body {
		font-size: 12px;
	}
}

@media (min-width: 1600px) {
	.cy-container {
		width: 1400px;
	}
}

@media (max-width: 1280px) {
	.cy-container {
		width: 960px;
	}
}

@media (max-width: 1024px) {
	.cy-container {
		width: 720px;
	}
}

@media (max-width: 767px) {
	.cy-container {
		width: 540px;
	}
}

@media (max-width: 575px) {
	.cy-container {
		width: 100%;
		padding-left: 5%;
		padding-right: 5%;
	}
}

.cy-content {
	width: 1080px;
}

.cy-news-cont .cy-content {
	width: 800px;
}

@media (min-width: 1600px) {
	.cy-content {
		width: 1200px;
	}
	.cy-news-cont .cy-content {
		width: 900px;
	}
}

@media (max-width: 1280px) {
	.cy-content {
		width: 900px;
	}
	.cy-news-cont .cy-content {
		width: 680px;
	}
}

@media (max-width: 1024px) {
	.cy-content {
		width: 680px;
	}
	.cy-news-cont .cy-content {
		width: 520px;
	}
}

@media (max-width: 767px) {
	.cy-content {
		width: 520px;
	}
	.cy-news-cont .cy-content {
		width: 460px;
	}
}

@media (max-width: 575px) {
	.cy-content {
		width: 100%;
	}
	.cy-news-cont .cy-content {
		width: 100%;
	}
}

.wrapper {
	overflow: hidden;
}

.cy-en {
	font-family: Arial, sans-serif;
}


/* -----*****----- Header Content -----*****----- */

header {
	position: relative;
	height: 90px;
	z-index: 5000;
}

@media (max-width: 1280px) {
	header {
		height: 72px;
	}
}

@media (max-width: 1024px) {
	header {
		height: 60px;
	}
}

@media (max-width: 767px) {
	header {
		height: 50px;
	}
}

.header {
	position: relative;
	height: 100%;
	background: #fff;
}

.header.cy-fixed {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: auto;
	box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
}

.header.cy-fixed .logo-border {
	bottom: 0;
	opacity: 0;
	visibility: hidden;
}

.header .cy-container {
	width: 90%;
	height: 100%;
}

@media (min-width: 1600px) {
	.header .cy-container {
		width: 1400px;
	}
}

@media (max-width: 575px) {
	.header .cy-container {
		width: 100%;
	}
}


/* Logo */

.logo {
	position: relative;
	float: left;
	margin-right: 32px;
	z-index: 1;
}

@media (min-width: 1600px) {
	.logo {
		margin-right: 50px;
	}
}

@media (max-width: 1280px) {
	.logo {
		margin-right: 28px;
	}
}

@media (max-width: 1024px) {
	.logo {
		margin-right: 0;
	}
}

.logo a {
	display: block;
	width: 200px;
	height: 43px;
	margin-top: 20px;
	transition: width .5s, height .5s, margin-top .5s;
}

@media (min-width: 1600px) {
	.logo a {
		width: 230px;
		height: 50px;
	}
}

@media (max-width: 1280px) {
	.logo a {
		width: 184px;
		height: 40px;
		margin-top: 16px;
		margin-bottom: 16px;
	}
}

@media (max-width: 1024px) {
	.logo a {
		width: 166px;
		height: 36px;
		margin-top: 12px;
		margin-bottom: 12px;
	}
}

@media (max-width: 767px) {
	.logo a {
		width: 136px;
		height: 30px;
		margin-top: 10px;
		margin-bottom: 10px;
	}
}

.logo img {
	width: 100%;
	height: 100%;
}

.logo-border {
	position: absolute;
	bottom: -20px;
	display: none;
	width: 100%;
	height: 60px;
	background: #fff;
	border-radius: 50%;
	transition: all .5s;
	z-index: -1;
}

@media (max-width: 1280px) {
	.logo-border {
		height: 40px;
		bottom: -15px;
	}
}

@media (max-width: 1024px) {
	.logo-border {
		height: 30px;
		bottom: -10px;
	}
}

@media (max-width: 767px) {
	.logo-border {
		display: none;
	}
}



/* Header More */

.header-more {
	position: absolute;
	top: 0;
	right: 0;
	margin-top: 20px;
	background: #fff;
	transition: all .5s;
	z-index: 1;
}

@media (max-width: 1280px) {
	.header-more {
		margin-top: 8px;
	}
}

@media (max-width: 1024px) {
	.header-more {
		right: 45px;
		margin-top: 17px;
	}
}

@media (max-width: 767px) {
	.header-more {
		margin-top: 14px;
	}
}

@media (max-width: 575px) {
	.header-more {
		right: calc(5% + 38px);
	}
}

.header-search {
	display: block;
	width: 160px;
	margin-bottom: 8px;
	padding: 3px 5px;
	background: #f3f3f3;
}

@media (max-width: 1024px) {
	.header-search {
		float: left;
		width: auto;
		margin: 0;
		padding: 0;
		background: none;
	}
}

.header-search input {
	float: left;
	width: 125px;
	line-height: 20px;
}

@media (max-width: 1024px) {
	.header-search input {
		display: none;
	}
}


@media (max-width: 1024px) {
	.header-search a {
		width: 26px;
		height: 26px;
		border: 1px solid #ccc;
		border-radius: 3px;
	}
}

.header-more a {
	display: inline-block;
	font-size: 12px;
	color: #333;
	line-height: 24px;
	vertical-align: top;
}


@media (max-width: 1024px) {
	.header-more .wx {
		display: none;
	}
}

.header-more .wx:hover {
	background-color: #eee;
}

.header-more .oa {
	float: left;
	width: 62px;
	margin-left: 5px;
	border: 1px solid #ccc;
	border-radius: 20px;
	text-align: center;
	text-transform: uppercase;
	transition: all .3s;
}

@media (max-width: 1024px) {
	.header-more .oa {
		width: 46px;
		padding: 0 10px;
		line-height: 1;
		border-radius: 3px;
	}
}

@media (max-width: 767px) {
	.header-more .oa {
		display: none;
	}
}

.header-more .oa:hover {
	background-color: #1f529f;
	color: #fff;
}


/* Nav */

@media (max-width: 1024px) {
	.navbar {
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background: rgba(0, 0, 0, 0.5);
		z-index: 1;
	}
	.navbar.cy-active .nav {
		left: 60%;
		white-space: normal;
	}
}

@media (max-width: 575px) {
	.navbar.cy-active .nav {
		left: 0;
	}
}

.nav {
	float: left;
}

@media (max-width: 1024px) {
	.nav {
		position: fixed;
		top: 0;
		left: 100%;
		right: 0;
		bottom: 0;
		float: none;
		padding-top: 60px;
		padding-bottom: 60px;
		background: #fff;
		overflow-x: hidden;
		overflow-y: auto;
		white-space: nowrap;
	}
}

@media (max-width: 767px) {
	.nav {
		padding-top: 50px;
		padding-bottom: 50px;
	}
}

.nav>li {
	position: relative;
	float: left;
	color: #333;
	text-align: center;
}

@media (max-width: 1024px) {
	.nav>li {
		width: 100%;
	}
}

.nav>li>a {
	position: relative;
	display: block;
	margin: 36px 10px 28px;
	font-size: 18px;
	line-height: 26px;
}

@media (max-width: 1600px) {
	.nav>li>a {
		font-size: 16px;
	}
}

@media (max-width: 1280px) {
	.nav>li>a {
		font-size: 15px;
		margin: 30px 6px 22px;
		line-height: 20px;
	}
}

@media (max-width: 1024px) {
	.nav>li>a {
		margin: 0;
		font-weight: bold;
		line-height: 50px;
		overflow: hidden;
	}
	.nav>li>a:before {
		content: '';
		position: absolute;
		left: 0;
		bottom: 0;
		width: 100%;
		height: 3px;
		margin-bottom: -3px;
		background: #f46f36;
		transition: all .3s;
	}
}

@media (max-width: 1024px) {
	.nav>li>a {
		font-size: 14px;
		line-height: 40px;
	}
	.nav>li>a:before {
		height: 2px;
		margin-bottom: -2px;
	}
}

@media (max-width: 575px) {
	.nav>li>a {
		line-height: 36px;
	}
}

@media (max-width: 375px) {
	.nav>li>a {
		font-size: 13px;
	}
}

.nav>li:before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 3px;
	margin-bottom: -3px;
	background: #f46f36;
	opacity: 0;
	visibility: hidden;
	transition: all .3s;
}

@media (max-width: 1024px) {
	.nav>li:before {
		content: none;
	}
}

.nav>li.cy-active:before,
.nav>li:hover:before {
	margin-bottom: 0;
	opacity: 1;
	visibility: visible;
}

.nav>li.cy-active>a,
.nav>li:hover>a {
	color: #2449a4;
}

@media (max-width: 1024px) {
	.nav>li.cy-active>a:before {
		margin-bottom: 0;
	}
}

.nav .is-sub:before {
	bottom: 10px;
	margin-bottom: auto;
	transform: scale(0.8, 1);
	transition-duration: .3s;
}

.nav .is-sub:hover:before {
	bottom: 0;
	transform: none;
	transition-duration: .5s;
}

.nav .is-sub:hover .sub-nav {
	margin-top: 0;
	opacity: 1;
	visibility: visible;
	transition-duration: .5s;
}

.nav .is-sub.cy-active:before {
	bottom: 0;
	transform: none;
}


/* Sub-nav */

.sub-nav {
	position: absolute;
	top: 100%;
	width: 100%;
	margin-top: 15px;
	padding-top: 12px;
	padding-bottom: 12px;
	background: #fff;
	border: 1px solid #edf3fa;
	opacity: 0;
	visibility: hidden;
	transition: all .3s;
}

@media (max-width: 1280px) {
	.sub-nav {
		padding-top: 8px;
		padding-bottom: 8px;
	}
}

@media (max-width: 1024px) {
	.sub-nav {
		display: none;
		position: static;
		top: auto;
		margin-top: 0;
		padding-top: 0;
		padding-bottom: 0;
		border: 0 none;
		opacity: 1;
		visibility: visible;
		transition: none;
	}
}

.sub-nav li {
	position: relative;
	margin-left: -1px;
	margin-right: -1px;
	z-index: 1;
}

.sub-nav li:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #2449a4;
	border: 1px solid #3859ac;
	transform: scale(1, 0);
	transition: transform .38s;
}

.no-csstransitions .sub-nav li:before {
	content: none;
}

.no-csstransitions .sub-nav li:hover:before {
	content: '';
}

.sub-nav li:hover:before {
	transform: none;
}

.sub-nav li:hover a {
	color: #fff;
}

.sub-nav a {
	position: relative;
	display: block;
	line-height: 32px;
	transition: all .3s;
}

@media (max-width: 1280px) {
	.sub-nav a {
		line-height: 28px;
	}
}

@media (max-width: 1024px) {
	.sub-nav a {
		line-height: 40px;
	}
}

@media (max-width: 767px) {
	.sub-nav a {
		line-height: 36px;
	}
}

@media (max-width: 575px) {
	.sub-nav a {
		line-height: 36px;
	}
}

.nav-btn {
	display: none;
}

@media (max-width: 1024px) {
	.nav-btn {
		position: relative;
		display: block;
		float: right;
		width: 32px;
		height: 32px;
		margin-top: 14px;
		margin-left: 15px;
		overflow: hidden;
		z-index: 2;
	}
}

@media (max-width: 767px) {
	.nav-btn {
		width: 26px;
		height: 26px;
		margin-top: 14px;
		margin-left: 12px;
	}
}

.nav-btn span {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	display: block;
	height: 4px;
	background: #2449a4;
	transition: all .5s;
}

.nav-btn .nb1 {
	margin-top: -8px;
}

.nav-btn .nb2 {
	margin-top: 4px;
}

.nav-btn.cy-active {
	position: fixed;
	top: 0;
	right: 5%;
}

.nav-btn.cy-active span {
	margin-top: -2px;
}

.nav-btn.cy-active .nb1 {
	animation: nb1 .8s;
	transform: rotate(-225deg);
}

.nav-btn.cy-active .nb2 {
	animation: nb2 .8s;
	transform: rotate(225deg);
}

@keyframes nb1 {
	0% {
		margin-top: -8px;
		transform: none;
	}
	50% {
		margin-top: -8px;
		transform: translate(-110%, 0);
	}
	55% {
		margin-top: -2px;
		transform: translate(-100%, 32px) rotate(-45deg);
	}
	100% {
		transform: rotate(-45deg);
	}
}

@keyframes nb2 {
	0% {
		margin-top: 4px;
		transform: none;
	}
	50% {
		margin-top: 4px;
		transform: translate(110%, 0);
	}
	55% {
		margin-top: -2px;
		transform: translate(100%, 32px) rotate(45deg);
	}
	100% {
		transform: rotate(45deg);
	}
}


/* -----*****----- Footer Content -----*****----- */

.footer {
	background: #666;
	color: #fff;
}

.foot-info {
	padding-top: 64px;
	padding-bottom: 64px;
	transition: all .38s;
}

@media (max-width: 1024px) {
	.foot-info {
		padding-top: 46px;
		padding-bottom: 46px;
	}
}

@media (max-width: 767px) {
	.foot-info {
		padding-top: 32px;
		padding-bottom: 32px;
	}
}

@media (max-width: 575px) {
	.foot-info {
		padding-top: 26px;
		padding-bottom: 26px;
	}
}

.foot-info .left {
	float: left;
}

@media (max-width: 1280px) {
	.foot-info .left {
		float: none;
		width: 100%;
	}
}

.foot-info .right {
	float: right;
}

@media (max-width: 1280px) {
	.foot-info .right {
		float: none;
		width: 100%;
		margin-top: 30px;
	}
}

@media (max-width: 1024px) {
	.foot-info .right {
		margin-top: 20px;
	}
}

.foot-info .follow li {
	position: relative;
	float: left;
	margin-left: 12px;
	line-height: 26px;
}

.foot-info .follow li:first-child {
	margin-left: 0;
}

.foot-info .follow a {
	display: inline-block;
	width: 26px;
	height: 26px;
	background: #545353 no-repeat center center;
	border-radius: 50%;
	vertical-align: middle;
	transition: all .2s;
}

.foot-info .follow a:hover {
	background-color: #c41515;
}



.foot-info .follow .wx-2wm {
	position: absolute;
	left: 50%;
	bottom: 100%;
	width: 160px;
	height: 160px;
	margin-bottom: 20px;
	margin-left: -80px;
	padding: 10px;
	background: #eee;
	border-radius: 5px;
	opacity: 0;
	visibility: hidden;
	transition: all .5s;
}

.foot-info .follow .wx-2wm:before {
	content: '';
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -5px;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #eee;
}

.foot-info .follow li:hover .wx-2wm {
	margin-bottom: 10px;
	opacity: 1;
	visibility: visible;
}

.foot-contact {
	margin-bottom: 32px;
}

@media (max-width: 1024px) {
	.foot-contact {
		margin-bottom: 10px;
	}
}

.foot-contact li {
	float: left;
	margin-left: 48px;
}

@media (max-width: 1024px) {
	.foot-contact li {
		width: 100%;
		margin-left: 0;
		margin-bottom: 10px;
	}
}

.foot-contact li:first-child {
	margin-left: 0;
}

.foot-contact li:hover {
	color: #ccc;
}

.foot-contact li span {
	display: inline-block;
	float: left;
	width: 21px;
	height: 21px;
	margin-right: 8px;
	background: no-repeat center;
	vertical-align: top;
}


.friendlink {
	position: relative;
}

.friendlink>a {
	position: relative;
	display: inline-block;
	width: 200px;
	padding-left: 20px;
	padding-right: 20px;
	line-height: 34px;
	background: inherit;
	border: 1px solid #fff;
	z-index: 1;
}

@media (max-width: 1024px) {
	.friendlink>a {
		line-height: 30px;
	}
}

@media (max-width: 575px) {
	.friendlink>a {
		width: 180px;
		line-height: 24px;
	}
}

.friendlink>a:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #999;
	transform: scale(1, 0);
	transition: all .38s;
	z-index: -1;
}

.no-csstransforms .friendlink>a:before {
	visibility: hidden;
}

.friendlink>a:hover:before {
	transform: scale(1, 1);
}

.no-csstransforms .friendlink>a:hover:before {
	visibility: visible;
}

.friendlink>a:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 15px;
	margin-top: -3px;
	border: 6px solid transparent;
	border-top: none;
	border-bottom-color: #fff;
	transition: all .38s;
	z-index: 1;
}

.friendlink>a.cy-active:before {
	transform: scale(1, 1);
}

.no-csstransforms .friendlink>a.cy-active:before {
	visibility: visible;
}

.friendlink>a.cy-active:after {
	border-top: 6px solid #fff;
	border-bottom: none;
}

.link-menu {
	display: none;
	position: absolute;
	left: 0;
	bottom: 100%;
	width: 200px;
	max-height: calc(10.8em + 10px);
	margin-bottom: -1px;
	padding-top: 5px;
	padding-bottom: 5px;
	background: #999;
	border: 1px solid #fff;
	overflow-y: auto;
}

@media (max-width: 575px) {
	.link-menu {
		width: 180px;
	}
}

.no-csscalc .link-menu {
	max-height: 12em;
	padding-top: .6em;
	padding-bottom: .6em;
}

.link-menu a {
	position: relative;
	display: block;
	padding-left: 20px;
	padding-right: 20px;
	line-height: 1.8;
	z-index: 1;
}

.link-menu a:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #ccc;
	transform: scale(1, 0);
	transition: all .3s;
	z-index: -1;
}

.no-csstransforms .link-menu a:before {
	visibility: hidden;
}

.link-menu a:hover:before {
	transform: none;
}

.no-csstransforms .link-menu a:hover:before {
	visibility: visible;
}

.copyright {
	padding-top: 36px;
	padding-bottom: 42px;
	border-top: 1px solid #787878;
	transition: all .38s;
}

@media (max-width: 1024px) {
	.copyright {
		padding-top: 32px;
		padding-bottom: 36px;
	}
}

@media (max-width: 767px) {
	.copyright {
		padding-top: 26px;
		padding-bottom: 30px;
	}
}

@media (max-width: 575px) {
	.copyright {
		padding-top: 18px;
		padding-bottom: 20px;
	}
}

.copyright .links {
	float: left;
}

@media (max-width: 1281px) {
	.copyright .links {
		float: none;
		width: 100%;
		margin-bottom: 10px;
	}
	.copyright .links:before,
	.copyright .links:after {
		display: table;
		content: "";
		line-height: 0px;
	}
	.copyright .links:after {
		clear: both;
	}
}

@media (max-width: 1024px) {
	.copyright .links {
		float: none;
		width: 100%;
		margin-bottom: 20px;
		text-align: center;
	}
}

@media (max-width: 575px) {
	.copyright .links {
		margin-bottom: 12px;
	}
}

.copyright .links li {
	position: relative;
	float: left;
	margin-left: 1em;
	padding-left: 1em;
}

@media (max-width: 1024px) {
	.copyright .links li {
		display: inline-block;
		float: none;
	}
}

.copyright .links li:before {
	content: '';
	position: absolute;
	top: 16%;
	left: 0;
	width: 1px;
	height: 68%;
	background: #999;
}

.copyright .links li:first-child {
	margin-left: 0;
	padding-left: 0;
}

.copyright .links li:first-child:before {
	content: none;
}

.copyright .links li a {
	transition: all .16s;
}

.copyright .links li a:hover {
	color: #ccc;
}

.copyright .info {
	float: right;
}

@media (max-width: 1281px) {
	.copyright .info {
		float: none;
		width: 100%;
	}
}

@media (max-width: 1024px) {
	.copyright .info {
		float: none;
		width: 100%;
		text-align: center;
	}
}

.copyright .info span {
	display: inline-block;
	margin-right: 10px;
}

.copyright .info span a:hover {
	color: #1b78b8;
}

.copyright .info i {
	display: inline-block;
}

.copyright .info i a:hover {
	color: #1b78b8;
}

.copyright .info a {
	transition: all .16s;
}


/* -----*****----- Common Content -----*****----- */


/* To Top */

.to-top {
	position: fixed;
	right: 20px;
	bottom: 5%;
	z-index: 3000;
}

.to-top a {
	position: relative;
	display: block;
	width: 41px;
	height: 41px;
	margin-top: 1px;
	background: #2449a4 no-repeat center center;
	vertical-align: top;
	transition: all .3s;
}

.to-top a span {
	position: absolute;
	top: 0;
	right: 100%;
	height: 100%;
	margin-right: 20px;
	padding: 0 10px;
	line-height: 41px;
	color: #fff;
	background: #f46f36;
	white-space: nowrap;
	opacity: 0;
	visibility: hidden;
	transition: all .38s;
}

.to-top a:hover {
	background-color: #f46f36;
}

.to-top a:hover span {
	margin-right: 0;
	opacity: 1;
	visibility: visible;
}


.fixed-wx-mark {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .5);
	z-index: 1000;
}

.fixed-wx {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	width: 240px;
	height: 260px;
	margin-top: -130px;
	margin-left: -120px;
	padding: 10px;
	background: #fff;
	text-align: center;
	z-index: 1100;
}

.fixed-wx p {
	line-height: 30px;
	margin-bottom: 0;
}

.fixed-wx img {
	width: 100%;
}


/* Di Bu Hui Tiao */

.ipc-ht {
	margin-top: 5%;
	height: 10px;
	background: #dedede;
}


/* ***** Inside Pages Common ***** */


/* IPC Banner */

.ipc {
	overflow: hidden;
}

.ipc .ipc-2 {
	width: 50%;
}

.ipc .ipc-3 {
	width: 33.33%;
}

.ipc .ipc-4 {
	width: 25%;
}

.ipc .ipc-5 {
	width: 20%;
}

.ipc .ipc-6 {
	width: 16.6667%;
}

.ipc-banner {
	position: relative;
}

.ipc-banner figcaption {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 12%;
	font-size: 34px;
	line-height: 1.2;
	color: #fff;
	z-index: 2;
}

@media (min-width: 1600px) {
	.ipc-banner figcaption {
		font-size: 38px;
	}
}

@media (max-width: 1024px) {
	.ipc-banner figcaption {
		font-size: 28px;
	}
}

@media (max-width: 767px) {
	.ipc-banner figcaption {
		font-size: 22px;
	}
}

@media (max-width: 575px) {
	.ipc-banner figcaption {
		font-size: 18px;
	}
}

@media (max-width: 375px) {
	.ipc-banner figcaption {
		font-size: 16px;
	}
}

.ipc-banner .cy-content {
	padding-left: .4em;
}

.ipc-banner .cy-content:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 1px;
	height: 100%;
	background: #fff;
}

@media (max-width: 575px) {
	.ipc-banner .cy-content {
		padding-left: 5%;
	}
	.ipc-banner .cy-content:before {
		content: none;
	}
}

.ipc-banner h2 {
	font-size: 1.2em;
	display: table;
	margin-bottom: 0;
}

.ipc-banner small {
	display: table;
	font-family: "Title Small";
	text-transform: capitalize;
}


.no-backgroundsize .ipc-banner .mark {
	display: none;
}


.ipc-nav {
	position: relative;
	background: #fff;
}

.ipc-nav .nav-list.cy-fixed {
	position: fixed;
	left: 0;
	right: 0;
	z-index: 3000;
}

.ipc-nav .nav-list.cy-fixed .nav-item {
	font-size: 15px;
	line-height: 2;
}

@media (max-width: 767px) {
	.ipc-nav .nav-list.cy-fixed .nav-item {
		font-size: 12px;
	}
}

.ipc-nav .nav-item {
	position: relative;
	float: left;
	text-align: center;
	font-size: 16px;
	line-height: 3.5;
	background: #898989;
	color: #fff !important;
	transition: all .3s;
}


@media (max-width: 1024px) {
	.ipc-nav .nav-item {
		font-size: 15px;
		line-height: 3;
	}
}

.nav-list{
	display: flex;
}
.nav-list li{
	flex: 1;
}


@media (max-width: 767px) {
	.ipc-nav .nav-item {
		font-size: 14px;
		line-height: 2.5;
	}
}

@media (max-width: 575px) {
	.ipc-nav .nav-item {
		font-size: 13px;
		line-height: 2;
	}
}

.ipc-nav .nav-item.cy-active {
	background: #77ad1c;
}

.ipc-nav .nav-item.cy-active span:before,
.ipc-nav .nav-item.cy-active span:after {
	width: 1.3em;
	opacity: 1;
	visibility: visible;
}

@media (max-width: 1024px) {
	.ipc-nav .nav-item.cy-active span:before,
	.ipc-nav .nav-item.cy-active span:after {
		width: 1em;
	}
}

.ipc-nav .nav-item:hover span:before,
.ipc-nav .nav-item:hover span:after {
	width: 1.3em;
	opacity: 1;
	visibility: visible;
}

.ipc-nav .nav-item:first-child:before {
	content: none;
}

.ipc-nav .nav-item:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 1px;
	background: #b3b3b3;
}
.nfooter_03{display: none}
.ipc-nav .nav-item a {
	display: block;
	font-size: 16px !important;
	color: #fff !important;
}

.ipc-nav .nav-item span {
	position: relative;
}

.ipc-nav .nav-item span:before,
.ipc-nav .nav-item span:after {
	content: '';
	position: absolute;
	top: 50%;
	width: 0;
	height: 1px;
	background: #fff;
	opacity: 0;
	visibility: hidden;
	transition: all .5s;
}

@media (max-width: 767px) {
	.ipc-nav .nav-item span:before,
	.ipc-nav .nav-item span:after {
		content: none;
	}
}

.ipc-nav .nav-item span:before {
	left: 115%;
}

.ipc-nav .nav-item span:after {
	right: 115%;
}


/* Turn Pages */

.ipc-pages {
	margin-top: 3%;
}

@media (max-width: 767px) {
	.ipc-pages {
		margin-top: 5%;
	}
}

.ipc-pages .cy-content {
	font-size: 16px;
	background: #2449a4;
	color: #fff;
	text-align: center;
}

@media (max-width: 1024px) {
	.ipc-pages .cy-content {
		font-size: 15px;
	}
}

@media (max-width: 767px) {
	.ipc-pages .cy-content {
		font-size: 14px;
	}
}

@media (max-width: 575px) {
	.ipc-pages .cy-content {
		font-size: 13px;
	}
}

.ipc-pages .pages-prev,
.ipc-pages .pages-next {
	position: relative;
	display: inline-block;
	vertical-align: top;
	z-index: 1;
}

.ipc-pages .pages-prev span,
.ipc-pages .pages-next span {
	display: block;
	width: 100px;
	height: 60px;
	background: no-repeat center center;
}

@media (max-width: 1280px) {
	.ipc-pages .pages-prev span,
	.ipc-pages .pages-next span {
		width: 90px;
		height: 50px;
	}
}

@media (max-width: 1024px) {
	.ipc-pages .pages-prev span,
	.ipc-pages .pages-next span {
		width: 80px;
		height: 40px;
	}
}

@media (max-width: 767px) {
	.ipc-pages .pages-prev span,
	.ipc-pages .pages-next span {
		width: 64px;
		height: 32px;
	}
}

@media (max-width: 575px) {
	.ipc-pages .pages-prev span,
	.ipc-pages .pages-next span {
		width: 50px;
	}
}

.ipc-pages .pages-prev:before,
.ipc-pages .pages-next:before {
	content: '';
	position: absolute;
	top: 0;
	width: 0;
	height: 100%;
	background: #f46f36;
	transition: all .3s;
	z-index: -1;
}

.ipc-pages .pages-prev:hover:before,
.ipc-pages .pages-next:hover:before {
	width: 100%;
}

.ipc-pages .pages-prev {
	float: left;
}


.ipc-pages .pages-prev:before {
	left: 0;
}

.ipc-pages .pages-next {
	float: right;
}


.ipc-pages .pages-next:before {
	right: 0;
}

.ipc-pages .pages {
	margin-top: 18px;
	line-height: 24px;
}

@media (max-width: 1280px) {
	.ipc-pages .pages {
		margin-top: 15px;
		line-height: 20px;
	}
}

@media (max-width: 1024px) {
	.ipc-pages .pages {
		margin-top: 11px;
		line-height: 18px;
	}
}

@media (max-width: 767px) {
	.ipc-pages .pages {
		margin-top: 7px;
	}
}

@media (max-width: 575px) {
	.ipc-pages .pages {
		margin-top: 8px;
		line-height: 16px;
	}
}

.ipc-pages .pages a {
	display: inline-block;
	margin: 0 3px;
	padding: 0 5px;
}

@media (max-width: 767px) {
	.ipc-pages .pages a {
		padding: 0 3px;
	}
}

.ipc-pages .pages a.cy-active {
	background: #f46f36;
}


/* Inside Pages News Content */

.ipc-news .ipc-banner {
	height: 130px;
}

.ipc-news img {
	width: auto;
	height: 100%;
}

.ipc-news figcaption {
	bottom: 30px;
}

.ipc-news .cy-content {
	padding-left: 0;
}

@media (max-width: 575px) {
	.ipc-news .cy-content {
		padding-left: 5%;
	}
}

.ipc-news .cy-content:before {
	content: none;
}

.ipc-news h2 {
	font-size: .8em;
	font-weight: normal;
}

@media (max-width: 767px) {
	.ipc-news h2 {
		line-height: 24px;
	}
}

@media (max-width: 575px) {
	.ipc-news h2 {
		font-size: 1em;
	}
}

.ipc-news .nc-back {
	display: inline-block;
	float: right;
	margin-top: 2px;
	padding: 0 1em;
	font-size: 14px;
	line-height: 2;
	border: 1px solid #fff;
	vertical-align: bottom;
}

@media (min-width: 1600px) {
	.ipc-news .nc-back {
		margin-top: 6px;
	}
}

@media (max-width: 1024px) {
	.ipc-news .nc-back {
		margin-top: 1px;
		padding: 0 .5em;
		line-height: 22px;
	}
}

@media (max-width: 767px) {
	.ipc-news .nc-back {
		line-height: 20px;
	}
}

.ipc-news .nc-back:before {
	content: '<<';
}

@media (max-width: 767px) {
	.ipc-news .nc-back:before {
		content: none;
	}
}


/* Turn Pages News Content */

.ipc-pages-cont {
	margin-top: 1em;
	text-align: center;
}

.ipc-pages-cont .cy-content {
	padding-top: 2%;
	border-top: 1px solid #999;
}

@media (max-width: 767px) {
	.ipc-pages-cont .cy-content {
		padding-top: 3%;
	}
}

@media (max-width: 575px) {
	.ipc-pages-cont .cy-content {
		padding-top: 5%;
	}
}

.ipc-pages-cont a {
	position: relative;
	display: inline-block;
	padding: 0 1em;
	line-height: 2;
	border: 1px solid #999;
	vertical-align: top;
	transition: all .3s;
	z-index: 1;
}

.ipc-pages-cont a:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #f46f36;
	transform: scale(1, 0);
	transition: all .3s;
	z-index: -1;
}

.no-csstransforms .ipc-pages-cont a:before {
	visibility: hidden;
}

.ipc-pages-cont a:hover {
	color: #fff;
	border-color: #f46f36;
}

.ipc-pages-cont a:hover:before {
	transform: none;
}

.no-csstransforms .ipc-pages-cont a:hover:before {
	visibility: visible;
}

.ipc-pages-cont .pages-prev {
	float: left;
}

.ipc-pages-cont .pages-next {
	float: right;
}


/* -----*****----- Home Content -----*****----- */


/* Banner */

.hm-banner {
	position: relative;
	overflow: hidden;
}

.hm-banner .carousel-item {
	position: relative;
	overflow: hidden;
	width: 100%;
}

.hm-banner .carousel-item .bimg {
	width: 100%;
	position: absolute;
	display: block;
	transition: transform 5s;
}

@media (max-width: 1024px) {
	.hm-banner .carousel-item .bimg {
		position: relative;
	}
}


@media (max-width: 1280px) {
	.hm-banner .carousel-item .text {
		transform: scale(0.9);
	}
}

@media (max-width: 1024px) {
	.hm-banner .carousel-item .text {
		transform: scale(0.8);
	}
}

@media (max-width: 767px) {
	.hm-banner .carousel-item .text {
		width: 336px;
		height: 32px;
		margin-bottom: -16px;
		margin-left: -168px;
		background-size: 100% 100%;
	}
}

.hm-banner .carousel-item.cy-action img {
	transform: scale(1.1);
	transition-delay: 0s;
}

@media (max-width: 767px) {
	.hm-banner .carousel-item.cy-action img {
		transform: none;
	}
}

.hm-banner .yw {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.5);
}

.no-rgba .hm-banner .yw {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f000000, endColorstr=#7f000000);
	z-index: 1100;
}

@media (max-width: 767px) {
	.hm-banner .yw {
		position: static;
		left: auto;
		right: auto;
		bottom: auto;
		background: none;
	}
	.hm-banner .yw .cy-container {
		padding: 0;
		width: 100%;
	}
}

.hm-banner .yw-item {
	position: relative;
	display: block;
	float: left;
	width: 25%;
	padding-top: 30px;
	padding-bottom: 30px;
	color: #fff;
	text-align: center;
	background-size: 100% 100%;
	transition: all .5s;
	z-index: 1;
}

.hm-banner .yw-item .bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: no-repeat center center;
	opacity: 0;
	visibility: hidden;
	transition: all .5s;
	z-index: -1;
}

@media (max-width: 767px) {
	.hm-banner .yw-item .bg {
		opacity: 1;
		visibility: visible;
	}
}

.hm-banner .yw-item:hover {
	margin-top: -24px;
	padding-top: 42px;
	padding-bottom: 42px;
}

.no-csstransforms .hm-banner .yw-item:hover {
	margin-top: 0;
	padding-top: 30px;
	padding-bottom: 30px;
}

.hm-banner .yw-item:hover .bg {
	opacity: 1;
	visibility: visible;
}

.hm-banner .yw-item:hover .cy-en {
	color: #fff;
}

@media (min-width: 1600px) {
	.hm-banner .yw-item {
		padding-top: 36px;
		padding-bottom: 36px;
	}
	.hm-banner .yw-item:hover {
		margin-top: -72px;
		padding-top: 72px;
		padding-bottom: 72px;
	}
}

@media (max-width: 1280px) {
	.hm-banner .yw-item {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.hm-banner .yw-item:hover {
		margin-top: 0;
		padding-top: 20px;
		padding-bottom: 20px;
	}
}

@media (max-width: 1024px) {
	.hm-banner .yw-item {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.hm-banner .yw-item:hover {
		padding-top: 10px;
		padding-bottom: 10px;
	}
}

@media (max-width: 767px) {
	.hm-banner .yw-item {
		padding-top: 0;
	}
	.hm-banner .yw-item:hover {
		padding-top: 0;
	}
}


.hm-banner .icon {
	display: inline-block;
	width: 56px;
	height: 46px;
	background: no-repeat center center;
	vertical-align: top;
	transition: all .5s;
}

@media (max-width: 1024px) {
	.hm-banner .icon {
		transform: scale(0.68);
	}
}

.hm-banner .desc {
	display: inline-block;
	margin-left: 10px;
	text-align: left;
	vertical-align: top;
}

@media (max-width: 1280px) {
	.hm-banner .desc {
		display: block;
		margin-top: 12px;
		margin-left: 0;
		text-align: center;
	}
}

@media (max-width: 1024px) {
	.hm-banner .desc {
		margin-top: 0;
	}
}

.hm-banner .desc i {
	display: block;
	font-size: 18px;
	line-height: 26px;
}

@media (max-width: 1280px) {
	.hm-banner .desc i {
		font-size: 15px;
		line-height: normal;
	}
}

@media (max-width: 767px) {
	.hm-banner .desc i {
		font-size: 13px;
	}
}

.hm-banner .desc .cy-en {
	font-size: 12px;
	color: #999;
	line-height: 20px;
	text-transform: capitalize;
	transition: all .5s;
}

@media (max-width: 1280px) {
	.hm-banner .desc .cy-en {
		line-height: normal;
	}
}

@media (max-width: 1024px) {
	.hm-banner .desc .cy-en {
		display: none;
	}
}


/* Home Common */

.hm-title {
	padding-top: 1px;
	padding-bottom: 1px;
}

.hm-title h3 {
	position: relative;
	margin-top: 1em;
	margin-bottom: 1em;
	font-size: 20px;
	font-weight: normal;
	line-height: 1;
	color: #2347a3;
}

@media (max-width: 1280px) {
	.hm-title h3 {
		font-size: 18px;
	}
}

@media (max-width: 767px) {
	.hm-title h3 {
		margin-top: 10px;
		margin-bottom: 10px;
		font-size: 16px;
	}
}

@media (max-width: 575px) {
	.hm-title h3 {
		font-size: 15px;
	}
}

.hm-title h3:before {
	content: '';
	display: inline-block;
	width: 12px;
	height: 1em;
	margin-right: 5px;
	border: 2px solid #2449a4;
	vertical-align: top;
}

.hm-title h3 small {
	color: #ccc;
	font-style: italic;
	text-transform: uppercase;
}

.hm-title h3 .hm-title-more {
	top: 2px;
}

@media (max-width: 1024px) {
	.hm-title h3 .hm-title-more {
		top: 1px;
	}
}

@media (max-width: 575px) {
	.hm-title h3 .hm-title-more {
		display: none;
	}
}

.hm-title h3 .hm-title-more:hover {
	transform: none;
}

.hm-jh,
.hm-title h3 .hm-title-more,
.hm-news .news-item .news-more,
.hm-news .events-more {
	position: relative;
	float: right;
	width: 16px;
	height: 16px;
	transform: rotate(-180deg);
	transition: all .5s;
}

.hm-jh:before,
.hm-title h3 .hm-title-more:before,
.hm-news .news-item .news-more:before,
.hm-news .events-more:before {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	width: 2px;
	height: 100%;
	margin-left: -1px;
	background: #99a1b4;
}

.hm-jh:after,
.hm-title h3 .hm-title-more:after,
.hm-news .news-item .news-more:after,
.hm-news .events-more:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 2px;
	margin-top: -1px;
	background: #99a1b4;
}


/* News Center */

.hm-news {
	margin-top: 50px;
	overflow: hidden;
}

.hm-news .cy-container {
	overflow: hidden;
}

@media (max-width: 1280px) {
	.hm-news {
		margin-top: 36px;
	}
}

@media (max-width: 1024px) {
	.hm-news {
		margin-top: 30px;
	}
}

@media (max-width: 767px) {
	.hm-news {
		margin-top: 20px;
	}
}

@media (max-width: 575px) {
	.hm-news {
		margin-top: 5%;
	}
}

.hm-news .left {
	float: left;
	width: 66.67%;
}

@media (max-width: 1024px) {
	.hm-news .left {
		width: 100%;
	}
}

.hm-news .right {
	float: right;
	width: 33.33%;
}

@media (max-width: 1024px) {
	.hm-news .right {
		width: 100%;
		margin-top: 15px;
	}
}

@media (max-width: 767px) {
	.hm-news .right {
		margin-top: 10px;
	}
}

.hm-news .news-tools {
	position: relative;
	float: right;
	margin-top: 20px;
	margin-right: 32px;
	z-index: 1;
}

@media (max-width: 1280px) {
	.hm-news .news-tools {
		margin-top: 18px;
		margin-right: 20px;
	}
}

@media (max-width: 767px) {
	.hm-news .news-tools {
		margin-top: 9px;
	}
}

@media (max-width: 575px) {
	.hm-news .news-tools {
		margin-top: 8px;
	}
}

.hm-news .news-tools a {
	transition: all .2s;
}

.hm-news .news-tools a:hover {
	color: #2449a4;
}

.hm-news .news-tools .news-change {
	margin-left: 5px;
}

.hm-news .news-list,
.hm-news .events-cont {
	border: 1px solid #c8c8c8;
	height: 380px;
}

@media (min-width: 1600px) {
	.hm-news .news-list,
	.hm-news .events-cont {
		height: 420px;
	}
}

@media (max-width: 1280px) {
	.hm-news .news-list,
	.hm-news .events-cont {
		height: 335px;
	}
}

@media (max-width: 1024px) {
	.hm-news .news-list,
	.hm-news .events-cont {
		height: auto;
	}
}

@media (max-width: 575px) {
	.hm-news .news-list,
	.hm-news .events-cont {
		border: 0 none;
	}
}

.hm-news .news-item {
	float: left;
	width: 50%;
	height: 100%;
	border-left: 1px solid #c8c8c8;
}

@media (max-width: 575px) {
	.hm-news .news-item {
		width: 100%;
		margin-top: 10px;
		border: 0 none;
		background: #eee;
	}
}

.hm-news .news-item:first-child {
	border-left-color: transparent;
}

.hm-news .news-item a {
	display: block;
	margin: 30px;
}

@media (max-width: 1280px) {
	.hm-news .news-item a {
		margin: 20px;
	}
}

@media (max-width: 767px) {
	.hm-news .news-item a {
		margin: 12px;
	}
}

@media (max-width: 575px) {
	.hm-news .news-item a {
		margin: 0;
	}
}

.hm-news .news-item img {
	transform-origin: bottom center;
}

.hm-news .news-item h4 {
	margin-bottom: 1em;
	font-size: 18px;
	font-weight: normal;
	color: #333;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	transition: all .5s;
}

@media (max-width: 1024px) {
	.hm-news .news-item h4 {
		font-size: 15px;
	}
}

@media (max-width: 767px) {
	.hm-news .news-item h4 {
		font-size: 14px;
	}
}

@media (max-width: 575px) {
	.hm-news .news-item h4 {
		margin-left: 5%;
		margin-right: 5%;
	}
}

.hm-news .news-item p {
	height: 3.6em;
	margin-bottom: 2em;
	line-height: 1.8;
	overflow: hidden;
}

@media (max-width: 575px) {
	.hm-news .news-item p {
		display: none;
	}
}

.hm-news .news-item .info {
	font-size: 12px;
	line-height: 2;
}

@media (max-width: 575px) {
	.hm-news .news-item .info {
		display: none;
	}
}

.hm-news .news-item .news-source {
	position: relative;
	display: inline-block;
	padding: 0 10px;
	color: #fff;
	z-index: 1;
}

.hm-news .news-item .news-source:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(51, 51, 51, 0.1);
	transform: scale(1, 0);
	transition: all .5s;
	z-index: -1;
}

.hm-news .news-item .news-jt {
	background: #637dbe;
}

.hm-news .news-item .news-zgs {
	background: #f46f36;
}

.hm-news .news-item .news-date {
	margin-left: 2em;
}

@media (max-width: 767px) {
	.hm-news .news-item .news-date {
		margin-left: 1em;
	}
}

.hm-news .news-item .news-more {
	top: 4px;
}

.hm-news .news-item:hover img {
	transform: scale(1.1);
}

.hm-news .news-item:hover h4 {
	color: #2449a4;
}

.hm-news .news-item:hover .news-source:before,
.hm-news .news-item:hover .news-more {
	transform: none;
}

.hm-news .events-title {
	font-size: 16px;
}

@media (max-width: 767px) {
	.hm-news .events-title {
		font-size: 15px;
	}
}

.hm-news .events-title li {
	position: relative;
	float: left;
	padding: 18px;
	cursor: pointer;
	transition: all .5s;
	z-index: 1;
}

@media (max-width: 1280px) {
	.hm-news .events-title li {
		padding-top: 15px;
		padding-bottom: 15px;
	}
}

@media (max-width: 767px) {
	.hm-news .events-title li {
		padding: 10px 15px;
	}
}

.hm-news .events-title li:before,
.hm-news .events-title li:after {
	content: '';
	position: absolute;
	opacity: 0;
	visibility: hidden;
	transition: all .5s;
}

.hm-news .events-title li:before {
	left: 0;
	right: 0;
	bottom: -3px;
	height: 4px;
	background: #a9b8dc;
}

.hm-news .events-title li:after {
	left: 50%;
	bottom: -9px;
	margin-left: -3px;
	border: 6px solid transparent;
	border-top-color: #a9b8dc;
	border-bottom: none;
}

.hm-news .events-title li.cy-active {
	color: #2449a4;
}

.hm-news .events-title li.cy-active:before,
.hm-news .events-title li.cy-active:after {
	opacity: 1;
	visibility: visible;
}

.hm-news .events-title li:hover {
	color: #2449a4;
}

.hm-news .events-more {
	top: 23px;
	right: 3px;
	display: inline-block;
}

@media (max-width: 1280px) {
	.hm-news .events-more {
		top: 20px;
	}
}

@media (max-width: 767px) {
	.hm-news .events-more {
		top: 13px;
	}
}

.hm-news .events-more:hover {
	transform: none;
}

.hm-news .events-cont {
	margin-left: -1px;
	padding-top: 9px;
	padding-bottom: 9px;
	overflow: hidden;
}

@media (max-width: 1280px) {
	.hm-news .events-cont {
		padding-top: 8px;
		padding-bottom: 5px;
	}
}

@media (max-width: 1024px) {
	.hm-news .events-cont {
		margin-left: 0;
		padding-top: 10px;
		padding-bottom: 10px;
	}
}

@media (max-width: 575px) {
	.hm-news .events-cont {
		border: 0 none;
	}
}

.hm-news .events-list {
	display: none;
	height: 100%;
	overflow: hidden;
	line-height: 36px;
}

.hm-news .events-list.cy-active {
	display: block;
}

@media (min-width: 1600px) {
	.hm-news .events-list {
		line-height: 40px;
	}
}

@media (max-width: 1280px) {
	.hm-news .events-list {
		line-height: 32px;
	}
}

@media (max-width: 575px) {
	.hm-news .events-list {
		height: 160px;
	}
}

.hm-news .events-item {
	position: relative;
	cursor: pointer;
	z-index: 1;
}

.hm-news .events-item:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #eee;
	transform: scale(1, 0);
	transition: all .5s;
	z-index: -1;
}

.no-csstransforms .hm-news .events-item:before {
	visibility: hidden;
}

.hm-news .events-item a {
	display: block;
	margin-left: 32px;
	margin-right: 32px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	transition: all .5s;
}

@media (max-width: 1280px) {
	.hm-news .events-item a {
		margin-left: 20px;
		margin-right: 15px;
	}
}

@media (max-width: 575px) {
	.hm-news .events-item a {
		margin-left: 5%;
		margin-right: 5%;
	}
}

.hm-news .events-item:hover:before {
	transform: none;
}

.no-csstransforms .hm-news .events-item:hover:before {
	visibility: visible;
}

.hm-news .events-item:hover a,
.hm-news .events-item:hover .events-date {
	color: #43589a;
}

.hm-news .events-date {
	float: left;
	margin-right: 20px;
	font-size: 12px;
	color: #999;
	transition: all .5s;
}

@media (max-width: 1280px) {
	.hm-news .events-date {
		margin-right: 15px;
	}
}


/* Zhe Shi What */

.hm-zhb {
	margin: 40px 0;
}

@media (max-width: 1280px) {
	.hm-zhb {
		margin-top: 36px;
		margin-bottom: 26px;
	}
}

@media (max-width: 767px) {
	.hm-zhb {
		margin-top: 26px;
		margin-bottom: 20px;
	}
}

@media (max-width: 575px) {
	.hm-zhb {
		display: none;
	}
}


/* P & W */

.hm-wp .cy-container {
	overflow: hidden;
}


/* Party Work */

.hm-work {
	float: left;
	width: 33.33%;
	padding-right: 20px;
}

@media (max-width: 1280px) {
	.hm-work {
		padding-right: 16px;
	}
}

@media (max-width: 1024px) {
	.hm-work {
		width: 100%;
		padding-right: 0;
	}
}

.hm-work .hm-title span {
	right: 20px;
}

.hm-work .work-cont {
	border: 1px solid #c8c8c8;
}

@media (max-width: 575px) {
	.hm-work .work-cont {
		border: 0 none;
	}
}

.hm-work .work-cont:hover img {
	transform: scale(1.1);
}

.hm-work .work-cont figure {
	height: 138px;
}

@media (min-width: 1600px) {
	.hm-work .work-cont figure {
		height: 158px;
	}
}

@media (max-width: 1280px) {
	.hm-work .work-cont figure {
		height: 108px;
	}
}

@media (max-width: 1024px) {
	.hm-work .work-cont figure {
		height: auto;
	}
}

.hm-work .work-cont figure img {
	height: 100%;
}

.hm-work .work-list {
	height: 210px;
	margin-top: 10px;
	margin-bottom: 20px;
	overflow: hidden;
}

@media (min-width: 1600px) {
	.hm-work .work-list {
		height: 230px;
	}
}

@media (max-width: 1280px) {
	.hm-work .work-list {
		height: 175px;
		margin-top: 6px;
		margin-bottom: 9px;
	}
}

@media (max-width: 575px) {
	.hm-work .work-list {
		margin-top: 10px;
		margin-bottom: 10px;
	}
}

.hm-work .work-item {
	position: relative;
	line-height: 41px;
	height: 41px;
	overflow: hidden;
	z-index: 1;
}

@media (min-width: 1600px) {
	.hm-work .work-item {
		line-height: 45px;
		height: 41px;
	}
}

@media (max-width: 1280px) {
	.hm-work .work-item {
		line-height: 34px;
		height: 34px;
	}
}

.hm-work .work-item:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #f3f3f3;
	transform: scale(1, 0);
	transition: all .5s;
	z-index: -1;
}

.no-csstransforms .hm-work .work-item:before {
	visibility: hidden;
}

.hm-work .work-item:hover:before {
	transform: none;
}

.no-csstransforms .hm-work .work-item:hover:before {
	visibility: visible;
}

.hm-work .work-item:hover a,
.hm-work .work-item:hover .work-date {
	color: #2449a4;
}

.hm-work .work-item a {
	display: block;
	margin-left: 18px;
	margin-right: 18px;
	border-bottom: 1px dashed #999;
	transition: all .5s;
}

.hm-work .work-date {
	float: right;
	margin-left: 10px;
	font-size: 12px;
	color: #999;
	transition: all .5s;
}


/* Project Preview */

.hm-preview {
	float: left;
	width: 66.67%;
}

@media (max-width: 1024px) {
	.hm-preview {
		width: 100%;
		margin-top: 16px;
	}
}

@media (max-width: 767px) {
	.hm-preview {
		margin-top: 10px;
	}
}

.hm-preview .hm-title span {
	right: 3px;
}

.hm-preview .carousel {
	overflow: hidden;
}

.hm-preview .carousel:hover img {
	transform: scale(1.1);
}

@media (max-width: 1024px) {
	.hm-preview .carousel:hover img {
		transform: none;
	}
}

.hm-preview .carousel:hover .slick-prev {
	left: 0;
}

.hm-preview .carousel:hover .slick-next {
	right: 0;
}

.hm-preview .carousel-item {
	position: relative;
}

.hm-preview .carousel-item img {
	height: 380px;
}

@media (min-width: 1600px) {
	.hm-preview .carousel-item img {
		height: 420px;
	}
}

@media (max-width: 1280px) {
	.hm-preview .carousel-item img {
		height: 300px;
	}
}

@media (max-width: 1024px) {
	.hm-preview .carousel-item img {
		height: auto;
	}
}

.hm-preview .carousel-item .desc {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	font-size: 18px;
	line-height: 60px;
	color: #fff;
	background: rgba(0, 0, 0, 0.5);
	transition: all .5s;
}

@media (max-width: 1280px) {
	.hm-preview .carousel-item .desc {
		font-size: 16px;
		line-height: 42px;
	}
}

@media (max-width: 1024px) {
	.hm-preview .carousel-item .desc {
		font-size: 16px;
	}
}

@media (max-width: 767px) {
	.hm-preview .carousel-item .desc {
		font-size: 15px;
	}
}

@media (max-width: 575px) {
	.hm-preview .carousel-item .desc {
		font-size: 14px;
		line-height: 36px;
	}
}

.no-rgba .hm-preview .carousel-item .desc {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f000000, endColorstr=#7f000000);
}

.hm-preview .carousel-item .desc span {
	display: block;
	margin-left: 30px;
	margin-right: 150px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

@media (max-width: 575px) {
	.hm-preview .carousel-item .desc span {
		margin-left: 5%;
		margin-right: 120px;
	}
}

.hm-preview .slick-prev,
.hm-preview .slick-next {
	width: 36px;
	height: 46px;
	margin-top: -23px;
	font-size: 18px;
	color: #fff;
	line-height: 46px;
	background: rgba(0, 0, 0, 0.5);
	text-align: center;
	transition: all .5s;
	z-index: 1;
}

@media (max-width: 1280px) {
	.hm-preview .slick-prev,
	.hm-preview .slick-next {
		width: 32px;
		height: 42px;
		margin-top: -21px;
		line-height: 40px;
	}
}

@media (max-width: 575px) {
	.hm-preview .slick-prev,
	.hm-preview .slick-next {
		width: 26px;
		height: 32px;
		margin-top: -26px;
		line-height: 30px;
	}
}

.no-rgba .hm-preview .slick-prev,
.no-rgba .hm-preview .slick-next {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f000000, endColorstr=#7f000000);
}

.hm-preview .slick-prev {
	left: -50px;
}

@media (max-width: 1024px) {
	.hm-preview .slick-prev {
		left: 0;
	}
}

.hm-preview .slick-next {
	right: -50px;
}

@media (max-width: 1024px) {
	.hm-preview .slick-next {
		right: 0;
	}
}

.hm-preview .slick-dots {
	bottom: 28px;
	right: 30px;
	width: auto;
	font-size: 0;
	text-align: left;
	z-index: 2;
}

@media (max-width: 1280px) {
	.hm-preview .slick-dots {
		bottom: 19px;
	}
}

@media (max-width: 575px) {
	.hm-preview .slick-dots {
		right: 5%;
		bottom: 16px;
	}
}

.hm-preview .slick-dots li {
	width: 12px;
	height: 4px;
	margin: 0 3px;
	background: #fff;
}

@media (max-width: 575px) {
	.hm-preview .slick-dots li {
		width: 10px;
	}
}

.hm-preview .slick-dots li.slick-active {
	background: #f46f36;
}


/* Animate */

@media (max-width: 1024px) {
	.target {
		opacity: 1;
		transform: none;
		transition-duration: 0s;
	}
}


/* ***** About Us ***** */


/* Gai Kuang */

.gk-head {
	padding-top: 10px;
	padding-bottom: 50px;
	background: #f7f7f7;
	transition: all .3s;
}

@media (max-width: 1280px) {
	.gk-head {
		padding-top: 80px;
		padding-bottom: 40px;
	}
}

@media (max-width: 1024px) {
	.gk-head {
		padding-top: 60px;
		padding-bottom: 30px;
	}
}

@media (max-width: 767px) {
	.gk-head {
		padding-top: 40px;
		padding-bottom: 20px;
	}
}

@media (max-width: 575px) {
	.gk-head {
		padding-top: 5%;
		padding-bottom: 5%;
	}
}

.gk-title h3 {
	position: relative;
	margin-bottom: 1em;
	font-size: 24px;
	font-weight: normal;
	color: #77ad1c;
}

@media (max-width: 1280px) {
	.gk-title h3 {
		font-size: 20px;
	}
}

@media (max-width: 1024px) {
	.gk-title h3 {
		font-size: 18px;
	}
}

@media (max-width: 767px) {
	.gk-title h3 {
		font-size: 16px;
	}
}

@media (max-width: 575px) {
	.gk-title h3 {
		font-size: 14px;
	}
}

.gk-title h3:before {
	content: '';
	position: absolute;
	left: 0;
	bottom: -.5em;
	width: 2em;
	height: 4px;
	background: #77ad1c;
}

@media (max-width: 767px) {
	.gk-title h3:before {
		height: 2px;
	}
}

.gk-title h3 .cy-en {
	display: table;
	font-family: "Title Small";
	font-size: 1.5em;
	line-height: 1;
	text-transform: uppercase;
}

.gk-cont {
	padding-top: 2em;
	padding-bottom: 1px;
}

.gk-cont figure {
	float: right;
	width: 48%;
	margin-left: 2em;
}

.gk-cont .desc img {
	max-width: 100% !important;
	height: auto !important;
}

@media (min-width: 1600px) {
	.gk-cont figure {
		width: auto;
	}
}

@media (max-width: 1280px) {
	.gk-cont figure {
		margin-left: 1.5em;
		width: 50%;
	}
}

@media (max-width: 1024px) {
	.gk-cont figure {
		margin-left: 1em;
		width: 46%;
	}
}

@media (max-width: 767px) {
	.gk-cont figure {
		float: none;
		width: 100%;
		margin-left: 0;
		margin-bottom: 5%;
	}
}

.gk-body {
	padding-top: 50px;
	line-height: 2;
}

@media (max-width: 767px) {
	.gk-body {
		padding-top: 5%;
	}
}

.gk-body h4 {
	font-size: 1.15em;
}

.gk-body h5 {
	font-size: 1.1em;
}


/* Zhi Ci */

.au-zc {
	padding-top: 60px;
}

@media (max-width: 767px) {
	.au-zc {
		padding-top: 5%;
	}
}

.au-zc .left {
	position: relative;
	float: left;
	width: 30%;
}

@media (max-width: 425px) {
	.au-zc .left {
		top: auto !important;
		float: none;
		width: 100%;
	}
}

.au-zc .left .desc {
	padding: 15px 0;
	text-align: center;
	color: #fff;
	background: #8e9bbb;
	transition: all .5s;
}

@media (max-width: 1024px) {
	.au-zc .left .desc {
		padding: 10px 0;
	}
}

@media (max-width: 767px) {
	.au-zc .left .desc {
		padding: 5px 0 10px;
	}
}

@media (max-width: 425px) {
	.au-zc .left .desc {
		padding: 10px;
	}
}

.au-zc .left .desc figure {
	display: inline-block;
	margin-left: 10px;
	vertical-align: middle;
}

@media (max-width: 1024px) {
	.au-zc .left .desc figure {
		width: 80px;
	}
}

@media (max-width: 767px) {
	.au-zc .left .desc figure {
		display: block;
		width: 68px;
		margin: 5px auto 0;
	}
}

@media (max-width: 425px) {
	.au-zc .left .desc figure {
		display: inline-block;
		margin: 0 0 0 10px;
	}
}

.au-zc .right {
	float: right;
	width: 68%;
	padding: 30px;
	background: #f3f3f3;
	line-height: 2;
}

@media (max-width: 767px) {
	.au-zc .right {
		padding: 20px;
	}
}

@media (max-width: 425px) {
	.au-zc .right {
		float: none;
		width: 100%;
	}
}

.au-zc .mmp-item {
	margin-bottom: 10px;
	cursor: pointer;
}

.au-zc .mmp-item:hover .ani img {
	transform: scale(1.08);
}

.au-zc .mmp-item.current .desc {
	background: #0c318a;
}


/* Corporate Culture */

.cc-title h3 {
	position: relative;
	margin-top: 5%;
	margin-bottom: 3%;
	font-size: 24px;
	font-weight: normal;
	color: #77ad1c;
	text-align: center;
}

@media (max-width: 1280px) {
	.cc-title h3 {
		font-size: 20px;
	}
}

@media (max-width: 1024px) {
	.cc-title h3 {
		font-size: 18px;
	}
}

@media (max-width: 767px) {
	.cc-title h3 {
		font-size: 16px;
	}
}

@media (max-width: 575px) {
	.cc-title h3 {
		font-size: 14px;
	}
}

.cc-title h3:before {
	content: '';
	position: absolute;
	left: 50%;
	bottom: -30%;
	width: 2.8em;
	height: 3px;
	margin-left: -1.4em;
	background: #77ad1c;
}

@media (max-width: 1280px) {
	.cc-title h3:before {
		height: 2px;
	}
}

@media (max-width: 575px) {
	.cc-title h3:before {
		height: 1px;
	}
}

.cc-jz .cc-title h3 {
	color: #fff;
}

.cc-jz .cc-title h3:before {
	background: #fff;
}

.hy-cont {
	padding-top: 2%;
	text-align: center;
}

.hy-cont .mean-logo {
	display: inline-block;
	padding: 30px 42px;
	border: 2px solid #f3f3f3;
	border-radius: 10px;
}

@media (max-width: 1280px) {
	.hy-cont .mean-logo {
		padding: 24px 32px;
	}
}

@media (max-width: 1024px) {
	.hy-cont .mean-logo {
		padding: 18px 26px;
	}
}

@media (max-width: 767px) {
	.hy-cont .mean-logo {
		display: none;
	}
}

.hy-cont .mean-line {
	position: relative;
	display: block;
	width: 66.67%;
	height: 2px;
	margin: 49px auto 29px;
	background: #eaeaea;
}

@media (max-width: 767px) {
	.hy-cont .mean-line {
		display: none;
	}
}

.hy-cont .mean-line i {
	position: absolute;
	top: -49px;
	left: 50%;
	width: 2px;
	height: 80px;
	margin-left: -1px;
	background: #eaeaea;
}

.hy-cont .mean-line:before,
.hy-cont .mean-line:after {
	content: '';
	position: absolute;
	top: 100%;
	width: 2px;
	height: 29px;
	background: #eaeaea;
}

.hy-cont .mean-line:before {
	left: 0;
}

.hy-cont .mean-line:after {
	right: 0;
}

.hy-cont .mean-cont {
	margin-bottom: 5%;
}

@media (max-width: 767px) {
	.hy-cont .mean-cont {
		margin-top: 3%;
	}
}

.hy-cont .mean-cont figure {
	float: left;
	width: 33.33%;
	margin-top: 10px;
}

@media (max-width: 767px) {
	.hy-cont .mean-cont figure {
		width: 100%;
		margin-top: 5%;
	}
}

.hy-cont .mean-cont img {
	width: auto;
}

.hy-cont .mean-cont figcaption {
	padding: 1.5em 10% 0;
	line-height: 1.8;
	text-align: left;
}

@media (max-width: 1280px) {
	.hy-cont .mean-cont figcaption {
		padding-left: 5%;
		padding-right: 5%;
	}
}

.cc-ln {
	background: #f6f6f6;
}

.ln-cont {
	padding-top: 2%;
	margin-bottom: 5%;
	overflow: hidden;
}

.ln-list {
	margin-left: -30px;
}

@media (max-width: 1280px) {
	.ln-list {
		margin-left: -24px;
	}
}

@media (max-width: 1024px) {
	.ln-list {
		margin-left: -10px;
	}
}

@media (max-width: 767px) {
	.ln-list {
		margin-left: 0;
	}
}

.ln-item {
	float: left;
	width: 33.33%;
}

@media (max-width: 1024px) {
	.ln-item {
		width: 100%;
		margin-bottom: 10px;
	}
}

.ln-item a {
	position: relative;
	display: block;
	margin-left: 30px;
	text-align: center;
	overflow: hidden;
}

@media (max-width: 1280px) {
	.ln-item a {
		margin-left: 24px;
	}
}

@media (max-width: 1024px) {
	.ln-item a {
		margin-left: 10px;
	}
}

@media (max-width: 767px) {
	.ln-item a {
		margin-left: 0;
	}
}

.ln-item a:hover img {
	transform: scale(1.1);
}

@media (max-width: 767px) {
	.ln-item a:hover img {
		transform: none;
	}
}

.ln-item a:hover figcaption {
	opacity: 0;
	visibility: hidden;
}

.ln-item a:hover .desc {
	opacity: 1;
	visibility: visible;
	transform: none;
}

.ln-item figcaption {
	height: 4em;
	background: #fff;
	color: #2449a4;
	padding: 7px 5%;
	font-size: 16px;
	line-height: 1.5;
	transition: all .5s;
}

@media (max-width: 1024px) {
	.ln-item figcaption {
		height: auto;
	}
}

@media (max-width: 767px) {
	.ln-item figcaption {
		display: none;
	}
}

.ln-item .desc {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 12% 10%;
	background: #2449a4;
	color: #fff;
	opacity: 0;
	visibility: hidden;
	transform: scale(1.5);
	transition: all .5s;
}

@media (max-width: 1280px) {
	.ln-item .desc {
		padding: 10% 5%;
	}
}

@media (max-width: 1024px) {
	.ln-item .desc {
		padding: 8% 4%;
	}
}

@media (max-width: 767px) {
	.ln-item .desc {
		position: static;
		top: auto;
		left: auto;
		padding: 3% 5%;
		background: #eee;
		color: inherit;
		opacity: 1;
		visibility: visible;
		transform: none;
	}
}

.ln-item .desc h4 {
	position: relative;
	font-size: 16px;
	font-weight: normal;
	overflow: hidden;
}

@media (max-width: 1280px) {
	.ln-item .desc h4 {
		font-size: 16px;
	}
}

@media (max-width: 1024px) {
	.ln-item .desc h4 {
		font-size: 15px;
	}
}

@media (max-width: 767px) {
	.ln-item .desc h4 {
		font-size: 14px;
		color: #2449a4;
	}
}

@media (max-width: 575px) {
	.ln-item .desc h4 {
		font-size: 13px;
	}
}

.ln-item .desc h4:before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: -20%;
	height: 1px;
	background: #6680bf;
}

.ln-item .desc p {
	height: 7em;
	margin-bottom: 0;
	line-height: 1.8;
	text-align: left;
	overflow: hidden;
}

@media (max-width: 767px) {
	.ln-item .desc p {
		height: auto;
		overflow: visible;
	}
}


.jz-cont {
	padding: 5% 0 10%;
}

@media (max-width: 1024px) {
	.jz-cont {
		padding-bottom: 18%;
	}
}

@media (max-width: 767px) {
	.jz-cont {
		padding-bottom: 10%;
	}
}

.jz-item {
	position: relative;
	text-align: center;
}

@media (max-width: 767px) {
	.jz-item {
		text-align: left;
	}
}

@media (max-width: 767px) {
	.jz-item {
		margin-bottom: 5%;
	}
}

.jz-item .icon {
	position: relative;
	display: inline-block;
	width: 80px;
	height: 80px;
	margin-bottom: 97px;
	padding: 12px;
	background: #fff;
	border: 3px solid #2449a4;
	border-radius: 50%;
	vertical-align: top;
}

@media (max-width: 1280px) {
	.jz-item .icon {
		width: 68px;
		height: 68px;
		padding: 10px;
	}
}

@media (max-width: 1024px) {
	.jz-item .icon {
		width: 60px;
		height: 60px;
		padding: 8px;
		border-width: 2px;
	}
}

@media (max-width: 767px) {
	.jz-item .icon {
		position: relative;
		float: right;
		width: 50px;
		height: 50px;
		margin-top: 3%;
		margin-right: 5%;
		margin-bottom: 0;
		z-index: 1;
	}
}

.jz-item .icon img {
	width: 100%;
}

.jz-item .icon:before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 100%;
	width: 3px;
	height: 100px;
	margin-left: auto;
	margin-right: auto;
	background: #2449a4;
}

@media (max-width: 1024px) {
	.jz-item .icon:before {
		width: 2px;
	}
}

@media (max-width: 767px) {
	.jz-item .icon:before {
		content: none;
	}
}

.jz-item:first-child .icon {
	margin-top: 0;
}

@media (max-width: 767px) {
	.jz-item:first-child .icon {
		margin-top: 3%;
	}
}

.jz-item:first-child .icon:before {
	content: none;
}

.jz-item .desc {
	position: absolute;
	top: -10px;
	width: 45%;
	padding: 30px 40px;
	background: #fff;
	border-radius: 12px;
	box-shadow: 0 0 3px 1px #ddd;
	text-align: left;
}

@media (max-width: 1280px) {
	.jz-item .desc {
		width: 44%;
		padding: 20px 30px;
	}
}

@media (max-width: 1024px) {
	.jz-item .desc {
		width: 42%;
		padding: 18px 20px;
	}
}

@media (max-width: 767px) {
	.jz-item .desc {
		position: relative;
		top: auto;
		left: auto;
		right: auto;
		width: 100%;
		padding: 3% 5%;
	}
}

.jz-item .desc:before {
	content: '';
	position: absolute;
	top: 40px;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
}

@media (max-width: 1280px) {
	.jz-item .desc:before {
		top: 32px;
	}
}

@media (max-width: 767px) {
	.jz-item .desc:before {
		content: none;
	}
}

.jz-item .desc span {
	position: relative;
	display: block;
	margin-bottom: 1.5em;
	color: #2449a4;
}

.jz-item .desc span:before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: -50%;
	height: 1px;
	background: #cbcbcb;
}

.jz-item .desc h4 {
	font-size: 18px;
	color: #2449a4;
	font-weight: normal;
}

@media (max-width: 1280px) {
	.jz-item .desc h4 {
		font-size: 16px;
	}
}

@media (max-width: 1024px) {
	.jz-item .desc h4 {
		font-size: 15px;
	}
}

@media (max-width: 767px) {
	.jz-item .desc h4 {
		font-size: 14px;
	}
}

@media (max-width: 575px) {
	.jz-item .desc h4 {
		font-size: 13px;
	}
}

.jz-item .desc p {
	margin-bottom: 0;
	line-height: 2;
}

.jz-item.odd .desc {
	left: 0;
}

.jz-item.odd .desc:before {
	left: 100%;
	border-left: 10px solid #fff;
}

.jz-item.even .desc {
	right: 0;
}

.jz-item.even .desc:before {
	right: 100%;
	border-right: 10px solid #fff;
}


/* Jia Gou */

.jg-cont {
	padding-top: 2%;
}


/* History */

.lc-cont .lc-cxz {
	margin-top: 1em;
	text-align: center;
}

@media (max-width: 575px) {
	.lc-cont .lc-cxz:after {
		content: '...';
	}
}

@media (max-width: 575px) {
	.lc-cont {
		padding-top: 3%;
	}
}

.au-lc .cy-content {
	width: 1000px;
}

@media (max-width: 1280px) {
	.au-lc .cy-content {
		width: 90%;
	}
}

.lc-list {
	overflow: hidden;
}

.lc-item {
	position: relative;
	width: 50%;
	margin-top: 5%;
	margin-bottom: 3%;
}

@media (max-width: 575px) {
	.lc-item {
		width: 100%;
		margin-top: 0;
		margin-bottom: 5%;
	}
}

.lc-item .lc-circle {
	position: absolute;
	top: 54px;
	width: 16px;
	height: 16px;
	margin-top: -8px;
	background: #fff;
	border: 3px solid #999;
	border-radius: 50%;
	z-index: 1;
}

@media (max-width: 1280px) {
	.lc-item .lc-circle {
		top: 52px;
		width: 14px;
		height: 14px;
		margin-top: -7px;
	}
}

@media (max-width: 767px) {
	.lc-item .lc-circle {
		top: 50px;
		width: 12px;
		height: 12px;
		margin-top: -6px;
		border-width: 2px;
	}
}

@media (max-width: 575px) {
	.lc-item .lc-circle {
		display: none;
	}
}

.lc-item .lc-circle:before {
	content: '';
	position: absolute;
	bottom: 50%;
	width: 180%;
	height: 1px;
	background: #999;
}

.lc-item .lc-line {
	position: absolute;
	top: -30px;
	width: 2px;
	height: 150%;
	background: #d9d9d9;
}

@media (max-width: 575px) {
	.lc-item .lc-line {
		display: none;
	}
}

.lc-item .desc {
	padding: 23px 5%;
	border-radius: 8px;
	background: #f7f7f7;
	line-height: 2;
}

@media (max-width: 575px) {
	.lc-item .desc {
		padding: 5% 3%;
	}
}

.lc-item .date {
	position: relative;
	margin-bottom: 30px;
	font-size: 18px;
	color: #77ad1c;
	line-height: 1;
}

@media (max-width: 1280px) {
	.lc-item .date {
		font-size: 16px;
	}
}

@media (max-width: 767px) {
	.lc-item .date {
		font-size: 14px;
	}
}

@media (max-width: 575px) {
	.lc-item .date {
		margin-bottom: 1.5em;
	}
}

.lc-item .date:before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: -16px;
	height: 2px;
	background: #ccc;
}

@media (max-width: 575px) {
	.lc-item .date:before {
		bottom: -80%;
	}
}

.lc-item .date:after {
	content: '';
	position: absolute;
	bottom: -16px;
	width: 2.5em;
	height: 2px;
	background: #f46f36;
}

@media (max-width: 575px) {
	.lc-item .date:after {
		bottom: -80%;
	}
}

.lc-item.left {
	float: left;
}

.lc-item.left .lc-circle {
	right: 0;
	margin-right: -11px;
}

@media (max-width: 1280px) {
	.lc-item.left .lc-circle {
		margin-right: -7px;
	}
}

@media (max-width: 767px) {
	.lc-item.left .lc-circle {
		margin-right: -6px;
	}
}

.lc-item.left .lc-circle:before {
	right: 100%;
}

.lc-item.left .lc-line {
	left: 100%;
	margin-left: -1px;
}

.lc-item.left .desc {
	margin-right: 2%;
}

@media (max-width: 575px) {
	.lc-item.left .desc {
		margin-right: 0;
	}
}

.lc-item.left .date {
	text-align: right;
}

.lc-item.left .date:after {
	right: 0;
}

.lc-item.right {
	float: right;
}

.lc-item.right .lc-circle {
	left: 0;
	margin-left: -11px;
}

@media (max-width: 1280px) {
	.lc-item.right .lc-circle {
		margin-left: -7px;
	}
}

@media (max-width: 767px) {
	.lc-item.right .lc-circle {
		margin-left: -6px;
	}
}

.lc-item.right .lc-circle:before {
	left: 100%;
}

.lc-item.right .lc-line {
	right: 100%;
	margin-right: -1px;
}

.lc-item.right.right1 {
	margin-top: 18%;
}

@media (max-width: 575px) {
	.lc-item.right.right1 {
		margin-top: 0;
	}
}

.lc-item.right .desc {
	margin-left: 2%;
}

@media (max-width: 575px) {
	.lc-item.right .desc {
		margin-left: 0;
	}
}

.lc-item.right .date {
	text-align: left;
}

.lc-item.right .date:after {
	left: 0;
}


/* ***** News Center ***** */

.news-center {
	padding-top: 5%;
	background: #f4f4f4;
}

.news-center .new-item {
	position: relative;
	margin-bottom: 30px;
	background: #fff;
	transition: all .5s;
}

@media (max-width: 767px) {
	.news-center .new-item {
		margin-bottom: 20px;
	}
}

@media (max-width: 575px) {
	.news-center .new-item {
		margin-bottom: 15px;
	}
}

.news-center .new-item:hover {
	background: #2449a4;
}

.news-center .new-item:hover img {
	transform: scale(1.06);
}

.news-center .new-item:hover h3,
.news-center .new-item:hover p {
	color: #fff;
}

.news-center .new-item:hover .line:before {
	transform: none;
	transition-delay: .3s;
	transform-origin: 0 0;
}

.news-center .new-item:hover .more {
	background: #fff;
}

.news-center .new-item:hover .date {
	background: #5a7cd0;
}

.news-center .new-item:hover .date:before {
	border-left-color: #5a7cd0;
	border-right-color: #5a7cd0;
}

@media (max-width: 1024px) {
	.news-center .new-item:hover {
		background: #fff;
	}
	.news-center .new-item:hover img {
		transform: none;
	}
	.news-center .new-item:hover h3,
	.news-center .new-item:hover p {
		color: inherit;
	}
	.news-center .new-item:hover .date {
		background: none;
	}
}

.news-center .new-item figure {
	float: left;
	width: 50%;
}

.news-center .new-item img {
	height: 370px;
}

@media (max-width: 1024px) {
	.news-center .new-item img {
		height: 230px;
	}
}

@media (max-width: 767px) {
	.news-center .new-item img {
		height: 175px;
	}
}

@media (max-width: 575px) {
	.news-center .new-item img {
		display: none;
	}
}

.news-center .new-item .desc {
	position: relative;
	float: right;
	width: 50%;
	height: 370px;
	padding: 50px;
}

@media (max-width: 1024px) {
	.news-center .new-item .desc {
		height: 230px;
		padding: 20px;
	}
}

@media (max-width: 767px) {
	.news-center .new-item .desc {
		height: 175px;
	}
}

@media (max-width: 575px) {
	.news-center .new-item .desc {
		width: 100%;
		height: auto;
		padding: 10px;
	}
}

.news-center .new-item h3 {
	font-size: 20px;
	color: #333;
	font-weight: normal;
	line-height: 24px;
	margin-right: 80px;
	margin-bottom: 20px;
	transition: all .5s;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

@media (max-width: 1024px) {
	.news-center .new-item h3 {
		margin-right: 0;
	}
}

@media (max-width: 767px) {
	.news-center .new-item h3 {
		font-size: 16px;
		margin-bottom: 16px;
		line-height: 20px;
	}
}

@media (max-width: 575px) {
	.news-center .new-item h3 {
		font-size: 14px;
		margin-bottom: 10px;
		line-height: 1em;
	}
}

.news-center .new-item .line {
	position: relative;
	display: block;
	width: 100%;
	height: 1px;
	margin: 0 0 26px;
	border: none;
	background: #d0d0d0;
}

.news-center .new-item .line:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #637dbe;
	transform: scale(0, 1);
	transition: transform .5s;
	transform-origin: 100% 0;
}

@media (max-width: 767px) {
	.news-center .new-item .line {
		margin-bottom: 18px;
	}
}

@media (max-width: 575px) {
	.news-center .new-item .line {
		margin-bottom: 10px;
	}
}

.news-center .new-item p {
	height: 8em;
	line-height: 2;
	overflow: hidden;
	transition: all .5s;
}

@media (max-width: 1024px) {
	.news-center .new-item p {
		height: 6em;
	}
}

@media (max-width: 767px) {
	.news-center .new-item p {
		height: 4em;
	}
}

.news-center .new-item .more {
	display: inline-block;
	margin-top: 50px;
	padding: 0 24px;
	border: 1px solid #ccc;
	line-height: 38px;
	transition: all .5s;
}

@media (max-width: 1024px) {
	.news-center .new-item .more {
		display: none;
	}
}

.news-center .new-item .date {
	position: absolute;
	top: 0;
	right: 60px;
	width: 72px;
	height: 72px;
	padding-top: 50px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	color: #fff;
	background: #2449a4;
	line-height: 1;
	transition: all .5s;
}

@media (max-width: 1024px) {
	.news-center .new-item .date {
		position: static;
		right: auto;
		padding: 0;
		height: auto;
		color: #666;
		background: none;
		font-weight: normal;
	}
}

.news-center .new-item .date:before {
	content: '';
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	border-left: 36px solid #2449a4;
	border-right: 36px solid #2449a4;
	border-bottom: 15px solid transparent;
	transition: all .5s;
}

@media (max-width: 1024px) {
	.news-center .new-item .date:before {
		content: none;
	}
}

.news-center .new-item .big {
	position: absolute;
	top: 10px;
	left: 0;
	right: 0;
	font-size: 36px;
}

@media (max-width: 1024px) {
	.news-center .new-item .big {
		position: static;
		top: auto;
		font-size: 12px;
	}
	.news-center .new-item .big:before {
		content: '.';
	}
}


/* News Content */

.nc-cont {
	padding-top: 5%;
}

.nc-cont-desc img {
	max-width: 100%!important;
}

.nc-cont-title {
	margin-bottom: 2em;
	padding-bottom: 3%;
	border-bottom: 1px solid #ccc;
}

.nc-cont-title h3 {
	font-size: 24px;
}

@media (max-width: 1024px) {
	.nc-cont-title h3 {
		font-size: 20px;
	}
}

@media (max-width: 767px) {
	.nc-cont-title h3 {
		font-size: 18px;
	}
}

@media (max-width: 575px) {
	.nc-cont-title h3 {
		font-size: 15px;
	}
}

.nc-cont-title .date {
	float: left;
	color: #999;
}

.nc-cont-title .share {
	float: right;
}

.nc-cont-title .wx,
.nc-cont-title .qq,
.nc-cont-title .sn {
	display: inline-block;
	width: 20px;
	height: 20px;
	background: no-repeat center center;
	vertical-align: middle;
}



/* -----*****----- Business Areas -----*****----- */

.business-nav {
	position: relative;
	background: #2449a4;
	color: #fff;
	z-index: 1;
}

.business-nav .nav-item {
	float: left;
	padding-top: 36px;
	padding-bottom: 36px;
}

@media (max-width: 1280px) {
	.business-nav .nav-item {
		padding-top: 20px;
		padding-bottom: 20px;
	}
}

@media (max-width: 1024px) {
	.business-nav .nav-item {
		padding-top: 16px;
		padding-bottom: 16px;
	}
}

@media (max-width: 767px) {
	.business-nav .nav-item {
		padding-top: 12px;
		padding-bottom: 12px;
	}
}

@media (max-width: 575px) {
	.business-nav .nav-item {
		padding-top: 8px;
		padding-bottom: 8px;
	}
}

.business-nav .nav-item.cy-active {
	background: #0c318a;
}

.business-nav .nav-item .icon {
	display: inline-block;
	width: 56px;
	margin-right: 8px;
	vertical-align: middle;
}

@media (max-width: 1280px) {
	.business-nav .nav-item .icon {
		display: block;
		width: 50px;
		margin-bottom: 5px;
		margin-left: auto;
		margin-right: auto;
	}
}

@media (max-width: 1024px) {
	.business-nav .nav-item .icon {
		width: 46px;
	}
}

@media (max-width: 767px) {
	.business-nav .nav-item .icon {
		width: 40px;
	}
}

@media (max-width: 575px) {
	.business-nav .nav-item .icon {
		width: 32px;
	}
}

.business-nav .nav-item .icon img {
	width: 100%;
}

.business-nav .nav-item .text {
	display: inline-block;
	text-align: left;
	vertical-align: middle;
}

@media (max-width: 1280px) {
	.business-nav .nav-item .text {
		text-align: center;
	}
}

.business-nav .nav-item .text small {
	display: table;
	color: #999;
	line-height: 1.2;
	overflow: hidden;
}

@media (max-width: 1024px) {
	.business-nav .nav-item .text small {
		display: none;
	}
}

.business-nav .nav-item a {
	display: block;
	text-align: center;
}

.business-desc {
	padding-top: 5%;
	padding-bottom: 3%;
	background: #0c318a;
	color: #fff;
	line-height: 2;
}

.business-desc h3 {
	font-size: 24px;
	font-weight: normal;
	line-height: 1.6;
}

@media (max-width: 1280px) {
	.business-desc h3 {
		font-size: 20px;
	}
}

@media (max-width: 1024px) {
	.business-desc h3 {
		font-size: 18px;
	}
}

@media (max-width: 767px) {
	.business-desc h3 {
		font-size: 16px;
	}
}

@media (max-width: 575px) {
	.business-desc h3 {
		font-size: 14px;
	}
}

.business-desc small {
	display: block;
	font-weight: normal;
	text-transform: uppercase;
	color: #2449a4;
}


@media (max-width: 767px) {
	.business-desc p {
		padding-right: 0;
		background: none;
	}
}

.business-item {
	position: relative;
	float: left;
	width: 33.33%;
	color: #fff;
	text-align: center;
	overflow: hidden;
}

@media (max-width: 767px) {
	.business-item {
		width: 50%;
	}
}

@media (max-width: 425px) {
	.business-item {
		width: 100%;
	}
}

.business-item:hover .title {
	bottom: -2.5em;
}

.business-item:hover .desc {
	opacity: 1;
	visibility: visible;
	transform: none;
}



.business-item .desc span {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	font-size: 1.5em;
	transform: translateY(-50%);
}

.no-csstransforms .business-item .desc span {
	top: 40%;
}


@media (max-width: 767px) {
	.business-item .desc span:after {
		margin-top: .5em;
		transform: scale(0.8);
	}
}


/* Business Content */

.business-carousel {
	padding-top: 5%;
	padding-bottom: 2%;
	background-size: cover;
}


/*background: url("../images/pictures/banner-business-cont.jpg") no-repeat center center;**/

.business-carousel .carousel-item {
	color: #fff;
	text-align: center;
}

.business-carousel .carousel-item figcaption {
	line-height: 3;
}

.business-carousel .slick-prev,
.business-carousel .slick-next {
	width: 45px;
	height: 45px;
	margin-top: -30px;
	background: no-repeat center center;
	background-size: 100% 100%;
	z-index: 1;
}

@media (max-width: 1024px) {
	.business-carousel .slick-prev,
	.business-carousel .slick-next {
		width: 36px;
		height: 36px;
	}
}

@media (max-width: 767px) {
	.business-carousel .slick-prev,
	.business-carousel .slick-next {
		width: 30px;
		height: 30px;
		margin-top: -25px;
	}
}

@media (max-width: 767px) {
	.business-carousel .slick-prev,
	.business-carousel .slick-next {
		margin-top: -30px;
	}
}


@media (max-width: 767px) {
	.business-carousel .slick-prev {
		left: -50px;
	}
}

@media (max-width: 575px) {
	.business-carousel .slick-prev {
		left: 10px;
	}
}


@media (max-width: 767px) {
	.business-carousel .slick-next {
		right: -50px;
	}
}

@media (max-width: 575px) {
	.business-carousel .slick-next {
		right: 10px;
	}
}

.business-content {
	padding-top: 5%;
	line-height: 2;
}

.business-content>.cy-content {
	padding-bottom: 2%;
}

@media (max-width: 767px) {
	.business-content>.cy-content {
		padding-bottom: 0;
	}
}


/* -----*****----- Tender Procurement -----*****----- */


/* Tender Manage */

.tender-manage {
	padding-top: 5%;
	text-align: center;
}

.manage-head {
	display: inline-block;
	margin-bottom: 5%;
}

.manage-head-item {
	position: relative;
	float: left;
	width: 150px;
	height: 150px;
	margin: 0 20px;
	padding: 25px;
	background: #fff;
	border-radius: 50%;
	cursor: pointer;
}

@media (max-width: 1024px) {
	.manage-head-item {
		width: 120px;
		height: 120px;
		padding: 20px 15px;
	}
}

@media (max-width: 575px) {
	.manage-head-item {
		width: 100px;
		height: 100px;
		margin-left: 10px;
		margin-right: 10px;
		padding: 15px 10px;
	}
}

@media (max-width: 425px) {
	.manage-head-item {
		width: 90px;
		height: 90px;
		margin-left: 1px;
		margin-right: 1px;
		padding: 12px 5px;
	}
}

.manage-head-item:before {
	content: none;
	position: absolute;
	left: 50%;
	bottom: -20px;
	margin-left: -10px;
	border-top: 10px solid #f46f36;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
}

.manage-head-item .icon {
	display: block;
	width: 41px;
	height: 41px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	background: no-repeat center center;
	background-size: 100% 100%;
}

@media (max-width: 1024px) {
	.manage-head-item .icon {
		width: 35px;
		height: 35px;
		margin-bottom: 10px;
	}
}

@media (max-width: 575px) {
	.manage-head-item .icon {
		width: 25px;
		height: 25px;
		margin-bottom: 10px;
	}
}

@media (max-width: 425px) {
	.manage-head-item .icon {
		width: 21px;
		height: 21px;
		margin-bottom: 8px;
	}
}

.manage-head-item.cy-active {
	background: #f46f36;
	color: #fff;
}

.manage-head-item.cy-active:before {
	content: '';
}

@media (max-width: 575px) {
	.manage-head-item.cy-active:before {
		content: none;
	}
}

.manage-head-item .icon-active,
.manage-head-item.cy-active .icon-normal {
	display: none;
}

.manage-head-item .icon-normal,
.manage-head-item.cy-active .icon-active {
	display: block;
}

.manage-cont {
	background: #fff;
}

.manage-cont-item {
	display: none;
	padding: 5% 3%;
	text-align: left;
	line-height: 2;
}

.manage-cont-item p {
	margin-bottom: 0;
}

.manage-cont-item.cy-active {
	display: block;
}

.manage-cont-item hr {
	height: 1px;
	margin: 1em 0;
	background: #ddd;
	border: 0 none;
}


/* Tender Announcement */

.tender-anno {
	padding-top: 5%;
	background: #f7f7f7;
}

.anno-item {
	position: relative;
	margin-bottom: 3%;
	padding: 3% 5%;
	background: #fff;
	z-index: 1;
}

@media (max-width: 575px) {
	.anno-item {
		padding: 5px 12px;
	}
}

.anno-item:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #2449a4;
	transform: scale(1, 0);
	transition: all .5s;
	z-index: -1;
}

.no-csstransforms .anno-item:before {
	visibility: hidden;
}

.anno-item .date {
	float: right;
	margin-left: 10%;
	padding: 15px 10px;
	font-size: 12px;
	color: #999;
	border: 1px solid #ddd;
	text-align: center;
	transition: all .5s;
}

@media (max-width: 1024px) {
	.anno-item .date {
		margin-left: 8%;
		padding-top: 12px;
		padding-bottom: 12px;
	}
}

@media (max-width: 767px) {
	.anno-item .date {
		margin-top: 5px;
		margin-left: 5%;
		padding: 5px;
	}
}

@media (max-width: 575px) {
	.anno-item .date {
		margin-top: 0;
		margin-left: 5px;
		padding: 0;
		border: 0 none;
		line-height: 21px;
	}
}


@media (max-width: 575px) {
	.anno-item .date:before {
		content: none;
	}
}

.anno-item h3 {
	height: 1.5em;
	font-size: 18px;
	font-weight: normal;
	color: #2449a4;
	line-height: 1.5;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	transition: all .5s;
}

@media (max-width: 1024px) {
	.anno-item h3 {
		font-size: 16px;
	}
}

@media (max-width: 767px) {
	.anno-item h3 {
		font-size: 15px;
	}
}

@media (max-width: 575px) {
	.anno-item h3 {
		margin-bottom: 0;
		font-size: 14px;
	}
}

.anno-item p {
	height: 4em;
	margin-bottom: 0;
	line-height: 2;
	overflow: hidden;
	transition: all .5s;
}

@media (max-width: 575px) {
	.anno-item p {
		display: none;
	}
}

.anno-item .new {
	position: absolute;
	top: 0;
	left: 0;
	padding-left: 5px;
	padding-right: 5px;
	background: #f46f36;
	font-size: 12px;
	line-height: 1.1;
	color: #fff;
	text-transform: uppercase;
}

@media (max-width: 1024px) {
	.anno-item .new {
		padding-left: 3px;
		padding-right: 3px;
	}
}

@media (max-width: 575px) {
	.anno-item .new {
		position: static;
		float: left;
		margin-top: 3px;
		margin-right: 10px;
		line-height: 15px;
	}
}

.anno-item:hover {
	color: #fff;
}

.anno-item:hover:before {
	transform: none;
}

.no-csstransforms .anno-item:hover:before {
	visibility: visible;
}

.anno-item:hover .date {
	background: #fff;
	border-color: transparent;
}

@media (max-width: 575px) {
	.anno-item:hover .date {
		background: transparent;
		color: #fff;
	}
}

.anno-item:hover h3 {
	color: #fff;
}


/* -----*****----- Member Enterprise -----*****----- */

.member {
	padding-top: 5%;
}

.member-list {
	margin-left: -40px;
}

@media (max-width: 1280px) {
	.member-list {
		margin-left: -30px;
	}
}

@media (max-width: 1024px) {
	.member-list {
		margin-left: -20px;
	}
}

.member-item {
	float: left;
	width: 33.33%;
	margin-bottom: 40px;
}

@media (max-width: 1280px) {
	.member-item {
		margin-bottom: 30px;
	}
}

@media (max-width: 1024px) {
	.member-item {
		margin-bottom: 20px;
	}
}

@media (max-width: 767px) {
	.member-item {
		width: 50%;
	}
}

@media (max-width: 425px) {
	.member-item {
		width: 100%;
	}
}

.member-item a {
	display: block;
	margin-left: 40px;
}

@media (max-width: 1280px) {
	.member-item a {
		margin-left: 30px;
	}
}

@media (max-width: 1024px) {
	.member-item a {
		margin-left: 20px;
	}
}

.member-item a:hover img {
	transform: scale(1.1);
}

.member-item a:hover .desc {
	color: #fff;
}

.member-item a:hover .desc:before {
	height: 100%;
}

.member-item .desc {
	position: relative;
	padding: 0 5%;
	color: #333;
	line-height: 3;
	text-align: center;
	background: #fff;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	transition: all .5s;
	z-index: 1;
}

.member-item .desc:before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 0;
	background: #2449a4;
	transition: all .5s;
	z-index: -1;
}


/* -----*****----- Party Building -----*****----- */

.party {
	padding-top: 5%;
}


/* Party Group */

.party-group .cy-content {
	background: #f1f1f1;
}

@media (max-width: 575px) {
	.party-group .cy-content {
		background: transparent;
	}
}

.party-group figure {
	float: left;
	width: 50%;
}

@media (max-width: 767px) {
	.party-group figure {
		width: 100%;
	}
}

.party-group .desc {
	float: left;
	width: 50%;
	padding: 4% 5% 0;
}

@media (max-width: 1280px) {
	.party-group .desc {
		padding-top: 3%;
	}
}

@media (max-width: 1024px) {
	.party-group .desc {
		padding-top: 2%;
	}
}

@media (max-width: 767px) {
	.party-group .desc {
		width: 100%;
		padding-top: 5%;
		padding-bottom: 5%;
	}
}

@media (max-width: 575px) {
	.party-group .desc {
		background: #f1f1f1;
	}
}

.party-group h3 {
	position: relative;
	margin-bottom: 0;
	font-size: 24px;
	font-weight: normal;
	color: #333;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

@media (max-width: 1280px) {
	.party-group h3 {
		font-size: 20px;
	}
}

@media (max-width: 1024px) {
	.party-group h3 {
		font-size: 18px;
	}
}

@media (max-width: 767px) {
	.party-group h3 {
		font-size: 16px;
	}
}

@media (max-width: 575px) {
	.party-group h3 {
		font-size: 14px;
	}
}

.party-group hr {
	border: 0 none;
	height: 1px;
	margin-top: .6em;
	margin-bottom: 1.2em;
	background: #aaa;
}

.party-group p {
	height: 12em;
	margin-bottom: 4em;
	line-height: 2;
	overflow: hidden;
}

@media (max-width: 1280px) {
	.party-group p {
		margin-bottom: 2em;
	}
}

@media (max-width: 1024px) {
	.party-group p {
		height: 10em;
		margin-bottom: 1em;
	}
}

@media (max-width: 767px) {
	.party-group p {
		height: auto;
		margin-bottom: 3em;
		overflow: visible;
	}
}

.party-group span {
	display: inline-block;
	padding-left: 1.6em;
	padding-right: 1.6em;
	background: #fff;
	line-height: 3;
}

@media (max-width: 1280px) {
	.party-group span {
		padding-left: 1.2em;
		padding-right: 1.2em;
		line-height: 2.5;
	}
}


/* Party Affairs */

.affairs-list {
	margin-right: -60px;
}

@media (min-width: 1600px) {
	.affairs-list {
		margin-right: -80px;
	}
}

@media (max-width: 1280px) {
	.affairs-list {
		margin-right: -45px;
	}
}

@media (max-width: 1024px) {
	.affairs-list {
		margin-right: -40px;
	}
}

@media (max-width: 575px) {
	.affairs-list {
		margin-right: -6%;
	}
}

@media (max-width: 425px) {
	.affairs-list {
		margin-right: 0;
	}
}

.affairs-item {
	float: left;
	width: 25%;
	margin-bottom: 50px;
}

@media (min-width: 1600px) {
	.affairs-item {
		margin-bottom: 60px;
	}
}

@media (max-width: 1280px) {
	.affairs-item {
		margin-bottom: 36px;
	}
}

@media (max-width: 1024px) {
	.affairs-item {
		width: 33.33%;
	}
}

@media (max-width: 767px) {
	.affairs-item {
		width: 50%;
	}
}

@media (max-width: 575px) {
	.affairs-item {
		margin-bottom: 5%;
	}
}

@media (max-width: 425px) {
	.affairs-item {
		width: 100%;
	}
}


@media (min-width: 1600px) {
	.affairs-item a {
		height: 310px;
		margin-right: 80px;
	}
}

@media (max-width: 1280px) {
	.affairs-item a {
		height: 250px;
		margin-right: 45px;
	}
}

@media (max-width: 1024px) {
	.affairs-item a {
		height: 260px;
		margin-right: 40px;
	}
}

@media (max-width: 767px) {
	.affairs-item a {
		height: 310px;
	}
}

@media (max-width: 575px) {
	.affairs-item a {
		height: 280px;
		margin-right: 12%;
	}
}

@media (max-width: 500px) {
	.affairs-item a {
		height: 240px;
	}
}

@media (max-width: 425px) {
	.affairs-item a {
		height: 380px;
		margin-right: 0;
	}
}

@media (max-width: 375px) {
	.affairs-item a {
		height: 310px;
	}
}


.affairs-item a:hover span {
	background: #e1142a;
	color: #fff;
}

.affairs-item p {
	position: absolute;
	top: 36%;
	left: 10%;
	width: 80%;
	max-height: 5.6em;
	padding-top: .5em;
	padding-bottom: .5em;
	color: #fff;
	line-height: 1.5;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	overflow: hidden;
}

.affairs-item span {
	position: absolute;
	left: 50%;
	bottom: 12%;
	width: 110px;
	height: 30px;
	margin-left: -55px;
	background: #fff;
	border-radius: 3px;
	line-height: 30px;
	color: #c6271d;
	transition: all .5s;
}


/* -----*****----- Anti Corruption -----*****----- */

.anti {
	padding-top: 5%;
}

@media (max-width: 575px) {
	.anti {
		padding-top: 10%;
	}
}

.anti-list {
	margin-right: -30px;
}

@media (max-width: 1024px) {
	.anti-list {
		margin-right: -25px;
	}
}

@media (max-width: 767px) {
	.anti-list {
		margin-right: -18px;
	}
}

@media (max-width: 425px) {
	.anti-list {
		margin-right: -10px;
	}
}

@media (max-width: 375px) {
	.anti-list {
		margin-right: 0;
	}
}

.anti-item {
	float: left;
	width: 33.33%;
	margin-bottom: 36px;
}

@media (max-width: 1024px) {
	.anti-item {
		margin-bottom: 30px;
	}
}

@media (max-width: 767px) {
	.anti-item {
		width: 50%;
		margin-bottom: 22px;
	}
}

@media (max-width: 425px) {
	.anti-item {
		margin-bottom: 15px;
	}
}

@media (max-width: 375px) {
	.anti-item {
		width: 100%;
		margin-bottom: 5%;
	}
}

.anti-item a {
	display: block;
	margin-right: 30px;
	border: 1px solid #e4e4e4;
	transition: all .5s;
}

@media (max-width: 1024px) {
	.anti-item a {
		margin-right: 25px;
	}
}

@media (max-width: 767px) {
	.anti-item a {
		margin-right: 18px;
	}
}

@media (max-width: 425px) {
	.anti-item a {
		margin-right: 10px;
	}
}

@media (max-width: 375px) {
	.anti-item a {
		margin-right: 0;
	}
}

.anti-item a:hover {
	border-color: transparent;
}

.anti-item a:hover img {
	transform: scale(1.1);
}

.anti-item a:hover .desc {
	color: #fff;
	background: #2449a4;
}

.anti-item a:hover h3 {
	color: #fff;
}

.anti-item a:hover .date {
	color: #6d8bd7;
}

.anti-item a:hover .more {
	background: #5177d3;
}

.anti-item a:hover .more:before,
.anti-item a:hover .more:after {
	background: #5177d3;
}

.anti-item .desc {
	background: #f6f6f6;
	padding: 5%;
	color: #747474;
	transition: all .5s;
}

.anti-item h3 {
	font-weight: normal;
	color: #333;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	transition: all .5s;
}

.anti-item .date {
	font-size: 12px;
	color: #a5a5a5;
	transition: all .5s;
}

.anti-item p {
	height: 5.4em;
	margin-top: .6em;
	margin-bottom: 2.6em;
	line-height: 1.8;
	overflow: hidden;
}

.anti-item .more {
	position: relative;
	display: block;
	width: 5px;
	height: 5px;
	margin-left: 8px;
	margin-right: 8px;
	background: #ccc;
	border-radius: 50%;
}

.anti-item .more:before,
.anti-item .more:after {
	content: '';
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background: #ccc;
	border-radius: 50%;
}

.anti-item .more:before {
	left: 8px;
}

.anti-item .more:after {
	right: 8px;
}


/* -----*****----- Human Resources -----*****----- */

.hr {
	padding-top: 5%;
}

@media (max-width: 767px) {
	.hr {
		padding-top: 8%;
	}
}


/* Concept */

.hr-concept figure {
	float: left;
	width: 50%;
	margin-right: 30px;
}

@media (max-width: 1280px) {
	.hr-concept figure {
		margin-right: 26px;
	}
}

@media (max-width: 767px) {
	.hr-concept figure {
		float: none;
		width: 100%;
		margin-right: 0;
		margin-bottom: 5%;
	}
}

.hr-concept .desc {
	padding-top: 1em;
	line-height: 2.2;
}

@media (min-width: 1600px) {
	.hr-concept .desc {
		padding-top: .5em;
		line-height: 2.5;
	}
}

@media (max-width: 1280px) {
	.hr-concept .desc {
		padding-top: 0;
		line-height: 2.3;
	}
}

@media (max-width: 1024px) {
	.hr-concept .desc {
		line-height: 2.1;
	}
}

@media (max-width: 767px) {
	.hr-concept .desc {
		line-height: 2;
	}
}

.hr-concept .desc p {
	margin-bottom: 0;
}


/* Recruitment */

.recruitment-head {
	margin-bottom: 5%;
}

.recruitment-head p {
	margin-bottom: 0;
	line-height: 2;
}

.recruitment-head .title {
	color: #2449a4;
}

.recruitment-caption {
	margin-bottom: 1.5em;
	border-bottom: 1px solid #f0f0f0;
}

@media (max-width: 767px) {
	.recruitment-caption {
		margin-bottom: 1em;
	}
}

@media (max-width: 575px) {
	.recruitment-caption {
		margin-bottom: .5em;
	}
}

.recruitment-caption li {
	position: relative;
	float: left;
	margin-left: 5px;
	padding-left: 2em;
	padding-right: 2em;
	font-weight: bold;
	line-height: 3;
	color: #fff;
	background: #999;
	cursor: pointer;
}

@media (max-width: 767px) {
	.recruitment-caption li {
		padding-left: 1em;
		padding-right: 1em;
		line-height: 2.6;
	}
}

@media (max-width: 575px) {
	.recruitment-caption li {
		padding-left: .6em;
		padding-right: .6em;
		line-height: 2.2;
	}
}

.recruitment-caption li:first-child {
	margin-left: 0;
}

.recruitment-caption li:before {
	content: '';
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -10px;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	transition: all .38s;
}

@media (max-width: 767px) {
	.recruitment-caption li:before {
		content: none;
	}
}

.recruitment-caption li.cy-active {
	background: #f46f36;
}

.recruitment-caption li.cy-active:before {
	border-top: 10px solid #f46f36;
}

.tab-item {
	display: none;
}

.tab-item.cy-active {
	display: block;
}

.tab-item .info-head {
	margin-bottom: 5px;
	padding-top: 1em;
	padding-bottom: 1em;
	font-weight: bold;
	line-height: 1.3;
	color: #fff;
	background: #999;
}

@media (max-width: 767px) {
	.tab-item .info-head {
		padding-top: .68em;
		padding-bottom: .68em;
	}
}

@media (max-width: 575px) {
	.tab-item .info-head {
		padding-top: .5em;
		padding-bottom: .5em;
	}
}

.tab-item .info-zw,
.tab-item .info-bm,
.tab-item .info-rs,
.tab-item .info-fb,
.tab-item .info-jz {
	float: left;
	width: 14%;
	text-align: center;
	transition: all .5s;
}

@media (max-width: 767px) {
	.tab-item .info-zw,
	.tab-item .info-bm,
	.tab-item .info-rs,
	.tab-item .info-fb,
	.tab-item .info-jz {
		width: 16%;
	}
}

@media (max-width: 575px) {
	.tab-item .info-zw,
	.tab-item .info-bm,
	.tab-item .info-rs,
	.tab-item .info-fb,
	.tab-item .info-jz {
		width: 20%;
	}
}

@media (max-width: 425px) {
	.tab-item .info-zw,
	.tab-item .info-bm,
	.tab-item .info-rs,
	.tab-item .info-fb,
	.tab-item .info-jz {
		width: 25%;
	}
}

@media (max-width: 425px) {
	.tab-item .info-bm {
		display: none;
	}
}

.tab-item .info-title {
	position: relative;
	margin-top: 3px;
	padding-top: 1em;
	padding-bottom: 1em;
	line-height: 1.3;
	background: #f3f3f3;
	cursor: pointer;
	z-index: 1;
}

@media (max-width: 767px) {
	.tab-item .info-title {
		padding-top: .68em;
		padding-bottom: .68em;
	}
}

.tab-item .info-title:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: #2449a4;
	opacity: 0;
	transform: scale(1, 0);
	transition: all .5s;
	z-index: -1;
}

.no-csstransforms .tab-item .info-title:before {
	visibility: hidden;
}

.tab-item .info-title:hover {
	color: #fff;
}

.tab-item .info-title:hover:before {
	opacity: 1;
	transform: none;
}

.no-csstransforms .tab-item .info-title:hover:before {
	visibility: visible;
}


.tab-item .info-title.cy-active {
	margin-bottom: 0;
	color: #fff;
}

.tab-item .info-title.cy-active:before {
	opacity: 1;
	transform: none;
}

.no-csstransforms .tab-item .info-title.cy-active:before {
	visibility: visible;
}


.csstransforms .tab-item .info-title.cy-active .info-more {
	transform: none;
}

@media (max-width: 767px) {
	.csstransforms .tab-item .info-title.cy-active .info-more {
		transform: scale(0.8);
	}
}


@media (max-width: 767px) {
	.tab-item .info-more {
		transform: scale(0.8);
	}
}

@media (max-width: 575px) {
	.tab-item .info-more {
		display: none;
	}
}

.tab-item .info-cont {
	display: none;
	margin-bottom: 8px;
	padding: 3%;
	line-height: 2;
	border: 1px solid #2449a4;
}


/* -----*****----- Contact Us -----*****----- */

.ipc-contact figcaption {
	color: #2449a4;
}

.map {
	height: 525px;
	overflow: hidden;
}

@media (max-width: 1280px) {
	.map {
		height: 400px;
	}
}

@media (max-width: 1024px) {
	.map {
		height: 380px;
	}
}

@media (max-width: 767px) {
	.map {
		height: 320px;
	}
}

@media (max-width: 575px) {
	.map {
		height: 220px;
	}
}

@media (max-width: 375px) {
	.map {
		height: 180px;
	}
}

.contact {
	padding-top: 5%;
	border-top: 3px solid #f46f36;
}

.contact h3 {
	font-size: 24px;
	font-weight: normal;
	color: #2449a4;
}

@media (max-width: 1280px) {
	.contact h3 {
		font-size: 20px;
	}
}

@media (max-width: 1024px) {
	.contact h3 {
		font-size: 18px;
	}
}

@media (max-width: 767px) {
	.contact h3 {
		font-size: 16px;
	}
}

@media (max-width: 575px) {
	.contact h3 {
		font-size: 14px;
	}
}

.contact hr {
	border: 0 none;
	height: 1px;
	background: #dbd9d9;
}

.contact-list {
	margin-top: 1.5em;
}

.contact-item {
	float: left;
	width: 33.33%;
	margin-bottom: 1em;
	line-height: 2;
}

@media (max-width: 1280px) {
	.contact-item {
		width: 50%;
	}
}

@media (max-width: 1024px) {
	.contact-item {
		width: 100%;
	}
}

.contact-item span {
	display: block;
	float: left;
	padding-left: 30px;
	background: no-repeat left center;
}

.contact-item a {
	float: left;
	width: 72%;
}



.bsBox {
	box-sizing: content-box;
}


/* Search */

.ipc-news-cont {
	position: relative;
	background: #2449a4;
	color: #fff;
	z-index: 10;
}

.ipc-news-guide {
	position: relative;
	width: 68%;
	margin: 0 auto;
	padding-top: 4em;
}

.ipc-news-cont h2 {
	font-size: 36px;
}

@media screen and (max-width: 1280px) {
	.ipc-news-guide {
		padding-top: 3em;
	}
	.ipc-news-cont h2 {
		font-size: 30px;
	}
}

@media screen and (max-width: 1024px) {
	.ipc-news-guide {
		padding-top: 5%;
	}
	.ipc-news-cont h2 {
		font-size: 28px;
	}
	.fixed-ibox {
		left: 5% !important;
		animation: none !important;
	}
}

@media screen and (max-width: 767px) {
	.ipc-news-guide {
		width: 100%;
		padding-left: 5%;
		padding-right: 5%;
	}
	.ipc-news-cont h2 {
		font-size: 22px;
	}
}

@media screen and (max-width: 575px) {
	.ipc-news-guide {
		padding-left: 5%;
		padding-right: 5%;
		padding-bottom: 4%;
	}
	.ipc-news-cont h2 {
		margin-bottom: 0;
		font-size: 18px;
	}
	.fixed-ibox {
		width: 250px !important;
	}
}

@media screen and (max-width: 375px) {
	.ipc-news-guide {
		padding: 5%;
	}
	.ipc-news-cont h2 {
		font-size: 16px;
	}
}

.ipc-search form {
	display: inline-block;
}

.ipc-search form {
	width: 100%;
}

.ipc-search .search-r {
	display: block;
	margin-bottom: 2em;
	border-bottom: 1px solid #fff;
}

.ipc-search #search-text {
	display: block;
	width: 90%;
	margin-left: 5px;
	font-size: 18px;
	line-height: 2;
	color: #fff;
	background: transparent;
}

.ipc-search #search-text::-webkit-input-placeholder {
	color: #fff;
}

.ipc-search #search-text::-moz-placeholder {
	color: #fff;
}

.ipc-search #search-text:-ms-input-placeholder {
	color: #fff;
}


.search-result {
	padding-top: 5%;
}

.search-result>p {
	font-size: 18px;
	padding-left: 20px;
}

.search-result li {
	position: relative;
	margin-bottom: 5px;
	background: #eee;
	overflow: hidden;
}

.search-result li::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(22, 112, 175, .1);
	transform: scale(1, 0);
	transition: all .5s;
}

.search-result li:hover::before {
	transform: none;
}

.search-result li a {
	position: relative;
	display: block;
	margin: 10px 20px;
}

.search-result li span {
	color: #1670af;
}

@media (max-width: 575px) {
	.ipc-search .search-r {
		margin-top: 10px;
		margin-bottom: 0;
	}
	.ipc-search #search-text {
		width: 80%;
		font-size: 14px;
		line-height: 26px;
	}
	.ipc-search #search-submit {
		width: 26px;
		height: 26px;
		transform: scale(.72);
	}
	.search-result>p {
		font-size: 14px;
		padding-left: 5%;
	}
	.search-result li a {
		margin: 2% 5%;
	}
}

.fixed-ibox {
	position: fixed;
	top: 50%;
	left: 50px;
	width: 356px;
	transform: translateY(-50%);
	z-index: 999;
	animation: Move 40s linear infinite alternate;
}

.fixed-ibox img {
	display: block;
	width: 100%;
}

@keyframes Move {
	0% {
		transform: translate(0);
		-webkit-transform: translate(0);
	}
	20% {
		transform: translateY(-20vw);
		-webkit-transform: translateY(-20vw);
	}
	50% {
		transform: translateX(70vw);
		-webkit-transform: translateX(70vw);
	}
	100% {
		transform: translateY(50%);
		-webkit-transform: translateY(50%);
	}
}


/*@-webkit-keyframes Move {
    0% { transform: translate(0); -webkit-transform: translate(0); }
    100% { transform: translate(80vw); -webkit-transform: translate(80vw); }
}*/

.cy-djb {
	position: relative;
}

.cy-djb .slick-dots {
	position: absolute;
	bottom: 15px;
	width: 100%;
	text-align: center;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	z-index: 104;
}

.cy-djb .slick-dots li {
	text-indent: 10em;
	position: relative;
	display: inline-block;
	width: 9px;
	height: 9px;
	text-align: center;
	border-radius: 50%;
	vertical-align: middle;
	cursor: pointer;
	margin: 0 5px;
	background: #fff;
	overflow: hidden;
}

.cy-djb .slick-dots li a {
	opacity: 0;
	visibility: hidden;
	position: relative;
	display: block;
	text-align: center;
	border-radius: 50%;
	padding: 0px;
	cursor: pointer;
	width: 9px;
	height: 9px;
	margin: 0px auto;
	font-size: 14px;
}

.cy-djb .slick-dots li a:focus {
	outline: none;
}

.cy-djb .slick-dots li.slick-active {
	opacity: 1;
	visibility: visible;
	background: #f46f36;
}