@font-face {
	font-family: DINCond;
	src: url(../img/font/DINCond-Bold.otf);
}


/*index-begin*/


/*header-begin*/

#header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	width: 100%;
	min-width: 1200px;
	height: 65px;
	background-color: white;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
}

.icon {
	float: left;
	padding: 15px 0 0 54px;
}

.nav-ul {
	padding-right: 85px;
}

.nav-li {
	position: relative;
}

.nav-li-a {
	display: block;
	font-size: 16px;
	line-height: 65px;
	color: rgb(102, 102, 102);
	padding: 0 15px;
	transition: 0.25s;
	position: relative;
}

.nav-li-a:after {
	content: "";
	display: block;
	width: 100%;
	height: 4px;
	background-color: #2550a0;
	transition: 344ms ease-out;
	position: absolute;
	left: 0;
	bottom: 0;
	transform-origin: center;
	transform: scaleX(0);
	visibility: hidden\9;
}

.nav-li:hover .nav-li-a,
.nav-li .nav-li-a.active {
	background-color: rgb(207, 236, 249);
}

.nav-li:hover .nav-li-a:after {
	transform: scaleX(1);
	visibility: visible\9;
}

.nav-oa {
	font-family: arial;
	font-size: 14px;
	line-height: 65px;
	font-weight: bold;
	color: rgb(102, 102, 102);
	transition: 300ms;
}

.nav-oa:hover {
	color: #2550a0;
}

.nav-mail {
	display: block;
	width: 107px;
	height: 37px;
	border: 1px solid rgb(102, 102, 102);
	margin: 14px 0 0 23px;
	font-size: 12px;
	line-height: 35px;
	color: rgb(102, 102, 102);
	box-sizing: border-box;
	padding-left: 35px;
	position: relative;
	transition: 300ms;
}

.nav-mail:hover {
	border-color: #2550a0;
	color: #2550a0;
}

.nav-mail:before {
	content: "";
	display: block;
	width: 15px;
	height: 11px;
	position: absolute;
	top: 12px;
	left: 13px;
	background-image: url(../images/mail_icon.png);
}

.nav {
	margin-right: 72px;
}

.nav-li-ul {
	position: absolute;
	top: 65px;
	left: 0;
	width: 100%;
	height: 0;
	overflow: hidden;
	transition: 344ms ease-out;
	background-color: white;
}

.nav-li:hover .nav-li-ul {}

.nav-li-li a {
	display: block;
	font-size: 13px;
	line-height: 2;
	color: rgb(102, 102, 102);
	text-align: center;
	position: relative;
	transition: 300ms ease-in-out;
	z-index: 2;
}

.nav-li-li a:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #2a3c90;
	transition: 300ms ease-in-out;
	transform-origin: center;
	transform: scaleX(0);
	z-index: -1;
	visibility: hidden\9;
}

.nav-li-li a:hover {
	color: white;
}

.nav-li-li a:hover:after {
	transform: scaleX(1);
	visibility: visible\9;
}

@media only screen and (max-width: 1400px) {
	.icon {
		padding-left: 5px;
	}
	.nav {
		margin-right: 5px;
	}
}

@media only screen and (max-width: 1300px) {
	.nav-ul {
		padding-right: 5px;
	}
}


/*header-end*/


/*slide-begin*/

#slide {
	margin-top: 65px;
	overflow: hidden;
}

.slick-one-item {
	position: relative;
	overflow: hidden;
}

.slick-one-item-banner {
	width: 100%;
}

.icon_02 {
	width: 8.8%;
	position: absolute;
	top: 20%;
	left: 45.6%;
}

.slogan {
	width: 100%;
	position: absolute;
	top: 42%;
	left: 0;
}

.slogan h1 {
	font-size: 56px;
	line-height: 1;
	font-weight: bold;
	text-align: center;
	color: white;
	opacity: 0;
	transform: translateY(50px);
}

.slick-one .slick-current .slogan h1 {
	opacity: 1;
	transform: translateY(0);
	transition: 0.55s;
}

.slogan h2 {
	font-family: arial;
	font-size: 18px;
	line-height: 1;
	color: white;
	text-align: center;
	padding-top: 14px;
	opacity: 0;
	transform: translateY(50px);
}

.slick-one .slick-current .slogan h2 {
	opacity: 1;
	transform: translateY(0);
	transition: 0.55s;
	transition-delay: 0.2s;
}

.slogan a {
	display: block;
	width: 155px;
	height: 45px;
	box-sizing: border-box;
	border: 1px solid white;
	font-size: 12px;
	line-height: 43px;
	text-align: center;
	margin: 55px auto 0;
	transition: 300ms;
	position: relative;
	z-index: 2;
}

.slogan a:after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background-color: #2550a0;
	transition: 333ms cubic-bezier(.4, 0, .22, 1);
	transform: scaleX(0);
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	visibility: hidden\9;
}

.slogan a:hover:after {
	transform: scaleX(1);
	visibility: visible\9;
}

.scroll-down-wrapper {
	position: absolute;
	left: 0;
	bottom: 4%;
	width: 100%;
}

.scroll-down {
	text-align: center;
	font-size: 12px;
	line-height: 1;
	color: white;
}

.scroll-down-img {
	margin: 7px auto 0;
	animation: scrolldown 1s linear infinite;
}

@keyframes scrolldown {
	from {
		transform: translateY(0);
	}
	to {
		transform: translateY(10px);
	}
}

.slick-one .slick-prev,
.slick-one .slick-next {
	width: 3.33%;
	height: 5.7%;
	right: 0;
	background-repeat: no-repeat;
	background-position: center;
	transition: 333ms;
}

.slick-one .slick-prev {
	left: auto;
	background-image: url(../images/arrow-top.png);
	top: 44.3%;
	z-index: 2;
}

.slick-one .slick-next {
	background-image: url(../images/arrow-down.png);
	top: 50%;
}

.slick-one .slick-prev:before,
.slick-one .slick-next:before {
	content: none;
}

.slick-one .slick-prev:hover,
.slick-one .slick-next:hover {
	background-color: rgba(255, 255, 255, 0.5);
}

.progress {
	width: 100%;
	height: 5px;
	position: absolute;
	left: 0;
	bottom: 0;
}

.progress-inner {
	width: 0;
	height: 100%;
	background-color: rgb(230, 0, 2);
}

.slick-one .slick-current .progress-inner {
	width: 100%;
	transition: 3s linear;
}

.slick-one-item-content {
	width: 100%;
	position: absolute;
	top: 32.6%;
	left: 0;
}

.slick-one-item-content-inner {
	width: 1200px;
	margin: 0 auto;
	color: white;
}

.no {
	font-size: 18px;
	line-height: 1;
}

.no span {
	font-size: 12px;
	line-height: 18px;
}

.en-name {
	font-family: DINCond;
	font-size: 30px;
	line-height: 1;
	margin-top: 15px;
}

.slick-one-item-content-inner-div {
	padding-left: 28px;
	margin-top: 68px;
	border-left: 1px solid white;
}

.slick-one-item-content-inner-div h1 {
	font-size: 50px;
	line-height: 1;
	font-weight: bold;
	opacity: 0;
	transform: translateY(50px);
}

.slick-one .slick-current .slick-one-item-content-inner-div h1 {
	opacity: 1;
	transform: translateY(0);
	transition: 0.55s;
}

.slick-one-item-content-inner-div p {
	width: 490px;
	text-align: justify;
	font-size: 14px;
	line-height: 1.4;
	margin-top: 15px;
	padding-bottom: 5px;
	opacity: 0;
	transform: translateY(50px);
}

.slick-one .slick-current .slick-one-item-content-inner-div p {
	opacity: 1;
	transform: translateY(0);
	transition: 0.55s;
	transition-delay: 0.2s;
}

