@charset "utf-8";
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0;
}
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
em,
img,
strong,
b,
small,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
sub,
sup,
tt,
var,
del,
dfn,
ins,
kbd,
q,
s,
samp,
strike,
applet,
object,
iframe,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
mark,
audio,
video,
input,
textarea,
select {
  margin: 0;
  padding: 0;
}
body {
  font-family: arial, "microsoft yahei";
  font-size: 14px;
  color: #904d0f;
}
a {
  transition: all 0.3s;
}
a:link,
a:visited {
  text-decoration: none;
  outline: none;
  color: #904d0f;
}
a:hover {
  color: #70b92a;
}
ol,
ul {
  list-style: none;
}
img {
  border: 0;
  max-width: 100%;
}
table {
  border-collapse: collapse;
  width: 100%;
}
input {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
input[type='reset'],
input[type='button'],
input[type='submit'],
input[type='radio'] {
  cursor: pointer;
  outline: none;
}
input[type='checkbox'],
input[type='radio'] {
  position: relative;
  vertical-align: middle;
  margin: -2px 5px 1px;
}
textarea,
input[type='email'],
input[type='date'],
input[type='password'],
input[type='text'] {
  padding: 0;
  color: #ca8189;
  outline: none;
}
.f-l {
  float: left;
}
.f-r {
  float: right;
}
/*清楚浮动*/
.clearfix:after {
  clear: both;
  height: 0;
  content: "";
  line-height: 0;
  font-size: 0;
  display: block;
}
/*图片垂直水平居中*/
.vcenter {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 100%;
  max-height: 100%;
  display: block;
  vertical-align: middle;
  text-align: center;
  margin: auto;
}
.vcenter2 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  max-width: 100%;
  max-height: 100%;
  display: block;
  vertical-align: middle;
  text-align: left;
}
@font-face {
  font-family: 'penumbrasansstd-bold';
  src: url('../font/penumbrasansstd-bold.eot');
  src: url('../font/penumbrasansstd-bold.eot?#iefix') format('embedded-opentype'), url('../font/penumbrasansstd-bold.woff2') format('woff2'), url('../font/penumbrasansstd-bold.woff') format('woff'), url('../font/penumbrasansstd-bold.ttf') format('truetype'), url('../font/penumbrasansstd-bold.svg#penumbrasansstd-bold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'droid_sans_fallbackregular';
  src: url('../font/droidsansfallback-webfont.eot');
  src: url('../font/droidsansfallback-webfont.eot?#iefix') format('embedded-opentype'), url('../font/droidsansfallback-webfont.woff2') format('woff2'), url('../font/droidsansfallback-webfont.woff') format('woff'), url('../font/droidsansfallback-webfont.ttf') format('truetype'), url('../font/droidsansfallback-webfont.svg#droid_sans_fallbackregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: '259-cai978regular';
  src: url('../font/259-cai978-webfont.eot');
  src: url('../font/259-cai978-webfont.eot?#iefix') format('embedded-opentype'), url('../font/259-cai978-webfont.woff2') format('woff2'), url('../font/259-cai978-webfont.woff') format('woff'), url('../font/259-cai978-webfont.ttf') format('truetype'), url('../font/259-cai978-webfont.svg#259-cai978regular') format('svg');
  font-weight: normal;
  font-style: normal;
}

.container1 {
	padding: 0 80px;
	overflow: hidden;
	margin: 0 auto;
}
.inshowmb { display: none;}
@media (max-width: 1445px) {
	.container1 {
		padding: 0 50px;
	}
}

@media (max-width: 1279px) {
	.container1 {
		padding: 0 25px;
	}
}

@media (max-width: 992px) {
	.container1 {
		padding: 0 20px;
	}
}

@media (max-width: 767px) {
	.container1 {
		padding: 0 15px;
	}
}

.container {
	width: 1170px;
	margin: 0 auto;
}

@media (max-width: 1279px) {
	.container {
		width: 100%;
		padding: 0 25px;
	}
}

@media (max-width: 992px) {
	.container {
		padding: 0 20px;
	}
}

@media (max-width: 767px) {
	.container {
		padding: 0 15px;
	}
}

.phone_nav {
	width: 80px;
	height: 68px;
	position: absolute;
	right: 20px;
	top: 0;
	text-align: right !important;
	line-height: 68px;
	text-align: center;
	display: none;
	color: #fff;
}

@media (max-width: 1240px) {
	.phone_nav {
		display: block;
	}
}

@media (max-width: 767px) {
	.phone_nav {
		right: 10px;
		height: 44px;
		line-height: 44px;
	}
}

.phone_nav .icon-caidan01 {
	display: block;
	font-size: 34px;
}

@media (max-width: 767px) {
	.phone_nav .icon-caidan01 {
		font-size: 26px;
	}
}

.phone_nr {
	position: fixed;
	right: -100%;
	width: 100%;
	height: 100%;
	top: 0;
	padding: 50px 0 50px 0;
	overflow-y: scroll;
	border: 1px solid #ddd;
	z-index: 999;
	background: #3b3b40;
}

.phone_nr .close {
	position: absolute;
	right: 0;
	top: 0;
	width: 40px;
	height: 40px;
	cursor: pointer;
	line-height: 50px;
	text-align: center;
}

.phone_nr .close .iconfont {
	color: #f2f0f2;
	font-size: 28px;
}

.phone_nr .phone_list dl dt {
	height: 42px;
	line-height: 42px;
	position: relative;
	padding: 0 42px 0 20px;
	font-size: 16px;
	border-bottom: 1px solid #4a4a4f;
}

.phone_nr .phone_list dl dt em {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	width: 40px;
	line-height: 40px;
}

.phone_nr .phone_list dl dt em:after {
	content: "+";
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
	border-left: 1px solid #4a4a4f;
	display: block;
	font-size: 18px;
	width: 40px;
	line-height: 40px;
	text-align: center;
	height: 40px;
	color: #f7f6f6;
}

.phone_nr .phone_list dl dt>a {
	color: #f2f0f2;
	display: block;
	font-size: 16px;
}

.phone_nr .phone_list dl dd {
	padding: 0 0 0 30px;
	position: relative;
	display: none;
}

.phone_nr .phone_list .active dt em:after {
	content: "-";
}

.phone_nr .phone_list ul li {
	border-bottom: 1px solid #434344;
	line-height: 38px;
	padding: 0 20px 0 0;
	height: 38px;
}

.phone_nr .phone_list ul li>a {
	color: #c7c5c7;
	display: block;
	font-size: 14px;
}

.phone_nr .phone_list ul .active {
	background: #d71718;
}

.phone_nr .phone_list ul .active a {
	color: #fff;
}

header {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 999;
	width: 100%;
	background: rgba(0,0,0,0.3);
}

header .logo {
	float: left;
	margin: 15px 0 0 0;
	max-width: 423px;
}

@media (max-width: 1200px) {
	header .logo {
		max-width: 380px;
	}
}

@media (max-width: 767px) {
	header .logo {
		max-width: 200px;
		margin: 10px 0 5px 0;
	}
}

header .logo2 {
	float: left;
	margin: 15px 0 0 0;
	max-width: 423px;
	display: none;
}

@media (max-width: 1200px) {
	header .logo2 {
		max-width: 350px;
		margin: 12px 0 7px;
	}
}

@media (max-width: 767px) {
	header .logo2 {
		max-width: 200px;
		margin: 8px 0 7px;
	}
}

header .right {
	padding: 10px 0 0 0;
}

@media (max-width: 1200px) {
	header .right {
		display: none;
	}
}

header .right .tel {
	text-align: right;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
}

header .right .tel span {
	font-weight: 100;
	font-size: 14px;
}

header .right .tel .iconfont {
	margin: 0 6px 0 0;
	font-size: 16px;
	font-weight: 100;
}

header .right .nav {
	text-align: right;
	font-size: 0;
	margin: 0 -17px 0 0;
}

header .right .nav li {
	display: inline-block;
	margin: 0 5px;
	vertical-align: middle;
}

@media (max-width: 1320px) {
	header .right .nav li {
		margin: 0 4px;
	}
}

header .right .nav li:hover .subz {
	display: block;
}

header .right .nav li:hover #app_nav .app_title {
	animation: myfirst 0.5s alternate;
	-webkit-animation: myfirst 0.5s alternate;
}

header .right .nav li:hover #app_nav .aap_right {
	animation: myfirst 0.5s alternate;
	-webkit-animation: myfirst 0.5s alternate;
}

header .right .nav li:hover #solve_nav .app_title {
	animation: myfirst 0.5s alternate;
	-webkit-animation: myfirst 0.5s alternate;
}

header .right .nav li:hover #solve_nav .aap_right {
	animation: myfirst 0.5s alternate;
	-webkit-animation: myfirst 0.5s alternate;
}

header .right .nav li:hover #cases_nav span {
	animation: myfirst 0.5s alternate;
	-webkit-animation: myfirst 0.5s alternate;
}

header .right .nav li:hover #service_nav span {
	animation: myfirst 0.5s alternate;
	-webkit-animation: myfirst 0.5s alternate;
}

header .right .nav li:hover #news_nav span {
	animation: myfirst 0.5s alternate;
	-webkit-animation: myfirst 0.5s alternate;
}

header .right .nav li:hover #about_nav span {
	animation: myfirst 0.5s alternate;
	-webkit-animation: myfirst 0.5s alternate;
}

header .right .nav li:hover>a {
	border-bottom: 2px solid #fff;
}

header .right .nav li>a {
	display: block;
	color: #fff;
	height: 50px;
	overflow: hidden;
	line-height: 50px;
	padding: 0 12px;
	font-size: 16px;
}

@media (max-width: 1367px) {
	header .right .nav li>a {
		padding: 0 10px;
	}
}

@media (max-width: 1320px) {
	header .right .nav li>a {
		padding: 0 8px;
	}
}

header .right .nav .active>a {
	border-bottom: 2px solid #fff;
}

.subz {
	position: absolute;
	left: 0;
	top: 85px;
	width: 100%;
	z-index: 5;
	overflow: hidden;
	background: url(../images/headerbg.png) repeat-x center top #ffffff;
	display: none;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

#app_nav:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	height: 100%;
	width: 32%;
	background: #f4f4f4;
}

#app_nav .app_title {
	float: left;
	width: 32%;
	position: relative;
	z-index: 1;
	padding: 30px 0 15%;
	background: #f4f4f4;
}

#app_nav .app_title dd {
	color: #904d0f;
	font-size: 20px;
	height: 60px;
	position: relative;
	overflow: hidden;
	line-height: 60px;
	text-align: left;
	cursor: pointer;
	padding: 0 30px 0 67%;
}

@media (max-width: 1681px) {
	#app_nav .app_title dd {
		height: 50px;
		font-size: 18px;
		line-height: 50px;
	}
}

#app_nav .app_title dd:hover {
	background: url(../images/jisntou.png) no-repeat 96% center #e4e4e4;
	color: #d71718;
}

#app_nav .app_title .active {
	background: url(../images/jisntou.png) no-repeat 96% center #e4e4e4;
	color: #d71718;
}

#app_nav .aap_right {
	float: left;
	position: relative;
	padding: 2% 20% 3% 4.5%;
	width: 68%;
}

#app_nav .aap_right .aaprightnav {
	display: none;
}

#app_nav .aap_right .aaprightnav .aaprightmain dd {
	float: left;
	padding: 4% 44px;
	width: 25%;
}

@media (max-width: 1681px) {
	#app_nav .aap_right .aaprightnav .aaprightmain dd {
		padding: 3% 40px;
	}
}

#app_nav .aap_right .aaprightnav .aaprightmain dd .item {
	display: inline-block;
	width: 100%;
}

#app_nav .aap_right .aaprightnav .aaprightmain dd .item:hover .quan {
	background: #d71718;
	color: #fff;
	box-shadow: inherit;
}

#app_nav .aap_right .aaprightnav .aaprightmain dd .item:hover i {
	color: #d71718;
}

#app_nav .aap_right .aaprightnav .aaprightmain dd .item .quan {
	margin: 0 auto;
	width: 108px;
	height: 108px;
	border-radius: 50%;
	background: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	color: #d71718;
	font-size: 32px;
	font-style: italic;
	text-align: center;
	line-height: 108px;
	overflow: hidden;
	font-weight: bold;
	font-family: "penumbrasansstd-bold";
}

#app_nav .aap_right .aaprightnav .aaprightmain dd .item .text {
	font-size: 22px;
	font-family: "microsoft yahei";
	font-style: inherit;
}

#app_nav .aap_right .aaprightnav .aaprightmain dd .item i {
	text-align: center;
	height: 24px;
	font-style: inherit;
	display: block;
	line-height: 24px;
	overflow: hidden;
	color: #904d0f;
	font-size: 16px;
	margin: 20px auto 0;
}

#solve_nav:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	height: 100%;
	width: 32%;
	background: #f4f4f4;
}

#solve_nav .app_title {
	float: left;
	width: 32%;
	position: relative;
	z-index: 5;
	padding: 30px 0 15%;
}

#solve_nav .app_title dd {
	color: #904d0f;
	font-size: 20px;
	height: 60px;
	position: relative;
	overflow: hidden;
	line-height: 60px;
	text-align: left;
	cursor: pointer;
	padding: 0 30px 0 67%;
}

@media (max-width: 1681px) {
	#solve_nav .app_title dd {
		height: 50px;
		font-size: 18px;
		line-height: 50px;
	}
}

#solve_nav .app_title dd:hover {
	background: url(../images/jisntou.png) no-repeat 96% center #e4e4e4;
	color: #d71718;
}

#solve_nav .app_title .active {
	background: url(../images/jisntou.png) no-repeat 96% center #e4e4e4;
	color: #d71718;
}

#solve_nav .aap_right {
	float: left;
	position: relative;
	padding: 2% 40% 6% 6%;
	width: 68%;
}

@media (max-width: 1681px) {
	#solve_nav .aap_right {
		padding: 2% 34% 6% 6%;
	}
}

#solve_nav .aap_right .solve_nav {
	display: none;
}

#solve_nav .aap_right .solve_nav .solve_navmain dd {
	float: left;
	color: #904d0f;
	font-size: 18px;
	height: 60px;
	text-align: left;
	line-height: 60px;
	overflow: hidden;
	padding: 0 0 0 18px;
	position: relative;
	width: 50%;
}

@media (max-width: 1681px) {
	#solve_nav .aap_right .solve_nav .solve_navmain dd {
		height: 50px;
		line-height: 50px;
	}
}

#solve_nav .aap_right .solve_nav .solve_navmain dd:hover:before {
	background: #d71718;
}

#solve_nav .aap_right .solve_nav .solve_navmain dd:hover>a {
	color: #d71718;
}

#solve_nav .aap_right .solve_nav .solve_navmain dd:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -2px;
	width: 4px;
	height: 4px;
	background: #c2c2c2;
}

#solve_nav .aap_right .solve_nav .solve_navmain dd>a {
	color: #904d0f;
	font-size: 18px;
}

#cases_nav,
#service_nav,
#news_nav,
#about_nav {
	padding: 0 23.5% 0 0;
	text-align: right;
	font-size: 0;
}

@media (max-width: 1681px) {
	#cases_nav,
	#service_nav,
	#news_nav,
	#about_nav {
		padding: 0 27% 0 0;
	}
}

#cases_nav span,
#service_nav span,
#news_nav span,
#about_nav span {
	display: inline-block;
	overflow: hidden;
	padding: 0 25px;
	position: relative;
	vertical-align: middle;
}

#cases_nav span:hover>a,
#service_nav span:hover>a,
#news_nav span:hover>a,
#about_nav span:hover>a {
	color: #d71718;
}

#cases_nav span:hover>a:before,
#service_nav span:hover>a:before,
#news_nav span:hover>a:before,
#about_nav span:hover>a:before {
	background: #d71718;
}

#cases_nav span>a,
#service_nav span>a,
#news_nav span>a,
#about_nav span>a {
	color: #904d0f;
	display: block;
	font-size: 16px;
	height: 80px;
	padding: 0 0 0 15px;
	line-height: 80px;
	position: relative;
}

#cases_nav span>a:before,
#service_nav span>a:before,
#news_nav span>a:before,
#about_nav span>a:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -2px;
	width: 4px;
	height: 4px;
	background: #c2c2c2;
}

#service_nav {
	padding: 0 18.5% 0 0;
}

#news_nav {
	padding: 0 13.3% 0 0;
}

#about_nav {
	padding: 0 8% 0 0;
}

@keyframes myfirst {
	0% {
		top: -110px;
	}
	100% {
		top: 0;
	}
}

@-webkit-keyframes myfirst {
	0% {
		top: -110px;
	}
	100% {
		left: 0;
	}
}

.header1 {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	background: #fff;
	animation: myfirst 1.6s alternate;
	-webkit-animation: myfirst 1.6s alternate;
}

.header1 .phone_nav {
	color: #d71718;
}

.header1 .logo {
	display: none;
}

.header1 .logo2 {
	display: block;
}

.header1 .right .tel {
	color: #904d0f;
}

.header1 .right .nav li:hover>a {
	color: #d71718;
	border-bottom: 2px solid #d71718;
}

.header1 .right .nav li>a {
	color: #904d0f;
}

.header1 .right .nav .active>a {
	color: #d71718;
	border-bottom: 2px solid #d71718;
}

.bannerz {
	overflow: hidden;
	z-index: 1;
	width: 100%;
}

.bannerz .banner-pc {
	width: 100%;
	z-index: 5;
	position: relative;
}

@media (max-width: 1024px) {
	.bannerz .banner-pc {
		display: none;
	}
}

.bannerz .banner-pc .bannerpc-img {
	position: relative;
	left: 0;
}

.bannerz .banner-pc .bannerpc-img li {
	float: left;
	position: relative;
}

.bannerz .banner-pc .bannerpc-img li:after {
	content: "";
	display: block;
	padding-bottom: 39.7%;
}

.bannerz .banner-pc .bannerpc-btn {
	position: absolute;
	left: 0;
	z-index: 50;
	bottom: 30px;
	width: 100%;
	line-height: 20px;
	height: 20px;
	text-align: center;
}

@media (max-width: 1367px) {
	.bannerz .banner-pc .bannerpc-btn {
		bottom: 28px;
	}
}

.bannerz .banner-pc .bannerpc-btn li {
	display: inline-block;
	vertical-align: middle;
	padding: 0 5px;
	font-size: 0;
	border-radius: 50%;
	text-align: center;
	cursor: pointer;
}

.bannerz .banner-pc .bannerpc-btn li span {
	width: 10px;
	height: 10px;
	border-radius: 50px;
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	background: #81b0dc;
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}

.bannerz .banner-pc .bannerpc-btn .on span {
	background: #fff;
	width: 24px;
}

.bannerz .banner-phone {
	position: relative;
	overflow: hidden;
	width: 100%;
}

@media (min-width: 1025px) {
	.bannerz .banner-phone {
		display: none;
	}
}

.bannerz .banner-phone .bannerphone-img {
	left: 0;
	top: 0;
	position: relative;
	overflow: hidden;
}

.bannerz .banner-phone .bannerphone-img li {
	position: relative;
	float: left;
	overflow: hidden;
}

.bannerz .banner-phone .bannerphone-img li:after {
	content: "";
	display: block;
	padding-bottom: 61.5%;
}

.bannerz .banner-phone .bannerphone-btn {
	position: absolute;
	left: 0;
	bottom: 18px;
	width: 100%;
	text-align: center;
}

@media (max-width: 767px) {
	.bannerz .banner-phone .bannerphone-btn {
		bottom: 13px;
	}
}

@media (max-width: 361px) {
	.bannerz .banner-phone .bannerphone-btn {
		bottom: 8px;
	}
}

.bannerz .banner-phone .bannerphone-btn li {
	width: 10px;
	height: 10px;
	border-radius: 50px;
	display: inline-block;
	vertical-align: middle;
	margin: 0 4px;
	background: #81b0dc;
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	font-size: 0;
}

.bannerz .banner-phone .bannerphone-btn .on {
	background: #fff;
	width: 20px;
}

.banner_ny {
	position: relative;
	z-index: 1;
	overflow: hidden;
}

@media (max-width: 1024px) {
	.banner_ny {
		display: none;
	}
}

.banner_ny:after {
	content: "";
	display: block;
	padding-bottom: 22.7%;
}

.banner_nyphone {
	position: relative;
	z-index: 1;
	overflow: hidden;
}

@media (min-width: 1025px) {
	.banner_nyphone {
		display: none;
	}
}

.banner_nyphone:after {
	content: "";
	display: block;
	padding-bottom: 42.5%;
}

.titlez {
	text-align: center;
	color: #904d0f;
	font-size: 36px;
	line-height: 46px;
	padding: 0 0 13px 0;
	position: relative;
}

@media (max-width: 1025px) {
	.titlez {
		font-size: 28px;
		line-height: 38px;
		padding: 0 0 10px 0;
	}
}

@media (max-width: 767px) {
	.titlez {
		font-size: 24px;
		line-height: 34px;
	}
}

.titlez:after {
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -38px;
	bottom: 0;
	width: 76px;
	height: 1px;
	background: #c2c2c2;
}

.textz {
	text-align-last: center;
	margin: 8px auto 0;
	color: #944f06;
	width: 88%;
	font-size: 14px;
	line-height: 26px;
}


@media (max-width: 1025px) {
	.textz {
		width: 60%;
		margin: 15px auto 0;
	}
}

@media (max-width: 992px) {
	.textz {
		width: 100%;
		margin: 15px auto 0;
	}
}

@media (max-width: 992px) {
	.textz {
		line-height: 24px;
	}
}

.home_app {
	overflow: hidden;
	padding: 60px 0 50px;
	position: relative;
}

@media (max-width: 1445px) {
	.home_app {
		padding: 50px 0 30px;
	}
}

