@charset 'utf-8';
html {
	font-size: 450%;
}
* {
	margin: 0;
	padding: 0;
}
div,figure,img,input,button {
	box-sizing: border-box;
}
body {
	max-width: 1920px;
	margin: 0 auto;
	color: #c79b52;
	font-size: 14px;
	background-color: #fff;
	font-family: "Microsoft YaHei","Helvetica Neue", Helvetica, Arial, "Microsoft Yahei UI", SimHei, "\5B8B\4F53", simsun, sans-serif;
}

ul,ol {
	list-style: outside none none;
}

li {
	list-style-type: none;
}

a {
	color: #c79b52;
	text-decoration: none;
}

a:hover {
	
}

hr {
	border: none;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
}
.none {
	display: none;
}

.clear {
	clear: both;
}

.clearfix:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	*zoom: 1;
}

.min_width {
	min-width: 1200px;
}

.main_width {
	width: 100%;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

@font-face {
	font-family: 'hyxjtj';
	src: url('../font/hyxjtj.eot');
	src: url('../font/hyxjtj.eot?#iefix') format('embedded-opentype');
	src:url('../font/hyxjtj.woff') format('woff'), url('../font/hyxjtj.ttf') format('truetype'), url('../font/hyxjtj.svg#hyxjtj') format('svg'),local('hyxjtj');
	font-weight: normal;
	font-style: normal;
}
/*头部公共*/
.header {
	width: 100%;
	background: #212121;
	border-bottom: 2px solid #c79b52;
}
.header .main_width {
	height: 242px;
	position: relative;
	text-align: center;
}
.header .logo {
	width: 19%;
	float: left;
}
.header .logo img {
	height: auto;
	width: 100%;
}
.header .logo2 {
	width: 49%;
	height: 180px;
	display: inline-block;
}
.header .logo2 img {
	width: 100%;
	height: auto;
	display: inline-block;
}
.header .right {
	width: 240px;
	float: right;
}
.header .right .ch_en {
	width: 100%;
	height: 40px;
	line-height: 40px;
	margin-top: 15px;
}
.header .right .ch_en a {
	display: inline-block;
	float: right;
	color: #ccc;
	margin-left: 30px;
}
.header .right .ch_en a:hover span {
	color: #fff;
}
.header .right .ch_en a img {
	display: inline;
	float: left;
}
.header .right .phone {
	text-align: right;
	color: #fff;
	font-size: 16px;
	margin-top: 5px;
}
.search_input {
	float: right;
	padding: 0 40px 0 0;
	box-sizing: border-box;
	height: 40px;
	line-height: 40px;
	position: relative;
	border-radius: 4px;
	background: #333333;
	margin-top: 10px;
}

.search_input input {
	width: 190px;
	height: 40px;
	line-height: 40px;
	border: none;
	outline: none;
	padding: 0 10px;
	background: none;
	box-sizing: border-box;
	font-size: 16px;
	color: #ccc;
}
.search_input button {
	position: absolute;
	top: 0px;
	right: 0;
	display: inline-block;
	width: 40px;
	height: 40px;
	border: none;
	cursor: pointer;
	outline: none;
	background: #663300;
	background-size: 55% 75%;
	font-size: 16px;
	color: #fff;
	border-bottom-right-radius: 4px;
	border-top-right-radius: 4px;
}
.header .nav {
	width: 76%;
	height: 45px;
	float: right;
	position: absolute;
	bottom: 0;
	right: 0;
}
.header .nav li {
	width: 12.5%;
	height: 45px;
	line-height: 45px;
	float: left;
	text-align: center;
}
.header .nav li a {
	width: 100%;
	display: block;
	font-size: 16px;
}
.header .nav li a:hover {
	background: #c79b52;
	color: #fff;
}
/*手机端导航*/
.header_m {
	display: none;
}

.header_m {
	width: 100%;
	height: 55px;
	position: fixed;
	top: 0;
	z-index: 10001;
	text-align: center;
	color: #fff;
	font-weight: normal;
	vertical-align: middle;
	text-align: center;
	background-size: 100% 100%;
	background: #212121;
	border-bottom: 1px solid #675a46;
}
.header_m .left_logo {
	height: 100%;
	display: inline-block;
	float: left;
}
.header_m .left_logo img {
	height: 100%;
}
.header_m .logo {
	height: 100%;
	display: inline-block;
	position: relative;
	left: -15px;
}

.header_m .logo img {
	height: 100%;
}

.header_m .webname {
	height: 100%;
	display: inline;
	color: #ffd700;
	font-size: 16px;
	font-weight: 700;
	height: 55px;
	line-height: 55px;
	letter-spacing: 1px;
}

.flbox {
	position: relative;
	margin-right: 0px;
	width: 60px;
	height: 55px;
	float: right;
	cursor: pointer;
	opacity: 0.9;
}

div.x,

div.y,

div.z {
	position: absolute;
	margin: auto;
	top: 0px;
	bottom: 18px;
	background: #c79b52;
	border-radius: 2px;
	-webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-ms-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}

div.x, div.y, div.z {
	height: 3px;
	width: 30px;
	-webkit-transition: all 100ms ease-out;
	-moz-transition: all 100ms ease-out;
	-ms-transition: all 100ms ease-out;
	-o-transition: all 100ms ease-out;
	transition: all 100ms ease-out;
}

div.y.squize {
	width: 0;
	-webkit-transition: all 100ms ease-out;
	-moz-transition: all 100ms ease-out;
	-ms-transition: all 100ms ease-out;
	-o-transition: all 100ms ease-out;
	transition: all 100ms ease-out;
}

div.y {
	top: 18px;
}

div.z {
	top: 37px;
}

div.open div.x, div.open div.z {
	top: 19px;
	-webkit-transition: all 70ms ease-out;
	-moz-transition: all 70ms ease-out;
	-ms-transition: all 70ms ease-out;
	-o-transition: all 70ms ease-out;
	transition: all 70ms ease-out;
}

div.rotate45 {
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: all 100ms ease-out;
	-moz-transition: all 100ms ease-out;
	-ms-transition: all 100ms ease-out;
	-o-transition: all 100ms ease-out;
	transition: all 100ms ease-out;
}

div.rotate135 {
	-ms-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	-webkit-transition: all 100ms ease-out;
	-moz-transition: all 100ms ease-out;
	-ms-transition: all 100ms ease-out;
	-o-transition: all 100ms ease-out;
	transition: all 100ms ease-out;
}

#sideMenuContainer {
	background: #212121;
	background-size: 100% 100%;
	position: fixed;
	top: 55px;
	right: -150px;
	width: 150px;
	z-index: 4;
	opacity: 0.9;
}