.slick-one-item-content-inner a {
	display: block;
	width: 155px;
	height: 45px;
	box-sizing: border-box;
	border: 1px solid white;
	font-size: 12px;
	line-height: 43px;
	text-align: center;
	margin-top: 83px;
	transition: 300ms;
	position: relative;
	z-index: 2;
}

.slick-one-item-content-inner a:after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background-color: #2550a0;
	transition: 333ms cubic-bezier(.4, 0, .22, 1);
	transform: scaleX(0);
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	visibility: hidden\9;
}

.slick-one-item-content-inner a:hover:after {
	transform: scaleX(1);
	visibility: visible\9;
}


/*slide-end*/


/*news-slide-begin*/

#news-slide {
	height: 60px;
	background-color: rgb(245, 245, 245);
}

.slick-two {
	width: 1200px;
	margin: 0 auto;
}

.slick-two-item {
	outline: none;
}

.slick-two-item-a-01 {
	display: block;
	font-size: 14px;
	line-height: 60px;
	color: rgb(100, 100, 100);
	float: left;
}

.slick-two-item-a-02 {
	display: block;
	float: right;
	font-size: 14px;
	line-height: 60px;
	color: rgb(127, 127, 127);
}

.slick-two-item a:hover {
	color: #2550a0;
}


/*news-slide-end*/


/*content-begin*/

#content {
	overflow: hidden;
}


/*content-one-begin*/

.content-inner {
	width: 1200px;
	margin: 0 auto;
	padding: 72px 0 91px;
}

.content-inner-one-left,
.content-inner-one-right {
	float: left;
	height: 420px;
	box-sizing: border-box;
}

.content-inner-one-left {
	width: 660px;
}

.content-inner-one-right {
	width: 540px;
	position: relative;
	border: 1px solid rgb(204, 204, 204);
}

.slick-three {
	width: 100%;
	height: 100%;
	overflow: hidden;
	cursor: pointer;
}

.slick-three-item {
	overflow: hidden;
	position: relative;
}

.slick-three-item img {
	width: 100%;
	transition: 1s;
}

.slick-three-item:hover img {
	transform: scale(1.08);
}

.slick-three-item-date {
	position: absolute;
	top: 0;
	left: 0;
	width: 84px;
	height: 84px;
	background-color: rgb(198, 0, 0);
}

.slick-three-item-date h2 {
	font-family: arial;
	font-size: 32px;
	line-height: 1;
	text-align: center;
	padding-top: 15px;
	color: white;
}

.slick-three-item-date h3 {
	font-family: arial;
	font-size: 14px;
	line-height: 1;
	text-align: center;
	padding-top: 13px;
	color: white;
}

.slick-three .slick-dots {
	z-index: 2;
	bottom: 0;
	right: 40px;
	text-align: right;
}

.slick-three .slick-dots li {
	width: 10px;
	height: 10px;
	box-sizing: border-box;
	border: 2px solid white;
	border-radius: 50%;
}

.slick-three .slick-dots .slick-active {
	background-color: white;
}

.slick-three .slick-dots li a {
	display: block;
	width: 100%;
	height: 100%;
	text-indent: 99999px;
}

.content-inner-one-right-nav {
	padding-left: 47px;
	padding-top: 35px;
}

.content-inner-one-right-nav-item span {
	display: block;
	padding: 0 20px 0 22px;
	font-size: 16px;
	line-height: 1;
	color: rgb(51, 51, 51);
	cursor: pointer;
	position: relative;
	transition: 333ms;
}

.content-inner-one-right-nav-item span:before {
	content: "";
	display: block;
	width: 12px;
	height: 12px;
	box-sizing: border-box;
	border: 3px solid rgb(204, 0, 0);
	position: absolute;
	left: 0;
	top: 2px;
	border-radius: 50%;
	opacity: 0;
	transition: 333ms;
}

.content-inner-one-right-nav-item.content-inner-one-right-nav-item-active span,
.content-inner-one-right-nav-item span:hover {
	color: rgb(204, 0, 0);
}

.content-inner-one-right-nav-item.content-inner-one-right-nav-item-active span:before,
.content-inner-one-right-nav-item span:hover:before {
	opacity: 1;
}

.content-inner-one-right-content {
	padding-top: 30px;
	display: none;
}

.content-inner-one-right-content.content-inner-one-right-content-active {
	display: block;
}

.content-inner-one-right-content-item {
	height: 37px;
	transition: 333ms;
	padding: 0 20px 0 55px;
}

.content-inner-one-right-content-item:hover {
	background-color: rgb(238, 238, 238);
}

.content-inner-one-right-content-item-p-01 {
	float: left;
	font-size: 14px;
	line-height: 37px;
	color: rgb(102, 102, 102);
}

.content-inner-one-right-content-item-p-02 {
	float: right;
	font-family: arial;
	font-size: 12px;
	line-height: 37px;
	color: rgb(102, 102, 102);
}

.more {
	font-size: 24px;
	line-height: 1;
	color: rgb(160, 160, 160);
	position: absolute;
	top: 29px;
	right: 38px;
}

.more:hover {
	color: #2550a0;
}


/*content-one-end*/


/*content-two-begin*/

.content-inner-two {
	margin-top: 43px;
}

.content-inner-two-left,
.content-inner-two-right {
	float: left;
	height: 274px;
	box-sizing: border-box;
}

.content-inner-two-left {
	width: 482px;
	border: 1px solid rgb(204, 204, 204);
	position: relative;
}

.content-inner-two-left span {
	color: rgb(51, 51, 51) !important;
}

.content-inner-two-right {
	width: 718px;
}

.slick-four {
	width: 100%;
	height: 100%;
	overflow: hidden;
	cursor: pointer;
}

.slick-four-item img {
	width: 100%;
	transition: 1s;
}

.slick-four-item:hover img {
	transform: scale(1.08);
}

.slick-four .slick-dots {
	bottom: 0;
	text-align: left;
	left: 50px;
}

.slick-four .slick-dots li {
	width: 14px;
	height: 5px;
}

.slick-four .slick-dots .slick-active {
	width: 20px;
	transition: 333ms;
}

.slick-four .slick-dots li a {
	display: block;
	width: 100%;
	height: 100%;
	text-indent: 99999px;
	background-color: white;
}

.content-inner-three>span {
	display: block;
	padding: 0 20px 0 22px;
	font-size: 16px;
	line-height: 1;
	color: rgb(51, 51, 51);
	cursor: pointer;
	position: relative;
	margin: 28px 0 22px 23px;
}

.content-inner-three>span:before {
	content: "";
	display: block;
	width: 12px;
	height: 12px;
	box-sizing: border-box;
	border: 3px solid rgb(204, 0, 0);
	position: absolute;
	left: 0;
	top: 2px;
	border-radius: 50%;
}


/*content-two-end*/


/*content-three-begin*/

.slick-five-item {
	overflow: hidden;
	cursor: pointer;
}

.slick-five .slick-track .slick-five-item {
	display: flex;
	display: -webkit-flex;
}

.slick-five-item-item {
	width: 25%;
	float: left;
	overflow: hidden;
	transition: 0.5s;
	position: relative;
}

.slick-five-item-item.wide {
	width: 40%;
}

.slick-five-item-item.narrow {
	width: 20%;
}

.slick-five-item-item img {
	position: relative;
	left: 50%;
	margin-left: -237px;
}

.slick-five-item-item p {
	font-size: 14px;
	line-height: 40px;
	text-align: center;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	color: white;
	background-color: rgba(0, 0, 0, 0.4);
	opacity: 0;
	background-color: rgb(0, 0, 0)\9;
	filter: alpha(opacity=40);
	visibility: hidden\9;
	transition: 0.5;
}

.slick-five-item-item.wide p {
	opacity: 1;
	transition: 0.5s;
	visibility: visible\9;
}

.slick-five .slick-prev,
.slick-five .slick-next {
	width: 62px;
	height: 62px;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, 0.5);
	margin-top: -31px;
	background-repeat: no-repeat;
	background-position: center;
}