@media (max-width: 767px) {
	.home_app {
		padding: 50px 0 0px;
	}
}

.home_app .home_appmain {
	position: relative;
	margin: 60px auto 0;
}

@media (max-width: 1445px) {
	.home_app .home_appmain {
		margin: 30px auto 0;
	}
}

@media (max-width: 1025px) {
	.home_app .home_appmain {
		margin: 10px auto 0;
	}
}

@media (max-width: 1025px) {
	.home_app .home_appmain .happ {
		padding: 0 0 30px 0;
	}
}

.home_app .home_appmain .happ .happnr .items {
	padding: 10px;
}

.home_app .home_appmain .happ .happnr .item {
	display: inline-block;
	width: 100%;
	padding: 40px 20px 10px;
	background: #fff;
}

@media (max-width: 1445px) {
	.home_app .home_appmain .happ .happnr .item {
		padding: 25px 20px 10px;
	}
}

@media (max-width: 1367px) {
	.home_app .home_appmain .happ .happnr .item {
		padding: 20px 15px 10px;
	}
}

.home_app .home_appmain .happ .happnr .item:hover {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.home_app .home_appmain .happ .happnr .item:hover .quan {
	border: 5px solid #ebebeb;
}

.home_app .home_appmain .happ .happnr .item:hover .txt p {
	display: block;
}

.home_app .home_appmain .happ .happnr .item:hover .txt .more {
	display: block;
}

.home_app .home_appmain .happ .happnr .quan {
	margin: 0 auto;
	width: 110px;
	height: 110px;
	line-height: 100px;
	border: 10px solid #d71718;
	text-align: center;
	overflow: hidden;
	background: #d71718;
	border-radius: 50%;
	color: #fff;
	
	transition: all 0.35s ease-in-out;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	font-family: "penumbrasansstd-bold";
	font-size: 36px;
}

.home_app .home_appmain .happ .happnr .txt {
	padding: 25px 0 10px;
	overflow: hidden;
	height: 216px;
}

@media (max-width: 1025px) {
	.home_app .home_appmain .happ .happnr .txt {
		height: 53px;
		padding: 15px 0 10px;
	}
}

.home_app .home_appmain .happ .happnr .txt big {
	text-align: center;
	color: #904d0f;
	font-size: 18px;
	line-height: 28px;
	height: 28px;
	overflow: hidden;
	display: block;
}

.home_app .home_appmain .happ .happnr .txt p {
	text-align: center;
	color: #944f06;
	font-size: 14px;
	line-height: 26px;
	height: 104px;
	margin: 15px 0 10px;
	overflow: hidden;
	display: none;
}

.home_app .home_appmain .happ .happnr .txt .more {
	text-align: right;
	color: #d71718;
	font-size: 14px;
	line-height: 24px;
	height: 24px;
	overflow: hidden;
	display: none;
}

.home_app .home_appmain .slick-dots {
	display: none !important;
}

@media (max-width: 1025px) {
	.home_app .home_appmain .slick-dots {
		display: block !important;
	}
}

.home_app .home_appmain .slick-dots li button {
	background: #ccc;
	width: 12px;
	height: 12px;
	margin: 0 3px;
}

.home_app .home_appmain .slick-dots li.slick-active button {
	background: #d71718;
}

.home_app .home_appmain .slick-prev,
.home_app .home_appmain .slick-next {
	width: 30px;
	height: 58px;
	top: 100px;
	margin-top: 0;
	border: none;
}

@media (max-width: 1025px) {
	.home_app .home_appmain .slick-prev,
	.home_app .home_appmain .slick-next {
		display: none !important;
	}
}

.home_app .home_appmain .slick-prev {
	left: -50px;
	background: url(../images/left.png) no-repeat center;
}

@media (max-width: 1367px) {
	.home_app .home_appmain .slick-prev {
		left: -10px;
	}
}

@media (max-width: 1320px) {
	.home_app .home_appmain .slick-prev {
		left: 0px;
	}
}

.home_app .home_appmain .slick-next {
	right: -50px;
	background: url(../images/right.png) no-repeat center;
}

@media (max-width: 1367px) {
	.home_app .home_appmain .slick-next {
		right: -10px;
	}
}

@media (max-width: 1320px) {
	.home_app .home_appmain .slick-next {
		right: 0px;
	}
}


/*home_team*/

.home_team {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.home_team .home_teampc,
.home_team .home_teamphone {
	position: relative;
	z-index: 1;
}

.home_team .home_teampc .home_teamtxt,
.home_team .home_teamphone .home_teamtxt,
.home_team .home_teampc .home_teamtxtphone,
.home_team .home_teamphone .home_teamtxtphone {
	position: relative;
	top: 0;
	left: 0;
}

.home_team .home_teampc .home_teamtxt li,
.home_team .home_teamphone .home_teamtxt li,
.home_team .home_teampc .home_teamtxtphone li,
.home_team .home_teamphone .home_teamtxtphone li {
	float: left;
	position: relative;
}

.home_team .home_teampc .home_teamtxt li .pic,
.home_team .home_teamphone .home_teamtxt li .pic,
.home_team .home_teampc .home_teamtxtphone li .pic,
.home_team .home_teamphone .home_teamtxtphone li .pic {
	width: 100%;
	position: relative;
	overflow: hidden;
}

.home_team .home_teampc .home_teamtxt li .pic:after,
.home_team .home_teamphone .home_teamtxt li .pic:after,
.home_team .home_teampc .home_teamtxtphone li .pic:after,
.home_team .home_teamphone .home_teamtxtphone li .pic:after {
	content: "";
	display: block;
	padding-bottom: 37.5%;
}

.home_team .home_teampc .home_teambtn,
.home_team .home_teamphone .home_teambtn,
.home_team .home_teampc .home_phonebtn,
.home_team .home_teamphone .home_phonebtn {
	position: absolute;
	left: 0;
	bottom: 30px;
	width: 100%;
	z-index: 10;
	text-align: center;
	font-size: 0;
}

@media (max-width: 1445px) {
	.home_team .home_teampc .home_teambtn,
	.home_team .home_teamphone .home_teambtn,
	.home_team .home_teampc .home_phonebtn,
	.home_team .home_teamphone .home_phonebtn {
		bottom: 25px;
	}
}

@media (max-width: 1025px) {
	.home_team .home_teampc .home_teambtn,
	.home_team .home_teamphone .home_teambtn,
	.home_team .home_teampc .home_phonebtn,
	.home_team .home_teamphone .home_phonebtn {
		bottom: 20px;
	}
}

@media (max-width: 767px) {
	.home_team .home_teampc .home_teambtn,
	.home_team .home_teamphone .home_teambtn,
	.home_team .home_teampc .home_phonebtn,
	.home_team .home_teamphone .home_phonebtn {
		bottom: 15px;
	}
}

.home_team .home_teampc .home_teambtn li,
.home_team .home_teamphone .home_teambtn li,
.home_team .home_teampc .home_phonebtn li,
.home_team .home_teamphone .home_phonebtn li {
	display: inline-block;
	vertical-align: middle;
	padding: 0 5px;
}

@media (max-width: 767px) {
	.home_team .home_teampc .home_teambtn li,
	.home_team .home_teamphone .home_teambtn li,
	.home_team .home_teampc .home_phonebtn li,
	.home_team .home_teamphone .home_phonebtn li {
		padding: 0 3px;
	}
}

.home_team .home_teampc .home_teambtn li .item,
.home_team .home_teamphone .home_teambtn li .item,
.home_team .home_teampc .home_phonebtn li .item,
.home_team .home_teamphone .home_phonebtn li .item {
	cursor: pointer;
	width: 180px;
	padding: 7px 10px;
	border: 2px solid #fff;
}

@media (max-width: 1681px) {
	.home_team .home_teampc .home_teambtn li .item,
	.home_team .home_teamphone .home_teambtn li .item,
	.home_team .home_teampc .home_phonebtn li .item,
	.home_team .home_teamphone .home_phonebtn li .item {
		padding: 5px 10px;
	}
}

@media (max-width: 1601px) {
	.home_team .home_teampc .home_teambtn li .item,
	.home_team .home_teamphone .home_teambtn li .item,
	.home_team .home_teampc .home_phonebtn li .item,
	.home_team .home_teamphone .home_phonebtn li .item {
		padding: 1px 5px 2px;
		width: 170px;
	}
}

@media (max-width: 1025px) {
	.home_team .home_teampc .home_teambtn li .item,
	.home_team .home_teamphone .home_teambtn li .item,
	.home_team .home_teampc .home_phonebtn li .item,
	.home_team .home_teamphone .home_phonebtn li .item {
		width: 140px;
	}
}

@media (max-width: 767px) {
	.home_team .home_teampc .home_teambtn li .item,
	.home_team .home_teamphone .home_teambtn li .item,
	.home_team .home_teampc .home_phonebtn li .item,
	.home_team .home_teamphone .home_phonebtn li .item {
		width: 26px;
		padding: 0;
		border: 1px solid #fff;
	}
}

.home_team .home_teampc .home_teambtn li .item big,
.home_team .home_teamphone .home_teambtn li .item big,
.home_team .home_teampc .home_phonebtn li .item big,
.home_team .home_teamphone .home_phonebtn li .item big {
	display: inline-block;
	vertical-align: middle;
	color: #ffffff;
	font-size: 52px;
	line-height: 62px;
}

@media (max-width: 1601px) {
	.home_team .home_teampc .home_teambtn li .item big,
	.home_team .home_teamphone .home_teambtn li .item big,
	.home_team .home_teampc .home_phonebtn li .item big,
	.home_team .home_teamphone .home_phonebtn li .item big {
		font-size: 48px;
	}
}

@media (max-width: 1445px) {
	.home_team .home_teampc .home_teambtn li .item big,
	.home_team .home_teamphone .home_teambtn li .item big,
	.home_team .home_teampc .home_phonebtn li .item big,
	.home_team .home_teamphone .home_phonebtn li .item big {
		font-size: 42px;
		line-height: 52px;
	}
}

@media (max-width: 1025px) {
	.home_team .home_teampc .home_teambtn li .item big,
	.home_team .home_teamphone .home_teambtn li .item big,
	.home_team .home_teampc .home_phonebtn li .item big,
	.home_team .home_teamphone .home_phonebtn li .item big {
		font-size: 38px;
		line-height: 48px;
	}
}

@media (max-width: 767px) {
	.home_team .home_teampc .home_teambtn li .item big,
	.home_team .home_teamphone .home_teambtn li .item big,
	.home_team .home_teampc .home_phonebtn li .item big,
	.home_team .home_teamphone .home_phonebtn li .item big {
		font-size: 12px;
		line-height: 18px;
	}
}

.home_team .home_teampc .home_teambtn li .item em,
.home_team .home_teamphone .home_teambtn li .item em,
.home_team .home_teampc .home_phonebtn li .item em,
.home_team .home_teamphone .home_phonebtn li .item em {
	display: inline-block;
	vertical-align: middle;
	text-align: left;
	padding: 0 0 0 8px;
	font-style: inherit;
}

@media (max-width: 767px) {
	.home_team .home_teampc .home_teambtn li .item em,
	.home_team .home_teamphone .home_teambtn li .item em,
	.home_team .home_teampc .home_phonebtn li .item em,
	.home_team .home_teamphone .home_phonebtn li .item em {
		display: none;
	}
}

.home_team .home_teampc .home_teambtn li .item em i,
.home_team .home_teamphone .home_teambtn li .item em i,
.home_team .home_teampc .home_phonebtn li .item em i,
.home_team .home_teamphone .home_phonebtn li .item em i {
	font-style: inherit;
	font-size: 28px;
	line-height: 32px;
	height: 32px;
	overflow: hidden;
	color: #fff;
	display: block;
}

@media (max-width: 1601px) {
	.home_team .home_teampc .home_teambtn li .item em i,
	.home_team .home_teamphone .home_teambtn li .item em i,
	.home_team .home_teampc .home_phonebtn li .item em i,
	.home_team .home_teamphone .home_phonebtn li .item em i {
		font-size: 20px;
		line-height: 30px;
		height: 30px;
	}
}

@media (max-width: 1445px) {
	.home_team .home_teampc .home_teambtn li .item em i,
	.home_team .home_teamphone .home_teambtn li .item em i,
	.home_team .home_teampc .home_phonebtn li .item em i,
	.home_team .home_teamphone .home_phonebtn li .item em i {
		font-size: 18px;
		line-height: 26px;
		height: 26px;
	}
}

@media (max-width: 1025px) {
	.home_team .home_teampc .home_teambtn li .item em i,
	.home_team .home_teamphone .home_teambtn li .item em i,
	.home_team .home_teampc .home_phonebtn li .item em i,
	.home_team .home_teamphone .home_phonebtn li .item em i {
		font-size: 16px;
		line-height: 24px;
		height: 24px;
	}
}

.home_team .home_teampc .home_teambtn li .item em p,
.home_team .home_teamphone .home_teambtn li .item em p,
.home_team .home_teampc .home_phonebtn li .item em p,
.home_team .home_teamphone .home_phonebtn li .item em p {
	color: #fff;
	font-size: 12px;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
}

@media (max-width: 1445px) {
	.home_team .home_teampc .home_teambtn li .item em p,
	.home_team .home_teamphone .home_teambtn li .item em p,
	.home_team .home_teampc .home_phonebtn li .item em p,
	.home_team .home_teamphone .home_phonebtn li .item em p {
		line-height: 18px;
		height: 18px;
	}
}

@media (max-width: 1025px) {
	.home_team .home_teampc .home_teambtn li .item em p,
	.home_team .home_teamphone .home_teambtn li .item em p,
	.home_team .home_teampc .home_phonebtn li .item em p,
	.home_team .home_teamphone .home_phonebtn li .item em p {
		font-size: 10px;
		line-height: 14px;
		height: 14px;
	}
}

.home_team .home_teampc .home_teambtn .on .item,
.home_team .home_teamphone .home_teambtn .on .item,
.home_team .home_teampc .home_phonebtn .on .item,
.home_team .home_teamphone .home_phonebtn .on .item {
	background: #fff;
}

.home_team .home_teampc .home_teambtn .on .item big,
.home_team .home_teamphone .home_teambtn .on .item big,
.home_team .home_teampc .home_phonebtn .on .item big,
.home_team .home_teamphone .home_phonebtn .on .item big {
	color: #d71718;
}

.home_team .home_teampc .home_teambtn .on .item em i,
.home_team .home_teamphone .home_teambtn .on .item em i,
.home_team .home_teampc .home_phonebtn .on .item em i,
.home_team .home_teamphone .home_phonebtn .on .item em i {
	color: #d71718;
}

.home_team .home_teampc .home_teambtn .on .item em p,
.home_team .home_teamphone .home_teambtn .on .item em p,
.home_team .home_teampc .home_phonebtn .on .item em p,
.home_team .home_teamphone .home_phonebtn .on .item em p {
	color: #d71718;
}

@media (max-width: 1024px) {
	.home_team .home_teampc {
		display: none;
	}
}

@media (min-width: 1025px) {
	.home_team .home_teamphone {
		display: none;
	}
}

.home_team .home_teamphone .home_teamtxtphone li .pic:after {
	content: "";
	display: block;
	padding-bottom: 61.5%;
}


/*home_solve*/

.home_solve {
	padding: 50px 0;
	overflow: hidden;
	position: relative;
	background: #f6f6f6;
	background:url(../images/aboutbg.jpg) no-repeat center;
	background-size:100%;
}

@media (max-width: 992px) {
	.home_solve {
		padding: 30px 0;
	}
}

.home_solve .textz {
	width: 65%;
}

@media (max-width: 1025px) {
	.home_solve .textz {
		width: 80%;
	}
}

@media (max-width: 992px) {
	.home_solve .textz {
		width: 100%;
	}
}

.home_solve .home_solvemain {
	position: relative;
}

.home_solve .home_solvemain .home_solvenr {
	position: relative;
	margin: 25px -40px 0;
}

@media (max-width: 1200px) {
	.home_solve .home_solvemain .home_solvenr {
		margin: 25px -10px 0;
	}
}

@media (max-width: 992px) {
	.home_solve .home_solvemain .home_solvenr {
		margin: 15px 0 0;
	}
}

.home_solve .home_solvemain .home_solvenr li {
	float: left;
	width: 50%;
}

@media (max-width: 767px) {
	.home_solve .home_solvemain .home_solvenr li {
		float: inherit;
		width: 100%;
	}
}

.home_solve .home_solvemain .home_solvenr li .item {
	padding: 0 40px;
}

@media (max-width: 1200px) {
	.home_solve .home_solvemain .home_solvenr li .item {
		padding: 0 10px;
	}
}

@media (max-width: 767px) {
	.home_solve .home_solvemain .home_solvenr li .item {
		padding: 0 0 15px 0;
	}
}

.home_solve .home_solvemain .home_solvenr li .item .title1 {
	position: relative;
	font-size: 20px;
	height: 60px;
	margin: 0 0 10px 0;
	line-height: 60px;
	color: #d71718;
	overflow: hidden;
}

@media (max-width: 1200px) {
	.home_solve .home_solvemain .home_solvenr li .item .title1 {
		font-size: 18px;
		height: 50px;
		line-height: 50px;
	}
}

@media (max-width: 767px) {
	.home_solve .home_solvemain .home_solvenr li .item .title1 {
		font-size: 16px;
		height: 40px;
		line-height: 40px;
	}
}

.home_solve .home_solvemain .home_solvenr li .item .title1 big {
	font-size: 54px;
	margin: 0 10px 0 0;
	position: relative;
	height: 60px;
}

@media (max-width: 1200px) {
	.home_solve .home_solvemain .home_solvenr li .item .title1 big {
		font-size: 48px;
		height: 50px;
	}
}

@media (max-width: 767px) {
	.home_solve .home_solvemain .home_solvenr li .item .title1 big {
		font-size: 38px;
		height: 40px;
		margin: 0 7px 0 0;
	}
}

.home_solve .home_solvemain .home_solvenr li .item .title1 big:after {
	content: "";
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
	width: 26px;
	height: 27px;
	z-index: 5;
	background: url(../images/line.png) no-repeat;
}

@media (max-width: 767px) {
	.home_solve .home_solvemain .home_solvenr li .item .title1 big:after {
		width: 20px;
		height: 21px;
		background-size: 100% 100%;
	}
}

.home_solve .home_solvemain .home_solvenr li .item .pic {
	position: relative;
	overflow: hidden;
}

.home_solve .home_solvemain .home_solvenr li .item .pic:after {
	content: "";
	display: block;
	padding-bottom: 27.6%;
}

.home_solve .home_solvemain .home_solvenr li .item .txt {
	padding: 30px 0 0;
}

@media (max-width: 1200px) {
	.home_solve .home_solvemain .home_solvenr li .item .txt {
		padding: 15px 0 0;
	}
}

@media (max-width: 992px) {
	.home_solve .home_solvemain .home_solvenr li .item .txt {
		padding: 10px 0 0;
	}
}

.home_solve .home_solvemain .home_solvenr li .item .txt .nr li {
	width: 100%;
	color: #904d0f;
	font-size: 16px;
	height: 40px;
	padding: 0 0 0 15px;
	line-height: 40px;
	position: relative;
	overflow: hidden;
}
.home_solve .home_solvemain .home_solvenr li .item .txt .nr li strong{ color:#71ba2c}

@media (max-width: 1200px) {
	.home_solve .home_solvemain .home_solvenr li .item .txt .nr li {
		line-height: 32px;
		font-size: 14px;
		height: 32px;
	}
}

@media (max-width: 992px) {
	.home_solve .home_solvemain .home_solvenr li .item .txt .nr li {
		line-height: 28px;
		font-size: 12px;
		height: 28px;
		padding: 0 0 0 10px;
	}
}

.home_solve .home_solvemain .home_solvenr li .item .txt .nr li:hover {
	color: #d71718;
}

.home_solve .home_solvemain .home_solvenr li .item .txt .nr li:hover:before {
	background: #d71718;
}

.home_solve .home_solvemain .home_solvenr li .item .txt .nr li:before {
	content: "";
	position: absolute;
	display: block;
	width: 4px;
	height: 4px;
	background: #bbbbbb;
	left: 0;
	top: 50%;
	margin-top: -2px;
}

.morez {
	margin: 0 auto;
	display: block;
	position: relative;
	width: 220px;
	height: 44px;
	line-height: 44px;
	overflow: hidden;
	font-size: 16px;
	border-radius: 30px;
	text-align: center;
	background: #d71718;
	z-index: 1;
}

@media (max-width: 1200px) {
	.morez {
		width: 180px;
		height: 40px;
		font-size: 15px;
		line-height: 40px;
	}
}

@media (max-width: 992px) {
	.morez {
		width: 120px;
		height: 34px;
		font-size: 12px;
		line-height: 34px;
	}
}

.morez:hover:before {
	left: 0;
}

.morez:before {
	content: "";
	display: block;
	position: absolute;
	left: -100%;
	top: 0;
	width: 100%;
	height: 100%;
	background: #b79351;
	transition: all 0.35s ease-in-out;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
}

.morez a {
	display: block;
	color: #fff;
	position: relative;
	z-index: 5;
}


/*home_case*/

.home_case {
	position: relative;
	overflow: hidden;
	padding: 55px 0;
}

@media (max-width: 1445px) {
	.home_case {
		padding: 45px 0;
	}
}

@media (max-width: 767px) {
	.home_case {
		padding: 25px 0;
	}
}

.home_case .home_casetitle {
	text-align: center;
	font-size: 0;
	margin: 35px auto 0;
	position: relative;
}

@media (max-width: 1445px) {
	.home_case .home_casetitle {
		margin: 25px auto 0;
	}
}

@media (max-width: 767px) {
	.home_case .home_casetitle {
		margin: 15px auto 0;
	}
}

.home_case .home_casetitle li {
	display: inline-block;
	vertical-align: middle;
	border: 1px solid #dbdbdb;
	width: 130px;
	height: 34px;
	cursor: pointer;
	line-height: 32px;
	text-align: center;
	color: #944f06;
	font-size: 14px;
	padding: 0 10px;
	margin: 0 10px 10px;
}

@media (max-width: 1445px) {
	.home_case .home_casetitle li {
		padding: 0 5px;
		margin: 0 7px 10px;
		width: 120px;
	}
}

@media (max-width: 992px) {
	.home_case .home_casetitle li {
		padding: 0 5px;
		margin: 0 5px 8px;
		width: 110px;
	}
}

@media (max-width: 767px) {
	.home_case .home_casetitle li {
		font-size: 12px;
		width: 140px;
	}
}

@media (max-width: 321px) {
	.home_case .home_casetitle li {
		font-size: 12px;
		width: 100px;
	}
}

.home_case .home_casetitle .active {
	background: #d71718;
	border: 1px solid #d71718;
	color: #fff;
}

.home_case .home_caseboxz {
	position: relative;
	margin: 45px auto 55px;
}

@media (max-width: 1445px) {
	.home_case .home_caseboxz {
		margin: 35px auto 45px;
	}
}

@media (max-width: 992px) {
	.home_case .home_caseboxz {
		margin: 30px auto 45px;
	}
}

@media (max-width: 767px) {
	.home_case .home_caseboxz {
		margin: 20px auto 30px;
	}
}

.home_case .home_caseboxz .home_casebox {
	display: none;
}

.hcase li {
	float: left;
	width: 24%;
	margin:0 0.5%;
	overflow: hidden;
	position: relative;
	max-height:268px;
}
.hcase li p{ text-align:center; line-height:30px;}

@media (max-width: 767px) {
	.hcase li {
		width: 32.33333333%;
		max-height:128px;
	}
	.hcase li p{ text-align:center; line-height:22px; font-size:12px;}
	.hcase li:nth-child(7),.hcase li:nth-child(8){ display:none}
	.textz{ font-size:12px}
	.phone_list dl{ margin-bottom:0px !important}
	.home_solve{     background: none #f6f6f6;;}
}

.hcase li:after {
	content: "";
	display: block;
	padding-bottom: 99.7%;
}


/*home_news*/

.home_news {
	position: relative;
	padding: 55px 0 60px;
	overflow: hidden;
	background: #f6f6f6;
}

@media (max-width: 1025px) {
	.home_news {
		padding: 45px 0;
	}
}

.home_news .home_newstitle {
	text-align: center;
	font-size: 0;
	margin: 35px auto 0;
	position: relative;
}

@media (max-width: 1445px) {
	.home_news .home_newstitle {
		margin: 25px auto 0;
	}
}

@media (max-width: 767px) {
	.home_news .home_newstitle {
		margin: 15px auto 0;
	}
}

.home_news .home_newstitle li {
	display: inline-block;
	vertical-align: middle;
	border: 1px solid #dbdbdb;
	width: 130px;
	height: 34px;
	cursor: pointer;
	line-height: 32px;
	text-align: center;
	color: #944f06;
	font-size: 14px;
	padding: 0 10px;
	margin: 0 10px 10px;
}

@media (max-width: 1445px) {
	.home_news .home_newstitle li {
		padding: 0 5px;
		margin: 0 7px 10px;
		width: 120px;
	}
}

@media (max-width: 992px) {
	.home_news .home_newstitle li {
		padding: 0 5px;
		margin: 0 5px 8px;
		width: 110px;
	}
}

@media (max-width: 767px) {
	.home_news .home_newstitle li {
		font-size: 12px;
		width: 140px;
	}
}

@media (max-width: 321px) {
	.home_news .home_newstitle li {
		font-size: 12px;
		width: 100px;
	}
}

.home_news .home_newstitle .active {
	background: #d71718;
	border: 1px solid #d71718;
	color: #fff;
}

.home_news .home_newsmain {
	position: relative;
	margin: 50px auto 40px;
}

@media (max-width: 1025px) {
	.home_news .home_newsmain {
		margin: 35px auto 40px;
	}
}

@media (max-width: 992px) {
	.home_news .home_newsmain {
		margin: 25px auto 20px;
	}
}

@media (max-width: 767px) {
	.home_news .home_newsmain {
		margin: 20px auto 10px;
	}
}

.home_news .home_newsmain .hnews {
	display: none;
}

.home_news .home_newsmain .hnews .part .left {
	float: left;
	background: #fff;
	width: 41%;
}

@media (max-width: 1230px) {
	.home_news .home_newsmain .hnews .part .left {
		width: 50%;
	}
}

@media (max-width: 992px) {
	.home_news .home_newsmain .hnews .part .left {
		width: 44%;
	}
}

@media (max-width: 767px) {
	.home_news .home_newsmain .hnews .part .left {
		width: 100%;
		margin: 0 auto 15px;
	}
}

.home_news .home_newsmain .hnews .part .left .pic {
	overflow: hidden;
	position: relative;
	z-index: 2;
}

.home_news .home_newsmain .hnews .part .left .pic:after {
	content: "";
	display: block;
	padding-bottom: 66.3%;
}

.home_news .home_newsmain .hnews .part .left .pic time {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100px;
	height: 100px;
	padding: 15px 5px 5px;
	background: #b79351;
}

@media (max-width: 992px) {
	.home_news .home_newsmain .hnews .part .left .pic time {
		width: 70px;
		height: 70px;
		padding: 5px 5px 5px;
	}
}

@media (max-width: 767px) {
	.home_news .home_newsmain .hnews .part .left .pic time {
		width: 60px;
		height: 60px;
		padding: 5px 5px 5px;
	}
}

.home_news .home_newsmain .hnews .part .left .pic time big {
	display: block;
	text-align: center;
	color: #fff;
	font-size: 50px;
	line-height: 50px;
	height: 50px;
	overflow: hidden;
}

@media (max-width: 992px) {
	.home_news .home_newsmain .hnews .part .left .pic time big {
		font-size: 30px;
		line-height: 38px;
		height: 38px;
	}
}

@media (max-width: 767px) {
	.home_news .home_newsmain .hnews .part .left .pic time big {
		font-size: 22px;
		line-height: 30px;
		height: 30px;
	}
}

.home_news .home_newsmain .hnews .part .left .pic time small {
	display: block;
	text-align: center;
	color: #fff;
	font-size: 14px;
	line-height: 20px;
	height: 20px;
	overflow: hidden;
}

@media (max-width: 767px) {
	.home_news .home_newsmain .hnews .part .left .pic time small {
		font-size: 12px;
		line-height: 18px;
		height: 18px;
	}
}

.home_news .home_newsmain .hnews .part .left .txt {
	padding: 25px 20px 30px;
}

@media (max-width: 992px) {
	.home_news .home_newsmain .hnews .part .left .txt {
		padding: 20px 15px;
	}
}

@media (max-width: 767px) {
	.home_news .home_newsmain .hnews .part .left .txt {
		padding: 15px 10px;
	}
}

.home_news .home_newsmain .hnews .part .left .txt span {
	display: block;
	position: relative;
	height: 24px;
	line-height: 24px;
	color: #904d0f;
	font-size: 16px;
	overflow: hidden;
}

@media (max-width: 767px) {
	.home_news .home_newsmain .hnews .part .left .txt span {
		height: 20px;
		line-height: 20px;
	}
}

.home_news .home_newsmain .hnews .part .left .txt p {
	color: #944f06;
	font-size: 12px;
	line-height: 22px;
	height: 44px;
	margin: 10px 0 0 0;
	overflow: hidden;
}

@media (max-width: 767px) {
	.home_news .home_newsmain .hnews .part .left .txt p {
		margin: 5px 0 0 0;
	}
}

.home_news .home_newsmain .hnews .part .list {
	position: relative;
	padding: 0 0 0 80px;
	width: 59%;
	float: left;
}

@media (max-width: 1230px) {
	.home_news .home_newsmain .hnews .part .list {
		width: 50%;
		padding: 0 0 0 30px;
	}
}

@media (max-width: 992px) {
	.home_news .home_newsmain .hnews .part .list {
		width: 56%;
		padding: 0 0 0 20px;
	}
}

@media (max-width: 767px) {
	.home_news .home_newsmain .hnews .part .list {
		width: 100%;
		padding: 0;
	}
}

.home_news .home_newsmain .hnews .part .list li {
	margin: 0 0 17px 0;
	position: relative;
}

.home_news .home_newsmain .hnews .part .list li .item {
	background: #fff;
	width: 100%;
	padding: 0 0 0 100px;
	min-height: 100px;
	display: inline-block;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.02);
}

@media (max-width: 992px) {
	.home_news .home_newsmain .hnews .part .list li .item {
		min-height: 70px;
		padding: 0 0 0 70px;
	}
}

@media (max-width: 767px) {
	.home_news .home_newsmain .hnews .part .list li .item {
		min-height: 60px;
		padding: 0 0 0 60px;
	}
}

.home_news .home_newsmain .hnews .part .list li .item:hover time {
	background: #d71718;
}

.home_news .home_newsmain .hnews .part .list li .item:hover time big {
	color: #fff;
}

.home_news .home_newsmain .hnews .part .list li .item:hover time small {
	color: #fff;
}

.home_news .home_newsmain .hnews .part .list li .item:hover .txt span {
	color: #d71718;
}

.home_news .home_newsmain .hnews .part .list li .item time {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100px;
	height: 100px;
	padding: 15px 5px 5px;
	background: #c5cfd4;
}

@media (max-width: 992px) {
	.home_news .home_newsmain .hnews .part .list li .item time {
		width: 70px;
		height: 70px;
		padding: 5px 5px 5px;
	}
}

@media (max-width: 767px) {
	.home_news .home_newsmain .hnews .part .list li .item time {
		width: 60px;
		height: 60px;
		padding: 5px 5px 5px;
	}
}

.home_news .home_newsmain .hnews .part .list li .item time big {
	display: block;
	text-align: center;
	color: #fff;
	font-size: 50px;
	line-height: 50px;
	height: 50px;
	overflow: hidden;
}

@media (max-width: 992px) {
	.home_news .home_newsmain .hnews .part .list li .item time big {
		font-size: 30px;
		line-height: 38px;
		height: 38px;
	}
}

@media (max-width: 767px) {
	.home_news .home_newsmain .hnews .part .list li .item time big {
		font-size: 22px;
		line-height: 30px;
		height: 30px;
	}
}

.home_news .home_newsmain .hnews .part .list li .item time small {
	display: block;
	text-align: center;
	color: #fff;
	font-size: 14px;
	line-height: 20px;
	height: 20px;
	overflow: hidden;
}

@media (max-width: 767px) {
	.home_news .home_newsmain .hnews .part .list li .item time small {
		font-size: 12px;
		line-height: 18px;
		height: 18px;
	}
}

.home_news .home_newsmain .hnews .part .list li .item .txt {
	padding: 25px 20px 5px;
}

@media (max-width: 992px) {
	.home_news .home_newsmain .hnews .part .list li .item .txt {
		padding: 10px 10px 5px;
	}
}

@media (max-width: 767px) {
	.home_news .home_newsmain .hnews .part .list li .item .txt {
		padding: 8px 10px 5px;
	}
}

.home_news .home_newsmain .hnews .part .list li .item .txt span {
	display: block;
	color: #904d0f;
	font-size: 16px;
	line-height: 24px;
	height: 24px;
	overflow: hidden;
}

@media (max-width: 992px) {
	.home_news .home_newsmain .hnews .part .list li .item .txt span {
		font-size: 14px;
	}
}

@media (max-width: 767px) {
	.home_news .home_newsmain .hnews .part .list li .item .txt span {
		line-height: 20px;
		height: 20px;
	}
}

.home_news .home_newsmain .hnews .part .list li .item .txt p {
	display: block;
	color: #944f06;
	font-size: 12px;
	line-height: 20px;
	height: 20px;
	margin: 5px 0 0 0;
	overflow: hidden;
}

@media (max-width: 992px) {
	.home_news .home_newsmain .hnews .part .list li .item .txt p {
		font-size: 10px;
	}
}

@media (max-width: 767px) {
	.home_news .home_newsmain .hnews .part .list li .item .txt p {
		margin: 2px 0 0 0;
	}
}


/*home_contact*/

.home_contact {
	position: relative;
	background-size: cover;
	padding: 0 0 90px;
	background-attachment: fixed;
	background-position: center top;
	background-repeat: no-repeat;
}

@media (max-width: 1200px) {
	.home_contact {
		padding: 0 0 60px;
	}
}

@media (max-width: 992px) {
	.home_contact {
		padding: 0 0 50px;
	}
}

@media (max-width: 767px) {
	.home_contact {
		padding: 0 0 20px;
	}
}

.home_contact .left {
	float: left;
	padding: 0 145px 0 0;
	width: 52%;
}

@media (max-width: 1200px) {
	.home_contact .left {
		padding: 0 75px 0 0;
	}
}

@media (max-width: 992px) {
	.home_contact .left {
		padding: 0 35px 0 0;
	}
}

@media (max-width: 767px) {
	.home_contact .left {
		float: inherit;
		padding: 0;
		width: 100%;
	}
}

.home_contact .left .title {
	padding: 45px 0 0 0;
	position: relative;
	z-index: 1;
}

@media (max-width: 992px) {
	.home_contact .left .title {
		padding: 25px 0 0 0;
	}
}

.home_contact .left .title:before {
	content: "";
	display: block;
	position: absolute;
	width: 100px;
	height: 240px;
	z-index: 1;
	top: -50px;
	left: 85px;
	border: 7px solid #d71718;
}

@media (max-width: 1445px) {
	.home_contact .left .title:before {
		top: -35px;
	}
}

@media (max-width: 1200px) {
	.home_contact .left .title:before {
		height: 200px;
	}
}

@media (max-width: 767px) {
	.home_contact .left .title:before {
		height: 130px;
		top: -20px;
		width: 70px;
		border: 4px solid #d71718;
	}
}

.home_contact .left .title small {
	color: #fff;
	font-size: 42px;
	line-height: 50px;
	height: 50px;
	display: block;
	overflow: hidden;
	position: relative;
	z-index: 5;
}

@media (max-width: 1200px) {
	.home_contact .left .title small {
		font-size: 36px;
		line-height: 40px;
		height: 40px;
	}
}

@media (max-width: 767px) {
	.home_contact .left .title small {
		font-size: 24px;
		line-height: 34px;
		height: 34px;
	}
}

.home_contact .left .title em {
	display: block;
	position: relative;
	z-index: 5;
	font-style: inherit;
}

.home_contact .left .title em big {
	color: #fff;
	font-size: 88px;
	display: block;
	float: left;
	height: 80px;
	line-height: 80px;
}

@media (max-width: 1200px) {
	.home_contact .left .title em big {
		font-size: 60px;
		height: 60px;
		line-height: 60px;
	}
}

@media (max-width: 767px) {
	.home_contact .left .title em big {
		font-size: 34px;
		height: 40px;
		line-height: 40px;
	}
}

.home_contact .left .title em i {
	font-style: inherit;
	color: #fff;
	font-size: 26px;
	height: 80px;
	float: left;
	display: block;
	position: relative;
	line-height: 45px;
	padding: 0 0 0 20px;
	font-weight: bold;
}

@media (max-width: 1200px) {
	.home_contact .left .title em i {
		font-size: 20px;
		height: 60px;
		line-height: 45px;
	}
}

@media (max-width: 767px) {
	.home_contact .left .title em i {
		font-size: 16px;
		height: 40px;
		line-height: 30px;
	}
}

.home_contact .left .title em i:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 5px;
	width: 30px;
	height: 1px;
	background: #fff;
}

.home_contact .left .home_contmain {
	position: relative;
	margin: 100px 0 0 0;
}

@media (max-width: 1200px) {
	.home_contact .left .home_contmain {
		margin: 70px 0 0 0;
	}
}

@media (max-width: 767px) {
	.home_contact .left .home_contmain {
		margin: 30px 0 0 0;
	}
}

.home_contact .left .home_contmain li {
	border-bottom: 1px solid #989797;
	color: #fff;
	font-size: 16px;
	line-height: 24px;
	min-height: 50px;
	padding: 13px 0 13px 35px;
	position: relative;
}

@media (max-width: 767px) {
	.home_contact .left .home_contmain li {
		font-size: 14px;
		min-height: 40px;
		padding: 7px 0 7px 25px;
	}
}

.home_contact .left .home_contmain li a {
	color: #fff;
}

.home_contact .left .home_contmain li a:hover {
	color: #d71718;
}

.home_contact .left .home_contmain li i {
	font-style: inherit;
	width: 18px;
	height: 52px;
	position: absolute;
	left: 0;
	top: 0;
}

@media (max-width: 767px) {
	.home_contact .left .home_contmain li i {
		height: 40px;
		width: 16px;
	}
}

.home_contact .meassage {
	float: left;
	width: 48%;
	padding: 175px 0 0 0;
}

@media (max-width: 767px) {
	.home_contact .meassage {
		float: inherit;
		width: 100%;
		padding: 20px 0 0 0;
	}
}

.home_contact .meassage .meassagemain li {
	padding: 0 0 0 80px;
	position: relative;
	margin: 0 0 15px 0;
}

.home_contact .meassage .meassagemain li span {
	color: #fff;
	font-size: 14px;
	height: 40px;
	line-height: 40px;
	position: absolute;
	left: 0;
	top: 0;
	width: 80px;
}

@media (max-width: 767px) {
	.home_contact .meassage .meassagemain li span {
		height: 36px;
		line-height: 36px;
	}
}

.home_contact .meassage .meassagemain li input {
	height: 40px;
	line-height: 40px;
	background: #fff;
	width: 100%;
	color: #666;
	font-size: 14px;
	padding: 0 10px;
	border: none;
}

@media (max-width: 767px) {
	.home_contact .meassage .meassagemain li input {
		height: 36px;
		line-height: 36px;
	}
}

.home_contact .meassage .meassagemain li textarea {
	height: 130px;
	padding: 10px;
	line-height: 24px;
	background: #fff;
	width: 100%;
	color: #666;
	font-size: 14px;
	border: none;
}

@media (max-width: 992px) {
	.home_contact .meassage .meassagemain li textarea {
		height: 100px;
	}
}

@media (max-width: 767px) {
	.home_contact .meassage .meassagemain li textarea {
		height: 80px;
	}
}

.home_contact .meassage .meassagemain #send {
	background: #d71718;
	color: #fff;
	font-size: 16px;
}


/*footer*/

footer {
	position: relative;
	background: url(../images/footbg.jpg) bottom center no-repeat #408400;
	padding: 30px 0 0;
	border-top:4px solid #B3FB7D;
}

@media (max-width: 992px) {
	footer {
		padding: 25px 0 0;
	}
}

footer .footer {
	position: relative;
}

footer .footer .footernav {
	width: 62.5%;
	float: left;
}

@media (max-width: 1200px) {
	footer .footer .footernav {
		width: 70%;
	}
}

@media (max-width: 992px) {
	footer .footer .footernav {
		display: none;
	}
}

footer .footer .footernav li {
	float: left;
	width: 20%;
}

footer .footer .footernav li span {
	display: block;
	height: 44px;
	color: #fff;
	margin: 0 0 15px;
	font-size: 16px;
	line-height: 44px;
	overflow: hidden;
	position: relative;
}

footer .footer .footernav li span:after {
	content: "";
	position: absolute;
	width: 16px;
	height: 1px;
	left: 0;
	bottom: 0;
	color: #fff;
	font-size: 16px;
	background: #d71718;
}

footer .footer .footernav li>a {
	color: #bbc3d0;
	font-size: 14px;
	line-height: 24px;
	height: 24px;
	overflow: hidden;
	margin: 10px 0;
	display: block;
}

footer .footer .footernav li>a:hover {
	color: #fff;
}

footer .footer .right {
	float: right;
	width: 37.5%;
	padding: 35px 0 0 0;
}

@media (max-width: 1200px) {
	footer .footer .right {
		width: 30%;
	}
}

@media (max-width: 992px) {
	footer .footer .right {
		width: 100%;
		padding: 10px 0 0 0;
	}
}

footer .footer .right .ewm {
	text-align: right;
	font-size: 0;
}

@media (max-width: 992px) {
	footer .footer .right .ewm {
		text-align: center;
	}
}

footer .footer .right .ewm li {
	display: inline-block;
	vertical-align: middle;
	padding: 0 0 0 40px;
}

@media (max-width: 992px) {
	footer .footer .right .ewm li {
		padding: 0 10px;
	}
}

footer .footer .right .ewm li span {
	display: block;
	position: relative;
	width: 96px;
	height: 96px;
	margin: 0 auto;
}

footer .footer .right .ewm li p {
	text-align: center;
	color: #fff;
	height: 24px;
	line-height: 24px;
	overflow: hidden;
	margin: 10px auto 0;
	font-size: 13px;
}

footer .footer .right .tel {
	text-align: right;
	color: #bbc3d0;
	font-size: 14px;
	line-height: 24px;
	margin: 30px 0 0 0;
	overflow: hidden;
}

@media (max-width: 992px) {
	footer .footer .right .tel {
		text-align: center;
		margin: 20px 0 0 0;
	}
}

footer .footer .right .tel .iconfont {
	font-size: 13px;
	margin: 0 5px 0 0;
}

footer .footer .right .tel span {
	display: block;
	color: #fff;
	margin: 5px 0 0 0;
	font-weight: bold;
	font-size: 20px;
}

footer .footer .right .tel span a {
	color: #fff;
}

footer .footer .right .tel span a:hover {
	color: #d71718;
}

footer .copy {
	border-top: 1px solid #d71718;
	position: relative;
	margin: 15px auto 0;
	overflow: hidden;
	padding: 25px 0 25px 280px;
}

@media (max-width: 992px) {
	footer .copy {
		padding: 15px 0;
		margin: 20px auto 0;
	}
}

footer .copy .footernav2 {
	position: absolute;
	left: 0;
	top: 25px;
	float: left;
	width: 260px;
	margin: 0 0 0 -20px;
}

@media (max-width: 992px) {
	footer .copy .footernav2 {
		position: relative;
		left: inherit;
		top: inherit;
		float: inherit;
		width: 100%;
		text-align: center;
		font-size: 0;
		margin: 0 auto;
	}
}

footer .copy .footernav2 li {
	padding: 0 20px;
	font-size: 14px;
	float: left;
	position: relative;
}

@media (max-width: 992px) {
	footer .copy .footernav2 li {
		float: inherit;
		display: inline-block;
		vertical-align: middle;
	}
	footer .copy .footernav2 li:first-child:before {
		display: none;
	}
}

footer .copy .footernav2 li:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 3px;
	width: 1px;
	height: 15px;
	background: #abcd04;
}

