html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
html {
	font-size: 62.5%;
}

body {
	font-family: 微软雅黑, "Open Sans", sans-serif;
	font-size: 1.4rem;
}

input,
select,
textarea {
	font-family: 微软雅黑, "Open Sans", sans-serif;
	font-size: 1em;
}

.wrap {
	margin: 0 auto;
	max-width: 186rem;
	position: relative;
}

img,
a {
	border: 0;
}

ul,
li {
	list-style: none;
}

* {
	margin: 0;
	padding: 0;
}

.flt {
	float: left;
}

.frt {
	float: right;
}

.clear {
	clear: both;
}

.clear:after,
.clear:before {
	content: '';
	clear: both;
	display: table;
}

img {
	max-width: 100%;
}

.img {
	cursor: pointer;
	overflow: hidden;
	position: relative;
}

.img:before {
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border: 0.1rem solid rgba(255, 255, 255, 0);
	z-index: 100;
}


.img:hover {
	/* background: #000 */
}
/* 图片放大效果 */
.img:hover img {
	/* opacity: .8; */
	/* transform: scale(1.2);
	-o-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2); */
}

.pos_cell {
	top: 50%;
	transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}

*,
*:after,
*:before {
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
}

.modal,
.fp_modal {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1000;
}

.fp_modal {
	display: table;
}

.modal {
	transition: all 0s;
	-o-transition: all 0s;
	-webkit-transition: all 0s;
	-moz-transition: all 0s;
	-ms-transition: all 0s;
	background: rgba(0, 0, 0, 0.7);
}

.fp_modal .cell {
	display: table-cell;
	vertical-align: middle;
}

.modal_cont {
	max-width: 99rem;
	margin: 0 auto;
	width: 90%;
	background: #fff;
	position: relative;
}

.modal_cont .close {
	position: absolute;
	top: 1rem;
	right: 1rem;
	width: 3.2rem;
	height: 3.2rem;
	background: url(../image/close.png) no-repeat center center #ccc;
	border-radius: 100%;
	cursor: pointer;
}

.modal_cont .box {
	padding: 4.5rem;
}

/*----------header----------*/
.header {
	background: linear-gradient(180deg, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.04) 74%, rgba(237,238,247,0) 100%);
	line-height: 7rem;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100000;
	cursor: pointer;
}

.logo img {
	vertical-align: middle;
}

.menu li {
	float: left;
	margin: 0 2.5rem;
	position: relative;
}

.menu li .menu-zi{
	display: none;
}
.menu .show-nav01 {
	display: block;
}
.menu .show-nav02 {
	display: none;
}

.submenu_show .menu li .menu-zi {
	position: absolute;
	top: 100%;
	left: 50%;
	width: 30rem;
	display: block;
	transform: translateX(-50%);
}

.submenu_show .menu li .menu-zi li{
	width: 100%;
	padding: 0px 0px;
	margin: 0px 0px;
	cursor: pointer;
	text-align: center;
}

.submenu_show .menu li .menu-zi li a{
	font-size: 1.8rem;
	color: #666666;
}
.submenu_show .menu li .menu-zi li a:hover{
	font-size: 1.8rem;
	color: #ED6E1D;
}

.menu li a {
	color: #FFFFFF;
	font-size: 2.1rem;
}

.menu li.on a,
.menu li a:hover {
	color: #ED6E1D;
	text-decoration: none;
}

.banner {
	position: relative;
	padding-right: 0px !important;
	padding-left: 0px !important;
}

.banner_cur {
	left: 3rem;
	right: 3rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 100;
}

.banner_cur span {
	cursor: pointer;
	display: block;
	width: 4.6rem;
	height: 4.6rem;
	border-radius: 100%;
	border: 1px solid #fff;
	background-image: url(../image/cur1.png);
	background-repeat: no-repeat;
	background-position: center center;
}

.banner_cur span:hover {
	border-color: #fb3546;
	background-color: rgba(0, 0, 0, 0.2);
}

.banner_cur span.next {
	background-image: url(../image/cur2.png);
}

.banner .item {
	position: relative;
	font-family: Arial;
}

.banner .banner-wrap {
	left: 17rem;
	top: 33.6rem;
	width: 47rem;
	z-index: 100;
	color: #fff;
	text-align: center;
	position: absolute;
}

.banner .banner-wrap .wrap-name {
	font-size: 5.9rem;
	color: #001326;
	font-weight: 500;
}

.banner .banner-wrap .wrap-desc {
	font-size: 2.4rem;
	color: #001326;
	font-weight: 500;
	margin-top: 3.4rem;
}
.banner .banner-wrap .wrap-work {
	font-size: 1.8rem;
	color: #001326;
	margin-top: 8.0rem;
	display: flex;align-items: center;justify-content: space-between;
}
.banner .banner-wrap .work-view {
	display: flex;align-items: center;cursor: pointer;
}
.banner .banner-wrap .work-view img {
	width:1.8rem;height: 1.8rem;margin-left: 3px;
}