.slick-five .slick-prev:hover,
.slick-five .slick-next:hover {
	background-color: rgb(47, 102, 181);
}

.slick-five .slick-prev {
	left: 0;
	z-index: 2;
	background-image: url(../images/arrow-left.png);
}

.slick-five .slick-next {
	right: 0;
	background-image: url(../images/arrow-right.png);
}

.slick-five .slick-prev:before,
.slick-five .slick-next:before {
	content: none;
}


/*content-three-end*/


/*content-four-begin*/

.content-inner-four {
	margin-top: 54px;
	height: 292px;
}

.content-inner-four-left,
.content-inner-four-middle,
.content-inner-four-right {
	float: left;
	height: 292px;
	box-sizing: border-box;
	overflow: hidden;
	cursor: pointer;
}

.content-inner-four-left {
	position: relative;
	width: 390px;
}

.content-inner-four-left img {
	width: 100%;
	height: 100%;
	transition: 1s;
}

.content-inner-four-left img:hover {
	transform: scale(1.08);
}

.content-inner-four-middle {
	width: 420px;
	background-color: rgb(243, 243, 243);
}

.content-inner-four-right {
	width: 390px;
	position: relative;
}

.content-inner-four-middle {
	padding: 34px 54px 0;
}

.content-inner-four-middle>span {
	display: block;
	padding: 0 20px 0 22px;
	font-size: 16px;
	line-height: 1;
	color: rgb(51, 51, 51);
	cursor: pointer;
	position: relative;
	margin-bottom: 34px;
}

.content-inner-four-middle>span:before {
	content: "";
	display: block;
	width: 12px;
	height: 12px;
	box-sizing: border-box;
	border: 3px solid rgb(204, 0, 0);
	position: absolute;
	left: 0;
	top: 2px;
	border-radius: 50%;
}

.content-inner-four-middle a:hover {
	color: #2550A0;
}

.firm-item {
	display: block;
	font-size: 14px;
	line-height: 2.14;
	color: rgb(104, 104, 104);
	padding-left: 4px;
}

.firm-more {
	display: block;
	font-size: 12px;
	line-height: 1;
	color: rgb(150, 150, 150);
	padding-left: 4px;
	margin-top: 21px;
}

.content-inner-four-right img {
	width: 100%;
	height: 100%;
}

.content-inner-four-right-mask {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.47);
}

.content-inner-four-right p {
	width: 300px;
	color: white;
	font-size: 16px;
	line-height: 1;
	padding-bottom: 11px;
	border-bottom: 1px solid white;
	position: absolute;
	top: 37px;
	left: 37px;
}

.content-inner-four-right a {
	font-size: 12px;
	line-height: 1;
	color: white;
	position: absolute;
	bottom: 35px;
	left: 35px;
	opacity: 0;
	transition: 0.5s;
	visibility: hidden\9;
}

.content-inner-four-right a:hover {
	color: #2550A0;
}

.content-inner-four-right:hover a {
	opacity: 1;
	bottom: 65px;
	visibility: visible\9;
}


/*content-four-end*/


/*content-end*/


/*footer-begin*/

#footer {
	background-color: rgb(68, 68, 68);
}

.footer-top {
	height: 84px;
	border-bottom: 1px solid rgb(87, 87, 87);
}

.footer-top-inner {
	width: 1200px;
	margin: 0 auto;
}

.footer-top-li {
	padding-right: 33px;
}

.footer-top-li a {
	display: block;
	font-size: 14px;
	line-height: 84px;
	color: white;
}

.footer-top-li a:hover {
	color: rgb(228, 1, 20);
}

.links {
	width: 252px;
	height: 42px;
	margin-top: 25px;
	background-color: white;
	box-sizing: border-box;
	border: 1px solid rgb(95, 95, 95);
	cursor: pointer;
	position: relative;
}

.links span {
	display: block;
	font-size: 12px;
	line-height: 38px;
	color: rgb(89, 89, 89);
	padding-left: 62px;
}

.links img {
	position: absolute;
	top: 17px;
	right: 19px;
	transition: 0.5s;
}

.links.links-active img {
	transform: rotate(180deg);
}

.links-ul {
	position: absolute;
	bottom: 40px;
	left: 0;
	height: 0;
	overflow: hidden;
	transition: 0.5s;
}

.links-li a {
	display: block;
	width: 250px;
	height: 40px;
	background-color: #ccc;
	font-size: 12px;
	line-height: 40px;
	color: rgb(89, 89, 89);
	padding-left: 62px;
	box-sizing: border-box;
}

.links-li a:hover {
	color: #2550A0;
}

.footer-bottom {
	width: 1200px;
	margin: 0 auto;
	height: 124px;
	box-sizing: border-box;
	padding: 39px 0 75px;
}

.footer-bottom p {
	font-size: 14px;
	line-height: 1;
	color: rgb(180, 180, 180);
}

.footer-bottom p a:hover {
	color: rgb(228, 1, 20);
}

.footer-bottom p span {
	color: rgb(47, 102, 181);
}


/*footer-end*/


/*index-end*/


/*about-begin*/


/*banner-begin*/

#banner {
	position: relative;
}

#banner img {
	width: 100%;
}

.banner-slogan {
	width: 100%;
	position: absolute;
	top: 60%;
	left: 0;
}

.banner-slogan p {
	width: 770px;
	margin: 0 auto;
	font-size: 40px;
	font-weight: bold;
	line-height: 1;
	padding-bottom: 19px;
	position: relative;
	color: white;
}

.banner-slogan p:after {
	content: "";
	display: block;
	width: 55px;
	height: 2px;
	background-color: white;
	position: absolute;
	left: 0;
	bottom: 0;
}


/*banner-end*/


/*nav-begin*/

#navigator {
	height: 62px;
	border-bottom: 1px solid rgb(198, 198, 198);
	text-align: center;
}

.navigator-ul {
	display: inline-block;
	height: 62px;
}

.navigator-li a {
	display: block;
	font-size: 16px;
	color: rgb(77, 77, 77);
	line-height: 62px;
	padding: 0 22px;
	margin: 0 14px;
	position: relative;
	z-index: 2;
	transition: 0.5s;
}

.navigator-li.navigator-li-active a,
.navigator-li a:hover {
	color: white;
}

.navigator-li a:after {
	content: "";
	display: block;
	width: 100%;
	height: 72px;
	background-image: url(../images/bg_01.png);
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	transition: 0.5s;
	transform: scaleX(0);
	visibility: hidden\9;
}

.navigator-li.navigator-li-active a:after,
.navigator-li a:hover:after {
	transform: scaleX(1);
	visibility: visible\9;
}


/*nav-end*/


/*about-content-begin*/

#about-content {
	background-image: url(../img/banner_16.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center;
}

.intro {
	background-color: white;
}

.intro-inner {
	width: 1000px;
	margin: 0 auto;
	padding: 105px 0 80px;
}

.about-content-h1 {
	font-size: 30px;
	line-height: 1;
	font-weight: bold;
	color: rgb(60, 60, 60);
	text-align: center;
	padding-bottom: 13px;
	position: relative;
}

.about-content-h1:after {
	content: "";
	display: block;
	width: 40px;
	height: 2px;
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-left: -20px;
	background-color: rgb(145, 145, 145);
}

.intro-inner>p {
	font-size: 14px;
	color: rgb(133, 133, 133);
	text-align: center;
}

.intro-inner>p:nth-child(2) {
	padding-top: 25px;
}

.intro-inner>a {
	display: block;
	width: 140px;
	height: 50px;
	box-sizing: border-box;
	border: 2px solid rgb(188, 188, 188);
	margin: 46px auto 78px;
	font-size: 14px;
	line-height: 46px;
	color: rgb(134, 134, 134);
	padding-left: 15px;
	position: relative;
	z-index: 2;
	transition: 0.5s;
}