footer .copy .footernav2 li a {
	color: #fff;
}

footer .copy .footernav2 li a:hover {
	color: #fff;
}

footer .copy p {
	float: right;
	font-size: 14px;
	line-height: 24px;
	color: #fff;
}

@media (max-width: 992px) {
	footer .copy p {
		float: inherit;
		width: 100%;
		border-top: 1px solid #343b47;
		padding: 10px 0 0 0;
		margin: 15px auto 0;
		text-align: center;
	}
}

footer .copy p a {
	color: #bbc3d0;
}

footer .copy p a:hover {
	color: #d71718;
}

.ny {
	min-height: 450px;
}

.case {
	position: relative;
	padding: 0 0 110px 0;
}

@media (max-width: 1025px) {
	.case {
		padding: 0 0 80px 0;
	}
}

@media (max-width: 992px) {
	.case {
		padding: 0 0 60px 0;
	}
}

@media (max-width: 767px) {
	.case {
		padding: 0 0 40px 0;
	}
}

.case .case_main {
	margin: 20px auto 0;
	position: relative;
}

@media (max-width: 767px) {
	.case .case_main {
		margin: 5px auto 0;
	}
}

.case .case_main ul li {
	padding: 40px 0;
	border-bottom: 1px solid #ebebeb;
}

