

/*关于我们*/
.aboutbox {
	width: 1198px;
	height: auto;
	border: 1px solid #eee;
	background: #fff;
	margin-bottom: 40px;
	position: relative;
	display: flex;
  display: -webkit-flex;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  -o-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.aboutbox .line {
	width: 316px;
	position: absolute;
	left: 1px;
	top: 0;
	bottom: 0;
	height: auto;
	background: #fdfdfd;
	border-right: 1px solid #eee;
	z-index: 1;
}




.aboutbox_left {
	width: 318px;
	height: auto;
	position: relative;
	z-index: 5;
}

.aboutbox_left ul {
	width: 318px;
	height: auto;
	
}

.aboutbox_left ul li {
	width: 100%;
	border-bottom: 1px solid #eee;
	line-height: 60px;
	font-size: 16px;
	color: 2d2422;
	display: flex;
  display: -webkit-flex;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  -o-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  justify-content: center;
  -moz-box-pack: center;
  -o-justify-content: center;
  -ms-justify-content: center;
	cursor: pointer;
}
.aboutbox_left ul a {
	color: #2d2422;
}

.aboutbox_left ul li:hover, .aboutbox_left ul li.hover {
	color: #f70214;
	font-weight: bold;
	background: #fff;
}

.aboutbox_left ul li span {
	width: 30px;
	height: 30px;
	margin: 15px 20px 15px 0;
	background: url("../images/icon.png") no-repeat;
}

.aboutbox_left ul li span.icon1 {
	background-position: 0 -200px;
}

.aboutbox_left ul li span.icon2 {
	background-position: -60px -200px;
}

.aboutbox_left ul li span.icon3 {
	background-position: 0 -230px;
}

.aboutbox_left ul li span.icon4 {
	background-position: -60px -230px;
}

.aboutbox_left ul li:hover span.icon1, .aboutbox_left ul li.hover span.icon1 {
	background-position: -30px -200px;
}
.aboutbox_left ul li:hover span.icon2, .aboutbox_left ul li.hover span.icon2 {
	background-position: -90px -200px;
}

.aboutbox_left ul li:hover span.icon3, .aboutbox_left ul li.hover span.icon3 {
	background-position: -30px -230px;
}
.aboutbox_left ul li:hover span.icon4, .aboutbox_left ul li.hover span.icon4 {
	background-position: -90px -230px;
}



.aboutbox_right {
	width: 800px;
	height: auto;
	padding: 39px 40px 0 39px;
}

.aboutbox_right .about_title {
	width: 800px;
	height: auto; 
	border-bottom: 1px solid #eee;
	display: inline-block;
	margin-bottom: 20px;
}

.aboutbox_right .about_title h1 {
	width: 100%;
	height: auto;
	line-height: 250%;
	font-size: 24px;
	color: #2d2422;
}


.aboutbox_right .about_text {
	width: 800px;
	height: auto;
	color: #2d2422;
	font-size: 16px;
	line-height: 150%;
	padding-bottom: 39px;
}

.aboutbox_right .about_text p {
  color: #2d2422;
  font-size: 16px;
  line-height: 150%;
  margin: 10px 0;
}

.aboutbox_right .about_text img {
	margin: 25px auto;
  display: block;
  max-width: 800px;
  height: auto;
}



/*联系我们*/

.aboutbox_right .about_contact {
	width: 800px;
	height: auto;
}

.contact_wechat {
	width: 100%;
	height: auto;
	padding-bottom: 40px;
	border-bottom: 1px solid #eee;
	display: flex;
  display: -webkit-flex;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  -o-flex-wrap: nowrap;
  flex-wrap: nowrap;
	line-height: 200%;
	color: #2d2422;
	font-size: 16px;
	margin-bottom: 40px;
}
.contact_wechat .img, .contact_text .img {
	width: 130px;
	height: 130px;
	border: 1px solid #eee;
	margin-right: 40px;
}

.contact_box {
	width: 100%;
	height: auto;
	margin-bottom: 40px;
}



.contact_nav {
	width: 100%;
	height: 32px;
	margin-bottom: 40px;
}
.contact_nav ul {
	width: 100%;
	height: 32px;
	text-align: center;
	display: flex;
  display: -webkit-flex;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  -o-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  justify-content: center;
  -moz-box-pack: center;
  -o-justify-content: center;
  -ms-justify-content: center;
}

.contact_nav ul li {
	width: 130px;
	height: 32px;
	border-radius: 16px;
	line-height: 32px;
	text-align: center;
	color: #886967;
	font-size: 16px;
	margin: 0 5px;
	cursor: pointer;
	background: #ffe3e5;
}

.contact_nav ul li:hover, .contact_nav ul li.hover {
	background: #f70114;
	color: #fff;
}


.contact_text {
	width: 100%;
	height: auto;
	display: flex;
  display: -webkit-flex;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  -o-flex-wrap: nowrap;
  flex-wrap: nowrap;
}



.contact_text .text {
	width: 410px;
	height: auto;
}

.contact_text .text ul {
	width: 100%;
	height: auto;
}
.contact_text .text ul li {
	width: 100%;
	font-size: 16px;
	
}
.contact_text .text ul li em {
	width: 76px;
	float: left;
	color: #a4a4a4;
	line-height: 36px;
}
.contact_text .text ul li b {
	width: 334px;
	float: left;
	font-weight: normal;
	color: #2d2422;
	line-height: 20px;
	padding: 8px 0;
}

.contact_map {
	width: 100%;
	height: auto;
	position: relative;
	margin-top: 40px;
}

.contact_map .mlogo {
	width: 208px;
	height: 56px;
	position: absolute;
	top: 20px;
	left: 20px;
	z-index: 2;
}
.contact_map .button {
	width: 168px;
	height: 40px;
	position: absolute;
	top: 96px;
	left: 20px;
	background: -webkit-linear-gradient(left, #f70114, #ff6c01 100%);
  background: -o-linear-gradient(right, #f70114, #ff6c01 100%);
  background: -moz-linear-gradient(right, #f70114, #ff6c01 100%);
  background: linear-gradient(to right, #f70114, #ff6c01 100%);
	padding-right: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 18px;
	color: #fff;
	border-radius: 10px;
	
}

.contact_map .button:hover {
	background: #f70114;
	font-weight: bold;
}

.contact_map .button em {
	width: 7px;
	height: 13px;
	background: url("../images/icon.png") no-repeat -17px -54px;
	position: absolute;
	right: 38px;
	top: 13px;
}

.contact_map .sign {
    background: url(../images/map_icon.png) no-repeat center;
    width: 41px;
    height: 49px;
    top: 50px;
    right: 182px;
    animation: man linear infinite 2s;
    position: absolute;
    z-index: 1;
}


/*公司动态*/

.aboutcentent {
	width: 100%;
	height: auto;
	display: inline-block;
	margin-top: 20px;
}

.news {
	width: 800px;
	height: auto;
	margin-bottom: 39px;
	padding-bottom: 39px;
	border-bottom: 1px solid #eee;
	display: flex;
  display: -webkit-flex;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  -o-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.news .newsimg {
	width: 300px;
	height: auto;
	margin-right: 20px;
	overflow: hidden;
}
.news .newsimg img {
	width: 100%;
  transition: all ease 0.3s;
}
.news:hover .newsimg img {
  transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
}

.news .visatext {
	width: 480px;
	height: auto;
	display: inline-block;
}

.news .visatext .title {
	width: 100%;
	color: #2d2422;
}
.news .visatext .title h1 {
	line-height: 150%;
	font-size: 20px;
	padding-bottom: 8px;
}

.news:hover .visatext .title h1 {
	color: #f70114;
}
.news .visatext.titlef {
	width: 100%;
	margin-top: 10px;
}
.news .visatext .titlef em {
	line-height: 150%;
	font-size: 14px;
	color: #a0a0a0;
	padding-right: 30px;
}
.news .visatext .linebo {
	width: 100%;
	height: 1px;
	background: #eee;
	margin: 16px 0;
}

.news .visatext .text {
	width: 100%;
	height: auto;
	font-size: 14px;
	line-height: 28px;
	float: left;
	margin-top: 8px;
	color: #a0a0a0;
}