.intro-inner>a:hover {
	color: white;
	border-color: #2550A0;
}

.intro-inner>a:after {
	content: "";
	display: block;
	width: 27px;
	height: 8px;
	background-image: url(../images/half-arrow.png);
	background-position: left top;
	position: absolute;
	top: 17px;
	right: 19px;
}

.intro-inner>a:hover:after {
	background-position: left -8px;
}

.intro-inner>a:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background-color: #2550A0;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	transform-origin: 100%;
	transform: scaleX(0);
	transition: transform 0.54s cubic-bezier(.215, .61, .355, 1);
	visibility: hidden\9;
}

.intro-inner>a:hover:before {
	transform-origin: 0;
	transform: scaleX(1);
	visibility: visible\9;
}

.intro-inner-li {
	float: left;
	width: 16.6666%;
	cursor: pointer;
}

.intro-inner-li-icon {
	background-repeat: no-repeat;
	background-position: center;
	height: 48px;
}

.intro-inner-li-icon-bulit {
	background-image: url(../images/build_icon_01.png);
	transition: 0.5s;
}

.intro-inner-li-icon-invest {
	background-image: url(../images/invest_icon_01.png);
	transition: 0.5s;
}

.intro-inner-li-icon-bus {
	background-image: url(../images/bus_icon_01.png);
	transition: 0.5s;
}

.intro-inner-li-icon-water {
	background-image: url(../images/water_icon_01.png);
	transition: 0.5s;
}

.intro-inner-li-icon-fin {
	background-image: url(../images/fin_icon_01.png);
	transition: 0.5s;
}

.intro-inner-li-icon-money {
	background-image: url(../images/money_icon_01.png);
	transition: 0.5s;
}

.intro-inner-li h2 {
	font-size: 15px;
	line-height: 1;
	font-weight: bold;
	color: rgb(50, 50, 50);
	text-align: center;
	padding-top: 18px;
}

.intro-inner-li-line {
	width: 24px;
	height: 1px;
	background-color: rgb(200, 125, 74);
	margin: 24px auto 0;
	position: relative;
	transition: 0.5s;
}

.intro-inner-li-line:after {
	content: "";
	display: block;
	width: 24px;
	height: 1px;
	background-color: rgb(228, 1, 20);
	position: absolute;
	top: 0;
	left: 0;
	transform-origin: center;
	transform: rotateZ(90deg);
	opacity: 0;
	transition: 0.5s;
}

.intro-inner-li:hover .intro-inner-li-line {
	background-color: rgb(228, 1, 20);
	transform: rotateZ(90deg);
}

.intro-inner-li:hover .intro-inner-li-line:after {
	opacity: 1;
	transform: rotateZ(90deg);
}

.intro-inner-li:hover .intro-inner-li-icon-bulit {
	background-image: url(../images/build_icon_02.png);
}

.intro-inner-li:hover .intro-inner-li-icon-invest {
	background-image: url(../images/invest_icon_02.png);
}

.intro-inner-li:hover .intro-inner-li-icon-bus {
	background-image: url(../images/bus_icon_02.png);
}

.intro-inner-li:hover .intro-inner-li-icon-water {
	background-image: url(../images/water_icon_02.png);
}

.intro-inner-li:hover .intro-inner-li-icon-fin {
	background-image: url(../images/fin_icon_02.png);
}

.intro-inner-li:hover .intro-inner-li-icon-money {
	background-image: url(../images/money_icon_02.png);
}

.show-bg {
	height: 452px;
}

.development {
	background-color: white;
}

.dev-inner {
	width: 1200px;
	margin: 0 auto;
	padding: 67px 0 69px;
}

.swiper-outer {
	position: relative;
	padding: 110px 0 50px;
}

.swiper-container {
	height: 400px !important;
	overflow: hidden;
}

.swiper-slide {
	height: 50px !important;
}

.swiper-slide-p-01 {
	font-size: 18px;
	line-height: 50px;
	color: rgb(86, 86, 86);
	float: left;
	width: 100px;
}

.swiper-slide-round {
	width: 14px;
	height: 14px;
	background-color: rgb(150, 150, 150);
	border-radius: 50%;
	margin: 18px 36px 0;
	cursor: pointer;
	position: relative;
	transition: 0.5s
}

.swiper-slide-round:after {
	content: "";
	display: block;
	width: 25px;
	height: 25px;
	border: 1px dashed rgb(228, 1, 20);
	position: absolute;
	top: -6px;
	left: -6px;
	border-radius: 50%;
	opacity: 0;
	animation: spin 2s infinite linear;
	transition: 0.5s;
	visibility: hidden\9;
}

@keyframes spin {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(360deg);
	}
}

@-webkit-keyframes spin {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(360deg);
	}
}

.swiper-slide-round:hover {
	background-color: rgb(228, 1, 20);
}

.swiper-slide-round:hover:after {
	opacity: 1;
	visibility: visible\9;
}

.swiper-slide-p-02 {
	font-size: 14px;
	line-height: 49px;
	border-bottom: 1px solid rgb(238, 238, 238);
	color: rgb(103, 103, 103);
	margin-left: 180px;
}

.swiper-container-line {
	width: 0;
	height: 400px;
	border-left: 2px dotted rgb(223, 223, 223);
	position: absolute;
	top: 0;
	left: 142px;
	z-index: -1;
}

.swiper-top,
.swiper-down {
	display: block;
	width: 48px;
	height: 48px;
	box-sizing: border-box;
	border-radius: 50%;
	border: 1px solid rgb(223, 223, 223);
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	left: 118px;
	cursor: pointer;
	transition: 0.5s;
}

.swiper-top:hover,
.swiper-down:hover {
	background-color: rgb(228, 1, 20);
	border-color: rgb(228, 1, 20);
}

.swiper-top:hover {
	background-image: url(../images/arrow-top-02.png);
}

.swiper-down:hover {
	background-image: url(../images/arrow-down-01.png)
}

.swiper-top {
	background-image: url(../images/arrow-top-01.png);
	top: 60px;
}

.swiper-down {
	background-image: url(../images/arrow-down-02.png);
	bottom: 0;
}

.speech {
	background-color: rgba(0, 0, 0, 0.5);
	padding: 168px 0 110px
}

.speech-inner {
	width: 800px;
	margin: 0 auto;
	background-color: white;
	padding: 58px 0 63px;
}

.speech-inner p {
	width: 570px;
	margin: 0 auto;
	padding-top: 28px;
	font-size: 14px;
	color: rgb(117, 117, 117);
	text-align: center;
}

.speech-inner>a {
	display: block;
	width: 140px;
	height: 50px;
	box-sizing: border-box;
	border: 2px solid rgb(188, 188, 188);
	margin: 46px auto 0;
	font-size: 14px;
	line-height: 46px;
	color: rgb(134, 134, 134);
	padding-left: 15px;
	position: relative;
	z-index: 2;
	transition: 0.5s;
}

.speech-inner>a:hover {
	color: white;
	border-color: #2550A0;
}

.speech-inner>a:after {
	content: "";
	display: block;
	width: 27px;
	height: 8px;
	background-image: url(../images/half-arrow.png);
	background-position: left top;
	position: absolute;
	top: 17px;
	right: 19px;
}

.speech-inner>a:hover:after {
	background-position: left -8px;
}

.speech-inner>a:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background-color: #2550A0;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	transform-origin: 100%;
	transform: scaleX(0);
	transition: transform 0.54s cubic-bezier(.215, .61, .355, 1);
	visibility: hidden\9;
}

.speech-inner>a:hover:before {
	transform-origin: 0;
	transform: scaleX(1);
	visibility: visible\9;
}

.organization {
	background-color: white;
	padding: 92px 0 65px;
}

.organization img {
	margin: 0 auto;
	padding-top: 67px;
}


/*about-content-end*/


/*about-end*/


/*about-intro-begin*/