@media (max-width: 1445px) {
	.case .case_main ul li {
		padding: 35px 0;
	}
}

@media (max-width: 1025px) {
	.case .case_main ul li {
		padding: 30px 0;
	}
}

@media (max-width: 992px) {
	.case .case_main ul li {
		padding: 25px 0;
	}
}

@media (max-width: 767px) {
	.case .case_main ul li {
		padding: 15px 0;
	}
}

.case .case_main ul li .item {
	position: relative;
	text-align: center;
	font-size: 0;
	width: 100%;
	display: inline-block;
}

.case .case_main ul li .item:hover .pic img {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
}

.case .case_main ul li .item:hover .txt span {
	color: #d71718;
}

.case .case_main ul li .item .pic {
	display: inline-block;
	vertical-align: middle;
	width: 16.7%;
	position: relative;
	overflow: hidden;
}

@media (max-width: 1025px) {
	.case .case_main ul li .item .pic {
		width: 20%;
	}
}

@media (max-width: 767px) {
	.case .case_main ul li .item .pic {
		width: 100%;
	}
}

.case .case_main ul li .item .pic img {
	transition: all 0.35s ease-in-out;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
}

.case .case_main ul li .item .pic:after {
	content: "";
	display: block;
	padding-bottom: 100%;
}

.case .case_main ul li .item .txt {
	display: inline-block;
	vertical-align: middle;
	width: 83.3%;
	padding: 0 50px;
	text-align: left;
	position: relative;
	overflow: hidden;
}

@media (max-width: 1445px) {
	.case .case_main ul li .item .txt {
		padding: 0 35px;
	}
}

@media (max-width: 1025px) {
	.case .case_main ul li .item .txt {
		padding: 0 30px;
		width: 80%;
	}
}

@media (max-width: 992px) {
	.case .case_main ul li .item .txt {
		padding: 0 0 0 20px;
	}
}

@media (max-width: 767px) {
	.case .case_main ul li .item .txt {
		width: 100%;
		padding: 15px 0 0;
	}
}

.case .case_main ul li .item .txt span {
	display: block;
	color: #904d0f;
	font-size: 20px;
	height: 24px;
	line-height: 24px;
	position: relative;
	overflow: hidden;
}

@media (max-width: 992px) {
	.case .case_main ul li .item .txt span {
		font-size: 18px;
		height: 22px;
		line-height: 22px;
	}
}

.case .case_main ul li .item .txt em {
	font-style: inherit;
	display: block;
	color: #944f06;
	font-size: 14px;
	max-height: 48px;
	margin: 20px 0 0 0;
	line-height: 24px;
	position: relative;
	overflow: hidden;
}

@media (max-width: 992px) {
	.case .case_main ul li .item .txt em {
		margin: 10px 0 0 0;
		font-size: 12px;
		line-height: 22px;
		max-height: 44px;
	}
}

.sub1 {
	background: #fff;
	position: relative;
	overflow: hidden;
	border-bottom: 1px solid #ebebeb;
}

.sub1 .sub2 {
	position: relative;
	float: left;
	z-index: 0;
	padding: 20px 0 0 0;
}

@media (max-width: 992px) {
	.sub1 .sub2 {
		float: inherit;
		width: 100%;
		padding: 20px 0;
		border-bottom: 1px solid #ebebeb;
	}
}

@media (max-width: 767px) {
	.sub1 .sub2 {
		padding: 15px 0 0;
	}
}

.sub1 .sub2 ul {
	margin: 0 -5px;
}

.sub1 .sub2 ul li {
	margin: 0 5px;
	float: left;
	height: 38px;
	line-height: 36px;
	border-radius: 30px;
	font-size: 14px;
}

@media (max-width: 767px) {
	.sub1 .sub2 ul li {
		height: 30px;
		line-height: 30px;
		margin: 0 3px 10px;
	}
}

.sub1 .sub2 ul li:hover {
	background: #d71718;
}

.sub1 .sub2 ul li:hover a {
	color: #fff;
}

.sub1 .sub2 ul li a {
	color: #944f06;
	padding: 0 30px;
	display: block;
}

@media (max-width: 767px) {
	.sub1 .sub2 ul li a {
		padding: 0 15px;
	}
}

.sub1 .sub2 ul .active {
	background: #d71718;
}

.sub1 .sub2 ul .active a {
	color: #fff;
}

.crumb {
	/*position: relative;
	text-align: right;
	z-index: 1;
	padding: 25px 0 25px 25%;
	font-size: 0;*/
	float: right;
	padding: 25px 0 25px 0;
}

@media (max-width: 767px) {
	.crumb {
		padding: 15px 0 10px;
	}
}

.crumb h2 {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	height: 24px;
	font-size: 14px;
	color: #944f06;
	padding: 0 0 0 22px;
	line-height: 24px;
	font-weight: 100;
}

.crumb h2 a {
	color: #944f06;
}

.crumb h2 a:hover {
	color: #d71718;
}

.crumb h2 i {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	font-style: inherit;
	width: 16px;
	height: 24px;
}

.sub_ny {
	overflow: hidden;
	position: relative;
}

.sub_ny:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 6px;
	width: 100%;
	height: 2px;
	background: #f0f2f5;
}

.sub_ny .subab {
	padding: 0 40px;
	text-align: center;
}

.sub_ny .slick-list {
	width: 100%;
	display: inline-block;
}

.sub_ny .slick-list .slick-track {
	display: inline-block;
}

.sub_ny .slick-prev,
.sub_ny .slick-next {
	width: 30px;
	height: 30px;
	margin-top: -15px;
	border-radius: 50%;
	border: none;
}

@media (max-width: 767px) {
	.sub_ny .slick-prev,
	.sub_ny .slick-next {
		width: 24px;
		height: 24px;
		margin-top: -12px;
	}
}

.sub_ny .slick-prev {
	left: 0;
	background: url(../images/left1.png) no-repeat center;
	background-size: 100% 100%;
}

.sub_ny .slick-prev:hover {
	background: url(../images/left2.png) no-repeat center;
}

.sub_ny .slick-next {
	right: 0;
	background: url(../images/right1.png) no-repeat center;
	background-size: 100% 100%;
}

.sub_ny .slick-next:hover {
	background: url(../images/right2.png) no-repeat center;
}

.sub_ny .cur {
	color: #d71718;
}

.sub_ny .cur:after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 2px;
	background: #d71718;
}

.sub_ny span {
	display: block;
	color: #7b8390;
	font-size: 18px;
	line-height: 68px;
	height: 68px;
	position: relative;
	overflow: hidden;
}

@media (max-width: 992px) {
	.sub_ny span {
		font-size: 14px;
		line-height: 48px;
		height: 48px;
	}
}

.sub_ny span:hover {
	color: #d71718;
}

.sub_ny span:hover:after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 2px;
	background: #d71718;
}


/*news*/

.news {
	overflow: hidden;
	position: relative;
	background: #f5f5f5;
	padding: 0 0 90px 0;
}

@media (max-width: 1025px) {
	.news {
		padding: 0 0 80px 0;
	}
}

@media (max-width: 992px) {
	.news {
		padding: 0 0 60px 0;
	}
}

@media (max-width: 767px) {
	.news {
		padding: 0 0 40px 0;
	}
}

.news .news_main {
	position: relative;
	overflow: hidden;
	margin: 65px auto 40px;
}

@media (max-width: 1025px) {
	.news .news_main {
		margin: 45px auto 25px;
	}
}

@media (max-width: 767px) {
	.news .news_main {
		margin: 25px auto 20px;
	}
}

.news .news_main ul li {
	padding: 0 0 25px 0;
}

@media (max-width: 767px) {
	.news .news_main ul li {
		padding: 0 0 20px 0;
	}
}

.news .news_main ul li .item {
	position: relative;
	text-align: center;
	font-size: 0;
	width: 100%;
	background: #fff;
	transition: all 0.35s ease-in-out;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	display: inline-block;
}

.news .news_main ul li .item:hover {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.news .news_main ul li .item:hover .pic img {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	filter: saturate(1.1);
	-webkit-filter: saturate(1.1);
	-moz-filter: saturate(1.1);
	-o-filter: saturate(1.1);
}

.news .news_main ul li .item:hover .txt span {
	color: #d71718;
}

.news .news_main ul li .item .pic {
	display: inline-block;
	vertical-align: middle;
	width: 25.7%;
	position: relative;
	overflow: hidden;
}

@media (max-width: 767px) {
	.news .news_main ul li .item .pic {
		width: 100%;
	}
}

.news .news_main ul li .item .pic img {
	transition: all 0.35s ease-in-out;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
}

.news .news_main ul li .item .pic:after {
	content: "";
	display: block;
	padding-bottom: 67%;
}

.news .news_main ul li .item .txt {
	display: inline-block;
	vertical-align: middle;
	width: 74.3%;
	padding: 0 200px 0 50px;
	text-align: left;
	overflow: hidden;
}

@media (max-width: 1445px) {
	.news .news_main ul li .item .txt {
		padding: 0 140px 0 35px;
	}
}

@media (max-width: 1025px) {
	.news .news_main ul li .item .txt {
		padding: 0 120px 0 30px;
	}
}

@media (max-width: 992px) {
	.news .news_main ul li .item .txt {
		padding: 0 80px 0 20px;
	}
}

@media (max-width: 767px) {
	.news .news_main ul li .item .txt {
		width: 100%;
		position: relative;
		padding: 15px 60px 10px 10px;
	}
}

.news .news_main ul li .item .txt time {
	position: absolute;
	right: 0;
	top: 0;
	text-align: center;
	font-size: 0;
	width: 140px;
	padding: 0 5px;
	height: 100%;
	border-left: 1px solid #ebebeb;
}

@media (max-width: 1445px) {
	.news .news_main ul li .item .txt time {
		width: 120px;
	}
}

@media (max-width: 1025px) {
	.news .news_main ul li .item .txt time {
		width: 100px;
	}
}

@media (max-width: 992px) {
	.news .news_main ul li .item .txt time {
		padding: 0 3px;
		width: 55px;
	}
}

.news .news_main ul li .item .txt time b {
	font-style: inherit;
	height: 100%;
	width: 0px;
	display: inline-block;
	vertical-align: middle;
}

.news .news_main ul li .item .txt time p {
	font-style: inherit;
	display: inline-block;
	vertical-align: middle;
}

.news .news_main ul li .item .txt time big {
	display: block;
	text-align: center;
	color: #000000;
	line-height: 52px;
	height: 52px;
	overflow: hidden;
	font-size: 50px;
}

@media (max-width: 1025px) {
	.news .news_main ul li .item .txt time big {
		line-height: 42px;
		height: 40px;
		font-size: 40px;
	}
}

@media (max-width: 992px) {
	.news .news_main ul li .item .txt time big {
		line-height: 32px;
		height: 30px;
		font-size: 30px;
	}
}

@media (max-width: 767px) {
	.news .news_main ul li .item .txt time big {
		line-height: 24px;
		height: 24px;
		font-size: 20px;
	}
}

.news .news_main ul li .item .txt time small {
	display: block;
	text-align: center;
	color: #000000;
	line-height: 20px;
	height: 20px;
	overflow: hidden;
	font-size: 14px;
}

@media (max-width: 767px) {
	.news .news_main ul li .item .txt time small {
		font-size: 12px;
	}
}

.news .news_main ul li .item .txt span {
	display: block;
	color: #904d0f;
	font-size: 18px;
	height: 24px;
	line-height: 24px;
	position: relative;
	overflow: hidden;
}

@media (max-width: 992px) {
	.news .news_main ul li .item .txt span {
		font-size: 18px;
		height: 22px;
		line-height: 22px;
	}
}

@media (max-width: 767px) {
	.news .news_main ul li .item .txt span {
		font-size: 15px;
		height: 20px;
		line-height: 20px;
	}
}

.news .news_main ul li .item .txt em {
	font-style: inherit;
	display: block;
	color: #944f06;
	font-size: 14px;
	height: 52px;
	margin: 20px 0 0 0;
	line-height: 26px;
	position: relative;
	overflow: hidden;
}

@media (max-width: 1025px) {
	.news .news_main ul li .item .txt em {
		margin: 10px 0 0 0;
	}
}

@media (max-width: 992px) {
	.news .news_main ul li .item .txt em {
		margin: 10px 0 0 0;
		font-size: 12px;
		line-height: 22px;
		height: 44px;
	}
}

@media (max-width: 767px) {
	.news .news_main ul li .item .txt em {
		font-size: 10px;
		height: 40px;
		margin: 3px 0 0 0;
		line-height: 20px;
	}
}


/*page*/

.pagination {
	text-align: center;
	font-size: 0;
	position: relative;
}

.pagination li {
	display: inline-block;
	margin: 0 4px;
	vertical-align: middle;
}

@media (max-width: 767px) {
	.pagination li {
		display: none;
	}
}

.pagination li:hover a {
	border: 1px solid #d71718;
	background: #d71718;
	color: #fff;
}

.pagination li a {
	font-size: 14px;
	color: #944f06;
	display: block;
	height: 42px;
	line-height: 40px;
	padding: 0 13px;
	border: 1px solid #d2d2d2;
}

.pagination li .icon-jiantouzuoshuang- {
	font-size: 14px;
}

.pagination li .icon-right1 {
	font-size: 12px;
}

@media (max-width: 767px) {
	.pagination .phone_01 {
		display: inline-block;
	}
}

.pagination .active a {
	border: 1px solid #d71718;
	background: #d71718;
	color: #fff;
}


/*news_show*/

.news_show {
	position: relative;
	overflow: hidden;
	padding: 0 0 95px 0;
	color: #666;
	font-size: 16px;
	line-height: 24px;
}

@media (max-width: 1445px) {
	.news_show {
		padding: 0 0 70px 0;
	}
}

@media (max-width: 767px) {
	.news_show {
		padding: 0 0 35px 0;
	}
}

.news_show .title1 {
	color: #904d0f;
	font-size: 30px;
	line-height: 40px;
	margin: 50px auto 20px;
}

@media (max-width: 1025px) {
	.news_show .title1 {
		font-size: 24px;
		line-height: 34px;
		margin: 40px auto 10px;
	}
}

@media (max-width: 992px) {
	.news_show .title1 {
		font-size: 20px;
		line-height: 32px;
		margin: 30px auto 10px;
	}
}

@media (max-width: 767px) {
	.news_show .title1 {
		font-size: 18px;
		line-height: 28px;
		margin: 25px auto 5px;
	}
}

.news_show .txt1 {
	margin: 55px auto 80px;
}

@media (max-width: 1445px) {
	.news_show .txt1 {
		margin: 40px auto 50px;
	}
}

@media (max-width: 1025px) {
	.news_show .txt1 {
		margin: 40px auto 35px;
	}
}

@media (max-width: 992px) {
	.news_show .txt1 {
		margin: 30px auto 35px;
	}
}

@media (max-width: 767px) {
	.news_show .txt1 {
		margin: 50px auto 15px;
	}
}

.news_show .txt1 p {
	color: #944f06;
	font-size: 16px;
	line-height: 42px;
	margin: 0 0 40px 0;
}

@media (max-width: 1445px) {
	.news_show .txt1 p {
		margin: 0 0 30px 0;
	}
}

@media (max-width: 1025px) {
	.news_show .txt1 p {
		margin: 0 0 20px 0;
		line-height: 36px;
	}
}

@media (max-width: 992px) {
	.news_show .txt1 p {
		margin: 0 0 15px 0;
		line-height: 30px;
	}
}

@media (max-width: 767px) {
	.news_show .txt1 p {
		margin: 0 0 10px 0;
		line-height: 24px;
		font-size: 14px;
	}
}

.source {
	height: 50px;
	line-height: 50px;
	position: relative;
	color: #999999;
	font-size: 14px;
	border-bottom: 1px solid #e0e0e0;
}

.source .back {
	position: absolute;
	right: 0;
	top: 0;
	height: 50px;
	line-height: 50px;
	color: #904d0f;
	font-size: 16px;
	padding: 0 30px 0 0;
}

@media (max-width: 767px) {
	.source .back {
		position: relative;
		right: inherit;
		top: inherit;
		width: 110px;
		margin: 0 auto;
	}
}

.source .back i {
	position: absolute;
	right: 0;
	top: 0;
	width: 30px;
	height: 50px;
	line-height: 50px;
}

.article {
	position: relative;
	padding: 0 0 22px 0;
	margin: 0 0 30px 0;
	border-bottom: 1px solid #e0e0e0;
}

@media (max-width: 767px) {
	.article {
		padding: 0 0 10px 0;
		margin: 0 0 20px 0;
	}
}

.article li {
	color: #904d0f;
	font-size: 16px;
	height: 48px;
	line-height: 48px;
	overflow: hidden;
	position: relative;
}

@media (max-width: 767px) {
	.article li {
		font-size: 14px;
		height: 32px;
		line-height: 32px;
	}
}

.share {
	position: relative;
	height: 30px;
}

.share span {
	float: left;
	color: #904d0f;
	font-size: 14px;
	height: 30px;
	line-height: 30px;
}

.share .bds_weixin {
	background: url(../images/share.jpg) no-repeat !important;
	background-position: 2px 2px !important;
}

.share .bds_tsina {
	background: url(../images/share.jpg) no-repeat !important;
	background-position: -32px 2px !important;
}

.share .bds_qzone {
	background: url(../images/share.jpg) no-repeat !important;
	background-position: -70px 2px !important;
}

.share .bds_tqq {
	background: url(../images/share.jpg) no-repeat !important;
	background-position: -110px 2px !important;
}

.share .bdshare-button-style0-32 a {
	margin: 0 !important;
}


/*it*/

.it {
	position: relative;
	overflow: hidden;
	padding: 0 0 85px 0;
}

@media (max-width: 992px) {
	.it {
		padding: 0 0 50px 0;
	}
}

@media (max-width: 767px) {
	.it {
		padding: 0 0 40px 0;
	}
}

.it .part_1 {
	position: relative;
	z-index: 1;
	margin: 105px 0 0;
}

@media (max-width: 1445px) {
	.it .part_1 {
		margin: 60px 0 0;
	}
}

@media (max-width: 992px) {
	.it .part_1 {
		margin: 25px 0 0;
	}
}

@media (max-width: 767px) {
	.it .part_1 {
		margin: 15px 0 0;
	}
}

.it .part_1:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -240px;
	width: 46%;
	height: 480px;
	background: #f6f6f6;
}

@media (max-width: 1445px) {
	.it .part_1:before {
		width: 44%;
	}
}

@media (max-width: 1220px) {
	.it .part_1:before {
		height: 380px;
		width: 41%;
		margin-top: -190px;
	}
}

@media (max-width: 992px) {
	.it .part_1:before {
		display: none;
	}
}

.it .part_1 .itmain1 {
	position: relative;
	min-height: 630px;
	padding: 0 0 0 610px;
}

@media (max-width: 1445px) {
	.it .part_1 .itmain1 {
		padding: 0 0 0 580px;
	}
}

@media (max-width: 1220px) {
	.it .part_1 .itmain1 {
		padding: 0 0 0 440px;
		min-height: 504px;
	}
}

@media (max-width: 992px) {
	.it .part_1 .itmain1 {
		padding: 0;
		min-height: auto;
	}
}

.it .part_1 .pic {
	position: absolute;
	left: 0;
	top: 0;
	width: 450px;
	height: 630px;
}

@media (max-width: 1220px) {
	.it .part_1 .pic {
		width: 360px;
		height: 504px;
	}
}

@media (max-width: 992px) {
	.it .part_1 .pic {
		display: none;
	}
}

.it .part_1 .txt {
	padding: 20px 0 0 0;
}

