@charset "utf-8";

/* 编辑器NEW */
.pageBanner.studio .txt_body .btn a {
	padding: 0 30px;
}

.tit h3,
h3.tit {
	font-size: 32px;
	color: #333333;
	margin-bottom: 20px;
}

h3.tit span {
	font-size: 36px;
	color: #036cd6
}

.tit hr,
hr.tit {
	display: inline-block;
	width: 65px;
	height: 6px;
	background-color: #fdb31b;
	margin: 0 auto;
	border: 0;
}

.studio_1 {
	padding: 120px 0;
	width: 100%;
}

.studio_1 img.fl {
	width: 626px;
}

.studio_1 .txt {
	width: 560px;
}

.studio_1 .txt ul li {
	padding-top: 35px;
}

.studio_1 .txt ul li h4 {
	font-size: 24px;
	color: #333;
	margin-bottom: 20px;
}

.studio_1 .txt ul li p {
	font-size: 18px;
	line-height: 30px;
	color: #333;
}

.studio_2 {
	padding-bottom: 120px;
	width: 100%;
}

.studio_2 img.fr {
	width: 526px;
	margin-top: 40px;
}

.studio_2 .txt {
	padding-top: 40px;
}

.studio_2 .txt hr {
	margin-bottom: 30px;
}

.studio_2 .txt p {
	font-size: 18px;
	line-height: 30px;
	color: #333;
}

.studio_3 {
	height: 424px;
}

.studio_3 .pic {
	width: 600px;
	position: relative;
}

.studio_3 .pic img {
	position: absolute;
	right: 0;
	top: 0;
	width: 887px;
}

.studio_3 .txt {
	padding-top: 100px;
	width: 560px;
}

.studio_3 .txt hr {
	margin-bottom: 40px;
}

.studio_3 .txt p {
	font-size: 18px;
	line-height: 30px;
	color: #333333;
}

.studio_4 {
	width: 100%;
	padding: 100px 0;
}

.studio_4 img.fr {
	width: 600px;
}

.studio_4 .txt {
	padding-top: 50px;
	width: 50%;
}

.studio_4 .txt hr {
	margin-bottom: 35px;
}

.studio_4 .txt p {
	font-size: 18px;
	line-height: 30px;
	color: #333333;
}

.studio_5 {
	height: 430px;
}

.studio_5 img {
	display: block;
	width: 1680px;
	margin: 0 auto;
}

.studio_6 .tit h3 {
	margin-bottom: 25px;
}

.studio_6 .tit hr {
	margin: 0 auto 50px;
}

.studio_7 {
	height: 400px;
	background: url(../images/page/studio_6.jpg) no-repeat center;
	background-size: cover;
	text-align: center;
}

.studio_7 .cw {
	padding-top: 80px;
}

.studio_7 h3 {
	font-size: 32px;
	color: #fff;
	margin-bottom: 30px;
}

.studio_7 h4 {
	font-size: 18px;
	line-height: 32px;
	color: #fff;
	margin-bottom: 40px;
}

.studio_7 p a {
	display: inline-block;
	padding: 0 35px;
	height: 60px;
	line-height: 60px;
	font-size: 16px;
	color: #666;
	border: 1px solid #bfbfbf;
	border-radius: 4px;
	margin: 0 10px;
	text-decoration: none;
	transition: all 0.2s ease-in-out;
	background-color: #fff;
}

.studio_7 p a i {
	margin-left: 15px;
	color: #6e6e6e;
	font-size: 13px;
}

.studio_7 p a:hover,
.studio_7 p a.active {
	background: #fdb31b;
	border: 1px solid #fdb31b;
	color: #fff;
	box-shadow: 0 5px 20px rgba(74, 102, 180, .14);
}

.studio_7 p a:hover i,
.studio_7 p a.active i {
	color: #fff;
}

.studio_7 p a:hover {
	-webkit-transform: translateY(-3px);
	transform: translateY(-3px);
}

.studio_7 p a.lx span {
	position: absolute;
	left: 200px;
	top: 0;
	height: 60px;
	line-height: 60px;
	font-size: 16px;
	color: #036cd6;
	background: #fff;
	display: none;
	width: 240px;
	border-radius: 4px;
	border: 1px solid #036cd6
}

.studio_7 p a.lx:hover {
	border: 1px solid #036cd6;
	background: #fff;
	color: #036cd6;
}

.studio_7 p a.lx:hover i {
	color: #036cd6;
}

.studio_7 p a.lx:hover span {
	display: inline-block;
}

.studio_7 p a.lx:hover span em {
	display: inline-block;
	width: 18px;
	height: 27px;
	background: url(../images/index/span_em.png) no-repeat;
	position: absolute;
	left: -18px;
	top: 18px;
}