#about-intro-content {
	width: 816px;
	margin: 0 auto;
	padding: 53px 0 127px;
}

#about-intro-content>h2 {
	font-size: 16px;
	line-height: 2.75;
	color: rgb(113, 113, 113);
	font-weight: bold;
}

#about-intro-content>p {
	font-size: 14px;
	line-height: 1.86;
	color: rgb(133, 133, 133);
	text-align: justify;
}

#about-intro-content>img {
	margin: 0 auto;
	max-width: 100%;
}


/*about-intro-end*/


/*about-culture-begin*/

.about-culture-top {
	width: 1200px;
	margin: 0 auto;
	padding: 75px 0 59px;
	position: relative;
}

.about-culture-title h1 {
	font-size: 24px;
	line-height: 1;
	font-weight: bold;
	color: rgb(228, 1, 20);
}

.about-culture-title h2 {
	padding-top: 13px;
	font-size: 14px;
	line-height: 1;
	font-family: arial;
	color: rgb(144, 144, 144);
}

.about-culture-top-content {
	padding-top: 25px;
	width: 830px;
}

.about-culture-top-content p {
	font-size: 14px;
	color: rgb(133, 133, 133);
	text-align: justify;
}

.about-culture-top-content h2 {
	font-size: 16px;
	color: rgb(113, 113, 113);
	font-weight: bold;
}

.logo-wrapper {
	width: 319px;
	height: 565px;
	background-color: rgb(244, 244, 244);
	position: absolute;
	top: 59px;
	right: 0;
}

.logo-wrapper img {
	margin: 0 auto;
	padding-top: 150px;
}

.about-culture-middle {
	background-color: rgb(239, 239, 239);
	padding: 70px 0 60px;
}

.about-culture-middle-inner {
	width: 1200px;
	margin: 0 auto;
	background-color: white;
}

.about-culture-middle-inner-content {
	height: 320px;
	overflow: hidden;
}

.about-culture-middle-inner-content>div {
	float: left;
	width: 50%;
	box-sizing: border-box;
	overflow: hidden;
}

.about-culture-middle-inner-content>div img {
	width: 100%;
	transition: 1s;
	cursor: pointer;
}

.about-culture-middle-inner-content>div:hover img {
	transform: scale(1.08);
}

.about-culture-middle-inner-content-top {
	padding: 75px 70px 0;
}

.about-culture-middle-inner-content-top-content {
	padding-top: 50px;
}

.about-culture-middle-inner-content-top-content p,
.about-culture-middle-inner-content-bottom-content p {
	font-size: 14px;
	color: rgb(113, 113, 113);
	text-align: justify;
}

.about-culture-middle-inner-content-bottom {
	padding: 48px 75px 0;
}

.about-culture-middle-inner-content-bottom-content {
	padding-top: 20px;
}

.about-culture-middle-inner-content-bottom-content h2 {
	font-size: 20px;
	color: rgb(113, 113, 113);
	line-height: 2.7;
}

.about-culture-bottom {
	padding: 59px 0 74px;
	width: 1200px;
	margin: 0 auto;
}

.about-culture-bottom .about-culture-title {
	padding-left: 46px;
}

.about-culture-bottom-li {
	padding-top: 31px;
	border-bottom: 1px solid rgb(229, 229, 229);
}

.about-culture-bottom-li-left {
	width: 120px;
	font-size: 16px;
	line-height: 44px;
	color: rgb(113, 113, 113);
	padding-left: 46px;
	float: left;
}

.about-culture-bottom-li-right {
	font-size: 14px;
	line-height: 44px;
	color: rgb(113, 113, 113);
	padding-left: 100px;
	float: left;
}


/*about-culture-end*/


/*about-benefit-begin*/

#about-benefit {
	width: 1000px;
	margin: 0 auto;
	padding: 57px 0 74px;
}

.about-benefit-li {
	width: 32%;
	margin-right: 2%;
	float: left;
	margin-bottom: 36px;
}

.about-benefit-li:nth-child(3n) {
	margin-right: 0;
}

.about-benefit-li-top {
	height: 176px;
	overflow: hidden;
}

.about-benefit-li-top img {
	width: 100%;
	transition: 1s;
}

.about-benefit-li:hover .about-benefit-li-top img {
	transform: scale(1.08);
}

.about-benefit-li-bottom {
	box-sizing: border-box;
	border: 1px solid rgb(177, 177, 177);
	padding: 10px 15px;
	transition: 0.5s;
}

.about-benefit-li-bottom h3 {
	font-size: 12px;
	line-height: 1;
	color: rgb(160, 160, 160);
	transition: 0.5s;
}

.about-benefit-li-bottom h2 {
	font-size: 15px;
	line-height: 1;
	font-weight: bold;
	color: rgb(90, 90, 90);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 11px 0 12px;
	transition: 0.5s;
}

.about-benefit-li-bottom p {
	font-size: 14px;
	color: rgb(125, 125, 125);
	height: 75px;
	overflow: hidden;
	transition: 0.5s;
}

.about-benefit-li:hover .about-benefit-li-bottom {
	background-color: #2550a0;
	border-color: #2550a0;
}

.about-benefit-li:hover .about-benefit-li-bottom h3,
.about-benefit-li:hover .about-benefit-li-bottom h2,
.about-benefit-li:hover .about-benefit-li-bottom p {
	color: white;
}

.about-benefit-more-wrapper {
	display: block;
	width: 100%;
	height: 24px;
	margin-top: 31px;
	position: relative;
}

.about-benefit-more {
	display: block;
	width: 5px;
	height: 14px;
	background-color: rgb(149, 149, 149);
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -2px;
}

.about-benefit-more:before,
.about-benefit-more:after {
	content: "";
	display: block;
	width: 5px;
	height: 24px;
	background-color: rgb(149, 149, 149);
	position: absolute;
	bottom: 0;
}

.about-benefit-more:before {
	left: -9px;
}

.about-benefit-more:after {
	right: -9px;
}

.about-benefit-more-wrapper:hover .about-benefit-more {
	background-color: #2550a0;
	animation: increase 0.75s linear infinite alternate;
	-webkit-animation: increase 0.5s linear infinite alternate;
}

.about-benefit-more-wrapper:hover .about-benefit-more:before,
.about-benefit-more-wrapper:hover .about-benefit-more:after {
	background-color: #2550a0;
	animation: decrease 0.75s linear infinite alternate;
	-webkit-animation: decrease 0.5s linear infinite alternate;
}

@keyframes increase {
	from {
		height: 14px;
	}
	10% {
		height: 15px;
	}
	20% {
		height: 16px;
	}
	30% {
		height: 17px;
	}
	40% {
		height: 18px;
	}
	50% {
		height: 19px;
	}
	60% {
		height: 20px;
	}
	70% {
		height: 21px;
	}
	80% {
		height: 22px;
	}
	90% {
		height: 23px;
	}
	to {
		height: 24px;
	}
}

@-webkit-keyframes increase {
	from {
		height: 14px;
	}
	10% {
		height: 15px;
	}
	20% {
		height: 16px;
	}
	30% {
		height: 17px;
	}
	40% {
		height: 18px;
	}
	50% {
		height: 19px;
	}
	60% {
		height: 20px;
	}
	70% {
		height: 21px;
	}
	80% {
		height: 22px;
	}
	90% {
		height: 23px;
	}
	to {
		height: 24px;
	}
}

@keyframes decrease {
	from {
		height: 24px;
	}
	10% {
		height: 23px;
	}
	20% {
		height: 22px;
	}
	30% {
		height: 21px;
	}
	40% {
		height: 20px;
	}
	50% {
		height: 19px;
	}
	60% {
		height: 18px;
	}
	70% {
		height: 17px;
	}
	80% {
		height: 16px;
	}
	90% {
		height: 15px;
	}
	to {
		height: 14px;
	}
}