.it .part_1 .txt big {
	display: block;
	font-size: 36px;
	line-height: 46px;
	color: #904d0f;
	margin: 0 0 40px 0;
}

@media (max-width: 1220px) {
	.it .part_1 .txt big {
		font-size: 30px;
		line-height: 40px;
		margin: 0 0 15px 0;
	}
}

@media (max-width: 767px) {
	.it .part_1 .txt big {
		font-size: 24px;
		line-height: 34px;
		margin: 0 0 10px 0;
	}
}

.it .part_1 .txt .text1 {
	color: #944f06;
	font-size: 16px;
	line-height: 42px;
	margin: 0 0 35px 0;
}

@media (max-width: 1220px) {
	.it .part_1 .txt .text1 {
		line-height: 30px;
		margin: 0 0 20px 0;
	}
}

@media (max-width: 767px) {
	.it .part_1 .txt .text1 {
		font-size: 14px;
		line-height: 24px;
		margin: 0 0 10px 0;
	}
}

.it .part_1 .txt .text2 {
	color: #944f06;
	font-size: 16px;
	line-height: 42px;
}

@media (max-width: 1220px) {
	.it .part_1 .txt .text2 {
		line-height: 30px;
	}
}

@media (max-width: 767px) {
	.it .part_1 .txt .text2 {
		font-size: 14px;
		line-height: 24px;
	}
}

.it .itmain2 {
	overflow: hidden;
	margin: 65px auto 0;
	position: relative;
}

@media (max-width: 1445px) {
	.it .itmain2 {
		margin: 40px auto 0;
	}
}

@media (max-width: 992px) {
	.it .itmain2 {
		margin: 20px auto 0;
	}
}

@media (max-width: 767px) {
	.it .itmain2 {
		margin: 15px auto 0;
	}
}

.it .itmain2 ul {
	position: relative;
	margin: 0 -40px;
}

@media (max-width: 1220px) {
	.it .itmain2 ul {
		margin: 0 -25px;
	}
}

@media (max-width: 992px) {
	.it .itmain2 ul {
		margin: 0 -8px;
	}
}

@media (max-width: 767px) {
	.it .itmain2 ul {
		margin: 0 auto;
	}
}

.it .itmain2 ul li {
	float: left;
	padding: 30px 40px;
	width: 50%;
}

@media (max-width: 1445px) {
	.it .itmain2 ul li {
		padding: 20px 40px;
	}
}

@media (max-width: 1220px) {
	.it .itmain2 ul li {
		padding: 20px 25px;
	}
}

@media (max-width: 992px) {
	.it .itmain2 ul li {
		padding: 10px 8px;
	}
}

@media (max-width: 767px) {
	.it .itmain2 ul li {
		width: 100%;
		float: inherit;
		padding: 10px 0;
	}
}

.it .itmain2 ul li .item big {
	position: relative;
	padding: 0 0 0 28px;
	color: #904d0f;
	font-size: 28px;
	line-height: 38px;
	height: 38px;
	overflow: hidden;
}

@media (max-width: 1220px) {
	.it .itmain2 ul li .item big {
		font-size: 24px;
		line-height: 34px;
		height: 34px;
		padding: 0 0 0 24px;
	}
}

@media (max-width: 992px) {
	.it .itmain2 ul li .item big {
		font-size: 20px;
		line-height: 30px;
		height: 30px;
		padding: 0 0 0 20px;
	}
}

@media (max-width: 767px) {
	.it .itmain2 ul li .item big {
		font-size: 18px;
		line-height: 28px;
		height: 28px;
		padding: 0 0 0 18px;
	}
}

.it .itmain2 ul li .item big:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	background: #d71718;
	width: 6px;
}

@media (max-width: 1220px) {
	.it .itmain2 ul li .item big:before {
		width: 5px;
	}
}

@media (max-width: 992px) {
	.it .itmain2 ul li .item big:before {
		width: 4px;
	}
}

.it .itmain2 ul li .item .pic {
	position: relative;
	margin: 25px 0 30px;
	overflow: hidden;
}

@media (max-width: 1445px) {
	.it .itmain2 ul li .item .pic {
		margin: 20px 0 20px;
	}
}

@media (max-width: 1220px) {
	.it .itmain2 ul li .item .pic {
		margin: 15px 0;
	}
}

.it .itmain2 ul li .item .pic:after {
	content: "";
	display: block;
	padding-bottom: 44.3%;
}

.it .itmain2 ul li .item .txt {
	color: #944f06;
	font-size: 18px;
	line-height: 28px;
	height: 28px;
	overflow: hidden;
}

@media (max-width: 1220px) {
	.it .itmain2 ul li .item .txt {
		font-size: 16px;
		line-height: 26px;
		height: 26px;
	}
}

@media (max-width: 992px) {
	.it .itmain2 ul li .item .txt {
		font-size: 14px;
		line-height: 24px;
		height: 48px;
	}
}

.it .itmain3 {
	padding: 80px 0 75px;
}

@media (max-width: 1445px) {
	.it .itmain3 {
		padding: 70px 0 50px;
	}
}

@media (max-width: 992px) {
	.it .itmain3 {
		padding: 40px 0 30px;
	}
}

@media (max-width: 767px) {
	.it .itmain3 {
		padding: 40px 0 15px;
	}
}

.it .itmain3 .pic {
	text-align: center;
	margin: 0 auto;
}

.it .itmain3 .text1 {
	margin: 20px auto 0;
	color: #904d0f;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	background: #f2f2f2;
	border-radius: 50%;
	width: 290px;
	height: 80px;
	line-height: 78px;
	border: 1px solid #eeeeee;
}

@media (max-width: 1220px) {
	.it .itmain3 .text1 {
		font-size: 20px;
		width: 280px;
		height: 70px;
		line-height: 68px;
	}
}

@media (max-width: 992px) {
	.it .itmain3 .text1 {
		font-size: 18px;
		width: 260px;
		height: 60px;
		line-height: 58px;
	}
}

@media (max-width: 767px) {
	.it .itmain3 .text1 {
		font-size: 14px;
		width: 200px;
		height: 50px;
		margin: 10px auto 0;
		line-height: 48px;
	}
}

.it .itmain3 .itmain3box {
	position: relative;
	margin: 95px auto 0;
}

@media (max-width: 1445px) {
	.it .itmain3 .itmain3box {
		margin: 65px auto 0;
	}
}

@media (max-width: 992px) {
	.it .itmain3 .itmain3box {
		margin: 40px auto 0;
	}
}

@media (max-width: 767px) {
	.it .itmain3 .itmain3box {
		margin: 20px auto 0;
	}
}

.it .itmain3 .itmain3box ul {
	position: relative;
}

@media (max-width: 767px) {
	.it .itmain3 .itmain3box ul {
		margin: 0 -10px;
	}
}

.it .itmain3 .itmain3box ul li {
	float: left;
	width: 20%;
	padding: 10px 50px;
}

@media (max-width: 1220px) {
	.it .itmain3 .itmain3box ul li {
		padding: 10px 25px;
	}
}

@media (max-width: 992px) {
	.it .itmain3 .itmain3box ul li {
		padding: 10px 15px;
	}
}

@media (max-width: 767px) {
	.it .itmain3 .itmain3box ul li {
		width: 33.33333333%;
		padding: 10px 10px;
	}
}

.it .itmain3 .itmain3box ul li .item .ico {
	margin: 0 auto;
	position: relative;
	width: 110px;
	height: 110px;
	border-radius: 50%;
	border: 1px solid #ebebeb;
}

@media (max-width: 992px) {
	.it .itmain3 .itmain3box ul li .item .ico {
		width: 80px;
		height: 80px;
	}
}

@media (max-width: 767px) {
	.it .itmain3 .itmain3box ul li .item .ico {
		width: 70px;
		height: 70px;
	}
}

.it .itmain3 .itmain3box ul li .item .ico img {
	width: 34px;
}

@media (max-width: 992px) {
	.it .itmain3 .itmain3box ul li .item .ico img {
		width: 28px;
	}
}

@media (max-width: 767px) {
	.it .itmain3 .itmain3box ul li .item .ico img {
		width: 24px;
	}
}

.it .itmain3 .itmain3box ul li .item .txt {
	text-align: center;
	color: #944f06;
	font-size: 18px;
	height: 28px;
	line-height: 28px;
	overflow: hidden;
	margin: 30px auto 0;
}

@media (max-width: 992px) {
	.it .itmain3 .itmain3box ul li .item .txt {
		font-size: 16px;
		height: 26px;
		line-height: 26px;
		margin: 15px auto 0;
	}
}

@media (max-width: 767px) {
	.it .itmain3 .itmain3box ul li .item .txt {
		font-size: 14px;
		height: 24px;
		line-height: 24px;
		margin: 5px auto 0;
	}
}

.it .textit {
	text-align: center;
	color: #944f06;
	font-size: 16px;
	line-height: 26px;
	background: #f7f7f7;
	padding: 25px 10px;
}

@media (max-width: 767px) {
	.it .textit {
		font-size: 14px;
		line-height: 24px;
		padding: 15px 10px;
	}
}


/*implementation*/

.implementation {
	position: relative;
	overflow: hidden;
	color: #666;
	font-size: 14px;
	line-height: 24px;
	padding: 0 0 90px 0;
}

@media (max-width: 1445px) {
	.implementation {
		padding: 0 0 70px 0;
	}
}

@media (max-width: 1025px) {
	.implementation {
		padding: 0 0 50px 0;
	}
}

@media (max-width: 767px) {
	.implementation {
		padding: 0 0 30px 0;
	}
}

.implementation .pic {
	margin: 100px auto 65px;
	text-align: center;
	overflow: hidden;
}

@media (max-width: 1445px) {
	.implementation .pic {
		margin: 70px auto 30px;
	}
}

@media (max-width: 1025px) {
	.implementation .pic {
		margin: 50px auto 25px;
	}
}

@media (max-width: 767px) {
	.implementation .pic {
		margin: 25px auto 10px;
	}
}

.implementation .text1 p {
	color: #944f06;
	font-size: 16px;
	margin: 0 0 35px;
	line-height: 36px;
}

@media (max-width: 1445px) {
	.implementation .text1 p {
		margin: 0 0 25px;
	}
}

@media (max-width: 1025px) {
	.implementation .text1 p {
		margin: 0 0 20px;
	}
}

@media (max-width: 992px) {
	.implementation .text1 p {
		margin: 0 0 15px;
	}
}

@media (max-width: 767px) {
	.implementation .text1 p {
		margin: 0 0 10px;
		font-size: 14px;
		line-height: 24px;
	}
}

.implementation .title1 {
	border-bottom: 1px solid #e0e0e0;
}

.implementation .title1 em {
	font-style: inherit;
	color: #d71718;
	font-size: 22px;
	line-height: 60px;
	height: 60px;
	position: relative;
	display: inline-block;
}

@media (max-width: 767px) {
	.implementation .title1 em {
		font-size: 18px;
		line-height: 40px;
		height: 40px;
	}
}

.implementation .title1 em:after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 100%;
	height: 2px;
	background: #d71718;
}

.implementation .text2 {
	color: #944f06;
	font-size: 16px;
	margin: 30px 0 0;
	line-height: 36px;
}

@media (max-width: 767px) {
	.implementation .text2 {
		font-size: 14px;
		line-height: 24px;
		margin: 15px 0 0;
	}
}


/*apply*/

.apply {
	padding: 0 0 70px 0;
	position: relative;
}

@media (max-width: 992px) {
	.apply {
		padding: 0 0 60px 0;
	}
}

@media (max-width: 767px) {
	.apply {
		padding: 0 0 35px 0;
	}
}

.apply .applymain {
	width: 70%;
	margin: 100px auto 70px;
	padding: 55px 100px;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.12);
}

@media (max-width: 1445px) {
	.apply .applymain {
		margin: 70px auto 50px;
		padding: 50px 80px;
	}
}

@media (max-width: 1025px) {
	.apply .applymain {
		width: 76%;
		padding: 50px 60px;
	}
}

@media (max-width: 992px) {
	.apply .applymain {
		width: 90%;
		margin: 50px auto 50px;
		padding: 40px 50px;
	}
}

@media (max-width: 767px) {
	.apply .applymain {
		width: 100%;
		margin: 30px auto 30px;
		padding: 25px 15px 20px;
		box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
	}
}

.apply .applymain big {
	display: block;
	text-align: center;
	color: #904d0f;
	font-size: 36px;
	line-height: 46px;
}

@media (max-width: 1025px) {
	.apply .applymain big {
		font-size: 32px;
		line-height: 40px;
	}
}

@media (max-width: 767px) {
	.apply .applymain big {
		font-size: 26px;
		line-height: 34px;
	}
}

.apply .applymain .applyz {
	position: relative;
	margin: 60px auto 0;
}

@media (max-width: 1445px) {
	.apply .applymain .applyz {
		margin: 40px auto 0;
	}
}

@media (max-width: 992px) {
	.apply .applymain .applyz {
		margin: 30px auto 0;
	}
}

@media (max-width: 767px) {
	.apply .applymain .applyz {
		margin: 10px auto 0;
	}
}

.apply .applymain .applyz li {
	position: relative;
	height: 50px;
	line-height: 50px;
	padding: 0 0 0 50px;
	margin: 0 0 30px 0;
	border-bottom: 1px solid #e5e5e5;
}

@media (max-width: 1025px) {
	.apply .applymain .applyz li {
		margin: 0 0 25px 0;
	}
}

@media (max-width: 767px) {
	.apply .applymain .applyz li {
		margin: 0 0 10px 0;
	}
}

.apply .applymain .applyz li i {
	font-style: inherit;
	position: absolute;
	left: 0;
	top: 0;
	width: 22px;
	height: 50px;
}

.apply .applymain .applyz li input {
	width: 100%;
	height: 48px;
	border: none;
	color: #666;
	font-family: "microsoft yahei";
	font-size: 14px;
}

.apply .applymain .applyz .li_1 {
	border-bottom: none;
	padding: 0;
}

.apply .applymain .applyz #send {
	background: #d71718;
	color: #fff;
	margin: 10px auto 0;
	font-size: 18px;
}

.apply .applymain .applyz #send:hover {
	background: #119ee6;
}

.apply .applymain2 {
	position: relative;
	text-align: center;
	font-size: 0;
}

.apply .applymain2 i {
	font-style: inherit;
	display: inline-block;
	vertical-align: middle;
	width: 100px;
	height: 100px;
	position: relative;
	border-radius: 50%;
	border: 1px solid #c6c6c6;
}

@media (max-width: 992px) {
	.apply .applymain2 i {
		width: 80px;
		height: 80px;
	}
}

@media (max-width: 767px) {
	.apply .applymain2 i {
		width: 68px;
		height: 68px;
	}
}

.apply .applymain2 i img {
	width: 34px;
}

@media (max-width: 992px) {
	.apply .applymain2 i img {
		width: 30px;
	}
}

@media (max-width: 767px) {
	.apply .applymain2 i img {
		width: 24px;
	}
}

.apply .applymain2 .txt {
	display: inline-block;
	text-align: left;
	padding: 0 0 0 30px;
	vertical-align: middle;
}

@media (max-width: 992px) {
	.apply .applymain2 .txt {
		padding: 0 0 0 25px;
	}
}

@media (max-width: 767px) {
	.apply .applymain2 .txt {
		padding: 0 0 0 15px;
	}
}

.apply .applymain2 .txt small {
	display: block;
	color: #944f06;
	font-size: 18px;
	line-height: 26px;
}

@media (max-width: 767px) {
	.apply .applymain2 .txt small {
		font-size: 16px;
		line-height: 26px;
	}
}

.apply .applymain2 .txt big {
	display: block;
	color: #904d0f;
	font-size: 32px;
	margin: 10px 0 0 0;
	line-height: 42px;
}

@media (max-width: 992px) {
	.apply .applymain2 .txt big {
		font-size: 28px;
		line-height: 38px;
		margin: 5px 0 0 0;
	}
}

@media (max-width: 767px) {
	.apply .applymain2 .txt big {
		font-size: 24px;
		line-height: 34px;
		margin: 0;
	}
}


/*problem*/

.problem {
	padding: 0 0 90px 0;
	position: relative;
	overflow: hidden;
}

@media (max-width: 1281px) {
	.problem {
		padding: 0 0 70px 0;
	}
}

@media (max-width: 992px) {
	.problem {
		padding: 0 0 50px 0;
	}
}

@media (max-width: 767px) {
	.problem {
		padding: 0 0 40px 0;
	}
}

.problem .problemmain {
	position: relative;
	padding: 75px 0 0 0;
}

@media (max-width: 1281px) {
	.problem .problemmain {
		padding: 60px 0 0 0;
	}
}

@media (max-width: 992px) {
	.problem .problemmain {
		padding: 40px 0 0 0;
	}
}

@media (max-width: 767px) {
	.problem .problemmain {
		padding: 25px 0 0 0;
	}
}

.problem .problemmain dl {
	position: relative;
	margin: 0 auto 60px;
	display: inline-block;
	width: 100%;
}

@media (max-width: 1281px) {
	.problem .problemmain dl {
		margin: 0 auto 40px;
	}
}

@media (max-width: 992px) {
	.problem .problemmain dl {
		margin: 0 auto 30px;
	}
}

@media (max-width: 767px) {
	.problem .problemmain dl {
		margin: 0 auto 20px;
	}
}

.problem .problemmain dl dd {
	color: #d71718;
	font-size: 18px;
	line-height: 28px;
	height: 28px;
	overflow: hidden;
	position: relative;
}

@media (max-width: 992px) {
	.problem .problemmain dl dd {
		font-size: 16px;
	}
}

@media (max-width: 767px) {
	.problem .problemmain dl dd {
		font-size: 15px;
		line-height: 25px;
		height: auto;
		max-height: 50px;
	}
}

.problem .problemmain dl dt {
	color: #904d0f;
	font-size: 14px;
	line-height: 28px;
	height: 28px;
	position: relative;
	background: #f7f7f7;
	height: 60px;
	margin: 20px 0 0 0;
	line-height: 60px;
	overflow: hidden;
	padding: 0 10px 0 25px;
}

@media (max-width: 1025px) {
	.problem .problemmain dl dt {
		margin: 15px 0 0 0;
	}
}

@media (max-width: 992px) {
	.problem .problemmain dl dt {
		line-height: 48px;
		height: 48px;
		margin: 10px 0 0 0;
	}
}

@media (max-width: 767px) {
	.problem .problemmain dl dt {
		margin: 6px 0 0 0;
		line-height: 24px;
		padding: 8px 10px 5px;
		height: auto;
	}
}

.problem .problemmain dl dt:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 1px;
	height: 100%;
	background: #d71718;
}


/*train*/

.train {
	position: relative;
	overflow: hidden;
}

.train .train_main {
	position: relative;
	margin: 140px auto 0;
}

@media (max-width: 1500px) {
	.train .train_main {
		margin: 80px auto 0;
	}
}

@media (max-width: 1025px) {
	.train .train_main {
		margin: 60px auto 0;
	}
}

@media (max-width: 992px) {
	.train .train_main {
		margin: 30px auto 0;
	}
}

@media (max-width: 767px) {
	.train .train_main {
		margin: 10px auto 0;
	}
}

.train .train_main .pic {
	float: left;
	width: 50%;
	overflow: hidden;
}

@media (max-width: 992px) {
	.train .train_main .pic {
		width: 100%;
		float: left;
	}
}

.train .train_main .pic img {
	display: block;
}

.train .train_main .txt {
	width: 50%;
	padding: 3% 18% 0 4.8%;
	float: right;
}

@media (max-width: 1800px) {
	.train .train_main .txt {
		width: 50%;
		padding: 3% 14% 0 4.8%;
	}
}

@media (max-width: 1500px) {
	.train .train_main .txt {
		width: 50%;
		padding: 2% 10% 0 4%;
	}
}

@media (max-width: 1370px) {
	.train .train_main .txt {
		padding: 2% 6% 0 4%;
	}
}

@media (max-width: 992px) {
	.train .train_main .txt {
		width: 100%;
		float: left;
		padding: 15px 30px 0;
	}
}

@media (max-width: 767px) {
	.train .train_main .txt {
		padding: 15px;
	}
}

.train .train_main .txt .title1 {
	color: #904d0f;
	padding: 15px 0 0 95px;
	line-height: 40px;
	position: relative;
	margin: 0 0 40px 0;
	font-size: 30px;
}

@media (max-width: 1370px) {
	.train .train_main .txt .title1 {
		padding: 8px 0 0 70px;
		font-size: 22px;
		margin: 0 0 15px 0;
	}
}

@media (max-width: 767px) {
	.train .train_main .txt .title1 {
		padding: 10px 0 0 55px;
		font-size: 18px;
		line-height: 28px;
	}
}

.train .train_main .txt .title1 em {
	font-style: inherit;
	height: 68px;
	width: 68px;
	padding: 2px;
	border: 1px solid #d71718;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 0;
}

@media (max-width: 1370px) {
	.train .train_main .txt .title1 em {
		height: 52px;
		width: 52px;
	}
}

@media (max-width: 767px) {
	.train .train_main .txt .title1 em {
		height: 46px;
		width: 46px;
	}
}

.train .train_main .txt .title1 em i {
	font-style: inherit;
	width: 62px;
	height: 62px;
	display: block;
	border-radius: 50%;
	line-height: 62px;
	text-align: center;
	overflow: hidden;
	font-size: 30px;
	color: #fff;
	font-weight: bold;
	background: #d71718;
}

@media (max-width: 1370px) {
	.train .train_main .txt .title1 em i {
		height: 46px;
		width: 46px;
		line-height: 46px;
		font-size: 24px;
	}
}

@media (max-width: 767px) {
	.train .train_main .txt .title1 em i {
		height: 40px;
		width: 40px;
		line-height: 40px;
		font-size: 20px;
	}
}

