.videotc {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.5);
	z-index: 999999;
	display: none;
}

.videotc div {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.videotc div video {
	margin: auto;
	width: 640px;
	max-width: 100%;
}

.bannner_box {
	height: auto;
	position: relative;
}









.fix_intro {
	position: absolute;
	bottom: -100px;
	background: white;
	box-shadow: 3px 5px 8px #e3e3e3;
	z-index: 2;
}

.fix_intro p {
	color: #BBBBBB;
	font-size: 16px;
	text-align: center;
	padding: 25px;
	margin-bottom: 0px;
}

.fix_intro p span {
	display: block;
	color: #EA5504;
	padding: 30px 0px;
	font-size: 60px;
	font-family: "SourceHanSansKLight";
}

.fix_intro p span span {
	display: inline;
}


.fix_intro p {
	color: #ccc;
	font-size: 16px;
	text-align: center;
	padding: 25px;
	margin-bottom: 0px;
}


.big {
	font-size: 24px;
	color:
		#666;
}

.fix_intro p span {
	display: block;
	color:
		#EA5504;
	padding: 20px 0px;
	font-size: 40px;
	font-family: "SourceHanSansKLight";
}



.content_new {
	padding-top: 150px;
}

.content_new .x12:first-child {
	padding-bottom: 30px;
}

.content_new .x12 p:first-child {
	font-size: 24px;
}

.content_new .x12 p:nth-child(2) {
	font-size: 36px;
	font-family: "HYXinRenWenSongW";
	padding: 25px 0px;
	color: #ccc;
}

.content_new .x12 p:nth-child(3) {
	font-size: 14px;
}

.lb_banner {
	overflow: hidden;
	
}

.lb_banner .carousel .item img {
	width: 100%;
}

.btn_new {
	text-align: center;
	margin: 8px auto;
	border-radius: 0;
	border: 1px solid #CCCCCC;
	color: #CCCCCC;
	display: block;
	width: 250px;
	padding: 7px 30px;
	cursor: pointer;
	margin-top: 50px;
	margin-bottom: 30px;
}

.btn_new span {
	padding-left: 50px;
}

.content_poetry {
	background: url(../img/bg_middle.png) no-repeat;
}

.content_poetry .x12 h1 {
	font-size: 72px;
	margin-top: 60px;
	font-family: "AlexBrush";
}

.content_poetry .x12 p.f18 {
	font-size: 18px;
}

.content_poetry .x12:first-child {
	padding-bottom: 60px;
}

/*.content_poetry .x12 p:nth-child(2){
	font-size: 24px;
	margin: 45px 0px;
}*/
.poetry_left {
	background: #eaeaea;
}

.poetry_right {
	background: #F4F4F4;
}

.poetry_left,
.poetry_right {
	padding: 100px 0px 100px 60px;
	height: 520px;
}

a:hover .poetry_right p,
a:hover .poetry_left p {
	color: #333;
	transition: 0.55s ease-in-out;
}

a:hover .poetry_right .block,
a:hover .poetry_left .block {
	width: 125px;
	transition: 0.55s ease-in-out;
}

.poetry_left p:first-child,
.poetry_right p:first-child {
	font-size: 36px;
	padding-top: 40px;
	line-height: 50px;
}

.poetry_left p:first-child span,
.poetry_right p:first-child span {
	font-family: hanyi;
}

.poetry_left p:last-child,
.poetry_right p:last-child {
	padding-top: 25px;
	line-height: 30px;
}

.poetry_bg .block {
	height: 5px;
	margin: auto;
	width: 25px;
	background: #ea5504;
}

.content_product {
	background-color: #221815;
	padding-top: 80px;
	width: 100%;
}

.content_product .x10:first-child {

	padding-bottom: 200px;
}

.content_product .x10 a {
	border: 1px solid white;
	background-color: rgba(0, 0, 0, 0);
}

.content_product .x10:first-child p {
	color: white;
	font-size: 30px;
	display: inline-block;
	line-height: 40px;
}

.content_product .x10:first-child p span {
	font-family: "HYXinRenWenSongW";
}

.content_product .item {
	padding-right: 10%;
	height: 590px;
	position: relative;
	transition: ease .5s;
	margin-top: 10px;
	float: left;

}

.content_product .warp {
	position: absolute;
	background: white;
	width: 90%;
	height: 25%;
	padding: 25px;
	transition: ease .5s;
	z-index: 5;
}

.content_product .picbox {
	position: absolute;
	height: 80%;
	bottom: 0;
	width: 100%;
	transition: ease .5s;
	overflow: hidden;
}

.content_product .picbox img {
	position: absolute;
	width: 90%;
	height: 610px;
	bottom: 0;
	background-position: bottom;
}

.content_product .item:hover img {
	transition: ease .5s;
	transform: scale(1.08) translate3d(0, 0, 0);
}

.content_product .item:hover .warp {
	transition: ease .3s;
	color: white;
	background: rgba(0, 0, 0, 0);
}

.content_product .item:hover .picbox {
	height: 100%;
}

.content_product .item:hover {
	height: 610px;
	margin-top: 0;
	box-shadow: 0 0 9px 5px rgba(0, 0, 0, .1);
}

.content_product .item span {
	font-size: 24px;
	text-transform: uppercase;
	font-family: rbno;
	display: block;
}

.content_product .item p {
	font-family: "HYXinRenWenSongW";
}


.content_product {
	position: relative;
}

.content_product .picbanner {
	position: absolute;
	top: 240px;
}

.content_product .pointer {
	display: none;
}


.content_sp {
	padding-top: 500px;
}

.content_sp .xm6 {
	overflow: hidden;
	max-height: 520px;
}


.content_sp .xm6:hover img {
	transform: scale(1.15);
	transition: 0.65s ease-in-out;
	cursor: pointer;
}

.content_sp .xm6 img {
	transform: scale(1.0);
	transition: 0.65s ease-in-out;
}

.sp_box {
	position: relative;
}

.content_sp_01 .mask {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	background: rgba(0, 0, 0, 0.6);
	padding-left: 16%;
	padding-top: 5%;
	padding-bottom: 5%;
	padding-right: 5%;
	color: white;
	cursor: pointer;
}

.content_sp_01 .mask h1 {
	padding-top: 10px;
	font-size: 34px;
}

.content_sp_01 .mask .block {
	width: 20%;
	height: 2px;
	margin: 25px 0;
	background: #909090;
}

.content_sp_01 .mask h2 {
	font-size: 22px;
	padding-bottom: 15px;
	font-family: "HYXinRenWenSongW";


}

.content_sp .x6 img {
	width: 100%;
	margin: auto;
}

.content_sp .sp_news {
	padding-top: 50px;
	padding-left: 50px;
}

.content_sp .sp_news h2 {
	font-size: 26px;
	font-weight: bold;
}

.content_sp .sp_news .block {
	margin: 26px 0;
	width: 35px;
	height: 2px;
	background: #ea5504;
}

.content_sp .sp_news ul {
	list-style: none;
	padding-left: 0;
}

.content_sp .sp_news ul li h3 {
	font-size: 18px;
	padding-top: 10px;
}

.content_sp .sp_news ul li span,
.content_sp .sp_news ul li p {
	color: #808080;
	padding: 25px 0;
}

.content_sp .sp_news .more {
	border-bottom: 1px solid #999;
	border-top: 1px solid #999;
	padding: 10px 20px;
	color: #808080;
	margin-top: 35px;
	display: block;
	width: 130px;
	margin: 10px 0;
}

.content_sp .sp_news .more:hover {
	padding: 10px 10px 10px 25px;

	width: 140px;
	transition: 0.5s ease;
}

.content_sp .sp_news .more:hover .jia {
	color: #ea5504;
	font-size: 20px;
	line-height: 16px;
}

.content_sp .playbox {
	position: relative;
}

.content_sp .play {
	position: absolute;
	top: 45%;
	left: 45%;
	cursor: pointer;
}

.content_service {
	background: #F4F4F4;
}

.content_service .xm6 {
	padding-top: 100px;
	padding-left: 20px;
}

.content_service .xm6 h2 {
	font-size: 24px;
	color: #333333;
	line-height: 32px;
}

.content_service .xm6 h2:first-child {
	font-size: 24px;
	color: #333333;
	font-family: "HYXinRenWenSongW";
}

.content_service .xm6 p {
	padding-top: 50px;
	color: #808080;
}

.content_service .xm6 .lookmore {
	height: 38px;
	width: 200px;
	text-align: center;
	border: 1px solid #808080;
	display: block;
	color: #808080;
	line-height: 38px;
	margin: 50px 0;
}

.content_service .service_intro {
	padding-top: 70px;
	padding-left: 70px;
}

.content_ac .x10 h1 {
	font-size: 36px;
	padding-top: 40px;
	line-height: 120px;
}

.content_ac .x10 form input[type=text] {
	background-color: #F4F4F4;
	color: #909090;
	height: auto;
	width: 380px;
	margin: 0px 30px 0px 0px;
}

.content_ac .x10 .form-button button {
	background-color: #EA5504;
	color: white;
	width: 170px;
}

.content_ac .x10 form input[type=text],
.content_ac .x10 .form-button button {
	border: none;
	padding: 15px;
	margin-top: 10px;
	box-shadow: none;
	border-radius: 0;
}

.content_ac .x10 p {
	font-size: 12px;
	color: #a7a7a7;
	line-height: 80px;
	font-style: italic;
}

/*bottom*/
.button .bottom_ul {
	width: 100%;
}

.button .bottom_ul li {
	float: left;
	list-style: none;
}

.bg_for {
	border: 1px solid white;
	color: white;

}

.bg_for:hover {
	border: 1px solid transparent;
	color: white;
}



.ppvideo {
	cursor: pointer;
}



@media screen and (max-width: 1366px) {
	.content_sp .sp_news .block {
		margin: 15px 0;
	}

	.content_sp .sp_news {
		padding-top: 30px;
		padding-left: 30px;
	}

	.content_sp .sp_news ul li span,
	.content_sp .sp_news ul li p {
		color: #808080;
		padding: 20px 0;
		margin-bottom: 10px;
	}

	.content_ac .x10 form input[type=text] {
		background-color: #F4F4F4;
		color: #909090;
		height: auto;
		width: 280px;
		margin: 0px 30px 0px 0px;
	}

	.content_ac .x10 form input[type=text],
	.content_ac .x10 .form-button button {
		margin-top: 0px;
	}
}


@media screen and (max-width: 1024px) {
	.content_ac .x10 form input[type=text] {
		width: 190px;
	}

	.fix_intro p span {
		font-size: 40px;
	}

	.content_sp {
		padding-top: 300px;
	}

	.content_sp .xm6 {
		width: 100%;
		padding: 10px 20px;
		text-align: center;
	}

	.content_sp .xm6 img {
		margin: auto;
	}

	.content_sp .sp_news .block,
	.content_sp .sp_news .more {
		margin: 20px auto;
	}

	.poetry_left p:first-child,
	.poetry_right p:first-child {
		font-size: 28px;
		padding-top: 30px;
		line-height: 30px;
	}

	.poetry_left,
	.poetry_right {
		padding: 60px 0px 60px 30px;
	}

	.poetry_left,
	.poetry_right {
		height: auto;
	}

	.poetry_left img,
	.poetry_right img {
		margin: auto;
	}

	.content_sp_01 .mask {
		padding: 5%;
	}

	.content_sp_01 .mask .block {
		margin: 25px auto;
	}

	.content_sp_01 {
		margin-top: 90px;
	}

	.for_left {
		float: none;
	}

	.content_ac .x10 form input[type=text] {
		background-color: #F4F4F4;
		color: #909090;
		height: auto;
		width: 285px;
		margin: 0px 30px 0px 0px;
	}
}

.for_style_top {
	display: none;
}

@media screen and (max-width: 768px) {
	.fix_intro p span {
		font-size: 30px;
	}

	.content_sp {
		padding-top: 150px;
	}

	.content_product .picbox img {
		height: 400px;
	}

	.content_product .item {
		height: 380px;
	}

	.content_product .item:hover {
		height: 400px;
	}

	.content_service .xm6 .lookmore {
		margin: 50px auto;
	}

	.content_service .xm6 {
		text-align: center;
	}

	.content_service .service_intro {
		padding-top: 0px;
		padding-left: 0px;
	}

	.content_service .service_intro img {
		padding: 50px 0;
		margin: auto;
	}
}



.right_box {
	position: fixed;
	right: 0;
	top: 35%;
	color: white;
	background: #EA5504;
}

.collapse {
	position: static;
}

.right_box .panel {
	border-radius: 50% 0 0 50%;
	background: #EA5504;
}

.right_box .panel-head img {
	width: 20px;
}

.right_box .panel-head,
.panel-body {
	float: left;
}

.panel-head {
	background-color: #EA5504;
	padding: 0;
	border-radius: 0;
	border-bottom: none;
}


@media screen and (max-width: 414px) {
	.silde {
		display: block;
	}
	.content_ac .x10 h1 {
	    font-size: 24px;
	    line-height: 60px;
	}
	.content_ac .x10 p {
	    line-height: 40px;
	}
	.content_product .x10:first-child p {
	    color: white;
	    font-size: 24px;
	    display: inline-block;
	    line-height: 30px;
	}
	.content_sp_01 {
	    margin-top: 0px;
	}
	.content_sp .sp_news ul li h3 {
	    font-size: 16px;
	    padding-top: 0px;
	    text-align: left;
	}
	.content_sp .sp_news ul li span, .content_sp .sp_news ul li p {
	    color: #808080;
	    padding: 5px 0;
	    margin-bottom: 5px;
	    text-align: right;
	}
	.content_service .xm6 p {
	    text-align: left;
	}
	div[class^=erji] {
		padding: 5px;
		width: 175px;
	}
	div[class^=erji] span {
	    line-height: 25px;
	    padding-left: 10px;
	}
	div[class^=erji] img {
		margin: 2px;
		padding: 2px;
	}

	.picbanner .banner {
		padding: 0 20px;
	}

	.content_poetry .x12:first-child {

		padding: 0px 25px 60px 25px;
	}

	.bannner_box img {
		height: 200px;
	}

	.fix_intro {
		display: none;
	}

	.content_service .service_intro {
		padding: 0px;
	}

	.content_service .service_intro img {
		margin: 0 auto 20px auto;

	}

	.content_service .xm6 {
		padding-left: 0px;
	}

	.content_ac .x10 form input[type=text] {
		width: 100%;
	}

	.content_product .picbanner {
		position: static;
		padding-bottom: 30px;
	}

	.content_sp {
		padding-top: 10px;
	}

	.content_product .x10:first-child {
		padding-bottom: 20px;
	}

	.content_new {
		/* padding-top: 30px; */
		padding: 30px 10px 0 10px;
	}
	
	.pointer li{
		width: 8px;
		height: 8px;
	}
	
	.content_product {
		padding-top: 50px;
	}

	.content_new .x12 p:first-child {
		font-size: 18px;
	}

	.content_new .x12 p:nth-child(2) {
		font-size: 24px;
		padding: 0;
	}

	.button--rayen {
		margin: 30px auto;
	}

	.content_poetry .x12 h1 {
		font-size: 38px;
		margin-top: 15px;
		margin-bottom: 15px;
	}

	.poetry_left,
	.poetry_right {
		padding: 0px 0 30px 0;
	}

	.poetry_bg img {
		padding: 40px 0;
		margin: auto;
		width: 75%;
	}

	.poetry_left p:first-child{
		font-size: 24px;
	}
	.poetry_right p:first-child {
		font-size: 24px;
	}

	.content_ac .x10 h1 {
		padding-top: 20px;
	}

	.content_sp_01 .mask h1 {
		padding-top: 0px;
		font-size: 18px;
	}

	.content_sp_01 .mask h2 {
		font-size: 14px;
		padding-bottom: 0px;
	}

	.content_sp_01 .mask {
		padding: 8px;
		text-align: left;
	}

	.content_sp_01 .mask .block {
		margin: 7px 0;
	}
.content_sp_01 .mask p{
	line-height: 18px;
	font-size: 12px;
}
	.content_service .xm6 {
		padding-top: 0px;
		padding-left: 0px;
	}

	.content_service .xm6:first-child {
		padding-top: 50px;
	}
}