@-webkit-keyframes decrease {
	from {
		height: 24px;
	}
	10% {
		height: 23px;
	}
	20% {
		height: 22px;
	}
	30% {
		height: 21px;
	}
	40% {
		height: 20px;
	}
	50% {
		height: 19px;
	}
	60% {
		height: 18px;
	}
	70% {
		height: 17px;
	}
	80% {
		height: 16px;
	}
	90% {
		height: 15px;
	}
	to {
		height: 14px;
	}
}


/*about-benefit-end*/


/*about-speech-begin*/

#about-speech {
	width: 816px;
	margin: 0 auto;
	padding: 83px 0 76px;
}

#about-speech p {
	font-size: 14px;
	color: rgb(133, 133, 133);
	text-align: justify;
}

#about-speech h2 {
	font-size: 16px;
	line-height: 1;
	text-align: right;
	color: rgb(90, 90, 90);
	margin-top: 35px;
	margin-right: 35px;
	position: relative;
}

#about-speech h2:before {
	content: "";
	display: block;
	width: 50px;
	height: 1px;
	background-color: rgb(90, 106, 144);
	position: absolute;
	right: 73px;
	bottom: 8px;
}


/*about-speech-end*/


/*news-details-begin*/

.news-details-header {
	background-color: rgb(182, 202, 229);
	padding: 162px 0 73px;
}

.news-details-header h1 {
	font-size: 34px;
	line-height: 1;
	color: white;
	text-align: center;
}

.news-details-header p {
	font-size: 14px;
	line-height: 1;
	color: white;
	text-align: center;
	padding-top: 22px;
}

.news-details-content {
	width: 1000px;
	margin: 0 auto;
}

.news-details-content-header {
	padding: 51px 0 18px;
	border-bottom: 1px solid rgb(226, 226, 226);
}

.news-details-content-header-share {
	float: left;
}

.news-details-content-header-share p {
	font-size: 14px;
	line-height: 16px;
	color: rgb(122, 122, 122);
	float: left;
	padding-right: 5px;
}

.news-details-content-header-share a {
	display: block;
	float: left;
	width: 35px;
	height: 16px;
	background-repeat: no-repeat;
	background-position: center;
}

.news-details-content-header-share .wechat {
	background-image: url(../images/wechat_icon.png);
}

.news-details-content-header-share .wechat:hover {
	background-image: url(../images/wechat_icon_red.png);
}

.news-details-content-header-share .qq {
	background-image: url(../images/qq_icon.png);
}

.news-details-content-header-share .qq:hover {
	background-image: url(../images/qq_icon_red.png);
}

.news-details-content-header-share .weblog {
	background-image: url(../images/weblog_icon.png);
}

.news-details-content-header-share .weblog:hover {
	background-image: url(../images/weblog_icon_red.png);
}

.news-details-content-header-nav {
	float: right;
}

.news-details-content-header-nav li {
	float: left;
}

.news-details-content-header-nav li a {
	display: block;
	font-size: 14px;
	line-height: 16px;
	color: rgb(101, 101, 101);
	padding: 0 20px;
}

.news-details-content-header-nav li a:hover {
	color: #e50114;
}

.news-details-content-content {
	padding: 34px 0 80px;
	font-size: 14px;
	color: rgb(122, 122, 122);
	text-align: justify;
}


/*news-details-end*/


/*news-notification-begin*/

#news-notification {
	width: 1000px;
	margin: 0 auto;
	padding: 57px 0 107px;
}

.search-wrapper {
	padding-bottom: 25px;
}

.search-wrapper p {
	font-size: 14px;
	line-height: 52px;
	color: rgb(107, 107, 107);
	float: left;
	padding-right: 20px;
}

.search-wrapper input {
	display: block;
	float: left;
	box-sizing: border-box;
	width: 249px;
	height: 52px;
	border: 1px solid rgb(228, 228, 228);
	font-size: 14px;
	line-height: 50px;
	color: rgb(127, 127, 127);
	padding-left: 82px;
}

.search-wrapper a {
	display: block;
	box-sizing: border-box;
	width: 57px;
	height: 52px;
	background-color: rgb(244, 244, 244);
	border: 1px solid rgb(228, 228, 228);
	border-left: none;
	float: left;
	background-image: url(../images/search_icon.png);
	background-repeat: no-repeat;
	background-position: center;
	transition: 0.5s;
}

.search-wrapper a:hover {
	background-color: #2550a0;
	background-image: url(../images/search_icon_white.png);
}

.news-notification-ul {
	padding-bottom: 110px;
}

.news-notification-li {
	padding: 19px 0;
	border-bottom: 1px solid rgb(235, 235, 235);
}

.news-notification-li:first-child {
	border-top: 1px solid rgb(235, 235, 235);
}

.news-notification-li-date {
	width: 86px;
	height: 115px;
	background-color: rgb(207, 207, 207);
	float: left;
	box-sizing: border-box;
	padding: 24px 17px 0;
	margin-right: 46px;
	transition: 0.5s
}

.news-notification-li-date h2 {
	font-size: 36px;
	line-height: 1;
	text-align: center;
	padding-bottom: 15px;
	border-bottom: 1px solid white;
	color: white;
	font-style: italic;
}

.news-notification-li-date p {
	font-size: 12px;
	line-height: 1;
	color: white;
	padding-top: 11px;
	text-align: center;
}

.news-notification-li-h2 {
	font-size: 16px;
	line-height: 1;
	font-weight: bold;
	color: rgb(83, 83, 83);
	padding: 22px 0 15px;
	transition: 0.5s;
}

.news-notification-li-p {
	font-size: 14px;
	color: rgb(127, 127, 127);
	padding-right: 36px;
	text-align: justify;
}

.news-notification-li:hover .news-notification-li-date {
	background-color: rgb(228, 1, 20);
}

.news-notification-li:hover .news-notification-li-h2 {
	color: rgb(228, 1, 20);
}

.list-nav {
	text-align: center;
}

.list-nav-li {
	display: inline-block;
	margin-left: 13px;
	height: 41px;
	vertical-align: middle;
}

.list-nav-li:first-child {
	margin-left: 0;
}

.list-nav-li a {
	display: block;
	width: 41px;
	height: 41px;
	box-sizing: border-box;
	border: 1px solid rgb(133, 133, 133);
	font-size: 14px;
	line-height: 39px;
	color: rgb(111, 111, 111);
	text-align: center;
	border-radius: 50%;
	transition: 0.5s;
}

.list-nav-li:first-child a {
	background-image: url(../images/arrow-left-02.png);
	background-repeat: no-repeat;
	background-position: center;
}

.list-nav-li:last-child a {
	background-image: url(../images/arrow-right-02.png);
	background-repeat: no-repeat;
	background-position: center;
}

.list-nav-li a:hover,
.list-nav-li-active a {
	background-color: rgb(228, 1, 20);
	border-color: rgb(228, 1, 20);
	color: white;
}

.list-nav-li:first-child a:hover {
	background-image: url(../images/arrow-left-03.png);
}

.list-nav-li:last-child a:hover {
	background-image: url(../images/arrow-right-03.png);
}


/*news-notification-end*/


/*news-begin*/

#news {
	width: 1000px;
	margin: 0 auto;
	padding: 57px 0 107px;
}

.news-ul {
	padding-bottom: 40px;
}


/*news-end*/


/*party-begin*/

#party {
	padding: 53px 0 66px;
}

.party-ul {
	padding-bottom: 81px;
}

.party-li {
	transition: 0.5s;
}

.party-li-inner {
	width: 1000px;
	margin: 0 auto;
	padding: 29px 0 35px;
	border-top: 1px solid rgb(217, 217, 217);
	position: relative;
	transition: 0.5s;
}

.party-li:last-child .party-li-inner {
	border-bottom: 1px solid rgb(217, 217, 217);
}

