/*滚动条样式*/

::-webkit-scrollbar {
	width: 8px;
	height: 8px;
}

::-webkit-scrollbar-track {
	background: #ecf5ff;
}

::-webkit-scrollbar-thumb {
	background: #00468e;
	height: 60px;
}

::-webkit-scrollbar-thumb:window-inactive {
	background: #00468e;
}

::-webkit-scrollbar-thumb:vertical:hover {
	background: #00468e;
}

body {
	font-family: "Helvetica Neue","Helvetica","Arial","sans-serif", "微软雅黑";
}

i,em {
	font-style: normal;
}

a:hover {
	text-decoration: none;
}

@media (min-width: 1300px) {
	.container {
		width: 1260px;
	}
}

.Animation {
	-webkit-transition: all 1s;
	transition: all 1s;
	opacity: 0;
}
.Animation1 {
	-webkit-transition: all 1.5s;
	transition: all 1.5s;
	opacity: 0;
}

.fullpage {
	width: 100%;
	overflow: hidden;
}
.section {
	position: relative;
	overflow: hidden;
}
.section .container {
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 9;
	transform: translate(-50%,-50%);
	padding-top: 60px;
}
.img {
	width: 100%;
	overflow: hidden;
}
.img img {
	display: block;
	width: 100%;
	transition: all .5s;
}
@media (max-width: 767px) {
	.section .container {
		width: 100%;
		padding-top: 25px;
	}
}
@media (min-width: 992px) {
	.section .container {
	    padding-top: 70px;
	}
}
@media (min-width: 1200px) {
	.section .container {
	    padding-top: 80px;
	}
}
@media (min-width: 1300px) {
	.section .container {
	    padding-top: 100px;
	}
}

/*foot*/
.foot_fixed {
	height: 40px;	
}
.foot_fixed .footer_main {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1030;
	background: rgba(255,255,255,0.95)
}
.section:last-child .footer {
	position: absolute;
	bottom: -100%;
	left: 0;
	right: 0;
	transition-delay: .5s;
}
.active.section:last-child .footer {
	opacity: 1;
	bottom: 0;
}
.footer_main {
	border-top: 2px #858383 solid;
	color: #4f4e4e;
	text-align: center;
	padding: 15px 0;
}
.footer a {
	color: #4f4e4e;
}
.footer a:hover {
	color: #00468e;
}
@media (max-width: 767px) {
	.footer_main {
		padding: 5px 0;
		border-top-width: 1px;
	}
	.footer_main span {
		display: block;
		font-size: 12px;
	}
}

/*导航*/
.header {
	height: 50px;
}
.index_body .header {
	height: auto;
}
.navbar-default {
	background-color: rgba(255,255,255,1);
	border: 0;
	box-shadow: 0 3px 8px rgba(0,0,0,.15);
	transition: all .8s;
}
.navbar-brand {
	padding-top: 10px;
	padding-bottom: 10px;
}
.navbar-brand img {
	display: block;
	height: 30px;
}
.navbar-brand .logo1 {
	display: none;
}
.navbar-default .navbar-toggle {
	border: 0;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #00468e;
	transition: all .5s;
}
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
	background-color: transparent;
}
.navbar-default .menu_close .icon-bar:nth-child(1) {
	transform: rotate(45deg);
	position: relative;
	top: 6px;
}
.navbar-default .menu_close .icon-bar:nth-child(2) {
	display: none;
}
.navbar-default .menu_close .icon-bar:nth-child(3) {
	transform: rotate(-45deg);
}
.navbar-default .navbar-nav>li>a {
	color: #373737;
	transition: all .5s;
}
.navbar-default .nav>li>a:focus,
.navbar-default .nav>li>a:hover,
.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
	color: #00468e;
	background-color: transparent;
}
.navbar-default .navbar-nav>li>a span {
	position: relative;
	display: block;
	text-transform: uppercase;
	padding: 0 5px;
}
.navbar-default .navbar-nav>li>a span:after {
	content: "";
	width: 0;
	height: 2px;
	background-color: #00468e;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -10px;
	transition: all .5s;
}
.navbar-default .navbar-nav>li:hover>a span:after,
.navbar-default .navbar-nav>.active>a span:after {
	width: 100%;
}
.navbar-collapse::-webkit-scrollbar {
	width: 2px;
	height: 2px;
}

.top_icon {
	display: none;
}
.top_icon .icon_White {
	display: none;
}
.top_icon a {
	float: left;
	width: 24px;
	height: 24px;
	border: 1px #2d2d2d solid;
	border-radius: 100%;
	cursor: pointer;
	position: relative;
	margin-left: 10px;
}
.top_icon a>img {
	display: block;
	width: 100%;
}
.dropwechat {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	z-index: -1;
	opacity: 0;
	top: 80px;
	transition: all .5s;
}
.dropwechat img {
	display: block;
	width: 110px;
}
.top_icon a:hover {
	border-color: #00468e;
}
.top_icon a:hover .dropwechat {
	z-index: 1;
	opacity: 1;
	top: 42px;
}
.section1Header .top_icon .iconDefault {
	display: none;
}
.section1Header .top_icon .icon_White {
	display: block;
}
.section1Header .top_icon a {
	border-color: #fff;
}

