/*走进微赢详情*/
.d_wrap {
	overflow: hidden;
	margin: 120px 0 0;
}

.d_content {
	width: 1250px;
	margin: 30px auto 0;
}

.d_left {
	float: left;
	width: 255px;
}

.d_left:first-child div {
	position: relative;
	width: 100%;
}

.d_nav img {
	display: inline-block;
	width: 7px !important;
	height: 5px !important;
	float: right;
	margin: 22px 20px 0 0;
}

.d_left>div:first-child img {
	width: 100%;
}

.d_left>div:first-child p {
	width: 100%;
	height: 50px;
	position: absolute;
	bottom: 0;
	background: rgba(0, 0, 0, 0.5);
}

.d_left:first-child div p span {
	color: #FFFFFF;
	width: 100%;
	display: inline-block;
	text-align: center;
	margin: 15px 0 0;
	font-size: 16px;
}

.d_nav {
	padding: 15px 0;
	background: #FFFFFF;
}

.d_nav a {
	display: inline-block;
	color: #000000;
	width: 100%;
	font-size: 13px;
	font-family: "Verdana";
	padding-left: 10px;
}

.d_nav li {
	width: 100%;
	display: block;
	box-sizing: border-box;
	text-align: left;
	line-height: 50px;
	border-bottom: 0.5px dashed #d6d6d6;
}

.mod p:nth-child(2) {
	font-size: 13px;
	padding: 10px 5px;
	box-sizing: border-box;
	letter-spacing: 2px;
}

.mod p:nth-child(1) {
	font-size: 18px;
	color:rgba(160, 0, 8, .9);
	font-weight: bold;
	text-align: center;
	border: 1px solid #ccc;
	border-bottom: 1px dashed #CCC;
	padding:15px 5px;
}

.d_right {
	float: left;
	margin-left: 40px;
	width: 76%;

}
.d_head{
	height: 30px;
	border-bottom: 1px solid #d6d6d6;
}

.d_head .l {
	font-size: 18px;
	height: 100%;
}

.d_head b {
	padding-bottom: 4px;
	width: 75px;
	border-bottom: 2px solid rgb(160, 0, 8);
}

.d_head .r a {
	margin: 0 5px;
}

/*视屏*/

.box {
	position: relative;
	cursor: pointer;
}

.box img {
	position: relative;
	cursor: pointer;
}

.m {
	width: 1100px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	padding: 180px 0;
}

.video_box {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.9);
	z-index: 10000;
	display: none;
}

.close {
	width: 50px;
	height: 50px;
	background: url(../image/close.png) no-repeat;
	position: absolute;
	top: 197px;
	right: 22%;
	cursor: pointer;
	z-index: 1000000;
}

@media only screen and (min-width: 1600px) and (max-width:1700px) {
	.close {
		right: 20%;
	}
}

@media only screen and (min-width: 1500px) and (max-width:1600px) {
	.close {
		right: 15%;
	}
}

@media only screen and (min-width: 1400px) and (max-width:1500px) {
	.close {
		right: 14%;
	}
}

@media only screen and (min-width: 1200px) and (max-width:1400px) {
	.close {
		right: 10%;
	}
}

video {
	font-size: 30px;
	text-align: center;
	line-height: 200px;
	box-sizing: border-box;
}
.details{
	margin-top: 25px;
	position: relative;
	overflow: hidden;
}
.details p{
	width: 100%;
	font-size:16px;
	margin:10px 0;
	letter-spacing: 4px;
	line-height:25px;
}
.article{
	margin-top:15px;
}
/*.d_nav li:hover{
	background: rgba(160, 0, 8,0.9);
}*/
.d_active{
	color: #FFFFFF !important;
	background: rgba(160, 0, 8,0.9);
}
.d_nav  li ul{
	display: none;
}
.select1 li:hover{
	background:rgba(160, 0, 8,0.9);
}
.select1 li a:hover{
	color:#FFFFFF;
}
/*骨干详情*/
panel {
	width: 1200px;
	margin: auto;
	background-repeat: no-repeat;
}