.party-li-inner-left {
	width: 300px;
	float: left;
	margin-left: 12px;
	margin-right: 23px;
	overflow: hidden;
}

.party-li-inner-left img {
	width: 100%;
	transition: 1s;
}

.party-li-inner-right {
	width: 660px;
	float: left;
	font-family: 微軟正黑體;
}

.party-li-inner-right h2 {
	font-size: 18px;
	line-height: 2.67;
	color: rgb(66, 66, 66);
	font-weight: bold;
	transition: 0.5s;
}

.party-li-inner-right p {
	font-size: 14px;
	color: rgb(119, 119, 119);
}

.party-li-inner-right i {
	display: block;
	width: 107px;
	height: 36px;
	box-sizing: border-box;
	border: 1px solid rgb(198, 198, 198);
	font-size: 15px;
	line-height: 34px;
	color: rgb(90, 90, 90);
	margin-top: 53px;
	text-align: center;
	font-style: normal;
	transition: 0.5s;
}

.party-li-inner-right span {
	font-size: 14px;
	line-height: 1;
	color: rgb(132, 132, 132);
	padding-left: 21px;
	position: absolute;
	bottom: 60px;
	right: 0;
}

.party-li-inner-right span:before {
	content: "";
	display: block;
	width: 14px;
	height: 14px;
	position: absolute;
	top: 0;
	left: 0;
	background-image: url(../images/cloak.png);
}

.party-li:hover {
	background-color: rgb(243, 243, 243);
}

.party-li:hover .party-li-inner {
	border-top-color: rgb(243, 243, 243);
}

.party-li:hover+.party-li .party-li-inner {
	border-top-color: rgb(243, 243, 243);
}

.party-li:last-child:hover .party-li-inner {
	border-bottom-color: rgb(243, 243, 243);
}

.party-li:hover .party-li-inner-right h2 {
	color: rgb(228, 1, 20);
}

.party-li:hover .party-li-inner-right i {
	background-color: rgb(228, 1, 20);
	color: white;
}

.party-li:hover .party-li-inner-left img {
	transform: scale(1.08);
}


/*party-end*/


/*project-begin*/

#project {
	width: 1200px;
	margin: 0 auto;
	padding: 56px 0 66px;
}

.project-ul {
	padding-bottom: 46px;
}

.project-li {
	width: 32.33%;
	margin-right: 1.5%;
	margin-bottom: 45px;
	float: left;
	overflow: hidden;
}

.project-li:nth-child(3n) {
	margin-right: 0;
}

.project-li img {
	width: 100%;
	transition: 1s;
}

.project-li p {
	font-size: 18px;
	line-height: 30px;
	color: rgb(93, 93, 93);
	padding: 12px 0 24px 7px;
	border-bottom: 1px solid rgb(217, 217, 217);
	position: relative;
}

.project-li p:after {
	content: "+";
	display: block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 24px;
	position: absolute;
	top: 12px;
	right: 0;
	transition: 0.5s;
}

.project-li-top {
	height: 276px;
	overflow: hidden;
}

.project-li:hover img {
	transform: scale(1.08);
}

.project-li:hover p:after {
	color: white;
	background-color: rgb(228, 1, 20);
}


/*project-end*/


/*firm-begin*/

#firm {
	width: 1100px;
	margin: 0 auto;
	padding: 78px 0 92px;
}

.firm-li {
	box-sizing: border-box;
	border: 1px solid rgb(221, 221, 221);
	border-bottom: none;
}

.firm-li:last-child {
	border-bottom: 1px solid rgb(221, 221, 221);
}

.firm-li-header {
	position: relative;
	cursor: pointer;
	background-color: rgb(240, 244, 255);
	transition: 0.5s
}

.firm-li-header p {
	font-size: 18px;
	line-height: 3;
	padding-left: 27px;
	color: rgb(84, 84, 84);
	transition: 0.5s;
}

.firm-li-header span {
	position: absolute;
	top: 19px;
	right: 40px;
	width: 10px;
	height: 16px;
	background-image: url(../images/arrow-right-02.png);
	transition: 0.5s;
}

.firm-li-content {
	box-sizing: border-box;
	padding: 28px 34px;
	font-size: 14px;
	color: rgb(124, 124, 124);
	text-align: justify;
	display: none;
}

.firm-li-content-left,
.firm-li-content-middle,
.firm-li-content-right {
	float: left;
}

.firm-li-content-left,
.firm-li-content-middle {
	width: 25%;
}

.firm-li-content-right {
	width: 50%;
}

.firm-li-active.firm-li .firm-li-header,
.firm-li:hover .firm-li-header {
	background-color: rgb(228, 1, 20);
}

.firm-li-active.firm-li .firm-li-header p,
.firm-li:hover .firm-li-header p {
	color: white;
}

.firm-li:hover .firm-li-header span {
	background-image: url(../images/arrow-right-03.png);
}

.firm-li-active.firm-li .firm-li-header span {
	background-image: url(../images/arrow-right-03.png);
	transform: rotateZ(90deg);
}


/*firm-end*/


/*hr-begin*/

.idea {
	width: 1000px;
	margin: 0 auto;
	padding: 96px 0 103px;
}

.idea-ul {
	padding: 100px 0 34px;
	border-bottom: 1px solid rgb(167, 167, 167);
	margin-bottom: 87px;
}

.idea-li {
	width: 25%;
	float: left;
	position: relative;
	cursor: pointer;
}

.idea-li h2 {
	font-size: 20px;
	line-height: 1;
	color: rgb(60, 60, 60);
	text-align: center;
}

.idea-li p {
	font-family: arial font-size: 14px;
	line-height: 1.7;
	color: rgb(134, 134, 134);
	text-align: center;
}

.idea-li:after {
	content: "";
	display: block;
	width: 9px;
	height: 9px;
	background-color: rgb(167, 167, 167);
	border-radius: 50%;
	position: absolute;
	left: 50%;
	margin-left: -5px;
	bottom: -39px;
	transition: 0.5s;
}

.idea-li:hover:after,
.idea-li.active:after {
	transform: scale(2.33333);
	background-color: rgb(228, 1, 20);
}

.idea-p {
	width: 812px;
	margin: 0 auto;
	font-size: 14px;
	color: rgb(137, 137, 137);
	text-align: center;
	display: none;
}

.mien {
	background-image: url(../img/banner_56.jpg);
	background-position: center;
}

.mien-content {
	width: 1000px;
	margin: 0 auto;
	padding: 70px 0 167px;
}

.mien-content .about-content-h1 {
	color: white;
}

.mien-content .about-content-h1:after {
	background-color: white;
}

.slick-six {
	margin-top: 85px;
}

.slick-six-item {
	margin-right: 15px;
}

.slick-six {
	margin-right: -15px;
}

.slick-six-item-content {
	box-sizing: border-box;
	padding: 13px 19px 17px;
	background-color: white;
	transition: 0.5s;
}

.slick-six-item-content h2 {
	font-size: 14px;
	font-weight: bold;
	line-height: 1.5;
	color: rgb(90, 90, 90);
	height: 42px;
	overflow: hidden;
	transition: 0.5s;
}

.slick-six-item-img {
	height: 142px;
	overflow: hidden;
}

.slick-six-item-img img {
	width: 100%;
	min-height: 100%;
	transition: 1s;
}

.slick-six-item:hover .slick-six-item-img img {
	transform: scale(1.08);
}

.slick-six-item:hover .slick-six-item-content {
	background-color: rgb(228, 1, 20);
}

.slick-six-item:hover .slick-six-item-content h2 {
	color: white;
}

.slick-six .slick-prev:before,
.slick-six .slick-next:before {
	content: none;
}

.slick-six .slick-prev,
.slick-six .slick-next {
	width: 62px;
	height: 62px;
	margin-top: -32px;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, 0.2);
	background-repeat: no-repeat;
	background-position: center;
}

.slick-six .slick-prev {
	left: -80px;
	background-image: url(../images/arrow-left-04.png);
}

