/*滚动条样式*/

::-webkit-scrollbar {
	width: 8px;
	height: 8px;
}

::-webkit-scrollbar-track {
	background: #f8f8f8;
}

::-webkit-scrollbar-thumb {
	background: #4587BA;
	height: 60px;
}

::-webkit-scrollbar-thumb:window-inactive {
	background: #4587BA;
}

::-webkit-scrollbar-thumb:vertical:hover {
	background: #4587BA;
}

body {
	font-family: "Helvetica Neue","Helvetica","Arial","sans-serif", "微软雅黑";
}

i,em {
	font-style: normal;
}
a:focus,
a:hover {
	text-decoration: none;
}

@media (min-width: 1440px) {
	.container {
		width: 1350px;
	}
}

.Animation {
	-webkit-transition: all 1s;
	transition: all 1s;
	opacity: 0;
}

.fullpage {
	width: 100%;
	overflow: hidden;
}
.section {
	position: relative;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding-top: 50px;
}
.section .container {
	z-index: 1;
}
.img {
	overflow: hidden;
	margin: 0 auto;
	position: relative;
}
.img img {
	display: block;
	width: 100%;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.loading_section {
	padding-top: 0!important;
}
.loading_bg {
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: cover;
	/*position: absolute;
	left: 0;
	top: 0;*/
	-webkit-animation: kenburnsDown ease-out 4s;
	animation: kenburnsDown ease-out 4s;
}
@media (max-width: 767px) {
	.section .container,
	.banner_text .container {
		width: 100%;
	}
}
/*横屏*/
@media (max-width: 767px) and (orientation: landscape) {
	.section {
		padding-top: 0;
	}
}
@media (min-width: 768px) {
	.section {
	    padding-top: 80px;
	}	
}
@media (min-width: 1440px) {
	.section {
	    padding-top: 110px;
	}	
}

/*foot*/
.gotop {
	width: 40px;
	height: 40px;
	background: url(../images/icon/gotop.png) no-repeat center;
	background-size: contain;
	position: fixed;
	right: -40px;
	bottom: 50px;
	z-index: 1;
	cursor: pointer;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.gotop.on {
	right: 5px;
}
.gotop:hover {
	background-image: url(../images/icon/gotop1.png);
}

.footer {
	background-color: #EFEFEF;
	color: #404041;
	text-align: center;
	line-height: 20px;
	padding: 12px 0;
}
.footer a {
	display: inline-block;
	color: #404041;
}
.footer a:hover {
	color: #4587BA;
}
.section .footer {
	position: absolute;
	bottom: -100%;
	left: 0;
	right: 0;
	z-index: 1;
	-webkit-transition-delay: .5s;
	transition-delay: .5s;
}
.active.section .footer {
	opacity: 1;
	bottom: 0;
}
.section:last-child .container {
	padding-bottom: 50px;
}

@media (max-width: 767px) {
	.footer {
		font-size: 12px;
		line-height: 16px;
		padding: 6px 0;
	}
}

/*导航*/
.navbar-default {
	background-color: rgba(0,0,0,.85);
	border: 0;
	border-radius: 0;
	margin-bottom: 0;
}
.navbar-brand {
	height: auto;
	padding-top: 10px;
	padding-bottom: 10px;
}
.navbar-brand img {
	display: block;
	height: 30px;
}
.navbar-default .navbar-toggle {
	border: 0;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #4587BA;
	-webkit-transition: all .5s;
	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) {
	-webkit-transform: rotate(45deg);
	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) {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.navbar-default .navbar-nav>li>a {
	color: #C9CACA;
	text-transform: uppercase;
}
.navbar-default .navbar-nav>li>a span {
	display: block;
	text-transform: uppercase;
	font-size: 12px;
}
.navbar-default .nav>li>a:hover,
.navbar-default .nav>li>a:focus,
.navbar-default .navbar-nav>.open>a:focus, 
.navbar-default .navbar-nav>.open>a,
.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: #4587BA;
	background-color: transparent;
}
.navbar-collapse::-webkit-scrollbar {
	width: 3px;
	height: 3px;
}
.header .navbar-fixed-bottom .navbar-collapse,
.header .navbar-fixed-top .navbar-collapse {
	max-height: 300px;
}

.language {
	float: right;
	overflow: hidden;
	margin-left: 15px;
	padding: 27px 0;
}
.language a {
	float: left;
	width: 26px;
	height: 26px;
	background-color: #9fa0a0;
	border-radius: 100%;
	text-transform: uppercase;
	text-align: center;
	line-height: 26px;
	color: #fff;
	font-size: 12px;
	margin-left: 15px;
	position: relative;
}
.language a+a:after {
	content: "";
	width: 1px;
	height: 14px;
	background-color: #9fa0a0;
	position: absolute;
	left: -8px;
	top: 6px;
	opacity: .6;
}
.language a:hover,
.language a.active {
	background-color: #4587BA;
}

@media (max-width: 767px) {
	.language {
		position: fixed;
		top: 12px;
		right: 65px;
		padding: 0;
	}
	.language a {
		width: 24px;
		height: 24px;
		line-height: 24px;
	}
	.language a+a:after {
		height: 12px;
	}
}
/*横屏*/
@media (max-width: 767px) and (orientation: landscape) {
	.indexHeader {
		display: none;
	}
}
@media (min-width: 768px) {
	.navbar-brand {
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.navbar-brand img {
		height: 50px;
	}
	.navbar-default .navbar-nav>li {
		text-align: center;
	}
	.navbar-default .navbar-nav>li>a {
		padding: 20px 6px;
	}
}
@media (min-width: 992px) {
	.navbar-default .navbar-nav>li>a {
		padding-left: 20px;
		padding-right: 20px;
	}
}
@media (min-width: 1200px) {
	.navbar-default .navbar-nav>li>a {
		font-size: 16px;
	}
	.navbar-default .navbar-nav>li>a span {
		font-size: 14px;
	}
}
@media (min-width: 1440px) {
	.navbar-brand img {
		height: 80px;
	}
	.navbar-default .navbar-nav>li>a {
		padding-top: 35px;
		padding-bottom: 35px;
	}
	.language {
		padding: 42px 0;
	}
}

/*第一屏*/
.section1 {
	padding-top: 0!important;
}
.section1 .swiper-container {
	width: 100%;
	height: 100%;
}
.banner_bg {
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
}
.banner_text {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	z-index: 9;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.banner_text img {
	display: block;
	width: 100%;
	cursor: pointer;
}
.banner1 .banner_text img {
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
}
.banner2 .banner_text img {
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
}
.banner3 .banner_text img {
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
}
.banner4 .banner_text img {
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
}
.banner5 .banner_text img {
	-webkit-transform: scale(0);
	transform: scale(0);
}
.section1 .swiper-slide-active .banner_text img {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
	-webkit-transition-delay: .5s;
	transition-delay: .5s;
}
.section1 .swiper-slide-active.banner1 .banner_bg {
	-webkit-animation: kenburnsUp ease-out 5s;
	animation: kenburnsUp ease-out 5s;
}

.section1 .swiper-pagination-bullet {
	width: 20px;
	height: 4px;
	background-color: #fff;
	border-radius: 4px;
	opacity: 1;
	margin: 0 6px!important;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.section1 .swiper-pagination-bullet-active {
	background-color: #4587BA;
}
.section1 .swiper-button-prev,
.section1 .swiper-button-next {
	width: 18px;
	height: 29px;
	margin-top: -15px;
	background-size: contain;
}

.downTip {
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: 30px;
	z-index: 1;
	width: 20px;
	height: 40px;
	background: url(../images/icon/downTip.png) no-repeat center;
	background-size: contain;
	-webkit-animation: downTip 1s linear infinite alternate;
	animation: downTip 1s linear infinite alternate;
}
@-webkit-keyframes downTip {
    from {bottom: 30px;opacity:0.9;}
    to {bottom: 20px;opacity:1;}
}
@keyframes downTip {
    from {bottom: 30px;opacity:0.9;}
    to {bottom: 20px;opacity:1;}
}

#fp-nav.right {
	right: 5px;
}
#fp-nav ul li {
	margin: 15px 0;
}
#fp-nav ul li a span {
	background-color: transparent;
	border: 1px rgba(239,239,239,.3) solid;
	-webkit-transition: all .5s;
	transition: all .5s;
}
#fp-nav.section1-fp-nav ul li a span {
	border-color: #fff;
}
#fp-nav ul li a span:after {
	content: "";
	width: 4px;
	height: 4px;
	background-color: rgba(239,239,239,.7);
	border-radius: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
#fp-nav ul li .fp-tooltip {
	color: #ddd;
	font-weight: lighter;
	top: 50%;
	margin-top: -10px;
	margin-right: 10px;
}
#fp-nav ul li .fp-tooltip.right {
	right: 100%;
}

