/*滚动条样式*/

::-webkit-scrollbar {
	width: 8px;
	height: 8px;
}

::-webkit-scrollbar-track {
	background: #e6f7ff;
}

::-webkit-scrollbar-thumb {
	background: #ea5a24;
	height: 60px;
}

::-webkit-scrollbar-thumb:window-inactive {
	background: #ea5a24;
}

::-webkit-scrollbar-thumb:vertical:hover {
	background: #ea5a24;
}

body {
	font-family: "Helvetica Neue","Helvetica","Arial","sans-serif", "微软雅黑";
	position: relative;
	min-height: 100vh;
	padding-bottom: 50px;
}

i,em {
	font-style: normal;
}

a:hover {
	text-decoration: none;
}

@media (min-width: 1440px) {
	.container {
		width: 1400px;
	}
}

.img {
	width: 100%;
	overflow: hidden;
}
.img img {
	display: block;
	width: 100%;
	transition: all .5s;
}

/*foot*/
.footer {	
	background-color: #272727;
	font-size: 14px;
	line-height: 20px;
	color: #fff;
	text-align: center;
	padding: 12px 0;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
}
.footer a {
	color: #fff;
}
.footer a:hover {
	color: #ea5a24;
}
.gotop {
	width: 40px;
	height: 40px;
	background: url(../images/icon/icon1.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/icon1_1.png) no-repeat center;
	background-size: contain;
}
@media (max-width: 767px) {
	.footer {
		font-size: 12px;
		line-height: 16px;
		padding: 8px 0;
	}
	.gotop {
		width: 30px;
		height: 30px;
	}
}

/*导航*/
.navbar-default {
	background-color: rgba(255,255,255,.9);
	border: 0;
	box-shadow: 0 3px 6px rgba(0,0,0,.2);
	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: #ea5a24;
	transition: all .5s;
}
.indexHeader .navbar-default .navbar-toggle .icon-bar {
	background-color: #fff
}
.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: #ea5a24;
	background-color: transparent;
}
.navbar-default .navbar-nav>li>a span {
	position: relative;
	display: block;
	text-transform: uppercase;
	padding: 0 3px;
}
.navbar-default .navbar-nav>li>a span:after {
	content: "";
	width: 0;
	height: 2px;
	background-color: #ea5a24;
	position: absolute;
	left: 0;
	bottom: -10px;
	z-index: 1;
	transition: all .5s;
}
.navbar-default .navbar-nav>li:hover>a span:after,
.navbar-default .navbar-nav>.active>a span:after {
	width: 100%;
}

