@charset "utf-8";

/*全局*/

@font-face {
	font-family: 'iconfont';
	src: url('font/iconfont.eot');
	/* IE9*/
	src: url('font/iconfont.eot?#iefix') format('embedded-opentype'),
		/* IE6-IE8 */
		url('font/iconfont.woff') format('woff'),
		/* chrome、firefox */
		url('font/iconfont.ttf') format('truetype'),
		/* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
		url('font/iconfont.svg#iconfont') format('svg');
	/* iOS 4.1- */
}

.iconfont {
	font-family: "iconfont";
	font-size: 25px !important;
	font-style: normal;
}

@font-face {
	font-family: 'Helvetica';
	src: url('font/helveticaneueltpro-thex');
	/* IE9*/
	src: url('font/helveticaneueltpro-thex') format('embedded-opentype'),
		/* IE6-IE8 */
		url('font/helveticaneueltpro-thex.woff') format('woff'),
		/* chrome、firefox */
		url('font/helveticaneueltpro-thex.ttf') format('truetype');
	/* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
}

@font-face {
	font-family: 'gotham-medium-webfont';
	src: url('font/gotham-medium-webfont');
	/* IE9*/
	src: url('font/gotham-medium-webfont') format('embedded-opentype'),
		/* IE6-IE8 */
		url('font/gotham-medium-webfont.woff') format('woff'),
		/* chrome、firefox */
		url('font/gotham-medium-webfont.ttf') format('truetype');
	/* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
}

@font-face {
	font-family: 'myriadproregular';
	src: url('font/myriadproregular');
	/* IE9*/
	src: url('font/myriadproregular') format('embedded-opentype'),
		/* IE6-IE8 */
		url('font/myriadproregular.woff') format('woff'),
		/* chrome、firefox */
		url('font/myriadproregular.ttf') format('truetype');
	/* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
}

@font-face {
	font-family: 'timesbd';
	src: url('font/timesbd');
	/* IE9*/
	src: url('font/timesbd') format('embedded-opentype'),
		/* IE6-IE8 */
		url('font/timesbd.woff') format('woff'),
		/* chrome、firefox */
		url('font/timesbd.ttf') format('truetype');
	/* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
}

::-webkit-scrollbar {
	width: 6px;
	height: 6px;
	background-color: #eee;
}

::-webkit-scrollbar-track {
	background: 0 0
}

::-webkit-scrollbar-thumb {
	background-color: #b41227;
}

::-webkit-scrollbar-thumb:hover {
	background-color: #b41227
}

::-webkit-scrollbar-corner {
	background-color: #535353
}

::-webkit-scrollbar-resizer {
	background-color: #b41227
}

* {
	margin: 0;
	padding: 0;
}

.fr {
	float: right;
}

.fl {
	float: left;
}

.wrap {
	width: 100%;
	float: left;
	clear: both;
}

.container {
	width: 85%;
	max-width: 1400px;
	min-width: 1200px;
	margin: 0 auto;
}

img,
a,
div,
b,
em,
i,
li,
p,
h3,
span {
	transition: all 0.36s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

body {
	color: #333;
	font-size: 13px;
	background: #fff;
	font-family: "microsoft yahei", arial;
	-webkit-font-smoothing: antialiased;
}

body img {
	border: none;
	max-width: 100%;
}

img {
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

body a {
	text-decoration: none;
	color: #555;
	line-height: 200%;
}

body ul,
body ol {
	list-style: none;
}

body em {
	font-style: normal;
}

body input,
body textarea,
body select {
	border: none;
	outline: none;
}


/*cql*/

.ficont {
	margin-top: 150px;
	padding: 20px;
	width: 500px;
	height: 180px;
	background-image: url(../images/bg.png);
	margin-left: auto;
	margin-right: auto;
}

.ficont .title {
	text-align: center;
	font-size: 20px;
	padding: 10px 0;
	color: #f5f9f9;
	padding-top: 15px;
}

.ficont .content {
	padding: 10px 0;
	font-size: 14px;
	text-align: center;
	color: #f5f9f9;
}

.ficont .button {
	margin-top: 10px;
	padding: 5px 0;
	width: 100px;
	color: #fff;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	background-color: #abcd03;
}

.en_con .list {
	float: left;
	width: 440px;
	/*height: 230px;*/
	background-color: #fff;
	border-radius: 10px;
	border: 1px solid #3898a9;
	padding: 20px;
	margin-bottom: 20px;
	cursor: pointer;
}

.en_con .list .title {
	width: 100%;
	height: 100px;
	display: block;
}

.en_con .list .title .img {
	width: 100px;
	height: 100px;
	border-radius: 100%;
	border: 1px solid #3898a9;
	display: block;
	float: left;
}

.en_con .list .title .img img {
	border-radius: 100%;
	width: 90px;
	padding: 5px;
}

.en_con .list .title .display {
	float: left;
	width: 300px;
	color: #03859a;
	padding: 30px 10px;
}

.en_con .list .content {
	border-top: 1px solid #DDDDDD;
	margin-top: 10px;
	padding: 10px 0px;
	width: 100%;
	height: 100px;
	line-height: 150%;
	display: block;
}

.wd {
	position: fixed;
	margin-left: auto;
	margin-right: auto;
	left: 35%;
	bottom: 400px;
	width: 580px;
	height: 180px;
	background-color: #fff;
	border-radius: 10px;
	display: none;
	clear: both;
	padding: 20px;
	z-index: 10000;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition: transform 0.3s;
	transition: transform 0.3s;
}

body.wd-show #wd-container {
	display: block;
	-webkit-transform: translateY(0%);
	transform: translateY(0%);
}

body.wd-show #wd-dialog-mask-pc {
	display: block;
}

#wd-dialog-mask-pc {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.5);
	;
	z-index: 9999;
	display: none;
}

.wd .img {
	float: left;
	width: 120px;
	height: 170px;
}

.wd .img img {
	width: 120px;
	height: 170px;
}

.wd .con {
	float: left;
	width: 400px;
	padding: 0px 20px;
}

.wd .con .title {
	font-weight: bold;
	padding-top: 0px;
	padding-bottom: 10px;
	border-bottom: 1px #DDDDDD solid;
	line-height: 150%;
	font-size: 14px;
}

.wd .con .content {
	padding: 10px 0px;
	line-height: 150%;
}


/*简易*/

.f12 {
	-webkit-font-smoothing: none;
	font-size: 12px;
}

.overflow-text {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.font-arial {
	font-family: arial;
}

.w100 {
	width: 100%;
}

.display100 {
	display: block;
	width: 100%;
	height: 100%;
}

.rel {
	position: relative;
}

.m-h500 {
	height: 500px;
}

.clearfix:after {
	clear: both;
	visibility: hidden;
	display: table;
	content: '';
	height: 0;
}
.text-center{
	text-align: center;
}


/*top*/

.header_bk {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9999;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	box-sizing: border-box;
	background: #fff;
}

.header {
	margin: 0 auto;
	padding-top: 12px;
	overflow: hidden;
	position: relative;
	
}
.header_bk::after{
	content: '';
	width: 100%;
	height: 1px;
	background: #eee;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 56px;
}
.header .main_top{
	color: #666;
}

.header .logo {
	height: 50px;
	float: left;
	width: 300px;
	background: url(logo_b.png) no-repeat;
	background-size: 100%;
	margin-top: 20px;
}

.header .logo.b {
	background: url(logo_b.png) no-repeat;
	background-size: 100%;
	height: 50px;
	width: 300px;
	margin: 15px 0;
}
.header .logo_text{
	font-size:20px;
	font-weight: bold;
	margin-left: 30px;
	padding-left: 30px;
	padding: 10px 0px 10px 20px;
	float: left;
	border-left: 1px solid #ccc;
	margin-top: 15px;
}



.header .nav {
	width: 100%;
	float: left;
	margin-top: 20px;
	height: 100%;
}

.header .nav li {
	width: auto;
	height: 100%;
	float: left;
	position: relative;
}

.header .nav li a {
	display: block;
	padding: 0 10px;
	text-align: center;
	line-height: 56px;
	height: 56px;
	font-size: 15px;
	margin-right:55px;
	position: relative;
}

.header .nav li a.b {
	height: 70px;
	line-height: 70px;
	width: 60px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
}

.header .nav li a b {
	content: '';
	width: 0%;
	height: 2px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	position: absolute;
	left: 0;
	bottom: 0;
	background: #b51227;
	z-index: -1;
}

.header .nav li a:hover,
.header .nav li a.on {
	color: #b51227;
}

.header .nav li a:hover b,
.header .nav li a.on b {
	width: 100%;
}


/*flash*/

#banner {
	width: 100%;
	background: url(load.gif) no-repeat center;
}

.pro-switch {
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 300px;
}

.cn_pro-switch {
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 870px;
}

.cn_flexslider {
	margin: 0;
	padding: 0;
}

.cn_flexslider .slides>li {
	display: none;
	-webkit-backface-visibility: hidden;
}

.cn_flexslider .slides li {
	width: 100%;
	display: block;
	height: 870px;
}

.cn_flexslider .slides .img {
	width: 100%;
	display: block;
	height: 870px;
	background-position: center;
	background-repeat: no-repeat;
}

.flexslider {
	margin: 0;
	padding: 0;
}

.flexslider .slides>li {
	display: none;
	-webkit-backface-visibility: hidden;
}

.flexslider .slides li {
	width: 100%;
	display: block;
	height: 300px;
}

.flexslider .slides .img {
	width: 100%;
	display: block;
	height: 300px;
}

.slides:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

html[xmlns] .slides {
	display: block;
}

.slides {
	height: auto;
}

.slides li {
	position: relative;
}

.slides_c {
	position: absolute;
	width: 85%;
	max-width: 1400px;
	min-width: 1200px;
	margin: 0 auto;
	left: 0;
	right: 0;
	color: #fff;
	z-index: 99;
}

.slides_c h2 {
	font-size: 40px;
	text-shadow: 0px 2px 0px rgba(0, 0, 0, .1);
	margin-bottom: 20px;
}

.slides_c p {
	font-size: 20px;
}

.slides_c i {
	width: 30px;
	background: #b51227;
	height: 4px;
	display: block;
	margin-top: 20px;
}


/*首页banner*/

.top_ad {
	width: 100%;
	background: url(load.gif) no-repeat center;
	height: auto;
}

.top_ad .ad_page {
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 0;
}

.top_ad .ad_page .swiper-container,
.top_ad .ad_page .swiper-wrapper {
	width: 100%;
	height: 100%;
}


.swiper-container-fade .swiper-slide {
	overflow: hidden;
	height: auto;
}

.top_ad .ad_page .swiper-wrapper a {
	display: block;
	width: 100%;
	height: 934px;
	overflow: hidden;

	position: relative;
	background-repeat: no-repeat;
	background-position: center;
}

.top_ad .ad_page .swiper-button-next,
.top_ad .ad_page .swiper-button-prev {
	background: url(ad_ear.png);
	width: 50px;
	height: 50px;
	background-repeat: no-repeat;
	cursor: pointer;
	background-color: rgba(0, 0, 0, 0.2);
	opacity: 0;
}

.top_ad .ad_page .swiper-button-prev {
	background-position: 0 0;
	left: 0;
}

.top_ad .ad_page .swiper-button-next {
	background-position: -50px 0;
	right: 0;
}

.top_ad .ad_page .swiper-button-prev:hover,
.top_ad .ad_page .swiper-button-next:hover {
	background-color: rgba(0, 0, 0, 0.9);
	box-shadow: rgba(0, 0, 0, 0.2);
}

.top_ad .ad_page .swiper-button-next:after,
.top_ad .ad_page .swiper-button-prev:after {
	content: "";
}

.top_ad .ad_page .swiper-container:hover .swiper-button-next,
.top_ad .ad_page .swiper-container:hover .swiper-button-prev {
	opacity: 1;
}

.top_ad .ad_page .swiper-pagination {
	left: 50%;
	bottom: 35px;
	transform: translateX(-50%);
}

.top_ad .ad_page .swiper-pagination .swiper-pagination-bullet {
	display: inline-block;
	width: 14px;
	height: 14px;
	margin: 0 5px;
	border: 1px solid #fff;
	border-radius: 50px;
	overflow: hidden;
	text-indent: -999em;
	cursor: pointer;
	background: none;
	transition: width, background 0.4s;
	opacity: 1;
}

.top_ad .ad_page .swiper-pagination .swiper-pagination-bullet-active::before {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	background-color: #fff;
	border-radius: 50%;
	margin-left: 3px;
	margin-top: 3px;
}

.top_ad .ad_page .swiper-pagination .swiper-pagination-bullet-active {
	opacity: 1;
}

.i_menu {
	min-height: 600px;
	overflow: hidden;
}

.i_menu li {
	float: left;
	width: calc((100% - 30px)/4);
	margin-right: 10px;
	position: relative;
	margin-top: 40px;
	margin-bottom: 50px;
}

.i_menu li:last-child {
	margin-right: 0;
}

.i_menu01 {
	background: #b51227;
}

.i_menu02 {
	background: #1a97aa;
}

.i_menu03 {
	background: #ffab31;
}

.i_menu04 {
	background: #78d21a;
}

.i_menu .em:after {
	content: '';
	width: 1px;
	height: 100%;
	border-right: 1px solid #e3e3e3;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 99;
}

.i_menu .menu_info {
	text-align: center;
	border-radius: 8px;
	overflow: hidden;
}

.i_menu .menu_info h3 {
	font-weight: normal;
	color: #fff;
	font-size: 18px;
	line-height: 40px;
	padding-top: 30px;
	bottom: 0;
	left: 0;
}

.i_menu .menu_info p {
	font-size: 14px;
	color: #fff;
	line-height: 25px;
	padding: 0 20px;
	height: 0px;
	position: relative;
	opacity: 0;
	margin-bottom: 10px;
}

.i_menu .menu_info span {
	display: block;
	width: 70px;
	margin: 0 auto;
	opacity: 1;
	padding-top: 70px;
}

.i_menu a:hover em {
	opacity: 1;
}

.i_menu li:hover {
	margin-top: 0;
}

.i_menu a:hover .menu_info {
	padding: 50px 0;
}

.i_menu a:hover .menu_info h3 {
	padding-top: 14px;
}

.i_menu a:hover .menu_info p {
	opacity: 1;
	height: auto;
}

.i_menu a:hover .menu_info span {
	padding-top: 15px;
}

.i_menu a:hover .menu_img img {
	transform: scale(1.05, 1.05);
}

.i_menu a:hover .menu_info .more {
	opacity: 1;
}

.i_menu .menu_info .more:hover {
	background: #fff;
	color: #000;
}

.i_menu a:hover {
	box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
}

.menu_info div {
	padding: 50px;
}

.menu_info h3 {
	line-height: 1;
	color: #fff;
	font-weight: normal;
	font-size: 21px;
}

.menu_info p {
	padding-bottom: 20px;
	line-height: 1.8;
	font-size: 12px;
	color: #7d7d7a;
}

.menu_info i {
	width: 0%;
	height: 1px;
	position: absolute;
	left: 0;
	bottom: 0px;
	background: #d50f06;
}

.i_menu a.menu_pro:hover .menu_info {
	top: 0;
}

.menu_info div {
	padding: 50px;
}

.menu_info .more {
	padding: 0;
	color: #fff;
	width: 146px;
	line-height: 42px;
	margin: auto;
	border-radius: 0px;
	opacity: 0;
	border: solid #fff 2px;
	margin-top: 25px;
}

.i_menu a.menu_pro:hover .menu_info {
	top: 0;
}

