/*滚动条样式*/

::-webkit-scrollbar {
	width: 8px;
	height: 8px;
}

::-webkit-scrollbar-track {
	background: #f8f8f8;
}

::-webkit-scrollbar-thumb {
	background: #246fb2;
	height: 60px;
}

::-webkit-scrollbar-thumb:window-inactive {
	background: #246fb2;
}

::-webkit-scrollbar-thumb:vertical:hover {
	background: #246fb2;
}

body {
	font-family: "Helvetica Neue","Helvetica","Arial","sans-serif", "微软雅黑";
	padding-top: 50px;
}

i,em {
	font-style: normal;
}

a:hover {
	text-decoration: none;
}

@media (min-width: 1440px) {
	.container {
		width: 1400px;
	}
}

.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 ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.img {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}
.img img {
	display: block;
	width: 100%;
	margin: 0 auto;
	transition: all .5s;
}
@media (max-width: 767px) {
	.section .container {
		width: 100%;
	}
}
/*横屏*/
@media (max-width: 767px) and (orientation: landscape) {
	.section {
		padding-top: 0;
	}
}
@media (min-width: 768px) {
	body,
	.section {
	    padding-top: 60px;
	}
}
@media (min-width: 1200px) {
	body,
	.section {
	    padding-top: 80px;
	}
}
@media (min-width: 1440px) {
	body,
	.section {
	    padding-top: 110px;
	}
}

/*foot*/
.section5 {
	padding-top: 0!important;
	display: block;
}
.footer {	
	background-color: rgba(19,95,163,.8);
	font-size: 12px;
	color: #fff;
	text-align: center;
	padding: 5px 0;
}
.footer a {
	display: inline-block;
	color: #fff;
}
.footer a:hover {
	color: rgba(255,255,255,.8);
}
.copyright span {
	display: block;
	margin-top: 5px;
}
.foot_nav {
	display: none;
}

.gotop {
	width: 30px;
	height: 30px;
	background: url(../images/icon/gotop.png) no-repeat center;
	background-size: contain;
	position: fixed;
	right: 5px;
	bottom: 60px;
	cursor: pointer;
	display: none;
	transition: all .5s;
}
.gotop:hover {
	background: url(../images/icon/gotop1.png) no-repeat center;
	background-size: contain;
}

@media (min-width: 768px) {
	.footer {
		padding: 20px 0;
		font-size: 16px;
	}
	.copyright span:last-child {
		font-size: 14px;
		margin-top: 10px;
	}
	.foot_nav {
		display: block;
		margin-bottom: 20px;
	}
	.foot_nav a {
		padding: 0 15px;
		line-height: 1;
	}
	.foot_nav a+a {
		border-left: 1px #fff solid;		
	}
	.gotop {
		width: 40px;
		height: 40px;
		bottom: 130px;
	}
}
@media (min-width: 1200px) {
	.footer{
		font-size: 18px;
	}
	.copyright span:last-child {
		font-size: 16px;
	}
}

/*导航*/
.navbar-default {
	background-color: #fffcfc;
	border: 0;
	border-bottom: 3px #195d9a solid;
	margin-bottom: 0;
}
.navbar-brand {
	height: auto;
	padding-top: 5px;
	padding-bottom: 5px;
}
.navbar-brand img {
	display: block;
	height: 40px;
}
.navbar-default .navbar-toggle {
	border: 0;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #246fb2;
	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: #000334;
	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: #fff;
	background-color: #246fb2;
}
.navbar-collapse::-webkit-scrollbar {
	width: 2px;
	height: 2px;
}

.top_search {
	float: right;
	width: 210px;
	position: relative;
	margin-left: 30px;
	margin-top: 17px;
}
.top_search input {
	width: 100%;
	height: 26px;
	border-radius: 15px;
	border: 1px #c1c1c1 solid;
	padding-left: 12px;
	padding-right: 36px;
	outline: none;
}
.top_search .search_btn {
	width: 26px;
	height: 26px;
	background: url(../images/icon/icon1.png) no-repeat center;
	background-size: contain;
	position: absolute;
	top: 0;
	right: 10px;
	border: none;
	outline: none;
}