.banner .text {
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	color: #fff;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}

.btn a:hover {
	background: #956d47;
}

.div_input input {
	width: 100%;
	border: 0;
	background: none;
	text-align: left;
}

.owl-theme .owl-dots .owl-dot span {
	width: 1.4rem;
	height: 1.4rem;
	border-radius: 100%;
	background: none;
	margin-bottom: 1.5rem;
	position: relative;
	border: 2px solid transparent;
}

.owl-theme .owl-dots .owl-dot span:after {
	content: '';
	display: block;
	width: 0.4rem;
	height: 0.4rem;
	border-radius: 100%;
	background: #fff;
	content: '';
	position: absolute;
	top: 50%;
	margin-top: -2px;
	left: 50%;
	margin-left: -2px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
	border-color: #fff;
	background: none;
}

.details .owl-theme .owl-dots .owl-dot span:after {
	background: #be9a78
}

.details .owl-theme .owl-dots .owl-dot.active span,
.details .owl-theme .owl-dots .owl-dot:hover span {
	border-color: #be9a78;
}

.page_list .page-view {
	width: 100%;
	/*height: 90rem;*/
	height: 100%;
	position: relative;
}


.page_list .page-view .view-video{
	width: 100%;
	height: 100%;
	cursor: pointer;
	/* object-fit:fill; */
	background: #FFF;
}

.page_list .page-view .view-mack{
	width: 100%;
	height: 100%;
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	z-index: 10;
	opacity: 0;
	background: rgba(0,0,0,0.2);
}
.page_list .page-view .view-mack .mack-play{
	width: 10rem;
	height: 10rem;
	position: absolute;
	top: 50%;
	left: 50%;
	cursor: pointer;
	z-index: 12;
	transform: translate(-50%,-50%);
}

.page_list .page-word {
	width: 100%;
	height: 108rem;
	padding-top: 18rem;
	background: #F5F5F7;
}
.page_list .page-word .word-name {
	color: #ED6E1D;
	font-size: 5.6rem;
	font-weight: 500;
	text-align: center;
}
.page_list .page-word .word-desc {
	color: #1D1D1F;
	font-size: 3.2rem;
	font-weight: 500;
	text-align: center;
	margin-top: 4.5rem;
}

.page_list .page-word .word-link {
	color: #467AFF;
	font-size: 2.8rem;
	font-weight: 400;
	text-align: center;
	margin-top: 4.2rem;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: row;
	cursor: pointer;
}
.page_list .page-word .word-link .to-right{
	width: 2rem;
	height: 2rem;
	margin-left: 0.5rem;
}
.page_list .page-word .word-produce{
	width: 73.0rem;
	height: 41.8rem;
	display: block;
	margin: 0 auto;
	margin-top: 11.5rem;
}
.page_list .page-nave {
	width: 100%;
	height: 32rem;
	display: flex;
	align-items: center;
	background: #FFFFFF;
}
.page_list .page-nave .nave-item{
	flex: 1;
	height: 32rem;
	display: flex;
	cursor: pointer;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.page_list .page-nave .nave-item:hover{
	background: #F2A15D;
}

.page_list .page-nave .nave-item .nave-text{
	font-size: 2.8rem;
	margin-top: 4rem;
	color: #000000;
}
.page_list .page-nave .nave-item:hover .nave-text{
	color: #FFFFFF !important;
}
.page_list .page-nave .nave-item .nave-desc{
	font-size: 2.0rem;
	margin-top: 4rem;
	color: #000000;
}
.page_list .page-nave .nave-item:hover .nave-desc{
	color: #FFFFFF !important;
}
.page_list .yiqi-liuch{
	width: 100%;
	height: 31.4rem;
	cursor: pointer;
}

.page_list .page-nave .nave-item .nave-logo{
	width: 5.6rem;
	height: 5.6rem;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center center;
}

.page_list .page-nave .nave-item .img-s1 {
	background-image: url("../imgs/nave-logo21.png");
}
.page_list .page-nave .nave-item:hover .img-s1{
	background-image: url("../imgs/nave-logo11.png");
}
.page_list .page-nave .nave-item .img-s2 {
	background-image: url("../imgs/nave-logo22.png");
}
.page_list .page-nave .nave-item:hover .img-s2{
	background-image: url("../imgs/nave-logo12.png");
}
.page_list .page-nave .nave-item .img-s3 {
	background-image: url("../imgs/nave-logo23.png");
}
.page_list .page-nave .nave-item:hover .img-s3{
	background-image: url("../imgs/nave-logo13.png");
}
.page_list .page-nave .nave-item .img-s4 {
	background-image: url("../imgs/nave-logo24.png");
}
.page_list .page-nave .nave-item:hover .img-s4{
	background-image: url("../imgs/nave-logo14.png");
}
.page_list .page-nave .nave-item .img-s5 {
	background-image: url("../imgs/nave-logo25.png");
}
.page_list .page-nave .nave-item:hover .img-s5{
	background-image: url("../imgs/nave-logo15.png");
}

.page_list .page-nave .nave-item .img-h1 {
	background-image: url("../imgs/nave-logo41.png");
}
.page_list .page-nave .nave-item:hover .img-h1{
	background-image: url("../imgs/nave-logo31.png");
}
.page_list .page-nave .nave-item .img-h2 {
	background-image: url("../imgs/nave-logo42.png");
}
.page_list .page-nave .nave-item:hover .img-h2{
	background-image: url("../imgs/nave-logo32.png");
}
.page_list .page-nave .nave-item .img-h3 {
	background-image: url("../imgs/nave-logo43.png");
}
.page_list .page-nave .nave-item:hover .img-h3{
	background-image: url("../imgs/nave-logo33.png");
}
.page_list .page-nave .nave-item .img-h4 {
	background-image: url("../imgs/nave-logo44.png");
}
.page_list .page-nave .nave-item:hover .img-h4{
	background-image: url("../imgs/nave-logo34.png");
}
.page_list .page-nave .nave-item .img-h5 {
	background-image: url("../imgs/nave-logo45.png");
}
.page_list .page-nave .nave-item:hover .img-h5{
	background-image: url("../imgs/nave-logo35.png");
}

.page1_text .img1 {
	text-align: right;
	width: 50%;
	float: right;
}

.page1_text .text {
	line-height: 3rem;
	color: #878787;
	text-align: center;
	overflow: hidden;
}

.page1_text .text {
	padding: 8rem 0;
}

.page_tit2 h3 {
	font-size: 4.8rem;
	font-family: 'Times New Roman';
	font-weight: normal;
	color: #000;
	line-height: 5.8rem;
}

.page_tit2 h2 {
	font-size: 4rem;
	font-weight: normal;
	color: #000;
	line-height: 5.8rem;
	margin-bottom: 3rem;
}

.page1_text .text p {
	height: 12rem;
	overflow: hidden;
	max-width: 42.5rem;
	margin: 0 auto;
	margin-bottom: 3rem;
}

.btn a {
	color: #fff;
	display: block;
	line-height: 4.4rem;
	width: 14rem;
	text-align: center;
	background: #be9a78;
	margin: 0 auto;
}

.page {
	overflow: hidden;
	padding: 6rem 0;
}

.page:after {
	content: '';
	display: block;
	clear: both;
}

.page.on {
	background: #f9f9f9;
}

.page_tit {
	position: relative;
	z-index: 99999;
	/* background: #F2F6FA; */
	text-align: center;
	padding-top: 11.8rem;
	padding-bottom: 4rem;
}

.page .wrap .page-nian {
	width: 100%;
}
.page .wrap .page-nian .nian-nave {
	width: 100%;
	height: 10rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.page .wrap .page-nian .nian-nave .nave-item{
	width: 25.6rem;
	height: 10rem;
	display: flex;
	cursor: pointer;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background: #CCCCCC;
}
.page .wrap .page-nian .nian-nave .nave-item:hover{
	background: #ED6E1D;
}

.page .wrap .page-nian .nian-nave .nave-item .nave-text{
	font-size: 2.8rem;
	color: #FFFFFF;
}
.page .wrap .page-nian .nian-nave .nave-item:hover .nave-text{
	color: #FFFFFF !important;
}

.page .wrap .page-nian .nian-chan {
	display: flex;
	padding-top: 10.8rem;
	padding-bottom: 10.8rem;
}
.page .wrap .page-nian .nian-chan .chan-image {
	width: 82rem;
	height: 71rem;
}
.page .wrap .page-nian .nian-chan .chan-right {
	flex: 1;
	height: 71rem;
	padding: 5.2rem 8.0rem;
}
.page .wrap .page-nian .nian-chan .chan-right .right-wenb {
	width: 51.2rem;
	display: flex;
	flex-direction: row;
	align-items: center;
}
.page .wrap .page-nian .nian-chan .chan-right .right-wenb .wenb-logo {
	width: 2.8rem;
	height: 2.8rem;
}
.page .wrap .page-nian .nian-chan .chan-right .right-wenb .wenb-text {
	color: #333333;
	font-size: 2.8rem;
	padding-left: 2.5rem;
}


.page_tit .tit-name {
	font-size: 2.8rem;
	color: #333333;
}

.page_tit .tit-desc {
	font-size: 5.6rem;
	color: #1D1D1F;
	margin-top: 0.6rem;
}

.wow_list img {
	width: 100%;
	height: 100%;
}
.page_tit p {
	color: #999;
}

.page_tit p span:before,
.page_tit p span:after {
	display: inline-block;
	width: 3rem;
	height: 1px;
	background: #999;
	vertical-align: middle;
	content: '';
	margin: 0 0.2rem;
	margin-bottom: 0.2rem;
}

.page_tag ul li {
	margin-left: -0.4rem;
	display: inline-block;
}

.page_tag {
	text-align: center;
}

.page_tag a {
	display: block;
	line-height: 3rem;
	padding: 0 2.3rem;
	color: #7e7e7e;
	position: relative;
}

.page_tag .on a,
.page_tag a:hover {
	background: #be9a78;
	color: #fff;
}

.page_tag .on a:before,
.page_tag a:hover:before {
	color: #be9a78
}

.page_tag a:before {
	content: '|';
	display: block;
	position: absolute;
	left: -2px;
}

.page_tag li:first-child a:before {
	display: none;
}

.pro_list ul:after {
	content: '';
	display: block;
	clear: both;
}

.pro_list li {
	width: 33.333%;
	float: left;
	text-align: center;
}

.pro_list h3 {
	font-size: 1.6rem;
	color: #000;
	font-weight: normal;
}

.pro_list p {
	padding: 1rem 0 1.5rem;
	color: #be9a78;
	background: no-repeat bottom center;
}

.pro_list a:hover p {
	background: url(../image/icon2.png) no-repeat bottom center;
}

.pro_list ul {
	margin-top: 2rem;
	display: none;
}

.pro_list ul.on {
	display: block;
}

.pro_list ul.on li {
	animation-name: zoomIn;
	animation-duration: 1s;
	animation-fill-mode: both;
}

.about_list2 {
	max-width: 110rem;
	margin: 0 auto;
	border-top: 1px solid #e8e8e8;
	margin-top: 3rem;
	padding-top: 3rem;
}

.about_list2 ul li {
	width: 31.333%;
	margin: 0 1%;
	float: left;
}

.about_list2 ul {
	margin: 0 -1%;
}

.about_list2 .img {
	position: relative;
}

.about_list2 img {
	display: block;
}

.about_list2 .img p {
	position: absolute;
	bottom: 2rem;
	left: 2rem;
	right: 2rem;
	line-height: 4.2rem;
	background: #fff;
	text-align: center;
	height: 4.2rem;
}

.about_list2 .img p span {
	display: block;
	height: 2rem;
	border-bottom: 1px solid #000;
	margin: 0 1.4rem;
}

.about_list2 .img p label {
	display: inline-block;
	padding: 0 1rem;
	background: #fff;
}

.about_list2 .text {
	line-height: 2.8rem;
	color: #333;
	margin-top: 1rem;
}

.his_list {
	padding-top: 2rem;
	position: relative;
}

.his_list .line {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 1px;
	background: #d3d3d3
}

.his_list ul li {
	text-align: right;
	margin: 2rem 0;
	padding-right: 50%;
	clear: both;
	position: relative;
}

.his_list ul li i {
	position: absolute;
	left: 50%;
	margin-left: -0.5rem;
	top: 1rem;
	width: 0.9rem;
	height: 0.9rem;
	border-radius: 100%;
	background: #d3d3d3
}

.his_list ul li i:after {
	content: '';
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8rem;
	width: 6rem;
	height: 1px;
	background: #d3d3d3;
	top: 0.4rem;
}

.his_list ul li:nth-child(2n) i:after {
	margin-left: 2rem;
}

.his_list ul li:nth-child(2n) {
	padding-right: 0;
	padding-left: 50%;
	text-align: left;
}

.his_list ul li .text {
	padding: 0 10rem;
	line-height: 2.8rem;
	color: #262626;
}

.his_list ul li .text h3 {
	font-size: 2rem;
	color: #a2774f;
	font-weight: normal;
	margin-bottom: 1rem;
}

.ry_list {
	margin: 0 auto;
}

.ry_list li {
	width: 30.3%;
	float: left;
	margin: 1rem 1.5%;
	text-align: center;
	line-height: 4rem;
}

.ry_list li .img {
	border: 1rem solid #efefef;
	max-width: 27rem;
	margin: 0 auto;
}

.ry_list li:nth-child(3n+1) {
	clear: both;
}

.ry_list li .img img {
	display: block;
}

.td_list {
	margin: 0 auto;
}

.td_list li {
	width: 25%;
	float: left;
}

.td_list li:hover .tit p span {
	width: 100%;
}

.td_list li .box {
	margin: 1.7rem;
}

.td_list li .img {
	position: relative;
}

.td_list li .img img {
	display: block;
	width: 100%;
}

.td_list li .tit p {
	line-height: 5.6rem;
	background: #1c1c1c;
	padding: 0 1.6rem;
	font-size: 1.6rem;
	color: #c09874;
	position: relative;
}

.td_list li .tit p span {
	position: absolute;
	display: block;
	width: 4.8rem;
	height: 0.4rem;
	background: #be9a78;
	bottom: 0;
	right: 0;
}

.td_list li:nth-child(4n+1) {
	clear: both;
}

.td_list li .text {
	margin-top: 1.5rem;
	line-height: 2.6rem;
	color: #6c6c6c
}

.td_list li .text h3 {
	font-size: 2rem;
	margin-bottom: 1rem;
	color: #000
}

.zp_p_list {
	max-width: 112rem;
	margin: 0 auto;
	line-height: 2.8rem;
	color: #4c4c4c
}

.zp_p_list a {
	color: #be9a78
}

.bold {
	font-weight: bold;
}

.zp_p_list .list {
	border-bottom: 1px solid #ebefef;
	margin-bottom: 1.5rem;
	padding-bottom: 1.5rem;
}

.zp_p_list .list:last-child {
	border-bottom: 0
}

.zp_p_list .list h3 {
	font-size: 2rem;
	font-weight: normal;
	color: #000;
	margin-bottom: 0.5rem;
	line-height: 4rem;
}

.zp_p_list .text>ul>li {
	list-style: decimal;
	margin-left: 2rem;
}

.zp_list .text>ul {
	max-width: 51.4rem;
}

.zp_p_list .title {
	cursor: pointer;
	margin: 1rem 0;
	line-height: 5.4rem;
	border: 1px solid #e3e9ec;
	background: url(../image/icon12.png) no-repeat 98% center #f9f9f9;
	padding: 0 2rem;
}

.zp_p_list .title span {
	display: inline-block;
	width: 23%;
	color: #000
}

.zp_p_list .title span.span1 {
	font-size: 2.2rem;
}

.zp_p_list .box {
	display: none;
	transition: all 0s;
	-o-transition: all 0s;
	-webkit-transition: all 0s;
	-moz-transition: all 0s;
	-ms-transition: all 0s;
}

.zp_p_list .on .title,
.zp_p_list li:hover .title {
	background: url(../image/icon12-1.png) no-repeat 98% center #be9a78;
	border-color: #be9a78;
}

.zp_p_list .on .title span,
.zp_p_list li:hover .title span {
	color: #fff;
}

@keyframes zoomIn {
	from {
		opacity: 0;
		transform: scale3d(.3, .3, .3);
	}

	50% {
		opacity: 1;
	}
}

.pro_list li:nth-child(3n+1) {
	clear: both;
}

.pro_list li a {
	display: block;
	margin: 1.2rem;
	background: #fff;
	padding: 2.3rem;
	box-shadow: 0 0 2rem rgba(0, 0, 0, 0.05)
}

.pro_list li a:hover {
	box-shadow: 0 0.1rem 5rem rgba(0, 0, 0, 0.1)
}

.pro_list li a:hover .img {
	background: #fff;
}

.page_pro {
	padding: 0;
	background: #FFFFFF;
	position: relative;
	display: flex;
	align-items: center;
	flex-direction: row;
	margin-top: 4rem;
}
.page_pro .pro-beijing {
	width: 88.3rem;
	height: 12.5rem;
	position: absolute;
	bottom: 1.7rem;
	right: -4.1rem;
	z-index: 10;
}
.pro_txt .box {
	width: 70%;
}
.pro_txt {
	width: 50%;
	display: flex;
	position: relative;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.pro_txt .txt-name {
	color: #1D1D1F;
	font-size: 5.6rem;
}
.pro_txt .txt-desc {
	color: #333333;
	font-size: 3.2rem;
	margin-top: 5.9rem;
}
.pro_txt .txt-quan {
	width: 5.6rem;
	height: 5.6rem;
}
.pro_txt .txt-name02 {
	color: #1D1D1F;
	font-size: 5.2rem;
	margin-top: 6.0rem;
}
.pro_txt .tit-text02 {
	color: #000000;
	font-size: 2.8rem;
	margin-top: 0.7rem;
}
.pro_txt .txt-desc02 {
	color: #666666;
	font-size: 2.8rem;
	margin-top: 6.0rem;
}
.pro_txt .txt-hong02 {
	color: #ED6E1D;
	font-size: 3.2rem;
	margin-top: 6.0rem;
}
.pro_txt .txt-fang02 {
	color: #333333;
	font-size: 2.6rem;
	margin-top: 6.0rem;
}
.pro_txt .txt-dian02 {
	width: 100%;
	color: #333333;
	font-size: 2.6rem;
	margin-top: 1.5rem;
	display: flex;
	align-items: center;
}
.pro_txt .txt-dian02 .dian-text{
	width: 58.2rem;
}
.pro_txt .txt-dian02 .dian-dian{
	width: 4rem;
	height: 4rem;
	display: flex;
	align-items: center;
}
.pro_txt .txt-dian02 .dian-dian .dian-box{
	width: 1.2rem;
	height: 1.2rem;
	border-radius: 50%;
	background: #ED6E1D;
}

.page_dow {
	width: 100%;
	padding: 0;
	background: #FFFFFF;
	position: relative;
	display: flex;
	align-items: center;
	flex-direction: column;
	margin-top: 4rem;
}
.dow_cum {
	width: 100%;
	height: 80rem;
	position: relative;
	z-index: 10;
}
.dow_cum .cum{
	width: 92.5rem;
	height: 38.0rem;
	margin: 0 auto;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: flex-end;
	text-align: center;
}
.dow_cum .cum .txt-name02{
	color: #1D1D1F;
	font-size: 5.6rem
}
.dow_cum .cum .txt-desc02{
	color: #666666;
	font-size: 3.2rem;
	margin-top: 3.2rem;
}

.page_dow .dow_owl{
	width: 100%;
	height: 100%;
	left: 0px;
	bottom: 0px;
	position: absolute;
}
.page_dow .dow_owl .owl{
	width: 100%;
	height: 100%;
}
.page_dow .dow_owl .owl .img{
	width: 100%;
	height: 100%;
}








.pro-aaa {
	width: auto !important;
	height: 96rem !important;
	display: flex !important;
	align-items: center !important;
}
.pro_owl {
	width: 50%;
	display: inline-block;
}

.pro_owl .owl-theme .owl-controls {
	width: auto;
	right: -6rem;
	left: auto;
	width: 12rem;
}

.pro_owl .owl-theme .owl-controls .owl-nav [class*=owl-] {
	display: block;
	float: left;
	width: 6rem;
	height: 6rem;
	margin: 0;
	padding: 0;
	background-image: url(../image/cur1.png);
	background-position: center center;
	background-repeat: no-repeat;
	border-radius: 0;
	background-color: #1c1c1c
}

.pro_owl .owl-theme .owl-controls .owl-nav .owl-next {
	background-image: url(../image/cur2.png);
	background-color: #be9a78
}

.page_pro .text {
	position: absolute;
	left: 55%;
}

.page_pro .text .box {
	max-width: 41rem;
}

.page_tit2.on h3 {
	color: #fff;
}

.page_tit2.on h2 {
	color: #c09874;
}

.page_pro .text p {
	line-height: 3.2rem;
	color: #696969;
	height: 9.6rem;
	overflow: hidden;
	margin-bottom: 3rem;
}

.page_pro .btn a {
	margin-left: 0;
	background: #0b0b0b;
}

.btn2 a span {
	display: inline-block;
	padding-right: 1.7rem;
	background: url(../image/icon3.png) no-repeat right center;
}

.btn2 a:hover span {
	padding-right: 2.7rem;
}

.service_list:after {
	content: '';
	display: block;
	clear: both;
}

.service_list ul li {
	width: 25%;
	float: left;
	padding-right: 0px !important;
	padding-left: 0px !important;
}

.service_list a {
	display: block;
	margin: 1px;
	position: relative;
}

.service_list img {
	display: block;
}

.service_list .text {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 2rem;
	opacity: 0;
	color: #FFFFFF;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	text-align: center;
}

.service_list .text h3 {
	font-size: 4.2rem;
	font-weight: normal;
}

.service_list .text p {
	font-size: 2.6rem;
}

.service_list .text .more {
	display: inline-block;
	padding-right: 1rem;
}

.service_list a:hover .img:before {
	background: rgba(0,0,0,0.68);
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	color: #FFFFFF;
}

.service_list a:hover .text {
	top: 50%;
	opacity: 1;
	z-index: 100;
	color: #FFFFFF;
	transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}

.service_list a:hover .text h3 {
	color: #FFFFFF;
	font-size: 4.2rem;
}

.service_list a:hover .text p {
	color: #FFFFFF;
	font-size: 2.6rem;
	padding-top: 5.2rem;
}

.service_list a:hover .text span {
	display: none;
}

.service_list .text-name {
	color: #FFFFFF !important;
	font-size: 5.9rem !important;
}
.service_list .text-desc {
	display: flex;
	width: 27rem;
	height: 9.4rem;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	border-radius: 10rem;
	margin-top: 6.7rem;
	border: 2px solid #FFFFFF;
}
.service_list .text-desc .desc-name {
	color: #FFFFFF !important;
	font-size: 2.6rem !important;
}
.service_list .text-desc img {
	width: 2.1rem;
	height: 2.1rem;
}
.service_list .wode-li {
	width: 50%;height: 69rem;
}

.service_list .wode-li .img{
	height: 69rem;
}

.news_list ul li {
	width: 48%;
	padding: 2.5rem 0;
	float: left;
}

.news_list ul li:nth-child(2n) {
	float: right;
}

.news_list a {
	display: block;
}

.news_list .img {
	width: 16rem;
	height: 10rem;
	float: left;
	margin-right: 2rem;
}

.news_list .text {
	overflow: hidden;
}

.news_list .p_time {
	height: auto;
	color: #a1a1a1
}

.news_list h3 {
	margin-top: 1rem;
	font-size: 1.6rem;
	color: #000;
	font-weight: normal;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.news_list p {
	line-height: 2rem;
	color: #999;
	height: 4rem;
	overflow: hidden;
}

.news_list .line {
	width: 100%;
	height: 1px;
	background: #efefef;
	margin: 0.8rem 0;
}

.news_list .line label {
	display: block;
	width: 1.3rem;
	height: 1px;
	background: #000
}

.news_list a:hover .line label {
	width: 100%;
}

.mainer {
	margin-top: 0px;
}
.menu_wrap_box {
	margin-top: 0px;
}
ul:after {
	content: '';
	display: block;
	clear: both;
}

.btn_more {
	margin-top: 2rem;
	text-align: center;
}

.btn_more a {
	display: inline-block;
	padding: 0 4.5rem;
	line-height: 4.2rem;
	border: 1px solid #b2b2b2;
	color: #999
}

.btn_more a:hover {
	border-color: #fb3546;
	color: #fb3546
}

.div_pos {
	line-height: 6.5rem;
	color: #515151;
}

.div_pos a {
	color: #000;
}

.div_pos a:hover {
	color: #fb3546
}

.details .wrap {
	max-width: 118rem;
}

.details .tit {
	padding: 2rem 0;
	border-bottom: 1px solid #e8e8e8;
	line-height: 3rem;
}

.details .tit h2 {
	font-size: 2rem;
	font-weight: normal;
}

.details .tit p {
	color: #be9a78
}

.details .tit span {
	color: #717171
}

.details .text {
	line-height: 3.6rem;
	color: #898989;
	padding: 2rem 0;
}

.page_padd {
	padding-top: 0;
}

.page_tit3 {
	margin: 0 1rem;
	padding-top: 3rem;
}

.page_tit3 span {
	font-size: 2rem;
}

.center {
	text-align: center;
}

.page_size {
	text-align: center;
	margin-top: 3rem;
}

.page_size a {
	display: inline-block;
	width: 3.5rem;
	height: 3.5rem;
	line-height: 3.5rem;
	vertical-align: middle;
	background-color: #515151;
	color: #fff;
	background-position: center center;
	background-repeat: no-repeat;
	margin: 0.5rem 0.2rem;
}

.page_size a.prev {
	background-image: url(../image/cur3.png);
}

.page_size a.next {
	background-image: url(../image/cur4.png);
}

.page_size a:hover,
.page_size a.on {
	background-color: #be9a78;
}

/*----------footer----------*/
.footer {
	padding: 5rem 0;
	color: #fff;
	line-height: 2.6rem;
	background: #333333;
	background-size: cover;
}

.footer .footer-wrap {
	max-width: 85%;
	margin: 0 auto;
}

.footer .text {
	overflow: hidden;
	padding-right: 0px !important;
	padding-left: 0px !important;
}

.footer .ewm img {
	display: block;
	margin-bottom: 1.5rem;
}

.footer .ewm {
	padding-right: 0px !important;
	padding-left: 0px !important;
	text-align: center;
	width: 17rem;
}

.footer .list {
	padding-top: 1rem;
}
.footer .disk {
	padding-top: 2rem;
}

.footer .list ul {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.footer .disk ul {
	display: flex;
	flex-direction: row;
	align-items: center;
}
.footer .list ul li {
	margin: 1.5rem 0;
	width: 35rem;
	font-size: 2.1rem;
}

.footer .disk ul li {
	margin: 1.5rem 0;
	font-size: 2.1rem;
}
.footer .disk ul li span{
	color: #999999;
	font-size: 1.8rem;
}

.footer a {
	color: #fff;
}
.footer h3 {
	font-size: 3rem;
	font-weight: bold;
}
.news_tag {
	text-align: center;
	padding: 5rem 0;
}

.news_tag ul li {
	display: inline-block;
}

.news_tag a {
	display: block;
	padding: 0 1rem;
	min-width: 7.2rem;
	text-align: center;
	line-height: 3rem;
	background: #eee;
	color: #7e7e7e;
}

.news_tag li.on a,
.news_tag a:hover {
	background: #be9a78;
	color: #fff;
}

.page_news .list {
	margin: 0 auto;
}

.page_news .list .img {
	width: 47.1rem;
	float: right;
}

.page_news .list .text {
	border-top: 0.2rem solid #000;
	padding-top: 3rem;
	overflow: hidden;
}

.page_news .list li {
	margin-bottom: 4rem;
}

.page_news .list li:after {
	content: '';
	display: block;
	clear: both;
}

.page_news h3 {
	font-size: 1.6rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 1rem;
}
.page_news .list a{
	color:#333;
}
.page_news .list a:hover {
	color: #be9a78 !important;
	text-decoration: none;
}

.page_news .time {
	line-height: 2rem;
	margin-bottom: 1rem;
	padding-left: 2.5rem;
	background: url(../image/icon6.png) no-repeat left center;
	color: #a8a8a8
}

.page_news p {
	line-height: 2.7rem;
	height: 8.1rem;
	overflow: hidden;
	color: #737373;
	margin: 3rem 0;
}

.page_news .btn a {
	background: none;
	border: 2px solid #000;
	color: #000;
	line-height: 3.0rem;
	width: 12rem;
	margin-left: 0
}

.page_news .btn a:hover {
	background: #333;
	color: #fff;
}

/*----------custom----------*/
.news_details {
	background: #fff;
	box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.1)
}

.news_details .box {
	width: 90%;
	margin: 0 auto;
}

.news_details .tit {
	padding: 5.5rem 0;
	text-align: center;
}

.news_details .tit h2 {
	font-size: 3.6rem;
	font-weight: normal;
	margin-bottom: 2.5rem;
}

.news_details .tit p {
	font-size: 1.8rem;
	color: #333;
}

.news_details .text {
	font-size: 1.6rem;
	color: #414141;
	line-height: 2.8rem;
}

.news_details .text h3 {
	font-size: 1.8rem;
	font-weight: bold;
	margin-top: 2rem;
	margin-bottom: 0.5rem;
}

.news_details .text img {
	margin-top: 1rem;
}

.text_cur {
	line-height: 7rem;
	border-top: 1px solid #e8e8e8
}

.text_cur span {
	max-width: 45%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.text_cur a {
	color: #000;
}

.text_cur a:hover {
	color: #be9a78;
}

.pro_list2 ul li {
	width: 25%;
	float: left;
}

.pro_list2 a {
	display: block;
	margin: 0.7rem;
	font-size: 1.6rem;
}

.pro_list2 ul {
	margin: 0 0.3rem;
	margin-top: 2rem;
}

.pro_list2 img {
	display: block;
}

.pro_list2 .img {
	margin-bottom: 2rem;
}

.cont_list ul li {
	width: 33.333%;
	float: left;
	text-align: center;
}

.cont_list ul li .text {
	margin-top: 2rem;
	color: #434343
}

.cont_list ul li .text h3 {
	font-size: 1.6rem;
	font-weight: normal;
	color: #000;
	margin-bottom: 1rem;
}

.message {
	max-width: 71rem;
	margin: 0 auto;
}

.message ul li {
	width: 50%;
	float: left;
}

.message ul li:last-child {
	width: 100%;
}

.message ul {
	margin-bottom: 3rem;
}

.message .div_input {
	margin: 0.5rem;
	line-height: 4rem;
	border: 1px solid #e9e9e9;
	background: #fff;
	padding: 0 1.5rem;
}

.div_input textarea {
	width: 100%;
	height: 15rem;
	border: 0;
	background: none;
	resize: none;
	padding: 1rem 0;
}

.banner .item img {
	display: block;
	width: 100%;
}

.about_tag {
	line-height: 8rem;
	border-bottom: 1px solid #e8e8e8;
	padding-right: 0px !important;
	padding-left: 0px !important;	
}
.about_tag ul{
	margin: 0px !important;
}

.about_tag ul li {
	width: 20%;
	float: left;
	text-align: center;
}

.about_tag ul li a {
	margin-left: -1px;
	border-left: 1px solid #e8e8e8;
	font-size: 1.6rem;
	color: #222;
	display: block;
}

.about_tag ul li:first-child a {
	border-left: 0;
}

.about_tag ul li span {
	display: inline-block;
	padding-left: 5rem;
}

.about_tag ul li span.span1 {
	background: url(../image/icon7.png) no-repeat left center;
}

.about_tag ul li span.span2 {
	background: url(../image/icon8.png) no-repeat left center;
}

.about_tag ul li span.span3 {
	background: url(../image/icon9.png) no-repeat left center;
}

.about_tag ul li span.span4 {
	background: url(../image/icon10.png) no-repeat left center;
}

.about_tag ul li span.span5 {
	background: url(../image/icon11.png) no-repeat left center;
}

.about_tag ul li.on a,
.about_tag ul li a:hover {
	background: #be9a78;
}

.about_tag ul li.on span,
.about_tag ul li a:hover span {
	color: #fff;
}

.about_tag ul li.on span.span1,
.about_tag ul li a:hover span.span1 {
	background: url(../image/icon7-1.png) no-repeat left center;
}

.about_tag ul li.on span.span2,
.about_tag ul li a:hover span.span2 {
	background: url(../image/icon8-1.png) no-repeat left center;
}

.about_tag ul li.on span.span3,
.about_tag ul li a:hover span.span3 {
	background: url(../image/icon9-1.png) no-repeat left center;
}

.about_tag ul li.on span.span4,
.about_tag ul li a:hover span.span4 {
	background: url(../image/icon10-1.png) no-repeat left center;
}

.about_tag ul li.on span.span5,
.about_tag ul li a:hover span.span5 {
	background: url(../image/icon11-1.png) no-repeat left center;
}

.about_d_text {
	padding-right: 0px !important;
	padding-left: 0px !important;
}

.about_d_text p {
	max-width: 79rem;
	margin: 0 auto;
	line-height: 3rem;
	color: #6d6d6d;
	text-align: center;
}

.about_list {
	max-width: 79rem;
	margin: 0 auto;
}

.about_list ul li {
	width: 33.333%;
	float: left;
	margin: 35px 0
}

.about_list .box {
	margin: 1rem;
	border: 1px solid #e7e7e7;
	text-align: center;
	padding: 3.5rem 0;
	color: #ababab;
}

.about_list .box h3 {
	font-size: 5.6rem;
	color: #323232;
	font-weight: normal;
	margin-bottom: 2rem;
}

.pro_list2 ul li p {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.full {
	position: fixed;
	top: 50%;
	right: 0;
	z-index: 1001;
}

.full li a {
	display: block;
	width: 5.2rem;
	height: 5.2rem;
	margin-bottom: 1px;
	position: relative;
	background: rgba(0, 0, 0, 0.5);
	z-index: 1;
}

.full li a:hover span,
.full li a:hover label {
	background-color: #be9a78 !important;
}

.full li:last-child a {
	border-bottom: 0;
}

.full li a span {
	display: block;
	width: 5.2rem;
	height: 5.2rem;
	position: relative;
	z-index: 100;
	background-position: center center;
	background-repeat: no-repeat;
}

.full li:nth-child(2) a,
.full li:nth-child(1) a {
	z-index: 2;
}

.full li a label {
	display: block;
	width: 10rem;
	white-space: nowrap;
	padding: 0 2rem;
	position: absolute;
	line-height: 5.2rem;
	color: #fff;
	z-index: -1;
	background: #000;
	bottom: 0;
	left: 100%;
	box-sizing: inherit;
	max-width: 300%;
	;
}

.full li a:hover label {
	left: -12rem;
}

.full li a .lbl_img {
	padding: 1rem;
	height: auto;
	line-height: normal;
}

.full li a span.span1 {
	background-image: url(../image/full1.png);
}

.full li a span.span2 {
	background-image: url(../image/full2.png);
}

.full li a span.span3 {
	background-image: url(../image/full3.png);
}

.full li a span.span4 {
	background-image: url(../image/full4.png);
}

.submenu-nav {
	z-index: 999;
}
.submenu_show .menu li a {
    color: #333333;
    font-size: 2.1rem;
	text-decoration: none;
}
.wrap-logo {
    width: 100%;
}
.header-logo {
	width: 18.1rem;
	height: 4.2rem;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url("../imgs/logo-bai.png");
}
.submenu_show .header-logo {
	width: 18.1rem;
	height: 4.2rem;
}
.submenu_show .menu li.on a,.menu li a:hover {
    color: #ED6E1D;
}

.submenu_show .bg_hover {
	display: block !important;
	width: 100%;
	height: 25rem;
	z-index: 1;
	top: 0px;
	left: 0px;
	position: absolute;
	background: rgba(255,255,255,1);
	animation-name: a_bg_hover_show;
	/*持续时间*/
	animation-duration: 2s;
}

@keyformes a_bg_hover_show {
    0% {
        height: 2rem;
    }
    100% {
        height: 25rem;
    }
}



.cus-span-text {
	background-color: coral;
	color: #FFF;
	padding: 0 20px;
	line-height: 42px;
	font-size: 1.4rem;
	display: inline-block;
	border-radius: 20px;
	margin: 2px 0;
}