@media (min-width: 768px) {
	.header {
		height: 60px;
	}
	.section1Header .navbar-default {
		background-color: transparent;
		border-bottom: 1px rgba(255,255,255,.1) solid;
		box-shadow: none;
	}
	.section1Header .navbar-brand .logo1 {
		display: block;
	}
	.section1Header .navbar-brand .logo {
		display: none;
	}
	.section1Header .navbar-default .navbar-nav>li>a {
		color: #fff;
	}
	.section1Header .navbar-default .nav>li>a:focus,
	.section1Header .navbar-default .nav>li>a:hover {
		color: #fff;
	}
	.navbar-brand {
		height: auto;
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.navbar-default .navbar-nav>li>a {
		font-size: 14px;
		padding: 20px 10px;
	}
	.navbar-default .navbar-nav>li>a span:after {
		bottom: -20px;
	}
	.section1Header .navbar-default .navbar-nav>li>a span:after {
		background-color: #fff;
	}
	.top_icon {
		display: block;
		float: right;
		margin-left: 10px;
		margin-top: 18px;
	}
}
@media (min-width: 992px) {
	.header {
		height: 70px;
	}
	.navbar-brand {
		height: auto;
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.navbar-default .navbar-nav>li>a {
		padding: 25px 20px;
	}
	.navbar-default .navbar-nav>li>a span:after {
		bottom: -25px;
	}
	.top_icon {
		margin-top: 23px;
	}
}
@media (min-width: 1200px) {
	.header {
		height: 80px;
	}
	.header .container-fluid {
		width: 90%;
		padding: 0;
	}
	.navbar-brand img {
		height: 50px;
	}
	.navbar-default .navbar-nav>li>a {
		font-size: 16px;
		padding: 30px 20px;
	}
	.navbar-default .navbar-nav>li>a span:after {
		height: 3px;
		bottom: -30px;
	}
	.top_icon {
		margin-top: 23px;
	}
	.top_icon a {
		width: 34px;
		height: 34px;
		margin-left: 20px;
	}
}
@media (min-width: 1300px) {
	.header {
		height: 100px;
	}
	.navbar-brand img {
		height: 70px;
	}
	.navbar-default .navbar-nav>li>a {
		font-size: 16px;
		padding: 40px 25px;
	}
	.navbar-default .navbar-nav>li>a span:after {
		bottom: -40px;
	}
	.top_icon {
		margin-top: 33px;
	}
}

/*第一屏*/
.section1 .swiper-container {
	height: 100%;
}
.section1 .swiper-button-prev {
	left: 50px;
}
.section1 .swiper-button-next {
	right: 50px;
}
.banner_text img {
	display: block;
	width: 100%;
}
.banner_text .PC_img {
	display: none;
}
.banner_text .min_img {
	display: block;
}
.banner1 .banner_text img {
	transform: scale(0);
}
.banner1.swiper-slide-active .banner_text img {
	opacity: 1;
	transform: scale(1);
}
.banner2 .banner_text img {
	transform: translateY(-100%);
}
.banner2.swiper-slide-active .banner_text img {
	opacity: 1;
	transform: none;
	transition-delay: .5s;
}
.banner3 .banner_text img {
	transform: translateY(100%);
}
.banner3.swiper-slide-active .banner_text img {
	opacity: 1;
	transform: none;
	transition-delay: .5s;
}
.banner4 .banner_text img {
	transform: translateX(-100%);
}
.banner4.swiper-slide-active .banner_text img {
	opacity: 1;
	transform: none;
	transition-delay: .5s;
}
.banner5 .banner_text img {
	transform: translateX(100%);
}
.banner5.swiper-slide-active .banner_text img {
	opacity: 1;
	transform: none;
	transition-delay: .5s;
}

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
	width: 8px;
	height: 8px;
	background: #00468e;
}
#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span,
#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span {
	width: 14px;
	height: 14px;
	border: 1px #fdc44d solid;
	margin: -5px 0 0 -5px;
	background: transparent;
}
#fp-nav ul li:hover a span:after,
.fp-slidesNav ul li:hover a span:after,
#fp-nav ul li a.active span:after,
.fp-slidesNav ul li a.active span:after,
#fp-nav ul li:hover a.active span:after,
.fp-slidesNav ul li:hover a.active span:after {
	content: "";
	width: 8px;
	height: 8px;
	background-color: #fdc44d;
	border-radius: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

@media (max-width: 767px) {
	#fp-nav.right {
		right: 10px;
	}
	.section1 .swiper-button-prev,
	.section1 .swiper-button-next {
		width: 14px;
		height: 22px;
		margin-top: -11px;
		background-size: contain;
	}
	.section1 .swiper-button-prev {
		left: 30px;
	}
	.section1 .swiper-button-next {
		right: 30px;
	}
}
@media (min-width: 768px) {
	.banner_text .PC_img {
		display: block;
	}
	.banner_text .min_img {
		display: none;
	}
}