@media (max-width: 991px) {
	.top_search {
		display: none;
	}
}
/*横屏*/
@media (max-width: 767px) and (orientation: landscape) {
	.index_body .header {
		display: none;
	}
}
@media (min-width: 768px) {
	.navbar-brand img {
		height: 50px;
	}
	.navbar-default .navbar-nav>li>a {
		padding-top: 20px;
		padding-bottom: 20px;
	}
}
@media (min-width: 1200px) {
	.header .container-fluid {
		padding: 0 50px;
	}
	.navbar-brand {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.navbar-brand img {
		height: 60px;
	}
	.navbar-default .navbar-nav>li>a {
		font-size: 16px;
		padding: 30px 20px;
	}
	.top_search {
		margin-top: 27px;
	}
}
@media (min-width: 1440px) {
	.header .container-fluid {
		padding: 0 100px;
	}
	.navbar-brand img {
		height: 90px;
	}
	.navbar-default .navbar-nav>li>a {
		padding: 45px 30px;
	}
	.top_search {
		margin-top: 42px;
	}
}
@media (min-width: 1600px) {
	.header .container-fluid {
		padding: 0 150px;
	}
}

/*第一屏*/
.section1 {
	display: block;
}
.section1 .swiper-container {
	height: 100%;
}
.section1 .swiper-pagination-bullet {
	width: 32px;
	height: 2px;
	background-color: #737c85;
	border-radius: 0;
	opacity: 1;
}
.section1 .swiper-pagination-bullet-active {
	background-color: #246fb2;
}
.banner_text .container {
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 9;
	transform: translate(-50%,-50%);
}
.banner_text img {
	display: block;
	width: 100%;
	margin: 0 auto;
}
.banner_text .PC_img {
	display: none;
}
.banner_text .min_img {
	display: block;
}
.banner1 .banner_text img {
	transform: translateY(100%);
}
.banner2 .banner_text img {
	transform: translateY(-100%);
}
.banner3 .banner_text img {
	transform: translateX(100%);
}
.banner4 .banner_text img {
	transform: translateX(-100%);
}
.banner5 .banner_text img {
	transform: scale(0);
}
.section1 .swiper-slide-active .banner_text img {
	opacity: 1;
	transform: none;
	transition-delay: .5s;
}

#fp-nav.right {
	right: 0;
}
#fp-nav ul li a span,
.fp-slidesNav ul li a span {
	width: 6px;
	height: 6px;
}
#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 {
	background-color: #0094ff;
	margin: -5px 0 0 -5px;
}
#fp-nav ul li:last-child,
.fp-slidesNav ul li:last-child {
	display: none;
}

@media (max-width: 767px) and (orientation: landscape) {
	.banner_text img {
		width: 80%;
	}
}
@media (min-width: 768px) {
	.banner_text .PC_img {
		display: block;
	}
	.banner_text .min_img {
		display: none;
	}
	.section1 .swiper-pagination-bullet {
		width: 56px;
	}
}

/*首页标题*/
.index_title {
	transform: translate3d(0,100%,0);
}
.active .index_title {
	opacity: 1;
	transform: none;
	transition: all .5s;
}
.index_title a {
	display: block;
	color: #246fb2;
	text-align: center;
}
.index_title span {
	display: block;
	font-size: 24px;
	font-family: "CentSchbkCyrill BT";
	line-height: 1;
	text-transform: uppercase;
	margin-bottom: 5px;
}
.index_title h2 {
	font-size: 18px;
	line-height: 1;
	margin: 0;
}
.index_more {
	text-align: center;
	transform: scale(0);
}
.active .index_more {
	opacity: 1;
	transform: scale(1);
	transition-delay: 1s;
}
.index_more a {
	display: inline-block;
	letter-spacing: 8px;
	color: #397db9;
	text-transform: uppercase;
	border: 1px #246fb2 solid;
	padding: 10px 20px;
	position: relative;
}
.index_more a:after {
	content: "";
	width: 50px;
	height: 1px;
	background-color: #246fb2;
	position: absolute;
	right: -35px;
	top: 50%;
	margin-top: -1px;
}
.index_more a:hover {
	color: #fff;
	background-color: #246fb2;
}