#sideMenuContainer > a {
	display: block;
	padding: 10px;
	color: #c79b52;
	font-size: 17px;
	border-bottom: 1px solid #c79b52;
}

#sideMenuContainer > a:hover {
	background-color: #c79b52;
	color: #fff;
}
#sideMenuContainer span {
	display: block;
	height: 45px;
	line-height: 45px;
	border-bottom: 1px solid #c79b52;
}
#sideMenuContainer span>a {
	display: block;
    width: 50%;
    float: left;
    font-size: 17px;
}
.phone_search {
	width: 100%;
	height: 45px;
	line-height: 45px;
	background: #212121;
	position: fixed;
	top: 55px;
	z-index: 10000;
	display: none;
	box-sizing: border-box;
	padding-left: 10px;
}
.phone_search .phone {
	font-size: 16px;
	color: #c79b52;
}
.phone_search .btn {
	float: right;
	height: 45px;
	display: inline-block;
	position: relative;
}
.phone_search .btn img {
	width: 35px;
	height: 35px;
	margin-top: 5px;
	margin-right: 25px;
}


.search_map {
	float: right;
	padding: 0 40px 0 0;
	box-sizing: border-box;
	height: 40px;
	line-height: 40px;
	position: relative;
	border-radius: 4px;
	background: #333333;
	position: absolute;
	top: 45px;
	right: 25px;
	display: none;
}