.train .train_main .txt p {
	color: #944f06;
	font-size: 18px;
	padding: 0 0 0 95px;
	line-height: 28px;
	margin: 0 0 15px 0;
}

@media (max-width: 1370px) {
	.train .train_main .txt p {
		padding: 0 0 0 70px;
		font-size: 16px;
		line-height: 26px;
		margin: 0 0 10px 0;
	}
}

@media (max-width: 767px) {
	.train .train_main .txt p {
		padding: 0 0 0 55px;
		font-size: 14px;
		line-height: 24px;
	}
}

.train .train_main .txt p a {
	color: #666;
}

.train .train_main .txt p a:hover {
	color: #d71718;
}

.train .train_main .txt p span {
	color: #d71718;
}

.train .train_main .txt .line {
	width: 100%;
	height: 1px;
	position: relative;
	margin: 75px 0 60px;
	background: #e5e5e5;
}

@media (max-width: 1800px) {
	.train .train_main .txt .line {
		margin: 45px 0 40px;
	}
}

@media (max-width: 1370px) {
	.train .train_main .txt .line {
		margin: 25px 0 40px;
	}
}

@media (max-width: 767px) {
	.train .train_main .txt .line {
		margin: 15px 0 20px;
	}
}

.train .train_main .txt .ewm {
	width: 180px;
	height: 180px;
	position: relative;
	margin: 25px 0 0 95px;
}

@media (max-width: 1370px) {
	.train .train_main .txt .ewm {
		margin: 15px 0 0 70px;
		width: 140px;
		height: 140px;
	}
}

@media (max-width: 767px) {
	.train .train_main .txt .ewm {
		margin: 15px 0 0 55px;
		width: 100px;
		height: 100px;
	}
}


/*download*/

.download {
	position: relative;
	overflow: hidden;
	padding: 0 0 95px 0;
}

@media (max-width: 1445px) {
	.download {
		padding: 0 0 75px 0;
	}
}

@media (max-width: 767px) {
	.download {
		padding: 0 0 35px 0;
	}
}

.download .downloadmain {
	overflow: hidden;
}

.download .downloadmain ul {
	position: relative;
	margin: 45px -48px 75px;
}

@media (max-width: 1445px) {
	.download .downloadmain ul {
		margin: 40px -38px 60px;
	}
}

@media (max-width: 1230px) {
	.download .downloadmain ul {
		margin: 40px -20px 50px;
	}
}

@media (max-width: 992px) {
	.download .downloadmain ul {
		margin: 20px -10px 50px;
	}
}

@media (max-width: 767px) {
	.download .downloadmain ul {
		margin: 10px -10px 25px;
	}
}

.download .downloadmain ul li {
	float: left;
	width: 50%;
	padding: 45px 48px 0;
}

@media (max-width: 1445px) {
	.download .downloadmain ul li {
		padding: 45px 38px 0;
	}
}

@media (max-width: 1230px) {
	.download .downloadmain ul li {
		padding: 25px 20px 0;
	}
}

@media (max-width: 992px) {
	.download .downloadmain ul li {
		padding: 25px 10px 0;
	}
}

@media (max-width: 767px) {
	.download .downloadmain ul li {
		float: inherit;
		width: 100%;
		padding: 15px 10px 0;
	}
}

.download .downloadmain ul li .item {
	display: inline-block;
	width: 100%;
	border-bottom: 1px solid #f0f0f0;
	padding: 0 120px 45px 125px;
	position: relative;
}

@media (max-width: 1230px) {
	.download .downloadmain ul li .item {
		padding: 0 100px 25px;
	}
}

@media (max-width: 992px) {
	.download .downloadmain ul li .item {
		padding: 0 85px 25px 80px;
	}
}

@media (max-width: 767px) {
	.download .downloadmain ul li .item {
		padding: 0 70px 15px 70px;
	}
}

.download .downloadmain ul li .item:hover .down {
	background: #d71718;
}

.download .downloadmain ul li .item .p1 {
	position: absolute;
	left: 0;
	top: 0;
	width: 100px;
	height: 100px;
	color: #d71718;
	font-size: 36px;
	text-align: center;
	overflow: hidden;
	line-height: 100px;
	font-style: italic;
	font-family: "penumbrasansstd-bold";
	border: 1px solid #dbdbdb;
}

@media (max-width: 1230px) {
	.download .downloadmain ul li .item .p1 {
		width: 80px;
		height: 80px;
		font-size: 26px;
		line-height: 80px;
	}
}

@media (max-width: 992px) {
	.download .downloadmain ul li .item .p1 {
		width: 70px;
		height: 70px;
		font-size: 22px;
		line-height: 70px;
	}
}

@media (max-width: 767px) {
	.download .downloadmain ul li .item .p1 {
		width: 60px;
		height: 60px;
		font-size: 20px;
		line-height: 60px;
	}
}

.download .downloadmain ul li .item .p2 {
	font-size: 24px;
	font-family: "microsoft yahei";
	font-style: inherit;
}

@media (max-width: 1230px) {
	.download .downloadmain ul li .item .p2 {
		font-size: 20px;
	}
}

@media (max-width: 992px) {
	.download .downloadmain ul li .item .p2 {
		font-size: 17px;
	}
}

@media (max-width: 767px) {
	.download .downloadmain ul li .item .p2 {
		font-size: 14px;
	}
}

.download .downloadmain ul li .item .down {
	position: absolute;
	right: 0;
	top: 30px;
	width: 110px;
	height: 30px;
	line-height: 30px;
	border-radius: 30px;
	text-align: center;
	font-size: 14px;
	background: #b79351;
	overflow: hidden;
}

@media (max-width: 1230px) {
	.download .downloadmain ul li .item .down {
		top: 23px;
		width: 90px;
	}
}

@media (max-width: 992px) {
	.download .downloadmain ul li .item .down {
		height: 24px;
		line-height: 24px;
		border-radius: 24px;
		width: 80px;
		top: 20px;
	}
}

@media (max-width: 992px) {
	.download .downloadmain ul li .item .down {
		height: 20px;
		line-height: 20px;
		border-radius: 20px;
		font-size: 12px;
		width: 68px;
		top: 16px;
	}
}

.download .downloadmain ul li .item .down a {
	display: block;
	color: #fff;
}

.download .downloadmain ul li .item .txt {
	height: 100px;
	padding: 18px 0 0 0;
}

@media (max-width: 1230px) {
	.download .downloadmain ul li .item .txt {
		padding: 10px 0 0 0;
		height: 80px;
	}
}

@media (max-width: 992px) {
	.download .downloadmain ul li .item .txt {
		padding: 9px 0 0 0;
		height: 70px;
	}
}

@media (max-width: 767px) {
	.download .downloadmain ul li .item .txt {
		padding: 7px 0 0 0;
		height: 60px;
	}
}

.download .downloadmain ul li .item .txt big {
	display: block;
	color: #904d0f;
	font-size: 20px;
	line-height: 26px;
	height: 26px;
	overflow: hidden;
}

@media (max-width: 1230px) {
	.download .downloadmain ul li .item .txt big {
		font-size: 18px;
	}
}

@media (max-width: 992px) {
	.download .downloadmain ul li .item .txt big {
		font-size: 16px;
	}
}

@media (max-width: 767px) {
	.download .downloadmain ul li .item .txt big {
		font-size: 14px;
		line-height: 22px;
		height: 22px;
	}
}

.download .downloadmain ul li .item .txt .text {
	position: relative;
	margin: 15px 0 0 0;
}

@media (max-width: 1230px) {
	.download .downloadmain ul li .item .txt .text {
		margin: 10px 0 0 0;
	}
}

@media (max-width: 992px) {
	.download .downloadmain ul li .item .txt .text {
		margin: 2px 0 0 0;
	}
}

.download .downloadmain ul li .item .txt .text time {
	position: relative;
	display: block;
	height: 24px;
	padding: 0 0 0 26px;
	line-height: 24px;
	color: #999999;
	font-size: 14px;
	float: left;
	overflow: hidden;
}

@media (max-width: 767px) {
	.download .downloadmain ul li .item .txt .text time {
		font-size: 12px;
		line-height: 20px;
		height: 20px;
		padding: 0 0 0 18px;
	}
}

.download .downloadmain ul li .item .txt .text time i {
	left: 0;
	top: 0;
	width: 24px;
	height: 24px;
	position: absolute;
}

@media (max-width: 767px) {
	.download .downloadmain ul li .item .txt .text time i {
		width: 13px;
		height: 20px;
	}
}

.download .downloadmain ul li .item .txt .text span {
	position: relative;
	display: block;
	height: 24px;
	padding: 0 0 0 26px;
	line-height: 24px;
	color: #999999;
	font-size: 14px;
	float: left;
	margin: 0 0 0 20px;
	overflow: hidden;
}

@media (max-width: 767px) {
	.download .downloadmain ul li .item .txt .text span {
		font-size: 12px;
		line-height: 20px;
		height: 20px;
		padding: 0 0 0 18px;
		margin: 0 0 0 10px;
	}
}

.download .downloadmain ul li .item .txt .text span i {
	left: 0;
	top: 0;
	width: 24px;
	height: 24px;
	position: absolute;
}

@media (max-width: 767px) {
	.download .downloadmain ul li .item .txt .text span i {
		width: 12px;
		height: 20px;
	}
}


/*solve*/

.solve {
	position: relative;
	padding: 0 0 130px 0;
	overflow: hidden;
}

@media (max-width: 1445px) {
	.solve {
		padding: 0 0 100px 0;
	}
}

@media (max-width: 1200px) {
	.solve {
		padding: 0 0 70px 0;
	}
}

@media (max-width: 992px) {
	.solve {
		padding: 0 0 50px 0;
	}
}

@media (max-width: 767px) {
	.solve {
		padding: 0 0 35px 0;
	}
}

.solve .txta {
	background: #f9f9f9;
	color: #904d0f;
	font-size: 14px;
	margin: 30px auto 0;
	line-height: 30px;
	padding: 30px 55px;
}

@media (max-width: 1200px) {
	.solve .txta {
		padding: 20px;
	}
}

@media (max-width: 992px) {
	.solve .txta {
		padding: 15px;
		line-height: 26px;
	}
}

@media (max-width: 767px) {
	.solve .txta {
		line-height: 24px;
		margin: 25px auto 0;
	}
}

.solve .solvemain {
	margin: 45px auto 0;
}

@media (max-width: 992px) {
	.solve .solvemain {
		margin: 30px auto 0;
	}
}

@media (max-width: 767px) {
	.solve .solvemain {
		margin: 20px auto 0;
	}
}

.lefta {
	float: left;
	width: 19.5%;
}

@media (max-width: 992px) {
	.lefta {
		width: 24%;
	}
}

@media (max-width: 767px) {
	.lefta {
		width: 100%;
		float: inherit;
	}
}

.lefta .title {
	width: 100%;
	padding: 15px 5px;
	position: relative;
	background: #d71718;
}

@media (max-width: 767px) {
	.lefta .title {
		padding: 8px 50px 6px 15px;
	}
}

.lefta .title .jia {
	position: absolute;
	right: 0;
	height: 56px;
	width: 48px;
	color: #fff;
	top: 0;
	cursor: pointer;
	background: #dab166;
}

@media (min-width: 768px) {
	.lefta .title .jia {
		display: none;
	}
}

@media (max-width: 361px) {
	.lefta .title .jia {
		width: 40px;
	}
}

.lefta .title .jia:after {
	content: "+";
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
	text-align: center;
	font-size: 28px;
	width: 100%;
	height: 100%;
	line-height: 56px;
}

.lefta .title .active:after {
	content: "-";
}

.lefta .title big {
	display: block;
	font-size: 28px;
	line-height: 38px;
	height: 38px;
	overflow: hidden;
	text-align: center;
	color: #fff;
}

@media (max-width: 1200px) {
	.lefta .title big {
		font-size: 22px;
		height: 32px;
		line-height: 32px;
	}
}

@media (max-width: 767px) {
	.lefta .title big {
		text-align: left;
		font-size: 18px;
		line-height: 22px;
		height: 22px;
	}
}

.lefta .title small {
	display: block;
	font-size: 14px;
	line-height: 24px;
	height: 24px;
	text-align: center;
	color: #fff;
}

@media (max-width: 767px) {
	.lefta .title small {
		text-align: left;
		font-size: 12px;
		line-height: 20px;
		height: 20px;
	}
}

@media (max-width: 767px) {
	.lefta .leftnava {
		display: none;
	}
}

.lefta .leftnava ul li {
	padding: 6px 0;
	border-bottom: 1px solid #ebebeb;
}

@media (max-width: 1200px) {
	.lefta .leftnava ul li {
		padding: 0;
	}
}

.lefta .leftnava ul li a {
	color: #944f06;
	font-size: 16px;
	height: 44px;
	text-align: center;
	display: block;
	line-height: 44px;
	overflow: hidden;
}

@media (max-width: 992px) {
	.lefta .leftnava ul li a {
		line-height: 38px;
		height: 38px;
		font-size: 14px;
	}
}

.lefta .leftnava ul li a:hover {
	color: #fff;
	background: #b79351;
}

.righta {
	float: left;
	padding: 0 0 0 7%;
	width: 80.5%;
}

@media (max-width: 1200px) {
	.righta {
		padding: 0 0 0 5%;
	}
}

@media (max-width: 992px) {
	.righta {
		width: 76%;
	}
}

@media (max-width: 767px) {
	.righta {
		width: 100%;
		padding: 15px 0 0;
		float: inherit;
	}
}

.righta .title {
	position: relative;
	width: 100%;
}

.righta .title:after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: 3px;
	width: 100%;
	height: 1px;
	z-index: 1;
	background: #d6d6d6;
}

.righta .title em {
	font-style: inherit;
	color: #904d0f;
	font-size: 24px;
	font-weight: bold;
	height: 54px;
	z-index: 5;
	line-height: 54px;
	padding: 0 25px;
	position: relative;
	display: inline-block;
	overflow: hidden;
	border-bottom: 2px solid #d71718;
}

@media (max-width: 767px) {
	.righta .title em {
		height: 44px;
		font-size: 18px;
		line-height: 44px;
		padding: 0 15px;
	}
}

.righta .part1 {
	text-align: center;
	font-size: 0;
	margin: 60px auto;
	position: relative;
}

@media (max-width: 1200px) {
	.righta .part1 {
		margin: 40px auto;
	}
}

@media (max-width: 992px) {
	.righta .part1 {
		margin: 25px auto;
	}
}

@media (max-width: 767px) {
	.righta .part1 {
		margin: 10px auto 15px;
	}
}

.righta .part1 .pic {
	display: inline-block;
	vertical-align: middle;
	width: 52.4%;
	position: relative;
	overflow: hidden;
}

@media (max-width: 992px) {
	.righta .part1 .pic {
		display: none;
	}
}

.righta .part1 .pic:after {
	content: "";
	display: block;
	padding-bottom: 66.3%;
}

.righta .part1 .txt {
	display: inline-block;
	vertical-align: middle;
	/*width: 47.6%;*/
	width: 100%;
	color: #904d0f;
	font-size: 14px;
	line-height: 30px;
	text-align: left;
	padding: 0 0 0 0px;
}

@media (max-width: 1200px) {
	.righta .part1 .txt {
		padding: 0 0 0 25px;
		line-height: 24px;
	}
}

@media (max-width: 992px) {
	.righta .part1 .txt {
		width: 100%;
		padding: 0;
	}
}

.righta .solvea {
	border-top: 1px solid #ebebeb;
}

.righta .solvea li {
	border-bottom: 1px solid #ebebeb;
	padding: 40px 0;
}

@media (max-width: 1200px) {
	.righta .solvea li {
		padding: 25px 0;
	}
}

@media (max-width: 767px) {
	.righta .solvea li {
		padding: 15px 0;
	}
}

.righta .solvea li .item {
	position: relative;
	width: 100%;
	display: inline-block;
}

.righta .solvea li .item:hover .pic img {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
}

.righta .solvea li .item .pic {
	float: left;
	width: 29.3%;
	position: relative;
	overflow: hidden;
}

@media (max-width: 992px) {
	.righta .solvea li .item .pic {
		width: 32%;
	}
}

@media (max-width: 767px) {
	.righta .solvea li .item .pic {
		width: 100%;
		float: inherit;
	}
}

.righta .solvea li .item .pic img {
	transition: all 0.35s ease-in-out;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
}

.righta .solvea li .item .pic:after {
	content: "";
	display: block;
	padding-bottom: 66.3%;
}

.righta .solvea li .item .txt {
	float: left;
	width: 70.7%;
	padding: 12px 0 0 45px;
	position: relative;
	overflow: hidden;
}

@media (max-width: 1445px) {
	.righta .solvea li .item .txt {
		padding: 12px 0 0 30px;
	}
}

@media (max-width: 1200px) {
	.righta .solvea li .item .txt {
		padding: 0 0 0 20px;
	}
}

@media (max-width: 992px) {
	.righta .solvea li .item .txt {
		width: 68%;
	}
}

@media (max-width: 767px) {
	.righta .solvea li .item .txt {
		width: 100%;
		padding: 15px 0 0;
		float: inherit;
	}
}

.righta .solvea li .item .txt span {
	display: block;
	color: #d71718;
	font-size: 22px;
	line-height: 28px;
	height: 28px;
	overflow: hidden;
}

@media (max-width: 1200px) {
	.righta .solvea li .item .txt span {
		font-size: 20px;
		line-height: 24px;
		height: 24px;
	}
}

@media (max-width: 992px) {
	.righta .solvea li .item .txt span {
		font-size: 18px;
		line-height: 22px;
		height: 22px;
	}
}

.righta .solvea li .item .txt p {
	display: block;
	color: #944f06;
	font-size: 14px;
	line-height: 24px;
	height: 48px;
	margin: 15px 0 20px;
	overflow: hidden;
}

@media (max-width: 1200px) {
	.righta .solvea li .item .txt p {
		margin: 10px 0 10px;
		font-size: 12px;
	}
}

@media (max-width: 992px) {
	.righta .solvea li .item .txt p {
		margin: 5px 0;
	}
}

.righta .solvea li .item .txt .btn {
	text-align: right;
	font-size: 0;
}

.righta .solvea li .item .txt .btn .detail {
	display: inline-block;
	width: 130px;
	height: 36px;
	line-height: 36px;
	font-size: 14px;
	text-align: center;
	border-radius: 30px;
	border: 1px solid #f0f0f0;
	vertical-align: middle;
}

@media (max-width: 992px) {
	.righta .solvea li .item .txt .btn .detail {
		width: 100px;
		height: 30px;
		font-size: 12px;
		line-height: 29px;
	}
}

.righta .solvea li .item .txt .btn .detail:hover {
	border: 1px solid #d71718;
	background: #d71718;
}

.righta .solvea li .item .txt .btn .detail:hover a {
	color: #fff;
}

.righta .solvea li .item .txt .btn .detail a {
	color: #666;
	display: block;
}

.righta .solvea li .item .txt .btn .fangan {
	display: inline-block;
	width: 130px;
	height: 36px;
	margin: 0 0 0 15px;
	line-height: 36px;
	font-size: 14px;
	text-align: center;
	border-radius: 30px;
	background: #b79351;
	vertical-align: middle;
}

@media (max-width: 992px) {
	.righta .solvea li .item .txt .btn .fangan {
		width: 100px;
		height: 30px;
		font-size: 12px;
		line-height: 29px;
		margin: 0 0 0 10px;
	}
}

.righta .solvea li .item .txt .btn .fangan:hover {
	background: #d71718;
}

.righta .solvea li .item .txt .btn .fangan a {
	color: #fff;
}


/*about*/

.about {
	position: relative;
	padding: 0 0 100px 0;
	color: #666;
	font-size: 14px;
	line-height: 24px;
	overflow: hidden;
}

@media (max-width: 1025px) {
	.about {
		padding: 0 0 60px 0;
	}
}

@media (max-width: 767px) {
	.about {
		padding: 0 0 35px 0;
	}
}

.about .pic {
	text-align: center;
	margin: 85px auto 20px;
}

@media (max-width: 1025px) {
	.about .pic {
		margin: 60px auto 20px;
	}
}

@media (max-width: 992px) {
	.about .pic {
		margin: 40px auto 20px;
	}
}

@media (max-width: 767px) {
	.about .pic {
		margin: 25px auto 5px;
	}
}

.about .text {
	text-align: center;
	color: #999999;
	font-size: 14px;
	line-height: 24px;
}

.about .text1 {
	border-top: 1px solid #d6d6d6;
	padding: 25px 0 0 0;
	margin: 80px 0 0 0;
	position: relative;
	color: #904d0f;
	font-size: 16px;
	line-height: 42px;
}

@media (max-width: 1025px) {
	.about .text1 {
		margin: 40px 0 0 0;
	}
}

@media (max-width: 992px) {
	.about .text1 {
		line-height: 36px;
	}
}

@media (max-width: 767px) {
	.about .text1 {
		margin: 25px 0 0 0;
		padding: 15px 0 0 0;
		font-size: 14px;
		line-height: 26px;
	}
}

.about .text1:before {
	content: "";
	position: absolute;
	left: 0;
	top: -1px;
	width: 78px;
	height: 2px;
	background: #d71718;
}

.about .text1 span {
	color: #d71718;
}


/*job*/

.job {
	position: relative;
	padding: 0 0 80px 0;
	overflow: hidden;
}

@media (max-width: 1445px) {
	.job {
		padding: 0 0 60px 0;
	}
}

@media (max-width: 992px) {
	.job {
		padding: 0 0 40px 0;
	}
}

@media (max-width: 767px) {
	.job {
		padding: 0 0 25px 0;
	}
}

.job .job_main {
	margin: 75px auto 0;
	overflow: hidden;
	position: relative;
}

@media (max-width: 1445px) {
	.job .job_main {
		margin: 55px auto 0;
	}
}

