@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
html {
	font-size: 62.5%;
	height: 100%;
}
body {
	width: 100%;
	overflow-x: hidden;
	font-size: 14px;
	font-size: 1.4rem;
	color: black;
	font-family: "Microsoft YaHei", "微软雅黑";
	max-width: 1920px;
	margin: 0 auto
}
a {
	color: #333;
	text-decoration: none;
	outline: none;
	tap-highlight-color: transparent;
	focus-ring-color: transparent;
	-webkit-tap-highlight-color: transparent;
	-webkit-focus-ring-color: transparent;
	-moz-tap-highlight-color: transparent;
	-moz-focus-ring-color: transparent;
	-webkit-transition: all 350ms;
	-o-transition: all 350ms;
	-moz-transition: all 350ms;
	transition: all 350ms;
}
a:hover {
	color: #6e2a21;
}
ol, ul, li {
	list-style: none;
}
img {
	max-width: 100%;
	border: 0px solid #ccc;
}
table, embed, video {
	max-width: 100%;
}
input, textarea {
	border: none;
	background: none;
	font-family: "Microsoft YaHei", "微软雅黑";
}
input[type="submit"], textarea[type="submit"] {
	cursor: pointer;
}
input[type="checkbox"], textarea[type="checkbox"] {
	cursor: pointer;
}
input[type="radio"], textarea[type="radio"] {
	cursor: pointer;
}
input:focus, textarea:focus {
	outline: none;
}
textarea {
	resize: none;
}
button {
	border: none;
	background: none;
	cursor: pointer;
}
em, i {
	font-style: normal;
}
.header_top .header_form ::-webkit-input-placeholder {/* WebKit browsers */
 color:#333;
}
.header_top .header_form :-o-placeholder {/* Mozilla Firefox 4 to 18 */
 color:#333;
}
.header_top .header_form ::-moz-placeholder {/* Mozilla Firefox 19+ */
 color:#333;opacity: 1
}
.header_top .header_form :-ms-input-placeholder {/* Internet Explorer 10+ */
 color:#333;
}
/* .c-xx start */
.c-fl {
	float: left;
}
.c-fr {
	float: right;
}
.c-cb {
	clear: both;
}
.c-mg {
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.c-oh {
	overflow: hidden;
}
.c-wd {
	width: 1200px;
}
.c-tsn {
	-webkit-transition: all 350ms;
	-o-transition: all 350ms;
	-moz-transition: all 350ms;
	transition: all 350ms;
}
.c-bbx {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.c-pr {
	position: relative;
}
.c-mt-5 {
	margin-top: 5px;
}
.c-mt-10 {
	margin-top: 10px;
}
.c-mt-15 {
	margin-top: 15px;
}
.c-mt-20 {
	margin-top: 20px;
}
.c-mt-25 {
	margin-top: 25px;
}
.c-mt-30 {
	margin-top: 30px;
}
.c-mt-35 {
	margin-top: 35px;
}
.c-mt-40 {
	margin-top: 40px;
}
.c-mt-45 {
	margin-top: 45px;
}
.c-mt-50 {
	margin-top: 50px;
}
.c-nomt {
	margin-top: 0 !important;
}
.c-nomr {
	margin-right: 0 !important;
}
.c-nomb {
	margin-bottom: 0 !important;
}
.c-noml {
	margin-left: 0 !important;
}
.c-nofont {
	line-height: 0;
	font-size: 0;
}
.c-nobg {
	background: none !important;
}
/* .c-xx end */
/* .f-xx start */
.f-czjz {
	position: relative;
	top: 50%;
	-webkit-transform: translate(0px, -50%);
	-moz-transform: translate(0px, -50%);
	-ms-transform: translate(0px, -50%);
	-o-transform: translate(0px, -50%);
	transform: translate(0px, -50%);
}
.f-box {
	margin: 0 auto;
	max-width: 1200px;
	overflow: hidden;
}
 @media screen and (min-width: 960px) and (max-width: 1219px) {
.f-box {
	width: 950px;
}
}
 @media screen and (min-width: 768px) and (max-width: 959px) {
.f-box {
	width: 750px;
}
}
 @media screen and (max-width: 767px) {
.f-box {
	padding-left: 10px;
	padding-right: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
}
/* .f-xx end */
.l {
	float: left;
}
.r {
	float: right;
}
.fix {
 *zoom: 1;
}
.fix:after, .fix:before {
	display: block;
	content: "clear";
	height: 0;
	clear: both;
	overflow: hidden;
	visibility: hidden;
}
.box {
	position: relative;
}
.mln {
	margin-left: 0 !important;
}
.clear {
	clear: both;
}
.wp {
	width: 1200px;
	margin: auto;
}
 @media screen and (min-width: 1220px) {
.wp {
	width: 1200px;
	margin: auto;
}
}
 @media screen and (min-width: 1000px) and (max-width: 1219px) {
.wp {
	width: 980px;
	margin: auto;
}
}
 @media screen and (max-width: 999px) {
.wp {
	width: 95%;
	margin: auto;
}
}
/* break */
.break {
	padding-top: 15px;
	margin-bottom: 60px;
}
.break .wp {
	border-bottom: 1px solid #6e2a21;
}
.break p {
	text-transform: uppercase;
	font-family: "Microsoft YaHei", "微软雅黑";
	padding-left: 25px;
	color: #2f6665;
	font-size: 16px;
	font-size: 1.6rem;
}
.break a {
	color: #2f6665;
	line-height: 35px;
}
.break a.on, .break a:hover {
	color: #6e2a21;
}
/* .m-xx start */
.m-desc {
	font-size: 14px;
	font-size: 1.4rem;
	color: #333;
	line-height: 30px;
}
.m-desc a {
	color: #6e2a21;
}
.m-desc a:hover {
	text-decoration: underline;
}
.m-desc p {
	font-size: 14px;
	font-size: 1.4rem;
	color: #333;
	line-height: 30px;
}
.m-desc span {
	font-size: 14px;
	font-size: 1.4rem;
	color: #333;
	line-height: 30px;
}
.m-desc b, .m-desc strong {
	font-size: 22px;
	font-size: 2.2rem;
	color: #6e2a21;
	line-height: 30px;
}
.m-desc a {
	font-size: 14px;
	font-size: 1.4rem;
	color: #fb7000;
	line-height: 30px;
}
.m-desc img {
	display: block;
	max-width: 100%; /*margin: 0 auto;*/
}
.m-desc iframe {
	display: block;
	max-width: 100%;
	margin: 0 auto;
}
.m-desc table {
	width: 90%;
	border-collapse: collapse;
	line-height: 22px;
	border: 1px solid #ccc;
}
.m-desc table tr td {
	padding: 3px;
	border: 1px solid #ccc;
	background: #fff;
	font-size: 14px;
	font-size: 1.4rem;
}
 @media screen and (max-width: 999px) {
.m-desc table {
	width: 800px;
}
.m-desc .table {
	overflow: scroll
}
}
 @media screen and (max-width: 767px) {
.m-tt1 {
	font-size: 24px !important;
	font-size: 2.4rem !important;
}
.m-tt2 {
	font-size: 20px !important;
	font-size: 2rem !important;
}
.m-tt3 {
	font-size: 18px !important;
	font-size: 1.8rem !important;
}
.m-desc1 {
	font-size: 16px !important;
	font-size: 1.6rem !important;
}
.m-desc2 {
	font-size: 14px !important;
	font-size: 1.4rem !important;
}
[class*="-item"] .item-title {
	font-size: 14px;
	font-size: 1.4rem;
}
[class*="-item"] .item-desc {
	font-size: 13px;
	font-size: 1.3rem;
}
[class*="-item"] .item-link {
	font-size: 13px;
	font-size: 1.3rem;
}
[class*="-item"] .item-modal {
	display: none;
}
}
/* .m-xx end */
/* .j-xx start */
.j-offset-top {
	-webkit-transition: all 750ms;
	-o-transition: all 750ms;
	-moz-transition: all 750ms;
	transition: all 750ms;
	-webkit-transform: translateY(100px);
	-moz-transform: translateY(100px);
	-ms-transform: translateY(100px);
	-o-transform: translateY(100px);
	transform: translateY(100px);
	opacity: 0;
}
.j-offset-top.run {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}
.j-offset-left {
	-webkit-transition: all 750ms;
	-o-transition: all 750ms;
	-moz-transition: all 750ms;
	transition: all 750ms;
	-webkit-transform: translateX(100px);
	-moz-transform: translateX(100px);
	-ms-transform: translateX(100px);
	-o-transform: translateX(100px);
	transform: translateX(100px);
	opacity: 0;
}
.j-offset-left.run {
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
	opacity: 1;
}
.j-offset-right {
	-webkit-transition: all 750ms;
	-o-transition: all 750ms;
	-moz-transition: all 750ms;
	transition: all 750ms;
	-webkit-transform: translateX(-100px);
	-moz-transform: translateX(-100px);
	-ms-transform: translateX(-100px);
	-o-transform: translateX(-100px);
	transform: translateX(-100px);
	opacity: 0;
}
.j-offset-right.run {
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
	opacity: 1;
}
/* .j-xx end */
[class*="-item"] .item-pic {
	position: relative;
	display: block;
	line-height: 0;
	font-size: 0;
	text-align: center;
	overflow: hidden;
}
[class*="-item"] .item-pic img {
	-webkit-transition: all 350ms;
	-o-transition: all 350ms;
	-moz-transition: all 350ms;
	transition: all 350ms;
}
[class*="-item"] .item-pic:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
[class*="-item"] .item-title {
	overflow: hidden;
}
[class*="-item"] .item-title a:hover {
	color: #6e2a21;
}
[class*="-item"] .item-desc {
	overflow: hidden;
}
[class*="-item"] .item-desc a {
	display: block;
}
[class*="-item"] .item-desc a:hover {
	color: #6e2a21;
}
.m-crm {
	line-height: 40px;
	font-size: 14px;
	font-size: 1.4rem;
	color: #666;
	background: #f7f7f7;
	margin-bottom: 38px;
}
.m-crm .wp {
	background: url(../images/crm.png) no-repeat left top;
	padding-left: 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.m-crm a {
	color: #666;
}
.m-crm a:hover {
	color: #6e2a21;
}
.m-crm a.active {
	color: #6e2a21;
}
 @media screen and (max-width: 767px) {
.m-crm {
	margin-bottom: 20px;
}
}
.m-oths {
	margin-top: 18px;
}
.m-oths .oths-item {
	padding-left: 22px;
	height: 20px;
	line-height: 20px;
	font-size: 14px;
	font-size: 1.4rem;
	color: #666666;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	background-repeat: no-repeat;
	background-position: left center;
}
.m-oths .oths-item a {
	color: #666;
}
.m-oths .oths-item a:hover {
	color: #6e2a21;
}
.m-oths .oths-item-1 {
	margin-bottom: 12px;
	background-image: url("../images/oths1.png");
}
.m-oths .oths-item-2 {
	background-image: url("../images/oths2.png");
}
.m-oths a {
	color: #666666;
}
.m-page {
	margin-top: 46px;
	letter-spacing: 0;
	font-size: 0;
	text-align: center;
	margin-bottom: 101px;
}
.m-page a {
	margin: 0 5px;
	display: inline-block;
 *display: inline;
 *zoom: 1;
	width: 35px;
	height: 30px;
	line-height: 28px;
	font-size: 12px;
	font-size: 1.2rem;
	color: #333;
	text-align: center;
	border: 1px solid #e5e5e5;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 350ms;
	-o-transition: all 350ms;
	-moz-transition: all 350ms;
	transition: all 350ms;
}
.m-page a.big {
	width: 61px;
}
.m-page a:hover {
	color: white;
	border-color: #6e2a21;
	background-color: #6e2a21;
}
.m-page a.active,.m-page a.dangqianfen {
	color: white;
	border-color: #6e2a21;
	background-color: #6e2a21;
}
.m-page span {
	display: inline-block;
	width: 50px;
	text-align: center;
	font-size: 16px;
	font-size: 1.6rem;
	color: #333;
	position: relative;
	top: 3px;
}
.m-page img {
	display: inline-block;
	position: relative;
	top: 2px;
	margin-left: 15px;
	margin-right: 8px;
}
.m-page .ins {
	margin-left: 4px;
	width: 123px;
	display: inline-block;
	height: 30px;
	line-height: 28px;
	text-align: center;
	border: none;
	outline: none;
	background-color: #6e2a21;
	color: #fff;
	font-size: 12px;
	font-size: 1.2rem;
	cursor: pointer;    font-family: "Microsoft YaHei", "微软雅黑";
}
.m-page .ins:hover{ background:#333}
.m-page2 {
	position: relative;
}
 @media screen and (max-width: 999px) {
.m-page {
	margin-bottom: 40px;
}
}
 @media screen and (max-width: 767px) {
.m-page {
	margin-top: 25px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: row wrap;
	-moz-box-orient: horizontal;
	-moz-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.m-page a {
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
}
}
/**********************  ce  ************************/
.ce {
	position: fixed;
	top: 20%;
	z-index: 99999;
	width: 69px;
	background: #f8f8f8;
	right: 0px;
	padding: 10px 0px;
	-moz-border-radius: 50px;
	border-radius: 50px;
}
.ce li {
	margin: 5px 10px;
	border-bottom: 1px solid #aaaaaa;
	padding-bottom: 5px;
	text-align: center;
}
.ce li.noborder {
	border: none;
}
.ce li span {
	display: block;
	margin-top: 1px;
	font-size: 12px;
	font-size: 1.2rem;
	color: #333;
}
.ce li img {
	margin-top: 6px;
}
.ce li:hover span {
	color: #6e2a21;
}
.weixin {
	position: relative;
}
.ewm {
	position: absolute;
	right: 100%;
	bottom: -99999px;
	width: 100px;
}
.weixin:hover .ewm {
	bottom: 0;
}
 @media screen and (max-width: 767px) {
.ce {
	bottom: 0;
	top: auto;
	width: 100%;
	padding: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	right: 0;
}
.ce li {
	border: none;
	float: left;
	width: 33%;
	margin: 0;
}
.ewm {
	right: auto;
	left: 0;
}
.weixin:hover .ewm {
	bottom: 100%;
}
.ce li.noborder img {
	margin-top: 13px;
}
}
.returntop {
	position: fixed;
 *position: absolute;
	z-index: 9;
	right: 0px;
	bottom: 50px;
	width: 40px;
	height: 40px;
	background: url("../images/gotop.png") no-repeat center;
background-size:100%  line-height: 0;
	font-size: 0;
	display: none;
}
 @media screen and (max-width: 959px) {
.returntop {
	right: 0;
	bottom: 65px;
	width: 36px;
	height: 36px;
	background-size: contain;
}
}
.wap-hd-nav {
	display: none;
}
.wap-nav {
	width: 5px;
	height: 100%;
	position: absolute;
	right: 0;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	z-index: 999999999999999;
	cursor: pointer;
	position: fixed;
	top: -5px;
	right: 0;
	display: block;
}
.wap-nav .nav {
	overflow: hidden;
	width: 300px;
	background: rgba(0, 0, 0, 0.8);
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	height: auto;
	overflow: scroll;
}
.wap-nav .nav span {
	font-family: "Microsoft YaHei", "微软雅黑";
}
.wap-nav .nav form {
	margin: 15px auto;
	width: 258px;
	height: 26px;
	border: 1px solid #fff;
}
.wap-nav .nav form .iptc {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 15px;
	background-color: #fff;
	width: 80%;
	height: 26px;
	line-height: 26px;
	display: block;
	float: left;
}
.wap-nav .nav form .ipsc {
	width: 20%;
	height: 26px;
	line-height: 26px;
	display: block;
	float: right;
	background: #fff url("../images/sch2.png") no-repeat center center;
}
.wap-nav .nav > ul {
	display: none;
	margin-top: 0px;
	margin-bottom: 0px;
	overflow: scroll;
	padding-top: 45px;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.wap-nav .nav > ul > li {
	line-height: 40px;
	font-size: 12px;
	font-size: 1.2rem;
	text-indent: 20px;
	position: relative;
	color: #fff
}
.wap-nav .nav > ul > li .addition {
	width: 20px;
	height: 20px;
	position: absolute;
	right: 15px;
	top: 10px;
	background: url("../images/shizi.png") no-repeat center center;
}
.wap-nav .nav > ul > li .addition.fa:before {
	margin-right: 5px;
	color: #fff;
	text-indent: 0;
}
.wap-nav .nav > ul > li > a {
	margin-right: 40px;
	color: #fff;
	font-size: 12px;
	font-size: 1.2rem;
	display: block;
}
.wap-nav .nav > ul > li > a span {
	color: #fff;
	font-size: 12px;
	font-size: 1.2rem;
}
.wap-nav .nav > ul > li .c-show {
	display: none;
	width: 100%;
}
.wap-nav .nav > ul > li .c-show1 .c-s1 {
	position: relative;
	padding-left: 15px;
}
.wap-nav .nav > ul > li .c-show1 .c-s1 > a {
	position: relative;
	margin-right: 40px;
	font-size: 12px;
	font-size: 1.2rem;
	color: #fff;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 30px;
}
.wap-nav .nav > ul > li .c-show1 .c-s1 > a span {
	font-size: 12px;
	font-size: 1.2rem;
	color: #fff;
}
.wap-nav .nav > ul > li .c-show1 .c-s1 > .c-show2 {
	position: relative;
}
.wap-nav .nav > ul > li .c-show1 .c-s1 > .c-show2 .c-s2 {
	position: relative;
}
.wap-nav .nav > ul > li .c-show1 .c-s1 > .c-show2 .c-s2 > a {
	margin-right: 40px;
	text-indent: 35px;
	font-size: 12px;
	font-size: 1.2rem;
	color: #fff;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 30px;
}
.wap-nav .nav > ul > li .c-show1 .c-s1 > .c-show2 .c-s2 > a span {
	font-size: 12px;
	font-size: 1.2rem;
	color: #fff;
}
.wap-nav .nav > ul > li .c-show1 .c-s1 .c-s2 .c-show3 {
	position: relative;
}
.wap-nav .nav > ul > li .c-show1 .c-s1 .c-s2 .c-show3 .c-s3 a {
	margin-right: 40px;
	text-indent: 50px;
	font-size: 12px;
	font-size: 1.2rem;
	color: #fff;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 30px;
}
.wap-nav .nav > ul > li .c-show1 .c-s1 .c-s2 .c-show3 .c-s3 a span {
	font-size: 12px;
	font-size: 1.2rem;
	color: #fff;
}
.wap-nav .nav > ul > dl {
	padding: 20px;
}
.wap-nav .nav > ul > dl dd {
	float: left;
	margin: 0 2px;
}
.wap-nav .menubtn {
	width: 23px;
	height: 18px;
	position: absolute;
	top: 12px;
	right: 12px;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	z-index: 9999;
}
.wap-nav .menubtn span {
	display: block;
	width: 100%;
	height: 3px;
	margin-bottom: 3px;
	background-color: #6e2a21;
}
 @media screen and (min-width: 1000px) {
.wap-nav, .menubtn {
	display: none;
}
}
 @media screen and (max-width: 999px) {
.header_right {
	display: none
}
.wap-hd-nav {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: row nowrap;
	-moz-box-orient: horizontal;
	-moz-box-direction: normal;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	background-color: #6e2a21;
}
.wap-hd-nav-item {
	width: 25%;
}
.wap-hd-nav-item a {
	display: block;
	padding: 5px 0;
	line-height: 20px;
	font-size: 14px;
	color: white;
	text-align: center;
	background-color: #363636;
}
.wap-hd-nav-item a.active {
	color: white;
	background-color: #6e2a21;
}
}
/* search */
/* header_top */
.header_top {
	margin-bottom: 15px;
	margin-top:10px;
	text-align: right;
}
.header_top a:hover {
	color: #6e2a21;
}
.header_top .guoqi1 {
	display: inline-block;
	line-height: 30px;
	color: #cccccc;
	padding-left: 20px;
	background: url(../images/guoqi1.png) no-repeat left center;
	margin-left: 20px;
	font-size: 14px;
	font-size: 1.4rem;
	font-family: "Microsoft YaHei", "微软雅黑";
}
.header_top .guoqi2 {
	display: inline-block;
	line-height: 30px;
	color: #cccccc;
	padding-left: 25px;
	background: url(../images/guoqi2.png) no-repeat left center;
	margin-left: 20px;
	font-size: 14px;
	font-size: 1.4rem;
	font-family: "Microsoft YaHei", "微软雅黑";
}
.header_top .guoqi3{    display: inline-block;
    line-height: 30px;
    color: #333;
    padding-left: 25px;
    background: url(../images/en.png) no-repeat left center;
    margin-left: 26px;
    font-size: 12px;
    font-size: 1.2rem;font-family: "Microsoft YaHei", "微软雅黑";}
	.header_top .guoqi4{    display: inline-block;
    line-height: 30px;
    color: #333;
    padding-left: 25px;
    background: url(../images/cn.png) no-repeat left center;
    margin-left: 26px;
    font-size: 12px;
    font-size: 1.2rem;font-family: "Microsoft YaHei", "微软雅黑";}
.header_top .header_form {
	border: 1px solid #333333;
	width: 260px;
	height: 28px;
	line-height: 28px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	position: relative; margin-left:10px
}
.header_top .header_form .tex {
	background: transparent;
	-moz-border-radius: 50px;
	border-radius: 50px;
	text-indent: 10px;
	width: 100%;
	height: 28px;
	line-height: 28px;
	display: inline-block;
	color: #333333;
	font-family: "Microsoft YaHei", "微软雅黑";
	font-size: 12px;
	font-size: 1.2rem;
}
.header_top .header_form .sub {
	position: absolute;
	top: 0px;
	right: 0px;
	height: 30px;
	width: 33px;
	font-size: 0px;
	cursor: pointer;
	z-index: 99;
	background: url(../images/suosou.png) no-repeat left -1px;
}

/* header */
.header {
	background: url(../images/header.png) repeat center;
	position: absolute;
	width: 100%;
	top: 0px;
	z-index: 99;
	z-index: 99999999999\0; 
}
.header .logo {
	margin-top: 15px; width:196px; overflow:hidden;
}

.header .logo img {
	display: block;
	max-width: 100%;
	margin: 0 auto;
}
.header_ul1 > li {
	float: left;
	margin-left:100px;
	position: relative;
	padding-bottom: 5px;
}
.header_ul1 > li:hover .dan_header {
	display: block;
}
.header_ul1 > li > a {
	color: #333;
	line-height: 38px;
	display: block;
	border-bottom: 2px solid transparent;
	text-transform: uppercase;
	font-size: 16px;
	font-size: 1.6rem;
	padding-bottom: 4px;
}
.header_ul1 > li:hover > a, .header_ul1 li.on > a {
	color: #6e2a21;
	border-color: #6e2a21;
}
.dan_header {
	display: none;
	width: 220px;
	position: absolute;
	left: 0px;
	top: 100%;
	background: url(../images/btit.png) repeat center;
	z-index: 99999999999999999;
}
.dan_header > ul > li {
	margin-bottom: 4px;
	position: relative;
	left: 0px;
}
.dan_header > ul > li > a {
	padding-left: 10px; padding-right:10px;
	position: relative;
	font-size: 16px;
	font-size: 1.6rem;
	color: #fff;
	line-height: 25px;
	display: block; padding-top:5px; padding-bottom:5px
}
.dan_header > ul > li:hover > a {
	background: #6e2a21;
	color: #fff;
}
.dan_header > ul > li:hover .dan_sanheader {
	display: block;
}
.dan_sanheader {
	display: none;
	width: 240px;
	position: absolute;
	left: 100%;
	top: 0px;
	z-index: 999999;
}
.dan_sanheader > ul {
	background: url(../images/btit.png) repeat center;
}
.dan_sanheader > ul > li {
	line-height: 40px;
	position: relative;
}
.dan_sanheader > ul > li > a {
	padding-left: 20px;
	font-size: 16px;
	font-size: 1.6rem;
	color: #fff;
	line-height: 40px;
	display: block;
}
.dan_sanheader > ul > li:hover > a {
	background: #6e2a21;
	color: #fff;
}
 @media screen and (max-width: 1219px) {
.header_ul1 > li {
	margin-left:72px;
	margin-right: 0px;
}
}
 @media screen and (max-width: 999px) {
.header {
	position: relative;
}
.header_ul1 > li > a {
	font-size: 14px;
	font-size: 1.4rem;
}
}
 @media screen and (max-width: 999px) {
.header_top .header_form {
	display: none;
}
.header_top {
	display: none;
}
.header_right {
	display: none;
}
.header .logo {
	float: none;
	margin: 0 auto;
	width: 100%;
	max-width: 100px;
	margin-top: 5px;
	margin-bottom: 5px;
}
}
 @media screen and (max-width: 768px) {
.slide .carousel-control {
	display: none;
}
/*.header .logo img{ max-height:40px}*/
}
/* footer */
.footer {
	background: #19191d;
	padding-top: 43px;
}
.footer a:hover {
	color: #6e2a21;
}
.footer .title {
	font-size: 24px;
	font-size: 2.4rem;
	color: #fff;
	line-height: 30px;
}
.footer .title a {
	color: #fff;
}
.footer .title a:hover {
	color: #78a54a
}
.footer_left {
	float: left;
	width: 260px;
}
.footer_center {
	float: left;
	margin-left: 70px;
	width: 500px;
}
.footer_center .title {
	padding-left: 17px;
}
.footer_right {
	float: right;
	width: 238px; overflow:hidden;
}
.footer_right p {
	margin-top: 26px; margin-bottom:18px;
	font-family: "Microsoft YaHei", "微软雅黑";
	color: #fff;
	line-height: 30px;
	font-size: 14px;
	font-size: 1.4rem;
}
.footer_left p {
	margin-top: 22px;
	font-family: "Microsoft YaHei", "微软雅黑";
	color: #fff;
	line-height: 30px;
	font-size: 16px;
	font-size: 1.6rem;
	text-transform: uppercase;
	font-weight: bold
}
.ftx_ul li {
	line-height: 30px;
	color: #ffffff;
	
	}
	
	.dcont{ font-family: "Microsoft YaHei", "微软雅黑";}
.ftx_ul li a {
	color: #ffffff;
}
.ftx_ul li a:hover{ color:#78a54a}
.ftx_ul2 {
	margin-top: 22px;
}
.ftx_ul2 li {
	line-height: 32px;
	color: #ffffff;
}
.ftx_ul2 li a {
	color: #ffffff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	left: 0px;
}
.ftx_ul2 li a:hover {
	color: #78a54a;
}
.footer .shejiao {
	padding-bottom: 11px; margin-top:25px;
}
.footer .shejiao a:first-child{ margin-left:0px;}
.footer .shejiao a {
	display: block;
	margin-left: 5px;
	float: left;
}
.shejiao a img {
	-webkit-transition: 0.3s all;
	-moz-transition: 0.3s all;
	-o-transition: 0.3s all;
	transition: 0.3s all;
}
.shejiao a:hover img {
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	transform: rotate(360deg);
}
.footer_bot {
	margin-top: 15px;
	text-align: center;
	background: #0c0c0e;
	padding: 10px 0px;
	color: #fff;
}
.footer_bot a, .footer_bot p {
	color: #fff;
	line-height: 30px;
}
.footer_bot p a {
	display: inline-block;
	margin: 0px 2px;
	line-height: 30px;
	color: #fff;
}
.footer_bot p a:hover {
	color: #78a54a;
}
.Links {
	line-height: 30px;
}
.Links a {
	display: inline-block;
	margin-left: 15px;
	margin-right: 15px;
	color: #fff;
}
.Links a:hover {
	color: #78a54a;
}
.form {
	padding-top: 18px;
	width: 100%;
}
.form .int1 {
	position: relative;
	margin-top: 18px;
	width: 100%;
}
.form .int1 .input {
	display: block;
	width: 46%;
	padding-left: 14px;
	
}
.form  .xing {
	
	background: url(../images/xing.png) no-repeat left 19px;
}
.form .int1 input {
	width: 212px;
	float: left;
	padding-left: 14px;
	height: 38px;
	line-height: 38px;
	font-size: 14px;
	font-size: 1.4rem;
	color: #4d4d4d;
	border: 1px solid #d2d2d2;
	background: #fff;
}
.form .int2 {
	padding-left: 14px;
	
	margin-top: 15px;
	width: 100%;
}
.form .int6 {
	margin-top: 15px;
	padding-left: 14px;
	
	width: 100%;
}
.form .int6 input {
	border: 1px solid #d2d2d2;
	background: #fff;
	padding-left: 14px;
	width: 469px;
	height: 38px;
	line-height: 38px;
	font-size: 14px;
	font-size: 1.4rem;
	color: #4d4d4d;
}
.form textarea {
	border: 1px solid #d2d2d2;
	background: #fff;
	padding-left: 14px;
	width: 469px;
	height: 52px;
	line-height: 38px;
	font-size: 14px;
	font-size: 1.4rem;
	color: #4d4d4d;
}
.form .int3 {
	padding-left: 14px;
	margin-top: 14px;
	padding-bottom: 31px;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.form .int3 img {
	float: left
}
.form .int5 {
	width: 50%;
	float: right;
	height: 38px;
	background: #78a54a;
	border: none;
	font-size: 20px;
	font-size: 2rem;
	color: #fff;
	cursor: pointer;
	transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-webkit-transition: 0.5s;
	line-height: 38px;
}
.form .int5:hover {
	background: #ccc;
}
 @media screen and (max-width: 1219px) {
	 .footer_left {
	float: left;
	width: 180px;
}
.footer_center {
	width: 450px;
	margin-left: 20px;
}
.form .int1 .input {
	width: 48%;
	box-sizing: border-box
}
.form .int1 input {
	width: 100%;
	box-sizing: border-box
}
.form .int2 {
	width: 100%;
	box-sizing: border-box
}
.form textarea {
	width: 100%;
	box-sizing: border-box
}
.form .int6 {
	width: 100%;
	box-sizing: border-box
}
.form .int6 input {
	width: 100%;
	box-sizing: border-box
}
}
 @media screen and (max-width: 999px) {
.footer_left {
	width: 40%;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.footer_center {
	width: 60%;
	float: right;
	margin-left: 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.footer_right {
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: 20px;
}
}
 @media screen and (max-width: 768px) {
.footer {
	padding-top: 0px;
}
.footer_left {
	display: none;
}
.footer_center {
	display: none;
}
.footer_right {
	display: none;
}
.Links {
	display: none;
}
.footer_bot {
	margin: 0 auto;
}
}
/*==========main1==================*/
.main1 {
	margin-top: -94px;
	margin-bottom: 50px;
	padding-bottom: 27px;
	position: relative;
	z-index: 9;
	z-index: 99999999999\0;
	background: url(../images/m1bj.png) no-repeat bottom center;
}
.main1 .m1_ul li {
	float: left;
	margin-left: 1px;
}
.main1 .m1_ul .m1_wrap {
	position: relative;
	overflow: hidden;
	background: #542516;
	padding-bottom: 13px;
	max-width: 239px;
	margin: 0 auto;
	width: 100%;
}
.main1 .m1_ul .m1_wrap:hover .fu {
	top: 0px;
}
.main1 .m1_ul img {
	display: block;
	max-width: 239px;
	max-height: 132px;
	width: 100%;
}
.main1 .m1_ul a {
	display: block;
}
.main1 .m1_ul a:hover span{ color:#6e2a21}
.main1 .m1_ul span {
	display: block;
	color: #fff;
	text-align: center;
	width: 100%;
	margin: 0 auto;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 30px;
	height: 60px;
	overflow: hidden;
	overflow: hidden;
}
.main1 .m1_ul .fu {
	position: absolute;
	top: 100%;
	left: 0px;
	width: 100%;
	height: 100%;
	background: #6fa54e;
	-webkit-transition: 1s all;
	-moz-transition: 1s all;
	-o-transition: 1s all;
	transition: 1s all;
}
.main1 .m1_ul .fu p {
	display: table;
	width: 100%;
	height: 100%;
}
.main1 .m1_ul .fu a {
	padding: 0px 16px;
	display: table-cell;
	vertical-align: middle;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 26px;
	color: #fff; text-indent:2em
}
 @media screen and (max-width: 1219px) {
.main1 {
	margin-top: -60px;
	background: none; margin-bottom:40px;
	padding-bottom: 0px;
}
.main1 .m1_ul li {
	margin-left: 0.5% !important;
	margin-right: .5%;
	width: 19%;
}
}
 @media screen and (max-width: 999px) {
.main1 {
	margin-top: 20px; margin-bottom:30px
}
.main1 .m1_ul {
	font-size: 0;
	letter-spacing: 0
}
.main1 .m1_ul li {
	width: 31%;
	margin-left: 1% !important;
	margin-right: 1% !important;
	float: none;
	vertical-align: top;
	display: inline-block;
}
.main1 .m1_ul li {
	margin-top: 20px;
}
.main1 .m1_ul .m1_wrap {
	padding-bottom: 0px;
}
.main1 .m1_ul .m1_wrap .fu {
	position: relative;
	overflow: hidden;
	display: block
}
.main1 .m1_ul .fu {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: auto !important;
	background: #6fa54e;
	-webkit-transition: 0s all;
	-moz-transition: 0s all;
	-o-transition: 0s all;
	transition: 0s all;
}
.main1 .m1_ul .m1_wrap:hover .fu {
	top: 0px !important
}
.main1 .m1_ul .m1_wrap .fu a {
	padding: 16px 5px;
	font-size: 14px;
	font-size: 1.4rem;
}
.main1 .m1_ul span{line-height: 30px;
height: auto;font-size:16px;font-size: 1.6rem; }
.main1 .m1_ul a:hover span{ color:#fff; text-decoration:underline; }

}
 @media screen and (max-width: 768px) {
.main1 .m1_ul li {
	width: 31%;
	margin-left: 1% !important;
	margin-right: 1% !important;
	float: none;
	vertical-align: top;
	display: inline-block;
}
.main1 .m1_ul span {
	font-size: 14px;
	font-size: 1.4rem;
}
}
 @media screen and (max-width: 540px) {
.main1 .m1_ul li {
	width: 98%;
}
.main1 .m1_ul span {
	font-size: 14px;
	font-size: 1.4rem;
}
}
/*==========main2==================*/
.main2 {
	background: url(../images/m2bj.jpg)  no-repeat center top;
	padding-bottom:73px;
}
.main2 a {
	color: #fff;
	display: block;
}
.main2 .m2_img{display: block;
	width: 600px;
	margin: 0 auto;
 }
.main2 .m2_img .video {position:relative; padding-bottom:78.333%; overflow:hidden
	
}
.main2 .m2_img .video video{    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}
.main2 .m2_right {
	width: 530px;
	padding-top: 136px;
}
.main2 .m2_right .title {
	margin-bottom: 9px;
	font-size: 30px;
	font-size: 3rem;
	line-height: 30px;
	font-family: "Microsoft YaHei", "微软雅黑";
	text-transform: uppercase; font-weight:bold;
}
.main2 .m2_right .title2 {
	margin-bottom: 26px;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 30px;
	color: #78a54a;
	background: url(../images/m2tibj.png) no-repeat left bottom;
	line-height: 30px;
	padding-bottom: 23px;
}
.main2 .m2_right .title2:hover {
	color: #fff
}
.main2 .m2_right p a {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 30px;
	overflow: hidden; text-indent:2em;
}
.main2 .m2_right p a:hover {
	color: #78a54a;
}
.main2 .more {
	margin-top: 42px;
	width: 194px;
	height: 47px;
	line-height: 47px;
	text-transform: uppercase;
	text-indent: 45px;
	color: #666666;
	background: url(../images/m1more.png) no-repeat center;
}
.main2 .more:hover {
	color: #78a54a;
}
.main2 .title:hover {
	color: #78a54a;
}
 @media screen and (max-width: 1219px) {
.main2 .m2_img {
	width: 49%;
	
}

.main2 .m2_right {
	width: 49%;
}
}
 @media screen and (max-width: 999px) {
.main2 {
	background: #333; padding-bottom:20px;
}
.main2 .m2_img {
	width: 100%;
	float: none; max-width:600px;
}
.main2 .m2_right {
	width: 100%;
	float: none;
	padding-top: 20px;
	margin: 0 auto;
}
.main2 .m2_right p a {
	font-size: 14px;
	font-size: 1.4rem;
}
.main2 .more {
	margin-top: 15px;
}
.main2 .m2_right .title2 {
	margin-bottom: 10px;
}
}
 @media screen and (max-width: 768px) {
	 .main2 .m2_right .title{ font-size:20px; font-size:2rem;}
.main2 .m2_right .title2 {
	font-size: 16px;
	font-size: 1.6rem;
	padding-bottom: 5px;
}
.main2 {
padding-bottom:30px
}
}
.m1_title {
	margin-top: 50px;
	padding-bottom: 27px;
	text-align: center;
	background: url(../images/m1tititibj.png) no-repeat top center;
}
.m1_title a {
	font-size: 44px;
	font-size: 4.4rem;
	color: #333;
	font-family: "Microsoft YaHei", "微软雅黑";
	line-height: 97px;
	text-transform: uppercase; font-weight:bold;
}
.m1_title a:hover {
	color: #78a54a;
}
.m2_title {
	margin-top: 67px;
	padding-bottom: 15px;
	text-align: center;
	background: url(../images/m1tititibj2.png) no-repeat top center;
}
.mainproject p {
    margin-top: 25px !important;
    padding-bottom: 42px !important;
}
.m2_title a {
	font-size: 44px;
	font-size: 4.4rem;
	color: #333;
	font-family: "Microsoft YaHei", "微软雅黑";
	line-height: 97px;
	text-transform: uppercase; font-weight:bold;
}
.m2_title a:hover {
	color: #6e2a21;
}
.m3_title {
	margin-top: 37px;
	padding-bottom: 15px;
	text-align: center;
	background: url(../images/m1tititibj3.png) no-repeat top center;
}
.m3_title a {
	font-size: 44px;
	font-size: 4.4rem;
	color: #333;
	font-family: "Microsoft YaHei", "微软雅黑";
	line-height: 97px;
	text-transform: uppercase; font-weight:bold;
}
.m3_title a:hover {
	color: #6e2a21;
}
.m4_title {
	margin-top: 49px;
	padding-bottom: 15px;
	text-align: center;
	background: url(../images/m1tititibj4.png) no-repeat top center;
}
.m4_title a {
	font-size: 44px;
	font-size: 4.4rem;
	color: #fff;
	font-family: "Microsoft YaHei", "微软雅黑";
	line-height: 97px;
	text-transform: uppercase; font-weight:bold;
}
.m4_title a:hover {
	color: #6e2a21;
}
.main11_p {
	max-width: 960px;
	margin: 0 auto;
}
.main11_p p {
	margin-top: 15px;
	margin-bottom: 55px;	line-height: 30px;line-height: 30px;
	text-align: center;overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;

}
.main11_p  p a {
	
	
	display: block;
	
	color: #666666;
}
.main11_p  p a:hover {
	color: #78a54a;
}
 @media screen and (max-width: 999px) {
.m1_title {
	background: none;
}
.m1_title a {
	line-height: 40px;
	font-size: 30px;
	font-size: 3rem;
}
.m2_title {
	background: none; margin-top:30px;
}
.m2_title a {
	line-height: 40px;
	font-size: 30px;
	font-size: 3rem;
}
.m3_title {
	background: none;
}
.m3_title a {
	line-height: 40px;
	font-size: 30px;
	font-size: 3rem;
}
.m4_title {
	background: none;
}
.m4_title a {
	line-height: 40px;
	font-size: 30px;
	font-size: 3rem;
}
.main11_p P {
	margin-top: 10px;
}
}
 @media screen and (max-width: 768px) {
.main11_p p {
	margin-bottom: 10px;
}
.m1_title {
	background: none;
	padding-bottom: 0px;
}
.m1_title a {
	line-height: 30px;
	font-size: 20px;
	font-size: 2rem;
}
.m2_title {
	background: none;
	padding-bottom: 0px; margin-top:30px;
}
.m2_title a {
	line-height: 30px;
	font-size: 20px;
	font-size: 2rem;
}
.m3_title {
	background: none;
	padding-bottom: 0px;
}
.m3_title a {
	line-height: 30px;
	font-size: 26px;
	font-size: 2.6rem;
}
.m4_title {
	background: none;
	padding-bottom: 0px;
}
.m4_title a {
	line-height: 30px;
	font-size: 26px;
	font-size: 2.6rem;
}
}
/*==========main3==================*/
.main3 {
	background: #542516;
}
.main3 .m2tu {
	width: 50%;
 *width: 49.5%;
}
.main3 .m2zi {
	width: 50%;
 *width: 49.5%;
}
.main3 .m2tu a {
	display: block;
}
.main3 .m2tu a img {
	display: block;
	margin: auto;
	max-width: 100%;
}
.main3 .m2zin {
	width: 522px;
	margin-left: 75px;
	padding-top: 46px;
	padding-bottom: 6px
}
.main3 .m2zi p {
	overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
	overflow: hidden;font-size: 14px;line-height: 30px;
	font-size: 1.4rem; overflow: hidden;
}
.main3 .m2zi p a {
	display: block;
	
	color: #ffffff;
	 text-indent:2em;  
   
}
.main3 .m2zi p a:hover{ color:#78a54a}
.main3 .m2zi a p {
	height: 120px;
	overflow: hidden;
	margin-top: 26px;
}
.main3 a.m2biao {
	display: block;
	font-size: 22px;
	font-size: 2.2rem;
	color: #fff;
	font-family: "Microsoft YaHei", "微软雅黑";
	line-height: 30px;
	padding-top: 40px;
	padding-bottom: 30px
}
.main3 a.m2mor {
	margin-top: 39px;
	display: block;
	width: 145px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	color: #aaa;
	background: transparent;
	border: 1px solid #e0e0e0;
}
.main3 .m2zin .m2mor:hover {
	background: #78a54a;
	border-color: #78a54a;
	color: #fff;
}
.main3 .m2zin a:hover {
	color: #78a54a;
}
.main3 .m2zidan {
	float: right;
	margin-left: 0px;
	margin-right: 77px;
}
 @media screen and (max-width: 1560px) {
.main3 .m2zin {
	padding-top: 0px;
}
}
 @media screen and (max-width: 1520px) {
.main3 .m2biao {
	padding-top: 0px;
}
}
 @media screen and (max-width: 1320px) {
.main3 .m2zin {
	padding-top: 5%;
}
.main3 .m2zi p {
	margin-top: 2%;
}
.main3 .m2mor {
	margin-top: 4%;
}
.main3 .m2zidan {
	float: right;
	margin-left: 0px;
	margin-right: 0;
}
.main3 a.m2biao {
	padding-top: 0px;
}
.main3 .m2zi a p {
	margin-top: 20px
}
}
 @media screen and (min-width: 1000px) and (max-width: 1219px) {
.main3 .m2zin {
	width: 90%;
	margin-left: 5%;
	padding-top: 20px;
	padding-bottom: 0px;
}
.main3 .m2tu {
	margin-top: 0%;
}
.main3 .m2zi a {
    display: block;
    font-size: 14px;
    font-size: 1.4rem;
    color: #aaa;
    line-height: 30px;
    max-height: 60px;
    overflow: hidden;
}
}
 @media screen and (max-width: 999px) {
.main2 .m2_right p a {
	height: auto !important;
	max-height: auto !important
}
.main3 .main2 {
	padding-bottom: 20px;
}
.main3 .m2tu {
	width: 100%;
	float: none;
}
.main3 .m2zi {
	width: 100%;
	float: none;
	padding-bottom: 20px;
}
.main3 .m2zin {
	width: 90%;
	margin-left: 0%;
	margin: 0 auto !important;
}
.main3 .m2zidan {
	width: 90%;
	margin-left: 0%;
	margin: 0 auto;
	float: none;
}
.main3 .m2zi p {
	
	overflow: hidden;
	margin-top: 10px;
}
.main3 a.m2biao{ padding-bottom:15px;}
.main3 a.m2mor{ margin-top:10px;}
}
 @media screen and (max-width: 767px) {
.main3 a.m2biao {
	padding-bottom:10px
}
.main3 .m2zi p {
    margin-top: 10px;
}
.main3 a.m2mor {
    margin-top: 20px;
}
 }
 @media screen and (max-width: 640px) {
.main3 .m1biao a {
	font-size: 20px;
	font-size: 2rem;
}
.main3 .m2biao {
	font-size: 20px;
	font-size: 2rem;
}
}
/* main4 */
.main4 {
	background: #f7f7f7;
}
.m3_ul {
	padding-top: 69px;
	padding-bottom: 32px; font-size:0; letter-spacing:0;
}
.m3_ul li {
	width: 280px; display:inline-block; vertical-align:top;
	
	margin-left:26px;
}
.m3_ul li .m3_wrap {
	position: relative;
	overflow: hidden;
}
.m3_ul li .fu {
	position: absolute;
	top: 100%;
	left: 0px;
}
.m3_ul li .m3_img {
	width: 280px;
	padding-right: 6px;
	padding-bottom: 6px;
	background: url(../images/m3_2img.jpg) no-repeat right bottom;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; /*49%*/
}
.m3_ul li .m3_img a {
	display: block;
}
.m3_ul li img {
	max-width: 364px;
	width: 100%;
	display: block;
}
.m3_ul li .wenzi {
	text-align: center;
	line-height: 30px;
	padding-top: 27px;
	font-size: 16px;
	font-size: 1.6rem;
	
}
.m3_ul li .wenzi a {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #333;
}
.m3_ul li .wenzi a:hover{ color:#78a54a}
.m3_ul li:hover .fu {
	position: absolute;
	top: 0px;
	left: 0px;
}
.m3_ul li:hover .m3_img {
	background: url(../images/m3_2imgbj.jpg) no-repeat right bottom;
}
.m3_ul li:hover .wenzi a {
	color: #6e2a21;
}
.m3_ul .m3_ttile a:hover {
	color: #6e2a21;
}
 @media screen and (max-width: 1219px) {
.m3_ul li {
	width: 31.3333333333%;
	margin-left: 1% !important;
	margin-right: 1%;
}
.m3_ul li .m3_img {
	width: 100%;
}
}
 @media screen and (max-width: 999px) {
.m3_ul li:hover .fu {
	display: none;
}
.m3_ul li .fu {
	display: none;
}
.m3_ul li .wenzi {
	padding-top: 10px;
}
}
 @media screen and (max-width: 640px) {
.m3_ul li .wenzi {
	font-size: 14px;
	font-size: 1.4rem;
}
.m3_ul li {
	width: 48%;
	margin-left: 1% !important;
	margin-right: 1%;
	margin-top: 10px;
}
.m3_ul {
    padding-top: 20px;
    padding-bottom: 20px;
}
}
/*==========main5==================*/
.main5 {
	width: 100%;
}
.main5 a {
	display: block;
}
.main5 img {
	display: block;
	max-width: 100%;
	margin: 0 auto;
	-webkit-transition: 1s all;
	-o-transition: 1s all;
	-moz-transition: 1s all;
	transition: 1s all;
}
.main5 .m2_wrap {
	position: relative;
	overflow: hidden;
	-webkit-transition: 1s all;
	-o-transition: 1s all;
	-moz-transition: 1s all;
	transition: 1s all;
}
.main5 .m2fu {
	position: absolute;
	top: 100%;
	height: 100%;
	width: 100%;
	background: url(../images/m5fu.png) no-repeat center center ;
	background-size: contain;
	-webkit-transition: 1s all;
	-o-transition: 1s all;
	-moz-transition: 1s all;
	transition: 1s all;
}
.main5 b {
	font-weight: normal;
}
.main5 span {
	display: block;
}
.main5 .span1 {
	text-transform: uppercase;
	font-size: 24px;
	font-size: 2.4rem;
	color: #fff;
	font-family: "Microsoft YaHei", "微软雅黑";
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.main5 .wep {
	position: relative;
	top: 37%;
	margin: 0 auto;
	width: 90%
}
.main5 .wep:hover .span1 {
	color: #fff; text-decoration:underline;
}
.main5 .m2_wrap:hover .m2fu {
	position: absolute;
	top: 0%;
}
.main5 .m5_left {
	width: 49%;
}
.main5 .m5_right {
	width: 50%;
}
.main5 .m5_left .m2_a {
	display: block;
	width: 49.5%;
	margin-bottom: 16px;
}
.main5 .m2_wrap {
	display: block;
	-webkit-transition: 1s all;
	-o-transition: 1s all;
	-moz-transition: 1s all;
	transition: 1s all;
}
.main5 .m2_wrap:hover img {
	transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
}
.main5 .m4_ul .m4_wen {
	overflow: hidden;
}
.main5 .m4_wrap img {
	display: block;
	-webkit-transition: 1s all;
	-o-transition: 1s all;
	-moz-transition: 1s all;
	transition: 1s all;
}
.main5 .m4_wrap {
	display: block;
	-webkit-transition: 1s all;
	-o-transition: 1s all;
	-moz-transition: 1s all;
	transition: 1s all;
}
.main5 .m4_wrap:hover img {
	transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
}
 @media screen and (max-width: 1419px) {
.main5 .m5_right .span1 {
	margin-top: 20%;
}
.main5 .m5_right .span2 {
	margin-top: 5%;
}
}
 @media screen and (max-width: 1219px) {
.main5 .span1 {
	font-size: 20px;
	font-size: 2rem;
}
.main5 .span2 {
	font-size: 14px;
	font-size: 1.4rem;
}
}
 @media screen and (max-width: 999px) {
.main5 .m5_left {
	width: 100%;
	float: none;
}
.main5 .m5_right {
	width: 100%;
	float: none;
}
.main5 .m2fu {
	position: relative;
	top: 0px;
	margin: 0 auto;
	background: #3a3c3d;
}
.main5 .wep {
	position: relative;
	margin: 0 auto;
	max-width: 100%;
	width: 95%;
	padding-bottom: 20px;
}
.main5 .m5_left .span1 {
	margin-top: 0px;
	padding-top: 20px;
}
.main5 .m5_left .span2 {
	margin-top: 0px;
	padding-top: 10px;
}
.main5 .m5_right .span1 {
	margin-top: 0px;
	padding-top: 20px;
}
.main5 .m5_right .span2 {
	margin-top: 0px;
	padding-top: 10px;
}
.main5 .m2_wrap:hover .m2fu {
	position: relative;
	top: 0%;
}
.main5 .m5_right {
	width: 98%;
	margin: 0 auto;
	margin-bottom: 20px;
}
.main5 .m5_left .m2_a {
	width: 48%;
	margin-left: 1%;
	margin-right: 1%;
	margin-bottom: 20px;
}
}
 @media screen and (max-width: 767px) {
.main5 .wep{    padding-bottom: 0px;}

.main5 .span1,.main5 .m5_left .span1,.main5 .m5_right .span1{font-size: 16px; font-size: 1.6rem; line-height:30px; padding-top:0px}
 }
 @media screen and (max-width: 480px) {
.main5 .m5_left .m2_a {
	width: 98%;
	float: none;
	margin-bottom: 20px;
}
}
/*==========main1==================*/
.main6 {
	padding-bottom: 65px;
}
.main6 .img-scroll {
	position: relative;
	width: 100%;
	margin-top: 61px;
}
.main6 .img-scroll .prev {
	position: absolute;
	display: block;
	width: 30px;
	height: 43px;
	top: 50%;
	margin-top: -41px;
	z-index: 99;
}
.main6 .img-scroll .next {
	position: absolute;
	display: block;
	width: 30px;
	height: 43px;
	top: 50%;
	margin-top: -41px;
	z-index: 99;
}
.main6 .img-scroll .prev {
	left: 0;
	cursor: pointer;
	background: url(../images/arrowleft.png) no-repeat center;
}
.main6 .img-scroll .next {
	right: 0;
	cursor: pointer;
	background: url(../images/arrowright.png) no-repeat center;
}
.main6 .img-scroll .prev:hover {
	background: url(../images/arrowlefton.png) no-repeat center;
}
.main6 .img-scroll .next:hover {
	background: url(../images/arrowrighton.png) no-repeat center;
}
.main6 .img-list {
	position: relative;
	width: 90%;
	overflow: hidden;
	margin: 0 auto;
}
.main6 .img-list ul {
	width: 1000%;
}
.main6 .img-list li {
	float: left;
	width: 223px;
	margin-right: 60px;
}
.main6 .img-list li .m4fu {
	position: absolute;
	top: 100%;
	left: 0px;
	width: 100%;
	height: 100%;
}
.main6 .img-list li img {
	display: block;
	max-width: 223px;
	max-height: 312px;
	width: 100%;
	margin: 0 auto;
}
.main6 .img-list li .m4zi {
	display: block;
	margin: 0 auto;
	max-width: 223px;
	width: 100%;
	font-size: 16px;
	font-size: 1.6rem;
	margin-top: 17px;
	color: #333;
	line-height: 25px;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.main6 .img-list li .m3lien {
	max-width: 223px;
	text-align: center;
	position: relative;
	margin: 0 auto;
	overflow: hidden;
}
.main6 .img-list li .m3lien:hover .m4fu {
	top: 0;
}
.main6 .img-list li .m3lien:hover a {
	color: #78a54a !important
}
 @media screen and (max-width: 1219px) {
.main6 .img-list {
	width: 89%;
}
.main6 .img-list li {
	width: 3%;
	margin-right: .5%;
}
}
 @media screen and (max-width: 999px) {
.main6 .img-list li .m3lien .m4fu {
	top: 0px;
	opacity: 0;
}
.main6 .img-list {
	width: 100%;
}
.main6 .img-list li {
	width: 3%;
	margin-right: .5%;
}
}
 @media screen and (max-width: 768px) {
.main6 .img-scroll {
	margin-top: 20px;
}
.main6 .img-list li {
	width: 4.5%;
	margin-right: 1%;
}
}
 @media screen and (max-width: 400px) {
.main6 .img-list {
	width: 191px;
	margin: 0 auto;
}
.main6 .img-list li {
	width: 191px;
	margin-right: .487%;
}
}
/*==========main7==================*/
.main7 {
	padding-bottom: 74px;
	background: url(../images/main7.jpg) no-repeat center;
	padding-top: 1px;
}
.main7 .slide {
	margin-top: 44px;
	padding-bottom: 69px;
}
.main7 .img_img {
	display: block;
	width: 160px;
	height: 160px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 2px solid #fff;
	margin: 0 auto;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.main7 .img_img img {
	display: block;
	max-width: 149px !important;
	max-height: 149px !important;
	width: 100%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	border: 3px solid #2f383e;
	margin: 0 auto;
}
.main7 a {
	display: block;
	color: #fff;
}
.main7 a:hover {
	color: #78a54a;
}
.main7 .title3 {
	width: 95%;
	margin: 0 auto;
	margin-top: 35px;
	margin-bottom: 10px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 18px;
	font-size: 1.8rem;
	font-family: "Microsoft YaHei", "微软雅黑";
	text-align: center;
}
.main7 .time {
	text-align: center;
	margin-top: 15px;
	margin-bottom: 10px; font-size:12px; font-size:1.2rem
}
.main7 .time span {
	color: #fff;
	line-height: 30px;
	display: inline-block;
	padding-left: 20px;
	background: url(../images/time.png) no-repeat left center;
}
.main7 p {
	max-width: 1106px;
	width: 95%;
	margin: 0 auto;
	text-align: center;
}
.main7 p a {
	line-height: 30px;
	max-height: 60px;
	overflow: hidden;
}
/* new1 */
.new1 .fwp {
	margin-bottom: 44px;
	padding-bottom: 34px;
	position: relative;
	border-bottom: 1px dashed #bcbcbc;
}
.new1 .swp a {
	display: block;
	width: 100%;
	margin: 0 auto;
}
.new1 .swp a img {
	display: block;
	max-width: 300px;
	width: 100%;
	margin: 0 auto;
}
.new1 .time {
	width: 300px;
}
.new1 .zi {
	margin-left: 60px;
	min-height: 300px;
	padding-right: 0px;
	width: 840px;
}
.new1 .zi .time {
	padding-bottom: 20px;
	padding-top: 5px;
	font-size: 16px;
	font-size: 1.6rem;
	font-family: "Microsoft YaHei", "微软雅黑";
	line-height: 30px;
	color: #333;
}
.new1 .zi .title {
	font-family: "Microsoft YaHei", "微软雅黑";
	color: #333;
	display: block;
	padding-top: 18px;
	line-height: 30px;
	font-size: 16px;
	font-size: 1.6rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.new1 .zi .p {
	display: block;
	max-height: 90px;
	overflow: hidden;
	margin-top: 10px;
	font-size: 14px;
	font-size: 1.4rem;
	color: #666666;
	line-height: 30px; text-indent:2em;
}
.new1 .zi .more {
	margin-top: 103px;
	display: block;
	font-size: 14px;
	font-size: 1.4rem;
	width: 91px;
	height: 31px;
	line-height: 31px;
	text-align: center;
	color: #6e2a21;
	border: 1px solid #6e2a21;
}
.new1 .zi .title:hover {
	color: #6e2a21;
}
.new1 .zi .p:hover {
	color: #6e2a21;
}
.new1 .zi .more:hover {
	background: #6e2a21;
	color: #fff;
}
.page {
	position: relative;
	margin: 51px auto 0;
}
 @media screen and (max-width:1219px) {
.new1 .time {
	width: 30%;
}
.new1 .zi {
	margin-left: 2%;
	min-height: 300px;
	padding-right: 0px;
	width: 68%;
}
}
 @media screen and (max-width: 700px) {
.main7 {
	background: url() #333; padding-bottom:20px
}
.new1 .fwp {
	margin-bottom: 40px;
}
.new1 .swp {
	position: relative;
	top: 0;
	left: 0;
}
.new1 .time {
	width: 100%;
	float: none
}
.new1 .zi {
	padding-left: 0px;
	min-height: auto;
	padding-right: 0px;
	width: 100%;
margin-left:0px%;
	float: none
}
.new1 .zi .more {
	margin-top: 20px;
}
}
/* new2 */
.new2 {
	margin-bottom: 70px;
}
.new2_left {
	width: 800px;
	border-right: 1px solid #e5e5e5;
	padding-right: 62px;
}
.new2 .title1 h1 {
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: normal;
	font-family: "Microsoft YaHei", "微软雅黑";
	line-height: 30px;
}
.new2 .top2 h1 {
	text-align: center;
	font-size: 36px;
	font-size: 3.6rem;
	color: #333;
	font-weight: normal;
	font-family: "Microsoft YaHei", "微软雅黑";
	line-height: 30px;
}
.new2 .share2 {
	position: relative;
	top: 6px;
	width: 230px;
	margin: 0 auto;
	margin-top: 20px;
}
.new2 .share2 .span4 {
	font-size: 14px;
	font-size: 1.4rem;
	color: #666666;
	height: 26px;
	line-height: 26px;
}
.new2 .at-resp-share-element .at-icon {
	width: 26px !important;
	height: 26px !important;
}
.new2 .at-style-responsive .at-share-btn {
	padding: 0 !important;
	-moz-border-radius: 2px !important;
	border-radius: 2px !important;
}
.new2 .at-resp-share-element .at-share-btn .at-icon-wrapper {
	width: 26px !important;
	height: 26px !important;
}
.new2 .at-resp-share-element .at-share-btn {
	margin-bottom: 0 !important;
	margin-right: 3px !important;
}
.new2 .time {
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 20px;
	margin-top: 16px;
}
.new2 .time span {
	font-size: 14px;
	font-size: 1.4rem;
	color: #666;
	font-weight: normal;
	display: inline-block;
	line-height: 26px;
}
.new2 .new_x {
	font-size: 14px;
	font-size: 1.4rem;
	color: #666666;
	line-height: 28px;
	margin-top: 20px;
	margin-bottom: 30px;
}
.new2 .new_x p{ text-indent:2em;}
.new2 .new_x a {
	color: #6e2a21;
	line-height: 24px;
}
.new2 .new_x img {
	display: block;
	max-width: 100%;
	margin: 0 auto;
}
.new2 .new_x iframe {
	display: block;
	max-width: 100%;
	margin: 0 auto;
}
.new2 .new_x table {
	width: 90%;
	border-collapse: collapse;
	line-height: 22px;
	border: 1px solid #ccc;
	margin-left: auto;
	margin-right: auto;
}
.new2 .new_x table tr td {
	padding: 3px;
	border: 1px solid #ccc;
	background: #fff;
}
.new2_right {
	margin-top: 38px;
}
.new2_right .back {
	display: block;
	font-size: 18px;
	font-size: 1.8rem;
	-moz-border-radius: 5px;
	border-radius: 5px;
	max-width: 237px;
	width: 100%;
	text-transform: uppercase;
	height: 60px;
	line-height: 60px;
	text-align: center;
	color: #fff;
	background: #6e2a21;
	margin-bottom: 50px;
}
.new2_right .title {
	padding-top: 7px;
	margin-bottom: 22px;
	display: block;
	font-size: 26px;
	font-size: 2.6rem;
	font-family: "Microsoft YaHei", "微软雅黑";
	line-height: 40px;
	text-transform: uppercase;
}
.new2 .share1 {
	position: relative;
	top: 6px;
	display: inline-block;
	width: 231px;
}
.new2 .share1 .span4 {
	font-size: 14px;
	font-size: 1.4rem;
	color: #6e2a21;
	height: 26px;
	line-height: 26px;
}
.new2 .at-resp-share-element .at-icon {
	width: 26px !important;
	height: 26px !important;
}
.new2 .at-style-responsive .at-share-btn {
	padding: 0 !important;
	-moz-border-radius: 2px !important;
	border-radius: 2px !important;
}
.new2 .at-resp-share-element .at-share-btn .at-icon-wrapper {
	width: 26px !important;
	height: 26px !important;
}
.new2 .at-resp-share-element .at-share-btn {
	margin-bottom: 0 !important;
	margin-right: 3px !important;
}
.new2_right .ex_wrap {
	width: 100%;
	margin: 0 auto;
	padding-bottom: 10px;
	margin-top: 44px;
}
.new2_right .ex_wrap dl {
	max-width: 296px;
	width: 100%;
	margin-bottom: 32px;
}
.new2_right .ex_wrap dl dd a {
	display: block;
}
.new2_right .ex_wrap dl dd a.we_tit {
	display: block;
	padding-top: 22px;
	font-size: 14px;
	font-size: 1.4rem;
	color: #666666;
	line-height: 28px; text-indent:2em;
}
.new2_right .ex_wrap dl dd a.titlewen {
	line-height: 30px;
}
.new2_right .ex_wrap dl dt img {
	display: block;
	max-width: 100%;
}
.new2_right .ex_wrap dl dd a.we_tit:hover {
	color: #6e2a21;
}
.updown {
	padding-top: 15px;
	border-top: 1px solid #a9a9a9;
	margin-bottom: 64px;
}
.updown .up {
	margin-top: 10px;
	margin-bottom: 0px;
}
.updown p {
	display: inline-block;
	line-height: 28px;
	font-size: 16px;
	font-size: 1.6rem;
	color: #333;
}
.updown p .img {
	display: inline-block;
}
.updown p .img img {
	display: inline-block;
	position: relative;
	top: 7px;
	padding-right: 4px;
}
.updown p .on {
	color: #6e2a21;
}
.updown p:hover a {
	color: #6e2a21;
}
.updown p:hover a.meiyanse, .updown p:hover a.meiyanse:hover {
	color: #333 !important;
}
 @media screen and (max-width: 1219px) {
.new2_left {
	width: 605px;
}
}
 @media screen and (max-width: 999px) {
.new2_left {
	width: 545px;
}
.new2 .new_x table {
	width: 800px;
}
.new2 .new_x .table {
	overflow: scroll
}
}
 @media screen and (max-width: 979px) {
.new2 .title1 h1 {
	font-size: 20px;
	font-size: 2rem;
	line-height: 30px;
}
.new2_right {
	width: 100%;
	float: none;
}
.new2_left {
	width: 100%;
	float: none;
	margin: 0 auto;
	padding: 0px;
	border: 0px;
}
}
 @media screen and (max-width: 400px) {
.new2_right .ex_wrap {
	width: 100%;
}
.new2_right .ex_wrap dl {
	width: 90%;
}
.ex_wrap {
	width: 100%;
}
.ex_wrap dl {
	width: 90%;
}
.updown p {
	font-size: 14px;
	font-size: 1.4rem;
}
}
/*==========pjmain==================*/
.pjbiao {
	display: block;
	font-size: 40px;
	font-size: 4rem;
	line-height: 60px;
	text-align: center;
	margin-bottom: 15px;
}
.pjlie {
	width: 558px;
	position: relative;
	min-height: 144px;
	margin-bottom: 25px;
}
.pjtu {
	width: 228px;
	position: absolute;
	left: 0px;
	top: 2px;
	overflow: hidden;
}
.pjtun {
	display: block;
	text-align: center;
}
.pjtun img {
	display: block;
	width: 100%;
	max-width: 228px;
	transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
}
.pjfu {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 100%;
	left: 0px;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
}
.pjfu img {
	display: block;
	width: 100%;
	max-width: 228px;
	max-height: 144px;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
}
.pjzi {
	padding-left: 248px;
}
.pjzi > a {
	display: block;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 28px;
	font-family: "Microsoft YaHei", "微软雅黑";
	overflow: hidden;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.pjzi p a {
	display: block;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 24px;
	color: #4d4d4d;
	margin-top: 15px;
	height: 96px;
	overflow: hidden; text-indent:2em;
}
.pjzi p a:hover {
	color: #6e2a21
}
.mat2 {
	margin-top: 27px;
}
.pjlie:hover .pjfu {
	top: 0px;
}
.pjlie:hover .pjtun img {
	transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
}
 @media screen and (min-width: 1000px) and (max-width: 1219px) {
.pjlie {
	width: 480px;
	position: relative;
	min-height: 144px;
	margin-top: 23px;
}
.pjzi p a {
	font-size: 14px;
	font-size: 1.4rem;
}
}
 @media screen and (max-width: 999px) {
.pjlie {
	width: 100%;
	position: relative;
	min-height: 144px;
	margin-top: 23px;
}
.pjfu {
	top: 0px;
	opacity: 0;
}
}
 @media screen and (max-width: 639px) {
.pjzi p a {
	font-size: 14px;
	font-size: 1.4rem;
}
}
 @media screen and (max-width: 559px) {
.pjlie {
	text-align: center;
}
.pjtu {
	left: 50%;
	margin-left: -114px;
}
.pjzi {
	padding-left: 0px;
	padding-top: 180px;
}
.pjzi > a {
	height: auto;
}
.pjzi p a {
	height: auto;
}
}
.m-ctusinfo {
	width: 40%;
}
.m-ctusinfo .box-title {
	line-height: 26px;
	font-size: 18px;
	font-size: 1.8rem;
	color: #333333;
}
.m-ctusinfo .list-item {
	padding-left: 32px;
	line-height: 44px;
	font-size: 14px;
	font-size: 1.4rem;
	color: #333333;
	background-repeat: no-repeat; font-family: "Microsoft YaHei", "微软雅黑";
}
.m-ctusinfo .list-item a {
	color: #333;
}
.m-ctusinfo .list-item a:hover {
	color: #6e2a21;
}
.m-ctusinfo .list-item-1 {
	background: url("../images/cicon1.png") no-repeat left 15px;
}
.m-ctusinfo .list-item-2 {
	background: url("../images/cicon2.png") no-repeat left 10px;
}
.m-ctusinfo .list-item-4 {
	background: url("../images/cicon3.png") no-repeat left 10px;
}
.m-ctusinfo .list-item-7 {
	background: url("../images/cicon4.png") no-repeat left 10px;
}
.m-ctusinfo .list-item-8 {
	background: url("../images/cicon5.png") no-repeat left 10px;
}
.m-ctusinfo .list-item-9 {
	background: url("../images/cicon6.png") no-repeat left 10px;
}
.m-ctusinfo .list-item-10 {
	background: url("../images/cicon7.png") no-repeat left 10px;
}
 @media screen and (max-width: 959px) {
.m-ctusinfo {
	float: none;
	width: 100%;
}
}
.m-ctusform {
	float: right;
	width: 55.83333%;
	overflow: hidden;
}
.m-ctusform .form-item {
	float: left;
	position: relative;
	margin-bottom: 22px;
	padding-left: 22px;
	line-height: 0;
	font-size: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
}
.m-ctusform .form-item.important {
	background: url("../images/star2.png") no-repeat 8px 28px;
}
.m-ctusform .form-item-1 {
	width: 50%;
}
.m-ctusform .form-item-2 {
	width: 100%;
}
.m-ctusform .form-item-2.important {
	background: url("../images/star2.png") no-repeat 8px 18px;
}
.m-ctusform .form-item-3 {
	margin-right: 3.28358%;
	width: 29.85075%;
}
.m-ctusform .form-item-4 {
	width: 26.26866%;
	height: 54px;
	padding-left: 0;
	line-height: 52px;
	text-align: center;
	background-color: transparent;
	-moz-border-radius: 0;
	border-radius: 0;
	background-color: #fff;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; /*border: 1px solid #d2d2d2;*/
}
.m-ctusform .form-item-4 img {
	max-height: 52px;
	vertical-align: middle;
}
.m-ctusform .form-item-5 {
	float: right;
	border: none;
	width: 37.31343%;
	padding-left: 0;
}
.m-ctusform .item-btn1 {
	width: 100%;
	height: 54px;
	padding-left: 0;
	line-height: 54px;
	color: #ffffff;
	font-size: 14px;
	font-size: 1.4rem;
	text-align: center;
	text-transform: uppercase;
	background-color: #6e2a21;
}
.m-ctusform .item-text {
	width: 100%;
	height: 54px;
	line-height: 52px;
	padding-left: 14px;
	padding-right: 14px;
	font-size: 14px;
	font-size: 1.4rem;
	color: #666666;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #d2d2d2;
}
.m-ctusform .item-text2 {
	height: 193px;
	line-height: 40px;
}
 @media screen and (max-width: 959px) {
.m-ctusform {
	float: none;
	margin-top: 30px;
	width: 100%;
}
}
 @media screen and (max-width: 767px) {

.m-ctusform .form-item.important {
	background-position: 5px 13px;
}
.m-ctusform .item-text {
	height: 35px;
	line-height: 35px;
	font-size: 14px;
	font-size: 1.4rem;
}
.m-ctusform .item-text2 {
	height: 140px;
}
}
 @media screen and (max-width: 640px) {
.m-ctusform .form-item {
	margin-bottom: 15px;
	width: 100%;
}
.m-ctusform .form-item-4{ width:30% !important}
.m-ctusform .form-item-5{width:60% !important}
 }
  @media screen and (max-width: 420px) {
	  .m-ctusform .form-item-4,.m-ctusform .form-item-5{  width:100% !important}
  }
.m-ctusmap {
	margin-top: 64px;
	margin-bottom: 100px;
}
.m-ctusmap img {
	display: block;
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
}
 @media screen and (max-width: 999px) {
.m-ctusmap {
	margin-top: 30px;
	margin-bottom: 30px;
}
.m-ctusinfo .box-title {
	font-size: 16px;
	font-size: 1.6rem;
}
}
.prol-right {
	width: 73.33333%;
}
.prol-left {
	float: left;
	width: 22.5%;
	overflow: hidden;
	margin-bottom: 101px;
}
.prol-sortname {
	line-height: 46px;
	background-color: #262626;
	font-size: 22px;
	font-size: 2.2rem;
	color: white;
	font-family: "Microsoft YaHei", "微软雅黑";
	text-align: center;
}
.prol-sortname a {
	color: white;
}
.prol-sortname a:hover {
	color: #6e2a21;
}
.prol-nav-item {
	margin-top: 7px;
	overflow: hidden;
}
.prol-nav-item p {
	position: relative;
	padding-left: 18px;
	padding-right: 22px;
	background: #eeeeee;
	overflow: hidden;
}
.prol-nav-item p a {
	line-height: 25px;
	font-size: 18px;
	font-size: 1.8rem;
	color: #333;
	display: block; padding-top:8px; padding-bottom:8px
}
.prol-nav-item p span {
	position: absolute;
	right: 9px;
	top: 0;
	display: block;
	width: 14px;
	height: 40px;
	background: url(../images/m_left_07.png) no-repeat center;
}
.prol-nav-item p:hover {
	background-color: #6e2a21;
}
.prol-nav-item p:hover a {
	color: white;
}
.prol-nav-item p:hover span {
	right: 7px;
	background-image: url(../images/m_left_03.png);
}
.prol-nav-item:first-child {
	margin-top: 8px;
}
.prol-nav-item.active p {
	background-color: #6e2a21;
}
.prol-nav-item.active p a {
	color: white;
}
.prol-nav-item.active p span {
	right: 7px;
	background-image: url(../images/m_left_03.png);
}
.prol-subnav-list {
	display: none;
	padding-top: 11px;
	padding-left: 28px;
	padding-right: 28px;
	padding-bottom: 11px;
	background: #eeeeee;
}
.prol-subnav-item {
	line-height: 36px;
}
.prol-subnav-item a {
	color: #333;
}
.prol-subnav-item a.onss {
	color: #6e2a21 !important;
}
.prol-subnav-item a:hover, .prol-subnav-item .hd-nav-item > a.active, .prol-subnav-item .hd-nav-item > a.current, .prol-subnav-item .hd-subnav-item > a.active, .prol-subnav-item .hd-subsubnav-item > a.active, .prol-subnav-item .m-bread a.active, .m-bread .prol-subnav-item a.active, .prol-subnav-item .m-page a.active, .m-page .prol-subnav-item a.active {
	color: #6e2a21;
}
.prol-hotpro {
	margin-top: 60px;
	line-height: 1;
	font-size: 24px;
	font-size: 2.4rem;
	color: #6e2a21;
	background: url(../images/m-left_bg_03.png) repeat-x 150px center;
}
.prol-hotpro a {
	display: block;
	width: 159px;
	font-family: "Microsoft YaHei", "微软雅黑";
	color: #6e2a21;
	margin-bottom: 20px;
	background-color: white;
}
.prol-hotpro a:hover {
	color: #333
}
.prol-hotpro-list {
	overflow: hidden;
}
.prol-hotpro-item {
	margin-top: 18px;
	overflow: hidden;
}
.prol-hotpro-item .item-pic {
	float: left;
	display: block;
	width: 164px;
	line-height: 0;
	font-size: 0;
	border: 1px solid #cccccc;
	overflow: hidden;
}
.prol-hotpro-item .item-pic img {
	width: 100%;
	-webkit-transition: all 350ms;
	-o-transition: all 350ms;
	-moz-transition: all 350ms;
	transition: all 350ms;
}
.prol-hotpro-item .item-pic:hover img, .prol-hotpro-item .hd-nav-item > a.item-pic.active img, .prol-hotpro-item .hd-nav-item > a.item-pic.current img, .prol-hotpro-item .hd-subnav-item > a.item-pic.active img, .prol-hotpro-item .hd-subsubnav-item > a.item-pic.active img, .prol-hotpro-item .m-bread a.item-pic.active img, .m-bread .prol-hotpro-item a.item-pic.active img, .prol-hotpro-item .m-page a.item-pic.active img, .m-page .prol-hotpro-item a.item-pic.active img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.prol-hotpro-item .item-title {
	float: right;
	position: relative;
	width: 104px;
}
.prol-hotpro-item .item-title p {
	position: relative;
	margin-top: 38px;
	line-height: 30px; height:60px;
	font-size: 16px;
	font-size: 1.6rem;
	color: #333;
	text-align: center;
	overflow: hidden;
}
.prol-hotpro-item .item-title p a {
	color: #333;
}
.prol-hotpro-item .item-title p a:hover, .prol-hotpro-item .item-title p .hd-nav-item > a.active, .prol-hotpro-item .item-title p .hd-nav-item > a.current, .prol-hotpro-item .item-title p .hd-subnav-item > a.active, .prol-hotpro-item .item-title p .hd-subsubnav-item > a.active, .prol-hotpro-item .item-title p .m-bread a.active, .m-bread .prol-hotpro-item .item-title p a.active, .prol-hotpro-item .item-title p .m-page a.active, .m-page .prol-hotpro-item .item-title p a.active {
	color: #6e2a21;
}
.m-page a.bubian, .m-page a.bubian:hover {
	border: 1px solid #e5e5e5 !important;
	background: #fff !important;
	color: #333 !important;
}
 @media screen and (min-width: 960px) and (max-width: 1219px) {
.prol-hotpro-item .item-pic {
	width: 90px;
}
.prol-hotpro-item .item-title p {
	margin-top: 0;
}
}
 @media screen and (max-width: 959px) {
.prol-nav-item p a {
	font-size: 14px;
}
.prol-hotpro-item .item-pic {
	float: none;
	margin: 0 auto;
}
.prol-hotpro-item .item-title {
	float: none;
	width: 100%;
}
.prol-hotpro-item .item-title p {
	margin-top: 0;
	height: 30px;
}
}
 @media screen and (max-width: 999px) {
.prol-right {
	float: none;
	width: 100%;
}
.prol-left {
	float: none;
	margin-top: 25px;
	width: 100%;
}
.prol-hotpro {
	margin-top: 20px;
}
.prol-hotpro-item {
	float: left;
	width: 21%;
	margin-left: 2%;
	margin-top: 20px;
	margin-right: 2%;
}
.prol-hotpro-list {
	padding-bottom: 30px;
}
.prol-hotpro-item .item-pic {
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
}
 @media screen and (max-width: 767px) {
	 .prol-hotpro {
 
    line-height: 30px;

    font-size: 20px;
    font-size: 2rem;
   
}
 }
 @media screen and (max-width: 480px) {
.prol-hotpro-item .item-title p {
	font-size: 14px;
	font-size: 1.4rem;
}
.prol-list-item {
	margin-left: 2%;
	margin-right: 2%;
	width: 46%;
}
.prol-list-item .item-title {
	padding-top: 5px;
	padding-bottom: 5px;
}
.prol-hotpro-item {
	margin-left: 2%;
	margin-right: 2%;
	width: 46%;
}
}
/*==========chanlie==================*/
.chanlie {
	width: 275px;
	margin-left: 27px;
	float: left;
	background: #ffffff;
	padding-bottom: 27px;
}
.chanlien {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}
.chantu {
	display: block;
	text-align: center;
	border: 1px solid #ccc;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.chantu img {
	display: block;
	margin: auto;
	max-width:  100%;
}
.chanzi {
	padding-top: 5px;
	padding-bottom: 7px;
	
}
.chana {
	text-align: center;
	display: block;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 30px;
	color: #333;
	margin-top: 10px;
	margin-bottom: 8px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.chanlie p a {
	display: block;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 28px;
	height: 56px;
	margin-top: 8px;
	overflow: hidden;
}
.chanmor {
	text-align: center;
}
.chanmor span {
	display: inline-block;
	width: 116px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	border: 1px solid #6e2a21;
	color: #6e2a21;
	font-size: 14px;
	font-size: 1.4rem;
	text-align: center;
	-moz-border-radius: 50px;
	border-radius: 50px;
}
.chanlien input {
	display: inline-block;
	left: 9px;
	top: 11px;
	cursor: pointer;
	margin-right: 5px;
}
.chanmor:hover span {
	background: #6e2a21;
	color: #fff;
}
.chana:hover {
	color: #6e2a21;
}
 @media screen and (max-width: 1219px) {

.chanlie {
	width: 31%;
	margin-left: 1% !important;
	margin-right: 1%;
}
}
 @media screen and (max-width: 768px) {
	 .prol-sortname {
	font-size: 20px;
	font-size: 2rem; line-height:30px;
}
body {
	overflow-x: hidden !important;
}
.chanlie {
	width: 48%;
	margin-left: 1% !important;
	margin-right: 1%;
}
.chana {
	font-size: 14px;
	font-size: 1.4rem;
}
}
/*==========product2==================*/
#showArea img {
	cursor: pointer;
	display: block;
	width: 120px;
	height: 99px;
	margin-bottom: 17px;
	border: 1px solid #cccccc;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#showArea a {
	display: block;
}
#main_img {
	cursor: pointer;
	display: block;
}
#gotop {
	cursor: pointer;
	display: block;
	margin: auto;
	height: 38px;
}
#gotop img {
	display: block;
	margin: 0 auto;
}
#gobottom {
	cursor: pointer;
	display: block;
	margin: auto;
}
#gobottom img {
	display: block;
	margin: 0 auto;
}
#showArea {
	height: 347px;
	overflow: hidden;
}
.MagicZoomBigImageCont {
	background: #FFF;
}
.MagicZoomBigImageCont img {
}
.MagicZoomPup {
	border: 0px solid #aaa;
	background: #ffffff;
}
.left-pro {
	width: 621px;
	text-align: left;
	margin-top: 2px;
}
.left-pro .t1 {
	width: 120px;
	float: left;
}
.left-pro .t2 {
	width: 478px;
	text-indent: 0;
	float: right;
	border: 1px solid #ccc;
}
.left-pro .t2 a {
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.left-pro .t2 img {
	max-width: 19200px;
	text-indent: 0;
	display: block;
}
.pro-pic-list {
	display: none;
}
.pro-info {
	float: right;
	width: 42.83333%;
}
.pro-info-title {
	margin-top: 25px;
	line-height: 30px;
	font-size: 30px;
	font-size: 3rem;
	border-bottom: 1px solid #ccc;
	padding-bottom: 19px;
	font-weight: normal;
	color: #333333;
}
.pro-info-desc {
	padding-top: 32px;
	padding-bottom: 103px;
}
.pro-info-desc p {
	line-height: 30px;
	font-size: 16px;
	font-size: 1.6rem;
	color: #666666;
}
.pro-info-link {
	overflow: hidden; margin-top:20px;
}
.pro-info-link-item {
	float: left;
	margin-right: 48px;
	display: block;
	width: 165px;
	height: 42px;
	line-height: 40px;
	font-size: 16px;
	font-size: 1.6rem;
	color: white;
	text-align: center;
	background-color: #ababab;
	-moz-border-radius: 20px;
	border-radius: 20px;
	-webkit-transition: all 350ms;
	-o-transition: all 350ms;
	-moz-transition: all 350ms;
	transition: all 350ms;
}
.pro-info-link-item:hover, .hd-nav-item > a.pro-info-link-item.active, .hd-nav-item > a.pro-info-link-item.current, .hd-subnav-item > a.pro-info-link-item.active, .hd-subsubnav-item > a.pro-info-link-item.active, .m-bread a.pro-info-link-item.active, .m-page a.pro-info-link-item.active {
	background-color: #6e2a21;
	color: #fff;
}
.pro-info-share {
	margin-top: 13px;
	font-size: 0;
	letter-spacing: 0;
	line-height: 28px;
}
.pro-info-share span {
	font-size: 16px;
	font-size: 1.6rem;
	font-family: "Microsoft YaHei", "微软雅黑";
	color: #6e2a21;
	vertical-align: top;
}
.pro-info-share div {
	margin-left: 8px;
	vertical-align: top;
	display: inline-block;
 *display: inline;
 *zoom: 1;
	font-size: 0;
	line-height: 0;
}
.pro-info-share div .at-resp-share-element .at-icon {
	width: 26px !important;
	height: 26px !important;
}
.pro-info-share div .at-style-responsive .at-share-btn {
	padding: 0 !important;
	border-radius: 2px !important;
}
.pro-info-share div .at-resp-share-element .at-share-btn .at-icon-wrapper {
	width: 26px !important;
	height: 26px !important;
}
.pro-info-share div .at-resp-share-element .at-share-btn {
	margin-bottom: 0 !important;
	margin-right: 3px !important;
}
.pro-detail {
	margin-top: 85px;
}
.pro-detail-hd {
	padding: 0 13px;
	line-height: 43px;
	font-family: "Microsoft YaHei", "微软雅黑";
	font-size: 24px;
	font-size: 2.4rem;
	color: #6e2a21;
	background-color: #eee;
}
.pro-detail-title {
	margin-top: 40px;
	line-height: 30px;
	font-family: "Microsoft YaHei", "微软雅黑";
	font-size: 18px;
	color: #6e2a21;
}
.pro-detail-desc {
	font-size: 16px;
	font-size: 1.6rem;
	margin-top: 31px; margin-bottom:25px
}
.pro-detail-desc p {
	font-size: 16px;
	font-size: 1.6rem; text-indent:2em;
}
.pro-info-link a.bubian, .pro-info-link a.bubian:hover {
	color: #fff !important;
	background-color: #ababab !important;
}
.pro-info-link span, .pro-info-link span:hover {
	background: #ababab;
	color: #fff
}
 @media screen and (min-width: 1000px) and (max-width: 1219px) {
.pro-info {
	width: 275px;
}
.pro-info-link-item {
	float: right;
	margin-right: 0;
	width: 45%;
}
.pro-info-link-item:hover {
	background: #6e2a21;
	color: #fff;
}
.pro-info-link-item:first-child {
	float: left;
}
}
 @media screen and (max-width: 999px) {
.pro-pic {
	float: none;
}
.left-pro {
	float: none;
}
.pro-info {
	margin-top: 35px;
	float: none;
	width: 100%;
}
.left-pro {
	display: none;
}
.pro-pic-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	-moz-box-orient: horizontal;
	-moz-box-direction: normal;
	flex-flow: row wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	justify-content: space-between;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	-webkit-align-items: stretch;
	-moz-box-align: stretch;
	align-items: stretch;
	-ms-flex-line-pack: distribute;
	-webkit-align-content: space-around;
	align-content: space-around;
}
.pro-pic-item {
	margin-bottom: 15px;
	width: 30%;
	line-height: 0;
	font-size: 0;
}
.pro-pic-item img {
	width: 100%;
}
}
 @media screen and (max-width: 480px) {
.pro-info-desc p {
	font-size: 14px;
	font-size: 1.4rem;
}
.pro-box {
	padding-top: 25px;
	padding-bottom: 25px;
}
.pro-pic-item {
	margin-bottom: 15px;
	width: 48%;
	line-height: 0;
	font-size: 0;
}
.pro-pic-item img {
	width: 100%;
}
.pro-info {
	margin-top: 15px;
}
.pro-info-desc {
	padding-top: 10px;
	padding-bottom: 15px;
}
.pro-info-link-item {
	float: none;
	margin-right: 0;
	margin-bottom: 10px;
}
.pro-info-share {
	margin-top: 10px;
}
.pro-detail {
	margin-top: 25px;
}
.pro-detail-title {
	margin-top: 20px;
}
}
.m-repro {
	padding-bottom: 91px;
	margin-top: 40px;
}
.m-repro-content {
	position: relative;
}
.m-repro-title {
	position: relative;
	line-height: 36px;
	background: url(../images/repro_03.png) no-repeat 290px center;
}
.m-repro-title a {
	font-family: "Microsoft YaHei", "微软雅黑";
	font-size: 34px;
	font-size: 3.4rem;
	color: #6e2a21;
}
.m-repro-title a:hover {
	color: #333
}
.m-repro-btn {
	position: absolute;
	z-index: 3;
	top: 50%;
	margin-top: -10px;
	display: block;
	width: 11px;
	height: 19px;
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
}
.m-repro-btn.prev {
	right: 30px;
	background-image: url(../images/pro_31.png);
}
.m-repro-btn.prev:hover, .hd-nav-item > a.m-repro-btn.prev.active, .hd-nav-item > a.m-repro-btn.prev.current, .hd-subnav-item > a.m-repro-btn.prev.active, .hd-subsubnav-item > a.m-repro-btn.prev.active, .m-bread a.m-repro-btn.prev.active, .m-page a.m-repro-btn.prev.active {
	background-image: url(../images/pro2_31.png);
}
.m-repro-btn.next {
	right: 0;
	background-image: url(../images/pro_33.png);
}
.m-repro-btn.next:hover, .hd-nav-item > a.m-repro-btn.next.active, .hd-nav-item > a.m-repro-btn.next.current, .hd-subnav-item > a.m-repro-btn.next.active, .hd-subsubnav-item > a.m-repro-btn.next.active, .m-bread a.m-repro-btn.next.active, .m-page a.m-repro-btn.next.active {
	background-image: url(../images/pro2_33.png);
}
.m-repro-list {
	position: relative;
	margin-top: 42px;
	z-index: 2;
	overflow: hidden;
}
.m-repro-list ul {
	width: 9999px;
}
.m-repro-list li {
	float: left;
	margin-right: 33px;
	width: 275px;
	overflow: hidden;
}
.m-repro-item {
	position: relative;
	overflow: hidden;
}
.m-repro-item .item-pic {
	display: block;
	line-height: 0;
	font-size: 0;
	border: 1px solid #dedede;
	overflow: hidden;
}
.m-repro-item .item-pic img {
	width: 100%;
	-webkit-transition: all 350ms;
	-o-transition: all 350ms;
	-moz-transition: all 350ms;
	transition: all 350ms;
}
.m-repro-item .item-title {
	margin-top: 13px;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	font-size: 1.6rem;
	color: #333333;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.m-repro-item .item-title a {
	color: #333333;
	-webkit-transition: all 350ms;
	-o-transition: all 350ms;
	-moz-transition: all 350ms;
	transition: all 350ms;
}
.m-repro-item:hover .item-pic img, .hd-nav-item > a.m-repro-item.active .item-pic img, .hd-nav-item > a.m-repro-item.current .item-pic img, .hd-subnav-item > a.m-repro-item.active .item-pic img, .hd-subsubnav-item > a.m-repro-item.active .item-pic img, .m-bread a.m-repro-item.active .item-pic img, .m-page a.m-repro-item.active .item-pic img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.m-repro-item:hover .item-title a, .hd-nav-item > a.m-repro-item.active .item-title a, .hd-nav-item > a.m-repro-item.current .item-title a, .hd-subnav-item > a.m-repro-item.active .item-title a, .hd-subsubnav-item > a.m-repro-item.active .item-title a, .m-bread a.m-repro-item.active .item-title a, .m-page a.m-repro-item.active .item-title a {
	color: #6e2a21;
}
 @media screen and (min-width: 960px) and (max-width: 1219px) {
.m-repro-list ul {
	width: 1000%;
}
.m-repro-list ul li {
	margin-right: .6%;
	width: 2%;
}
.m-repro-title{ background:none !important}
}
 @media screen and (max-width: 959px) {
.m-repro-list ul {
	width: 1000%;
}
.m-repro-list ul li {
	margin-right: .5%;
	width: 3%;
}
.m-repro-title {
	background:none;
}
.m-repro-title a {
	font-size: 24px;
	font-size: 2.4rem;
}
.pro-info-title {
	font-size: 26px;
	font-size: 2.6rem;
}
.pro-info-desc {
	padding: 30px 0px;
}
}
 @media screen and (max-width: 767px) {
	 .pro-info-title ,.pro-detail-hd,.m-repro-title a{
	font-size: 20px;
	font-size: 2rem; line-height:30px;
}
 }
 @media screen and (max-width: 640px) {
.m-repro {
	padding-bottom: 50px;
}
.m-repro-list ul li {
	width: 4.5%;
	margin-right: 1%;
}
.m-repro-item .item-title {
	font-size: 14px;
	font-size: 1.4rem;
}
}
 @media screen and (max-width: 480px) {
.m-repro {
	margin-top: 25px;
	padding-bottom: 20px;
}
.m-repro-title {
	background: none;
	padding-bottom: 25px;
}
.m-repro-btn {
	top: auto;
	bottom: 0;
}
.m-repro-btn.prev {
	left: 0px;
}
}
.abnav {
	background: url(../images/abbiao.png) repeat-x left 45px;
	text-align: center;
	margin-bottom: 42px;
}
.abnav a {
	display: inline-block;
 *float: left;
	width: 170px;
	width: 180px\0;
	padding-top: 93px;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 24px;
	height: 48px;
	margin: 0 73px;
}
.ab1 {
	background: url(../images/abbiao1h.png) no-repeat center top;
}
.ab2 {
	background: url(../images/abbiao2h.png) no-repeat center top;
}
.ab3 {
	background: url(../images/abbiao3h.png) no-repeat center top;
}
.ab4 {
}
.ab1:hover, .ab1.dangqianab {
	background: url(../images/abbiao1.png) no-repeat center top;
}
.ab2:hover, .ab2.dangqianab {
	background: url(../images/abbiao2.png) no-repeat center top;
}
.ab3:hover, .ab3.dangqianab {
	background: url(../images/abbiao3.png) no-repeat center top;
}
.ab4:hover, .ab4.dangqianab {
}
.dangqianab {
	color: #6e2a21;
}
 @media screen and (max-width: 999px) {
.abnav a {
	margin: 0px 20px;
}
}
 @media screen and (max-width: 768px) {
.abnav a {
	margin: 0px 10px;
}
}
 @media screen and (max-width: 640px) {
.abnav {
	background: none !important; font-size:0; letter-spacing:0;
}
.abnav a{ height:auto !important; display:inline-block; vertical-align:top; width:31.333%; margin:0 1%; font-size:16px; font-size:1.6rem}
}
.about-box .ab_imgr {
	display: block;
	max-width: 560px;
	max-height: 366px;
	width: 100%;
	margin: 0 auto;
	margin-left: 30px;
	margin-top: 15px;
}
.about-box .ab_imgr .video{position: relative;
    padding-bottom: 56.666%;
    overflow: hidden;}
	.about-box .ab_imgr .video video{position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;}
.about-sortname {
	padding-left: 27px;
	line-height: 30px;
	font-size: 24px;
	font-size: 2.4rem;
	font-family: "Microsoft YaHei", "微软雅黑";
	color: #6e2a21;
	background: url(../images/about_03.png) no-repeat left 5px;
}
.about-font {
	margin-top: 14px;
}
.about-font-title {
	line-height: 1.2;
	font-family: "Microsoft YaHei", "微软雅黑";
	font-size: 30px;
	font-size: 3rem;
	text-transform: uppercase;
	color: #333333; margin-bottom:35px
}
.about-font-desc {
	padding-right: 18px;
	line-height: 30px;
	font-size: 14px;
	font-size: 1.4rem;
}
.about-font-desc p {
	color: #666666; text-indent:2em;
}
 @media screen and (max-width: 1219px) {
.about-box .ab_imgr {
	width: 48%;
}
.about-font-title {
	font-size: 30px;
	font-size: 3rem;
}
}
 @media screen and (max-width: 999px) {
.about-box .ab_imgr {
	width: 100%;
	margin: 0 auto;
	float: none;
}
.about-sortname {
	margin-top: 20px;
}
.about-font-desc {
	font-size: 14px;
	font-size: 1.4rem;
}
.about-font-desc p,.about-box2 p {
	padding-bottom: 0px;
	margin-top: 10px;
}
}
 @media screen and (max-width: 768px) {
.about-font-title {
	font-size: 20px;
	font-size: 2rem; margin-bottom:15px;
}
.about-sortname{font-size: 20px;
	font-size: 2rem;}
}
.about-box2 .title {
	margin-top: 42px;
	line-height: 30px;
	font-size: 24px;
	font-size: 2.4rem;
	color: #6e2a21;
	font-family: "Microsoft YaHei", "微软雅黑";
}
.about-box2 p {
	color: #666666;
	line-height: 30px;
	font-size: 14px;
	font-size: 1.4rem; text-indent:2em;
}
 @media screen and (max-width: 768px) {
.about-box2 p {
	font-size: 14px;
	font-size: 1.4rem;
}
}
/*==========about12==================*/
.about12 {
	background: url(../images/main7.jpg) no-repeat center top #333;
	padding-top: 30px;
	margin-top: 62px;
	padding-bottom: 53px;
}
.about12 .title {
	text-align: center;
	color: #fff;
	font-family: "Microsoft YaHei", "微软雅黑";
	font-size: 44px;
	font-size: 4.4rem;
}
.about12 .title2 {
	margin-bottom: 69px;
	margin-top: 37px;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 30px;
	text-align: center;
	color: #fff;
}
.about12 .ab12_ul {
	max-width: 1300px;
	margin: 0 auto; font-size:0; letter-spacing:0
}
.about12 .ab12_ul>div {
	width: 231px;
	margin-left: 17px;
	float: none; display:inline-block; vertical-align:top
}
.about12 .ab12_ul>div.li1 {
	position: relative;
	margin-top: 107px;
}
.about12 .ab12_ul>div.li2 {
	margin-right: 37px;
}
.about12 .ab12_wrap {
	color: #c0bfbf;
	text-align: center;
	line-height: 28px; font-size:14px; font-size:1.4rem
}
.about12 .ab12_wrap img {
	display: block;
	margin: 0 auto;
}
.about12 .ab12_wrap .tit4 {
	margin-top: 28px;
	margin-bottom: 14px;
	overflow: hidden;
	font-size: 18px;
	font-size: 1.8rem;
	color: #fff;
	line-height: 30px;
}
 @media screen and (max-width: 1319px) {
.about12 {
	background: #333;
}
.ab12_ul {
	max-width: 1300px;
	margin: 0 auto;
	width: 95%;
}
.ab12_ul>div.li1 {
	margin-left: 1% !important;
	margin-right: 1% !important;
}
.ab12_ul>div.li2 {
	margin-left: 1% !important;
	margin-right: 1% !important;
}
.ab12_ul>div {
	width: 18% !important;
	margin-left: 1% !important;
	margin-right: 1% !important;
}
}
 @media screen and (max-width: 999px) {
.ab12_ul>div {
	width: 31% !important;
	margin: 20px 1% !important;
}
.about12 .title {
	font-size: 30px;
	font-size: 3rem;
}
.about12 .ab12_wrap p {
	min-height: 150px
}
}
 @media screen and (max-width: 768px) {
.about12 {
	padding-top: 40px;
}
.about12 .title {
	font-size: 20px;
	font-size: 2rem;
}
.about12 .title2 {
	font-size: 14px;
	font-size: 1.4rem;
	margin-top: 10px;
	margin-bottom: 20px;
}
.ab12_ul>div {
	width: 48% !important;
	margin: 20px 1% !important;
}
}
 @media screen and (max-width: 640px) {
.ab12_ul>div {
	width: 48% !important;
	margin: 20px 1% !important;
}
}
 @media screen and (max-width: 500px) {
.ab12_ul>div {
	width: 98% !important;
	margin: 20px 1% !important;
	float: none
}
.about12 .ab12_wrap p {
	min-height: auto !important
}
}
.home_title3 {
	color: #333;
	padding-bottom: 10px;
	background: url(../images/tittyn.png) no-repeat bottom center;
	font-size: 36px;
	font-size: 3.6rem;
	text-align: center;
	font-family: "Microsoft YaHei", "微软雅黑";
	line-height: 40px;
	margin-top: 49px;
}
 @media screen and (max-width:767px) {
	 .home_title3 {
	
	font-size: 20px;
	font-size: 2rem;
	
	line-height: 30px;

}
	 
 }
/* m-gall */
.m-gall {
	background-color: #f7f7f7;
	max-width: 1200px;
	margin: 0 auto;
	margin-bottom: 56px;
}
.m-gall .box-ct {
	max-width: 1200px;
	margin: 0 auto;
	margin-top: 50px;
	padding-top: 37px;
	padding-bottom: 31px;
}
.m-gall #box {
	position: relative;
	height: 440px;
}
.m-gall #box ul {
	position: relative;
	margin: 0 auto;
	width: 1040px;
	height: 440px;
}
.m-gall #box li {
	position: absolute;
	list-style: none;
	background: #000;
	width: 0;
	height: 0;
	top: 146px;
	left: 377px;
	z-index: 0;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.m-gall #box li img {
	width: 100%;
	height: 100%;
	vertical-align: top;
}
.m-gall #box li div {
	margin-top: 15px;
	width: 100%;
	filter: alpha(opacity=70);
	color: #333;
	text-align: center;
	font-size: 16px;
	font-size: 1.6rem;
	color: #333333;
	line-height: 30px;
	height: 30px;
	text-align: center;
}
.m-gall #box li div p {
	margin: 5px 10px 0;
	text-indent: 2em;
}
.m-gall #box .prev {
	position: absolute;
	top: 50%;
	width: 40px;
	height: 104px;
	margin-top: -73px;
	overflow: hidden;
	text-indent: -999px;
	cursor: pointer;
	-moz-border-radius: 0;
	border-radius: 0;
}
.m-gall #box .next {
	position: absolute;
	top: 50%;
	width: 40px;
	height: 104px;
	margin-top: -73px;
	overflow: hidden;
	text-indent: -999px;
	cursor: pointer;
	-moz-border-radius: 0;
	border-radius: 0;
}
.m-gall #box .prev {
	left: 0;
	background: url(../images/jtl3.png) no-repeat center;
	background-color: #c5c5c3;
}
.m-gall #box .next {
	right: 0;
	background: url(../images/jtr3.png) no-repeat center;
	background-color: #c5c5c3;
}
.m-gall .box-list {
	display: none;
}
 @media screen and (max-width: 1219px) {
.m-gall #box {
	display: none;
}
.m-gall .box-list {
	display: block;
	width: 95%;
	margin: 0 auto;
	margin-bottom: -25px;
	overflow: hidden; font-size:0; letter-spacing:0;
}
.m-gall .list-item { display:inline-block; vertical-align:top;
	
	margin-left: 1%;
	margin-right: 1%;
	
	width: 31%; font-size:14px; font-size:1.4rem;
}
.m-gall .list-item img {
	display: block;
	max-width: 100%;
	margin: 0 auto;
}
.m-gall .list-item p {
	line-height: 30px;
	text-align: center;
}
}
 @media screen and (max-width: 999px) {
.m-htpro_km .item-modal {
	display: none;
}
}
 @media screen and (max-width: 640px) {
.m-gall {
	margin-top: 30px;
	margin-bottom: 30px;
}
.m-gall .box-title {
	font-size: 24px;
	font-size: 2.4rem;
}
.m-gall .box-ct {
	margin-top:10px; padding-top:5px; padding-bottom:
	15px
}
.m-gall .list-item {
	width: 48%;
}
.home_title3{ margin-top:15px}
}
/*==========ab2_ul==================*/
.ab2_ul li {
	float: left;
	margin-left: 68px;
	margin-bottom: 26px;
}
.ab2_ul .dan_wrap {
	position: relative;
	max-width: 249px;
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}
.ab2_ul .dan_wrap .fu {
	position: absolute;
	top: 100%;
	width: 100%;
	height: 100%;
	left: 0;background: rgba(0, 0, 0, 0.6);
}
.ab2_ul .dan_wrap img {
	display: block;
	max-width: 100%;
	overflow: hidden
}
.ab2_ul .wenzi {
	text-align: center;
	padding-top: 8px;
	max-width: 249px;
	width: 100%;
	font-size: 16px;
	font-size: 1.6rem;
	margin: 0 auto;
	line-height: 24px;
}
.ab2_ul .wenzi a {
	display: block;
}
.ab2_ul li:hover .dan_wrap .fu {
	top: 0px;
}
.ab2_ul li:hover .wenzi a {
	color: #6e2a21;
}
 @media screen and (max-width: 1219px) {
.ab2_ul li {
	width: 31%;
	margin-left: 1% !important;
	margin-right: 1% !important;
	margin-bottom: 20px;
}
}
 @media screen and (max-width: 999px) {
.ab2_ul {
	padding-bottom: 10px;
}
.ab2_ul .dan_wrap .fu {
	top: 0px;
	opacity: 0;
}
}
 @media screen and (max-width: 767px) {
.ab2_ul li {

	margin-bottom: 5px;
}

 }
 @media screen and (max-width: 600px) {
.ab2_ul li {
	width: 47%;
	float: none;
	vertical-align: top;
	display: inline-block;
	margin-left: 1% !important;
	margin-right: 1% !important;
}
.ab2_ul .wenzi {
	font-size: 14px;
	font-size: 1.4rem;
}
}
.download4 .subNav {
	position: relative;
	margin-bottom: 52px;
	font-family: "Microsoft YaHei", "微软雅黑";
}
.download4 .subNav .yiji {
	background: #eeeeee url(../images/jian.png) no-repeat right center;
	margin-bottom: 22px;
}
.download4 .subNav .yiji .erji {
	display: none;
	padding-top: 20px;
	background: #fff;
	padding-left: 17px;
}
.download4 .subNav .yiji.show1 {
	background: #eeeeee url(../images/jianon.png) no-repeat right 0px;
}
.download4 .subNav span {
	color: #6e2a21;
}
.download4 .subNav .yiji .erji.xianshi {
	display: block !important;
}
.download4 .subNav .yiji > a {
	overflow: hidden;
	padding-right: 30px;
	padding-left: 30px;
	display: block;
	color: #6e2a21;
	line-height: 42px;
	font-size: 14px;
	font-size: 1.4rem;
	cursor: pointer
}
.download4 .subNav .yiji.show1 a {
	color: #6e2a21;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 42px;
}
.download4 .subNav .yiji .erji a {
	display: block;
	font-size: 14px;
	font-size: 1.4rem;
	color: #333333;
	line-height: 24px;
}
.download4 .subNav .yiji .erji img {
	display: block;
	max-width: 100%;
}
.download4 .subNav .yiji .erji p {
	margin-bottom: 20px;
}
/*# sourceMappingURL=style.css.map */
.download4 .subNav span {
	float: left;
}
.download4 .subNav .yiji .erji p {
	margin-bottom: 0px;
}
.wentiy {
	width: 90%;
	float: left;
	margin-left: 10px;
	margin-bottom: 20px;
}
.pro-info .pro-info-share .pro-info-share div {
	margin-left: 0px;
}
.pro-info .pro-info-share .at-style-responsive .at-share-btn {
	padding: 0px;
}
.pro-info .pro-info-share div {
	margin-left: 0px;
}
 @media screen and (min-width: 1000px) and (max-width: 1593px) {
.m2biao {
	padding-top: 20px;
}
.main3 a.m2mor {
	margin-top: 20px;
	margin-bottom: 10px;
}
}
 @media screen and (max-width: 999px) {

.download4 .subNav .yiji > a {
	overflow: hidden;
	padding-right: 30px;
	padding-left: 30px;
	display: block;
	color: #6e2a21;
	line-height: 25px;
	font-size: 14px;
	font-size: 1.4rem; padding-top:5px; padding-bottom:5px;
	cursor: pointer
}
}
.tbuyoux {
	margin-right: 12px
}
.shuxp_c {
	font-size: 14PX;
	font-size: 1.4REM;
	line-height: 25PX;
	color: #333;
	margin-top: 10px
}
.footer_left .ftx_ul {
	margin-bottom: 25px
}
.quxiaofud {
	position: relative !important
}
.shejiaotb img {
	display: inline-block;
	margin-left: 10px
}

.top42d{ margin-top:42px;}
.at-resp-share-element .at4-share-count-container {
    text-decoration: none;float: right; padding-right: 15px;line-height: 25px !important;
}
.catdesc{text-align: left; margin: 0 auto; padding-bottom: 30px; font-size: 16px; font-size: 1.6rem; line-height: 23px;}
.catdesc h1{font-size: 20px; font-size: 2rem;}
.catdesc h2{font-size: 16px;font-size: 1.6rem;}
.catdesc p a:hover{color: #E71A19;}
.sdesc{height: 30px;}
.new1{ margin-bottom:20px}
.faqmiaoshu{ line-height:30px; font-size:16px; font-size:1.6rem; margin-bottom:30px}
.zanwu{ margin-top:10px; margin-bottom:20px}