.panel.content>* {
	margin-bottom: 40px;
	/*padding-left: 15px;*/
}

.gesso {
	border-radius: 5px;
}
.gnw{margin-top:60px;}
.gnw li{
	display: inline-block;
	width: 200px;
	height: 200px;
	padding-top:60px;
	line-height: 200px;
	border-radius:50%;
	border: 1px solid #c5c5c5;
	}
.teach{
	font-size:21px !important;
	letter-spacing:1 !important;
}
.details .gnw .button .teach_name{font-size:13px !important;color:#d0190e;letter-spacing:1 !important;}
.gnw span{display: inline-block; width: 50px;height: 50px; background: url(../image/sz3.png); background-size: 100%;margin: 0 40px;}

/* Nested Frames END */
/* Basic theme color usages START */
svg .stroke-alterable {
	stroke: #FFBA00;
}


a {
	color: #3e3e3e;
}

.clear {
	clear: both;
	display: block;
	height: 0;
	line-height: 0;
	overflow: hidden;
}

.content .title{
	font-weight: bold;
	font-size: 20px;
	text-align: left;
	line-height: 45px;
	border-bottom: dashed 1px #d9d9d9;
	padding-top: 10px;
}

/*骨干二*/

.button {
	border: none;
	background: none;
	color: inherit;
	vertical-align: middle;
	position: relative;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	transition: 1s;
}
.button:hover .teach_name{
	color: #FFFFFF !important;
}

.button--moema {
	padding: 1.5em 3em;
	border-radius: 50px;
	-webkit-transition: background-color 0.3s, color 0.3s;
	transition: background-color 0.3s, color 0.3s;
}
.button--moema.button--inverted {
	background: #ECEFF1;
	color: #37474f;
}
.button--moema::before {
	content: '';
	position: absolute;
	top: -20px;
	left: -20px;
	bottom: -20px;
	right: -20px;
	background: inherit;
	border-radius: 50px;
	z-index: -1;
	opacity: 0.4;
	-webkit-transform: scale3d(0.8, 0.5, 1);
	transform: scale3d(0.8, 0.5, 1);
}
.button--moema:hover {
	-webkit-transition: background-color 0.1s 0.3s, color 0.1s 0.3s;
	transition: background-color 0.1s 0.3s, color 0.1s 0.3s;
	color: #ECEFF1;
	background-color:rgb(160,0,8);
	-webkit-animation: anim-moema-1 0.3s forwards;
	animation: anim-moema-1 0.3s forwards;
}
.button--moema.button--inverted:hover {
	color: #ECEFF1;
	background-color: #7986cb;
}
.button--moema:hover::before {
	-webkit-animation: anim-moema-2 0.3s 0.3s forwards;
	animation: anim-moema-2 0.3s 0.3s forwards;
}
@-webkit-keyframes anim-moema-1 {
	60% {
		-webkit-transform: scale3d(0.8, 0.8, 1);
		transform: scale3d(0.8, 0.8, 1);
	}
	85% {
		-webkit-transform: scale3d(1.1, 1.1, 1);
		transform: scale3d(1.1, 1.1, 1);
	}
	100% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}
@keyframes anim-moema-1 {
	60% {
		-webkit-transform: scale3d(0.8, 0.8, 1);
		transform: scale3d(0.8, 0.8, 1);
	}
	85% {
		-webkit-transform: scale3d(1.1, 1.1, 1);
		transform: scale3d(1.1, 1.1, 1);
	}
	100% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}
@-webkit-keyframes anim-moema-2 {
	to {
		opacity: 0;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}
@keyframes anim-moema-2 {
	to {
		opacity: 0;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}
.button a{
	display: inline-block;
	width: 100%;
	height: 100%;
	color: #FFFFFF !important;
	text-decoration: none !important;
}



.vieww img{
	position: absolute;
	left: -200px;
}
.gnw img{
	width:150%;
	position: absolute;
	left: -235px;
}
.vieww { width:100%; height:390px; overflow: hidden; position: relative;cursor: default; }
.vieww .mask, .vieww .content { width:100%; height:415px; position: absolute; overflow: hidden; top: 0px;}
.vieww img { display: block; position: relative; }
.vieww a.info {display: inline-block; text-decoration: none; padding: 0px; text-indent: -9999px; width: 100%; height:215px;}
.third-effect .mask { opacity: 0; overflow: visible; border:1000px solid rgba(0, 0, 0, 0.7); box-sizing: border-box; transition: all 0.4s ease-in-out 0s; }
.third-effect a.info { position: relative; opacity: 0; transition: opacity 0.5s ease-in-out 0s; }
.third-effect:hover .mask { opacity: 1; border:70px solid rgba(0, 0, 0, 0.7); }
.third-effect:hover a.info { opacity: 1; transition-delay: 0.3s; }

.viewwe { width:235px; height:235px; overflow: hidden; position: relative;cursor: default; }
.viewwe .mask, .viewwe .content { width:235px; height:235px; position: absolute; overflow: hidden; top: 0px;}
.viewwe img { display: block; position: relative;max-width:100%;height:auto; }
.viewwe a.info {text-decoration: none; padding: 0px; width:235px; height:235px;}
.third-effectt .mask { opacity: 0; overflow: visible; border:150px solid rgba(0, 0, 0, 0.7); box-sizing: border-box; transition: all 0.4s ease-in-out 0s; }
.third-effectt a.info { position: relative; opacity: 0; transition: opacity 0.5s ease-in-out 0s; }
.third-effectt:hover .mask { opacity: 1; border:30px solid rgba(0, 0, 0, 0.7); }
.third-effectt:hover a.info { opacity: 1; transition-delay: 0.3s; }
.tbody{width: 950px !important;}
.other{padding-top:45px;padding-left:75px;background: #FFFFFF; overflow: hidden;}
.other ul{float: left;margin-right:48px;}
.s_tit{
	width: 100%;
	height:80px;
	line-height:85px;
	text-align: center;
	margin-top:35px;
	background: #000000;
	color:gray;
	font-size:25px;
	font-weight: bold;
	letter-spacing: 3px;
	}
.explain{margin-top:10px;}
.explain b{padding-bottom: 5px;}

/*荣誉*/
.intro_l{
	width: 650px;
	font-size: 18px;
	line-height:35px;
	text-indent:30px;
}
.intro_head{
	margin-top: 20px;
	overflow: hidden;
}
.wrap{
	width: 950px;
	height: 250px;
	position: relative;
	overflow: hidden;
	margin-top: 30px;
}

.wrap ul{
	overflow: hidden;
	position:absolute;
	width: 1600px;
	left: 0;
	top: 0;
	_height:1px;
}
.wrap ul li{
	float: left;
	width: 200px;
	height:250px;
	cursor: pointer;
	position: relative;
}
.wrap ul li span{
	float: left;
	color: red;
	font-size:16px;
	width: 200px;
	cursor: pointer;
	position:absolute;
	bottom: 0px;
	text-align: center;
}
.wrap ul li img{
	width: 100%;
}
.foreign{
	width: 100%;
	/*height: 30px;*/
	margin-top:30px;
	position: relative;

} 

.foreign_head span:first-child{
	display: inline-block;
	width: 6px;
	height: 25px;
	background: rgb(160,8,0);
}
.foreign_head span:nth-child(2){
	font-size:15px;
	display: inline-block;
	margin-bottom: 10px;
	position: absolute;
	left:20px;
	top:4px;
	font-weight: bold;
}
.listed_head span:first-child{
	display: inline-block;
	width: 6px;
	height: 25px;
	background: rgb(160,8,0);
}
.listed_head span:nth-child(2){
	font-size:15px;
	display: inline-block;
	margin-bottom: 10px;
	position: absolute;
	left:20px;
	top:13px;
	font-weight: bold;
}

.listed_head{
	width: 100%;
	height: 30px;
	margin:30px 0 0 0;	
}

.listed_content{
	width: 100%;
	height:250px;
	margin:40px 0 0 40px;	
}

.listed_content li{
	float: left;
	display: inline-block;
	width:200px;
	height:215px;
	margin-right: 15px;
}
.listed_content li img{
	width: 100%;
}


.foreign_content{
	width: 100%;
	height:235px;
	margin:40px 0 0 40px;	
}

.foreign_content li{
	float: left;
	display: inline-block;
	width:200px;
	height:215px;
	margin-right: 15px;
}
.foreign_content li img{
	width: 100%;
}
.details li{
	cursor: pointer;
	
}
.box-hover-modal {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	width: 200px;
	height: 200px;
	position: relative;
	background: #aaa;
	overflow: hidden;
}
.box-hover-modal-con {
	width: 100%;
	height: 100%;
}
.box-hover-modal-m {
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: crimson;
}
.listed_head span:nth-child(2){
	font-size:15px;
	display: inline-block;
	margin-bottom: 10px;
	position: absolute;
	left:20px;
	top:13px;
	font-weight: bold;
}
/*新闻详情*/
.detail_title h3{
	padding:45px;
	border-bottom: 1px solid gray;
	font-size:22px;
	color: rgba(180,8,0,.8);
}
.detail_title hr{
	width:45%;
	background:rgb(160,8,0);
	height:2px;
	border: none;
	outline: none;
	margin: 0 auto;
	margin-bottom: 20px;
	position: relative;
	bottom:1px;
}
.detail_content{
	width: 100%;
	padding: 20px 0;
}
.detail_title{
	text-align: center;
}
.detail_wrap{
	width: 100%;
	padding: 20px;
	margin-top:20px;
	border: 0.5px dashed rgba(180,8,0,0.3);
}
.detail_wrap p img{
	display: block;
	max-width: 100%;
	margin: 20px auto;
}
.detail_wrap p{
	text-indent:30px;
	font-size: 16px;
	line-height:25px;
	margin:20px 0;
} 
.detail_wrap p:first-child{
	margin:0;
}
.location{
	float:left !important;
}
.detail_title p span{
	margin-right:20px;
}
.shower{
	padding: 15px 30px;
	margin-top: 50px;
	height: 100px;
	}
.help p{
	font-size: 12px;
}	
.social-share .icon-wechat .wechat-qrcode .qrcode{
	margin:2px auto !important;
}
	.social-share{
		margin-left: 60px;
	}
	.icon-wechat{
		background: url(../image/weix.jpg) !important;
		background-size: cover !important;
	}
	.social-share .icon-wechat:before{
		content: '' !important;
	}
	.social-share .social-share-icon{
		border:none !important;
	}
		.icon-weibo{
		background: url(../image/xl.png) !important;
		background-size: cover !important;
	}
	.social-share .icon-weibo:before{
		content: '' !important;
	}
	.icon-douban{
		background: url(../image/db.jpg) !important;
		background-size: cover !important;
	}
	.social-share .icon-douban:before{
		content: '' !important;
	}
	.icon-qq{
		background: url(../image/qq.jpg) !important;
		background-size: cover !important;
	}
	.social-share .icon-qq:before{
		content: '' !important;
	}
	.brand_c{
		padding:0 0 40px;
	}
	
	
/*商学院*/
	.buss_right{
		background: #ffffff;
	}
	.buss_intro{
		height:290px;
		padding: 0 25px;
	}
	.buss_intro img{
		max-width:350px;
		height: auto;
		vertical-align: bottom;
	}
.buss_intro_text{
	width: 500px;
}
.buss_intro_text p{
	text-align:left;
}
.buss_intro_hum{
	margin-top:60px;
	
	}
.buss_intro_hum li{
	display: inline-block;
	position: relative;
	width: 200px;
	height: 200px;
	border-radius:50%;
	margin-right: 15px;
	border: 1px solid #c5c5c5;
	overflow: hidden;
	transition: 1.2s ease;
	perspective: 500px;
	transform-style: preserve-3d;
	}
.buss_intro_hum li:hover{
	transform:rotateY(360deg);
}
.buss_intro_hum p{
		position: absolute;
		bottom:-10px;
		height: 40px;
		color: #FFFFFF;
		line-height: 40px;
		font-size:13px !important;
		background: rgba(0,0,0,0.4);
		}
.buss_intro_hum li:first-child{
	background: url(../image/js_2.jpg);
	background-size: 100% 100%;
	
	}	
	.buss_intro_hum li:nth-child(2){
	background: url(../image/js_3.jpg);
	background-size: 100% 100%;
	}
	.buss_intro_hum li:nth-child(3){
	background: url(../image/dd.jpg);
	background-size: 100% 100%;
	}
	.buss_intro_hum li:nth-child(4){
		background: url(../image/js_1.jpg);
		background-size: 100% 100%;
	}

.buss_intro_hum2 li:first-child{
	background: url(../image/js_1.jpg);
	background-size: 100% 100%;
	
	}
.buss_intro_hum2 li:nth-child(2){
	background: url(../image/js_4.jpg);
	background-size: 100% 100%;
}
	.buss_intro_hum2 li:nth-child(3){
	background: url(../image/js_8.jpg);
	background-size: 100% 100%;
	}	
	.buss_intro_hum2 li:nth-child(4){
	background: url(../image/js_9.jpg);
	background-size: 100% 100%;
	}


/*	.buss_intro_hum2 li:nth-child(4){
	background: url(../image/js_024.jpg);
	background-size: 100% 100%;
	}

	.buss_intro_hum3 li:first-child{
	background: url(../image/js_031.jpg);
	background-size: 100% 100%;
	}	
	.buss_intro_hum3 li:nth-child(2){
	background: url(../image/js_033.jpg);
	background-size: 100% 100%;
	}	
	.buss_intro_hum3 li:nth-child(3){
	background: url(../image/js_034.jpg);
	background-size: 100% 100%;
	}
	.buss_intro_hum3 li:nth-child(4){
	background: url(../image/js_1.jpg);
	background-size: 100% 100%;
	}

	.buss_intro_hum4 li:first-child{
		background: url(../image/js_51.jpg);
		background-size: 100% 100%;
	}
	.buss_intro_hum4 li:nth-child(2){
		background: url(../image/bb.jpg);
		background-size: 100% 100%;
	}
	.buss_intro_hum4 li:nth-child(3){
		background: url(../image/js_4.jpg);
		background-size: 100% 100%;
	}
	.buss_intro_hum4 li:nth-child(4){
		background: url(../image/js_051.jpg);
		background-size: 100% 100%;
	}

	.buss_intro_hum5 li:first-child{
		background: url(../image/js_052.jpg);
		background-size: 100% 100%;
	}
	.buss_intro_hum5 li:nth-child(2){
		background: url(../image/js_052.jpg);
		background-size: 100% 100%;
	}*/

	.aaa{
		background: none !important;
		border: none !important;
	}
			
	.buss_intro_text p{
		cursor: text;
	}
.buss_yy {
	position: relative;
	display: inline-block;
	width: 100%;
	height: 50px;
}
.buss_yy li{
	float: left;
	display: inline-block;
	width:100px;
	height: auto;
	margin-left: 15px;
	position: absolute;
	top:10px ;
}

.buss_yy li img{
	width: 100%;
}
.buss_yy li:first-child{
	left: 8%;
}
.buss_yy li:nth-child(2){
	left:31%;
}
.buss_yy li:nth-child(3){
	left: 54%;
}
.buss_yy li:nth-child(4){
	left: 77%;
}
.buss_show{
	padding: 15px !important;
	margin-right:15px ;
}
.buss_content_show{
	margin-left:15px;
	margin-right: 0 !important;
}
.header_show {
	margin-bottom: 20px;
}
.buss_content_show li{
	float: left;
	width: 200px;
	overflow: hidden;
	margin:10px;
}

.buss_content_show li img{
	width:100%;
	
}
.product_list{
	margin:30px 0;
	position: relative;
}
.pro_box li a{
	font-size: 12px;
	text-align: center;
	padding-left: 0;
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
}
.pro_box li a:hover{
	font-size:15px;
	color: #FFFFFF;
	background:rgb(160,0,8);
}
.pro_expr{
	position: absolute;
	width:470px;
	right: 0;
	top: 0;
}
.pro_expr_head h3{
	font-size:16px;
	margin: 12px 0;
}
.pro_expr_head span{
	display: inline-block;
	color: grey;
	margin: 10px 0;
}
.pro_expr_head hr{
	outline:none;
	border: 1px solid #DDDDDD;
	margin-bottom: 15px;
}
.pro_expr_content{
	width: 472px;
	height: 200px;
	overflow: hidden;
	letter-spacing: 2px;
	font-size: 15px;
	line-height:20px;
}
.pro_select {
	width: 100%;
}
.pro_select_s{
	height:70px;
}
.pro_select li{
	display: inline-block;
	float: left;
	width:300px;
	height: 50px;
	margin:0 7px;
	font-size: 14px;
	text-align: center;
	line-height: 50px;
	cursor: pointer;
	background: #dcdcdc;
}

.p_active{
	background:url(../image/zb.png) no-repeat !important;
	color: #FFFFFF;
	height:70px !important;
}
.pro_select_box{
	padding:15px;
	margin-top: 5px;
	width: 100%;
	box-sizing: border-box;
	border: 1px dashed rgba(160,0,8,.5);
}
.pro_select_box p{
	letter-spacing:1px;
	font-size: 15px;
	margin: 5px 0;
}
.select_box div{
	display: none;
	float: left;
}
.pro_box li:hover{
	opacity:1;
}
.pro_box li:last-child{
	border: none;
}
.pro_box li{
	background: #F0F0F0;
	opacity: 0.7;
}
.z_head{
	width:80%;
	margin: 0 auto;
}
.z_head img{
	width:100%;
}
.z_shop li{
	width: 400px;
	overflow: hidden;
	float: left;
	margin:20px 20px;
	-moz-box-shadow: 10px 10px 5px #888888; /* 老的 Firefox */
	box-shadow: 0px 12px 15px #888888;
}

.z_shop{
	margin-left: 30px;
}

.z_shop li img{
	width: 100%;
	
}
.zy_shop{
	width:500px;
}
.zy_shop img{
	width: 100%;
}
.zy_l{
	width:410px;
}
.z_shop_pro li{
	float: left;
	display: inline-block;
	margin-bottom: 30px;
	width:450px;
	height:200px;
	background: #FFFFFF;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	border: 1px solid transparent;
}
.z_shop_pro li:hover{
	box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
	background: #fff;
	border: 1px solid #f2f2f2;
}
.shop_pic{
	width:200px;
}
.shop_pic img{
	width: 100%;
}
.shop_exp{
	width:226px;
	margin: 0 10px;
	
}
.shop_exp p{
	width: 100%;
}
.shop_exp>p:first-child{
	text-align: center;
}
.shop_exp .hop_exp_head{
	padding: 0 10px ;
}
.z_shop_pro{
	margin: 20px 0 20px 0;
	
}
.z_shop_pro li{
	margin-right:25px;
	
}
.shop_exp p{
	letter-spacing: 0 !important;
}
.shop_exp h3{
	margin:20px 0 15px;
	font-size: 15px;
	text-align: center;
}
/*联系我们*/
.contact_detail{
	margin-top: 25px;
}
.BMap_Marker{
	background: url(../image/fia.png) no-repeat !important;
}
#bmform{
	margin-top: 30px;
	}
.control-group {
	float: left;
	width: 100%;
	height: 60px;
	margin-left:30px;
}
.control-group .lable{
	margin-left: 40px;
	padding-top: 5px;
}
label{
	font-size:15px ;	
	}
.control-group div{
	float: left;
}
.controls input{
    display: block;
    width: 330px;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555555;
    vertical-align: middle;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 4px;
    box-shadow: 2px 3px 5px #BFBFBF;
   -webkit-box-shadow:  2px 3px 5px #BFBFBF;
	-moz-box-shadow:  2px 3px 5px #BFBFBF;
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.l_v{
	padding-left: 15px;
}
.controls textarea{
	width: 88%;
	height: 150px;
	margin-left:42px;
	padding:6px 15px;
	font-size:15px;
	box-sizing: border-box;
	display: block;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.428571429;
	color: #555555;
	vertical-align: middle;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	border-radius: 4px;
	-webkit-box-shadow:  2px 3px 5px #BFBFBF;
	-moz-box-shadow:  2px 3px 5px #BFBFBF;
	box-shadow:  2px 3px 5px #BFBFBF;
	-webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.l_text{
	height:150px;
}
.btn-primary{
	width: 350px;
	height: 50px;
	text-align: center;
	font-size: 15px;
	line-height: 50px;
	color: #FFFFFF;
	background: rgb(160,8,0);
	border: none;
	outline: none;
	cursor: pointer;
	margin-left:250px;
}
/*招聘*/
.recruitment {
	margin-top: 40px;
	overflow: hidden;
}
.recruitment li{
	float: left;
	display: inline-block;
	width: 250px;
	height:330px;
	margin-right: 20px;
	margin-left: 5px;
}
.recruitment li p{
	text-align: center;
	font-size: 16px;
	margin-top:10px;
}
.recruitment li:hover img{
	box-shadow: 3px 5px 9px #BFBFBF;
	-webkit-box-shadow: 3px 5px 9px #BFBFBF;
	-moz-box-shadow: 3px 5px 9px #BFBFBF;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
}
.recruitment li a{
	display: inline-block;
	width: 100%;
	height: 100%;
	
}
.recruitment li img{
	width: 100%;

}

.recruitment:hover span {
	color: rgb(160,0,8);
	-webkit-transform: perspective(1000px) rotate3d(0,1,0,360deg);
	transform: perspective(1000px) rotate3d(0,1,0,360deg);
}

/* Yaku */
.grid__item{
	width: 100%;
	text-align: center;
	margin-bottom:40px;
}
.rec_box{
	margin-right:20px;
	padding-left:80px;
}
.link--yaku {
	width: 700px;
	height: 200px;
	color: #D3D3D3;
	font-family: 'Playfair Display';
	font-weight: 400;
	text-transform: uppercase;
	font-size:38px;
	overflow: hidden;
	padding: 0 0 10px;
}

.link--yaku::before {
	content: '';
	/*position: absolute;*/
	height: 100%;
	width: 100%;
	border-width: 2px 0;
	border-color: #282828;
	border-style: solid;
	/*left: 0;*/
	-webkit-transform: translate3d(-101%,0,0);
	transform: translate3d(-101%,0,0);
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
}

.link--yaku:hover::before {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.link--yaku span {
	display: inline-block;
	position: relative;
	-webkit-transform: perspective(1000px) rotate3d(0,1,0,0deg);
	transform: perspective(1000px) rotate3d(0,1,0,0deg);
	-webkit-transition: -webkit-transform 0.5s, color 0.5s;
	transition: transform 0.5s, color 0.5s;
}

.link--yaku:hover span {
	color: #1e1a1b;
	-webkit-transform: perspective(1000px) rotate3d(0,1,0,360deg);
	transform: perspective(1000px) rotate3d(0,1,0,360deg);
}

.link--yaku span:nth-child(4),
.link--yaku:hover span:first-child {
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}

.link--yaku span:nth-child(3),
.link--yaku:hover span:nth-child(2) {
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

.link--yaku span:nth-child(2),
.link--yaku:hover span:nth-child(3) {
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
}

.link--yaku span:first-child,
.link--yaku:hover span:nth-child(4) {
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
}
.d-wrap{
	width: 850px;
	margin: 40px auto;
	overflow: hidden;
}
.dxnb{
	width: 100%;
}
.dxnb img{
	width: 100%;
}