@media (min-width: 768px) and (max-width: 991px) {
	.index_body .header {
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		z-index: 2;
	}
	.header .container {
		width: 100%;
	}
	.navbar-toggle {
	    display: block;
	}
	.navbar-right {
		float: none !important;
	}
	.navbar-nav {
	    float: none !important;
	    margin: 7.5px -15px;
	}
	.navbar-nav>li>a {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.navbar-header {
	    float: none;
	}
	.navbar-collapse.collapse {
	    display: none!important;
	}
	.collapse.in {
	    display: block!important;
	}
	.navbar-nav>li {
		float: none;
	}
	.navbar-collapse.in {
	    overflow-y: auto !important;
	}
	.container-fluid>.navbar-collapse,
	.container-fluid>.navbar-header,
	.container>.navbar-collapse,
	.container>.navbar-header {
	    margin-right: -15px;
	    margin-left: -15px;
	}
	.navbar>.container .navbar-brand,
	.navbar>.container-fluid .navbar-brand {
		margin-left: 0;
	}
	.navbar-fixed-bottom .navbar-collapse,
	.navbar-fixed-top .navbar-collapse,
	.navbar-static-top .navbar-collapse {
	    padding-right: 15px;
	    padding-left: 15px;
	}
	.navbar-collapse {
	    border-top: 1px #e7e7e7 solid;
	}
}
@media (min-width: 992px) {
	.index_body .header {
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		z-index: 2;
	}
	.navbar-brand img {
		height: 40px;
	}
	.navbar-default .navbar-nav>li>a {
		padding: 20px 5px;
	}
	.navbar-default .navbar-nav>li>a span:after {
		left: 50%;
		transform: translateX(-50%);
		bottom: -5px;
	}
}
@media (min-width: 1200px) {
	.navbar-brand {
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.navbar-brand img {
		height: 50px;
	}
	.navbar-default .navbar-nav>li>a {
		font-size: 16px;
		padding: 30px 10px;
	}
	.navbar-default .navbar-nav>li>a span:after {
		bottom: -10px;
	}
}
@media (min-width: 1440px) {
	.navbar-brand img {
		height: 70px;
	}
	.navbar-default .navbar-nav>li>a {
		font-size: 16px;
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.navbar-default .navbar-nav>li>a span:after {
		bottom: -15px;
	}
}

/*首页*/
.index_banner {
	position: relative;
}
.index_banner img {
	display: block;
	width: 100%;
}
.banner_text {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.banner_text img {
	display: block;
	width: 100%;
	-webkit-transition: all 1s;
	transition: all 1s;
	opacity: 0;
	cursor: pointer;
}
.banner_text .min_img {
	display: none;
}
.banner1 .banner_text img {
	transform: translateY(-100%);
}
.banner2 .banner_text img {
	transform: translateY(100%);
}
.banner3 .banner_text img {
	transform: scale(0);
}
.banner4 .banner_text img {
	transform: translateX(-100%);
}
.banner5 .banner_text img {
	transform: translateX(100%);
}
.index_banner .swiper-slide-active .banner_text img {
	opacity: 1;
	transform: none;
	transition-delay: .5s;
}
a.downTip {
	width: 34px;
	height: 34px;
	background: url(../images/icon/icon2.png) no-repeat center;
	background-size: contain;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 60px;
	z-index: 1;
	text-decoration: none;
	animation: downTip 1s linear infinite alternate;
	-webkit-animation: downTip 1s linear infinite alternate;
}
@-webkit-keyframes downTip {
    from {bottom: 60px;opacity:0.9;}
    to {bottom: 50px;opacity:1;}
}
@keyframes downTip {
    from {bottom: 60px;opacity:0.9;}
    to {bottom: 50px;opacity:1;}
}

@media (max-width: 767px) {
	.banner_text .PC_img {
		display: none;
	}
	.banner_text .min_img {
		display: block;
	}
	.index_banner .swiper-button-prev,
	.index_banner .swiper-button-next {
		width: 18px;
		height: 29px;
		margin-top: -15px;
		background-size: contain;
	}
	a.downTip {
		display: none;
	}
}

.index_main {
	padding: 50px 0;
	overflow: hidden;
	position: relative;
}
.index_title {
	text-align: center;
	cursor: pointer;
	margin-bottom: 40px;
}
.index_title h2 {
	font-size: 18px;
	color: #ea5a24;
	margin: 0 0 10px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.index_title h2:before,
.index_title h2:after {
	content: "";
	width: 20px;
	height: 2px;
	background-color: #ea5a24;
	display: inline-block;
	margin: 0 10px;
}
.index_title p {
	font-size: 12px;
	color: #767677;
	margin: 0;
}
.index_more {
	text-align: center;
	margin-top: 30px;
	position: relative;
}
.index_more a {
	display: inline-block;
	font-size: 12px;
	color: #fefefe;
	line-height: 20px;
	background-color: #ea5a24;
	border: 1px #ea5a24 solid;
	padding: 6px 30px;
	border-radius: 20px;
}
.index_more a:hover {
	background-color: transparent;
	color: #ea5a24;
}

.pro_menu {
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 20px;
}
.pro_menu li {
	display: inline-block;
	padding: 0 3px;
	margin: 2px 0;
}
.pro_menu li a {
	display: block;
	font-size: 14px;
	line-height: 20px;
	color: #2f2f2f;
	border: 1px #474747 solid;
	padding: 5px;
}
.pro_menu li a:hover,
.pro_menu li.active a {
	background-color: #ea5a24;
	border-color: #ea5a24;
	color: #fefefe;
}
.pro_list .column {
	margin: 15px 0;
}
.pro_list a {
	display: block;
	overflow: hidden;
	background-color: #fff;
	box-shadow: 0 0 12px rgba(0,0,0,.18);
	padding: 15px;
	color: #6d6c6c;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.pro_list a .img {
	float: left;
	width: 55%;
}
.pro_list a .text {
	float: left;
	width: 45%;
	padding-left: 20px;
}
.pro_list a h2 {
	font-size: 14px;
	color: #ea5a24;
	margin: 0;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	transition: all .5s;
}
.pro_list a:hover h2 {
	color: #333;
}
.pro_list a h2:after {
	content: "";
	width: 65%;
	height: 1px;
	background-color: #a7a8a8;
	display: block;
	margin-top: 10px;
}
.pro_list a p {
	font-size: 12px;
	line-height: 24px;
	height: 120px;
	overflow: hidden;
	margin: 10px 0 15px;
}
.pro_list a p span {
	display: block;
}
.pro_list a em {
	display: block;
	width: 100%;
	height: 10px;
	background: url(../images/icon/icon3.png) no-repeat center left;
	background-size: contain;
	transition: all .5s;
}
.pro_list a:hover em {
	background: url(../images/icon/icon3_1.png) no-repeat center left;
	background-size: contain;
}

.pro_list1 {
	margin-left: -5px;
	margin-right: -5px;
}
.pro_list1 .column {
	padding: 0 5px;
	margin: 5px 0
}
.pro_list1 a {
	display: block;
	color: #333;
}
.pro_list1 a:hover {
	color: #ea5a24;
}
.pro_list1 a:hover img {
	transform: scale(1.1);
}
.pro_list1 a h2 {
	font-size: 14px;
	font-weight: bold;
	margin: 10px 0 0;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	text-align:center;
}

.advantage_bg {
	background: url(../images/bg1.jpg) no-repeat center;
	background-size: cover;
	background-attachment: fixed;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.index_advantage {
	padding: 70px 0 60px;
}
.index_advantage .index_title h2 {
	color: #fff;
}
.index_advantage .index_title h2:before,
.index_advantage .index_title h2:after {
	background-color: #fff;
}
.index_advantage .index_title p {
	color: #ccc;
}
.advantage_list .column {
	margin: 15px 0;
}
.advantage_list .inner {
	text-align: center;
}
.advantage_list .inner .img {
	max-width: 120px;
	border-radius: 100%;
	margin: 0 auto;
	transition: all 1s;
}
.advantage_list .inner:hover .img {
	transform: rotate(30deg);
}
.advantage_list .inner h2 {
	font-size: 14px;
	color: #ea5a24;
	margin: 20px 0 10px;
}
.advantage_list .inner p {
	font-size: 12px;
	line-height: 20px;
	color: #c4c3c3;
	margin: 0;
}
.advantage_list .inner p span {
	display: block;
}

.case_list .column {
	margin: 15px 0;
}
.case_list a {
	display: block;
	overflow: hidden;
	color: #fff;
	text-align: center;
	position: relative;
}
.case_list a h2 {
	font-size: 14px;
	margin: 0;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,.8);
	padding: 10px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.case_list a:hover img {
	transform: scale(1.1);
}

.index_school {
	padding: 70px 0 60px;
}
.school_bg {
	background: url(../images/bg2.jpg) no-repeat center;
	background-size: cover;
	background-attachment: fixed;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.school_menu .column {
	margin: 15px 0;
}
.school_menu a {
	display: block;
	color: #fff;
	text-align: center;
}
.school_menu a h2 {
	font-size: 14px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	margin: 15px 0 0;
}
.school_menu a:hover h2 {
	color: #ea5a24;
}
.school_menu a .img {
	transform: rotate(-60deg) skewY(30deg) translatez(-1px);
	transition: all .5s;
}
.school_menu a .img img {
	transform: skewY(-30deg) rotate(60deg);
}
.school_menu a:hover .img {
	opacity: .5;
}

.index_about {
	margin-left: -30px;
	margin-right: -30px;
}
.index_about .column {
	padding: 0 30px;
	margin: 15px 0;
}
.index_about .img {
	position: relative;
	padding-left: 15px;
	padding-bottom: 10px;
}
.index_about .img:after {
	content: "";
	width: 94%;
	height: 94%;
	border: 1px #ea5a24 solid;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: -1;
}
.index_about_info>h2 {
	font-size: 16px;
	color: #ea5a24;
	margin: 0;
}
.index_about_info>h2:after {
	content: "";
	width: 40px;
	height: 2px;
	background-color: #ea5a24;
	display: block;
	margin-top: 10px;
}
.index_about_info .text {
	font-size: 14px;
	color: #605f5f;
	line-height: 36px;
	height: 180px;
	overflow: hidden;
	margin: 15px 0;
}
.index_about_info .text p{
	margin: 0;
}
.index_about_info .index_more {
	text-align: left;
}
.index_about_info .index_more a {
	border: 1px #545453 solid;
	color: #1f1f1f;
	background-color: transparent
}
.index_about_info .index_more a:hover {
	border-color: #ea5a24;
	color: #ea5a24;
}

@media (max-width: 767px) {
	.index_main {
		padding: 30px 0;
	}
	.index_title {
		margin-bottom: 20px;
	}
	.pro_menu li {
		float: left;
		width: 33.33333%;
	}
	.pro_menu li a {
		text-overflow: ellipsis;
		white-space: nowrap;
		overflow: hidden;
	}
	.advantage_bg,
	.school_bg {
		background-attachment: initial;
	}
}
/*竖屏*/
@media (max-width: 767px) and (orientation: portrait) {
	.pro_list a .img {
		width: 45%;
	}
	.pro_list a .text {
		width: 55%;
		padding-left: 10px;
	}
	.pro_list a p {
		height: 72px;
	}
}
/*横屏*/
@media (max-width: 767px) and (orientation: landscape) {
	.advantage_list .column {
		float: left;
		width: 50%;
	}
	.case_list {
		margin-left: -5px;
		margin-right: -5px;
	}
	.case_list .column {
		float: left;
		padding: 0 5px;
		margin: 5px 0;
		width: 33.33333%;
	}
	.case_list .column:nth-child(1),
	.case_list .column:nth-child(2) {
		width: 50%;
	}
	.school_menu {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	.school_menu .column {
		width: 33.33333%;
	}
}
@media (min-width: 768px) {
	.index_title h2 {
		font-size: 24px;
	}
	.index_more a {
		font-size: 14px;
		padding: 9px 35px;
	}
	.pro_menu li {
		padding: 0 15px;
	}
	.pro_menu li a {
		font-size: 16px;
		padding: 8px 30px;
	}
	.pro_list a h2,
	.case_list a h2 {
		font-size: 14px;
	}
	.pro_list a p {
		margin: 10px 0 15px;
	}
	.pro_list1 {
		padding-left: -15px;
		margin-right: -15px;
	}
	.pro_list1 .column {
		padding: 0 15px;
		margin: 10px 0;
	}
	.pro_list1 a h2 {
		font-size: 16px;
		margin-top: 15px;
	}
	.advantage_list {
		margin-top: 50px;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	.advantage_list .inner .img {
		max-width: 180px;
	}
	.advantage_list .inner h2 {
		font-size: 14px;
		margin: 20px 0 10px;
	}
	.case_list {
		margin-left: 0;
		margin-right: 0;
		position: relative;
		padding-left: 30%;
	}
	.case_list .column {
		padding: 5px;
		margin: 0;
		overflow: hidden;
	}
	.case_list .column:nth-child(1),
	.case_list .column:nth-child(2) {
		width: 30%;
		height: 50%;
		position: absolute;
		left: 0;
	}
	.case_list .column:nth-child(1) {
		top: 0;
	}
	.case_list .column:nth-child(2) {
		bottom: 0;
	}
	.case_list a {
		width: 100%;
		height: 100%;
	}
	.case_list a .img {
		width: 100%;
		height: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.school_menu {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		margin: 40px -30px;
	}
	.school_menu .column {
		padding: 0 30px;
	}
	.school_menu a h2 {
		font-size: 14px;
		margin-top: 30px;
	}
	.index_about .img {
		padding-left: 30px;
		padding-bottom: 25px;
	}
	.index_about .img:after {
		border-width: 2px;
	}
	.index_about_info>h2 {
		font-size: 20px
	}
	.index_about_info>h2:after {
		margin-top: 15px;
	}
}
@media (min-width: 1200px) {
	.index_title h2 {
		font-size: 30px;
	}
	.index_more {
		margin-top: 50px;
	}
	.index_more a {
		font-size: 16px;
	}
	.pro_menu li a {
		font-size: 18px;
		padding: 10px 35px;
	}
	.pro_list a h2 {
		font-size: 18px;
	}
	.pro_list a p {
		font-size: 14px;
		line-height: 30px;
		height: 150px;
		margin: 20px 0 25;
	}
	.pro_list1 {
		padding-left: -30px;
		margin-right: -30px;
	}
	.pro_list1 .column {
		padding: 0 30px;
		margin: 20px 0;
	}
	.advantage_list {
		margin-top: 80px;
	}
	.advantage_list .inner .img {
		max-width: 208px;
	}
	.advantage_list .inner h2 {
		font-size: 18px;
		margin: 30px 0 20px;
	}
	.advantage_list .inner p {
		font-size: 14px;
		line-height: 24px;
	}
	.case_list a h2 {
		font-size: 18px;
		padding: 15px;
	}
	.school_menu {
		margin: 60px -60px;
	}
	.school_menu .column {
		padding: 0 60px;
	}
	.school_menu a h2 {
		font-size: 18px;
		margin-top: 40px;
	}
	.index_about_info>h2 {
		font-size: 24px;
	}
	.index_about_info .text {
		margin: 30px 0;
	}
}

/*内页banner*/
.inside_banner {
	position: relative;
	width: 100%;
	height: 240px;
}
.inside_banner_text {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	transform: translateY(-50%);
	color: #fff;
	text-align: center;
}
.inside_banner_text h2 {
	font-size: 18px;
	line-height: 1;
	margin: 0 0 10px;
}
.inside_banner_text p {
	font-size: 12px;
	margin: 0;
}
.inside_banner_text img {
	display: block;
	width: 100%;
}

.submenu {
	width: 100%;
	margin: 30px 0 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.submenu li {
	float: left;
	padding: 0 2px;
	text-align: center;
}
.submenu li a {
	font-size: 14px;
	color: #fff;
	background-color: transparent;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.submenu li a span {
	display: inline-block;
	position: relative;
}
.submenu li a span:after {
	content: "";
	width: 0;
	height: 2px;
	background-color: #fff;
	position: absolute;
	left: 50%;
	bottom: -10px;
	transform: translateX(-50%);
	transition: all .5s;
}
.submenu li.active a span:after,
.submenu li a:hover span:after {
	width: 100%;
}
.submenu li a:hover {
	background-color: transparent
}

.inside_title {
	margin-bottom: 15px;
	color: #494949;
	text-align: center;
}
.inside_title h2 {
	font-size: 18px;
	color: #ea5a24;
	margin: 0;
}
.inside_title h2:after {
	content: "";
	width: 30px;
	height: 2px;
	background-color: #ea5a24;
	display: block;
	margin: 10px auto 0;
}

/*详情*/
.inside_main {
	padding: 30px 0;
	position: relative;
	transition: all .5s;
}
.inside_main .container {
	position: relative;
}

.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;
	border-bottom: 1px #dad9d9 solid;
	padding-bottom: 15px;
    text-align: center;
}
.InfoTitle h4 {
    font-size: 18px;
    margin: 0;
    line-height: 1.4;
}
.InfoTitle .date {
	font-size: 12px;
	color: #666;
	margin-top: 10px;
}
.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: #ea5a24;
}
.info_Previous,
.info_Next {
	margin-bottom: 10px;
}
@media (max-width: 767px) {	
	.submenu li a {
		font-size: 12px;
		padding: 10px;	
	}
	.info_previous_next_wrap {
		font-size: 12px;
		margin-top: 30px;
	}
}
@media (min-width: 768px) {
	.inside_banner_text h2 {
		font-size: 20px;
	}
	.inside_title {
		margin-bottom: 30px;
	}
	.inside_title h2 {
		font-size: 20px;
	}
	.inside_main {
		padding: 50px 0;
	}
}
@media (min-width: 1200px) {
	.inside_banner {
		height: 300px;
	}
	.inside_banner_text h2 {
		font-size: 24px;
		margin-bottom: 15px;
	}
	.inside_banner_text p {
		font-size: 14px;
	}
	.inside_title h2 {
		font-size: 28px;
	}
	.submenu li a {
		font-size: 16px;
	}
	.InfoContent {
		font-size:16px;
	}
}
@media (min-width: 1440px) {
	.inside_banner {
		height: 360px;
	}
	.inside_banner_text h2 {
		font-size: 30px;
	}
	.inside_title h2 {
		font-size: 32px;
	}
	.inside_main {
		padding: 70px 0;
	}
	.InfoTitle {
		margin-bottom: 30px;
	}
	.InfoTitle h4 {
		font-size: 24px;
	}
	.submenu {
		margin-top: 70px;
	}
}

/*商学院*/
.school_body {
	background-color: #f8f8f8;
}
.list {
	margin-left: -5px;
	margin-right: -5px;
}
.list .column {
	padding: 0 5px;
	margin: 5px 0;
}
.list a {
	display: block;
	background-color: #fff;
	color: #333;
	padding: 5px;
	text-decoration: none;
}
.list a h4 {
	font-size: 14px;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	margin: 10px 0 5px;
}
.list a:hover h4 {
	color: #ea5a24;
}
.list a:hover img {
	transform: scale(1.1);
}

.school_modal .modal-dialog {
	width: 90%;
	height: 80%;
	margin: 0 auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	padding: 15px;
	background-color: #fff;
}
.school_modal.modal.fade .modal-dialog {
	-webkit-transform: translate(-50%,-25%);
	transform: translate(-50%,-25%);
}
.school_modal.modal.in .modal-dialog {
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.school_modal .modal-content {
	width: 100%;
	height: 100%;
	background-color: transparent;
	border-radius: 0;
	border: 0;
	box-shadow: none;
	padding-right: 15px;
	overflow-y: scroll;
}
.school_modal .modal-content::-webkit-scrollbar {
	width: 4px;
	height: 4px;
}
.school_modal .modal-header {
	padding: 0;
	padding-bottom: 10px;
}
.school_modal .modal-title {
	font-size: 16px;
}
.school_modal i.close {
	width: 30px;
	height: 30px;
	border-radius: 100%;
	position: absolute;
	top: -15px;
	right: -15px;
	background: url(../images/icon/close.png) no-repeat center #fff;
	background-size: contain;
	box-shadow: 0 0 3px rgba(0,0,0,.3);
	opacity: 1;
	cursor: pointer;
}
.school_modal .modal-body {
	padding: 0;
	padding-top: 10px;
}

/*横屏*/
@media (max-width: 767px) and (orientation: landscape) {
	.list .column {
		width: 33.33333%;
	}
}
@media (min-width: 768px) {
	.school_modal .modal-dialog {
		width: 730px;
		padding: 30px;
	}
	.school_modal .modal-title {
		font-size: 16px;
	}
}
@media (min-width: 992px) {
	.list {
		margin-left: -15px;
		margin-right: -15px;
	}
	.list .column {
		padding: 0 15px;
		margin: 15px 0;
	}
	.list .column a {
		padding: 15px;
	}
	.list .column h4 {
		font-size: 16px;
		margin: 20px 0 10px;
	}
	.school_modal .modal-dialog {
		width: 950px;
	}
}
@media (min-width: 1200px) {
	.list .column h4 {
		font-size: 18px;
	}
	.school_modal .modal-dialog {
		width: 1150px;
	}
	.school_modal .modal-title {
		font-size: 18px;
	}
}
@media (min-width: 1300px) {
	.school_modal .modal-dialog {
		width: 1250px;
	}
}

/*关于我们*/
.about_main:nth-child(odd) {
	background-color: #f8f8f8;
}
.about_title {
	margin-bottom: 15px;
}
.about_title h2 {
	font-size: 16px;
	margin: 0;
}
.about_item1 .img {
	margin-bottom: 15px;
}
.about_item1 .img img {
	width: 70%;
	margin: 0 auto;
}
.advantage_main .about_title h2 {
	color: #fff;
}
.honor_item {
	margin-top: 15px;
}
.honor_item .swiper-slide {
	padding: 0 5px;
	width: 50% !important;
}
.honor_item .swiper-slide:hover img {
	transform: scale(0.98);
}

/*横屏*/
@media (max-width: 767px) and (orientation: landscape) {	
	.honor_item .swiper-slide {
		width: 25% !important;
	}
}
@media (min-width: 768px) {	
	.about_title h2 {
		font-size: 20px;
	}
	.honor_item .swiper-slide {
		width: 25% !important;
	}
}
@media (min-width: 992px) {
	.about_title {
		margin-bottom: 30px;
	}
}
@media (min-width: 1200px) {
	.about_title h2 {
		font-size: 24px;
	}
	.about_item1 .img {
		margin: 0;
	}
	.about_item1 .img img {
		width: 100%;
	}
	.honor_item .swiper-slide {
		padding: 0 10px;
	}
	.honor_item .swiper-slide {
		width: 20% !important;
	}
}
@media (min-width: 1440px) {
	.about_title h2 {
		font-size: 30px;
	}
}

/*新闻资讯*/
.news_list {
	margin-left: -5px;
	margin-right: -5px;
}
.news_list .column {
	padding: 0 5px;
	margin: 15px 0;
}
.news_list a {
	display: block;
	color: #333;
	background-color: #fff;
	border: 1px #ddd solid;
	padding: 10px;
	position: relative;
	transition: all .5s;
}
.news_list a:hover {
	box-shadow: 0 0 9px rgba(0,0,0,.2);
}
.news_list a .time {
	position: absolute;
	top: 5px;
	left: 0;
	background: rgba(234,90,36,.8);
	color: rgba(255,255,255,.9);
}
.news_list a .time span {
	display: block;
	font-size: 10px;
	line-height: 16px;
	text-align: center;
	padding: 10px 10px 5px;
	border-bottom: 1px rgba(255,255,255,.9) solid;
}
.news_list a .time span:last-child {
	border: 0;
	padding: 2px 10px;
}
.news_list a .time span i {
	display: block;
	font-size: 16px;
}
.news_list a .time span em {
	display: block;	
	text-transform: capitalize;
}
.news_list a:hover img {
	transform: scale(1.1);
}
.news_list a .text {
	margin: 15px 0;
	overflow: hidden;
}
.news_list a h4 {
	font-size: 14px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	margin: 0 0 5px;
}
.news_list a p {
	font-size: 12px;
	color: #999;
	line-height: 24px;
	height: 72px;
	overflow: hidden;
	margin: 0;
}
.news_list a .text em {
	display: inline-block;
	float: right;
	font-size: 12px;
	line-height: 20px;
	color: #fff;
	background-color: #ea5a24;
	padding: 6px 20px;
	border-radius: 5px;
	margin-top: 15px;
}
.news_list a:hover .text em {
	color: #fff;
}

/*横屏*/
@media (max-width: 767px) and (orientation: landscape) {
	.news_list .column {
		float: left;
		width: 50%;
	}
}
@media (min-width: 768px) {
	.news_list a .text {
		margin-top: 20px;
	}
	.news_list a h4 {
		font-size: 18px;
		margin-bottom: 15px;
	}
	.news_list a p {
		font-size: 14px;
	}
	.news_list a .text em {
		font-size: 14px;
	}
}
@media (min-width: 1200px) {
	.news_list {
		margin-left: -15px;
		margin-right: -15px;
	}
	.news_list .column {
		padding: 0 15px;
	}
	.news_list a {
		padding: 15px;
	}
	.news_list a .time {
		top: 10px;
	}
}

/*人才储备*/
.job_body {
	background-color: #f8f8f8;
}
.job_list .column {
	margin: 15px 0;
}
.job_list .column>a {
	display: block;
	color: #000;
	background-color: #fff;
	border: 1px #efefef solid;
	padding: 15px;
	text-decoration: none;
}
.job_list .column>a:hover {
	background-color: #ea5a24;
	color: #fff;
}
.job_list .column>a .text {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.job_list .column>a span {
	flex: 0 0 auto;
	font-size: 14px;
	color: #CC181E;
	text-transform: uppercase;
	margin-left: 15px;
}
.job_list .column>a h4 {
	font-size: 14px;
	margin: 0;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.job_list .column>a p {
	font-size: 12px;
	color: #666;
	margin: 15px 0 0;
}
.job_list .column>a:hover span,
.job_list .column>a:hover p {
	color: #fff;
}
.job_modal .modal-header {
	text-align: center;
}
.job_modal .modal-title {
	font-weight: bold;
	color: #CC181E;
	text-transform: uppercase;
}
.job_modal .modal-header p {
	font-size: 12px;
	color: #666;
	margin: 5px 0 0;
}
.job_btn {
	text-align: center;
	margin-top: 30px;
}
.job_btn a {
	display: inline-block;
	font-size: 14px;
	line-height: 20px;
	padding: 8px 20px;
	background-color: #ea5a24;
	color: #fff;
	border-radius: 5px;
	text-decoration: none;
}
.job_btn a:hover {
	background-color: #f5642e;
}

/*横屏*/
@media (max-width: 767px) and (orientation: landscape) {
	.job_list .column {
		float: left;
		width: 50%;
	}
}
@media (min-width: 768px) {
	.job_modal .modal-dialog {
		width: 730px;
		max-height: 600px;
	}
	.job_modal .modal-header p {
		font-size: 14px;
	}
}
@media (min-width: 1200px) {
	.job_list .column>a {
		padding: 30px 20px;
	}
	.job_list .column>a h4 {
		font-size: 18px;
	}
	.job_list .column>a span {
		font-size: 18px;
		margin-left: 30px;
	}
	.job_list .column>a p {
		font-size: 14px;
	}
	.job_btn {
		margin-top: 50px;
	}
	.job_btn a {
		font-size: 18px;
		padding: 15px 40px;
	}
}

/*联系我们*/
.contact_item_title h2 {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	margin: 0;
}
.contact_item_title p {
	font-size: 12px;
	line-height: 25px;
	margin: 15px 0;
}
.contact_item {
	list-style: none;
	margin: 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: #ea5a24;
	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%;
	/*border-radius: 100%;*/
	position: relative;
	z-index: 1;
}
.contact_text {
	text-align: center;
}
.contact_text h4 {
	font-size: 14px;
	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: #ea5a24;
	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: 100%;
}
.map #dituContent {
	width: 100%;
	height: 100%;
	border: 1px #ddd solid;
}
.map img {
	display: block;
	width: 100%;
	height: 100%;
}

.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: #ea5a24;
}
.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: #ea5a24;
	color: #fff;
	font-size: 14px;
	border: none;
	width: 100%;
	height: 40px;
	margin: 20px auto 0;	
	outline: none;
}
.message_form .btn:hover {
	border: 1px #ea5a24 solid;
	background-color: transparent;
	color: #ea5a24;
}

@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_item1 {
		display: flex;
	}
}
@media (min-width: 992px) {	
	.contact_item_title h2 {
		font-size: 20px;
	}
	.contact_item_title p {
		font-size: 14px;
		margin: 30px 0;
	}
	.contact_icon {
		max-width: 80px;
	}
	.contact_text h4 {
		font-size: 16px;
	}
	.contact_wrap {
		padding: 60px 30px;
	}
}
@media (min-width: 1200px) {
	.form_main .container {
		width: 1180px;
	}
	.contact_item_title h2 {
		font-size: 20px;
	}
	.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: 1440px) {
	.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
}