/*太阳成集团tyc151cc标题*/
.index_title {
	text-align: center;
	cursor: pointer;
	transform: scale(0);
	color: #00468e;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 30px;
}
.active .index_title {
	opacity: 1;
	transform: scale(1);
}
.index_title h2 {
	font-size: 16px;
	font-weight: bold;
	line-height: 1;
	margin: 0;
	margin-left: 5px;
}
.index_title span {
	display: block;
	font-size: 24px;
	line-height: 1;
	font-weight: bold;
	text-transform: uppercase;
	position: relative;
}
.index_title span:after {
	content: "";
	width: 30px;
	height: 2px;
	background-color: #ebb53b;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -2px;
	margin-left: -10px;
}
.index_title span i {
	font-size: 18px;
	position: absolute;
	top: 100%;
	margin-left: -10px;
}
.index_title span i:after {
	content: "";
	width: 14px;
	height: 14px;
	background: url(?plug-in/0kinglink/images/icon/title_icon.png) no-repeat center #ebb53b;
	background-size: contain;
	border-radius: 100%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	margin-left: 10px;
}
.index_more {
	text-align: center;
}
.index_more a {
	display: inline-block;
	font-size: 12px;
	color: #fff;
	text-transform: uppercase;
	background-color: #00468e;
	border: 2px #00468e solid;
	padding: 5px 20px;
}
.index_more a:hover {
	background-color: transparent;
	color: #00468e;
}
@media (min-width: 768px) {
	.index_title {
		margin-bottom: 60px;
	}
	.index_title h2 {
		font-size: 20px;
		margin-left: 10px;
	}
	.index_title span {
		font-size: 30px
	}
	.index_title span i {
		font-size: 22px;
		margin-left: -15px;
	}
	.index_title span:after {
		width: 38px;
		height: 2px;
		margin-left: -15px;
	}
	.index_more a {
		font-size: 14px;
		padding: 8px 30px;
	}
}
@media (min-width: 1200px) {
	.index_title h2 {
		font-size: 26px;
		margin-left: 15px;
	}
	.index_title span {
		font-size: 40px
	}
	.index_title span i {
		font-size: 30px;
		margin-left: -20px;
	}
	.index_title span:after {
		width: 50px;
		height: 3px;
		margin-left: -20px;
	}
	.index_more a {
		font-size: 16px;
	}
}
@media (min-width: 1400px) {
	.index_title {
		margin-bottom: 100px;
	}
	.index_title h2 {
		font-size: 40px;
		margin-left: 20px;
	}
	.index_title span {
		font-size: 60px;		
		letter-spacing: -2px;
	}
	.index_title span i {
		font-size: 44px;
		margin-left: -30px;
	}
	.index_title span:after {
		width: 76px;
		height: 5px;
		margin-left: -30px;
	}
	.index_title span i:after {
		width: 18px;
		height: 18px;
		margin-left:20px;
	}
}

/*第二屏*/
.section_left {
	position: relative;
	left: -100%;
}
.active .section_left {
	left: 0;
	opacity: 1;
}
.section_right {
	position: relative;
	right: -100%;
}
.active .section_right {
	right: 0;
	opacity: 1;
}
.section_img {
	width: 100%;
	position: relative;
}
.section_img img {
	display: block;
	width: 100%;
}
.section_content {
	font-size: 14px;
	line-height: 28px;
	color: #565657;
	height: 140px;
	overflow: hidden;
	margin: 30px 0;
}
.section_content p {
	margin-bottom: 28px;
}
.section2 .section_right {
	margin-top: 30px;
}

@media (max-width: 767px) {
	.section_content {
		height: 196px;
		margin-top: 0;
	}
	.section_right {
		display: none;
	}
}
/*横屏*/
@media (max-width: 767px) and (orientation: landscape) {
	.section_content {
		height: 112px;
		margin-bottom: 15px;
	}
}
@media (min-width: 768px) {
	.section2 .index_title {
		justify-content: flex-start;
	}
	.section2 .index_more {
		text-align: left;
	}
}
@media (min-width: 992px) {
	.section_content {
		font-size: 16px;
		line-height: 36px;
		height: 144px;
	}
	.section_content p {
		margin-bottom: 36px;
	}
	.section2 .section_content {
		height: 252px;
	}
}
@media (min-width: 1300px) {
	.section_content {
		margin: 50px 0;
	}
	.section2 .index_title {
		margin-bottom: 70px;
	}
}

/*第三屏*/
.section3_logo img {
	display: block;
	height: 100px;
	margin: 0 auto;
}

@media (max-width: 767px) {	
	.section3_logo {
		display: none;
	}
}
@media (min-width: 1300px) {
	.section3_logo img {
		height: 130px;
	}
}