@media (min-width: 768px) {
	.index_title span {
		font-size: 28px;
		margin-bottom: 10px;
	}
	.index_title h2 {
		font-size: 20px
	}
	.index_more a {
		font-size: 16px;
	}
}
@media (min-width: 1200px) {
	.index_title span {
		font-size: 36px;
	}
	.index_title h2 {
		font-size: 28px
	}
}
@media (min-width: 1440px) {
	.index_title span {
		font-size: 48px;
	}
	.index_title h2 {
		font-size: 36px
	}
}

/*第二屏*/
.section2_left {
	transform: translate3d(100%,0,0);
}
.section2_right {
	transform: translate3d(-100%,0,0);
	display: none;
}
.active .section2_left,
.active .section2_right {
	opacity: 1;
	transform: none;
	transition-delay: .5s;
}
.section2_info {
	color: #397db9;
	line-height: 36px;
	height: 180px;
	overflow: hidden;
	margin-top: 30px;
	margin-bottom: 30px;
}
.section2_info p {
	margin: 0;
}

/*横屏*/
@media (max-width: 767px) and (orientation: landscape) {
	.section2_info {
		height: 108px;
	}
}
@media (min-width: 768px) {
	.section2_list {
		display: flex;
		flex-direction: row;		
	}
	.section2_left {
		width: 42%;
	}
	.section2_left .index_title:after {
		content: "";
		width: 50px;
		height: 2px;
		background-color: #246fb2;
		display: block;
		margin-top: 40px;
	}
	.section2_left .index_title a {
		text-align: left;
	}
	.section2_left .index_title h2 {
		display: flex;
		flex-direction: row;
		justify-content: flex-start;
		align-items: center;
		position: relative;
	}
	.section2_left .index_title h2 i {
		flex: 0 0 auto;
		margin-right: 10px;
	}
	.section2_left .index_title h2:after {
		content: "";
		width: 100%;
		height: 2px;
		background-color: #246fb2;
		display: block;
	}
	.section2_left .index_title h2:before {
		content: "";
		width: 100px;
		height: 2px;
		background-color: #ff9000;
		position: absolute;
		right: -100px;
		top: 50%;
		margin-top: -1px;
	}
	.section2_left .index_more {
		text-align: left;
		transform: translate3d(0,100%,0);
	}
	.active .section2_left .index_more {
		transform: none;
	}
	.section2_info {
		padding-right: 30px;
	}
	.section2_right {
		display: block;
		width: 58%;
	}
	.section2_right .img {
		margin-top: 25px;
	}
}
@media (min-width: 1200px) {	
	.section2_left {
		width: 38%;
	}
	.section2_right {
		width: 62%;
	}
	.section2_left .index_title h2:before {
		width: 150px;
		right: -150px;
	}
	.section2_left .index_title span {
		font-size: 48px;
	}
	.section2_info {
		padding-right: 50px;
	}
}
@media (min-width: 1440px) {
	.section2_left .index_title:after {
		margin-top: 60px;
	}
	.section2_left .index_title span {
		font-size: 60px;
	}
	.section2_info {
		margin-bottom: 70px;
	}
}