@media (max-width: 992px) {
	.job .job_main {
		margin: 40px auto 0;
	}
}

@media (max-width: 767px) {
	.job .job_main {
		margin: 25px auto 0;
	}
}

.job .job_main dl {
	display: inline-block;
	border: 1px solid #e5e5e5;
	width: 100%;
	margin: 0 0 22px 0;
	padding: 10px 50px 0;
}

@media (max-width: 1025px) {
	.job .job_main dl {
		padding: 10px 30px 0;
	}
}

@media (max-width: 767px) {
	.job .job_main dl {
		padding: 10px 15px 0;
		margin: 0 0 15px 0;
	}
}

.job .job_main dl dd {
	padding: 0 0 33px 0;
	position: relative;
	display: inline-block;
	width: 100%;
}

@media (max-width: 1445px) {
	.job .job_main dl dd {
		padding: 0 0 35px 0;
	}
}

@media (max-width: 1025px) {
	.job .job_main dl dd {
		padding: 0 0 25px 0;
	}
}

@media (max-width: 992px) {
	.job .job_main dl dd {
		padding: 0 0 25px 0;
	}
}

@media (max-width: 767px) {
	.job .job_main dl dd {
		padding: 0 0 9px 0;
	}
}

.job .job_main dl dd .txt1 {
	padding: 0 100px 0 0;
	position: relative;
}

@media (max-width: 767px) {
	.job .job_main dl dd .txt1 {
		padding: 0 80px 0 0;
	}
}

.job .job_main dl dd .txt1:before {
	content: "";
	position: absolute;
	left: -50px;
	top: 0;
	width: 4px;
	height: 32px;
	background: #d71718;
}

@media (max-width: 1025px) {
	.job .job_main dl dd .txt1:before {
		left: -30px;
	}
}

@media (max-width: 992px) {
	.job .job_main dl dd .txt1:before {
		width: 3px;
		height: 24px;
	}
}

@media (max-width: 767px) {
	.job .job_main dl dd .txt1:before {
		left: -15px;
		height: 20px;
	}
}

.job .job_main dl dd .txt1 big {
	color: #000000;
	font-size: 26px;
	height: 32px;
	display: block;
	margin: 23px 0 0 0;
	line-height: 32px;
	overflow: hidden;
	position: relative;
}

@media (max-width: 1445px) {
	.job .job_main dl dd .txt1 big {
		font-size: 24px;
	}
}

@media (max-width: 1025px) {
	.job .job_main dl dd .txt1 big {
		margin: 18px 0 0 0;
	}
}

@media (max-width: 992px) {
	.job .job_main dl dd .txt1 big {
		font-size: 20px;
		height: 24px;
		line-height: 24px;
	}
}

@media (max-width: 767px) {
	.job .job_main dl dd .txt1 big {
		font-size: 16px;
		height: 20px;
		line-height: 20px;
		margin: 5px 0 0 0;
	}
}

.job .job_main dl dd .txt1 .text ul {
	position: relative;
	margin: 20px 0 0 0;
}

@media (max-width: 992px) {
	.job .job_main dl dd .txt1 .text ul {
		margin: 15px 0 0 0;
	}
}

@media (max-width: 767px) {
	.job .job_main dl dd .txt1 .text ul {
		margin: 5px 0 0 0;
	}
}

.job .job_main dl dd .txt1 .text ul li {
	float: left;
	color: #904d0f;
	font-size: 16px;
	height: 24px;
	margin: 0 40px 0 0;
	padding: 0 0 0 33px;
	line-height: 24px;
	position: relative;
	overflow: hidden;
}

@media (max-width: 992px) {
	.job .job_main dl dd .txt1 .text ul li {
		padding: 0 0 0 28px;
		font-size: 15px;
		margin: 0 30px 0 0;
	}
}

@media (max-width: 767px) {
	.job .job_main dl dd .txt1 .text ul li {
		height: 18px;
		width: 40%;
		font-size: 12px;
		padding: 0 0 0 18px;
		line-height: 18px;
		margin: 0 8px 3px 0;
	}
}

.job .job_main dl dd .txt1 .text ul li i {
	position: absolute;
	left: 0;
	top: 0;
	width: 22px;
	height: 24px;
}

@media (max-width: 992px) {
	.job .job_main dl dd .txt1 .text ul li i {
		width: 18px;
	}
}

@media (max-width: 767px) {
	.job .job_main dl dd .txt1 .text ul li i {
		height: 18px;
		width: 12px;
	}
}

.job .job_main dl dd .txt1 .right {
	right: 0;
	position: absolute;
	top: 0;
}

.job .job_main dl dd .txt1 .right span {
	color: #d71718;
	font-size: 18px;
	height: 32px;
	display: block;
	text-align: right;
	line-height: 32px;
	overflow: hidden;
	position: relative;
}

@media (max-width: 992px) {
	.job .job_main dl dd .txt1 .right span {
		height: 24px;
		line-height: 24px;
	}
}

@media (max-width: 767px) {
	.job .job_main dl dd .txt1 .right span {
		height: 20px;
		font-size: 14px;
		line-height: 20px;
	}
}

.job .job_main dl dd .txt1 .right small {
	color: #944f06;
	font-size: 16px;
	height: 24px;
	text-align: right;
	display: block;
	line-height: 24px;
	background: url(../images/jiantou.png) no-repeat center right;
	padding: 0 17px 0 0;
	margin: 20px 0 0 0;
	background-size: 10px auto;
	overflow: hidden;
	position: relative;
}

@media (max-width: 992px) {
	.job .job_main dl dd .txt1 .right small {
		margin: 15px 0 0 0;
		font-size: 14px;
	}
}

@media (max-width: 767px) {
	.job .job_main dl dd .txt1 .right small {
		line-height: 20px;
		font-size: 12px;
		height: 20px;
	}
}

.job .job_main dl dt {
	padding: 35px 0 20px 0;
	position: relative;
	display: none;
	border-top: 1px solid #e5e5e5;
}

@media (max-width: 992px) {
	.job .job_main dl dt {
		padding: 30px 0 20px 0;
	}
}

@media (max-width: 767px) {
	.job .job_main dl dt {
		padding: 15px 0 0 0;
	}
}

.job .job_main dl dt .text1 {
	color: #944f06;
	font-size: 16px;
	line-height: 36px;
}

@media (max-width: 992px) {
	.job .job_main dl dt .text1 {
		font-size: 14px;
		line-height: 28px;
	}
}

@media (max-width: 767px) {
	.job .job_main dl dt .text1 {
		line-height: 24px;
	}
}

.job .job_main dl dt .text2 {
	color: #944f06;
	font-size: 16px;
	line-height: 36px;
	margin: 0 0 30px 0;
}

@media (max-width: 1445px) {
	.job .job_main dl dt .text2 {
		margin: 0 0 25px 0;
	}
}

@media (max-width: 992px) {
	.job .job_main dl dt .text2 {
		font-size: 14px;
		line-height: 28px;
		margin: 0 0 20px 0;
	}
}

@media (max-width: 767px) {
	.job .job_main dl dt .text2 {
		line-height: 24px;
		margin: 0 0 15px 0;
	}
}

.job .job_main dl dt .text2 a {
	color: #d71718;
}

.job .job_main dl dt .text2 a:hover {
	color: #000;
}


/*contact*/

.contact {
	position: relative;
	padding: 0 0 95px 0;
	overflow: hidden;
}

@media (max-width: 1025px) {
	.contact {
		padding: 0 0 70px 0;
	}
}

@media (max-width: 767px) {
	.contact {
		padding: 0 0 40px 0;
	}
}

.contact .title {
	text-align: center;
	color: #904d0f;
	font-size: 30px;
	margin: 65px auto 0;
	line-height: 40px;
	padding: 0 0 15px 0;
	position: relative;
}

@media (max-width: 992px) {
	.contact .title {
		margin: 45px auto 0;
		font-size: 28px;
		line-height: 38px;
	}
}

@media (max-width: 767px) {
	.contact .title {
		margin: 25px auto 0;
		font-size: 22px;
		padding: 0 0 10px 0;
		line-height: 32px;
	}
}

.contact .title:after {
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -38px;
	bottom: 0;
	width: 76px;
	height: 1px;
	background: #c2c2c2;
}

.contact .contentmain {
	position: relative;
	margin: 70px auto 105px;
}

@media (max-width: 1445px) {
	.contact .contentmain {
		margin: 70px auto 80px;
	}
}

@media (max-width: 1025px) {
	.contact .contentmain {
		margin: 50px auto 60px;
	}
}

@media (max-width: 992px) {
	.contact .contentmain {
		margin: 50px auto;
	}
}

@media (max-width: 767px) {
	.contact .contentmain {
		margin: 25px auto 0;
	}
}

.contact .contentmain .contactleft {
	float: left;
	width: 46%;
}

@media (max-width: 992px) {
	.contact .contentmain .contactleft {
		width: 50%;
	}
}

@media (max-width: 767px) {
	.contact .contentmain .contactleft {
		float: inherit;
		width: 100%;
	}
}

.contact .contentmain .contactleft ul li {
	border-bottom: 1px solid #ebebeb;
	padding: 18px 0 18px 37px;
	color: #904d0f;
	font-size: 16px;
	line-height: 24px;
	position: relative;
}

@media (max-width: 992px) {
	.contact .contentmain .contactleft ul li {
		padding: 18px 0 18px 30px;
	}
}

@media (max-width: 767px) {
	.contact .contentmain .contactleft ul li {
		font-size: 14px;
		padding: 10px 0 10px 30px;
	}
}

.contact .contentmain .contactleft ul li a {
	color: #904d0f;
}

.contact .contentmain .contactleft ul li a:hover {
	color: #d71718;
}

.contact .contentmain .contactleft ul li i {
	position: absolute;
	left: 0;
	top: 0;
	width: 18px;
	height: 60px;
}

@media (max-width: 767px) {
	.contact .contentmain .contactleft ul li i {
		height: 44px;
		width: 15px;
	}
}

.contact .contentmain .txt {
	width: 54%;
	float: left;
	position: relative;
	padding: 10px 0 0 7.6%;
}

@media (max-width: 1445px) {
	.contact .contentmain .txt {
		padding: 0 0 0 7.6%;
	}
}

@media (max-width: 992px) {
	.contact .contentmain .txt {
		width: 50%;
	}
}

@media (max-width: 767px) {
	.contact .contentmain .txt {
		width: 100%;
		float: inherit;
		padding: 20px 0;
	}
}

.contact .contentmain .txt big {
	text-align: center;
	color: #904d0f;
	display: block;
	font-size: 16px;
	line-height: 26px;
}

.contact .contentmain .txt .ewmz {
	background: #f9f9f9;
	margin: 20px 0 0 0;
	overflow: hidden;
}

@media (max-width: 767px) {
	.contact .contentmain .txt .ewmz {
		margin: 10px 0 0 0;
	}
}

.contact .contentmain .txt .ewmz ul {
	position: relative;
	padding: 45px 30px 30px;
}

@media (max-width: 1025px) {
	.contact .contentmain .txt .ewmz ul {
		padding: 35px 25px 25px;
	}
}

@media (max-width: 992px) {
	.contact .contentmain .txt .ewmz ul {
		padding: 35px 15px 25px;
	}
}

@media (max-width: 767px) {
	.contact .contentmain .txt .ewmz ul {
		padding: 20px 10px;
	}
}

.contact .contentmain .txt .ewmz ul li {
	float: left;
	width: 50%;
	padding: 0 50px;
}


@media (max-width: 1445px) {
	.contact .contentmain .txt .ewmz ul li {
		padding: 0 43px;
	}
}

@media (max-width: 1025px) {
	.contact .contentmain .txt .ewmz ul li {
		padding: 0 25px;
	}
}

@media (max-width: 992px) {
	.contact .contentmain .txt .ewmz ul li {
		padding: 0 10px;
	}
}

.contact .contentmain .txt .ewmz ul li span {
	display: block;
	position: relative;
	overflow: hidden;
}

.contact .contentmain .txt .ewmz ul li span:after {
	content: "";
	display: block;
	padding-bottom: 100%;
}

.contact .contentmain .txt .ewmz ul li p {
	text-align: center;
	color: #944f06;
	font-size: 14px;
	line-height: 24px;
	height: 24px;
	margin: 10px auto 0;
	overflow: hidden;
}

.contact .contmap {
	position: relative;
	width: 100%;
	height: 560px;
}

@media (max-width: 992px) {
	.contact .contmap {
		height: 400px;
	}
}

@media (max-width: 767px) {
	.contact .contmap {
		height: 240px;
	}
}

@media (max-width: 376px) {
	.contact .contmap {
		height: 200px;
	}
}

.contact .contmap #l-map {
	width: 100%;
	height: 100%;
}

.contact .contmap .anchorBL {
	display: none;
}

.contact .contmap .BMapLib_sendToPhone {
	display: none;
}

.contact .contmap b {
	text-align: center;
	display: block;
	color: #000;
	font-size: 16px;
	line-height: 24px;
	height: 24px;
	overflow: hidden;
}

.contact .contmap p {
	text-align: center;
	display: block;
	color: #000;
	margin: 3px auto 0;
	font-size: 14px;
	line-height: 24px;
	height: 24px;
	overflow: hidden;
}


/*appzz*/

.appzz {
	position: relative;
	padding: 0 0 90px 0;
	overflow: hidden;
}

@media (max-width: 1025px) {
	.appzz {
		padding: 0 0 60px 0;
	}
}

@media (max-width: 992px) {
	.appzz {
		padding: 0 0 50px 0;
	}
}

@media (max-width: 767px) {
	.appzz {
		padding: 0 0 30px 0;
	}
}

.appzz .app_main1 {
	position: relative;
	margin: 60px auto 0;
}

@media (max-width: 1025px) {
	.appzz .app_main1 {
		margin: 50px auto 0;
	}
}

@media (max-width: 767px) {
	.appzz .app_main1 {
		margin: 25px auto 0;
	}
}

.appzz .appmaintitle dl dd {
	float: left;
	padding: 0 44px;
	width: 16.66666667%;
}

@media (max-width: 1681px) {
	.appzz .appmaintitle dl dd {
		padding: 0 40px;
	}
}

@media (max-width: 1025px) {
	.appzz .appmaintitle dl dd {
		padding: 0 15px;
	}
}

@media (max-width: 767px) {
	.appzz .appmaintitle dl dd {
		width: 33.33333333%;
		padding: 0 5px;
		margin: 0 0 20px;
	}
}

.appzz .appmaintitle dl dd .item {
	display: inline-block;
	padding: 0 0 30px 0;
	width: 100%;
}

@media (max-width: 992px) {
	.appzz .appmaintitle dl dd .item {
		padding: 0 0 15px 0;
	}
}

@media (max-width: 767px) {
	.appzz .appmaintitle dl dd .item {
		padding: 0 0 10px 0;
	}
}

.appzz .appmaintitle dl dd .item .quan {
	margin: 0 auto;
	width: 108px;
	height: 108px;
	border-radius: 50%;
	background: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	color: #d71718;
	font-size: 32px;
	font-style: italic;
	text-align: center;
	line-height: 108px;
	overflow: hidden;
	font-weight: bold;
	font-family: "penumbrasansstd-bold";
}

@media (max-width: 1025px) {
	.appzz .appmaintitle dl dd .item .quan {
		width: 88px;
		height: 88px;
		font-size: 26px;
		line-height: 88px;
	}
}

@media (max-width: 992px) {
	.appzz .appmaintitle dl dd .item .quan {
		width: 80px;
		height: 80px;
		font-size: 22px;
		line-height: 80px;
	}
}

@media (max-width: 767px) {
	.appzz .appmaintitle dl dd .item .quan {
		width: 68px;
		height: 68px;
		font-size: 18px;
		line-height: 68px;
	}
}

.appzz .appmaintitle dl dd .item .text {
	font-size: 22px;
	font-family: "microsoft yahei";
	font-style: inherit;
}

@media (max-width: 1025px) {
	.appzz .appmaintitle dl dd .item .text {
		font-size: 18px;
	}
}

@media (max-width: 992px) {
	.appzz .appmaintitle dl dd .item .text {
		font-size: 16px;
	}
}

@media (max-width: 767px) {
	.appzz .appmaintitle dl dd .item .text {
		font-size: 14px;
	}
}

.appzz .appmaintitle dl dd .item i {
	text-align: center;
	height: 24px;
	font-style: inherit;
	display: block;
	line-height: 24px;
	overflow: hidden;
	color: #904d0f;
	font-size: 16px;
	margin: 20px auto 0;
}

@media (max-width: 1025px) {
	.appzz .appmaintitle dl dd .item i {
		margin: 10px auto 0;
	}
}

@media (max-width: 767px) {
	.appzz .appmaintitle dl dd .item i {
		font-size: 14px;
		margin: 5px auto 0;
	}
}

.appzz .appmaintitle .active .item {
	background: url(../images/trangle.png) no-repeat center bottom;
}

.appzz .appmaintitle .active .item .quan {
	background: #d71718;
	color: #fff;
	box-shadow: inherit;
}

.appzz .appmaintitle .active .item i {
	color: #d71718;
}

.appzz .app_main2 {
	padding: 50px 0 0;
}

@media (max-width: 1445px) {
	.appzz .app_main2 {
		padding: 30px 0 0;
	}
}

@media (max-width: 1025px) {
	.appzz .app_main2 {
		padding: 10px 0 0;
	}
}

@media (max-width: 767px) {
	.appzz .app_main2 {
		padding: 0;
	}
}

.appzz .app_main2 .app_mainnr {
	display: none;
}

.appzz .app_main2 .app_mainnr .list_1 {
	position: relative;
}

.appzz .app_main2 .app_mainnr .list_1 big {
	text-align: center;
	position: relative;
	color: #904d0f;
	font-size: 36px;
	display: block;
	line-height: 46px;
	padding: 0 0 10px 0;
}

@media (max-width: 1025px) {
	.appzz .app_main2 .app_mainnr .list_1 big {
		font-size: 30px;
		line-height: 40px;
	}
}

@media (max-width: 992px) {
	.appzz .app_main2 .app_mainnr .list_1 big {
		font-size: 26px;
		line-height: 36px;
	}
}

@media (max-width: 767px) {
	.appzz .app_main2 .app_mainnr .list_1 big {
		font-size: 24px;
		line-height: 34px;
	}
}

.appzz .app_main2 .app_mainnr .list_1 big:after {
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -38px;
	bottom: 0;
	width: 76px;
	height: 1px;
	background: #c2c2c2;
}

.appzz .app_main2 .app_mainnr .list_1 .main {
	text-align: center;
	font-size: 0;
	margin: 95px auto 120px;
	position: relative;
}

@media (max-width: 1445px) {
	.appzz .app_main2 .app_mainnr .list_1 .main {
		margin: 40px auto 70px;
	}
}

@media (max-width: 1025px) {
	.appzz .app_main2 .app_mainnr .list_1 .main {
		margin: 20px auto 40px;
	}
}

@media (max-width: 767px) {
	.appzz .app_main2 .app_mainnr .list_1 .main {
		margin: 15px auto 10px;
	}
}

.appzz .app_main2 .app_mainnr .list_1 .main .pic {
	display: inline-block;
	text-align: right;
	vertical-align: middle;
	width: 38%;
}

@media (max-width: 767px) {
	.appzz .app_main2 .app_mainnr .list_1 .main .pic {
		width: 100%;
	}
}

.appzz .app_main2 .app_mainnr .list_1 .main .txt {
	display: inline-block;
	vertical-align: middle;
	width: 62%;
	padding: 0 0 0 10%;
	color: #904d0f;
	font-size: 16px;
	line-height: 42px;
	text-align: left;
}

@media (max-width: 1445px) {
	.appzz .app_main2 .app_mainnr .list_1 .main .txt {
		padding: 0 0 0 6%;
		line-height: 40px;
	}
}

@media (max-width: 1025px) {
	.appzz .app_main2 .app_mainnr .list_1 .main .txt {
		padding: 0 0 0 4%;
		line-height: 36px;
	}
}

@media (max-width: 992px) {
	.appzz .app_main2 .app_mainnr .list_1 .main .txt {
		font-size: 14px;
		line-height: 26px;
	}
}

@media (max-width: 767px) {
	.appzz .app_main2 .app_mainnr .list_1 .main .txt {
		width: 100%;
		padding: 10px 0 5px;
		line-height: 24px;
	}
}

.appzz .app_main2 .app_mainnr .list_2 {
	position: relative;
	padding: 95px 0 0 0;
	background: #f5f5f5;
}

@media (max-width: 1445px) {
	.appzz .app_main2 .app_mainnr .list_2 {
		padding: 65px 0 0 0;
	}
}

@media (max-width: 992px) {
	.appzz .app_main2 .app_mainnr .list_2 {
		padding: 40px 0 0 0;
	}
}

@media (max-width: 767px) {
	.appzz .app_main2 .app_mainnr .list_2 {
		padding: 5px 0 0 0;
	}
}

.appzz .app_main2 .app_mainnr .list_2 .txt {
	float: left;
	width: 56.5%;
	padding: 10.5% 15% 0 0;
	position: relative;
}

@media (max-width: 1025px) {
	.appzz .app_main2 .app_mainnr .list_2 .txt {
		padding: 10% 7% 0 0;
	}
}

@media (max-width: 767px) {
	.appzz .app_main2 .app_mainnr .list_2 .txt {
		float: inherit;
		width: 100%;
		padding: 15px 0 10px;
	}
}

.appzz .app_main2 .app_mainnr .list_2 .txt big {
	position: relative;
	color: #904d0f;
	font-size: 36px;
	display: block;
	line-height: 46px;
	padding: 0 0 10px 0;
}

@media (max-width: 1025px) {
	.appzz .app_main2 .app_mainnr .list_2 .txt big {
		font-size: 30px;
		line-height: 40px;
	}
}