/*第四屏*/
.section4_item {
	margin-left: -4px;
	margin-right: -4px;
	position: relative;
	overflow: hidden;
	transform: translateY(100%);
}
.active .section4_item {
	opacity: 1;
	transform: none;
}
.section4_item .column {
	padding: 0 4px;
	margin: 4px 0;
}
.section4_item a {
	display: block;
	position: relative;
	overflow: hidden;
}
.section4_item a:hover img {
	transform: scale(1.1);
}
.section4_item a h2 {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 32px;
	line-height: 32px;
	background-color: #00468e;
	margin: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	transition: all .5s;
}
.section4_item a:hover h2 {
	height: 100%;
	background-color: rgba(0,0,0,.2);
}
.section4_item a h2:after {
	content: "";
	border: 1px #fff solid;
	position: absolute;
	top: 10px;
	left: 10px;
	bottom: 10px;
	right: 10px;
	display: none;
}
.section4_item a:hover h2:after {
	display: block;
}
.section4_item a h2 span {
	width: 100%;
	display: block;
	font-size: 14px;
	line-height: 1;
	color: #fff;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	padding: 0 15px;
}
.section4_item a h2 i {
	width: 16px;
	height: 16px;
	position: relative;
	margin-bottom: 20px;
	display: none;
}
.section4_item a:hover h2 i {
	display: block;
}
.section4_item a h2 i:before,
.section4_item a h2 i:after {
	content: "";
	background-color: #fff;
	position: absolute;
}
.section4_item a h2 i:before {
	width: 100%;
	height: 2px;
	left: 0;
	top: 50%;
	margin-top: -1px;
}
.section4_item a h2 i:after {
	width: 2px;
	height: 100%;
	top: 0;
	left: 50%;
	margin-left: -1px;
}

@media (max-width: 767px) {
	.section4_item {
		width: 90%;
		margin: 0 auto;
	}
	.section4_item .column:nth-child(n+5) {
		display: none;
	}
	.section4_item a h2 {
		height: 28px;
		line-height: 28px;
	}
	.section4_item a h2 span {
		font-size: 12px;
	}
	.section4_item a h2:after {
		top: 5px;
		left: 5px;
		right: 5px;
		bottom: 5px;
	}
	.section4_item a h2 i {
		margin-bottom: 10px;
	}
}
/*横屏*/
@media (max-width: 767px) and (orientation: landscape) {
	.section4_item .column {
		width: 33.33333%;
	}
	.section4_item .column:nth-child(n+4) {
		display: none;
	}
}
@media (min-width: 992px) {
	.section4_item a h2 {
		height: 44px;
		line-height: 44px;
	}
	.section4_item a h2 span {
		font-size: 16px;
	}
}
@media (min-width: 1400px) {	
	.section4 .index_title {
		margin-bottom: 70px;
	}
	.section4_item a h2 span {
		font-size: 18px;
	}
}