/*第三屏*/
.section3_list {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	-webkit-transform: scale(0);
	transform: scale(0);
	margin-top: 30px;
}
.active .section3_list {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
}
.section3_menu {
	width: 40%;
	display: none;
}
.section3_menu a {
	display: block;
	border: 1px rgba(159,159,159,.5) solid;
	padding: 10px 10px 10px 30px;
	margin-bottom: 20px;
	overflow: hidden;
	position: relative;
}
.section3_menu a:before,
.section3_menu a:after {
	content: "";
	border: 1px #bcbcbc solid;
	border-radius: 100%;
	position: absolute;
}
.section3_menu a:before {
	width: 10px;
	height: 10px;
	left: 14px;
	top: 12px;
}
.section3_menu a:after {
	width: 6px;
	height: 6px;
	left: 16px;
	top: 14px;
}
.section3_menu li:last-child a {
	margin-bottom: 0;
}
.section3_menu a h2 {
	font-size: 16px;
	line-height: 1;
	color: #444;
	margin: 0;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.section3_menu a p {
	font-size: 12px;
	color: #666;
	line-height: 18px;
	height: 18px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	margin: 10px 0 5px;
	word-break: break-all;
}
.section3_menu a em {
	width: 14px;
	height: 14px;
	background: url(../images/icon/arrow.png) no-repeat center;
	background-size: contain;
	float: right;
}
.section3_menu a:hover,
.section3_menu li.active a {
	background-color: #195d9a;
	border-color: #195d9a;
}
.section3_menu a:hover:before,
.section3_menu a:hover:after,
.section3_menu li.active a:before,
.section3_menu li.active a:after  {
	border-color: #fff;
}
.section3_menu a:hover h2,
.section3_menu li.active a h2 {
	color: #fff;
}
.section3_menu a:hover p,
.section3_menu li.active a p {
	color: #e1e1e1;
}
.section3_menu a:hover em,
.section3_menu li.active a em {
	background-image: url(../images/icon/arrow1.png);
}
.section3_center {
	width: 90%;
	margin: 0 auto;
}
.section3_center .swiper-container {
	width: 100%;
	height: 100%;
	background-color: #cac7c7;
}
.section3_center .swiper-pagination-bullet-active {
	background-color: #fff;
}

/*横屏*/
@media (max-width: 767px) and (orientation: landscape) {
	.section3_center {
		width: 50%;
	}
}
@media (min-width: 768px) {
	.section3_list {
		margin-top: 60px;
	}
	.section3_menu {
		display: block;
	}
	.section3_center {
		width: 60%;
		height: 400px;
		padding-left: 20px;
	}
	.section3_center .img {
		width: 100%;
		height: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.section3_center .img img {
		width: auto;
		height: 100%;
		margin: 0 auto;
	}
}
@media (min-width: 1200px) {
	.section3_menu a {
		padding: 15px 20px 10px 40px;
	}
	.section3_menu a:before {
	    width: 14px;
	    height: 14px;
	    left: 18px;
	    top: 17px;
	}
	.section3_menu a:after {
	    width: 10px;
	    height: 10px;
	    left: 20px;
	    top: 19px;
	}
	.section3_menu a h2 {
		font-size: 20px;
	}
	.section3_menu a p {
		height: 36px;
		-webkit-line-clamp: 2;
	}
	.section3_center {
		height: 508px;
	}
}
@media (min-width: 1440px) {
	.section3_list {
		padding: 0 80px;
	}
}

/*第四屏*/
.section4_list {
	margin-top: 30px;
	transform: translate3d(0,100%,0);
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.section4_list:before,
.section4_list:after {
	display: none;
}
.active .section4_list,
.section4.on .section4_list,
.section4.on .index_title {
	opacity: 1;
	transform: none;
	transition-delay: .5s;
}
.section4_list a {
	display: block;
	color: #333;
	text-align: center;
}
.section4_list a span {
	display: block;
	font-size: 12px;
	margin: 10px 0 20px;
}
.section4_list a .icon {
	width: 100%;
	max-width: 70px;
	margin: 0 auto;
	position: relative;
}
.section4_list a .icon:after {
	content: "";
	width: 100%;
	height: 100%;
	background: url(../images/bg1.png) no-repeat center;
	background-size: 100% 100%;
	position: absolute;
	top: 0;
	left: 0;
	transition: all .5s;
}
.section4_list a:hover .icon:after {
	transform: rotate(60deg);
}
.section4_list a .icon img {
	display: block;
	width: 100%;
}

@media (max-width: 767px) {
	.section4_list {
		margin-left: -5px;
		margin-right: -5px;
	}
	.section4_list .column {
		padding: 0 5px;
	}
}
/*横屏*/
@media (max-width: 767px) and (orientation: landscape) {
	.section4_list .column {
		width: 25%;
	}
}
@media (min-width: 768px) {
	.section4_list {
		margin-top: 60px;
	}
	.section4_list a span {
		font-size: 16px;
		margin-top: 40px;
	}
	.section4_list a .icon {
		max-width: 150px;
	}
}
@media (min-width: 1200px) {
	.section4_list {
		margin-top: 90px;
	}
	.section4_list a span {
		font-size: 18px;
	}
	.section4_list a .icon {
		max-width: 200px;
	}
}
@media (min-width: 1440px) {
	.section4_list {
		margin-top: 120px;
	}
	.section4_list a .icon {
		max-width: 240px;
	}
}

@media (min-width: 1200px) and (max-height: 768px) {
	.section3_menu a {
		padding: 10px 10px 10px 30px;
	}
	.section3_menu a:before {
		width: 10px;
		height: 10px;
		left: 14px;
		top: 12px;
	}
	.section3_menu a:after {
		width: 6px;
		height: 6px;
		left: 16px;
		top: 14px;
	}
	.section3_menu a h2 {
		font-size: 16px;
	}
	.section3_menu a p {
		height: 18px;
		-webkit-line-clamp: 1;
	}
	.section3_center {
		height: 400px;
	}
	.section4_list a .icon {
		max-width: 150px;
	}
}
@media (min-width: 1440px) and (max-height: 768px) {
	body,
	.section {
		padding-top: 80px;
	}
	.banner_text img {
		width: 70%;
	}
	.navbar-brand img {
		height: 60px;
	}
	.navbar-default .navbar-nav>li>a {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.top_search {
		margin-top: 27px;
	}
	.index_title span {
		font-size: 36px;
	}
	.index_title h2 {
		font-size: 28px;
	}
	.section2_left .index_title span {
		font-size: 48px;
	}
	.section2_left .index_title:after {
		margin-top: 40px;
	}
	.section2_info {
		margin-bottom: 30px;
	}
	.section2 .container,
	.section3 .container {
		width: 1170px;
	}
	.section3_list {
		padding: 0;
	}
}
@media (min-width: 768px) and (max-height: 705px) {
	.section3_center {
		height: 274px;
	}
	.section3_menu a {
		margin-bottom: 10px;
	}
	.section3_menu a p {
		margin: 5px 0 0;
	}
	.section3_menu a em {
		display: none;
	}
}
@media (min-width: 1200px) and (max-height: 705px) {
	.banner_text img {
		width: 70%;
	}
	.section4_list {
		margin-top: 90px;
	}
}

/*内页*/
.wrapper {
	min-height: 80vh;
	overflow: hidden;
}
.location_main {
	margin-top: 20px;
}
.location b,
.location a {
	display: inline-block;
	color: #666;
	font-weight: normal;
	text-transform: uppercase;
}
.location a:hover {
	color: #246fb2;
}

.inside_main {
	padding: 30px 0;
	position: relative;
	transition: all .5s;
}
.InfoContent {
	line-height: 2.4;
	position: relative;
	overflow: hidden;
}
.InfoContent p {
	margin: 0;
}
.InfoContent img {
	max-width: 100%;
	height: auto !important;
}
.InfoTitle {
	margin-bottom: 15px;
    text-align: center;
	border-bottom: 1px #dad9d9 solid;
	padding-bottom: 15px;
}
.InfoTitle h4 {
    font-size: 18px;
    margin: 0;
    line-height: 1.4;
}
.InfoTitle span {
	display: block;
	color: #999;
	margin-top: 5px;
}
.info_previous_next_wrap {
	border-top: 1px #dad9d9 solid;
	padding-top: 16px;
	margin-top: 30px;
	font-size: 12px;
	color: #666;
}
.info_previous_next_wrap b {
	font-weight: normal;
}
.info_previous_next_wrap a {
	color: #666;
	text-decoration: none;
}
.info_previous_next_wrap a:hover {
	color: #246fb2;
}
.info_Previous,
.info_Next {
	margin-bottom: 10px;
}

.submenu {
	margin-left: -2px;
	margin-right: -2px;
	margin-bottom: 40px;
}
.submenu li {
	float: left;
	width: 50%;
	padding: 0 2px;
	margin: 2px 0;
}
.submenu li a {
	text-align: center;
	background-color: #dfdfdf;
	border: 1px #afafaf solid;
	color: #222;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	padding-left: 5px;
	padding-right: 5px;
}
.submenu li a:hover,
.submenu li.active a {
	background-color: #246fb2;
	border-color: #195d9a;
	color: #fff;
}

@media (max-width: 767px) {
	
}
@media (min-width: 768px) {
	.info_previous_next_wrap {
		font-size: 14px;
		margin-top: 40px;
	}
	.submenu li {
		width: 25%;
	}
}
@media (min-width: 1200px) {
	.inside_main {
		padding: 50px 0;
	}
	.location {
		font-size: 16px;
	}
	.InfoTitle {
		margin-bottom: 30px;
	}
	.InfoTitle h4 {
	    font-size: 24px;
	}
	.submenu {
		margin-left: -12px;
		margin-right: -12px;
	}
	.submenu li {
		padding: 0 12px;
	}
	.submenu li a {
		font-size: 16px;
	}
}
@media (min-width: 1440px) {
	.location_main .container-fluid {
		padding: 0 100px;
	}
	.submenu li a {
		font-size: 20px;
	}
}

/*关于我们*/
.about_body .wrapper {
	background: url(../images/bg2.png) no-repeat top right;
	background-size: 100% auto;
}
.about_title {
	display: flex;
	flex-flow: row wrap;
	align-items: baseline;
	margin-bottom: 15px;
	position: relative;
	padding-bottom: 10px;
}
.about_title:after {
	content: "";
	width: 75%;
	height: 1px;
	background-color: #246fb2;
	display: block;
	opacity: .2;
	position: absolute;
	left: 0;
	bottom: 0;
}
.about_title span {
	display: inline-block;
	font-size: 20px;
	color: #246fb2;
	margin-right: 15px;
}
.about_title h2 {
	margin: 0;
	font-size: 16px;
}
.culture_main {
	background-color: #f5f5f5;
}
.culture_title {
	text-align: center;
	margin-bottom: 30px;
}
.culture_title h2 {
	display: inline-block;
	font-size: 24px;
	color: #246fb2;
	border-bottom: 1px #246fb2 solid;
	padding-bottom: 10px;
	margin: 0;
}
.culture_bg {
	background: url(../images/bg3.png) center;
	background-size: cover;
	/*background-attachment: fixed;*/
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.culture_list .column {
	margin: 20px 0;
}
.culture_list .inner {
	text-align: center;
}
.culture_list .inner:hover img {
	transform: scale(1.1);
}
.culture_list .inner h2 {
	font-size: 18px;
	margin: 0 0 5px;
	text-transform: uppercase;
}
.culture_list .inner span {
	display: block;
	color: #666;
	font-style: italic;
	text-transform: capitalize;
}
.culture_list .inner p {
	line-height: 30px;
	margin: 20px 0 10px;
	word-break: break-all;
}
.culture_list .inner .img {
	box-shadow: 0 0 12px rgba(15,15,15,.08);
}

@media (max-width: 767px) {
	.about_list_left {
		margin-bottom: 15px;
	}
	.culture_bg {
		background-attachment: initial;
	}
}
/*横屏*/
@media (max-width: 767px) and (orientation: landscape) {
	.about_list_left .img {
		width: 70%;
		margin: 0 auto;
	}
	.culture_list .column {
		float: left;
		width: 50%;
	}
	.culture_list .inner p {
		height: 90px;
	}
}
@media (min-width: 768px) {
	.about_list {
		display: flex;
		flex-direction: row;
		align-items: center;
	}
	.about_list_left {
		width: 57%;
	}
	.about_list_right {
		width: 50%;
		background-color: #f7f7f7;
		padding: 15px 30px 30px;
		box-shadow: 0 0 15px rgba(15,15,15,.18);
		margin-left: -7%;
	}
	.about_title span {
		font-size: 28px;
	}
	.about_title h2 {
		font-size: 18px;
	}
	.culture_main {
		padding: 50px 0;
	}
	.culture_title {
		margin-bottom: 50px;
	}
	.culture_list .column:after {
		content: "";
		width: 1px;
		height: 100%;
		border-left: 1px #c2c2c2 dotted;
		position: absolute;
		top: 0;
		right: 0;
	}
	.culture_list .column:nth-child(2n):after {
		display: none;
	}
	.culture_list .inner h2 {
		font-size: 20px;
	}
	.culture_list .inner p {
		height: 90px;
	}
}
@media (min-width: 992px) {	
	.culture_list .column:nth-child(2n):after {
		display: block;
	}
	.culture_list .column:nth-child(4n):after {
		display: none;
	}
}
@media (min-width: 1200px) {
	.about_list_right {
		padding: 30px 50px 70px;
	}
	.about_title span {
		font-size: 36px;
	}
	.about_title h2 {
		font-size: 20px;
	}
	.culture_main {
		padding: 70px 0;
	}
	.culture_list .inner h2 {
		font-size: 24px;
	}
}
@media (min-width: 1440px) {
	.culture_main {
		padding-bottom: 130px;
	}
	.culture_list {
		margin-left: -50px;
		margin-right: -50px;
	}
	.culture_list .column {
		padding: 0 50px;
	}
	.culture_list .inner h2 {
		font-size: 30px;
	}
	.culture_list .inner span {
		font-size: 16px;
	}
	.culture_list .inner p {
		font-size: 16px;
		line-height: 36px;
		height: 108px;
	}
}

/*产品中心*/
.pro_list {
	margin-left: -5px;
	margin-right: -5px;
}
.pro_list .column {
	padding: 0 5px;
	margin-bottom: 10px;
}
.pro_list a {
	display: block;
	background-color: #c6c6c6;
	text-align: center;
	color: #fff;
	position: relative;
}
.pro_list a h2 {
	font-size: 14px;
	line-height: 24px;
	margin: 0;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	background-color: #979797;
	padding: 5px;
}
.pro_list a em {
	display: inline-block;
	font-size: 12px;
	line-height: 20px;
	color: #fff;
	background-color: #979797;
	padding: 4px 18px;
	position: absolute;
	right: 0;
	bottom: 0;
}
.pro_list a:hover em {
	background-color: #246fb2;
}

@media (min-width: 768px) {	
	.pro_list {
		margin-left: -10px;
		margin-right: -10px;
	}
	.pro_list .column {
		padding: 0 10px;
		margin-bottom: 20px;
	}
	.pro_list a h2 {
		font-size: 16px;
		padding: 10px;
	}
	.pro_list a em {
		font-size: 14px;
		padding: 6px 22px;
	}
}
@media (min-width: 1400px) {
	.pro_list a h2 {
		font-size: 20px;
	}
	.pro_list a em {
		font-size: 18px;
	}
}

/*新闻*/
.news_list .column {
	margin-bottom: 30px;
}
.news_list a {
	display: block;
	color: #333;
}
.news_list a h2 {
	font-size: 16px;
	margin: 0;	
	display: flex;
	flex-direction: row;
	align-items: center;
	transition: all .5s;
}
.news_list a h2 span {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.news_list a h2:before {
	content: "";
	width: 0;
	height: 2px;
	background-color: #246fb2;
	display: inline-block;
	flex: 0 0 auto;
	transition: all .5s;
}
.news_list a:hover h2 {
	color: #246fb2;
}
.news_list a:hover h2:before {
	width: 30px;
	margin-right: 10px;
}
.news_list a p {
	font-size: 12px;
	color: #666;
	line-height: 20px;
	height: 40px;
	overflow: hidden;
	margin: 10px 0 0;
}
.news_list a .time {
	font-size: 12px;
	line-height: 20px;
	color: #666;
	margin-bottom: 15px;
}

@media (min-width: 768px) {
	.news_list a h2 {
		font-size: 18px;
	}
	.news_list a p {
		font-size: 14px;
		line-height: 30px;
		height: 60px;
		margin-top: 15px;
	}
	.news_list a .time {
		font-size: 16px;
	}
}
@media (min-width: 1200px) {
	.news_list {
		margin-left: -50px;
		margin-right: -50px;
	}
	.news_list .column {
		padding: 0 50px;
		margin-bottom: 50px;
	}
	.news_list a h2 {
		font-size: 20px;
	}
}

/*联系我们*/
.contact_list_title {
	font-size: 18px;
	margin-bottom: 5px;
	text-transform: uppercase;
}
.contact_info p {
	margin-bottom: 5px;
}
.contact_info p a {
	display: block;
	color: #333;
	line-height: 2;
}

.message_form {
	margin: 50px 0 15px;
}
.message_form form {
	background-color: #fff;
	box-shadow: 0 0 20px rgba(0,0,0,.2);
	padding: 15px;
}
.message_form h2 {
	font-size: 18px;
	text-align: center;
	margin: 0 0 30px;
	text-transform: uppercase;
}
.message_form .form-control {
	height: 40px;
	color: #555;
	background-color: transparent;
	border-color: #c1c1c1;
	border-width: 0 0 1px 0;
	border-radius: 0;
	box-shadow: none;
	padding-left: 0;
	padding-right: 0;
}
.message_form .error .form-control {
	border-color: #246fb2;
}
.message_form .error .valid_message {
	position: absolute;
	width: 100%;
	left: 0;
	font-size: 12px;
	color: #246fb2;
	display: none;
}
.message_btn .btn {
	display: block;
	background-color: #0f77b2;
	border: 1px #0f77b2 solid;
	color: #fff;
	border-radius: 20px;
	margin: 30px auto 0;
	padding-left: 50px;
	padding-right: 50px;
	outline: none!important;
	text-transform: uppercase;
}
.message_btn .btn:hover {
	background-color: transparent;
	color: #0f77b2;
}

.map {
	height: 240px;
	margin: 50px 0;
}
.map #dituContent {
	width: 100%;
	height: 100%;
	border: 1px #c2c2c2 solid;
}
.map img {
	display: block;
	width: 100%;
	height: 100%;
}

@media (min-width: 768px) {
	.contact_list {
		display: flex;
		flex-direction: row;
		justify-content: center;
	}
	.contact_list_title {
		flex: 0 0 auto;
		font-size: 20px;
		margin-right: 20px;
		margin-bottom: 0;
	}
	.contact_list_right {
		width: 100%;
		overflow: hidden;
		border-left: 2px #c4c4c4 solid;
		padding-left: 10px;
	}
	.contact_wrap {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
	}
	.message_form form {
		padding: 30px;
	}
	.message_form h2 {
		font-size: 20px;
		margin-bottom: 50px;
	}
	.message_form .form-group {
		margin-bottom: 30px;
	}
	.map {
		height: 360px;
	}	
}
@media (min-width: 1200px) {
	.contact_list_title {
		font-size: 24px;
	}
	.contact_info p a {
		font-size: 16px;
	}
	.message_form {
		margin-top: 80px;
	}
	.message_form h2 {
		font-size: 24px;
	}
	.message_form .row {
		padding-left: -50px;
		padding-right: -50px;
	}
	.message_form .column {
		padding: 0 50px;
	}
	.message_btn .btn {
		font-size: 16px;
		margin-top: 40px;
	}
}
@media (min-width: 1600px) {	
	.map {
		height: 500px;
	}
}

/*动画*/
@-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
}