@media (max-width: 992px) {
	.appzz .app_main2 .app_mainnr .list_2 .txt big {
		font-size: 26px;
		line-height: 36px;
	}
}

@media (max-width: 767px) {
	.appzz .app_main2 .app_mainnr .list_2 .txt big {
		font-size: 24px;
		line-height: 34px;
	}
}

.appzz .app_main2 .app_mainnr .list_2 .txt big:after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 76px;
	height: 1px;
	background: #c2c2c2;
}

.appzz .app_main2 .app_mainnr .list_2 .txt p {
	color: #904d0f;
	margin: 60px 0 0 0;
	font-size: 16px;
	line-height: 42px;
	text-align: left;
}

@media (max-width: 1025px) {
	.appzz .app_main2 .app_mainnr .list_2 .txt p {
		margin: 30px 0 0 0;
	}
}

@media (max-width: 992px) {
	.appzz .app_main2 .app_mainnr .list_2 .txt p {
		font-size: 14px;
		line-height: 26px;
	}
}

@media (max-width: 767px) {
	.appzz .app_main2 .app_mainnr .list_2 .txt p {
		margin: 10px 0 0 0;
	}
}

.appzz .app_main2 .app_mainnr .list_2 .pic {
	float: left;
	overflow: hidden;
	width: 43.5%;
}

@media (max-width: 767px) {
	.appzz .app_main2 .app_mainnr .list_2 .pic {
		float: inherit;
		width: 100%;
	}
}

.appzz .app_case {
	position: relative;
	padding: 70px 0 0;
}

@media (max-width: 1445px) {
	.appzz .app_case {
		padding: 40px 0 0;
	}
}

@media (max-width: 767px) {
	.appzz .app_case {
		padding: 20px 0 0;
	}
}

.appzz .app_case big {
	text-align: center;
	position: relative;
	color: #904d0f;
	font-size: 36px;
	display: block;
	line-height: 46px;
	padding: 0 0 10px 0;
}

@media (max-width: 1025px) {
	.appzz .app_case big {
		font-size: 30px;
		line-height: 40px;
	}
}

@media (max-width: 992px) {
	.appzz .app_case big {
		font-size: 26px;
		line-height: 36px;
	}
}

@media (max-width: 767px) {
	.appzz .app_case big {
		font-size: 22px;
		line-height: 32px;
	}
}

.appzz .app_case big:after {
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -38px;
	bottom: 0;
	width: 76px;
	height: 1px;
	background: #c2c2c2;
}

.appzz .app_case .app_casemainz {
	padding: 0 100px;
}

@media (max-width: 1445px) {
	.appzz .app_case .app_casemainz {
		padding: 0 70px;
	}
}

@media (max-width: 767px) {
	.appzz .app_case .app_casemainz {
		padding: 0 30px;
	}
}

.appzz .app_case .app_casemain {
	margin: 110px auto 0;
	padding: 0 0 100px;
}

@media (max-width: 1445px) {
	.appzz .app_case .app_casemain {
		margin: 70px auto 0;
	}
}

@media (max-width: 1025px) {
	.appzz .app_case .app_casemain {
		padding: 0 0 45px;
		margin: 35px auto 0;
	}
}

@media (max-width: 767px) {
	.appzz .app_case .app_casemain {
		padding: 0 0 35px;
		margin: 20px auto 0;
	}
}

.appzz .app_case .app_casemain .slick-dots li {
	margin: 0 9px;
}

.appzz .app_case .app_casemain .slick-dots li.slick-active button {
	background: #d71718;
}

.appzz .app_case .app_casemain .slick-dots li button {
	background: #e0e0e0;
	width: 9px;
	height: 9px;
}

.appzz .app_case .app_casemain .slick-prev,
.appzz .app_case .app_casemain .slick-next {
	width: 30px;
	height: 58px;
	margin-top: -70px;
	border: none;
}

@media (max-width: 1025px) {
	.appzz .app_case .app_casemain .slick-prev,
	.appzz .app_case .app_casemain .slick-next {
		margin-top: -60px;
	}
}

@media (max-width: 767px) {
	.appzz .app_case .app_casemain .slick-prev,
	.appzz .app_case .app_casemain .slick-next {
		width: 20px;
		height: 39px;
		margin-top: -90px;
	}
}

.appzz .app_case .app_casemain .slick-prev {
	background: url(../images/left.png) no-repeat center;
	background-size: 100% 100%;
	left: -100px;
}

@media (max-width: 1445px) {
	.appzz .app_case .app_casemain .slick-prev {
		left: -70px;
	}
}

@media (max-width: 767px) {
	.appzz .app_case .app_casemain .slick-prev {
		left: -35px;
	}
}

.appzz .app_case .app_casemain .slick-prev:hover {
	background: url(../images/left3.png) no-repeat center;
	background-size: 100% 100%;
}

.appzz .app_case .app_casemain .slick-next {
	background: url(../images/right.png) no-repeat center;
	background-size: 100% 100%;
	right: -100px;
}

@media (max-width: 1445px) {
	.appzz .app_case .app_casemain .slick-next {
		right: -70px;
	}
}

@media (max-width: 767px) {
	.appzz .app_case .app_casemain .slick-next {
		right: -35px;
	}
}

.appzz .app_case .app_casemain .slick-next:hover {
	background: url(../images/right3.png) no-repeat center;
	background-size: 100% 100%;
}

.appzz .app_case .item {
	text-align: center;
	font-size: 0;
	position: relative;
}

.appzz .app_case .item .pic {
	display: inline-block;
	vertical-align: middle;
	width: 21%;
	position: relative;
	overflow: hidden;
}

@media (max-width: 767px) {
	.appzz .app_case .item .pic {
		width: 100%;
	}
}

.appzz .app_case .item .pic:after {
	content: "";
	display: block;
	padding-bottom: 100%;
}

.appzz .app_case .item .txt {
	display: inline-block;
	vertical-align: middle;
	width: 79%;
	padding: 0 0 0 5%;
	text-align: left;
	position: relative;
	overflow: hidden;
}

@media (max-width: 1025px) {
	.appzz .app_case .item .txt {
		padding: 0 0 0 4%;
	}
}

@media (max-width: 767px) {
	.appzz .app_case .item .txt {
		width: 100%;
		padding: 10px 0;
	}
}

.appzz .app_case .item .txt span {
	display: block;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	color: #904d0f;
	font-size: 20px;
}

@media (max-width: 767px) {
	.appzz .app_case .item .txt span {
		font-size: 16px;
		height: 24px;
		line-height: 24px;
	}
}

.appzz .app_case .item .txt p {
	display: block;
	height: 52px;
	margin: 13px 0 0 0;
	line-height: 26px;
	overflow: hidden;
	color: #944f06;
	font-size: 14px;
}

@media (max-width: 992px) {
	.appzz .app_case .item .txt p {
		margin: 6px 0 0 0;
	}
}

@media (max-width: 767px) {
	.appzz .app_case .item .txt p {
		font-size: 12px;
		height: 40px;
		line-height: 20px;
	}
}

.appzz .appmain3 {
	position: relative;
	margin: 60px auto;
	overflow: hidden;
}

@media (max-width: 1025px) {
	.appzz .appmain3 {
		margin: 30px auto 50px;
	}
}

@media (max-width: 992px) {
	.appzz .appmain3 {
		margin: 20px auto 40px;
	}
}

@media (max-width: 767px) {
	.appzz .appmain3 {
		margin: 10px auto 25px;
	}
}


/*mapz*/

.mapz {
	position: relative;
	overflow: hidden;
	padding: 0 0 80px;
	background: #f6f6f6;
}

@media (max-width: 1279px) {
	.mapz {
		padding: 0 0 60px;
	}
}

@media (max-width: 767px) {
	.mapz {
		padding: 0 0 40px;
	}
}

.mapz .map_main {
	background: #fff;
	margin: 65px auto 0;
	padding: 65px 100px 100px;
}

@media (max-width: 1445px) {
	.mapz .map_main {
		padding: 50px 90px 90px;
		margin: 45px auto 0;
	}
}

@media (max-width: 1279px) {
	.mapz .map_main {
		padding: 40px 60px 50px;
		margin: 35px auto 0;
	}
}

@media (max-width: 992px) {
	.mapz .map_main {
		padding: 40px 30px 40px;
		margin: 35px auto 0;
	}
}

@media (max-width: 767px) {
	.mapz .map_main {
		padding: 25px 15px 20px;
		margin: 10px auto 0;
	}
}

.mapz .map_main dl dt {
	border-bottom: 1px solid #e0e0e0;
	font-size: 18px;
	margin: 0 0 30px;
	line-height: 16px;
	padding: 0 0 18px;
}

@media (max-width: 767px) {
	.mapz .map_main dl dt {
		margin: 0 0 20px;
	}
}

.mapz .map_main dl dt a {
	color: #904d0f;
	display: block;
}

.mapz .map_main dl dd {
	overflow: hidden;
	padding: 0 0 30px;
}

@media (max-width: 767px) {
	.mapz .map_main dl dd {
		padding: 0 0 15px;
	}
}

.mapz .map_main dl dd ul {
	margin: 0 -7px;
}

@media (max-width: 767px) {
	.mapz .map_main dl dd ul {
		margin: 0 -5px;
	}
}

.mapz .map_main dl dd ul li {
	float: left;
	padding: 0 7px;
	margin: 0 0 10px 0;
	font-size: 14px;
}

@media (max-width: 767px) {
	.mapz .map_main dl dd ul li {
		padding: 0 5px;
	}
}

.mapz .map_main dl dd ul li a {
	color: #944f06;
	display: block;
	height: 34px;
	line-height: 32px;
	border-radius: 50px;
	padding: 0 30px;
	border: 1px solid #e0e0e0;
}

@media (max-width: 992px) {
	.mapz .map_main dl dd ul li a {
		padding: 0 25px;
	}
}

.mapz .map_main dl dd ul li a:hover {
	background: #d71718;
	color: #fff;
	border: 1px solid #d71718;
}

.return_top {
	width: 66px;
	height: 66px;
	position: fixed;
	right: 30px;
	bottom: 30px;
	z-index: 999;
	color: #888888;
	display: block;
	font-size: 14px;
	line-height: 92px;
	overflow: hidden;
	text-align: center;
	cursor: pointer;
	display: none;
	background: url(../images/back1.png) no-repeat center;
	background-size: 100% 100%;
}

@media (max-width: 767px) {
	.return_top {
		width: 48px;
		height: 48px;
		font-size: 12px;
		line-height: 68px;
		right: 10px;
		bottom: 10px;
	}
}

.return_top:hover {
	background: url(../images/back2.png) no-repeat center;
	background-size: 100% 100%;
	color: #fff;
}


/*tankuang*/

.tankuang {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 999;
	background-color: rgba(0, 0, 0, 0.5);
}

.tankuang .tkmain {
	width: 400px;
	height: 170px;
	border-radius: 5px;
	position: absolute;
	left: 50%;
	margin-left: -200px;
	top: 50%;
	padding: 40px 0;
	margin-top: -85px;
	background: #fff;
	box-shadow: 0 0 10px rgba(255, 255, 255, 0.05);
}

@media (max-width: 767px) {
	.tankuang .tkmain {
		width: 80%;
		margin-left: -40%;
		height: 120px;
		padding: 25px 0;
		margin-top: -60px;
	}
}

.tankuang .tkmain p {
	text-align: center;
	color: #666;
	font-size: 18px;
	max-height: 48px;
	overflow: hidden;
	line-height: 24px;
}

.tankuang .tkmain #tkclose {
	width: 140px;
	height: 36px;
	background: #b79351;
	line-height: 36px;
	text-align: center;
	color: #fff;
	font-size: 18px;
	border: none;
	display: block;
	border-radius: 3px;
	font-family: "microsoft yahei";
	margin: 25px auto 0;
}

@media (max-width: 767px) {
	.tankuang .tkmain #tkclose {
		margin: 13px auto 0;
		width: 120px;
		height: 32px;
		font-size: 16px;
		line-height: 32px;
	}
}

.tankuang .tkmain #tkclose:hover {
	background: #b79351;
}

.wenhuatxt1 {
	position: relative;
}

.wenhuatxt1 p {
	color: #904d0f;
	font-size: 16px;
	line-height: 42px;
}

@media (max-width: 992px) {
	.wenhuatxt1 p {
		line-height: 36px;
	}
}

@media (max-width: 767px) {
	.wenhuatxt1 p {
		font-size: 14px;
		line-height: 26px;
	}
}

.huodongz,
.rongyuz {
	position: relative;
	margin: 35px auto 0;
}

@media (max-width: 1025px) {
	.huodongz,
	.rongyuz {
		margin: 20px auto 0;
	}
}

.huodongz .huodongmain,
.rongyuz .huodongmain,
.huodongz .rongyumain,
.rongyuz .rongyumain {
	position: relative;
	padding: 0 0 50px;
	margin: 0 -10px;
}

@media (max-width: 1025px) {
	.huodongz .huodongmain,
	.rongyuz .huodongmain,
	.huodongz .rongyumain,
	.rongyuz .rongyumain {
		margin: 0 -6px;
	}
}

@media (max-width: 767px) {
	.huodongz .huodongmain,
	.rongyuz .huodongmain,
	.huodongz .rongyumain,
	.rongyuz .rongyumain {
		padding: 0 0 45px;
		margin: 0 -4px;
	}
}

.huodongz .huodongmain .item,
.rongyuz .huodongmain .item,
.huodongz .rongyumain .item,
.rongyuz .rongyumain .item {
	padding: 0 10px;
}

@media (max-width: 1025px) {
	.huodongz .huodongmain .item,
	.rongyuz .huodongmain .item,
	.huodongz .rongyumain .item,
	.rongyuz .rongyumain .item {
		padding: 0 6px;
	}
}

@media (max-width: 767px) {
	.huodongz .huodongmain .item,
	.rongyuz .huodongmain .item,
	.huodongz .rongyumain .item,
	.rongyuz .rongyumain .item {
		padding: 0 4px;
	}
}

.huodongz .huodongmain .item .picz,
.rongyuz .huodongmain .item .picz,
.huodongz .rongyumain .item .picz,
.rongyuz .rongyumain .item .picz {
	position: relative;
	overflow: hidden;
}

.huodongz .huodongmain .item .picz:after,
.rongyuz .huodongmain .item .picz:after,
.huodongz .rongyumain .item .picz:after,
.rongyuz .rongyumain .item .picz:after {
	content: "";
	display: block;
	padding-bottom: 75%;
}

.huodongz .huodongmain .slick-prev,
.rongyuz .huodongmain .slick-prev,
.huodongz .rongyumain .slick-prev,
.rongyuz .rongyumain .slick-prev,
.huodongz .huodongmain .slick-next,
.rongyuz .huodongmain .slick-next,
.huodongz .rongyumain .slick-next,
.rongyuz .rongyumain .slick-next {
	width: 30px;
	height: 58px;
	top: 50%;
	margin-top: -45px;
	border: none;
}

@media (max-width: 1025px) {
	.huodongz .huodongmain .slick-prev,
	.rongyuz .huodongmain .slick-prev,
	.huodongz .rongyumain .slick-prev,
	.rongyuz .rongyumain .slick-prev,
	.huodongz .huodongmain .slick-next,
	.rongyuz .huodongmain .slick-next,
	.huodongz .rongyumain .slick-next,
	.rongyuz .rongyumain .slick-next {
		display: none !important;
	}
}

.huodongz .huodongmain .slick-prev,
.rongyuz .huodongmain .slick-prev,
.huodongz .rongyumain .slick-prev,
.rongyuz .rongyumain .slick-prev {
	left: -50px;
	background: url(../images/left.png) no-repeat center;
}

@media (max-width: 1367px) {
	.huodongz .huodongmain .slick-prev,
	.rongyuz .huodongmain .slick-prev,
	.huodongz .rongyumain .slick-prev,
	.rongyuz .rongyumain .slick-prev {
		left: -10px;
	}
}

@media (max-width: 1320px) {
	.huodongz .huodongmain .slick-prev,
	.rongyuz .huodongmain .slick-prev,
	.huodongz .rongyumain .slick-prev,
	.rongyuz .rongyumain .slick-prev {
		left: 0px;
	}
}

.huodongz .huodongmain .slick-prev:hover,
.rongyuz .huodongmain .slick-prev:hover,
.huodongz .rongyumain .slick-prev:hover,
.rongyuz .rongyumain .slick-prev:hover {
	background: url(../images/left3.png) no-repeat center;
}

.huodongz .huodongmain .slick-next,
.rongyuz .huodongmain .slick-next,
.huodongz .rongyumain .slick-next,
.rongyuz .rongyumain .slick-next {
	right: -50px;
	background: url(../images/right.png) no-repeat center;
}

@media (max-width: 1367px) {
	.huodongz .huodongmain .slick-next,
	.rongyuz .huodongmain .slick-next,
	.huodongz .rongyumain .slick-next,
	.rongyuz .rongyumain .slick-next {
		right: -10px;
	}
}

@media (max-width: 1320px) {
	.huodongz .huodongmain .slick-next,
	.rongyuz .huodongmain .slick-next,
	.huodongz .rongyumain .slick-next,
	.rongyuz .rongyumain .slick-next {
		right: 0px;
	}
}

.huodongz .huodongmain .slick-next:hover,
.rongyuz .huodongmain .slick-next:hover,
.huodongz .rongyumain .slick-next:hover,
.rongyuz .rongyumain .slick-next:hover {
	background: url(../images/right3.png) no-repeat center;
}

.huodongz .huodongmain .slick-dots li,
.rongyuz .huodongmain .slick-dots li,
.huodongz .rongyumain .slick-dots li,
.rongyuz .rongyumain .slick-dots li {
	margin: 0 5px;
}

.huodongz .huodongmain .slick-dots li button,
.rongyuz .huodongmain .slick-dots li button,
.huodongz .rongyumain .slick-dots li button,
.rongyuz .rongyumain .slick-dots li button {
	background: #ccc;
	width: 10px;
	height: 10px;
}

@media (max-width: 767px) {
	.huodongz .huodongmain .slick-dots li button,
	.rongyuz .huodongmain .slick-dots li button,
	.huodongz .rongyumain .slick-dots li button,
	.rongyuz .rongyumain .slick-dots li button {
		width: 8px;
		height: 8px;
	}
}

.huodongz .huodongmain .slick-dots li.slick-active button,
.rongyuz .huodongmain .slick-dots li.slick-active button,
.huodongz .rongyumain .slick-dots li.slick-active button,
.rongyuz .rongyumain .slick-dots li.slick-active button {
	background: #d71718;
}

footer .link {
	position: relative;
	margin: 30px auto 0;
	padding: 0 0 0 80px;
	float:left;
	width:62.5%;
}

@media (max-width: 767px) {
	footer .link {
		padding: 30px 0 0 0;
		display: none;
	}
}

footer .link>a {
	color: #fff;
	display: block;
	float: left;
	margin: 0 28px 5px 0;
	font-size: 14px;
	line-height: 24px;
}

footer .link>a:hover {
	color: #fff;
}

footer .link span {
	color: #fff;
	font-size: 14px;
	position: absolute;
	left: 0;
	top: 0;
	width: 80px;
	line-height: 24px;
}

@media (max-width: 767px) {
	footer .link span {
		max-width: 50%;
		height: 24px;
		line-height: 24px;
		overflow: hidden;
	}
}

footer .link i {
	display: block;
	float: left;
	font-style: inherit;
}

@media (max-width: 767px) {
	footer .link i {
		position: absolute;
		right: 0;
		top: 0;
		max-width: 50%;
		height: 24px;
		line-height: 24px;
		overflow: hidden;
	}
}

footer .link i a {
	color: #d71718;
}

footer .link i:hover a {
	color: #0cc3fd;
}

#bgvid {
	width: 800px;
	height: 600px;
}

.videowh1 {
	position: relative;
	z-index: 1;
	width: 56%;
	margin: 0 auto;
	height: 440px;
	background: #000000;
}

@media (max-width:1200px) {
	.videowh1 {
		width:68%;
		height:400px;
	}
}
@media (max-width:992px) {
	.videowh1 {
		width:92%;
		height:410px;
	}
}
@media (max-width:767px) {
	.videowh1 {
		width:100%;
		height:260px;
	}
}
@media (max-width:376px) {
	.videowh1 {
		height:230px;
	}
}
@media (max-width:361px) {
	.videowh1 {
		height:210px;
	}
}
@media (max-width:321px) {
	.videowh1 {
		height:200px;
	}
}

.clearfix:after, .clearfix:before {
    content: "";
    display: table;
	
}
*, ::after, ::before {
    box-sizing: border-box;
}
.ly_title font::after, .ly_title font::before {
    border-radius: 100%;
    display: block;
    width: 10px;
    height: 10px;
    background: #904d0f;
    position: absolute;
    top: 32px;
	visibility: visible !important;
}
.ly_title {
    line-height: 34px;
    font-size: 16px;
    color: #944f06;
    text-align: center;
}

.ly_title font {
    display: inline-block;
    line-height: .74rem;
    position: relative;
    font-size: .46rem;
    font-weight: bold;
    color: #904d0f;
    margin-top: 2.06vw;
}

.ly_title font::after,
.ly_title font::before {
    border-radius: 100%;
    display: block;
    width: 10px;
    height: 10px;
    background: #904d0f;
    position: absolute;
    top: 32px;
}

.ly_title font::after {
    right: -31px;
}

.ly_title font::before {
    left: -31px;
}
.ly_title font::after, .ly_title font::before {
    width: 0.1rem;
    height: 0.1rem;
    top: .32rem;
}

@media(max-width:479px){
.ly_title font {
    display: inline-block;
    line-height: .74rem;
    position: relative;
    font-size: .76rem;
    font-weight: bold;
    color: #904d0f;
    margin-top: 2.06vw;
}
}