.i_matching {
	width: 100%;
	background: url(../images/matching.jpg) center no-repeat;
	height: 756px;
	position: relative;
}

.i_matching_info {
	background: rgba(230, 30, 50, .8);
	text-align: center;
	color: #fff;
	width: 400px;
	padding: 50px 0;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 50%;
	margin-top: -130px;
}

.i_matching_info h3 {
	font-size: 36px;
	margin-bottom: 24px;
}

.i_matching_info p {
	font-size: 18px;
	margin-bottom: 10px;
}

.matching_more {
	width: 130px;
	height: 40px;
	border: 2px solid #fff;
	text-align: center;
	line-height: 40px;
	color: #fff;
	display: block;
	margin: 0 auto;
	position: relative;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.matching_more:hover {
	color: #e61f32;
	background: #fff;
}

.i_guide {
	width: 100%;
	background: url(../images/guide.jpg) top center no-repeat;
	height: 678px;
	position: relative;
	padding-top: 110px;
}

.i_guide .fl {
	width: calc(100% - 688px);
	height: 589px;
	background: url(../images/guide_img.jpg) center no-repeat;
}

.i_guide .fr {
	width: 620px;
	text-align: left;
	padding-top: 26px;
}

.i_guide .fr .zxsq {
	display: block;
	float: left;
	margin-top: 24px;
}

.i_guide .fr .zxsq a {
	color: #e61f32;
	padding: 12px 65px;
	border: 2px solid #e61f32;
	float: left;
}

.i_guide .fr .zxsq a:hover {
	background: #e61f32;
	color: #fff;
}

.i_guide .fr .list_tit {
	text-align: left;
}

.i_guide .fr ul {
	width: 100%;
	float: left;
	display: block;
	overflow: hidden;
}

.i_guide .fr li {
	float: left;
	width: 284px;
	margin-right: 30px;
	height: 58px;
	line-height: 58px;
	border-bottom: 1px solid #eee;
	position: relative;
	overflow: hidden;
	padding: 0 20px;
	box-sizing: border-box;
}

.i_guide .fr li:nth-child(2n) {
	margin-right: 0
}

.i_guide .fr li i {
	width: 18px;
	background: url(../css/guide_arrow.png) bottom no-repeat;
	height: 10;
	float: right;
	margin-top: 22px;
}

.i_guide .fr li span {
	font-size: 40px;
	font-family: 'gotham-medium-webfont';
	position: absolute;
	top: 0px;
	left: 15px;
	opacity: 0;
	color: #fff;
}

.i_guide .fr li:hover {
	background: #e61f32;
	color: #fff;
	padding: 0 20px 0 30px;
}

.i_guide .fr li:hover i {
	background: url(../css/guide_arrow.png) top no-repeat;
}

.i_guide .fr li:hover span {
	opacity: .3;
	top: -15px;

}


.i_mid {
	width: 100%;
	background: #F5F5F5;
	padding: 0px 0 70px;
}

.i_tit {
	height: 25px;
	line-height: 25px;
	width: 100%;
	clear: both;
	position: relative;
	overflow: hidden;
	display: block;
	padding-bottom: 20px;
}

.i_tit h3 {
	font-size: 20px;
	color: #000;
	display: block;
	float: left;
}

.i_tit i {
	display: block;
	float: right;
	width: 30px;
	height: 25px;
	background-image: url(news_icon.png);
	background-repeat: no-repeat;
	background-position: bottom;
}

.news-list li span {
	display: block;
	float: right;
}

.news_img {
	overflow: hidden;
	background-image: url(timg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 120px;
	background-color: #959595;
}


.i_tit:hover h3 {
	text-decoration: underline;
}

.i_tit:hover i {
	background-position: top;
}

.i_mid .fl {
	padding: 48px 38px;
	background: #fff;
	width: calc(100% - 380px);
	box-sizing: border-box;
	overflow: hidden;
}

.i_mid .fl .i_left {
	float: left;
	width: 45%;
}

.i_mid .fl .i_right {
	float: right;
	width: 45%;
}

.i_mid .fl .news_img,
.fr_page .link_page .news_img {
	width: 100%;
	height: 170px;
	border-radius: 10px;
}

.i_mid .fl .news_img div,
.fr_page .link_page .news_img div,
.news_list li .news_img div {
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.i_mid .fl a.up h3,
.fr_page .link_page a.up h3 {
	font-size: 16px;
	line-height: 24px;
	color: #000;
	clear: both;
	display: block;
	margin: 25px 0 15px 0;
}

.i_mid .fl a.up:hover .news_img div,
.fr_page .link_page a.up:hover .news_img div {
	transform: scale(1.03, 1.03);
}

.i_mid .fr {
	padding: 25px 25px 0 25px;
	background: #fff;
	width: 235px;
	height: 429px;
}

.i_mid .fr .i_user {
	width: 100%;
	position: relative;
	overflow: hidden;
	height: 100%;
	z-index: 1;
}

.i_mid .fr .i_user em {
	position: absolute;
	left: 5px;
	top: 15px;
	width: 1px;
	height: 100%;
	display: block;
	background: #ccc;
	z-index: -1;
}

.i_mid .fr .i_user a {
	width: 100%;
	float: left;
	color: #000;
	line-height: 40px;
	font-size: 14px;
}

.i_mid .fr .i_user i {
	display: block;
	float: left;
	width: 8px;
	height: 8px;
	background: #fff;
	border: 1px solid #ccc;
	background: #fff;
	margin: 15px 15px 0 0;
	border-radius: 100%;
}

.i_mid .fr .i_user span {
	display: block;
	float: left;
	width: 210px;
}

.i_mid .fr .i_user a:hover i {
	background: #e61f32;
	border-color: #e61f32;
}

.i_mid .fr .i_user a:hover span {
	color: #e61f32;
}

.i_mid .i_report {
	display: block;
	width: 347px;
	height: 469px;
	float: right;
	overflow: hidden;
	background: url(../images/i_report.jpg) no-repeat;
	box-sizing: border-box;
	padding: 0 30px;
}


.i_mid .i_report .news-list li a {
	color: #fff;
	line-height: 40px;
}

.i_mid .i_report .news-list li i {
	background: #fff;
	margin-top: 18px;
}

.i_mid .i_report .news-list li h4 {
	width: 100%;
}
.i_mid .i_report .news-list li:hover h4{
	color: #fff;
	    text-decoration: underline;
}

.i_mid .i_report h3 {
	line-height: 100px;
	display: block;
	width: 100%;
	text-align: center;
	font-size: 20px;
	color: #fff;
	z-index: 1;
}


.i_mid .i_report .more {
	text-align: center;
	color: #fff;
	width: 248px;
	height: 45px;
	line-height: 45px;

	margin: 0 auto;
	border: 2px solid #fff;
	display: block;
	margin-top: 50px;

}
.i_mid .i_report .more:hover{
	background: #fff;
	color: #e61f32;
}



.i_mid .i_report:hover img {
	transform: scale(1.03, 1.03);
}




.news-list {
	overflow: hidden;
}

.news-list li {
	float: left;
	width: 100%;
}

.news-list li i {
	display: block;
	float: left;
	width: 5px;
	height: 5px;
	background: #999;
	border-radius: 100%;
	margin-top: 13px;
}

.news-list li a {
	display: block;
	float: right;
	line-height: 31px;
	color: #666;
	width: calc(100% - 15px);
}

.news-list li h4 {
	font-size: 14px;
	font-weight: normal;
	display: block;
	float: left;
	width: 84%;
}

.news-list li span {
	display: block;
	float: right;
}

.news-list li a:hover h4 {
	color: #e61f32;
}


.list_tit {
	width: 100%;
	clear: both;
	margin: 45px auto;
	overflow: hidden;
	text-align: center;
}

.list_tit h1 {
	color: #333;
	text-transform: uppercase;
	font-size: 30px;
	margin-bottom: 15px;
}

.list_tit h4 {
	color: #858585;
	font-size: 14px;
	line-height: 25px;
	font-weight: normal;
}

.list_tit i {
	width: 35px;
	height: 3px;
	background: #e61f32;
	margin: 20px auto 0;
	overflow: hidden;
	display: block;
}


.i_vr {
	width: 100%;
	background: #fff;
	padding: 10px 0 70px 0;

}

.i_vr .i_vr_c {
	position: relative;
	overflow: hidden;
	background: #000;
}

.i_vr .i_vr_c .i_vr_ca {
	position: absolute;
	bottom: 50px;
	color: #fff;
	font-size: 20px;
	left: 80px;
	z-index: 99;
}

.i_vr .i_vr_c i {
	position: absolute;
	margin: 0 auto;
	width: 88px;
	height: 88px;
	left: 0;
	right: 0;
	top: 50%;
	margin-top: -44px;
	background: url(../images/vr_icon.png) no-repeat;
	z-index: 99;
}

.i_vr .i_vr_c .i_vr_ca a {
	color: #fff;
	font-size: 14px;
	width: 140px;
	height: 50px;
	line-height: 50px;
	display: block;
	text-align: center;
	background: #fab030;
	margin-top: 20px;
}

.i_vr .i_vr_c:hover i {
	transform: scale(1.1, 1.1);
}

.i_vr .i_vr_c:hover img {
	transform: scale(1.1, 1.1);
	opacity: .7;
}

.i_vr_t {
	margin: 0 auto;
	width: 462px;
}

.i_wx {
	width: 100%;
	background: url(../images/i_wx.jpg) no-repeat center;
	height: 270px;
}

.i_wx_c{
	text-align: center;
	color: #fff;
	margin-top: 65px;
}
.i_wx_c h1{
	font-size: 54px;
	margin-bottom: 15px;
}
.i_wx_c p{
	font-size: 35px;
}




/*新闻页面*/

.news_left {
	padding: 135px 35px 100px 35px;
	width: 292px;
	float: left;
	margin-left: 24px;
	background: #fff;
	position: relative;
	transition: all ease-out .3s;
	border: 1px solid #d5d5d5;
}

.news_right {
	width: 100%;
	height: 140px;
	position: relative;
	overflow: hidden;
}

.news ul li:hover .news_right img {
	transform: scale(1.1, 1.1);

}


/*foot*/

.foot {
	width: 100%;
	overflow: hidden;
	float: left;
}

.foot_m {
	width: 100%;
	padding: 80px 0;
	overflow: hidden;
	background: #202020;
}

.final {
	width: 100%;
	height: 45px;
	line-height: 45px;
	background: #000;
	color: #fff;
}

.final_cnp {
	width: 85%;
	max-width: 1400px;
	min-width: 1200px;
	margin: 0 auto;
	line-height: 45px;
	color: #626262;
	text-align: center;

}

.foot_left {
	float: left;
	text-align: left;
	width: calc(100% - 300px);
}

.foot_left .foot_logo {
	background: url(../images/bot_logo.png)no-repeat;
	background-size: 100%;
	width: 180px;
	height: 87px;
}

.foot_left p {
	width: 100%;
	font-size: 13px;
	line-height: 25px;
	clear: both;
	color: #bcbcbc;
	padding: 20px 0 35px;
}

.foot_left .foot_link li {
	float: left;
	margin-right: 8%;
	display: block;
}

.foot_left .foot_link li h2 {
	color: #fff;
	margin-bottom: 15px;
	font-size: 16px;
}

.foot_left .foot_link li a {
	display: block;
	margin-right: 18px;
	color: #a9a9a9;
	line-height: 36px;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.foot_left .foot_link a:hover,
.foot_left .foot_link a.on {
	color: #fff;
	text-decoration: underline;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.foot_mid {
	float: left;
}

.foot_mid h3 {
	font-size: 16px;
	clear: both;
	color: #fff;
	margin-bottom: 20px;
}

.foot_mid h4 {
	font-size: 12px;
	font-weight: normal;
	clear: both;
	text-transform: uppercase;
	font-family: arial;
	padding-bottom: 25px;
	color: #626262;
}

.foot_mid p {
	line-height: 30px;
	color: #a9a9a9;
	font-size: 14px;
}

.foot_mid b {
	display: inline-block;
	width: 20px;
}

.foot_right {
	float: right;
	width: 270px;
}

.foot_right li {
	float: left;
	width: 100px;
	margin-right: 15px;
	margin-top: 45px;
}

.foot_right img {
	display: block;
	float: left;
}

.foot_right .scan {
	float: left;
	color: #999;
	text-align: center;
	line-height: 25px;
	margin-top: 10px;
}

.web_f {
	width: 100%;
	height: 721px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
}

.web_f .web_fc {
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	display: block;
	text-align: center;
	top: 50%;
	color: #fff;
}

.web_f .web_fc h2 {
	font-size: 60px;
	font-weight: normal;
	margin-bottom: 10px;
}

.web_f .web_fc p {
	font-size: 18px;
}



.web_nav {
	width: 100%;
	height: 50px;
	line-height: 50px;
	border-bottom: 1px #000 solid;
	color: #666;
	margin: 40px 0;
	position: relative;
}

.web_nav li {
	float: left;
	min-width: 110px;
	text-align: center;
	height: 50px;
	cursor: pointer;
	padding: 0 15px;
}

.web_nav li:hover,
.web_nav li.on {
	color: #fff;
	background: #000;
}

.web_nav li:hover a,
.web_nav li.on a {
	color: #fff;
}

.web_nav li a {
	display: block;
	width: auto;
	height: 100%;
	color: #000;
	line-height: 50px;
}

.web_nav span {
	position: absolute;
	right: 0;
	color: #999;
	line-height: 50px;
	top: 0px;
}

.web_nav li:hover .down {
	visibility: inherit;
	display: block;
}

.web_nav li:hover .down a {
	display: block;
	padding: 10px;
	width: 180px;
	height: 45px;
	color: #fff;
	-webkit-transition: background 0.3s;
	-o-transition: background 0.3s;
	transition: background 0.3s;
	float: left;
}

.web_nav .down a:hover {
	background: #000;
}

.imgbox {
	float: left;
	width: 60px;
	height: 45px;
	overflow: hidden;
}

.imgbox img {
	width: 60px;
}

.imgtitle {
	float: left;
	width: 110px;
	height: 45px;
	margin-left: 10px;
	overflow: hidden;
	font-size: 12px;
	line-height: 25px;
	text-align: left;
	text-transform: uppercase;
}

.web_nav li .down {
	position: absolute;
	width: 100%;
	height: auto;
	left: 0;
	top: 50px;
	background-color: rgba(0, 162, 233, 0.8);
	z-index: 999;
	display: none;
	text-align: center;
	overflow: hidden;
	visibility: hidden;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}


/*产品*/

.web_prolist {
	margin-left: -16px;
	width: 956px;
}

.web_prolist li {
	float: left;
	margin-left: 16px;
	width: 223px;
	margin-bottom: 16px;
	box-sizing: border-box;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.web_prolist li:hover {
	box-shadow: 2px 12px 25px rgba(0, 0, 0, 0.08);
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.web_prolist li a {
	display: block;
	height: 221px;
	overflow: hidden;
	width: 100%;
	line-height: 0;
}

.web_prolist li span {
	display: block;
	width: 100%;
	height: 40px;
	line-height: 40px;
	color: #333;
	background: #fff;
	text-align: center;
	font-size: 14px;
}




/*分页*/

.curr {
	border: 1px solid #b51227;
	color: #fff;
	background: #b51227;
	display: inline;
	padding: 4px 8px;
}

a.page {
	border: 1px solid #eee;
	text-decoration: none;
	color: #fff;
	display: inline;
	padding: 4px 8px;
	background-color: #333;
}

a.page:visited {
	border: 1px solid #fff;
	text-decoration: none;
	padding: 4px 8px;
}

.ra {
	color: #000;
}

.ra a,
.ra a:link {
	color: #000;
	text-decoration: none;
}

.ra a:hover {
	color: #000;
	text-decoration: underline;
}

.red {
	color: #ff0000 !important;
}

.yrr {
	color: #FF9900;
}

.bb {
	font-weight: bold;
}

.expage {
	width: 100%;
	height: 30px;
	line-height: 30px;
	text-align: center;
	padding-top: 10px;
	float: left;
	padding-bottom: 30px;
	padding-top: 30px;
	/*margin-left: 65px;*/
}

.error {
	border: 1px #f40 solid;
}

.right {
	border: 1px #44b549 solid;
}


/*# sourceMappingURL=style.css.map */

.page {
	padding-top: 40px;
	width: 88px;
	clear: both;
	text-align: center;
	cursor: pointer;
	margin: 0 auto;
}

.page img {
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

#exnew_prv {
	float: left;
	height: 32px;
	margin-right: 20px;
	cursor: pointer;
	opacity: 1;
}

#exnew_prv:hover {
	opacity: 0.8;
}

#exnew_next:hover {
	opacity: 0.8;
}

#exnew_next {
	float: left;
	height: 32px;
	opacity: 1;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

#protype_prv {
	float: left;
	height: 32px;
	margin-right: 10px;
	cursor: pointer;
	opacity: 1;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

#protype_prv:hover {
	opacity: 1;
}

#protype_prv:hover {
	opacity: 1;
}

#protype_prv {
	float: left;
	height: 32px;
	opacity: 1;
}


/*about*/

.ex_ab {
	padding: 40px 0;
}

.pt40 {
	padding-top: 40px;
}


/*次导航*/

.header .nav li ul.subnav {
	opacity: 0;
	visibility: hidden;
	transform: translate3d(0px, 0px, 0px);
	-moz-transform: translate3d(0px, 0px, 0px);
	-webkit-transform: translate3d(0px, 0px, 0px);
	filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=90);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#cc2a2966, endColorstr=#cc2a2966);
	background: rgba(42, 41, 102, .9);
	border-top: 0;
	transition: all 0.3s ease-out 0s;
	position: absolute;
	width: 210px;
	top: 90px;
	left: 0;
}

.header .nav li ul.subnav li {
	width: 210px;
	border-bottom: transparent 1px solid;
}

.header .nav li ul.subnav li a {
	background: transparent;
	color: #eee;
	width: auto !important;
	padding: 10px 30px 10px 30px;
	height: 20px;
	line-height: 20px;
	display: block;
	font-size: 12px;
	text-align: left;
	transition: all 0.3s ease-out 0s;
}

.header .nav li ul.subnav li i {
	float: right;
	margin-top: 5px;
	opacity: 0;
	transition: all ease-out .2s;
	display: inline-block;
	width: 12px;
	height: 12px;
	background: url(../images/subnav.png);
}

.header .nav li ul.subnav li a:hover {
	background: rgba(242, 242, 242, 0) none repeat scroll 0% 0%;
	color: #fff;
	text-indent: 10px;
}

.header .nav li ul.subnav li a:hover i {
	opacity: 1;
}

.header .nav li:hover ul.subnav {
	opacity: 1;
	visibility: visible;
}


/*contact*/

.en_final {
	width: 100%;
	height: 45px;
	line-height: 45px;
	background: #202020;
	border-top: 1px solid #333;
	color: #626262;
}


/*vi*/

.vi_list {
	clear: both;
	padding: 40px 0;
}

.vi_list ul {
	width: 1215px;
	margin-left: -15px;
}

.vi_list ul li {
	float: left;
	margin-left: 15px;
	width: 286px;
	height: 250px;
	border: 1px solid #eee;
	margin-bottom: 15px;
	overflow: hidden
}

.vi_list ul li a {
	display: block;
	width: 100%;
	overflow: hidden;
}

.vi_list ul li img {
	width: 286px;
	height: 250px;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.vi_list ul li:hover img {
	transform: scale(1.1, 1.1);
}

.advanced h3 {
	color: #000;
	font-size: 21px;
	font-family: arial;
	font-weight: normal;
}

.advanced h3 i {
	display: inline-block;
	width: 3px;
	height: 16px;
	background: #000;
	float: left;
	margin-right: 10px;
	margin-top: 3.5px;
}

.advanced p {
	text-indent: 0;
	color: #666;
	line-height: 40px;
	padding-top: 15px;
}


/*honor*/

.honor_list {
	clear: both;
	padding: 0 0 40px 0;
}

.honor_list p {
	text-align: center;
	color: #787878;
	line-height: 30px;
	padding-bottom: 20px;
}

.honor_list ul {
	width: 950px;
	margin-left: -10px;
}

.honor_list ul li {
	float: left;
	margin-left: 10px;
	width: 227px;
	margin-bottom: 10px;
}

.honor_list ul li .honor_img {
	width: 225px;
	border: 1px solid #ccc;
	overflow: hidden;
	height: 165px;
}

.honor_list ul li a {
	display: block;
	width: 100%;
	overflow: hidden;
}

.honor_list ul li img {
	width: 225px;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.honor_list p {
	text-align: center;
	line-height: 30px;
	color: #666;
}

.honor_list ul li:hover img {
	transform: scale(1.1, 1.1);
}

.honor_list ul li:hover p {
	color: #000;
}


/*产品分类列表*/

.wrap_pro {
	width: 100%;
	height: auto;
	padding-bottom: 60px;
	float: left;
	clear: both;
	text-transform: uppercase;
}

.main_pro {
	width: 1000px;
	margin: 0 auto;
	height: auto;
}

.pro_tit {
	clear: both;
	float: left;
}

.pro_tit h3 {
	font-family: 'myriadproregular';
	font-size: 22px;
	font-weight: normal;
	margin-top: 20px;
	color: #505050;
	text-transform: uppercase;
}

.pro_tit h4 {
	font-size: 18px;
	font-weight: normal;
	color: #585858;
	line-height: 50px;
}

.pro_tit i {
	display: block;
	width: 24px;
	height: 2px;
	background-color: #b41227;
}

.prolist_c {
	width: 840px;
	margin-left: -19px;
	float: right;
}

.prolist_c li {
	width: 261px;
	background: #fff center no-repeat;
	background-size: cover;
	float: left;
	margin: 20px 0 20px 19px;
	position: relative;
	overflow: hidden;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.prolist_c li a {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}

.prolist_c li img {
	width: 100%;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.prolist_c li .type {
	display: block;
	position: relative;
	width: 100%;
	color: #333;
	text-align: center;
	line-height: 30px;
	padding-top: 8px;
	padding-bottom: 8px;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.prolist_c li:hover img {
	transform: scale(1.1, 1.1);
}

.prolist_c li:hover {
	box-shadow: 2px 12px 25px rgba(0, 0, 0, 0.08);
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}


/*新闻页面*/


.ex_event {
	text-align: left;
	margin-top: -140px;
	float: right;
	width: 940px;
}

.ex_news ul li {
	width: calc((100% - 60px)/3);
	overflow: hidden;
	position: relative;
	margin-bottom: 30px;
	float: left;
	cursor: pointer;
	box-shadow: 0 20px 20px rgba(0,0,0,.1);
	margin-right: 30px;
}
.ex_news ul li:nth-child(3n){
	margin-right: 0;
}



.ex_news ul li .ex_news_img {
	background: #fff url(logo.png) no-repeat center;
	overflow: hidden;

}
.ex_news ul li .ex_news_img .news_img_bg {
	width: 100%;
	overflow: hidden;
	padding-bottom: 60%;
	display: block;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}


.ex_news ul li .ex_news_info {
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	padding: 30px;
	border-bottom: 1px solid #eee;
}

.ex_news ul li .ex_news_info h2 {
	font-size: 18px;
	display: block;
	width: 100%;
	padding-bottom: 15px;
	color: #333;
	font-weight: normal;
	line-height: 28px;
}

.ex_news ul li .ex_news_info p {
	height: 50px;
	line-height: 25px;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	overflow: hidden;
	color: #999;
	font-size: 13px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}



.ex_news ul li .ex_news_date {
	padding: 0 30px;
	height: 50px;
	overflow: hidden;	
	position: relative;

}

.ex_news ul li .ex_news_date item {
	display: block;
	width: 40px;
	height: 40px;
	background: url(../images/i_arrow.png) no-repeat bottom;
	position: absolute;
	bottom: 8px;
	right: 30px;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.ex_news ul li .ex_news_date font {
	font-family: helvetica;
	font-size: 16px;
	line-height: 50px;
	display: block;
}

.ex_news ul li:hover a {
	color: #333;
}

.ex_news ul li:hover .ex_news_date {
	color: #fff;
	background: #b51227;
}

.ex_news ul li:hover .ex_news_date item {
	background: url(../images/i_arrow.png) no-repeat top;
	bottom: 5px;
}

.ex_news ul li:hover .ex_news_img .news_img_bg {
	transform: scale(1.1, 1.1);
}

.news_show_content {
	text-align: left;
	padding: 30px 0 0 20px;
	float: right;
	width: 940px;
}

.news_show_content ul li {
	float: left;
	width: 218px;
	height: 258px;
	overflow: hidden;
	position: relative;
	margin-left: 20px;
	margin-bottom: 20px;
	cursor: pointer;
	border: 1px solid #eee;
	background-size: cover;
	background-position: center;
}

.news_show_content ul li a {
	display: block;
	width: 100%;
	height: 100%;
}

.news_show_content ul {
	width: 960px;
	height: auto;
	margin-left: -20px;
}

.prolist_c li:hover .event_img {
	transform: scale(1.1, 1.1);
}

.event_img {
	width: 100%;
	height: 195px;
	background-size: cover;
	background-position: center;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.news_show_content ul li img {
	width: 218px;
	height: 258px;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.news_show_content .event_bg {
	width: 100%;
	margin-bottom: 25px;
	border-bottom: 1px solid #eee;
	background-size: cover;
	background-position: center
}

.news_show_content .event_bg img {
	display: block;
	width: 100%;
}

.news_show_content h3 {
	font-size: 16px;
	font-weight: normal;
	text-align: left;
	line-height: 35px;
	padding-top: 20px;
	color: #666;
}

.news_show_content p {
	font-size: 13px;
	text-align: left;
	line-height: 25px;
	color: #999;
	padding-bottom: 20px;
}

.news_show_content ul li:hover img {
	transform: scale(1.1, 1.1);
}

.news_nav {
	background: #eaeaea;
	overflow: hidden;
	width: 100%;
}
.news_nav ul{
	margin: 0 auto;
	width: 50%;
	overflow: hidden;
}

.news_nav li{
	float: left;
	width: 33%;
	text-align: center;
	margin: 18px 0;
	border-right: 1px solid #cfcfcf;
}

.news_nav li .on,
.news_nav li a:hover{
	color: #b51227;
}





/*公司简介*/

.package {
	text-align: left;
	padding: 60px 0 60px 0;
	display: block;
	overflow: hidden;
}

.package .about_bg {
	width: 620px;
	height: 409px;
	float: right;
	margin-left: 60px;
	position: relative;
	z-index: 88;
}

.package .about_bg1 {
	width: 52%;
	height: 424px;
	background: url(../images/about_bg.jpg) no-repeat center;
	float: left;
	margin-right: 60px;
	position: relative;
	z-index: 88;
}

.package .about_text {
	color: #444;
	font-size: 14px;
	line-height: 28px;
	padding: 10px 0 40px 0;
	position: relative;
	width: 100%;
}

.package .about_text h3 {
	line-height: 65px;
	color: #333;
	font-size: 26px;
}

.package .about_text h4 {
	text-transform: uppercase;
	color: #999;
	font-size: 14px;
	font-family: arial;
	padding-bottom: 20px;
	font-weight: normal;
}

.package .about_text p {
	display: block;
	line-height: 26px;
	font-size: 14px;
	color: #333;
}



.i_why {
	width: 100%;
	background: url(../images/about_why.jpg) center no-repeat;
	height: 715px;
	position: relative;
}

.i_why .fr {
	color: #fff;
	width: 40%;
	margin-top: 120px;
}

.i_why .fr h3 {
	font-size: 28px;
	margin-bottom: 30px;
}

.i_why .fr p {
	line-height: 22px;
	color: #c7c7c7;
}


.campus li {
	float: left;
	width: 100%;
	overflow: hidden;
	margin-bottom: 30px;
	background: #fff;
}

.campus li .campus_i {
	width: 48%;
	height: 472px;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
	box-sizing: border-box;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;

}

.campus li .campus_i div {
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 150px;
	text-align: center;
	top: 60%;
	margin-top: -50px;
	color: #fff;
	opacity: 0;
	z-index: 999;
}

.campus li .campus_i div p {
	margin-top: 10px;
}

.campus li .campus_i:after {
	position: absolute;
	content: '';
	background: #000;
	width: 100%;
	height: 0%;
	opacity: 0;
	transition: all 0.4s ease;
}

.campus_c {
	width: 44%;
	margin-left: 50px;
	margin-top: 50px;
}

.campus_c h3 {
	font-size: 22px;
	margin-bottom: 15px;
}

.campus_c h3 i {
	display: block;
	width: 20px;
	height: 2px;
	background: #b51227;
	margin-top: 15px;
}

.campus_c span {
	line-height: 22px;
	display: block;
}

.campus_c p {
	line-height: 18px;
	height: 240px;
	overflow-y: auto;
	padding-right: 10px;
}

.campus li:hover {
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.campus li:hover .campus_i:after {
	opacity: .5;
	height: 100%;
	transition: all 0.4s ease;
}

.campus li:hover .campus_i div {
	opacity: 1;
	top: 50%;
}




.about_list {
	background: #fff;
	overflow: hidden;
	padding: 70px 0;
}

.about_list li {
	float: left;
	width: calc((100% - 60px)/3);
	margin-right: 20px;
	margin-bottom: 20px;
	position: relative;
	overflow: hidden;
	display: block;
	background: #000;
}

.about_list li img {
	width: 100%;
}

.about_list li:nth-child(3n) {
	margin-right: 0;
}

.about_list_c {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin: 0 auto;
	text-align: center;
	color: #fff;
}

.about_list_c h2 {
	font-size: 20px;
}

.about_list_c h2 i {
	display: block;
	width: 20px;
	height: 2px;
	margin: 10px auto;
	background: #b51227;
	opacity: 0;
}

.about_list_c a {
	margin-top: 20px;
	display: block;
	opacity: 0;
}

.about_list_c a img {
	width: auto;
	opacity: 1 !important;
	transform: scale(1) !important;
}

.about_list_c p {
	opacity: 0;
}

.about_list li:hover img {
	opacity: .4;
	transform: scale(1.08);
}

.about_list li:hover .about_list_c {
	top: 26%;
}

.about_list li:hover .about_list_c p,
.about_list li:hover .about_list_c a,
.about_list li:hover .about_list_c h2 i {
	opacity: 1;

}

.college_list {
	background: #fff;
	overflow: hidden;
	padding: 0 0 70px;
}

.college_list .item_block:nth-child(n+1) {
	margin-bottom: -1px;
}

.college_list .item_block {
	width: 50%;
	margin-right: 0;
	overflow: hidden;
	float: left;
	position: relative;
	border: 1px solid #f0f0f0;
	background-color: transparent;
	box-sizing: border-box;
}




.college_list .item_block:nth-child(n+1) {
	margin-bottom: -1px;
}

.college_list .item_block:nth-child(2n) {
	margin-left: -1px;
}

.college_list .item_block:before {
	opacity: 1;
	font-size: 74px;
	bottom: 0;
	right: 0;
	background: #bb0327;
	border-radius: 100px;
	content: "";
	opacity: 0;
	width: 60px;
	height: 60px;
	transform: scale(0);
	opacity: 0;
	transition: all 0.36s ease;
}

.college_list .item_block:before {
	content: "";
	font-family: mofont;
	font-size: 44px;
	position: absolute;
	bottom: 0;
	right: 0;
	color: #fff;
	opacity: 0;
	z-index: 1;
	transition: all 0.3s ease;
}

.college_list .item_block:hover:after {
	opacity: 1;
	right: 70px;
}

.college_list .item_block:after {
	content: "";
	border-left: 14px solid #fff;
	border-bottom: 10px solid transparent;
	border-top: 10px solid transparent;
	position: absolute;
	right: 90px;
	bottom: 60px;
	z-index: 1;
	opacity: 0;
	transition: all .36s ease;
}





.college_list .item_img {
	opacity: 0;
	transition: all .36s ease;
	position: relative;
	overflow: hidden;
}

.college_list .item_block .item_wrapper {
	position: absolute;
	top: 0;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	padding: 60px;
	overflow: hidden;
}

.college_list .item_block .item_box .item_wrapper .item_info .title {
	font-size: 20px;
	font-weight: 600;
	margin-top: 6%;
	color: #333;
}

.college_list .item_block .item_box .item_wrapper .item_info .subtitle {
	color: #999;
}

.college_list .item_info .subtitle {
	transition: all 0.36s ease;
	color: #777;
	font-size: 14px;
	line-height: 22px;
}

.college_list .item_des {
	margin-top: 13px;
	display: block;
	font-size: 14px;
	color: #666;
	transition: all .46s ease;
}

.college_list .item_des .description {
	transition: all 0.36s ease;
	font-size: 13px;
	line-height: 26px;
	height: 52px;
	overflow: hidden;
	color: #999;
}


.college_list .item_block:hover:before {
	opacity: 1;
	animation: slide-fwd-center 0.45s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	animation: slide-fwd-center 0.45s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	transform: scale(5);
	transform-origin: center;
}

.college_list .item_block:hover .item_img {
	opacity: 1;
}


.college_list .item_block:hover .item_box .item_wrapper .item_info {
	transform: translateY(30px);
	opacity: 0;
}

.college_list .item_block:hover .item_des {
	transform: translateY(-30px);
	opacity: 0;
}

.college_list .item_block:hover .item_box .item_img img {
	transform: scale(1.08);
}

.college_list .item_block:hover .item_wrapper {
	opacity: 1;
	background-color: transparent;
}

.ban {
	position: relative;
}

.ban_c {
	position: absolute;
	padding: 40px;
	background: #c80e14;
	color: #fff;
	font-size: 26px;
	bottom: -20px;
	left: 20px;
	font-weight: bold;
}

.require_table td {
	vertical-align: inherit;
}

.require_table tr td p {
	font-size: 14px;
	line-height: 24px;
}

.require_des {
	margin-bottom: 30px;
	overflow: hidden;
	display: block;
}

.require_des h2 {
	margin-bottom: 15px;
	font-size: 16px;
}

.require_des p {
	line-height: 24px;
	margin-bottom: 15px;
}

.require_des a:hover {
	text-decoration: underline;
}

.a_matching .fl {
	width: 50%;
	
}

.a_matching .fr {
	width: 50%;
	box-sizing: border-box;
	padding: 80px 68px 50px 68px;
}
.a_matching li{
	background: #f5f5f5;
	overflow: hidden;
	margin-bottom: 20px;
}
.a_matching li h2{ font-size: 24px; margin-bottom: 20px;}
.a_matching li p{
	line-height: 26px;
	max-height: 240px;
	overflow-y: auto;
	padding-right: 10px;
}

.residence li{ 
	float: left; 
	width: calc((100% - 40px)/3); 
	margin-bottom: 20px; 
	background: #f5f5f5; 
	padding:40px 40px; 
	margin-right: 20px;
	box-sizing: border-box;
}

.residence li:nth-child(3n){
	margin-right: 0;
}
.residence li p{ min-height: 90px;}




.cpd_list li{ 
	float: left; 
	width: calc((100% - 40px)/3); 
	margin-bottom: 20px; 
	background: #f5f5f5; 
	padding:40px 40px; 
	margin-right: 20px;
	box-sizing: border-box;
}

.cpd_list li:nth-child(3n){
	margin-right: 0;
}
.cpd_list li div{overflow: hidden; margin-bottom: 20px; position: relative;}
.cpd_list li div i{
	position:  absolute;
	width: 30;
}
.cpd_list li p{ min-height: 90px;}

.cpd_list li h2{ font-size: 16px; font-weight: normal;}
.cpd_list li:hover img{
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}


.college_menu {
	margin-bottom: 30px;
	overflow: hidden;
}
.college_menu li{
	float: left;
	width: calc((100% - 40px)/3);
	margin-right: 20px;
}


.college_menu li:nth-child(3n){
	margin-right: 0;
}
.college_menu li h2{
	height: 55px;
	line-height: 55px;
	text-align: center;
	font-weight: normal;
	font-size: 16px;
}


.college_menu li div{ overflow: hidden; background: #000; position: relative;}
.college_menu li div img{
	width: 100%;
}
.college_menu li div i{
	position: absolute;
	width: 61px;
	height: 61px;
	top: 30%;
	background: url(../images/college_icon.png) no-repeat;
	left: 0;
	right: 0;
	margin: -30px auto 0;
	z-index: 99;
	opacity: 0;
}
.college_menu li:hover{
	background: #b51227;
}
.college_menu li:hover div img{
	    transform: scale(1.1, 1.1);
	    opacity: .7;
}
.college_menu li:hover div i{
	    opacity: 1;
		top: 50%;
}
.college_menu li:hover h2{
	color: #fff;
}





.curriculum{ 
	background: #f7f7f7;
	padding: 0px 0 50px;
	overflow: hidden;
}


.curriculums_list {
	position: relative;
	width: 100%;
    height: fit-content;
}
.curriculums_wrapper{
	padding: 50px 50px;
    position: absolute;
    top: 0;
    width: 100%;
    box-sizing: border-box;
	color: #ffffff;
	text-shadow: 0 0 1px #666666;
}
.curriculums_list .curriculums_info .title {
    font-size: 20px;
    font-weight: 600;
    text-align: left;
}
.curriculums_list .curriculums_info .subtitle {
    transition: all 0.36s ease;
    color: #ffffff;
    font-size: 14px;
    line-height: 22px;
    text-align: left;
    margin-top: 8px;
}
.curriculums_list .curriculums_des {
    display: block;
    transition: all .5s ease;
    margin-top: 28px;
}
.curriculums_list .curriculums_des .description {
    transition: all 0.36s ease;
    font-size: 13px;
    line-height: 26px;
    height: 52px;
    color: #ffffff;
}
.curriculums_list .swiper-slide{
    border: 1px solid #f0f0f0;
    border-right: none;
	overflow: hidden;
	position: relative;
	background: #fff;
	box-sizing: border-box;
}

.curriculums_list .swiper-slide .curriculums_info {
	transform: translateY(140px);
}
.curriculums_list .swiper-slide .curriculums_des {
	transform: translateY(140px);
	opacity: 0;
}

.curriculums_list .swiper-slide:hover .curriculums_info {
    transform: translateY(0px);
}
.curriculums_list .swiper-slide:hover .curriculums_des {
    transform: translateY(0px);
    opacity: 1;
}
.curriculums_list .swiper-slide:hover .curriculums_img{
	opacity: 1;
}
.curriculums_list .swiper-slide:hover .curriculums_img img {
    transform: scale(1.08);
		opacity: .9;
}

.curriculums_list .swiper-slide:hover  .curriculums_info .subtitle,
.curriculums_list .swiper-slide:hover  .curriculums_info .title{
	color: #fff;
}

.curriculums_list .curriculums_img {
    position: relative;
    overflow: hidden;
    opacity: 1;
    transition: all .36s ease;
		background: #000;
}
.curriculums_list .curriculums_img::after{
	 background:linear-gradient(rgba(0,0,0,0),rgba(0,0,0,1));
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width:100%;
	height: 150px;
	content: '';
}


.ellipsis {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: block;
}



.college_news {
	margin: 50px 0 80px;
	    display: grid;
}
.college_news li{
	float: left;
	width: calc((100%)/3);
	box-sizing: border-box;
	padding: 50px 50px;
	border-right: 1px solid #f0f0f0;
	overflow: hidden;
	position: relative;
}

.college_news li:nth-child(3n){
	margin-right: 0;
}

.college_news li:before {
    content: "";
    width: 0;
    height: 3px;
    background-color: #b51227;
    position: absolute;
    bottom: 0;
    left: 50%;
    transition: all .4s ease;
    opacity: 0;
}
.college_news li:hover:before {
    left: 0;
    opacity: 1;
    width: 100%;
}


.college_news li p{
	margin-top: 13px;
	transition: all 0.36s ease;
	font-size: 13px;
	line-height: 26px;
	height: 52px;
	overflow: hidden;
	color: #999;
    height: 52px;
}
.college_news li div{
	margin-top: 40px;
	overflow: hidden;
	background-position: center;
}
.college_news li div img{
	width: 100%;
}
.college_news li i{
	width: 61px;
	height: 61px;
	margin-top: 30px;
	float: left;
	background: url(../images/college_icon1.png) no-repeat ;
	transform: rotateZ(-45deg);
	transition: all 0.36s ease;
}
.college_news li:hover{
	box-shadow: 0 20px 20px rgba(0,0,0,.1);
}
.college_news li:hover  i{
	background: url(../images/college_icon.png) no-repeat ;
	transform: rotateZ(0deg);
	transition: all 0.36s ease;
	
} 


.college_news li:hover div img{
transform: scale(1.05);	 
}
/* css注释：设置了浏览器宽度不小于1740px时的样式*/

@media screen and (max-width: 1740px) {

}


/* css注释：设置了浏览器宽度不小于1440px时的样式*/

@media screen and (max-width: 1440px) {
	.curriculums_list .swiper-slide:hover .curriculums_info {
		transform: translateY(110px);
	}
}




/*contact*/

.contact {
	width: 100%;
	background: #fff;
	overflow: hidden;
	margin-bottom: 60px;
	box-shadow: 0 15px 20px rgba(0,0,0,.1);
}

.contact .fr{
	width: 47%;
}
.contact .fr img{
	width: 100%;
}
.contact .fl{
	width: 53%;
	box-sizing:border-box;
	padding: 80px;
}
.contact .fl p{ margin-bottom: 15px; color: #666;}
.contact .fl p b{
	font-size: 18px;
	line-height: 40px;
	color: #333;
}
.contact .qrcode{
	margin-top: 60px;
}
.contact .qrcode img{
	margin-bottom: 10px;
}





.college_about{
margin: 50px 0;
overflow: hidden;
}
.college_about .college_aboutl{
	line-height: 24px;
	margin-bottom: 30px;
	width: calc(100% - 400px);
	float: left;
	padding: 40px;
	background: #fff;
	box-sizing: border-box;
}
.college_about .college_aboutl img{
	padding-right: 30px;
	padding-bottom: 10px;
}

.college_about .college_aboutl .course_show .course_show_t{
	overflow: hidden;
	border-bottom: 1px solid #eee;
	padding-bottom: 30px;
}



.college_about .college_aboutl .course_show .course_show_t a{
	background: #000;
	color: #fff;
	padding: 10px 20px;
	margin-top: 20px;
	float: left;
	margin-right: 15px;
	font-size: 14px;
	width: 90px;
	text-align: center;
}
.college_about .college_aboutl .course_show .apply{
	background: #b51227;
	color: #fff;
	padding: 10px 20px;
	margin-top: 20px;
	float: left;
	margin-right: 15px;
	font-size: 14px;
	width: 120px;
	text-align: center;
}
.college_about .college_aboutl .course_show .apply:hover{
	background: #b51227;
	width: 140px;
}

.college_about .college_aboutl .course_show .course_show_t a:last-child{
	margin-right: 0px;
}

.college_about .college_aboutl .course_show .course_show_t a:hover{
	background: #b51227;
}

.college_about .college_aboutl .course_show .course_show_t .course_show_img {
    padding-right: 30px;
    padding-bottom: 10px;
	width: 57%;
	float: left;
}
.college_about .college_aboutl .course_show .course_show_t  .course_show_des{
	float: left;
	margin-top: 20px;
	width: 38%;
}
.college_about .college_aboutl .course_show .course_show_t  .course_show_des h2{
	font-size: 18px;	
}

.college_about .college_aboutl .course_show .course_show_t  .course_show_c{
	display: block;
	width: 100%;
	float: left;
}

.college_about .college_aboutl .course_show .course_show_b{
	overflow: hidden;
	border-bottom: 1px solid #eee;
	padding-bottom: 30px;
	padding-top: 30px;
}
.college_about .college_aboutl .course_show .course_show_b h3 i{
	width: 4px;
	height: 16px;
	background: #b51227;
	float: left;
	margin-top: 4px;
	margin-right:10px;
}
.college_about .college_aboutl .course_show .course_show_b p{
	margin-top: 15px;
	color: #666;
}


.college_about .college_tit{
	margin-bottom: 22px;
	line-height: 28px;
}

.college_ades{
	margin-bottom: 30px;
}

.college_about .college_aboutr{
	height: 500px;
	width: 346px;
	float: right;
}

.college_about .college_aboutr ul{
	background: #fff;
	box-sizing: border-box;
	padding: 30px;
}
.college_about .college_aboutr ul p{
	font-size: 14px;
	margin-top: 10px;
	position: absolute;
	bottom: 0;
	color: #fff;
	height: 50px;
	left: 20px;
	line-height: 50px;
}
.college_about .college_aboutr ul li{
	margin-bottom: 15px;
	position: relative;
}
.college_about .college_aboutr ul li:last-child{
	margin-bottom: 0;
}
.college_about .college_aboutr .college_aboutr_img {
	overflow: hidden;
	background: #000;
}
.college_about .college_aboutr .college_aboutr_img img {
	opacity: .9;
}

.college_about .college_aboutr .college_aboutr_img::after {
    background: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,.8));
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 50px;
    content: '';
}
.college_about .college_aboutr ul li:hover .college_aboutr_img img{
	transform: scale(1.1, 1.1);
}




.course_menu {
	width: 100%;
	float: left;
	line-height: 50px;
	color: #333;
	font-size: 20px;
	margin: 0 0 20px 0;
}


.course_menu .course_sub {
	width: 100%;
	float: left;
	margin-bottom: 20px;
}

.course_menu .course_sub li {
	text-transform: capitalize;
	font-size: 13px;
	display: block;
	float: left;
	color: #999;
	margin: 0 10px 10px 0;
	border-radius: 25px;
	position: relative;
	background: #eee;
	line-height: 2;
}

.course_menu .course_sub li a {
	display: block;
	padding: 10px 30px;
	cursor: pointer;
}

.course_menu .course_sub li:hover,
.course_menu .course_sub li.on {
	background: #b51227;
}

.course_menu .course_sub li:hover a,
.course_menu .course_sub li.on a {
	color: #fff;
}


.video_list ul { width: 100%;}
.video_list ul li {
	float: left;
	width:calc((100% - 40px)/3);
	display: block;
	overflow: hidden;
	margin-right: 20px;
	margin-bottom: 20px;
	cursor: pointer;
	background: #fff;
	position: relative;
}
.video_list ul li:nth-child(3n){
	margin-right: 0;
}


.video_list ul li .news_img {
	width: 100%;
	height: 0;
	padding-bottom: 60%;
	background-image: url(../images/logo.png);
	background-size: 60%;
	background-repeat: no-repeat;
	background-position: center;
	overflow: hidden;
	position: relative;
}

.video_list ul li .news_img b {
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .5);
	opacity: 0;
	left: 0;
	top: 0;
	z-index: 66;
	position: absolute;
}

.video_list ul li .news_img em {
	display: block;
	width: 60px;
	height: 60px;
	background-image: url(icon.png);
	opacity: 0;
	left: 50%;
	top: 50%;
	z-index: 2;
	position: absolute;
	margin: -30px 0 0 -30px;
	background-size: 100%;
	transform: scale(1.5, 1.5);
}

.video_list ul li .item_mask {
	transition: 0.36s ease;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: transparent;
	transition: 0.36s ease;
	z-index: 99;
}

.video_list ul li .item_mask::before {
	transition: 0.36s ease;
	content: '';
	position: absolute;
	width: 25px;
	height: 25px;
	left: 50%;
	top: 50%;
	z-index: 2;
	margin-top: -68px;
	margin-left: -11px;
	opacity: 0;
	background: url(../images/video_icon.png);
	background-size: 100%;
}


.video_list ul li .item_mask:after {
	background-color: #04a07b;
	width: 80px;
	height: 80px;
}

.video_list ul li .item_mask:after {
	transition: 0.36s ease;
	content: "";
	width: 70px;
	height: 70px;
	background: #db2242;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -35px;
	color: #fff;
	border-radius: 50%;
	transform: translate3d(0, 70px, 0);
	opacity: 0;
}

.video_list ul li .news_img .news_img_bg {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}

.video_list ul li h3 {
	display: block;
	overflow: hidden;
	padding: 4%;
	line-height: 1;
	box-sizing: content-box;
	font-weight: normal;
	color: #333;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: center;
}

.video_list ul li:hover .news_img b,
.video_list ul li:hover .news_img em {
	opacity: 1;
}

.video_list ul li:hover .news_img em {
	transform: scale(1, 1);
}

.video_list ul li:hover .news_img .news_img_bg {
	-webkit-transform: scale(1.08);
	-ms-transform: scale(1.08);
	transform: scale(1.08);
}

.video_list ul li:hover .item_mask:after {
	transform: translate3d(0, 0, 0);
	opacity: 1;
}

.video_list ul li:hover h3 {
	color: #db2242
}

.video_list ul li:hover .item_mask::before {
	opacity: 1;
	margin-top: -12px;
}

.video_list ul li:hover {
	box-shadow: 0 0 49px rgba(0, 0, 0, 0.1);
}



.case_list {
	width: 100%;
}
.case_list li {
	float: left;
	width:calc((100% - 60px)/4);
	display: block;
	overflow: hidden;
	margin-right: 20px;
	margin-bottom: 20px;
	cursor: pointer;
	background: #fff;
	position: relative;
}
.case_list li:nth-child(4n){
	margin-right: 0;
}

.case_list li .case_img {
	overflow: hidden;
}
.case_list li .case_img img{
	width: 100%;
	overflow: hidden;
}

.case_list li:hover .case_img img {
	
	transform: scale(1.05, 1.05);
}
.case_list li:hover {
	box-shadow: 0 0 49px rgba(0, 0, 0, 0.1);
}


.case_list li span {
	display: block;
	text-align: center;
	color: #666;
	line-height: 40px;
}


.package_left {
	float: left;
	width: 350px;
}

.news_show_content {
	float: right;
	width: calc(100% - 400px);
}


.news_show_time a {
    display: block;
    background: #b51227;
    color: #fff;
    padding: 5px 10px;
    clear: both;
    margin-top: 30px;
    width: 150px;
    cursor: pointer;
	float: left;
    text-align: center;
}




.join {
	width: 1000px;
	margin-left: -60px;
	overflow: hidden;
	clear: both;
	padding-bottom: 50px;
}

.join li {
	width: 440px;
	margin-left: 60px;
	float: left;
}

.join img,
.join_sup img {
	display: block;
	float: left;
	margin-top: 10px;
}

.join .join_info {
	float: right;
	width: 365px;
}

.join_sup .sup_info {
	float: left;
	margin-left: 26px;
}

.join_sup .sup_info p {
	font-size: 14px;
	line-height: 25px;
	color: #999;
	height: 50px;
}

.join li h3,
.join_sup h3 {
	line-height: 45px;
	color: #333;
	font-size: 22px;
	font-weight: normal;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.join li p {
	font-size: 14px;
	line-height: 25px;
	color: #999;
	height: 100px;
}

.join_table {
	clear: both;
	width: 100%;
	padding: 50px 0;
	border-top: 1px solid #d5d5d5;
	overflow: hidden;
}

.join_table table {
	width: 100%;
	text-align: center;
	font-size: 14px;
	line-height: 35px;
	border-spacing: 0;
	border-color: #eee;
}

.join_table th {
	font-weight: normal;
	color: #fff;
}

.join_flow {
	width: 100%;
}

.first,
.another {
	clear: both;
	overflow: hidden;
	margin-bottom: 40px;
}

.first h3,
.another h3 {
	font-size: 26px;
	color: #333;
	font-weight: normal;
	padding-bottom: 35px;
}

.first ul {
	overflow: hidden;
	margin-bottom: 40px;
	border: 1px solid #eee;
	background: #fff;
}

.first ul li,
.another_ul ul li {
	width: 238px;
	border-left: 1px solid #eee;
	float: left;
	text-align: center;
	height: 363px;
}

.first ul li:first-child {
	border-left: none;
}

.first ul li img,
.another_ul ul li img {
	width: 100%;
	display: block;
}

.first ul li h4,
.another_ul ul li h4 {
	font-size: 14px;
	font-weight: normal;
	padding-top: 20px;
}

.first ul li h5,
.another_ul ul li h5 {
	font-size: 12px;
	font-weight: normal;
	color: #999;
}

.first ul li p,
.another_ul ul li p {
	color: #282a6a;
	font-size: 14px;
	padding-bottom: 30px;
}

.another_ul {
	width: 100%;
	clear: both;
	overflow: hidden;
	margin-bottom: 40px;
}

.another_ul .big_img {
	float: left;
	width: 235px;
}

.another_ul ul {
	width: 705px;
	float: right;
}

.room li {
	float: left;
	background: #fff;
	margin-bottom: 40px;
	width: 100%;
}

.apply {
	clear: both;
	width: 940px;
	overflow: hidden;
	padding-bottom: 30px;
}

.apply .apply_sub {
	width: 200px;
	background: #252766;
	color: #fff;
	height: 45px;
	text-align: center;
	border: 1px solid #252766;
	margin: 0 auto;
	float: none;
	line-height: 45px;
	padding: 0;
}


/*head-drop*/

header {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 999;
	width: 100%;
	height: 120px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	transition: all 0.5s;
}

header a.logo {
	width: 298px;
	height: 46px;
	float: left;
	background: url(../css/logo.png) no-repeat;
	background-size: 100%;
	margin-top: 42px;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

header.b a.logo {
	float: left;
	background: url(../css/logo_b.png) no-repeat;
	background-size: 100%;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

header a.c {
	background: url(../css/logo_b.png) no-repeat;
	background-size: 100%;
	width: 270px;
	height: 46px;
	margin-top: 36px;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.main {
	transition: none;
}

.main_top {
	display: block;
	text-align: right;
	color: #fff;
	margin-top: 13px;
}


/* @media screen and (max-width: 1400px) {
	header a.logo {
		padding-left: 3.5%;
	}
}

header .main {
	padding: 0 18.5% 0 0;
}


@media screen and (max-width: 1400px) {
	header .main {
		padding-right: 3.5%;
	}
	header a.logo {
		padding-left: 3.5%;
	}
}
@media screen and (max-width: 1600px) {
	header .main {
		padding-right: 3.5%;
	}
	header a.logo {
		padding-left: 3.5%;
	}
}
@media screen and (max-width: 1700px) {
	header .main {
		padding-right: 3.5%;
	}
	header a.logo {
		padding-left: 3.5%;
	}
} */

header img,
header a,
header div,
header b,
header em,
header i,
header li,
header p,
header h3,
header span {
	transition: none
}


header .search {
	position: relative;
	overflow: hidden;
	height: 30px;
	float: right;
	margin-top: 30px;
	transition: all 0.36s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
header.c .search .in{
	background-image: url(../css/bg_btn01b.png);
	transition: all 0.36s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
header.c .search{
	margin-top: 22px;
	transition: all 0.36s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

header .search .in {
	position: relative;
	width: 34px;
	height: 30px;
	background: url(../css/bg_btn01.png) no-repeat center;
	cursor: pointer;
}


header .search a {
	display: inline-block;
	font: 12px/30px Arial;
	color: #fff;
}

header nav{
	float: right;
}

header nav li {
	float: left;
}

header nav li:hover .head-bot {
	z-index: 2;
}

header nav li a {
	position: relative;
	display: block;
	padding: 0 0;
	font-size: 14px;
	line-height: 26px;
	color: #fff;
	cursor: pointer;
	text-transform: uppercase;
}

header nav li a.tit {
	position: relative;
	display: inline-block;
	padding: 0 15px;
	font-size: 15px;
	line-height: 90px;
	color: #fff;
	cursor: pointer;
	text-transform: uppercase;
}

@media screen and (max-width: 1280px) {
	header nav li a.tit {
		padding: 0 12px;
	}
}

header nav li a.tit::before,
header nav li a.tit::after {
	content: "";
	display: inline-block;
	position: absolute;
	bottom: -1px;
	width: 0;
	height: 1px;
	background: #fff;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

header nav li a.tit::before {
	left: 50%;
}

header nav li a.tit::after {
	right: 50%;
}

header nav li a.tit:hover::before,
header nav li a.tit.cur::before {
	left: 20%;
	width: 30%;
}

header nav li a.tit:hover::after,
header nav li a.tit.cur::after {
	right: 20%;
	width: 30%;
}

@media screen and (max-width: 1280px) {
	header nav li:last-child a.tit {}
}

header.b {
	border-bottom-color: #f2f2f2;
	background: #fff !important;
}

header.b .in::before {
	background: #d2d2d2;
}

header.b .in {
	background-image: url(../css/bg_btn01b.png);
}

header.b a {
	color: #333;
}

header.b nav a.tit {
	position: relative;
	z-index: 2;
	color: #666;
	transition: all 0.5s;
}

header.b .main_top {
	z-index: 2;
	color: #666;
	transition: all 0.5s;
}

header.b nav a.tit:hover {
	color: #b51227;
}

header.c nav a.on {
	color: #b51227 !important;
}

header.c nav a.on::before,
header.c nav a.on::after {
	background: #b51227 !important;
}

header.c nav li a.on::before,
header.c nav li a.on.cur::before {
	left: 20%;
	width: 30%;
}


header.c nav li a.on::after,
header.c nav li a.tit.cur::after {
	right: 20%;
	width: 30%;
}

header.c nav a.tit {
	position: relative;
	z-index: 2;
	color: #666;
	line-height: 73px;
	transition: all 0.5s;
}

header.c .main_top {
	z-index: 2;
	color: #666;
	transition: all 0.5s;
	margin-top: 10px;
}

header.c nav a.tit:hover {
	color: #b51227;
}

header.b nav a.tit::before,
header.b nav a.tit::after {
	background: #b51227;
}


.head-bot {
	width: 100%;
	position: absolute;
	background: #f6f6f6;
	left: 0px;
	top: 120px;
	display: none;
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
}

.head-left {
    float: left;
    width: 74%;
    padding: 3.2% 3.2% 3.2% 0;
    text-align: left;
    box-sizing: border-box;
}

.head-name {
	display: inline-block;
	width: 100%;
	font-size: 20px;
	line-height: 42px;
	color: #000;
}

.head-left>.head-bar {
	margin-right: -25px;
	margin-left: -25px;
}

.head-left>.head-bar .col-xs-4 {
	width: 33.33333%;
	float: left;
	padding-left: 25px;
	padding-right: 25px;
	box-sizing: border-box;
}

.head-left>.head-bar .col-xs-4 h3 {
	margin: 0 0 15px;
	font-size: 18px;
	line-height: 18px;
}

.head-left>.head-bar .col-xs-4 img {
	margin: 5px 0;
}

.head-left>.head-bar .col-xs-4 p {
	font-size: 14px;
	line-height: 20px;
	margin: 12px 0;
}

.head-left>.head-bar .col-xs-4 .sr-only {
	color: #bb0327;
}

.head-left>.head-bar .col-xs-4 .sr-only i {
	width: 18px;
	background: url(../css/guide_arrow_red.png) no-repeat top;
	height: 10px;
	display: inline-grid;
	margin-left: 10px;
}

.head-left>.head-bar .col-xs-4 a {
	color: #666;
}

.head-left>.head-bar .col-xs-4 span i {
	width: 18px;
	background: url(../css/guide_arrow.png) no-repeat bottom;
	height: 10px;
	display: inline-grid;
	margin-left: 10px;
}

.head-left>.head-bar .col-xs-4 span:hover {
	border-bottom: 1px solid #bb0327;
	color: #bb0327;
}

.head-left>.head-bar .col-xs-4 span:hover i {
	background: url(../css/guide_arrow_red.png) no-repeat top;
}


.head-left>.head-bar .col-xs-4 .mega-thumb {
    display: block;
    border: none;
    position: relative;
    background: #b51227;
    overflow: hidden;
	position: relative;
	margin-bottom: 30px;
}
.head-left>.head-bar .col-xs-4 .mega-thumb img{
	width: 100%;
}
.head-left>.head-bar .col-xs-4:nth-child(n+4) .mega-thumb{
	margin-bottom: 0px;
}


.head-left>.head-bar .col-xs-4 .mega-thumb:before {
    display: block;
    content: "";
    background-image: url(../images/thumb-gradient.png);
    background-size: 100% 100%;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
	z-index: 1;
}

.head-left>.head-bar .col-xs-4 .mega-thumb img{
	margin: 0;
	-webkit-transition: all 0.36s ease-in-out;
	-moz-transition: all 36s ease-in-out;
	-ms-transition: all 0.36s ease-in-out;
	-o-transition: all 0.36s ease-in-out;
	transition: all 0.36s ease-in-out;
}
.head-left>.head-bar .col-xs-4 .mega-thumb .mega-thumb-tit{
	margin: 0px 20px;
	position: relative;
}
.head-left>.head-bar .col-xs-4 .mega-thumb .mega-thumb-tit h2{
    position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	height: 50px;
	line-height: 50px;
	border-top: 2px solid #b51227;
	font-size: 16px;
	width: 100%;
	z-index: 8;
}
.head-left>.head-bar .col-xs-4 .mega-thumb .overlay{
	 position: absolute;
	 z-index: 88;
	 top: -10%;
	 box-sizing: border-box;
	 padding:10px 20px;
	 color: #fff;
	 margin: 0;
	 opacity: 0;
    -webkit-transition: all 0.36s ease-in-out;
    -moz-transition: all 36s ease-in-out;
    -ms-transition: all 0.36s ease-in-out;
    -o-transition: all 0.36s ease-in-out;
    transition: all 0.36s ease-in-out;
	 
}
.head-left>.head-bar .col-xs-4 .mega-thumb .overlay p{
	margin: 15px 0 0px 0;
	
}
.head-left>.head-bar .col-xs-4 .mega-thumb:after {
    content: "";
    position: absolute;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: #b51227;
    -webkit-transition: all 0.36s ease-in-out;
    -moz-transition: all 36s ease-in-out;
    -ms-transition: all 0.36s ease-in-out;
    -o-transition: all 0.36s ease-in-out;
    transition: all 0.36s ease-in-out;
	z-index: 9;
}

.head-left>.head-bar .col-xs-4 .mega-thumb h2 i {
    width: 18px;
    background: url(../css/guide_arrow.png) top no-repeat;
    height: 10;
    float: right;
    margin-top: 22px;
}

.head-left>.head-bar .col-xs-4 .mega-thumb .find-out-more i {
    width: 18px;
    background: url(../css/guide_arrow.png) top no-repeat;
    height: 10;
	display: inline-block;
	margin-left: 20px;
}

.head-left>.head-bar .col-xs-4:hover .mega-thumb:after{
    top: 0;
}

.head-left>.head-bar .col-xs-4:hover .mega-thumb .overlay{
    top: 10px;
	opacity: 1;
    -webkit-transition: all 0.36s ease-in-out;
    -moz-transition: all 36s ease-in-out;
    -ms-transition: all 0.36s ease-in-out;
    -o-transition: all 0.36s ease-in-out;
    transition: all 0.36s ease-in-out;
}
.head-left>.head-bar .col-xs-4:hover .mega-thumb img{
    transform: scale(1.08);
	-webkit-transition: all 0.36s ease-in-out;
	-moz-transition: all 36s ease-in-out;
	-ms-transition: all 0.36s ease-in-out;
	-o-transition: all 0.36s ease-in-out;
	transition: all 0.36s ease-in-out;
}


@media all and (max-width:1440px) {
	.head-left>.head-bar .col-xs-4 {
		padding-left: 15px;
		padding-right: 15px;
	}

	.head-left>.head-bar {
		margin-right: -15px;
		margin-left: -15px;
	}
}



.head-left>.head-bar {
	margin-top: 25px;
}

.head-left>.head-bar>a:before {
	float: left;
	content: '';
	display: inline-block;
	padding: 15px 3px;
	background: url(../images/head_li.png) no-repeat center;
	margin-right: 5px;
}

.head-big-img {
	float: left;
	padding: 28px 8px 30px;
	width: 30%;
	box-sizing: border-box;
}

.head-big-img img {
	width: 100%;

}

.mega-right {
	width: 26%;
	height: 100%;
	padding: 40px;
	float: right;
	box-sizing: border-box;
	background: #313131;
	margin: 3.2% 0 3.2% 0;
}

.mega-right h3,
.mega-right p {
	color: #fff;
}

.mega-right h3 {
	margin: 20px 0 15px;
	font-size: 18px;
	line-height: 18px;
}

.mega-right p {
	font-size: 14px;
	line-height: 20px;
	margin: 12px 0;
}

.mega-right span {
	color: #848080;
}

.mega-right span i {
	width: 18px;
	background: url(../css/guide_arrow_red.png) no-repeat top;
	height: 10px;
	display: inline-grid;
	margin-left: 10px;
}

.mega-right span:hover {
	border-bottom: 1px solid #bb0327;
	color: #bb0327;
}

.mega-right span:hover i {
	background: url(../css/guide_arrow_red.png) no-repeat top;
}

.campus_show .container {
	position: relative;
}

.campus_show .campus_c {
	background: rgba(255, 255, 255, .9);
	padding: 60px 60px;
	width: 45%;
	overflow: hidden;
	position: absolute;
	top: 250px;
	left: 0;
	margin: 0;
}


.brand_bottom {
	position: relative;
	margin-top: 20px;

}

.brand_bottom .swiper-container {
	height: max-content;
}


.brand_bottom .swiper-slide {
	border-radius: 10px;
	overflow: hidden;
	float: left;
}

.brand_bottom .swiper-slide:hover img {
	transform: scale(1.05, 1.05);
}

.brand_prev,
.brand_next {
	width: 50px;
	height: 50px;
	position: absolute;
	top: 50%;
	border-radius: 50%;
	overflow: hidden;
	outline: none;
	cursor: pointer;
	margin-top: -32px;
}

.brand_prev {
	left: -78px;
	background: url(../css/ab_prv.png) no-repeat center #ccc;
}

.brand_next {
	right: -78px;
	background: url(../css/ab_next.png) center no-repeat #ccc;
}

.brand_next:hover,
.brand_prev:hover {
	opacity: 1;
	background-color: #b41227;
}

.campus_show_list {
	padding: 70px 0;
}

.campus_show_list .campus_tit h2 {
	font-size: 24px;
	margin-bottom: 25px;
}

.campus_show_list .campus_tit h2 i {
	display: block;
	width: 24px;
	height: 2px;
	background-color: #b41227;
	margin-top: 15px;
}








.search-back {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 888;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, .66);
	display: none;
}

.c .head-search{
	top: 101px;
}
.head-search {
	width: 100%;
	position: absolute;
	background: #fff;
	left: 0px;
	top: 121px;
	padding-bottom: 60px;
	padding-top: 50px;
	display: none;
}

.head-name1 {
	font-size: 16px;
	height: 20px;
	line-height: 20px;
	font-family: cinzel;
	text-align: center;
}

.head-name1:before,
.head-name1:after {
	content: '1';
	color: transparent;
	background: url(../img/search_tips.png) no-repeat center/contain;
	display: inline-block;
	width: 21px;
	height: 20px;
}

.head-name2 {
	font-size: 36px;
	text-align: center;
	text-transform: uppercase;
	font-family:timesbd;
	margin-bottom: 25px;

}

.head-input {
	width: 450px;
	margin: 0 auto;
	height: 42px;
}

.head-search-box {
	width: calc(100% - 0px);
	font-size: 20px;
	float: left;
	height: 42px;
	border-bottom: 1px solid #b51227;
	padding: 0;
	padding-left: 12px;
	margin: 0;
	box-sizing: border-box;
}

.head-search-btn {
	width: 20%;
	float: left;
	height: 42px;
	color: #fff;
	background-color: #b51227;
	text-align: center;
	line-height: 42px;
	cursor: pointer;
}

.head-search-close {
	position: absolute;
	bottom: -27px;
	height: 27px;
	width: 124px;
	left: 50%;
	margin-left: -62px;
	background: url(../css/search_close.png) no-repeat center/cover;
	cursor: pointer;
}

.arrow {
	position: absolute;
	left: 50%;
	bottom: 30px;
	width: 18px;
	height: 10px;
	background: url(../img/bg_arrow01.png) no-repeat center;
	margin-left: -9px;
	animation: down 1.5s linear infinite;
	opacity: 0;
	cursor: pointer;
}














/*悬浮窗*/

.sidebar {
	width: 71px;
	height: 211px;
	position: fixed;
	bottom: 100px;
	right: 0;
	z-index: 999;
}

.sidebar ul {
	background: #242424;
}

.sidebar ul li {
	width: 71px;
	height: 67px;
	background: #242424;
	margin: 5px 0;
	cursor: pointer;
	position: relative;
}

.sidebar ul li span {
	position: absolute;
	right: 60px;
	top: 0;
	background: #242424;
	color: #fff;
	padding: 10px;
	width: 96px;
	opacity: 0;
	transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	z-index: -1;
}

.sidebar ul li img {
	opacity: .5;
}

.sidebar ul li:hover,
.sidebar ul li.sidebar_active {
	background: #b41227;
}

.sidebar ul li:hover img {
	opacity: 1;
}

.sidebar ul li:hover span {
	right: 70px;
	opacity: 1;
	display: inline-block;
}

.sidebar ul li span.phone_number {
	width: 120px;
	height: 46px;
	line-height: 46px;
	text-align: center;
}

.sidebar ul li:hover span.phone_number {
	display: inline-block;
	width: 120px;
	height: 46px;
	line-height: 46px;
	text-align: center;
}

.bgf3 {
	background: #f3f3f3;
}

.left_menut {
	background: #fff;
	float: left;
	height: 164px;
	width: 1180px;
	margin-top: -50px;
	margin-bottom: 40px;
	position: relative;
	padding: 10px;
}

.left_menut:after {
	content: '';
	position: absolute;
	top: 10px;
	left: 10px;
	border: 1px solid #b41227;
	width: 1180px;
	height: 164px;
	transition: all .3s ease-out 0s;
}

.left_menuti {
	width: 108px;
	height: 108px;
	float: left;
	margin: 28px;
}

.left_menutc {
	width: 860px;
	height: 108px;
	float: left;
	margin-top: 40px;
}

.left_menutc h2 {
	font-size: 18px;
	color: #333;
	font-weight: normal;
	padding-bottom: 10px;
}

.left_menutc p {
	font-size: 14px;
	color: #5c5c5c;
	font-weight: normal;
	padding-bottom: 10px;
	line-height: 24px;
}

.room_titel {
	float: left;
	width: 496px;
}

.room_tite {
	float: left;
	padding: 40px;
}

.room_titel h2 {
	font-weight: normal;
	font-size: 24px;
	position: relative;
	padding-bottom: 20px;
	color: #333;
}

.room_titel h2:after {
	content: '';
	background: #b41227;
	position: absolute;
	width: 30px;
	height: 2px;
	left: 0;
	bottom: 0;
}

.room_titel p {
	font-weight: normal;
	font-size: 13px;
	color: #818181;
	margin-top: 20px;
	line-height: 22px;
}

.room_titel span {
	font-family: 'Helvetica';
	padding-left: 10px;
	font-size: 22px;
	text-transform: uppercase;
}

.room_list0 .room_titer {
	float: right;
	padding-top: 10px;
}

.room_list0 .room_tite {
	float: left;
	width: 1120px;
}

.room_list0 .room_titel {
	width: 800px;
}

.room_titer {
	padding-top: 40px;
	overflow: hidden;
	width: 95px;
	height: 95px;
}

.room_list1 .room_tite,
.room_list3 .room_tite {
	float: right;
}

.room_list1,
.room_list2,
.room_list3,
.room_list4 {
	height: 362px;
}

.next-page {
	position: absolute;
	margin-left: -35px;
	left: 50%;
	bottom: 30px;
	border: 1px solid rgba(255, 255, 255, 1);
	width: 40px;
	height: 40px;
	border-radius: 100%;
	z-index: 99;
	overflow: hidden;
}

.next-page span {
	font-size: 30px;
	animation: nextPage 1.5s linear infinite;
	-webkit-animation: nextPage 1.5s linear infinite;
}

.glyphicon {
	position: relative;
	top: 1px;
	display: inline-block;
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.glyphicon-chevron-down:before {
	content: '';
	background: url(../images/down_arrow.png) no-repeat center;
	background-size: 34px;
	width: 40px;
	height: 40px;
	position: relative;
	overflow: hidden;
	float: left;
	border: 0px solid rgba(255, 255, 255, .2);
	border-radius: 50%;
}

@keyframes nextPage {
	0% {
		top: -55px
	}

	100% {
		top: 30px;
	}
}

.room_menu {
	position: relative;
	float: left;
}

.menu_tite:after {
	content: '';
	position: absolute;
	top: 10px;
	left: 10px;
	border: 1px solid #b41227;
	width: 214px;
	height: calc(100% - 20px);
	transition: all .3s ease-out 0s;
}

.room_menu .menu_tite {
	padding-bottom: 22px;
	width: 236px;
	position: relative;
	top: -80px;
	padding-top: 30px !important;
	background: #fff;
	overflow: hidden;
	float: left;
}

.room_menu .menu_tite h3 {
	text-align: left;
	margin-left: 31px;
	font-weight: normal;
	font-size: 26px;
	padding-bottom: 14px;
	margin-top: 0px;
	width: 174px;
	margin-bottom: 14px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.16);
	letter-spacing: 1px;
	color: #333;
	float: left;
	overflow: hidden;
	position: relative;
}

.room_menu .menu_tite p {
	text-align: left;
	margin-left: 31px;
	font-weight: normal;
	font-size: 13px;
	margin-top: 0px;
	width: 174px;
	float: left;
	margin-bottom: 4px;
	color: #878787;
	overflow: hidden;
	text-transform: uppercase;
	font-family: "微软雅黑", 'myriadproregular';
}

.room_menu .menu_tite span {
	text-align: left;
	margin-left: 31px;
	font-weight: normal;
	font-size: 12px;
	line-height: 22px;
	float: left;
	width: 174px;
	margin-bottom: 18px;
	color: #929292;
	float: left;
}

.room_menu .menu_tite h3 i {
	background: #b41127;
	width: 23px;
	height: 3px;
	position: absolute;
	left: 0;
	bottom: 0;
}

.menu_f {
	width: 236px;
	height: 41px;
	color: #fff;
	text-align: center;
	position: relative;
	background: url(../images/menu_fbg.jpg) no-repeat;
	overflow: hidden;
	position: absolute;
	bottom: 38px;
}

.menu_f .details {
	color: #fff;
	transition: all 0.5s;
	position: relative;
	text-indent: 0px;
	line-height: 41px;
	display: block;
}

.menu_f .details:hover {
	color: #fff;
	text-indent: -25px;
	transition: all 0.5s;
}

.menu_f .details:hover b {
	opacity: 1;
	transition: all 0.5s;
	left: 156px;
}

.menu_f .details b {
	width: 14px;
	height: 8px;
	background: url(../images/arrow_r.png) no-repeat;
	position: absolute;
	left: 146px;
	top: 18px;
	opacity: 0;
	transition: all 0.5s;
}

.room_menu ul {
	margin-left: 30px;
	width: 190px;
	float: left;
	z-index: 9;
	position: relative;
	text-align: left;
}

.room_menu ul li {
	height: auto;
	position: relative;
	float: none;
	display: block;
	margin-top: 1px;
	margin-bottom: 1px;
	line-height: 40px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.05);
	padding-left: 15px;
	margin-right: 16px;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.room_menu ul li a {
	border: 0px;
	background: none;
	color: #666;
	font-size: 14px;
	position: relative;
	padding: 0;
	line-height: 40px;
	height: 40px;
	transition: 0.3s;
	transform-origin: bottom;
	margin-right: 4px;
	margin-bottom: 5px;
}

.room_menu ul li a:before {
	content: '';
	width: 190px;
	background-color: #b41227;
	height: 42px;
	background: transparent;
	left: -16px;
	position: absolute;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.room_menu ul li:hover {
	padding-left: 20px;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.room_menu ul li:hover {
	background-color: #eee;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.room_menu ul li:hover a {
	color: #333;
}

.room_menu ul li:last-child {
	border-bottom: none;
}

.room_menu ul .on {
	padding-left: 20px;
}

.room_menu ul .on {
	background-color: #eee;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.room_menu ul .on a {
	color: #333;
	margin-bottom: 4px;
}

.room_menu ul li:hover .menu_down {
	display: block;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.room_menu ul .on .menu_down {
	display: block;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.data {
	overflow: hidden;
}

.data .member {
	text-align: center;
	padding-right: 14%;
}

.data .work {
	text-align: center;
	padding-right: 14%;
}

.data .num {
	font-size: 60px;
	color: #bb0327;
	line-height: 1;
}



.data .num i {
	font-style: normal;
	font-family: 'timesbd';
	display: block;
	margin-bottom: 10px;
}

.data .num span {
	font-size: 16px;
	margin-left: 5px;
}

.area_list {
	width: 994px;
	margin-left: -54px;
}

.area_list li {
	float: left;
	background: #;
	margin-left: 54px;
	margin-bottom: 30px;
}

.area_list .area_listb h2 {
	font-weight: normal;
	padding-left: 14px;
	font-size: 20px;
	padding-top: 14px;
}

.area_list .area_listb p {
	padding-left: 14px;
	padding-top: 10px;
	color: #666;
}

.area_lista {
	width: 443px;
	height: 270px;
	overflow: hidden;
}

.area_list li:hover .area_lista img {
	transform: scale(1.05, 1.05);
}


/*加盟流程*/

.stepli ul li {
	height: 210px;
	overflow: hidden;
}

.stepli ul li {
	float: left;
	width: 30%;
	margin-right: 5%;
	margin-bottom: 5%;
	background-color: #fff;
	box-sizing: border-box;
	padding: 3%;
	position: relative;
	z-index: 1;
}

.stepli ul li:nth-child(3n) {
	margin-right: 0;
}

.stepli ul li em {
	display: block;
	width: 140px;
	height: 140px;
	position: absolute;
	right: 4%;
	top: 6%;
	z-index: -1;
}

.stepli ul li h2 {
	font-size: 24px;
	color: #b41227;
	line-height: 1;
	margin-bottom: 2%;
	font-weight: normal;
}

.stepli ul li h2 b {
	font-size: 72px;
	line-height: 1;
	color: #b41227;
	vertical-align: sub;
	font-family: "CENTURYGOTHIC-BOLD";
	margin-right: 5%;
}

.stepli ul li p {
	font-size: 14px;
	color: #666;
	line-height: 26px;
}

.formitem {
	min-height: 56px;
	font-size: 15px;
	overflow: hidden;
	position: relative;
	margin-bottom: 6px;
	right: 0;
}

.formitem:after {
	content: '';
	display: table;
	clear: both;
}

.formitem>.label {
	width: 100px;
	height: 56px;
	line-height: 56px;
	padding: 0 10px;
	position: absolute;
	left: 0;
	top: 0;
	background: #eee;
	color: #666;
}

.formitem>.container {
	width: 420px;
	min-height: 56px;
	overflow: hidden;
}

.formitem>.notice {
	width: 100%;
	line-height: 15px;
	font-size: 12px;
	color: #999;
	margin: 5px 0;
}

.container input {
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	padding: 0 18px !important;
}

.container input:hover,
.container textarea:hover {
	border: 1px solid #b5b5b5 !important;
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.container input:focus,
.container textarea:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #696969;
	border-color: #b41227 !important;
	background-color: #fff;
	outline: 0
}

.formitem>.container input[type="text"] {
	width: 400px;
	height: 56px;
	font-size: 15px;
	font-family: "microsoft yahei", arial;
	line-height: 56px;
	box-sizing: border-box;
	padding: 0 10px;
	border: 1px solid #eee;
	border-radius: 2px;
}

.formitem>.container input[type="password"] {
	width: 400px;
	height: 56px;
	font-size: 15px;
	font-family: "microsoft yahei", arial;
	line-height: 56px;
	box-sizing: border-box;
	border: 1px solid #eee;
	padding: 0 10px;
	border-radius: 2px;
}

.formitem>.container textarea {
	width: 820px;
	height: 80px;
	font-size: 15px;
	font-family: "microsoft yahei", arial;
	line-height: 56px;
	box-sizing: border-box;
	border: 1px solid #eee;
	padding: 0 18px;
	resize: none;
	border-radius: 2px;
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.formitem>input[type="submit"] {
	width: 400px;
	height: 56px;
	background: #026fcc;
	color: #fff;
	font-family: "microsoft yahei", arial;
	font-size: 16px;
	cursor: pointer;
	border: 1px solid #eee;
	border-radius: 2px;
	transition: all 0.5s;
}

.formitem>input[type="submit"]:hover {
	background: #b41227;
	transition: all 0.5s;
}

.Validform_checktip {
	margin-left: 0px;
	font-size: 13px;
	width: 100%;
	float: left;
	height: 17px;
	padding-top: 6px;
}

.Validform_right {
	color: #44b549;
}

.Validform_wrong {
	color: #026fcc;
}


/*加盟流程end*/

.jxs {
	width: 100%;
	height: 900px;
	z-index: 8;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.jxs .jxs_main {
	margin: 0 auto;
	height: 100%;
	width: 1200px;
	position: relative;
}

.bgwhite {
	background: #fff;
	position: absolute;
	top: 50%;
	right: 0;
	width: 366px;
	height: 360px;
	margin-top: -210px;
	background-color: #fff;
	padding: 40px 50px;
	box-sizing: border-box;
}

.bgwhite h2 {
	padding-bottom: 20px;
	font-weight: normal;
	border-bottom: 1px solid #eee;
	margin-bottom: 20px;
}

#wandou-dialog-pc>.btn>a.primary:hover {
	background: #575755 !important;
	color: #fff;
}

.apply_box {
	background: #f8f8f8;
	overflow: hidden;
	padding-left: 60px
}

.apply_box h3 {
	text-align: left;
	font-weight: normal;
	font-size: 24px;
	color: #666;
	line-height: 90px;
}

.apply_box img {
	float: right;
}

.apply_box form {
	float: left;
	width: 540px;
}

.menu_down .pro_menu i {
	float: right;
	margin-top: 14px;
	opacity: 0;
	transition: all ease-out .2s;
	display: inline-block;
	width: 12px;
	height: 12px;
	background: url(../images/subnav.png);
}

.area_top p {
	margin-top: 20px;
	line-height: 24px;
}

.area_top {
	margin-bottom: 40px;
}


/*服务*/

.service p,
.join_text p {
	color: #787878;
	line-height: 28px;
	font-size: 14px;
	padding-bottom: 10px;
}
.service strong{
	font-size: 18px;
	color: #333;
}
.service h2 {
	font-weight: normal;
	font-size: 18px;
}

.service .service_info {
	padding: 50px 50px;
	background: #f5f5f5;
	position: relative;
	margin: 50px 0;
	min-height: 139px;
}

.service .service_info em {
	display: block;
	background: url(service_icon.png);
	width: 87px;
	height: 19px;
	position: absolute;
	left: 60px;
	top: -18px;
	transition: all .3s ease-out 0s
}

.service .service_list {
	width: 100%;
	overflow: hidden;
}

.service .service_list li {
	background-color: #f7f7f7;
	color: #333;
	width: calc((100% - 140px)/8);
	height: 124px;
	float: left;
	margin-bottom: 40px;
	margin-right: 20px;
	cursor: pointer;
	position: relative;
	text-align: center;
	font-size: 14px;
	overflow: hidden;
}

.service .service_list li span {
	position: absolute;
	bottom: -0;
	left: 0;
	right: 0;
	margin: 0 auto;
	font-size: 36px;
	opacity: 0;
	color: #fff;
}



.service .service_list li:last-child {
	margin-right: 0;
}

.service .service_list li:hover,
.service .service_list .on {
	background-color: #b41227;
	color: #fff;
}

.service .service_list li:hover span,
.service .service_list .on span {
	opacity: .2;
	bottom: -18px;
}

.service i {
	display: block;
	background-repeat: no-repeat;
	background-image: url(../images/guide_icon.png);
	width: 38px;
	height: 38px;
	margin: 30px auto 10px;
	overflow: hidden;
}

#service_01 i {
	background-position: 0 0;
}

#service_02 i {
	background-position: -209px 0;
}

#service_03 i {
	background-position: -411px 0;
}

#service_04 i {
	background-position: -618px 0;
}

#service_05 i {
	background-position: -825px 0;
}

#service_06 i {
	background-position: -1030px 0;
}

#service_07 i {
	background-position: -1234px 0;
}

.service #service_01:hover i,
.service #service_01.on i {
	background-position: 0 -38px;
}

.service #service_02:hover i,
.service #service_02.on i {
	background-position: -209px -38px;
}

.service #service_03:hover i,
.service #service_03.on i {
	background-position: -411px -38px;
}

.service #service_04:hover i,
.service #service_04.on i {
	background-position: -618px -38px;
}

.service #service_05:hover i,
.service #service_05.on i {
	background-position: -825px -38px;
}

.service #service_06:hover i,
.service #service_06.on i {
	background-position: -1030px -38px;
}

.service #service_07:hover i,
.service #service_07.on i {
	background-position: -1234px -38px;
}




.service .bot_phone {
	border-top: 1px solid #d5d5d5;
	line-height: 80px;
	overflow: hidden;
	margin-top: 40px;
	font-size: 14px;
	color: #787878;
}

.service .bot_phone b {
	display: inline-block;
	font-family: arial;
	font-size: 32px;
	color: #b41227;
}





.oa_top .key_box {
	background: #fff;
	width: 100%;
	text-align: center;
	padding-bottom: 30px;
}



.oa_top .key_list_box {
	width: 100%;

}

.oa_top .key_list_box .in {
	margin: 0 auto;
	position: relative;

}

.oa_top .key_list_box .key_nav {
	position: relative;
	left: 0;
	width: 100%;
	right: 0;
	margin: 0 auto;
	height: 50px;
	background: #fff;

}

.oa_top .key_list_box .key_nav h2 {
	font-weight: normal;
	color: #333;
	margin-bottom: 30px;
}

.oa_top .key_list_box .key_nav li img {
	display: block;
	margin: 0 auto;
}

.oa_top .key_list_box .key_nav li a {
	color: #353535;
	float: left;
	border-bottom: 1px solid #eee;
	display: block;
	line-height: 50px;
	text-align: center;
	width: 33.333%;
}

.oa_top .key_list_box .key_nav li .on {
	color: #fff;
	border-bottom: 1px solid #c80e14;
	background: #c80e14;
}

.oa_top .key_list_con {
	margin-top: 50px;
	overflow: hidden;


}

.oa_top .key_list_con .item {
	display: none;
}

.oa_top .key_list_con .item li {
	float: left;
	width: calc(33.333% - 20px);
	display: block;

	margin-right: 20px;
}

.oa_top .key_list_con .item li a {
	line-height: 28px;
}

.oa_top .key_list_con .item li a:hover {
	text-decoration: underline;
	color: #c80e14;
}





.oa_top .key_list_box .key_nav1 {
	position: relative;
	left: 0;
	width: 100%;
	right: 0;
	margin: 0 auto;
	height: 50px;
	background: #fff;

}

.oa_top .key_list_box .key_nav1 h2 {
	font-weight: normal;
	color: #333;
	margin-bottom: 30px;
}

.oa_top .key_list_box .key_nav1 li img {
	display: block;
	margin: 0 auto;
}

.oa_top .key_list_box .key_nav1 li a {
	color: #353535;
	float: left;
	border-bottom: 1px solid #eee;
	display: block;
	line-height: 50px;
	text-align: center;
	width: 33.333%;
}

.oa_top .key_list_box .key_nav1 li .on {
	color: #fff;
	border-bottom: 1px solid #c80e14;
	background: #c80e14;
}

.oa_top .key_list_con1 {
	margin-top: 50px;
}

.oa_top .key_list_con1 .item {
	display: none;
}


.wp-q-list {
	width: 100%;
	height: auto;
}

.wp-q-list:after {
	content: '';
	display: table;
	clear: both;
}

.wp-q-list>.wp-q-item {
	width: 100%;
	min-height: 40px;
	float: left;
	margin-bottom: 8px;
	transition: all 0.3s;
	background: #fff;
	border: 1px solid #eee;
}

.wp-q-list>.wp-q-item>.wp-title {
	padding: 24px 30px;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	overflow: hidden;
	cursor: pointer;
}

.wp-q-list>.wp-q-item>.wp-content {
	padding: 0px 30px 0px 30px;
	height: 0;
	overflow: hidden;
	opacity: 0;
	font-size: 12px;
	line-height: 25px;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.wp-q-list>.wp-q-item.cursor {
	width: 100%;
	padding: 0;
	box-shadow: 2px 12px 25px rgba(0, 0, 0, 0.08);
}


.wp-q-list>.wp-q-item.cursor .wp-content {
	height: auto;
	background: #fff;
	padding: 0px 30px 30px 30px;
	font-size: 14px;
	color: #666;
	opacity: 1;
    transition: all 0.38s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.wp-q-list>.wp-q-item:hover{
	box-shadow: 2px 12px 25px rgba(0, 0, 0, 0.08);
}


/*服务*/

.man_c {
	margin-bottom: 40px;
}

.man_c p {
	padding-bottom: 60px;
	line-height: 26px;
	padding-right: 50px;
	font-size: 14px;
}

.man_c li {
	padding-bottom: 30px;
	float: left;
	margin-right: 100px;
}

.man_c li p {
	padding-bottom: 5px;
	padding-right: 0px;
	color: #666;
}

.man_c li h2 {
	padding-bottom: 14px;
	font-weight: normal;
	font-size: 18px;
}


/*视频*/


.school_list {
	width: 1224px;
	margin-left: -24px;
}

.school_list li {
	float: left;
	width: 384px;
	margin-left: 24px;
	margin-bottom: 24px;
	background: #fff;
}

.school_list li span {
	display: block;
	text-align: center;
	color: #666;
	line-height: 40px;
}


.school_list li .ex_news_img {
	width: 384px;
	height: 250px;
	overflow: hidden;
}

.school_list li .img_box {
	width: 384px;
	height: 250px;
	overflow: hidden;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.video_list li,
.video_list li .img_box,
.video_list li .ex_news_img,
.school_list li,
.school_list li .img_box,
.school_list li .ex_news_img {
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.video_list li:hover .img_box,
.school_list li:hover .img_box {
	transform: scale(1.1, 1.1);
}

.school_list li:hover span {
	color: #2076ac;
}

.mask_bg {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10000;
	display: none;
	background: #000;
	opacity: 0;
	-webkit-animation: maskShow cubic-bezier(0.68, -0.55, 0.27, 1.55) 1s forwards;
	-o-animation: maskShow cubic-bezier(0.68, -0.55, 0.27, 1.55) 1s forwards;
	-ms-animation: maskShow cubic-bezier(0.68, -0.55, 0.27, 1.55) 1s forwards;
	animation: maskShow cubic-bezier(0.68, -0.55, 0.27, 1.55) 1s forwards;
}

@-webkit-keyframes maskShow {
	from {
		opacity: 0;
	}

	to {
		opacity: 0.5;
	}
}

@-o-keyframes maskShow {
	from {
		opacity: 0;
	}

	to {
		opacity: 0.5;
	}
}

@-ms-keyframes maskShow {
	from {
		opacity: 0;
	}

	to {
		opacity: 0.5;
	}
}

@keyframes maskShow {
	from {
		opacity: 0;
	}

	to {
		opacity: 0.5;
	}
}

.video_show {
	width: 1000px;
	height: 680px;
	position: fixed;
	left: 50%;
	margin-left: -500px;
	top: -1000px;
	margin-top: -340px;
	opacity: 0;
	z-index: 10001;
	border-radius: 5px;
	display: none;
	-webkit-animation: introShow cubic-bezier(0.68, -0.55, 0.27, 1.55) 1.2s 0.5s forwards;
	-o-animation: introShow cubic-bezier(0.68, -0.55, 0.27, 1.55) 1.2s 0.5s forwards;
	-ms-animation: introShow cubic-bezier(0.68, -0.55, 0.27, 1.55) 1.2s 0.5s forwards;
	animation: introShow cubic-bezier(0.68, -0.55, 0.27, 1.55) 1.2s 0.5s forwards;
}

@-webkit-keyframes introShow {
	from {
		opacity: 0;
		top: -1000px;
	}

	to {
		opacity: 1;
		top: 50%;
	}
}

@-o-keyframes introShow {
	from {
		opacity: 0;
		top: -1000px;
	}

	to {
		opacity: 1;
		top: 50%;
	}
}

@-ms-keyframes introShow {
	from {
		opacity: 0;
		top: -1000px;
	}

	to {
		opacity: 1;
		top: 50%;
	}
}

@keyframes introShow {
	from {
		opacity: 0;
		top: -1000px;
	}

	to {
		opacity: 1;
		top: 50%;
	}
}

.video_show i {
	display: block;
	width: 40px;
	height: 40px;
	position: absolute;
	right: 10px;
	top: 10px;
	line-height: 40px;
	font-size: 20px;
	text-align: center;
	cursor: pointer;
	color: #fff;
	font-size: 22px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	font-weight: bold;
	background: url(closed.png);
	background-size: 100%;
}

.video_show i:hover {
	transform: rotate(90deg);
}

.video_show .content {
	width: 90%;
	margin: 20px 5%;
}

.video_show .content h2 {
	line-height: 50px;
	color: #4c321c;
}

.video_show .content .show_date {
	width: 100%;
	height: 25px;
	margin: 10px 0;
	background: #F9F9F9;
	line-height: 25px;
	color: #666;
	text-indent: 2em;
}

.video_show .content .show_intro {
	width: 100%;
	text-align: left;
	font-size: 14px;
	height: 500px;
}

.video_show iframe {
	width: 100%;
	height: 500px;
}


/*视频*/

.prolist_cimg {
	height: 250px;
	overflow: hidden;
}





.l-leftnav {
	margin-bottom: 30px;
	float: left;
}

.l-leftnav .left-back {
	font-size: 11px;
	line-height: 18px;
	margin-bottom: 5px;
	display: block;
	border: none;
	color: #293342;
	padding-left: 15px
}

.l-leftnav .left-back span {
	display: block;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 20px;
	line-height: 20px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	position: relative
}

.l-leftnav .left-back span:before {
	content: "";
	color: #b51227;
	position: absolute;
	top: 6px;
	left: -15px;
	width: 5px;
	height: 10px;
	overflow: hidden;
	background: url(../css/arrow_left.png) no-repeat left top;
}

.l-leftnav .left-back:hover span,
.l-leftnav .left-back:focus span {
	color: #b51227
}

.l-leftnav ul li {
	padding: 0 !important;
	margin: 0 !important;
	border-top: 1px solid #d4d4d4;
	position: relative
}

.l-leftnav ul li:first-of-type {
	border-top: none
}

.l-leftnav ul li:before {
	display: none !important
}

.l-leftnav ul li.hasChildren:after {
	font-family: "icomoon";
	content: "+";
	color: #293342;
	position: absolute;
	top: 50%;
	right: 15px;
	height: 24px;
	margin-top: -12px;
	font-size: 22px;
	font-size: 2.2rem;
	line-height: 22px;
	z-index: -1
}

.l-leftnav ul li.hasChildren ul {
	margin-top: 0px;
	border-top: none;
	border-bottom: none
}

.l-leftnav ul li a {
	color: #293342;
	font-weight: 500;
	border: none;
	display: block;
	padding: 15px 30px 15px 15px;
	font-size: 16px;
	line-height: 19px
}

.l-leftnav ul li a:hover,
.l-leftnav ul li a.active {
	color: #b51227
}

.l-leftnav ul li.active {
	border-left: 1px solid #d4d4d4;
	border-right: 1px solid #d4d4d4
}

.l-leftnav ul li.active:after {
	display: none
}

.l-leftnav ul li.active a {
	color: #b51227
}

.l-leftnav ul li.active ul {
	background: #f3f4f5
}

.l-leftnav ul li.active ul li {
	border-top: 1px solid #d4d4d4 !important
}

.l-leftnav ul li.active ul li:after {
	display: none
}

.l-leftnav ul li.active ul li a {
	margin-left: 15px;
	color: #293342;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 15px
}

.l-leftnav ul li.active ul li a:hover,
.l-leftnav ul li.active ul li a.active {
	color: #b51227
}

.l-leftnav ul li.active ul li ul li a {
	margin-left: 40px
}

@media (min-width:992px) {
	.l-leftnav {
		width: 25%;
		margin-bottom: 0px
	}

	.l-leftnav ul {
		display: block !important;
		margin-top: 20px;
		border-top: 1px solid #d4d4d4;
		border-bottom: 1px solid #d4d4d4
	}
}

.l-rightcon {
    width: 75%;
	float: left;
	box-sizing: border-box;
	padding: 0 50px;
}
.l-rightcon .l-rightcon-t{
	border-bottom: 1px solid #d4d4d4;
	padding-bottom: 25px;
	overflow: hidden;
	margin-bottom: 25px;
}

.l-rightcon .l-rightcon-t a{
	background: #b51227;
	height: 56px;
	line-height: 56px;
	display: table;
	min-width: 180px;
	text-align: center;
	margin-bottom: 45px;
	padding: 0 20px;
	color: #fff;
	
}
.l-rightcon .l-rightcon-t a:hover{
	background: #333;	
}
.l-rightcon .l-rightcon-t h2{
	border-bottom: 2px solid #b51227;
	font-size: 24px;
	float: left;
	margin-bottom: 25px;
	padding-bottom: 5px;
}

.l-rightcon .l-rightcon-t h3{
	font-size: 20px;
	font-weight: normal;
}
.l-rightcon .l-rightcon-t p{
	font-size: 16px;
	line-height: 24px;
	color: #666;
	margin-bottom: 15px;
	overflow: hidden;
	display: block;
	width: 100%;
}
.l-rightcon .l-rightcon-t .preamble{
    font-size: 18px;
    line-height: 30px;
}
.l-rightcon .l-rightcon-t.history img{
	padding-left: 30px;
}
.rightcon-list{ width: 100%; float: left;}
.rightcon-list li{width: 48%; float: left; margin-right: 4%; }

.rightcon-list li:nth-child(2n) {
    margin-right: 0;
}

.rightcon-list li h3{
	font-size: 20px;
	margin-bottom: 15px;
	margin-top: 15px;
}
.accommoda-list{margin-bottom: 30px;}
.accommoda-list li{
	position: relative;
	padding-left: 15px;
	font-size: 16px;
	line-height: 26px;
	margin-bottom: 8px;
	margin-left: 15px;
	
}
.accommoda-list li:before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -ms-border-radius: 8px;
    background: #b51227;
    position: absolute;
    top: 50%;
    left: 0;
	margin-top: -4px;
}

.l-rightcon .l-rightcon-t .no-bullets li{ float: left; margin-right: 10px;}

.l-rightcon .l-rightcon-t .no-bullets li a{
	display: block;
	margin-bottom: 20px;
}



.listWrap {
	float: left;
	width: 440px;
	padding-right: 50px;
	box-sizing: border-box;
	padding-top: 80px;
	padding-right: 80px;
}

.postContent {
	float: right;
	width: calc(100% - 440px);
	padding-top: 80px;
	margin-bottom: 40px;
}


.pro_left {
	float: left;
	width: 100%;
	background: #fff;
	overflow: hidden;
	border: 1px solid #eee;
}

.pro_right .pro_video {
	display: block;
	width: 120px;
	height: 40px;
	background: #555;
	text-align: center;
	cursor: pointer;
	line-height: 40px;
	color: #fff;
	font-size: 14px;
	border-radius: 30px;
}

.pro_right {
	float: right;
	width: 100%;
	overflow: hidden;
	padding-top: 30px;
	position: relative;
	padding-bottom: 30px;
}

.pro_right p {
	font-size: 14px;
	color: #999;
	line-height: 1;
}

.pro_right h2 {
	font-size: 24px;
	font-weight: bold;
	color: #333;
	line-height: 1;
	padding-bottom: 3%;
}

.pro_right h3 {
	font-weight: normal;
	color: #666;
}

.news_showc p {
    float: left;
    width: 100%;
    padding-bottom: 10px;
	line-height: 22px;
	font-size: 14px;
}

.alumni {
    background-image: url(../images/alumni.jpg);
    height: 1002px;
    background-repeat: no-repeat;
    background-position: center;
}

 .content_list .item_block .item_img {
    display: block;
}
 .content_list .item_block .item_box {
    position: relative;
}
 .content_list .item_block .item_box img {
    width: 100%;
    height: auto;
    transition: all ease-out 0.3s 0.1s;
    float: none;
    box-sizing: border-box;
    opacity: 0.8;
}


 .content_list .item_block {
    transition: all 0.36s ease;
    width: calc(100% / 6 - 15px);
    margin-right: 15px;
    height: auto;
    float: left;
    margin-bottom: 20px;
    position: relative;
    box-shadow: 0 0 0px rgba(0, 0, 0, 0.15);
}

.content_list .item_block .item_wrapper .item_info .title {
    font-size: 13px;
    line-height: 36px;
    color: #999;
    text-align: center;
}
.content_list .item_block .item_box:after {
    content: "";
    border: 1px solid rgba(170, 170, 170, 0.2);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.content_list .item_block .item_box:hover {
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
}

.exalumni_c{
	position: absolute;
	right: 230px;
	top: 300px;
	width:350px;
	color: #fff;
	text-align: left;
}


.exalumni_c h3{
	color: #fff;
	font-size: 35px;
	margin-bottom: 10px;
}
.exalumni_c h4{
	color: #fff;
	font-size: 20px;
	font-weight:normal;
	border-bottom: 1px solid #fff;
	padding-bottom: 5px;
	margin-bottom: 30px;
}


.exalumni_c p{
	color: #fff;
	font-size: 14px;
	
}
.exalumni_c p strong{
	font-size: 16px;
	margin-bottom: 10px;
	display: block;
}



.living_bg{
	background: url(../images/escape-the-city.jpg) no-repeat center;
	background-size: cover;
	height: 600px;
	position: relative;
}

.living_bg .living_text{
	width: 550px;
	color: #fff;
	margin-bottom: 20px;
	position: relative;
	z-index: 99;
}
.living_bg .living_text  h2{
    line-height: 55px;
    margin-bottom: 25px;
	font-size: 30px;
}
.living_bg .living_text p{
    line-height: 25px;
    margin-bottom: 25px;
	font-size: 15px;
}
.living_bg .living_text  h2 span{
	padding-bottom: 5px;
border-bottom: 2px solid #d8033c;
}
.living_bg:after {
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,0.3);
    z-index: 0;
}




.living_bg .no-bullets  {
	width: 555px;
	float: left;
	display: block;
	overflow: hidden;
	position: relative;
	z-index: 99;
}

.living_bg .no-bullets li {
	float: left;
	width: 260px;
	margin-right: 30px;
	height: 58px;
	line-height: 58px;
	border-bottom: 1px solid rgba(255,255,255,.3);
	position: relative;
	overflow: hidden;
	padding: 0 20px;
	box-sizing: border-box;
	
}
.living_bg .no-bullets li a{
	color: #fff;
}
.living_bg .no-bullets li:nth-child(2n) {
	margin-right: 0
}

.living_bg .no-bullets li i {
	width: 18px;
	background: url(../css/guide_arrow.png) bottom no-repeat;
	height: 10;
	float: right;
	margin-top: 22px;
}

.living_bg .no-bullets li span {
	font-size: 40px;
	font-family: 'gotham-medium-webfont';
	position: absolute;
	top: 0px;
	left: 15px;
	opacity: 0;
	color: #fff;
}

.living_bg .no-bullets li:hover {
	background: #e61f32;
	color: #fff;
	padding: 0 20px 0 30px;
}
.living_bg .no-bullets li:hover i {
	background: url(../css/guide_arrow.png) top no-repeat;
}

.living_bg .no-bullets li:hover span {
	opacity: .3;
	top: -15px;

}


.ai-wrap {
	background: linear-gradient(#FFFFFF 60%, #aea4e8);
	padding: 20px;
	border-radius: 10px;
	overflow: hidden;
	position: fixed;
	z-index: 10001;
	right: 0;
	bottom: 20px;
	width: 400px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	transform: translateX(120%);
	transition: all 0.5s;
}

.ai-wrap-show {
	transform: translateX(0);
}

.ai-textarea {
	border: 1px solid #aea4e8;
	border-radius: 10px;
	overflow: hidden;
	background: #ffffff;
	padding: 10px;
}

.ai-textarea-buttons {
	height: 40px;
	padding: 0 10px;
	line-height: 40px;
	display: flex;
}

.ai-textarea-flex {
	flex: 1;
	font-size: 12px; color: #aea4e8; line-height: 40px;
}

.ai-textarea-submit {
	border-radius: 10px;
	background: #aea4e8;
	color: #FFFFFF;
	cursor: pointer;
}

.ai-textarea textarea {
	width: 100%;
	height: 60px;
	box-sizing: border-box;
	padding-bottom: 10px;
	line-height: 25px;
	font-size: 16px;
	resize: none;
	font-family: "microsoft yahei", serif;
}

.ai-name-close {
	height: 24px;
	line-height: 24px;
	display: flex;
	padding-bottom: 20px;
	border-bottom: 1px solid #f2f2f2;
	margin-bottom: 20px;
}

.ai-name {
	flex: 1;
	font-size: 20px;
}

.ai-close {
	width: 24px;
	height: 24px;
	text-align: center;
	line-height: 24px;
	cursor: pointer;
}

.ai-message {
	width: 400px;
	height: 400px;
	overflow-x: hidden;
	overflow-y: auto;
	margin-bottom: 20px;
}

.ai-message:after {
	content: '';
	display: table;
	clear: both;
}

.ai-message-item {
	padding-bottom: 20px;
	display: flex;
}
.ai-message-item:after { content: ''; display: table; clear: both; }
.ai-message-item-image { width: 40px; height: 40px; border-radius: 40px; background: #ffffff url("../images/AI.png") no-repeat center; background-size: cover; margin-right: 10px; }
.ai-message-item-content { width: calc(100% - 80px); background: #ffffff; border-radius: 0 10px 10px 10px; box-shadow: 1px 1px 5px rgba(0,0,0,0.3); padding: 10px; line-height: 1.5; font-size: 16px; border: 1px solid rgba(108, 108, 108, 0.1); white-space: pre-wrap; }

.ai-header { position: fixed; z-index: 10000; width: 500px; height: 30px; line-height: 30px; padding: 10px; background: #ffffff; border-radius: 50px; top: 5px; left: 50%; margin-left: -250px; overflow: hidden; display: flex; cursor: pointer; box-shadow: 0 0 1px rgba(148, 148, 148, 0.5); transition: all 0.5s; }
.ai-header-hide { top: 100%; left: 100%; opacity: 0; width: 76px; }
.ai-header-image { width: 30px; height: 30px; }
.ai-header-image img { width: 30px; height: 30px; }
.ai-header-title { flex: 1; text-align: center; color: #aea4e8; font-size: 16px; line-height: 30px; overflow: hidden; }
.ai-header-input { flex: 1; padding: 0 10px; }

.ai {
	position: fixed;
	z-index: 1000;
	right: -171px;
	bottom: 20px;
	height: 76px;
	background: #28176d;
	overflow: hidden;
	transition: right 0.5s;
}
.ai-show  { right: 0; }

.ai-hide {
	transform: translateX(120%);
}

.ai:hover {
	right: 0;
}

.ai:after {
	content: '';
	display: block;
	clear: both;
}

.ai img {
	width: 38px;
	height: 38px;
	margin: 19px;
	float: left;
}

.ai-title {
	overflow: hidden;
	float: left;
	transition: all 0.5s;
	line-height: 76px;
	font-size: 24px;
	color: #FFFFFF;
	cursor: pointer;
	padding-right: 19px;
}