.slick-six .slick-next {
	right: -65px;
	background-image: url(../images/arrow-right-04.png);
}

.slick-six .slick-prev:hover {
	background-image: url(../images/arrow-left-05.png);
	background-color: white;
}

.slick-six .slick-next:hover {
	background-image: url(../images/arrow-right-05.png);
	background-color: white;
}

.recruitment {
	width: 1000px;
	margin: 0 auto;
	padding: 70px 0 140px;
}

.recruitment-ul {
	padding-top: 33px;
}

.recruitment-li-ul {
	border-bottom: 1px solid rgb(220, 220, 220);
	transition: 0.5s;
	cursor: pointer;
}

.recruitment-li-li {
	width: 20%;
	float: left;
	font-size: 15px;
	line-height: 3;
	color: rgb(80, 80, 80);
	text-align: center;
	position: relative;
	transition: 0.5s;
}

.recruitment-li-li span {
	width: 19px;
	height: 1px;
	background-color: rgb(154, 154, 154);
	position: absolute;
	top: 22px;
	left: 50%;
	margin-left: -9px;
	transition: 0.5s;
}

.recruitment-li-li span:after {
	content: "";
	display: block;
	width: 1px;
	height: 19px;
	position: absolute;
	top: -9px;
	left: 9px;
	background-color: rgb(154, 154, 154);
	transition: 0.5s;
}

.recruitment-li:first-child .recruitment-li-li {
	font-weight: bold;
}

.recruitment-li:first-child .recruitment-li-ul {
	border-bottom: 4px solid rgb(190, 190, 190);
}

.recruitment-li-content {
	box-sizing: border-box;
	padding: 20px 35px 40px;
	background-color: rgb(241, 241, 241);
	font-size: 14px;
	color: rgb(105, 105, 105);
	display: none;
}

.recruitment-li {
	transition: 0.5s;
}

.recruitment-li-active.recruitment-li,
.recruitment-li:hover {
	background-color: rgb(228, 1, 20);
}

.recruitment-li:first-child:hover {
	background-color: white;
}

.recruitment-li-active.recruitment-li .recruitment-li-li,
.recruitment-li:hover .recruitment-li-li {
	color: white;
}

.recruitment-li:first-child:hover .recruitment-li-li {
	color: rgb(80, 80, 80);
	;
}

.recruitment-li-active.recruitment-li .recruitment-li-ul,
.recruitment-li:hover .recruitment-li-ul {
	border-color: rgb(228, 1, 20);
}

.recruitment-li:first-child:hover .recruitment-li-ul {
	border-color: rgb(190, 190, 190);
}

.recruitment-li-active.recruitment-li .recruitment-li-li span {
	background-color: white;
	transform: rotateZ(180deg);
}

.recruitment-li-active.recruitment-li .recruitment-li-li span:after {
	opacity: 0;
}


/*hr-end*/


/*contact-begin*/

.contact-top {
	width: 1000px;
	margin: 0 auto;
	padding: 111px 0 87px;
}

.contact-top-h2 {
	font-size: 18px;
	font-weight: bold;
	line-height: 1;
	color: rgb(65, 65, 65);
	padding-bottom: 18px;
}

.contact-top-p {
	font-size: 14px;
	color: rgb(116, 116, 116);
}

#map {
	height: 524px;
	box-sizing: border-box;
	border: 1px solid rgb(198, 198, 198);
	margin-top: 23px;
}

.anchorBL {
	display: none !important;
}

#map img {
	display: inline !important;
}

.contact-bottom {
	background-color: rgb(241, 241, 241);
}

.contact-bottom-inner {
	width: 1000px;
	margin: 0 auto;
	padding: 94px 0 98px;
}

.form {
	padding-top: 58px;
	position: relative;
}

.name-input,
.phone-input {
	display: block;
	width: 410px;
	height: 63px;
	box-sizing: border-box;
	padding-left: 16px;
	padding-right: 16px;
	font-size: 16px;
	color: rgb(129, 129, 129);
	line-height: 63px;
	border: none;
	margin-bottom: 14px;
}

.phone-input {
	margin-bottom: 0;
}

.form textarea {
	display: block;
	width: 560px;
	height: 140px;
	box-sizing: border-box;
	position: absolute;
	top: 58px;
	right: 0;
	border: none;
	padding: 24px;
	font-family: "微软雅黑";
	font-size: 16px;
	color: rgb(129, 129, 129);
}

.submit-input {
	width: 100%;
	height: 63px;
	background-color: rgb(216, 216, 216);
	font-size: 16px;
	color: white;
	line-height: 63px;
	text-align: center;
	margin-top: 34px;
	border: none;
	box-sizing: border-box;
	cursor: pointer;
	transition: 0.5s;
}

.submit-input:hover {
	background-color: #2550A0;
}


/*contact-end*/


/*error-begin*/

#error {
	width: 800px;
	margin: 0 auto;
	padding: 63px 0 126px;
}

.error-left {
	float: left;
	width: 350px;
	margin-right: 65px;
}

.error-left img {
	width: 100%;
}

.error-right {
	float: left;
	width: 385px;
}

.error-right h2 {
	font-size: 30px;
	line-height: 1;
	color: rgb(71, 71, 71);
	padding: 38px 0 18px;
}

.error-right h3 {
	font-size: 14px;
	color: rgb(96, 96, 96);
	line-height: 1;
	padding-bottom: 27px;
}

.error-right a {
	display: block;
	float: left;
	width: 180px;
	height: 52px;
	margin-right: 25px;
	background-color: rgb(91, 91, 91);
	font-size: 16px;
	line-height: 52px;
	text-align: center;
	color: white;
	transition: 0.25s;
	margin-bottom: 31px;
}

.error-right .go-back {
	margin-right: 0;
}

.error-right a:hover {
	background-color: rgb(228, 1, 20);
}

.error-right p {
	font-size: 14px;
	line-height: 2.3;
	color: rgb(96, 96, 96);
}
.cifl-play{
	display: block;
	position: absolute;
	width: 55px;
	height: 55px;
	border-radius: 50%;
	top: 50%;
	left: 50%;
	text-align: center;
	margin: -27.5px 0 0 -27.5px;
	background: rgba(0,0,0,.7);
}
.cifl-play i{
	display: block;
	width: 20px;
	height: 20px;
	margin:17.5px auto 0;
	background: url(../images/playicon.png) no-repeat;
	background-size: contain;
}
.vwrap {
	display: none;
	z-index: 11040;
	width: 100%;
	position: fixed;
}

.vwrap .videobtg {
	z-index: 900;
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: #000;
	opacity: 0.8;
	filter: alpha(opacity=80);
	overflow: hidden;
}

.vwrap .videobox {
	z-index: 990;
	width: 800px;
	height: 400px;
	background-color: #fff;
	position: fixed;
	left: 50%;
	top: 50%;
	margin-top: -200px;
	margin-left: -400px;
}

.vwrap .videobox #videobox {
	width: 100%;
	display: inline-block;
	height: 100%;
	background: #80abde;
}

#videobox_wrapper {
	height: 100%!important;
}

.vwrap .closes {
	z-index: 999;
	width: 32px;
	height: 32px;
	cursor: pointer;
	position: absolute;
	top: 0px;
	right: -42px;
}

.vwrap .closes i {
	display: block;
	width: 32px;
	height: 32px;
	background: url(../images/close.png) no-repeat 50% 50%;
}

.vwrap .closes:hover i {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

#videobox_display_button,
#videocontainer_display_button {
	background: none no-repeat!important;
}

.jwplayer .jwicon {
	opacity: 0.8;
	filter: alpha(opacity=80);
	cursor: pointer;
}

.jwplayer .jwicon:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}

.jwlogo,
.jwclick {
	display: none!important;
}

.jwdisplayIcon {
	background: none no-repeat!important;
}

/*error-end*/