/*第五屏*/
.section5_list {
	transform: scale(0);
}
.active .section5_list {
	transform: scale(1);
	opacity: 1;
	transition-delay: .2s;
}
.section5_list .swiper-wrapper a {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.section5_list h2 span {
	width: 100%;
	padding: 0 15px;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	display: block;
}

@media (max-width: 767px) {
	.section5_list {
		width: 80%;
		margin: 30px auto;
	}
	.section5_list h2 {
		font-size: 12px;
		color: #2f2f2f;
		height: 34px;
		line-height: 34px;
		margin: 0;
		width: 100%;
	}
	.section5_list h2 span {
		padding: 0 5px;
	}
}
/*横屏*/
@media (max-width: 767px) and (orientation: landscape) {
	.section5_list {
		width: 80%;
		margin: 15px auto;
	}
}
@media (min-width: 768px) {
	.section5_list {
		height: 358px;
		overflow: hidden;
		padding: 0 0 30px;
	}
	.section5_list .swiper-container {
		width: 100%;
		height: 100%;
	}
	.section5_list .swiper-wrapper>div {
		position: absolute;
		height: auto;
		overflow: hidden;
		margin: 0;
		padding: 0;
		top: 50%;
		transform: translate(0, -50%);
		cursor: pointer;
	}
	.section5_list .width_00 {
		width: 20%;
		left: -20%;
		z-index: 1;
	}
	.section5_list .width_0 {
		width: 20%;
		left: 0;
		z-index: 1;
	}
	.section5_list .width_1 {
		width: 24%;
		left: 17.6%;
		z-index: 2;
	}
	.section5_list .width_2 {
		width: 28.8%;
		left: 35.6%;
		z-index: 5;		
	}
	.section5_list .width_2 .img {
		box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
	}
	.section5_list .width_3 {
		width: 24%;
		left: 58.4%;
		z-index: 2;
	}
	.section5_list .width_4 {
		width: 20%;
		left: 80%;
		z-index: 1;
	}
	.section5_list .width_5 {
		width: 20%;
		left: 100%;
		z-index: 1;
	}
	
	.section5_list .waiting {
		display: none;
	}
	.section5_list h2 {
		width: 100%;
		height: 100%;
		background-color: rgba(0,0,0,.5);	
		position: absolute;
		top: 0;
		left: 0;
		z-index: 9;
		font-size: 14px;
		color: #2f2f2f;	
		margin: 0;
		display: flex;
		justify-content: center;
		align-items: center;
	}	
	.section5_list h2 span {
		display: none;
	}
	.section5_list .width_2 h2 span {
		display: block;
	}
	.section5_list .width_2 h2 {
		position: static;
		background-color: transparent;
		height: 30px;
		line-height: 30px;
	}
}
@media (min-width: 992px) {
	.section5 .container {
		width: 750px;
	}
}
@media (min-width: 1200px) {
	.section5 .container {
		width: 1070px;
	}
	.section5_list {
		height: 528px;
		padding-bottom: 50px;
	}
	.section5_list .width_2 h2 {
		height: 50px;
		line-height: 50px;
	}
}
@media (min-width: 1400px) {
	.section5 .index_title {
		margin-bottom: 80px;
	}
}

@media (min-width: 768px) and (max-height: 768px) {
	.index_title h2 {
		font-size: 20px;
		margin-left: 10px;
	}
	.index_title span {
		font-size: 30px
	}
	.index_title span i {
		font-size: 22px;
		margin-left: -15px;
	}
	.index_title span:after {
		width: 38px;
		height: 3px;
		margin-left: -15px;
	}
}
@media (min-width: 1200px) and (max-height: 885px) {
	.index_title {
		margin-bottom: 60px;
	}
	.index_title h2 {
		font-size: 26px;
		margin-left: 15px;
	}
	.index_title span {
		font-size: 40px
	}
	.index_title span i {
		font-size: 30px;
		margin-left: -20px;
	}
	.index_title span:after {
		width: 50px;
		height: 3px;
		margin-left: -20px;
	}
	.section_content {
		margin: 30px 0;
	}
	.section2 .container,
	.section3 .container {
		width: 1170px;
	}
	.section3_logo img {
		height: 110px;
	}
	.section4 .container,
	.section5 .container {
		width: 970px;
	}
	.section4_item a h2 span {
		font-size: 16px;
	}
	.section4 .index_title,
	.section5 .index_title {
		margin-bottom: 60px;
	}
	.section5_list {
		height: 488px;
	}
}
@media (min-width: 992px) and (max-height: 768px) {
	.section2 .container,
	.section3 .container {
		width: 970px;
	}
	.section2 .section_content {
		height: 216px;
	}
	.section4 .container,
	.section5 .container {
		width: 750px;
	}
	.section4_item a h2 {
		height: 32px;
		line-height: 32px;
	}
	.section4_item a h2 span {
		font-size: 14px;
	}
	.section5_list {
		height: 358px;
		padding-bottom: 30px;
	}
	.section5_list .width_2 h2 {
	    height: 30px;
	    line-height: 30px;
	}
}

/*内页*/
.inside_main {
	padding: 30px 0;
	position: relative;
	overflow: hidden;
	transition: all .5s;
}
.inside_main .container {
	position: relative;
	z-index: 1;
}

.inside_title {
	text-align: center;
	padding: 0 15px;
	margin-top: 30px;
}
.inside_title span {
	display: block;
	font-size: 24px;
	font-weight: 100;
	line-height: 1.2;
	letter-spacing: 1px;
	color: #000;
	text-transform: uppercase;
}
.inside_title span:before {
	content: "";
	width: 50px;
	height: 4px;
	background-color: #00468e;
	display: block;
	margin: 0 auto 15px;
}
.inside_title h2 {
	font-size: 18px;
	color: #000;
	margin: 10px 0 0;
}

/*详情*/
.InfoContent {
	line-height: 2.4;
	position: relative;
	overflow: hidden;
}
.InfoContent p {
	margin: 0;
}
.InfoContent img {
	max-width: 100%;
	height: auto !important;
}
.InfoTitle {
	margin-bottom: 30px;
}
.InfoTitle h4 {
    font-size: 18px;
    font-weight: bold;
    margin: 0;
    text-align: center;
    line-height: 1.4;
}
.info_previous_next_wrap {
	border-top: 1px #dad9d9 solid;
	padding-top: 16px;
	margin-top: 40px;
	font-size: 14px;
	color: #666;
}
.info_previous_next_wrap a {
	color: #666;
	text-decoration: none;
}
.info_previous_next_wrap a:hover {
	color: #00468e;
}
.info_Previous,
.info_Next {
	margin-bottom: 10px;
}
@media (max-width: 767px) {
	.inside_title h2 {
		font-size: 14px;
	}
	.inside_title span {
		font-size: 18px;
	}
	.inside_title span:before {
		height: 3px;
	}
	.info_previous_next_wrap {
		font-size: 12px;
		margin-top: 30px;
	}
}
@media (min-width: 992px) {
	.inside_main {
		padding: 50px 0;
	}
	.inside_title {
		margin-top: 50px;
	}
}
@media (min-width: 1200px) {
	.inside_main {
		padding: 70px 0;
	}
	.inside_title {
		margin-top: 70px;
	}
	.inside_title h2 {
		font-size: 24px;
	}
	.inside_title span {
		font-size: 30px;
	}
	.inside_title span:before {
		width: 80px;
	}
}
@media (min-width: 1300px) {
	.inside_title h2 {
		font-size: 30px;
	}
	.inside_title span {
		font-size: 36px;
	}
	.inside_title span:before {
		width: 100px;
	}
}
@media (min-width: 1500px) {
	.inside_main .container {
		width: 1440px;
	}
}

/*子菜单*/
.submenu {
	text-align: center;
	margin: 0 0 15px;
	overflow: hidden;
}
.submenu>li {
	float: left;
	width: 12.5%;
	padding: 0 5px;
	margin: 5px 0;
}
.submenu>li>a {
	display: block;
	padding:10px;
	color: #666;
	font-size: 16px;
	background-color: #f0f0f0;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.submenu>li.active>a,
.submenu>li>a:focus,
.submenu>li>a:hover {
	color: #fff;
	background-color: #00468E;
}
@media (max-width: 767px) {
	.submenu>li {
		width: 33.33333%;
		padding: 0 2px;
		margin: 2px 0;
	}
	.submenu>li>a {
		padding: 10px 5px;
		font-size: 12px;
	}
}
@media (min-width: 768px) {
	.submenu>li {
		width: 25%;
	}
}
@media (min-width: 992px) {
	.submenu>li {
		width: 20%;
	}
}
@media (min-width: 1200px) {
	.submenu>li {
		width: 16.66667%;
	}
}
@media (min-width: 1300px) {
	.submenu>li {
		width: 14.28571%;
	}
}
@media (min-width: 1500px) {
	.submenu>li {
		width: 12.5%;
	}
}

/*公司简介*/
.about_title {
	font-size: 16px;
	margin: 0 0 10px;
}
.about_item {
	margin-left: -10px;
	margin-right: -10px;
}
.about_item .column {
	padding: 0 10px;
	margin: 15px 0;
}
.anout2_bg {
	background: url(?plug-in/0kinglink/images/about_bg.jpg) center;
	background-attachment: fixed;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#about2 .about_title,
#about2 .InfoContent {
	color: #fff;
}
.honor_item {
	margin-top: 15px;
}
.honor_item h2 {
	font-size: 14px;
	line-height: 1.6;
	text-align: center;
	margin: 10px 0 0;
}
.honor_item .swiper-slide:hover img {
	transform: scale(1.05);
}

#about4 {
	background-color: #f8f8f8;
}
.partner_item {
	margin-left: -5px;
	margin-right: -5px;
}
.partner_item .column {
	padding: 0 5px;
	margin: 5px 0;
}
.partner_item .column .img {
	background-color: #fff;
	cursor: pointer;
}
.partner_item .column .img:hover img {
	transform: scale(1.1);
}

@media (max-width: 767px) {
	.anout2_bg {
		background-attachment: initial;
	}
}
@media (min-width: 768px) {
	.about_title {
		font-size: 20px;
		margin-bottom: 20px;
	}
}
@media (min-width: 1200px) {
	.about_title {
		font-size: 24px;
	}
	.about_item {
		margin-left: -20px;
		margin-right: -20px;
	}
	.about_item .column {
		padding: 0 20px;
	}
	.honor_item h2 {
		font-size: 16px;
	}
	.partner_item {
		margin-left: -15px;
		margin-right: -15px;
	}
	.partner_item .column {
		width: 20%;
		padding: 0 15px;
		margin: 15px 0;
	}
}

/*服务支持*/
.service_Info {
	color: #666;
	text-align: center;
}
.service_item {
	margin-left: -50px;
	margin-right: -50px;
	margin-top: 15px;
}
.service_item .column {
	padding: 0 50px;
}
.service_item a {
	display: block;
	margin: 15px 0;
	text-align: center;
}
.ser_icon img {
	display: block;
	width: 60px;
	margin: 0 auto 15px;
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
	opacity: .6;
	transition: all .5s;
}
.service_item a:hover .ser_icon img {
	-webkit-filter: initial;
	-moz-filter: initial;
	-ms-filter: initial;
	-o-filter: initial;
	filter: initial;
	opacity: 1;
}
.ser_text h4 {
	font-size: 14px;
	line-height: 1.4;
	margin: 0;
	color: #333;
}
.service_item a:hover .ser_text h4 {
	color: #00468e;
}
.ser_text p {
	font-size: 12px;
	line-height: 20px;
	color: #666;
	margin: 10px 0 0;
	overflow: hidden;
}

@media (min-width: 768px) {
	.service_Info {
		font-size: 16px;
	}
	.service_item {
		display: flex;
		flex-wrap: wrap;
	}
	.ser_icon img {
		width: 80px;
	}
	.ser_text h4 {
		font-size: 18px;
		text-overflow: ellipsis;
		white-space: nowrap;
		overflow: hidden;
	}
	.ser_text p {
		font-size: 14px;
		line-height: 24px;
		/*height: 72px;		
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;*/
	}
}
@media (min-width: 1200px) {
	.ser_icon img {
		width: 110px;
	}
	.ser_text h4 {
		font-size: 20px;
	}
	.ser_text p {
		font-size: 16px;
		line-height: 30px;
		/*height: 90px;*/
		margin-top: 15px;
	}
}

/*客户案例*/
.list .column {
	margin: 15px 0;
}
.list a {
	display: block;
	position: relative;
}
.list a:hover .img img {
	transform: scale(1.1);
}
.list_text {
	width: 100%;
	height: 0;
	padding: 0 15px;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(0,70,142,.9);
	color: #fff;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	overflow: hidden;
	transition: all .5s;
}
.list a:hover .list_text {
	height: 100%;
}
.list_text h4 {
	font-size: 16px;
	margin: 0 0 15px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.list_text em {
	display: block;
	border: 1px #fff solid;
	width: 100px;
	height: 32px;
	line-height: 32px;
	font-size: 14px;
	text-transform: uppercase;
	border-radius: 30px;
	margin: 0 auto;
	overflow: hidden;
}
@media (max-width: 767px) {
	.list {
		margin-left: -5px;
		margin-right: -5px;
	}
	.list .column {
		padding: 0 5px;
		margin: 5px 0;
	}
	.list_text h4 {
		font-size: 14px;
	}
	.list_text em {
		font-size: 12px;
		width: 80px;
		height: 24px;
		line-height: 24px;
	}
}
/*横屏*/
@media (max-width: 767px) and (orientation: landscape) {
	.list .column {
		float: left;
		width: 33.33333%;
	}
}
@media (min-width: 1200px) {
	.list {
		margin-left: -30px;
		margin-right: -30px;
	}
	.list .column {
		padding-left: 30px;
		padding-right: 30px;
		margin: 30px 0;
	}
	.list_text h4 {
		font-size: 18px;
	}
}

/*人才招聘*/
.job_main {
	padding-bottom: 70px;
}
.job_main:after {
	content: "";
	width: 100%;
	height: 50%;
	background-color: #141414;
	position: absolute;
	left: 0;
	bottom: 0;
}
.job_list {
	background-color: #fff;
	min-height: 520px;
	padding: 0 15px 15px;
	position: relative;
}
.job_title {
	font-size: 16px;
	margin: 0;
}
.job_time {
	font-size: 12px;
	color: #666;
	margin: 10px 0;
}
.job_Info .column {
	margin-bottom: 15px;
}
.job_Info .smallTit {
	display: block;
	text-align: center;
	font-size: 12px;
	color: #fff;
	background-color: #00468E;
	width: 100px;
	height: 30px;
	line-height: 30px;
	margin-bottom: 10px;
}
.job_Info .InfoContent {
	color: #666;
	font-size: 12px;
}
.job_list .swiper-pagination {
	bottom: -40px;
	left: 50%;
	transform: translateX(-50%);
}
.job_list .swiper-pagination-bullet {
	width: 30px;
	height: 2px;
	border-radius: 0;
	margin: 0 2px;
	background-color: #fff;
}
.job_list .swiper-pagination-bullet-active {
	background-color: #00468E;
}
.job_list .swiper-button-next,
.job_list .swiper-button-prev {
	width: 30px;
	height: 30px;
	background-color: #00468E;
	background-size: 10px auto;
	top: initial;
	bottom: -30px;
}
.job_list .swiper-button-prev {
	left: 0;
}
.job_list .swiper-button-next {
	right: 0;
}
.job_list .swiper-button-next.swiper-button-disabled,
.job_list .swiper-button-prev.swiper-button-disabled {
	opacity: 1;
	background-color: #292929;
}

@media (min-width: 768px) {
	.job_main .container {
		width: 90%;
	}
	.job_Info .column {
		display: flex;
	}
	.job_title {
		font-size: 18px;
	}
	.job_time {
		font-size: 14px;
		margin: 20px 0;
	}
	.job_Info .smallTit {
		font-size: 14px;
		width: 80px;
		flex: 0 0 auto;
		margin-right: 15px;
	}
	.job_Info .InfoContent {
		font-size: 14px;
	}
	.job_list .swiper-button-next,
	.job_list .swiper-button-prev {
		width: 40px;
		height: 40px;
		background-size: 12px auto;
		top: initial;
		left: initial;
		right: -40px;
		bottom: 0;
	}
	.job_list .swiper-button-prev {
		bottom: 42px;
	}
}
@media (min-width: 1200px) {
	.job_main .container {
		width: 85%;
	}
	.job_list {
		padding: 0 50px 50px;
	}
	.job_list .swiper-pagination-bullet {
		width: 60px;
		margin: 0 6px;
	}
	.job_list .swiper-button-next,
	.job_list .swiper-button-prev {
		width: 50px;
		height: 50px;
		background-size: 16px auto;
		right: -50px;
		bottom: 0;
	}
	.job_list .swiper-button-prev {
		bottom: 52px;
	}
}
@media (min-width: 1500px) {
	.job_main .container {
		width: 80%;
	}
	.job_Info {
		margin-left: -50px;
		margin-right: -50px;
	}
	.job_Info .column {
		padding: 0 50px;
	}
}

/*联系我们*/
.contact_item {
	margin: 0;
	background-color: #00468E;
}
.contact_item .column {
	padding: 0;
}
.contact_wrap {
	padding: 30px 15px 20px;
	color: #fff;
}
.contact_wrap h2 {
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 15px;
}
.contact_wrap a {
	color: #fff;
}

.map {
	width: 100%;
}
.map #dituContent {
	width: 100%;
	height: 100%;
	border: 1px #ddd solid;
}
.map img {
	display: block;
	width: 100%;
	height: 100%;
}

.form_main {
	padding: 0;
}
.form_title {
	font-size: 18px;
	margin: 0 0 20px;
}
.message_form {
	padding: 15px 10px;
	border: 1px #ddd solid;
}
.message_form .form-control {
	height: 40px;
	color: #333;
	background-color: transparent;
	border-color: #ddd;
	border-radius: 0;
	box-shadow: none;
}
.message_form .error .form-control {
	border-color: #00468e;
}
/*.message_form .tip .form-control,
.message_form .success .form-control {
	border-color: #999;
}*/
.message_form .error .valid_message {
	position: absolute;
	width: 100%;
	left: 0;
	font-size: 12px;
	color: #F28000;
	display: none;
}
.message_form textarea.form-control {
	height: auto;
}
.message_btn {
	display: flex;
	justify-content: center;
}
.message_btn .btn {
	display: block;
	background-color: #00468E;
	border: 1px #00468E solid;
	color: #fff;
	font-size: 14px;
	width: 120px;
	height: 40px;
	margin: 20px 10px 0;	
	outline: none!important;
}
.message_btn .btn:hover {
	background-color: transparent;
	color: #00468E;
}

@media (max-width: 767px) {
	.map {
		display: none;
	}
	.form_title {
		font-size: 14px;
		margin-bottom: 10px;
	}
	.message_form .form-group {
		margin-bottom: 5px;
	}
	.message_form .form-control {
		font-size: 12px;
	}
	.message_btn .btn {
		width: 80px;
		height: 34px;
		font-size: 12px;
		margin: 10px 5px 0;
	}
}
@media (min-width: 768px) {
	.contact_item {
		display: flex;
	}
	.contact_item .column0 {
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.map {
		height: 360px;
	}
	.message_form {
		padding: 30px;
	}
}
@media (min-width: 1200px) {
	.form_main .container {
		width: 1170px;
	}
	.contact_wrap h2 {
		font-size: 20px;
		margin-bottom: 20px;
	}
	.map {
		height: 480px;
	}
	.form_title {
		font-size: 24px;
	}
}
@media (min-width: 1300px) {
	.form_title {
		font-size: 30px;
	}
}
@media (min-width: 1500px) {
	.map {
		height: 600px;
	}
}

/*动画*/
@-webkit-keyframes fadeIn {
	0% {
		opacity: 0
	}
	100% {
		opacity: 1
	}
}
@keyframes fadeIn {
	0% {
		opacity: 0
	}
	100% {
		opacity: 1
	}
}
.fadeIn {
	-webkit-animation: fadeIn 1s;
	animation: fadeIn 1s;
}

@-webkit-keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}
@keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		-ms-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none
	}
}
.fadeInDown {
	-webkit-animation: fadeInDown 1s;
	animation: fadeInDown 1s;
}

@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}
@keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		-ms-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none
	}
}
.fadeInUp {
	-webkit-animation: fadeInUp 1s;
	animation: fadeInUp 1s;
}

@-webkit-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}
@keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		-ms-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none
	}
}
.fadeInLeft {
	-webkit-animation: fadeInLeft 1s;
	animation: fadeInLeft 1s;
}

@-webkit-keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}
@keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		-ms-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none
	}
}
.fadeInRight {
	-webkit-animation: fadeInRight 1s;
	animation: fadeInRight 1s;
}

@-webkit-keyframes zoomIn {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}
	50% {
		opacity: 1
	}
}
@keyframes zoomIn {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		-ms-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}
	50% {
		opacity: 1
	}
}
.zoomIn {
    -webkit-animation: zoomIn 1s;
    animation: zoomIn 1s
}