.search_map input {
	width: 190px;
	height: 40px;
	line-height: 40px;
	border: none;
	outline: none;
	padding: 0 10px;
	background: none;
	box-sizing: border-box;
	font-size: 16px;
	color: #ccc;
}
.search_map button {
	position: absolute;
	top: 0px;
	right: 0;
	display: inline-block;
	width: 40px;
	height: 40px;
	border: none;
	cursor: pointer;
	outline: none;
	background: #663300;
	background-size: 55% 75%;
	font-size: 16px;
	color: #fff;
	border-bottom-right-radius: 4px;
	border-top-right-radius: 4px;
}
.header_m_h {
	height: 100px;
	display: none;
}
.index_banner {

}
.index_banner img {
	max-width: 100%;
}
.intro_top {
	width: 100%;
	height: 190px;
	background: #c79b52;
}
/*企业介绍*/
.index_intro {
	width: 100%;
	height: 100%;
	background: #fff;
	z-index: 9999;
	background: url(../images/pic07.jpg);
	background-size: 100% 100%;
}
.index_intro .main_width {
	padding-left: 60px;
	position: relative;
	top: -110px;
	z-index: 9999;
	background: url(../images/pic06.png) no-repeat center top;
	background-size: 100% 100%;
}
.index_intro .common_top {
	color: #c79b52;
}
.common_top {
	height: 115px;
	background: url(../images/img_06.png) no-repeat center center;
	background-size: 100% 100%;
	color: #212121;
	padding-top: 25px;
}
.common_top h2 {
	font-size: 30px;
}
.common_top .en {

}
.index_intro .main {

}
.index_intro .main .video {
	width: 45%;
	height: 30vw;
	max-height: 340px;
	float: right;
	margin-top: 50px;
	margin-right: 4%;
}
.index_intro .main .txt {
	width: 46%;
	color: #c79b52;
	float: left;
	margin-top: 50px;
}
.index_intro .main .txt .title {
	font-size: 30px;
}
.index_intro .main .txt .des {
	line-height: 2;
	margin-top: 30px;
}
.index_intro .main .txt .more {
	width: 150px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border-radius: 30px;
	border: 1px solid #c79b52;
	display: block;
	margin-top: 50px;
	color: #c79b52;
}
.index_intro .main .txt .more:hover {
	color: #c79b52;
	border: 1px solid #c79b52;
}
/*技术优势*/
.index_adv {
	width: 100%;
	padding-top: 60px;
	background: url(../images/img_07.jpg) no-repeat center center;
	background-size: auto 100%;
}
.index_adv .top {
	text-align: center;
}
.index_adv .top h2 {
	font-size: 30px;
}
.index_adv .top .en {

}
.index_adv .top img {
	display: inline-block;
}
.index_adv .main {
	margin-top: 60px;
}
.index_adv .main .box {
	width: 45%;
	float: left;
	margin-bottom: 70px;
}
.index_adv .main .box:nth-child(2n) {
	float: right;
}
.index_adv .main .box img {
	width: 22%;
	display: inline-block;
	float: left;
	border-radius: 50%;
}
.index_adv .main .box .txt {
	width: 70%;
	float: right;
}
.index_adv .main .box h3 {
	font-size: 18px;
	padding-bottom: 20px;
	border-bottom: 1px solid #c79b52;
}
.index_adv .main .box p {
	margin-top: 10px;
	line-height: 2;
}
/*产品展示*/
.index_pro {
	background: url(../images/img_15.jpg) no-repeat top center;
	background-size: 100% 600px;
	padding-top: 20px;
}
.common_top.yellow {
	background: url(../images/img_13.png) no-repeat center center;
	background-size: 100% 100%;
}
.common_top.yellow h2 {
	color: #c79b52;
	display: inline-block;
}
.common_top.yellow .en {
	color: #c79b52;
	display: inline-block;
}
.common_top.yellow .more {
	display: inline-block;
	float: right;
}
.common_top.yellow .more span {
	position: relative;
	top: -6px;
}
.common_top.yellow .more img {
	display: inline-block;
}
.index_pro .nav {
	margin-top: 75px;
}
.index_pro .nav li {
	width: 100%;
	float: left;
}
.index_pro .nav li a {
	height: 95px;
	line-height: 95px;
	display: block;
	border-top: 5px solid #c79b52;
	color: #fff;
	background: #c79b52;
	font-size: 24px;
	text-align: center;
	
}
.index_pro .nav li:first-child a {
	border-right: 1px solid #ffcc99;
}
.index_pro .nav li:nth-child(2) a {
	border-left: 1px solid #996633;
}
.index_pro .nav li a:hover {
	border-top: 5px solid #fff;
}
.index_pro .steinpaget {

}
.index_pro .steinpaget .son_nav {
	margin-top: 40px;
}
.index_pro .steinpaget .son_nav li {
	width: 20%;
	float: left;
}
.index_pro .steinpaget .son_nav li a {
	width: 240px;
	height: 80px;
	text-align: center;
	background: #333333;
	border-left: 1px solid #000;
	border-right: 1px solid #666;
	color: #c79b52;
	display: table-cell;
	vertical-align: middle;
}
.index_pro .steinpaget .son_nav li a span {
	display: block;
}
.index_pro .steinpaget .son_nav li .ch {
	font-size: 18px;
	line-height: 1.5;
}
.index_pro .steinpaget .son_nav li a:hover {
	background: #c79b52;
	color: #fff;
}
.index_pro .steinpaget .list {
	margin-top: 40px;
}
.index_pro .steinpaget .list .box {
	width: 23%;
	margin-right: 2.66%;
	float: left;
	margin-bottom: 30px;
}
.index_pro .steinpaget .list .box:nth-child(4) {
	margin-right: 0px;
}
.index_pro .steinpaget .list .box .img_box {
	width: 100%;
	position: relative;
	padding-top: 100%;
	display: block;
	overflow: hidden;
}
.index_pro .steinpaget .list .box .img_box img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	transition: all 0.6s;
}
.index_pro .steinpaget .list .box:hover img {
	transform: scale(1.1);
}
.index_pro .steinpaget .list .box .txt {
	color: #333;
}
.index_pro .steinpaget .list .box .txt .title {
	font-size: 18px;
	line-height: 3;
	margin-top: 10px;
}
.index_pro .steinpaget .list .box .txt .des {
	width: 100%;
	line-height: 1.5;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.index_pro .steinpaget .list .box .txt .more {
	color: #333;
	margin-top: 10px;
	display: inline-block;
}
.index_pro .steinpaget .list .box .txt .more:hover {
	color: #c79b52;
}
/*新闻中心*/
.index_news {
	width: 100%;
	background: url(../images/img_16.jpg) no-repeat center center;
	margin-top: 30px;
	padding-top: 20px;
	padding-bottom: 85px;
}
.index_news .main {
	margin-top: 50px;
}
.index_news .main .left {
	width: 60%;
	float: left;
}
.index_news .main .left .box {
	width: 100%;
}
.index_news .main .left .box .img_box {
	width: 50%;
	height: 225px;
	float: left;
}
.index_news .main .left .box .img_box img {
	width: 100%;
	height: 100%;
}
.index_news .main .left .box .txt {
	width: 50%;
	height: 225px;
	float: right;
	padding: 20px;
	background: #333;
}
.index_news .main .left .box .txt .title {
	font-size: 18px;
	line-height: 1.5;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.index_news .main .left .box .txt .des {
	line-height: 1.5;
	margin-top: 20px;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.index_news .main .left .box .txt .more {
	display: inline-block;
	margin-top: 20px;
}
.index_news .main .left .box:nth-child(2) .img_box {
	float: right;
}
.index_news .main .left .box:nth-child(2) .txt {
	float: left;
}
.index_news .main .right {
	width: 40%;
	height: 450px;
	float: right;
	background: url(../images/img_19.png);
	padding: 25px;
}
.index_news .main .right a {
	height: 40px;
	line-height: 40px;
	border-bottom: 1px dashed #c79b52;
	background: url(../images/img_20.png) no-repeat left center;
	padding-left: 15px;
	display: block;
}
.index_news .main .right a .title {
	width: 70%;
	display: inline-block;
	float: left;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.index_news .main .right a .time {
	display: inline-block;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    float: right;
    width: 30%;
    text-align: right;
}
/*底部*/
.footer {
	background: #212121;
	color: #85693c;
}
.footer .flink {
	background: #212121;
	border-bottom: 1px solid #615747;
}
.footer .flink ul {
	padding-top: 20px;
	padding-bottom: 20px;
}
.footer .flink ul li {
	display: inline-block;
	line-height: 2;
}
.footer .flink ul li a {
	color: #85693c;
}
.footer .main {
	color: #85693c;
	padding-top: 10px;
	/*border-bottom: 1px solid #615747;*/
	padding-bottom: 20px;
}
.footer .main .left {
	width: 75%;
	float: left;
}
.footer .main .phone {
	margin-top: 20px;
}
.footer .main .phone img {
	display: inline-block;
	float: left;
}
.footer .main .phone .t {

}
.footer .main .phone .num {
	font-size: 30px;
}
.footer .main .msg {
	line-height: 1.5;
	margin-top: 10px;
}
.footer .main .msg .p span {
	display: inline-block;
	float: left;
	margin-top: 3px;
}
.footer .main .logo {
	width: 17%;
	float: right;
}
.footer .main .logo img {
	width: 100%;
}
.footer .bottom {
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
	background: #c79b52;
	color: #333;
}
.footer .bottom a {
	color: #333;
}
.footer .bottom p {
	line-height: 1.5;
}
.bdsharebuttonbox {
	display: inline-block;
}
/*底部*/
.foot_h {
	height: 4em;
	display: none;
}

.myfooter {
	height: 4em;
	position: fixed;
	left: 0;
	width: 100%;
	z-index: 9999;
	bottom: 0;
	background: #333;
	display: none;
}

.myfooter li {
	width: 33.3%;
	float: left;
	position: relative;
	font-size: 0.9em;
	text-align: center;
	color: #fff;
	line-height: 1em;
	height: 5.33em;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	border-right: 1px solid rgba(255,255,255,0.2);
}

.myfooter li:last-child:before {
	height: 0;
}

.myfooter li em {
	width: 28.125%;
	display: block;
	margin: 0 auto;
	padding: 0.3em 0 0.10em 0;
}

.myfooter li em img {
	width: 28px;
	height: auto;
}

.myfooter li a {
	color: #fff;
}
.sr-bdimgshare  {
	display: none !important;
}
.banner {
	width: 1920px;
	height: 4rem;
	background: url(../images/img_23.jpg) no-repeat center center;
	background-size: 100% 100%;
	    vertical-align: middle;
    display: table-cell;
    box-sizing: border-box;
}
.banner .txt {
	text-align: center;
}
.banner .txt h1 {
	font-size: 0.48rem;
	color: #c79b52;
	font-weight: bold;
	line-height: 1.5;
}
.banner .txt p {
	font-size: 0.18rem;
	color: #fff;
}
/*面包屑*/
.crumbs {
	padding-top: 15px;
	padding-bottom: 15px;
	background: #212121;
}
.crumbs .left {
	display: inline-block;
	float: left;
	position: relative;
	top: -4px;
}
.crumbs .left img {
	width: 20px;
	display: inline-block;
	position: relative;
	top: 3px;
}
.crumbs .right {
	display: inline-block;
	float: right;
}
/*新闻中心*/
.news_list {
	box-sizing: border-box;
	padding-top: 85px;
}
.news_list .box {
	width: 31%;
	margin-right: 3.5%;
	float: left;
	margin-bottom: 65px;
}
.news_list .box:nth-child(3n) {
	margin-right: 0px;
}
.news_list .box .img_box {
	width: 100%;
	position: relative;
	padding-top: 62%;
}
.news_list .box .img_box img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.news_list .box .txt {
	box-sizing: border-box;
	padding: 30px 20px;
	background: #333;
}
.news_list .box .txt .title {
	font-size: 18px;
	line-height: 1.5;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.news_list .box .txt .time {
	font-size: 14px;
	margin-top: 15px;
}
.news_list .box .txt .des {
	font-size: 14px;
	line-height: 1.5;
	letter-spacing: 1px;
	margin-top: 15px;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.news_list .box .txt a {
	width: 130px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	display: block;
	border: 1px solid #c79b52;
	margin-top: 30px;
}
.news_list .box .txt a:hover {
	background: #fff;
}

/*分页*/
.page {
	height: 50px;
	line-height: 50px;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 70px;
}

.page a {
	padding: 5px 10px;
	border-radius: 4px;
	background: #000;
}

.page span {
	padding: 5px 10px;
	background: #c79b52;
	color: #fff;
}
/*联系我们*/
.index_cont {
	margin-top: 85px;
	position: relative;
	margin-bottom: 75px;
}
#dituContent {
	width: 70%;
	height: 530px;
	float: left;
}
.index_cont .text {
	width: 370px;
	height: 530px;
	float: right;
	background: #333;
	color: #c79b52;
	padding: 70px 30px 30px 40px;
	box-sizing: border-box;
	position: absolute;
	right: 0px;
}
.index_cont .text h2 {
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 20px;
}
.index_cont .text .p1 {
	font-size: 14px;
	line-height: 1.5;
}
.index_cont .text .p2 {
	font-size: 16px;
	line-height: 1.5;
	margin-top: 20px;
}
.index_cont .text .p2 img {
	width: 20px;
	position: relative;
	top: 5px;
}
/*加盟我们*/
.join {
	background: url(../images/bg_black.png);
	padding-top: 55px;
}
.join .top {
	text-align: center;
}
.join .top .ch {
	font-size: 30px;
	font-weight: bold;
	line-height: 1.5;
}
.join .top .en {

}
.join .main {
	min-height: 1100px;
	background: url(../images/img_25.png) no-repeat center center;
	margin-top: 20px;
	padding-top: 15px;
	position: relative;
}
.join .main .box {
	width: 50%;
	float: right;
	box-sizing: border-box;
	padding-left: 95px;
	padding-right: 60px;
}
.join .main .box:nth-child(2n) {
	text-align: right;
	padding-left: 60px;
	padding-right: 95px;
}
.join .main .box1 {
	position: absolute;
	right: 0px;
}
.join .main .box2 {
	position: absolute;
	left: 0px;
	top: 105px;
}
.join .main .box3 {
	position: absolute;
	right: 0px;
	top: 195px;
}

.join .main .box4 {
	position: absolute;
	left: 0px;
	top: 290px;
}
.join .main .box5 {
	position: absolute;
	right: 0px;
	top: 375px;
}
.join .main .box6 {
	position: absolute;
	left: 0px;
	top: 465px;
}
.join .main .box7 {
	position: absolute;
	right: 0px;
	top: 555px;
}
.join .main .box8 {
	position: absolute;
	left: 0px;
	top: 645px;
}
.join .main .box9 {
	position: absolute;
	right: 0px;
	top: 735px;
}
.join .main .box10 {
	position: absolute;
	left: 0px;
	top: 823px;
}
.join .main .box11 {
	position: absolute;
	right: 0px;
	top: 905px;
}
.join .main .box12 {
	position: absolute;
	left: 0px;
	top: 1000px;
}
.join .main .box .num {
	font-size: 30px;
	line-height: 1.5;
}
.join .main .box .txt {
	font-size: 16px;
	line-height: 1.8;
	margin-top: 5px;
}
.join .top2 {
	margin-top: 120px;
}
.join form {
	color: #c79b52;
}
.join form #tab1 {
	margin-top: 60px;
}
.join form .left {
	width: 50%;
	float: left;
}
.join form .form-item {
	width: 100%;
	margin-bottom: 30px;
	float: left;
}
.join form .form-item label {
	font-size: 18px;
	display: inline-block;
	width: 22%;
	text-align: right;
	height: 50px;
	line-height: 50px;
}
.join form .controls {
	width: 75%;
	display: inline-block;
}
.join form .controls input {
	width: 100%;
	height: 50px;
	box-sizing: border-box;
	padding-left: 10px;
	margin-right: 2%;
	font-size: 18px;
	color: #c79b52;
	outline: none;
	border-radius: 4px;
	background: #333;
	border: 1px solid #666;
}
.join form .controls img {
	width: 40%;
	float: right;
}
.join form .controls select {
	width: 100%;
	height: 50px;
	box-sizing: border-box;
	padding-left: 10px;
	margin-right: 2%;
	font-size: 18px;
	color: #c79b52;
	outline: none;
	background: #333;
	border-radius: 4px;
	border: 1px solid #666;
}
.join form .controls textarea {
	width: 98%;
	height: 375px;
	box-sizing: border-box;
	padding: 10px;
	float: right;
	margin-right: 2%;
	font-size: 18px;
	color: #c79b52;
	outline: none;
	background: #333;
	border-radius: 4px;
	border: 1px solid #666;
}
.join form .textarea {
	width: 47%;
	float: right;
	margin-right: 3%;
}
.join form .textarea .item-label {
    font-size: 18px;
    display: inline-block;
    width: 22%;
    text-align: right;
    height: 50px;
    line-height: 50px;
    float: left;
    padding-right: 5px;
}
.join form .btn {
	width: 150px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border-radius: 4px;
	font-size: 16px;
	color: #fff;
	border: none;
	background: #666;
	margin-right: 10px;
	cursor: pointer;
}
.join form .btn:hover {
	background: #c79b52;
}
.join form .button {
	padding-left: 12.5%;
}
.join form .code input {
	width: 50%;
}
/*产品列表*/
.list_goods {

}
.list_goods .nav {
	width: 100%;
	height: 100px;
	background: #c79b52;
	text-align: center;
	box-sizing: border-box;
	padding-top: 25px;
}
.list_goods .nav li {
	width: 250px;
	height: 50px;
	line-height: 50px;
	display: inline-block;
	margin-left: 30px;
	margin-right: 30px;
}
.list_goods .nav li a {
	display: block;
	text-align: center;
	color: #333;
	border: 1px solid #333;
	font-size: 18px;
}
.list_goods .nav li a.a-active,
.list_goods .nav li a:hover {
	color: #fff;
	border: 1px solid #fff;
}
.list_goods .son_nav {
	margin-top: 40px;
}
.list_goods .son_nav li {
	width: 17%;
	float: left;
	margin-left: 0.25%;
	margin-right: 0.25%;
	text-align: center;
}
.list_goods .son_nav li:first-child {
	width: 12%;
}
.list_goods .son_nav li span {
	width: 100%;
	display: block;
}
.list_goods .son_nav li a {
	display: block;
	padding-top: 15px;
	padding-bottom: 15px;
	background: #333;
}
.list_goods .son_nav li a.cur,
.list_goods .son_nav li a:hover {
	color: #fff;
	background: #c79b52;
}
.list_goods .son_nav li a .ch {
	font-size: 18px;
	line-height: 1.8;
}
.list_goods .list {
	margin-top: 40px;
}
.list_goods .list .box {
	width: 23.5%;
	float: left;
	margin-right: 2%;
	display: block;
	margin-bottom: 50px;
}
.list_goods .list .box:hover .txt {
	background: #c79b52;
	color: #fff;
}
.list_goods .list .box:nth-child(4n) {
	margin-right: 0px;
}
.list_goods .list .box .img_box {
	width: 100%;
	position: relative;
	padding-top: 100%;
	overflow: hidden;
}
.list_goods .list .box .img_box img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	transition: all 0.6s;
}
.list_goods .list .box:hover img {
	transform: scale(1.1);
}
.list_goods .list .box .txt {
	background: #333;
	height: 170px;
	box-sizing: border-box;
	padding: 30px 20px 30px 20px;
}
.list_goods .list .box .txt .title {
	font-size: 18px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.list_goods .list .box .txt .des {
	font-size: 14px;
	line-height: 1.5;
	margin-top: 10px;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.list_goods .list .box .txt .more {
	display: inline-block;
	margin-top: 15px;
}
.list_goods .main {
	padding: 45px;
	background: #333;
	margin-top: 30px;
}
.list_goods .main .left {
	width: 45%;
	float: left;
}
.list_goods .main .left h1 {
	color: #fff;
	font-size: 36px;
}
.share_to {
	display: inline-block;
	float: left;
	position: relative;
	top: 7px;
}
.list_goods .link {
	width: 150px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 18px;
	color: #fff;
	background: #c79b52;
	display: block;
	margin-top: 20px;
}
.list_goods .right {
	width: 50%;
	float: right;
}
.list_goods .right img {
	width: 100%;
}
.list_goods .pro_detail {
	margin-top: 40px;
}
.list_goods .pro_detail h2 {
	font-size: 24px;
	line-height: 1.5;
}
.list_goods .pro_detail .line {

}
.list_goods .pro_detail .line img {
	max-width: 100%;
}
.list_goods .pro_detail .cont {
	padding-top: 20px;
	padding-bottom: 30px;
	border-bottom: 1px solid #585043;
}
.list_goods .links {
	text-align: center;
	margin-top: 20px;
}
.list_goods .links span {

}
.list_goods .links span a {
	color: #c79b52;
}
.list_goods .links span a:hover {

}
.list_goods .links .pre {
	display: inline-block;
	float: left;
}
.list_goods .links .next {
	display: inline-block;
	float: right;
}
.list_goods .links .return {
	display: inline-block;
}
.list_goods .links span img {
	position: relative;
	top: 7px;
}
.list_goods .links .pre_next {
	display: none;
}
/*企业概况*/
.about_a {
	background: url(../images/bg_black.png) repeat;
	padding: 50px 40px 40px 40px;
	box-sizing: border-box;
}
.typename {
	text-align: center;
	line-height: 1.5;
}
.typename .ch {
	font-size: 30px;
	font-weight: bold;
}
.typename .en {

}
.about_a .main {
	margin-top: 45px;
}
.about_a .main .pic {
	width: 45%;
	float: left;
	margin-right: 6%;
	margin-bottom: 20px;
}
.about_a .main .pic img {
	width: 100%;
}
.about_a .main .txt {

}
.about_b {
	height: 400px;
	background: #c79b52;
	box-sizing: border-box;
	padding-top: 50px;
	color: #333;
}
.about_b .cont {
	margin-top: 20px;
}
.about_b .pic {
	margin-top: 30px;

}
.about_b .pic .img_box {
	width: 22%;
	margin-right: 1.5%;
	margin-left: 1.5%;
	display: inline-block;
	margin-bottom: 20px;
}
.about_b .pic .img_box img {
	width: 100%;
}
.about_c {
	padding-top: 200px;
	background: url(../images/bg_black.png) repeat;
	padding-bottom: 50px;
}
.con {	
	padding-left: 25px;
	width: 100%;
	box-sizing: border-box;
	overflow: hidden;
	margin-top: 40px;
}
.con .bd ul{ 
	overflow:hidden; 
	zoom:1; 
}
.con .bd ul li{ 
	margin:0 20px; 
	float:left; 
	display:inline; 
	overflow:hidden; 
	text-align:center;  
}
.con .bd ul li .pic{ 
	text-align:center; 
	padding: 15px;
	border: 1px solid #c79b52;
}
.con .bd ul li .pic img{
	width:215px; 
	height:270px; 
	display:block; 
}
/*服务理念*/
.service_nav {
	width: 100%;
	background: #c79b52;
	text-align: center;
	padding-top: 25px;
	padding-bottom: 25px;
	box-sizing: border-box;
}
.service_nav li {
	width: 140px;
	text-align: center;
	font-size: 18px;
	display: inline-block;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 3px;
	margin-bottom: 3px;
	
}
.service_nav li a {
	border: 1px solid #333;
	height: 40px;
	line-height: 40px;
	display: block;
	color: #333;
}
.service_nav li a.a-active,
.service_nav li a:hover {
	color: #fff;
	border: 1px solid #fff;
}
.idea {
	padding: 50px;
	background: url(../images/bg_black.png) repeat;
}
.idea .main {
	margin-top: 50px;
}
.idea .main img {
	max-width: 100%;
}
.idea .main .pic {
	width: 38%;
	max-width: 415px;
	float: left;
	margin-right: 4%;
}
.idea .main .pic img {
	width: 100%;
}
.idea .main .mid {
	width: 26%;
	float: left;
}
.idea .main .right {
	width: 27%;
	float: right;
}
.idea .main .box {
	margin-bottom: 35px;
}
.idea .main .box h3 {
	font-size: 18px;
	line-height: 1.5;
}
/*保修保养*/
.guarantee {
	padding: 50px;
	background: url(../images/bg_black.png) repeat;
}
.typename .des {
	font-size: 18px;
	line-height: 1.5;
	margin-top: 5px;
}
.guarantee .main {
	margin-top: 50px;
}
.guarantee .main .box {
	background: #333;
	margin-bottom: 30px;
}
.guarantee .main .box .pic {
	width: 37%;
	float: left;
	margin-right: 50px;
}
.guarantee .main .box .pic .img_box {
	width: 100%;
	position: relative;
	padding-top: 85%;
}
.guarantee .main .box .pic .img_box img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
}
.guarantee .main .box .txt {
	padding: 50px;
	line-height: 2;
}
.guarantee .main .box .txt strong {
	color: #fff !important;
}
/*服务承诺*/
.promise {
	padding: 50px 20px;
	background: url(../images/bg_black.png) repeat;
}
.promise .list {
	margin-top: 40px;
}
.promise .list .box {
	width: 32%;
	margin-right: 2%;
	float: left;
}
.promise .list .box:nth-child(3) {
	margin-right: 0px;
}
.promise .list .box .img_box {
	width: 100%;
	position: relative;
	padding-top: 62%;
}
.promise .list .box .img_box img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
}
.promise .list .box .txt {
	height: 110px;
	padding: 20px;
	box-sizing: border-box;
	background: #333;
	font-size: 18px;
}
.promise .list .tit {
	padding: 40px 20px;
	color: #333;
	background: #c79b52;
}
.promise .list .tit h3 {
	font-size: 18px;
}
.promise .list .tit p {
	line-height: 1.5;
	margin-top: 10px;
}

/*钢琴选购*/
.purchase {
	padding: 50px 60px;
	background: url(../images/bg_black.png) repeat;
}
.purchase .link {
	text-align: center;
	margin-top: 30px;
	margin-bottom: 30px;
}
.purchase .link a {
	padding-top: 60px;
	width: 60px;
	font-size: 18px;
	display: inline-block;
	text-align: center;
	margin-left: 20px;
	margin-right: 20px;
}
.purchase .link a:hover {
	color: #fff;
}
.purchase .link .a {
	background: url(../images/img_37.png) no-repeat top center;
}
.purchase .link .a:hover {
	background: url(../images/img_34.png) no-repeat top center;
}
.purchase .link .b {
	background: url(../images/img_35.png) no-repeat top center;
}
.purchase .link .b:hover {
	background: url(../images/img_38.png) no-repeat top center;
}
.purchase .link .c {
	background: url(../images/img_36.png) no-repeat top center;
}
.purchase .link .c:hover {
	background: url(../images/img_39.png) no-repeat top center;
}
.purchase .box {
	margin-bottom: 40px;
	position: relative;
}
.purchase .box h3 {
	font-size: 18px;
	line-height: 1.5;
	margin-bottom: 15px;
	font-weight: bold;
}
.purchase .box p {
	font-size: 16px;
	line-height: 1.5;
	margin-bottom: 10px;
}
.purchase .box #a {
	position: absolute;
	top: -150px;
}
.purchase .box #b {
	position: absolute;
	top: -150px;
}
.purchase .box #c {
	position: absolute;
	top: -150px;
}
/*领先工艺*/
.list_gy {
	padding: 30px 50px;
	background: url(../images/bg_black.png) repeat;
}
.list_gy .box {

}
.list_gy .box .pic {
	width: 50%;
	float: left;
	margin-right: 50px;
}
.list_gy .box:nth-child(2n) .pic {
	float: right !important;
	margin-right: 0px;
	margin-left: 50px;
}
.list_gy .box:nth-child(2n) .txt {
	padding: 10px 20px;
	box-sizing: border-box;
}
.list_gy .box .pic .img_box {
	width: 100%;
	position: relative;
	padding-top: 64%;
}
.list_gy .box .pic .img_box img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
}
.list_gy .box .txt {
	padding: 10px 30px;
	box-sizing: border-box;
}
.list_gy .box .txt .num {
	font-size: 48px;
	font-weight: bold;
}
.list_gy .box .txt .title {
	font-size: 30px;
	display: inline-block;
	font-weight: bold;
}
.list_gy .box .txt .en {
	font-size: 18px;
	display: inline-block;
}
.list_gy .box .txt .des {
	line-height: 1.5;
	margin-top: 20px;
}
/*产品特点*/
.list_td {
	background: url(../images/bg_black.png) repeat;
	padding: 50px;
}
.list_td .box {
	margin-bottom: 50px;
}
.list_td .box .pic {
	width: 32%;
	float: left;
}
.list_td .box .pic .img_box {
	width: 100%;
	position: relative;
	padding-top: 64%;
}
.list_td .box .pic .img_box img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
}
.list_td .box .txt {
	width: 62%;
	height: 100%;
	float: right;
	box-sizing: border-box;
	padding-top: 30px;
	padding-bottom: 30px;
}
.list_td .box .txt .title {

}
.list_td .box .txt .title .num {
	float: left;
	font-size: 60px;
	display: inline-block;
	float: left;
	line-height: 1;
	font-style: italic;
	font-weight: bold;
	margin-right: 15px;
}
.list_td .box .txt .title p {
	width: 60%;
	float: left;
}
.list_td .box .txt .title .ch {
	font-size: 24px;
	float: left;
}
.list_td .box .txt .title .en {
	float: left;
}
.list_td .box .txt .title .point {
	display: inline-block;
	float: right;
}
.list_td .box .txt .des {
	line-height: 1.8;
	margin-top: 10px;
}
.list_td .box:nth-child(2n) .pic {
	float: right;
}
.list_td .box:nth-child(2n) .txt {
	float: left;
}
.list_td .box .line {
	width: 62%;
	height: 1px;
	border-bottom: 1px dashed;
	float: right;
}
.list_td .box:nth-child(2n) .line {
	float: left;
}
/*新闻详情*/
.article_news {
	background: #333;
	padding: 50px 30px;
}
.article_news h1 {
	font-size: 24px;
	text-align: center;
}
.article_news .msg {
	text-align: center;
}
.article_news .msg .time {
	display: inline-block;
}
.bdsharebuttonbox {
	position: relative;
}
.article_news .content {
	width: 100%;
	padding-top: 30px;
	padding-bottom: 30px;
	margin-top: 30px;
	border-top: 1px solid #5a4e39;
	border-bottom: 1px solid #5a4e39;
}
.article_news .content img {
	max-width: 100%;
	height: auto !important;
}
.article_news .content span,
.article_news .content p {
	color: #c79b52 !important;
}
.article_news .links {
	text-align: center;
	margin-top: 30px;
}
.article_news .links .pre {
	display: inline-block;
	float: left;
}
.article_news .links .next {
	display: inline-block;
	float: right;
}
.article_news .links .return {
	display: inline-block;
}
.article_news .links span img {
	position: relative;
	top: 7px;
}
.article_news .links .pre_next {
	display: none;
}
/*视频展示*/
.video_show {
	background: url(../images/pic08.jpg) repeat-x;
	padding-bottom: 70px;
	background-size: 50% 100%;
}
.video_show .video_list {

}
.video_show .video_list .video {
	width: 32%;
	margin-right: 2%;
	float: left;
}
.video_show .video_list .video:nth-child(3) {
	margin-right: 0px;
}
.video_show .video_list .video .video_box {
	width: 100%;
	position: relative;
	padding-top: 70%;
}
.video_show .video_list .video .video_box video {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}