@media (max-width: 767px) {
	.banner_text .PC_img {
		display: none;
	}
}
@media (min-width: 768px) {	
	.banner_text .min_img {
		display: none;
	}
	.section1 .swiper-pagination {
		bottom: 20px;
	}
	.section1 .swiper-pagination-bullet {
		width: 40px;
		height: 6px;
		margin: 0 15px!important;
	}
	.downTip {
		width: 26px;
		height: 52px;
	}
	#fp-nav.right {
		right: 3%;
	}
	#fp-nav ul li {
		width: 18px;
		height: 18px;
	}
	#fp-nav ul li a span,
	#fp-nav ul li a span:after {
		width: 6px;
		height: 6px;
	}
	#fp-nav ul li a span {
		margin: -3px 0 0 -3px;
	}
	#fp-nav ul li a.active span,
	#fp-nav ul li:hover a.active span,
	#fp-nav ul li:hover a span {
		width: 18px;
		height: 18px;
		margin: -9px 0 0 -9px;
	}
}

.section_bg_list {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.section_bg_list:after {
	content: "";
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.6);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.section_bg {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.section_bg_left {
	left: 0;
}
.section_bg_right {
	right: 0;
}
.section_bg_list .section_bg {
	left: 0;
	display: none;
}
.section_bg_list .section_bg.active {
	display: block;
}
.index_title {
	margin-bottom: 30px;
	text-align: center;
}
.section .index_title {
	-webkit-transform: scale(0);
	transform: scale(0);
}
.section.active .index_title {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
	-webkit-transition-delay: .5s;
	transition-delay: .5s;
}
.index_title a {
	display: block;
	color: #fff;
	border: 1px #fff solid;
	letter-spacing: 1px;
	padding: 10px;
	max-width: 240px;
	margin: 0 auto;
}
.index_title h2 {
	font-size: 20px;
	margin: 0;
}
.index_title span {
	display: block;
	text-transform: uppercase;
	margin-top: 5px;
}

.index_more {
	-webkit-transform: translate3d(0,100%,0);
	transform: translate3d(0,100%,0);
	margin-top: 30px;
}
.active .index_more {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
	-webkit-transition-delay: 1s;
	transition-delay: 1s;
}
.index_more a {
	display: block;
	max-width: 100px;
	text-align: center;
	color: #4587BA;
	line-height: 20px;
	padding: 6px;
	border: 1px #0274dd solid;	
	margin: 0 auto;
}
.index_more a:hover {
	background-color: #4587BA;
	color: #fff;
}

@media (min-width: 768px) {
	.index_title {
		margin-bottom: 50px;
	}
	.index_title a {
		max-width: 340px;
	}
	.index_title h2 {
		font-size: 24px;
	}
	.index_title span {
		font-size: 16px;
	}
	.index_more {
		margin-top: 60px;
	}
	.index_more a {
		max-width: 160px;
		padding: 10px;
	}
}
@media (min-width: 1200px) {
	.index_title {
		margin-bottom: 65px;
	}
}

/*第二屏*/
.section2 {
	padding-top: 0!important;
}
.section2 .section_bg_list:after {
	display: none;
}
.section2_list {
	width: 33.33333%;
	margin: 0 auto;
	position: relative;
	background-color: rgba(0,0,0,.6);
	height: 100%;
	padding: 50px 15px 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	-webkit-transform: scale(0.98);
	transform: scale(0.98);
}
.active .section2_list {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
	-webkit-transition-delay: .5s;
	transition-delay: .5s;
}
.section2_list a {
	display: block;
	color: #ddd;
	text-align: center;
}
.section2_list a h2 {
	font-size: 16px;
	margin: 0;
	text-overflow: ellipsis;
	/* white-space: nowrap; */
	overflow: hidden;
	text-transform: uppercase;
	line-height:1.4;
}
.section2_list a p {
	line-height: 24px;
	height: 144px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
	margin: 15px 0 0;
}
.section2_list a .img {
	max-width: 120px;
	margin-bottom: 20px;
}

.section2_list .swiper-container {
	width: 100%;
	max-width: 410px;
}
.section2_list .swiper-button-next,
.section2_list .swiper-button-prev {
	position: relative;
	width: 34px;
	height: 16px;
	background: url(../images/icon/icon1.png) no-repeat left center;
	background-size: contain;
	margin: 0 18px;
	outline: none;
	opacity: 1;
}
.section2_list .swiper-button-prev {
	left: 0;
}
.section2_list .swiper-button-next {
	right: 0;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
.section2_list .swiper-button-prev:after,
.section2_list .swiper-button-next:after {
	content: "";
	width: 34px;
	height: 2px;
	background-color: #fff;
	display: block;
	position: absolute;
	left: 2px;
	top: 50%;
	margin-top: -1px;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.section2_list .swiper-button-next.swiper-button-disabled:after,
.section2_list .swiper-button-prev.swiper-button-disabled:after {
	width: 0;
}
.swiper-button-box {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	margin-top: 30px;
}

@media (max-width: 767px) {
	.section2_list {
		width: 50%;
	}
}
/*竖屏*/
@media (max-width: 767px) and (orientation: portrait) {
	.section2_list {
		width: 70%;
	}
}
/*横屏*/
@media (max-width: 767px) and (orientation: landscape) {
	.section2_list {
		padding-top: 0;
	}
}
@media (min-width: 768px) {
	.section2_list {
		padding-top: 80px;
	}
	.section2_list a h2 {
		font-size: 24px;
	}
	.section2_list a .img {
		max-width: 150px;
		margin-bottom: 30px;
	}
	.section2_list a p {
		margin-top: 25px;
	}
	.swiper-button-box {
		margin-top: 110px;
	}
}
@media (min-width: 1200px) {
	.section2_list a h2 {
		font-size: 30px;
	}
	.section2_list a .img {
		max-width: 200px;
	}
}
@media (min-width: 1440px) {
	.section2_list {
		padding-top: 110px;
	}
}

/*第三屏*/
.section3_list {
	overflow: hidden;
	position: relative;
	display: flex;
	flex-direction: row;
	-webkit-transform: translate3d(0,100%,0);
	transform: translate3d(0,100%,0);
}
.active .section3_list {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
	-webkit-transition-delay: .5s;
	transition-delay: .5s;
}
.section3_list .column {
	float: left;
	width: 10%;
	height: 160px;
	-webkit-transition: all 1s;
	transition: all 1s;
}
.section3_list .column.active {
	width: 50%;
}
.section3_list a {
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.6);
	border: 2px transparent solid;
	color: #fff;
	position: relative;
}
.section3_list a .text {
	height: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 10px;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.section3_list a h2 {
	font-size: 12px;
	margin: 0;
	-webkit-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
	*writing-mode: tb-rl;
	width: 12px;
	overflow: hidden;
	-webkit-transition: all .5s;
	transition: all .5s;
	text-transform: uppercase;
}
.section3_list .active a {
	background-color: transparent;
	border-color: #fff;
}
.section3_list .active a .text {
	width: 100%!important;
	text-align: center;
	height: auto;
	background-color: rgba(69,135,186,.6);
}
.section3_list .active a h2 {
	width: auto;
	text-overflow: ellipsis;
	white-space: nowrap;
	-webkit-writing-mode: initial;
	writing-mode: initial;
	*writing-mode: initial;
}

@media (max-width: 767px) {
	
}
/*竖屏*/
@media (max-width: 767px) and (orientation: portrait) {
	.section3_list .column {
		width: 12%;
	}
	.section3_list .column.active {
		width: 40%;
	}
}
/*横屏*/
@media (max-width: 767px) and (orientation: landscape) {
	.section3_list .column {
		height: 140px;
	}
}
@media (min-width: 768px) {	
	.section3 .container {
		width: 88.54167%;
		max-width: 1700px;
		padding: 0;
	}
	.section3_list .column {
		width: 8.23529%;
		height: 204px;
	}
	.section3_list .column.active {
		width: 58.82355%;
	}
	.section3_list a {
		border-width: 4px;
	}
	.section3_list a .text {
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.section3_list a h2 {
		font-size: 16px;
		width: 16px;
	}
}
@media (min-width: 992px) {
	.section3_list .column {
		height: 264px;
	}
}
@media (min-width: 1200px) {
	.section3_list .column {
		height: 318px;
	}
}
@media (min-width: 1440px) {
	.section3_list .column {
		height: 382px;
	}
	.section3_list a h2 {
		font-size: 18px;
		width: 18px;
	}
}
@media (min-width: 1600px) {
	.section3_list .column {
		height: 424px;
	}
}
@media (min-width: 1700px) {
	.section3_list .column {
		height: 510px;
	}
}

/*第四屏*/
.section4_info {
	font-size: 13px;
	color: #fff;
	line-height: 28px;
	letter-spacing: 1px;
	overflow: hidden;
	max-height: 196px;
}
.section4_info p {
	margin: 0;
}
.section4_list {
	margin-top: 15px;
}
.section4_info,
.section4_list {	
	-webkit-transform: translate3d(0,100%,0);
	transform: translate3d(0,100%,0);
}
.active .section4_info,
.active .section4_list {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
	-webkit-transition-delay: .5s;
	transition-delay: .5s;
}
.section4_list a {
	display: block;
	color: #fff;
	text-align: center;
}
.section4_list a .img {
	border: 2px #fff solid;
}
.section4_list a h2 {
	font-size: 14px;
	margin: 15px 0 0;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	text-transform: uppercase;
}
.section4_list a:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

/*横屏*/
@media (max-width: 767px) and (orientation: landscape) {
	.section4_list {
		display: none;
	}
}
@media (min-width: 768px) {
	.section4_info {
		font-size: 15px;
		line-height: 36px;
		max-height:252px
	}
	.section4_list {
		margin-top: 35px;
	}
}
@media (min-width: 1200px) {
	.section4_list {
		margin-top: 50px;
	}
}

/*第五屏*/
.section5 .news_list {
	margin: 0!important;
	-webkit-transform: translate3d(0,100%,0);
	transform: translate3d(0,100%,0);
}
.section5.active .news_list {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
	-webkit-transition-delay: .5s;
	transition-delay: .5s;
}
.news_list .column {
	margin: 15px 0;
}
.news_list a {
	display: block;
	color: #404041;
	background-color: #F1F1F1;
	padding: 5px;
}
.news_list a .text {
	padding: 0 10px 20px;
	position: relative;
	z-index: 1;
}
.news_list a h2 {
	font-size: 16px;
	margin: 20px 0 0;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	text-transform: uppercase;
}
.news_list a p {
	line-height: 22px;
	height: 44px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	margin: 10px 0 0;
}
.news_list a .date {
	width: 60px;
	height: 58px;
	background-color: #fff;
	text-align: center;
	line-height: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-top: -30px;
}
.news_list a .date i {
	display: block;
	font-size: 24px;
}
.news_list a .date span {
	display: block;
	font-size: 12px;
	color: #7B7B7B;
	margin-top: 5px;
}
.news_list a:hover {
	background-color: #4587BA;
	color: #fff;
}
.news_list a:hover .date i {
	color: #4587BA;
}
.news_list .img{
	padding-top:55%;
}
.news_list .img>img{
	position: absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
	object-fit: cover;
}
@media (max-width: 360px) {
	.section5 .news_list {
		max-width: 240px;
		margin: 0 auto!important;
	}
}
@media (max-width: 479px) {
	.news_list .column {
		width: 100%;
	}
}
/*竖屏*/
@media (max-width: 767px) and (orientation: portrait) {
	.news_list {
		margin-left: -8px;
		margin-right: -8px;
	}
	.news_list .column {
		padding: 0 8px;
		margin: 8px 0;
	}
}
/*横屏*/
@media (max-width: 767px) and (orientation: landscape) {
	.section5 .news_list a p {
		display: none;
	}
}
@media (min-width: 992px) {
	.news_list a .text {
		padding: 0 25px 40px;
	}
	.news_list a h2 {
		font-size: 18px;
	}
	.news_list a .date {
		width: 80px;
		height: 78px;
		margin-top: -40px;
	}
	.news_list a .date i {
		font-size: 30px;
	}
	.news_list a .date span {
		font-size: 14px;
	}
}
@media (min-width: 1200px) {
	.news_list {
		margin-left: -35px;
		margin-right: -35px;
	}
	.news_list .column {
		padding: 0 35px;
		margin: 25px 0;
	}
}

@media (min-width: 1200px) and (max-height: 768px) {
	.index_title {
		margin-bottom: 50px;
	}
	.section4_list {
		margin-top: 35px;
	}
}
@media (min-width: 992px) and (max-height: 768px) {
	
}
@media (min-width: 768px) and (max-height: 705px) {
	.index_title {
		margin-bottom: 30px;
	}
	.swiper-button-box {
		margin-top: 50px;
	}
	.section4_list {
		margin-top: 15px;
	}
}
@media (min-width: 1200px) and (max-height: 705px) {
	.section5 .news_list a .text {
		padding-bottom: 25px;
	}
}
@media (min-width: 1440px) and (max-height: 705px) {
	.section {
		padding-top: 80px;
	}
	.indexHeader .navbar-brand img {
		height: 50px;
	}
	.indexHeader .navbar-default .navbar-nav>li>a {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.indexHeader .language {
		padding: 27px 0;
	}
	.section4 .container,
	.section5 .container {
		width: 1170px;
	}
}

/*内页*/
.page_bg {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
}
.inside_banner {
	position: relative;
	overflow: hidden;
}
.inside_banner img {
	display: block;
	width: 100%;
}
.inside_banner .banner_text {
	text-align: center;
	color: #fff;
	padding-top: 50px;
}
.inside_banner .banner_text h2 {
	font-size: 18px;
	margin: 0;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}
.inside_banner .banner_text h2:before,
.inside_banner .banner_text h2:after {
	content: "";
	width: 30px;
	height: 2px;
	background-color: #fff;
	display: block;
}
.inside_banner .banner_text h2 i {
	flex: 0 0 auto;
	margin: 0 15px;
}
.inside_banner .banner_text span {
	display: block;
	line-height: 1;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-top: 10px;
}

.submenu_main {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
}
.submenu {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	margin-left: -5px;
	margin-right: -5px;
	margin-bottom: 20px;
}
.submenu:before,
.submenu:after {
	display: none;
}
.submenu li {
	padding: 0 5px;
	margin-top: 5px;
}
.submenu li a {
	background-color: transparent;
	color: #333;
	text-align: center;
	line-height: 20px;
	text-transform: uppercase;
	padding: 5px;
	min-width: 70px;
}
.submenu li a:hover,
.submenu li.active a {
	background-color: #4587BA;
	color: #fff!important;
}

.location_main {
	padding: 10px 0;
	overflow: hidden;
	background-color: #ededed;
	color: #848585;
}
.location b,
.location a {
	display: inline-block;
	font-weight: normal;
	color: #848585;
	line-height: 20px;
	text-transform: capitalize;
}
.location a:hover {
 	color: #4587BA;
}

.wrapper {
	min-height: 95vh;
}
.inside_main {
	padding: 30px 0;
	overflow: hidden;
	position: relative;
}
.inside_main .container {
	position: relative;
}

.inside_title {
	margin-bottom: 15px;
	text-align: center;
}
.inside_title h2 {
	font-size: 20px;
	margin: 0;
}
.inside_title span {
	display: block;
	text-transform: uppercase;
	margin-top: 3px;
}

.InfoContent {
	line-height: 2;
	position: relative;
	overflow: hidden;
}
.InfoContent p {
	margin: 0;
}
.InfoContent img {
	max-width: 100%;
	height: auto !important;
	padding: 5px;
}
.InfoTitle {
	margin-bottom: 15px;
	border-bottom: 1px #dad9d9 solid;
	padding-bottom: 15px;
    text-align: center;
}
.InfoTitle h4 {
    font-size: 18px;
    margin: 0;
    line-height: 1.4;
	text-transform: uppercase;
}
.InfoTitle .date {
	font-size: 12px;
	color: #666;
	margin-top: 10px;
}
.goBack {
	text-align: center;
	margin-top: 30px;
	margin-bottom: -15px;
}
.goBack a {
	display: inline-block;
	color: #fff;
	line-height: 20px;
	background-color: #666;
	padding: 10px 30px;
	text-transform: uppercase;
}
.goBack a:hover {
	background-color: #4587BA;
}
.pager {
	margin: 30px 0 0;
}
.pager li>a,
.pager li>span {
	border: 1px #bfbfbf solid;
	color: #666;
	border-radius: 5px;
	margin: 0 5px;
	text-transform: uppercase;
}
.pager li>span {
	color: #999;
}
.pager li>a:hover {
	color: #fff;
	border-color: #4587BA;
	background-color: #4587BA;
}
.info_previous_next_wrap {
	border-top: 1px #dad9d9 solid;
	padding-top: 16px;
	margin-top: 40px;
	font-size: 14px;
	color: #666;
}
.info_previous_next_wrap b {
	font-weight: normal;
	text-transform: uppercase;
}
.info_previous_next_wrap a {
	color: #666;
	text-decoration: none;
}
.info_previous_next_wrap a:hover {
	color: #4587BA;
}
.info_Previous,
.info_Next {
	margin-bottom: 10px;
}
.info_previous_next_wrap1 {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	margin-top: 50px;
}
.info_previous_next_wrap1 li>span,
.info_previous_next_wrap1 li>a {
	display: block;
	font-size: 16px;
	line-height: 20px;
	color: #fff;
	background-color: rgba(235,89,2,.8);
	padding: 12px 45px;
	margin: 0 50px;
}
.info_previous_next_wrap1 li>a {
	background-color: #4587BA;
}

@media (max-width: 767px) {
	.inside_banner .PC_img {
		display: none;
	}
	.info_previous_next_wrap {
		font-size: 12px;
		margin-top: 30px;
	}
	.info_previous_next_wrap1 {
		margin-top: 30px;
	}
	.info_previous_next_wrap1 li>span,
	.info_previous_next_wrap1 li>a {
		font-size: 12px;
		padding: 8px 30px;
		margin: 0 10px;
	}
}
@media (min-width: 768px) {
	.inside_banner .min_img {
		display: none;
	}
	.inside_banner .banner_text {
		padding-top: 80px;
	}
	.inside_banner .banner_text h2 {
		font-size: 24px;
	}
	.inside_banner .banner_text span {
		font-size: 16px;
	}
	.submenu {
		margin-left: -10px;
		margin-right: -10px;
		margin-bottom: 40px;
	}
	.submenu li {
		padding: 0 10px;
	}
	.submenu li a {
		font-size: 16px;
		padding: 10px 15px;	
	}
	.inside_main {
		padding: 50px 0;
	}
	.inside_title {
		margin-bottom: 30px;
	}
	.inside_title h2 {
		font-size: 24px;
	}
	.inside_title span {
		font-size: 16px;
	}
	.InfoTitle {
		margin-bottom: 30px;
	}
	.InfoTitle h4 {
		font-size: 24px;
	}
	.pager li>a,
	.pager li>span {
		font-size: 16px;
		padding: 12px 35px;
		border-radius: 10px;
		margin: 0 30px;
	}
}
@media (min-width: 1200px) {
	.inside_banner .banner_text h2 {
		font-size: 30px;
	}
	.inside_banner .banner_text h2:before,
	.inside_banner .banner_text h2:after {
		width: 48px;
	}
	.inside_banner .banner_text span {
		font-size: 20px;
	}
	.inside_title h2 {
		font-size: 30px;
	}
}
@media (min-width: 1440px) {
	.inside_banner .banner_text {
		padding-top: 110px;
	}
}

/*关于我们*/
.about_main1 {
	color: #fff;
}
.about_bg {
	background-position: center;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.team_list .column {
	margin: 15px 0;
}
.team_list a {
	display: block;
	color: #fff;
	border-radius: 10px;
	border: 1px #ddd solid;
	overflow: hidden;
	position: relative;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.team_list a .text {
	width: 100%;
	height: 40px;
	background-color: rgba(69,135,186,.9);
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 10px 20px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	-webkit-transition: all .8s;
	transition: all .8s;
}
.team_list a:hover .text {
	height: 100%;
	justify-content: flex-end;
}
.team_list a h2 {
	font-size: 16px;
	line-height: 20px;
	text-align: center;
	margin: 0;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	flex: 0 0 auto;
	text-transform: uppercase;
}
.team_list a h2 i {
	font-size: 12px;
	margin-left: 6px;
}
.team_list a p {
	line-height: 24px;
	color: #f0f0f0;
	font-weight: lighter;
	text-align: justify;
	margin: 5px 0 10px;
	max-height: 120px;
	overflow-y: auto;
}
.team_list a p::-webkit-scrollbar {
	width: 3px;
	height: 3px;
}

.team_details .column {
	margin-bottom: 15px;
}
.team_details .img {
	border-radius: 10px;
	max-width: 280px;
}
.team_details_title {
	margin-bottom: 15px;
}
.team_details_title h2 {
	font-size: 20px;
	margin: 0;
	text-transform: uppercase;
}
.team_details_title h2 i {
	margin-left: 10px;
}

/*竖屏*/
@media (max-width: 767px) and (orientation: portrait) {
	.team_list {
		margin-left: -8px;
		margin-right: -8px;
	}
	.team_list .column {
		padding: 0 8px;
		margin: 8px 0;
	}
	.team_list a .text {
		padding: 10px;
	}
	.team_list a p {
		margin-bottom: 0;
	}
}
@media (min-width: 768px) {	
	.about_bg {
		background-attachment: fixed;
	}
}
@media (min-width: 992px) {
	.team_details {
		display: flex;
		flex-direction: row;
		align-items: center;
	}
	.team_details:before,
	.team_details:after {
		display: none;
	}
	.team_details .img {
		max-width: 100%;
	}
}
@media (min-width: 1200px) {
	.team_list a p {
		margin-top: 15px;
	}
	.team_details {
		margin-left: -40px;
		margin-right: -40px;
	}
	.team_details .column {
		padding: 0 40px;
	}
	.team_details_title {
		margin-bottom: 30px;
	}
	.team_details_title h2 {
		font-size: 30px;
	}
	.team_details_title h2 i {
		font-size: 18px;
	}
}

/*应用领域*/
.applicationWrapper {
	padding-top: 50px;
}
.applicationWrapper .inside_title {
	color: #fff;
}
.applicationWrapper .submenu li a {
	color: #cfcbcb;
}
.applicationWrapper .InfoContent {
	background-color: rgba(255,255,255,.8);
	padding: 10px;
	min-height: 50vh;
}
.recommend_main {
	background-color: #fff;
	padding: 10px;
	margin-top: 15px;
}

@media (min-width: 768px) {
	.applicationWrapper {
		padding-top: 80px;
	}
}
@media (min-width: 1440px) {
	.applicationWrapper {
		padding-top: 110px;
	}
}

/*产品*/
.product_list .column {
	margin: 15px 0;
}
.product_list a {
	display: block;
	color: #333;
	text-align: center;
}
.product_list a:hover {
	color: #4587BA;
}
.product_list a h2 {
	font-size: 16px;
	margin: 15px 0 0;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	text-transform: uppercase;
}
.product_list a:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.product_list .img{
	padding-top:80%;
}
.product_list .img>img{
	position: absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
	object-fit: cover;
}

/*竖屏*/
@media (max-width: 767px) and (orientation: portrait) {
	.product_list {
		margin-left: -8px;
		margin-right: -8px;
	}
	.product_list .column {
		padding: 0 8px;
		margin: 8px 0;
	}
}

/*资料下载*/
.download_list .column {
	margin: 15px 0;
}
.download_list a {
	color: #333;
	background-color: #eee;
	padding: 15px;
	display: flex;
	flex-direction: row;
	align-items: center;
}
.download_list a .img {
	flex: 0 0 auto;
	width: 200px;
}
.download_list a .text {
	width: 100%;
	padding-left: 20px;
	overflow: hidden;
}
.download_list a h2 {
	font-size: 18px;
	margin: 0;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	text-transform: uppercase;
}
.download_list a p {
	color: #696969;
	line-height: 28px;
	height: 84px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	margin: 10px 0 0;
}
.download_list a em {
	display: inline-block;
	background-color: #4e4f4f;
	color: #fff;
	text-align: center;
	border-radius: 5px;
	padding: 8px;
	min-width: 66px;
	margin-top: 10px;
	text-transform: uppercase;
}
.download_list a:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.download_list a:hover em {
	background-color: #4587BA;
}

@media (max-width: 479px) {
	.download_list a {
		display: block;
	}
	.download_list a .img {
		width: 100%;
		margin-bottom: 15px;
	}
	.download_list a .text {
		padding-left: 0;
	}
}
@media (min-width: 768px) {
	.download_list a .img {
		width: 48%;
		max-width: 295px;
	}
	.download_list a p {
		height: 140px;
		-webkit-line-clamp: 5;
	}
}
@media (min-width: 992px) {
	.download_list a p {
		height: 84px;
		-webkit-line-clamp: 3;
	}
}
@media (min-width: 1200px) {
	.download_list a p {
		height: 112px;
		-webkit-line-clamp: 4;
	}
}
@media (min-width: 1440px) {
	.download_list a p {
		height: 140px;
		-webkit-line-clamp: 5;
	}
}

/*联系我们*/
.contact_item {
	list-style: none;
	margin: 40px 0 0;
	padding: 0;
	overflow: hidden;
}
.contact_item li {
	float: left;
	width: 20%;
	padding: 0 15px;
}
.contact_icon {
	border-radius: 100%;
	max-width: 60px;
	margin: 0 auto 10px;
	position: relative;
}
.contact_icon:before,
.contact_icon:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 100%;
	-webkit-transition: all .8s;
	transition: all .8s;
}
.contact_icon:before {
	background-color: #797a7c;
}
.contact_icon:after {	
	background-color: #4587BA;
	opacity: 0;
	transform: scale(.5);
}
.contact_item li:hover .contact_icon:before {
	transform: scale(.5);
	opacity: 0;
}
.contact_item li:hover .contact_icon:after {
	opacity: 1;
	transform: scale(1);
}
.contact_icon img {
	display: block;
	width: 100%;
	position: relative;
	z-index: 1;
}
.contact_text {
	text-align: center;
}
.contact_text h4 {
	font-size: 14px;
	text-transform: uppercase;
	margin: 0 0 5px;
}
.contact_text a {
	display: block;
	font-size: 12px;
	text-decoration: none;
	color: #333;
	word-break: break-all;
}

.contact_main {
	background-color: #f2f2f2;
	padding: 50px 0;
}
.contact_item1 .column {
	padding: 0;
}
.contact_wrap {
	width: 100%;
	height: 100%;
	background-color: #4587BA;
	padding: 30px 15px;
	color: #fff;
}
.contact_wrap h2 {
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 10px;
}
.contact_wrap a {
	color: #fff;
}
.contact_wrap .more {
	text-align: center;
	margin-top: 30px;
}
.contact_wrap .more a {
	display: inline-block;
	border: 2px #fff solid;
	font-weight: bold;
	padding: 10px 30px;
}

.map {
	width: 100%;
	height: 268px;
}
.map #dituContent {
	width: 100%;
	height: 100%;
	border: 1px #ddd solid;
}

.form_main {
	padding: 50px 0;
}
.message_form .column {
	margin: 5px 0;
}
.message_form .form-control {
	height: 40px;
	color: #333;
	background-color: #FAFAFA;
	border-color: #ddd;
	border-radius: 0;
	box-shadow: none;
}
.message_form .error input {
	border-color: #4587BA;
}
.message_form .tip input,
.message_form .success input {
	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_form .btn {
	display: block;
	background-color: #4587BA;
	color: #fff;
	font-size: 14px;
	border: none;
	width: 100%;
	height: 40px;
	margin: 20px auto 0;	
	outline: none!important;
	text-transform: uppercase;
}
.message_form .btn:hover {
	border: 1px #4587BA solid;
	background-color: transparent;
	color: #4587BA;
}

@media (max-width: 767px) {
	.contact_item li {
		width: 50%;
		margin: 15px 0;
	}
	.map {
		display: none;
	}
	.contact_main {
		padding: 0;
	}
	.contact_wrap .more a {
		border-width: 1px;
		font-weight: normal;
	}
}
@media (min-width: 768px) {
	.contact_item_title h2 {
		font-size: 20px;
	}
	.contact_item_title p {
		font-size: 14px;
	}
	.contact_item1 {
		display: flex;
	}
	.contact_icon {
		max-width: 80px;
	}
	.contact_text h4 {
		font-size: 16px;
	}
}
@media (min-width: 992px) {	
	.contact_wrap {
		padding: 60px 30px;
	}
	.map {
		height: 342px;
	}
}
@media (min-width: 1200px) {
	.contact_icon {
		max-width: 100px;
		margin-bottom: 20px;
	}
	.contact_text h4 {
		font-size: 18px;
		margin-bottom: 10px;
	}
	.contact_wrap h2 {
		font-size: 20px;
		margin-bottom: 20px;
	}
	.contact_wrap .more {
		margin-top: 50px;
	}
}
@media (min-width: 1400px) {
	.contact_item_title h2 {
		font-size: 24px;
	}
	.contact_icon {
		max-width: 120px;
	}
}

/*动画*/
@-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
}

@-webkit-keyframes kenburnsUp {
	0% {
		-webkit-transform: scale(1.5) translate(0, 10%);
		transform: scale(1.5) translate(0, 10%)
	}
	100% {
		-webkit-transform: scale(1) translate(0, 0);
		transform: scale(1) translate(0, 0)
	}
}
@keyframes kenburnsUp {
	0% {
		-webkit-transform: scale(1.5) translate(0, 10%);
		transform: scale(1.5) translate(0, 10%)
	}
	100% {
		-webkit-transform: scale(1) translate(0, 0);
		transform: scale(1) translate(0, 0)
	}
}

@-webkit-keyframes kenburnsDown {
	0% {
		-webkit-transform: scale(1.5) translate(0, -10%);
		transform: scale(1.5) translate(0, -10%)
	}
	100% {
		-webkit-transform: scale(1) translate(0, 0);
		transform: scale(1) translate(0, 0)
	}
}
@keyframes kenburnsDown {
	0% {
		-webkit-transform: scale(1.5) translate(0, -10%);
		transform: scale(1.5) translate(0, -10%)
	}
	100% {
		-webkit-transform: scale(1) translate(0, 0);
		transform: scale(1) translate(0, 0)
	}
}