/*滚动条样式*/

::-webkit-scrollbar {
	width: 8px;
	height: 8px;
}

::-webkit-scrollbar-track {
	background: #f8f8f8;
}

::-webkit-scrollbar-thumb {
	background: #fbcb29;
	height: 60px;
}

::-webkit-scrollbar-thumb:window-inactive {
	background: #fbcb29;
}

::-webkit-scrollbar-thumb:vertical:hover {
	background: #fbcb29;
}

body {
	font-family: "Helvetica Neue","Helvetica","Arial","sans-serif", "微软雅黑";
}

i,em {
	font-style: normal;
}

a:hover,
a:focus {
	text-decoration: none;
}

@font-face {
  font-family: "方正少儿简体";
  src: url("../fonts/方正少儿简体.woff2") format("woff2"),
       url("../fonts/方正少儿简体.woff") format("woff"),
       url("../fonts/方正少儿简体.ttf") format("truetype"),
       url("../fonts/方正少儿简体.eot") format("embedded-opentype"),
       url("../fonts/方正少儿简体.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

@media (min-width: 1366px) {
	.container {
		width: 1270px;
	}
}

.img {
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
	position: relative;
}
.img img {
	display: block;
	width: 100%;
	transition: all .5s;
}

/*foot*/
.footer {	
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	color: #707070;
}
.footer a {
	display: inline-block;
	color: #707070;
}
.footer a:hover {
	color: #333;
}
.foot_top {
	background-color: #c3e5f5;
	position: relative;
	overflow: hidden;
}
.foot_top .gotop {
	width: 76px;
	height: 76px;
	background-color: #fff;
	border-radius: 100%;
	position: absolute;
	bottom: -44px;
	left: 50%;
	transform: translateX(-50%);
	cursor: pointer;
}
.foot_top .gotop i {
	display: block;
	font-size: 30px;
	line-height: 40px;
	color: #bcbcbc;
	font-family: "方正少儿简体";
	transform: rotate(-90deg);
}
.foot_top .container {
	background: url(../images/bg6.png) no-repeat center left 60px;
	padding-top: 35px;
	padding-bottom: 35px;
}
.foot_nav a {
	padding: 0 40px;
	position: relative;
}
.foot_nav a:after {
	content: "";
	width: 1px;
	height: 14px;
	background-color: #333;
	position: absolute;
	top: 3px;
	right: 0;
	opacity: .2;
}
.foot_nav a:last-child:after {
	display: none;
}
.foot_nav a span {
	display: block;
	text-transform: uppercase;
}
.foot_nav a span.en {
	font-size: 12px;
}
.foot_nav a.active {
	color: #333;
}
.foot_info img {
	display: block;
	height: 35px;
	margin: 10px auto;
}
.foot_info p {
	font-size: 12px;
	margin: 0;
	color: rgba(51,51,51,.6);
}
.foot_bottom {
	padding: 15px 0;
}
.foot_bottom .container {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.foot_bottom .container:before,
.foot_bottom .container:after {
	display: none;
}
.foot_contact a {
	background-position: center left;
	background-repeat: no-repeat;
	background-size: 20px;
	padding-left: 30px;
}
.foot_contact a+a {
	margin-left: 60px;
}
.foot_contact .tel {
	background-image: url(../images/icon/icon4.png);
}
.foot_contact .mail {
	background-image: url(../images/icon/icon5.png);
}

/*侧边栏*/
.sideBar {
    position: fixed;
    right: 15px;
    bottom: 50px;
    z-index: 2;
    background-color: #fff;
    border-radius: 10px;
    border: 1px #fbcb29 solid;
}
.sideBar .more {
    background: #fbcb29;
    color: #333;
    line-height: 40px;
    text-align: center;
    border-radius: 10px 10px 0 0;
}
.sideBar a {
    display: block;
    width: 100px;
    padding: 10px 0;
    text-align: center;
    position: relative;
    border-bottom: 1px #c1c1c1 solid;
}
.sideBar a:last-child {
    border-bottom: none;
}
.sideBar a>img {
	display: block;
	width: 50px;
	margin: 0 auto;
}
.sideBar a span{
    display: block;
    font-size: 12px;
    margin-top: 5px;   
}
.sideBar a i.ma {
    display: block;
    width: 150px;
    height: 150px;
    padding: 5px;
    position: absolute;
    right: 100px;
    top: -27px;
    background-color: #fff;
    border: 1px #ddd solid;
    transition: all .5s;
    transform: scale(0);
    transform-origin: 100% 0;
}
.sideBar a i.ma img {
    display: block;
    width: 100%;
}
.sideBar a:hover i.ma {
    transform: scale(1);
    transform-origin: 0 0;
}

@media (max-width: 767px) {
	.footer {
		font-size: 12px;
	}
	.foot_top .container {
		background-position: left center;
	}
	.foot_nav a {
		padding: 0 15px;
	}
	.foot_contact a+a {
		margin-left: 15px;
	}
	.sideBar {
		right: 5px;
		bottom: 20px;
		display: none;
	}
	.sideBar a {
		width: 80px;
		padding: 5px 0;
	}
	.sideBar a span {
		margin-top: 0;
	}
	.sideBar a>img {
		width: 30px;
	}
	.sideBar a i.ma {
		right: 80px;
	}
}

/*导航*/
.header {
	background: url(../images/top_cloud.png) no-repeat center top;
	background-size: auto 40px;
	padding-top: 40px;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: 2;
}
.navbar-default {
	background-color: rgba(255,255,255,0);	
	border: 0;
	border-radius: 0;
	margin-bottom: 0;
	border-bottom: 1px rgba(0,0,0,.1) solid;
}
.navbar-brand {
	height: auto;
	padding-top: 10px;
	padding-bottom: 10px;
}
.navbar-brand img {
	display: block;
	height: 30px;
}
.navbar-header .em {
	float: right;
}
.navbar-header em {
	float: right;
	color: #fbcb29;
	line-height: 50px;
	margin-right: 15px;
}
.navbar-default .navbar-toggle {
	border: 0;
	margin-right: 0;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #fbcb29;
	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: #494a4a;
	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: #fbcb29;
	background-color: transparent;
}
.navbar-default .navbar-nav>li>a span {
	position: relative;
	display: block;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.navbar-default .navbar-nav>li>a span.en {
	font-size: 12px;
}
@media (max-width: 767px) {
	body {
		padding-top: 90px;
	}
	.navbar-default {
		background-color: #fff;
		box-shadow: 0 2px 6px rgba(0,0,0,.15);
		border-bottom: 0;
	}
	.header .logo {
		display: none;
	}
}
@media (min-width: 768px) {
	body {
		padding-top: 122px;
	}
	.header {
		background-size: auto 60px;
		padding-top: 65px;
	}
	.navbar-brand {
		display: none;
	}
	.navbar-default {
		background: url(../images/nav_bg.png) no-repeat center left;
	}
	.navbar-collapse {
		position: relative;
	}
	.navbar-collapse:before {
		content: "";
		width: 56px;
		height: 62px;
		background: url(../images/icon/icon1.png) no-repeat center;
		background-size: contain;
		position: absolute;
		top: -32px;
		left: 0;
		z-index: 2;
	}
	.navbar-nav {
		width: 100%;
		height: 56px;
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
		position: relative;
	}
	.navbar-nav:before,
	.navbar-nav:after {
		content: "";
		width: 100%;
		height: 6px;
		background: url(../images/nav_line.png) repeat-x;
		position: absolute;
		left: 0;
		z-index: 1;
	}
	.navbar-nav:before {
		top: 0;
	}
	.navbar-nav:after {
		bottom: 0;
	}
	.navbar-default .navbar-nav>li>a {
		background: -webkit-linear-gradient(left, rgba(0,0,0,0) , rgba(0,0,0,.01), rgba(0,0,0,.15));
	    background: -o-linear-gradient(right, rgba(0,0,0,0), rgba(0,0,0,.01), rgba(0,0,0,.15)); 
	    background: -moz-linear-gradient(right, rgba(0,0,0,0), rgba(0,0,0,.01), rgba(0,0,0,.15));
	    background: linear-gradient(to right, rgba(0,0,0,0), rgba(0,0,0,.01) , rgba(0,0,0,.15));
	    color: #fff;
	    text-align: center;
	    padding: 8px 10px;
	}
	.navbar-default .navbar-nav>li.logo>a {
		background: none;
		padding: 0;
	    z-index: 2;
	}
	.navbar-default .navbar-nav>li.logo img {
		display: block;
		height: 70px;
	}
	.navbar-default .navbar-nav>li.last>a {
		display: none;
	}
	.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: none;
		background-color: #fd8e00;
	}
	.navbar-default .nav>li.last>a:hover {
		background: -webkit-linear-gradient(left, rgba(0,0,0,0) , rgba(0,0,0,.01), rgba(0,0,0,.15));
	    background: -o-linear-gradient(right, rgba(0,0,0,0), rgba(0,0,0,.01), rgba(0,0,0,.15)); 
	    background: -moz-linear-gradient(right, rgba(0,0,0,0), rgba(0,0,0,.01), rgba(0,0,0,.15));
	    background: linear-gradient(to right, rgba(0,0,0,0), rgba(0,0,0,.01) , rgba(0,0,0,.15));
		background-color: transparent;
	}
}
@media (min-width: 992px) {
	body {
		padding-top: 0;
	}
	.navbar-default .navbar-nav>li>a {
		padding-left: 20px;
		padding-right: 20px;
	}
	.navbar-default .navbar-nav>li.last>a {
		display: block;
		min-width: 100px;
		min-height: 56px;
	}
}
@media (min-width: 1200px) {
	.header {
		background-size: auto 70px;
		padding-top: 80px;
	}
	.navbar-default .navbar-nav>li>a {
		font-size: 16px;
	}
	.navbar-default .navbar-nav>li>a span.en {
		font-size: 14px;
	}
	.navbar-default .navbar-nav>li.last>a {
		min-width: 114px;
	}
	.navbar-default .navbar-nav>li.logo img {
		height: 85px;
	}
}
@media (min-width: 1366px) {
	.header {
		background-size: auto 90px;
		padding-top: 110px;
	}
	.navbar-default .navbar-nav>li>a {
		font-size: 18px;
	}
	.navbar-default .navbar-nav>li.logo img {
		height: 100px;
	}
	.navbar-default .navbar-nav>li.last>a {
		min-width: 116px;
	}
}

/*首页*/
.index_banner {
	position: relative;
}
.index_banner img {
	display: block;
	width: 100%;
}
.banner1 .banner_text {
	transform: translateY(100%);
}
.banner2 .banner_text {
	transform: translateX(-100%);
}
.banner3 .banner_text {
	transform: translateX(100%);
}
.index_banner .swiper-slide-active .banner_text {
	opacity: 1;
	transform: none;
	transition-delay: .5s;
}

@media (max-width: 767px) {
	.index_banner .swiper-button-next,
	.index_banner .swiper-button-prev {
		width: 18px;
		height: 30px;
		margin-top: -15px;
		background-size: contain;
	}
}

.wrapper {
	min-height: 80vh;
	background: url(../images/bg5.png) no-repeat center bottom;
	background-size: auto 60px;
	padding-bottom: 60px;
	position: relative;
}
.index_main {
	padding: 30px 0;
	overflow: hidden;
	position: relative;
	z-index: 1;
}
.index_main_bg {
	background-position: center;
	/*background-size: cover;*/
	background-attachment: fixed;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.index_title {
	text-align: center;
}
.index_title a {
	display: inline-block;
	color: #333;
	font-family: "方正少儿简体";
	text-align: center;
	position: relative;
	padding-left: 60px;
}
.index_title a:before {
	content: "";
	width: 56px;
	height: 62px;
	background: url(../images/icon/icon1.png) no-repeat center;
	background-size: contain;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.index_title h2 {
	font-size: 24px;
	letter-spacing: 3px;
	margin: 0;
	background: url(../images/title.png) no-repeat center bottom;
	background-size: 97px 12px;
	padding-bottom: 15px;
}
.index_title span {
	display: block;
	font-size: 24px;
	letter-spacing: 3px;
	line-height: 1;
}
.index_title p {
	font-family: "微软雅黑";
	opacity: .7;
	margin: 5px 0 0;
}
.index_more {
	position: relative;
}
.index_more a {
	display: inline-block;
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
	line-height: 20px;
	border: 1px #2ab2d3 solid;
	background-color: #2ab2d3;
	padding: 6px 20px;
	border-radius: 5px;
}
.index_more a:hover {
	background-color: transparent;
	color: #2ab2d3;
}

.index_about_list .index_video {
	display: block;
}
.index_video video {
	object-fit: cover;
}
.index_about_list .index_video .img:after {
	content: "";
	width: 50px;
	height: 50px;
	background: url(../images/icon/icon2.png) no-repeat center;
	background-size: contain;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 1;
}
.index_about_list .index_video:hover .img img {
	transform: scale(1.1);
}
.index_about_list .index_title {
	text-align: left;
}
.index_about_list .text {
	color: #898989;
	line-height: 24px;
	height: 96px;
	overflow: hidden;
	margin-top: 20px;
}
.index_about_list .text p {
	margin: 0;
}
.index_about_list .index_more {
	margin-top: 30px;
}

.index_pro_title {
	background: url(../images/bg2.png) no-repeat center top;
	background-size: cover;
}
.index_pro_title .container {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}
.index_pro_title .container:before,
.index_pro_title .container:after {
	display: none;
}
.index_pro_title_left {
	flex: 0 0 auto;
	padding: 15px 0;
	margin-right: 30px;
}
.index_pro_title .index_title {
	text-align: left;
}
.index_pro_title .index_title a {
	color: #fff;	
}
.index_pro_title .index_title a:before {
	background-image: url(../images/icon/icon3.png);
}
.index_pro_title .index_title h2 {
	background: none;
	padding: 0;
}
.index_pro_title_left .info {
	padding-left: 60px;
	color: #fff;
	margin-top: 15px;
}
.index_pro_title_left .info h4 {
	font-size: 18px;
	letter-spacing: 3px;
	margin: 0;
}
.index_pro_title_left .info span {
	display: block;
	letter-spacing: 2px;
}
.index_pro_title_left .info .index_more {
	margin-top: 10px;
}
.index_pro_title_left .info .index_more a {
	background-color: transparent;
	border-color: #fff;
	color: #fff;
}
.pro_list .column {
	margin-bottom: 40px;
}
.pro_list a {
	display: block;
	color: #fff;
	border-radius: 10px;
	overflow: hidden;
}
.pro_list a:hover img {
	transform: scale(1.1);
}
.pro_list a .text {
	padding: 15px;	
}
.pro_list .column0 a .text {
	background-color: #ffa41b;
}
.pro_list .column1 a .text {
	background-color: #ffcc00;
}
.pro_list .column2 a .text {
	background-color: #abcd52;
}
.pro_list .column3 a .text {
	background-color: #5bc4db;
}
.pro_list .column4 a .text {
	background-color: #8e67b6;
}
.pro_list .column5 a .text {
	background-color: #fb6b47;
}
.pro_list a h2 {
	font-size: 14px;
	margin: 0;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.pro_list a span {
	display: block;
	font-size: 12px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	margin-top: 2px;
}
.pro_list a p {
	font-size: 12px;
	line-height: 20px;
	height: 40px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	margin: 5px 0 0;
}

.index_news {
	background: url(../images/bg4.png) no-repeat center top;
	background-size: auto 30px;
	padding-top: 50px;
}
.index_news .news_list {
	margin-top: 30px;
}
.news_list .column {
	margin-bottom: 25px;
}
.news_list a {
	color: #fff;
	background-color: #fb6b47;
	border-radius: 10px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	transition: all .5s;
}
.index_news .news_list .column:nth-child(3) a,
.index_news .news_list .column:nth-child(4) a {
	background-color: #abcd52;
}
.news_list a:hover {
	box-shadow: 0 3px 9px rgba(0,0,0,.3);
}
.news_list a .img {
	flex: 0 0 auto;
	width: 150px;
	border-radius: 10px 0 0 10px;
}
.news_list a .text {
	width: 100%;
	padding: 20px 10px 10px;
	overflow: hidden;
}
.news_list a h2 {
	font-size: 14px;
	margin: 0;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}
.news_list a h2 span {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.news_list a h2 i {
	flex: 0 0 auto;
	margin-left: 10px;
}
.news_list a p {
	font-size: 12px;
	line-height: 20px;
	height: 60px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	margin: 10px 0 0;
}
.index_news .news_list a p {
	line-height: 24px;
	height: 48px;
	-webkit-line-clamp: 2;
}

@media (max-width: 767px) {
	.index_main_bg {
		background-size: cover;
		background-attachment: initial;
	}
	.index_about_list .column {
		margin-bottom: 30px;
	}
	.index_about_list .index_video .img {
		width: 70%;
	}
	.pro_list {
		margin-left: -5px;
		margin-right: -5px;
	}
	.pro_list .column {
		padding: 0 5px;
		margin: 10px 0;
	}
	.pro_list a .text {
		padding: 10px;
	}
}
/*竖屏*/
@media (max-width: 767px) and (orientation: portrait) {	
	.index_pro_title_left {
		margin-right: 0;
	}
	.index_pro_title_right,
	.news_list a h2 i {
		display: none;
	}
}
/*横屏*/
@media (max-width: 767px) and (orientation: landscape) {
	.pro_list .column {
		width: 33.33333%;
	}
}
@media (min-width: 768px) {
	.wrapper {
		background-size: auto 80px;
		padding-bottom: 80px;
	}
	.index_main {
		padding: 60px 0;
	}
	.index_about_list {
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
	}
	.index_about_list .index_video .img:after {
		width: 60px;
		height: 60px;
	}
	.index_pro_title .container {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
	}
	.index_pro_title .container:before,
	.index_pro_title .container:after {
		display: none;
	}
	.index_pro_title_left {
		flex: 0 0 auto;
		margin-right: 30px;
	}
	.pro_list a h2 {
		font-size: 16px;
	}
	.index_news {
		background-size: auto 50px;
		padding-top: 70px;
	}
	.index_news .news_list {
		margin-top: 50px;
	}
	.news_list a .text {
		padding-left: 15px;
		padding-right: 15px;
	}
	.news_list a h2 {
		font-size: 18px;
	}
}
@media (min-width: 992px) {		
	.index_about_list .index_video {
		padding-left: 30px;
		padding-right: 30px;
	}
	.index_about_list .text {
		margin-bottom: 40px;
	}
	.index_about_list .index_more {
		margin-top: 50px;
	}
}
@media (min-width: 1200px) {
	.wrapper {
		background-size: auto 100px;
		padding-bottom: 100px;
	}
	.index_title h2,
	.index_title span {
		font-size: 30px;
	}
	.index_about_list .index_video {
		padding-left: 40px;
		padding-right: 90px;
	}
	.index_about_list .index_video .img:after {
		width: 80px;
		height: 80px;
	}
	.index_about_list .inner {
		padding-left: 10px;
		padding-right: 30px;
	}
	.index_pro_title_left .info h4 {
		font-size: 24px;
	}
	.pro_list a .text {
		padding: 20px 20px 30px;	
	}
	.pro_list a h2 {
		font-size: 18px;
	}
	.index_news {
		background-size: auto 60px;
		padding-top: 90px;
	}
	.news_list a .text {
		padding-left: 30px;
		padding-right: 30px;
	}
}
@media (min-width: 1366px) {
	.wrapper {
		background-size: auto 132px;
		padding-bottom: 132px;
	}
	.index_about_list .index_video {
		padding-left: 60px;
		padding-right: 110px;
	}
	.index_about_list .index_video .img:after {
		width: 110px;
		height: 110px;
	}
	.index_about_list .inner {
		padding-left: 30px;
		padding-right: 50px;
	}
	.index_pro_title .index_title h2 {
		font-size: 48px;
	}
	.index_pro_title .index_title span {
		font-size: 36px;
	}
	.pro_list {
		margin-left: -30px;
		margin-right: -30px;
	}
	.pro_list .column {
		padding: 0 30px;
	}
	.index_news {
		background-size: auto 70px;
		padding-top: 120px;
	}
}

/*内页*/
.inside_banner {
	position: relative;
}
.inside_banner img {
	display: block;
	width: 100%;
}

.location_main {
	background-color: #008c99;
	margin-top: 3px;
	color: #fff;
	padding: 15px 0;
}
.location_main .container {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: baseline;
}
.location_main .container:before,
.location_main .container:after {
	display: none;
}
.location_main h2 {
	font-size: 20px;
	margin: 0;
	font-family: "方正少儿简体";
}
.location a {
	color: #fff;
}
.location a:hover {
	color: #fd8e00;
}

.inside_main {
	padding: 40px 0 30px;
	position: relative;
	overflow: hidden;
}
.inside_main .container {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.left_bar {
	flex: 0 0 auto;
	width: 234px;
	margin-right: 25px;
}
.right_bar {
	width: 100%;
	overflow: hidden;
}
.submenu_main {
	margin-bottom: 15px;
}
.submenu_title {
	background-color: #008c99;
	border-radius: 10px 10px 0 0;
	padding: 8px 0;
}
.submenu_title h2 {
	font-size: 24px;
	color: #fff;
	line-height: 42px;
	text-align: center;
	font-family: "方正少儿简体";
	margin: 0;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.submenu_title h2 img {
	display: block;
	max-width: 100%;
	margin: 0 auto;
}
.submenu {
	background-color: #f0f3f3;
	padding-bottom: 10px;
}
.submenu li a {
	font-size: 18px;
	color: #333;
	border-bottom: 1px #bfbfbf solid;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: baseline;
	padding: 15px 5px 5px 15px;
}
.submenu li:last-child a {
	border-bottom: 0;
}
.submenu li a span {
	display: block;
	max-width: 100%;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.proSubmenu li a span {
	width: 100%;
}
.submenu li a span.en {
	font-size: 12px;
	text-transform: uppercase;
}
.submenu li a:hover,
.submenu li.active a {
	color: #fd8e00;
	background-color: transparent;
}
.contact_wrap {
	background-color: #f0f3f3;
	padding: 15px;
}
.contact_wrap p {
	margin: 0;
	line-height: 24px;
	word-break: break-all;
}
.contact_wrap p a {
	color: #333;
}

.pager {
	margin: 30px 0 0;
	text-align: right;
}
.pager li>a,
.pager li>span {
	width: 30px;
	height: 30px;
	padding: 0;
	border-radius: 100%;
	text-align: center;
	line-height: 30px;
	color: #333;
	font-size: 16px;
	border: none;
	background-color: transparent;
	margin: 0 5px;
}
.pager li>a:hover,
.pager li.active>a {
	background-color: #008C99;
	color: #fff;
}
.pager .prev>a,
.pager .prev>span,
.pager .next>a,
.pager .next>span {
	float: none;
	font-family: "宋体";
	color: #008C99;
	font-size: 20px;
}
.pager .prev>a:hover,
.pager .next>a:hover {
	background-color: transparent;
	color: #008C99;
	font-weight: bold;
}

.InfoContent {
	line-height: 2.4;
	position: relative;
	overflow: hidden;
	word-break: break-all;
}
.InfoContent p {
	margin: 0;
}
.InfoContent img {
	max-width: 100%;
	height: auto !important;
	padding: 5px;
}
.InfoContent video {
	display: block;
	object-fit: cover;
	width: 100%;
	margin: 0 auto 15px;
}
.InfoTitle {
	margin-bottom: 15px;
    text-align: center;
    color: #008c99;
    border-bottom: 2px #008c99 solid;
    padding-bottom: 15px;
}
.InfoTitle h4 {
    font-size: 18px;
    margin: 0;
    line-height: 1.4;
}
.InfoTitle .date {
	margin-top: 5px;
}
.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;
}
.info_previous_next_wrap a {
	color: #666;
	text-decoration: none;
}
.info_previous_next_wrap a:hover {
	color: #fbcb29;
}
.info_Previous,
.info_Next {
	margin-bottom: 10px;
}
@media (max-width: 767px) {
	.pager li>a,
	.pager li>span {
		font-size: 12px;
		width: 24px;
		height: 24px;
		line-height: 24px;
		margin: 0;
	}
	.pager .prev>a,
	.pager .prev>span,
	.pager .next>a,
	.pager .next>span {
		font-size: 14px;
	}
	.contact_wrap_main,
	.submenu_title {
		display: none;
	}
	.left_bar {
		width: 50%;
		max-width: 210px;
		position: fixed;
		top: 0;
		bottom: 0;
		left: -210px;
		z-index: 3;
		background-color: #008c99;
		padding-top: 40px;
		overflow-y: scroll;
		margin-right: 0;
	}
	.left_bar::-webkit-scrollbar {
		width: 0;
		height: 0;
	}
	.submenu_main {
		margin-bottom: 0;
	}
	.menu_icon {
		width: 24px;
		height: 24px;
		background: url(../images/icon/icon9.png) no-repeat center;
		background-size: contain;
		position: absolute;
		left: 15px;
		top: 10px;
	}
	.submenu_close {
		width: 100%;
		height: 40px;
		background: url(../images/icon/close.png) no-repeat center;
		background-size: 30px;
		position: absolute;
		top: 0;
		left: 0;
	}
	.submenu {
		background-color: transparent;
	}
	.submenu li a {
		font-size: 14px;
		color: #fff;
		border-color: rgba(255,255,255,.6);
	}
	.submenu li a:hover,
	.submenu li.active a {
		color: rgba(255,255,255,.6);
	}
	.info_previous_next_wrap {
		font-size: 12px;
		margin-top: 30px;
	}
}
@media (min-width: 768px) {
	.inside_main {
		padding: 50px 0;
	}
	.location_main h2 {
		font-size: 24px;
	}
	.InfoContent video {
		width: 70%;
	}
}
@media (min-width: 1200px) {
	.location_main {
		padding: 35px 0;
	}
	.InfoTitle {
		margin-bottom: 30px;
	}
	.InfoTitle h4 {
		font-size: 24px;
	}
}
@media (min-width: 1366px) {
	.inside_main {
		padding: 70px 0;
	}
}

/*联系我们*/
.contact_list .column {
	margin-bottom: 15px;
}
.contact_list a {
	display: block;
	color: #333;
	text-align: center;
}
.contact_list .column:nth-child(1) a {
	color: #3e78a7;
}
.contact_list .column:nth-child(2) a {
	color: #d63f1a;
}
.contact_list .column:nth-child(3) a {
	color: #e2bb2a;
}
.contact_list a .icon {
	max-width: 60px;
	margin: 0 auto 10px;
}
.contact_list a .icon img {
	display: block;
	width: 100%;
	transition: all .5s;
}
.contact_list a:hover .icon img {
	transform: rotate(15deg);
}
.contact_list a span {
	display: block;
	font-size: 12px;
}
.message_main {
	margin-top: 20px;
	padding: 10px;
}
.message_main .form-horizontal {
	padding: 15px;
	border-radius: 10px;
	overflow: hidden;
	background-color: #fff;
	box-shadow: 0 0 12px rgba(0,0,0,.3);
	position: relative;
}
.message_main .form-horizontal:before,
.message_main .form-horizontal:after {
	content: "";
	width: 100%;
	height: 5px;
	background: url(../images/bg7.jpg) repeat-x center;
	background-size: contain;
	position: absolute;
	left: 0;
}
.message_main .form-horizontal:before {
	top: 0;
}
.message_main .form-horizontal:after {
	bottom: 0;
}
.message_main .form-horizontal>i:before,
.message_main .form-horizontal>i:after {
	content: "";
	width: 5px;
	height: 100%;
	background: url(../images/bg8.jpg) repeat-y center;
	background-size: contain;
	position: absolute;
	top: 0;
}
.message_main .form-horizontal>i:before {
	left: 0;
}
.message_main .form-horizontal>i:after {
	right: 0;
}
.message_main .form-horizontal>h2 {
	font-size: 20px;
	font-family: "方正少儿简体";
	margin: 0 0 15px;
}
.message_main .form-control {
	border-radius: 0;
	box-shadow: none;
	outline: none!important;
}
.message_main .form-group {
	margin-left: -8px;
	margin-right: -8px;
}
.message_main .form-group .column {
	padding: 0 8px;
}
.message_main .btn {
	background-color: #008c99;
	color: #fff;
	padding: 10px 30px;
	outline: none!important;
}

@media (max-width: 767px) {	
	.message_main .form-group .column+.column {
		margin-top: 15px;
	}
}
/*横屏*/
@media (max-width: 767px) and (orientation: landscape) {
	.contact_list .column {
		width: 33.33333%;
	}
}
@media (min-width: 768px) {
	.contact_list a .icon {
		max-width: 90px;
		margin-bottom: 20px;
	}
	.contact_list a span {
		font-size: 16px;
	}
	.message_main {
		margin-top: 50px;
	}
	.message_main .form-horizontal {
		padding: 35px;
	}
	.message_main .form-horizontal>h2 {
		font-size: 24px;
	}
	.message_main .form-control {
		height: 50px;
	}
	.message_main textarea.form-control {
		height: auto
	}
}
@media (min-width: 1200px) {
	.contact_list a .icon {
		max-width: 116px;
	}
	.message_main {
		margin-top: 80px;
		padding: 15px 150px;
	}
}

/*动画*/
@-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
}