body {
	margin: 0;
	padding: 0;
	line-height: 24px;
	/* font-family: 'oswald'; */
	font-family: "Microsoft YaHei";
	font-size: 12px;
	background: #ffffff;
}

@font-face {
	font-family: 'oswald';
	src: url('../fonts/SOURCEHANSANSCN-BOLD_1.OTF');
}

* {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

div,
ul,
li,
dt,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
h7,
img,
p,
span {
	border-style: none;
	border-color: inherit;
	border-width: 0px;
	padding: 0;
	list-style-type: none;
	/* margin-left: auto; */
	margin-top: 0;
	margin-bottom: 0;
}


/* Link */
a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

a:active {
	border: 0px;
	background-color: Transparent;
}

a {
	outline: none;
	color: #000000;
}

/*Clear*/
.clear {
	clear: both;
	font-size: 1px;
	height: 0px;
	line-height: 0px;
	overflow: hidden;
}


/*可用height:1px; overflow:hidden;来控制IE6默认的div的高为12~14px,用BR来做吧，用DIV不太好用*/

/*针对1920的宽屏*/

/* div{
	position: relative;
	width: 1920px;
	 *width: 1920px;
	  _width: 1920px; 
	  z-index: 1; 
	  margin: 0; 
	  top: 0; 
	  float: left; 
	  left: 50%; 
	  margin-left: -960px; 
	  *margin-left: -960px; 
	  _margin-left: -960px;
} */
.max {
	position: relative;
	overflow: hidden;

}

.center-box {
	width: 100%;
	position: relative;
}

.baner2 {
	width: 100%;
	float: left;
	position: relative;
}

.ban_img {
	width: 100%;
	position: relative;
	z-index: 1;
}

.ban_img img {
	display: block;
	width: 100%;
}

.ban_show {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
}

.ban_scen {
	max-width: 1200px;
	margin: 0 auto;
	height: 100%;
	position: relative;
}

.ban_text {
	width: 100%;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.ban_text-z {
	display: inline-block;
	width: 72%;
	font-size: 14px;
	line-height: 24px;
	color: #ffffff;
	font-family: "Source Han Sans CN";
}

.ban_text-z p {
	margin-bottom: 20px;
	text-indent: 2em;
}

.ban_text-logo {
	display: inline-block;
	width: 18%;
}

.ban_text-logo img {
	display: block;
	width: 100%;
}

.title-link {
	width: 100%;
	float: left;
	margin: 20px 0 40px;
}

.title-link2 {
	width: 100%;
	float: left;
	padding: 20px 0 40px;
	box-sizing: border-box;
}

.w1200 {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
}

.title-link-a {
	font-size: 14px;
	color: #999999;
}

.title-link-a a {
	font-size: 14px;
	color: #999999;
	display: inline-block;
	position: relative;
	padding-right: 14px;
	margin-right: 5px;
}

.title-link-a a::after {
	content: ">";
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	font-size: 14px;
	color: #999999;
}

.title-link-a a:last-child {
	padding-right: 0px;
	margin-right: 0px;
}

.title-link-a a:last-child::after {
	display: none;
}

.about_box {
	width: 100%;
	float: left;
}

.ab-title {
	width: 100%;
	float: left;
	text-align: center;
}

.about_box .lian_x {
	background: url(../img/bjd.png) no-repeat;
	background-size: cover;
	padding-top: 180px;
	padding-bottom: 160px;
	box-sizing: border-box;
}

.lian_x .bd {
	width: 41%;
	float: left;
}

.lian_x .bd .hh {
	width: 100%;
	line-height: 60px;
	height: 60px;
	background: #ececec;
	margin-bottom: 30px;
	font-size: 20px;
	padding-left: 2%;
	box-sizing: border-box;
	box-shadow: inset 0px 15px 10px -15px #a4a1a0;
	border: 0;
	border-radius: 5px;
	color: #333333;
}

.lian_x .bd .tj {
	width: 100%;
	line-height: 50px;
	height: 50px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	background: #541726;
	border: none;
}

.lian_x .bd textarea {
	width: 100%;
	line-height: 60px;
	height: 266px;
	background: #ececec;
	margin-bottom: 30px;
	font-size: 20px;
	padding-left: 2%;
	box-sizing: border-box;
	box-shadow: inset 0px 15px 10px -15px #a4a1a0;
	border: 0;
	border-radius: 5px;
	color: #333333;
}

.lian_x .ditu {
	width: 55%;
	float: right;
	height: 612px;
}

.lian_x .ditu .map {
	width: 100%;
	height: 100%;
}

.ab-title2 {
	width: 100%;
	float: left;
	text-align: center;
	background: #f6f6f6;
	padding-bottom: 60px;
}

.ab-ti {
	font-size: 36px;
	color: #333333;
	line-height: 36px;
	margin-bottom: 10px;
	font-weight: bold;
}

.ab-tz {
	font-size: 16px;
	color: #666666;
	position: relative;
	padding-bottom: 20px;
}

.ab-tz::after {
	content: "";
	width: 110px;
	height: 3px;
	background: #541726;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}

.ab_jimg {
	width: 100%;
	float: left;
	margin: 50px 0 60px;
}

.ab_jimg img {
	width: 100%;
	display: block;
}

.cx_ss {
	padding: 100px 0;
}

.cx_ss ul {
	font-size: 0;
}

.cx_ss ul li {
	display: inline-block;
	width: 33%;
	padding: 0 5%;
	margin-top: 25px;
	box-sizing: border-box;
	vertical-align: top;
}

.cx_ss ul li h3 {
	font-size: 30px;
	margin-bottom: 30px;
	color: #333333;
	font-weight: normal;
	line-height: 34px;
}

.cx_ss ul li .nr,
.nr * {
	font-size: 16px;
	line-height: 32px;
	color: #333333;
}

.ab_ck {
	width: 100%;
	float: left;
}

.ab_ck-ti {
	width: 100%;
	float: left;
	padding-bottom: 30px;
	border-bottom: 1px solid #999999;
	text-align: center;
	font-size: 30px;
	line-height: 36px;
	color: #333333;
	font-weight: bold;
}

.ab_ck-text {
	width: 100%;
	float: left;
	padding: 40px 0 120px;
	font-size: 16px;
	line-height: 24px;
	color: #333333;
}

.ab_ck-text p {
	margin-bottom: 20px;
}

.ab_ck-text img {
	display: block;
	width: 100%;
}

#pr {
	width: 100%;
	position: relative;
	z-index: 1;
}

#pr .swiper-slide {
	width: 100%;
}

#pr .swiper-slide .pic {
	display: block;
	width: 100%;
}

#pr .swiper-pagination {
	z-index: 33;
	bottom: 15px;
}

#pr .swiper-pagination-bullet {
	margin: 0 21px;
}

#pr .swiper-pagination-bullet-active {
	border: 1px solid #ffffff;
	background: transparent;
}

.ban_bk {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 12;
	background: rgba(0, 0, 0, 0.7);
}

.ban_bk-cent2 {
	max-width: 1200px;
	position: relative;
	top: 60%;
	left: 50%;
	transform: translate(-50%, -40%);
}

.ban_bk-cent img {
	display: block;
}

.product-box {
	width: 100%;
	float: left;
	position: relative;
}

.pro-box {
	width: 100%;
	float: left;
	margin-bottom: 130px;
}

.pro-bti {
	width: calc(100% - 18px);
	float: left;
	padding: 10px 0;
	position: relative;
	padding-left: 18px;
	font-size: 36px;
	color: #333333;
}

.pro-bti::after {
	content: "";
	height: 100%;
	width: 5px;
	background: #a01010;
	position: absolute;
	left: 0;
	top: 0;
}

.pro-list {
	width: 100%;
	float: left;
}

.pro-list li {
	float: left;
	width: calc(48% - 30px);
	padding: 15px 15px;
	background: #ffffff;
	box-shadow: 0px 0px 12px 1px rgba(0, 0, 0, 0.1);
	margin-top: 40px;
	margin-right: 4%;
}

.pro-list li:nth-child(2n) {
	margin-right: 0;
}

.pro-list li a {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.pro-img {
	width: 50%;
	display: inline-block;
}

.pro-img img {
	display: block;
	width: 100%;
}

.pro-text {
	width: 40%;
	display: inline-block;
}

.pro-tz {
	font-size: 30px;
	line-height: 30px;
	color: #666666;
	margin-bottom: 20px;
	font-family: "Source Han Sans CN";
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.pro-tc {
	font-family: "Source Han Sans CN";
	font-size: 20px;
	line-height: 36px;
	color: #9b9a9a;
}

.pro_more {
	display: block;
	width: 97px;
	height: 30px;
	border: 1px solid #969393;
	border-radius: 10px;
	text-align: center;
	font-size: 16px;
	line-height: 30px;
	color: #666666;
	box-sizing: border-box;
	margin-top: 50px;
}

.pro-list li:hover .pro-tz,
.pro-list li:hover .pro-tc {
	color: #541726;
}

.pro-list li:hover .pro_more {
	background: #541726;
	color: #ffffff;
	border: 1px solid #541726;
}

.blind168 {
	width: 100%;
	height: 168px;
	position: relative;
}

.pro_detail {
	width: 100%;
	float: left;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 80px;
}

.pro_de-left {
	max-width: 430px;
	width: 100%;
	display: inline-block;
	position: relative;

}

.gallery-top {
	width: 100%;
	position: relative;
	z-index: 1;
}

.gallery-top .swiper-slide {
	width: 100%;
}

.gallery-top .swiper-slide img {
	width: 100%;
	display: block;
	position: relative;
	/* top: 50%;
	  left: 50%;
	  transform: translate(-50%,-50%); */
}

.pro_de-rbb {
	width: 100%;
	margin-top: 60px;
}

.gallery-thumbs {
	width: 100%;
	box-sizing: border-box;
	box-sizing: border-box;
}

.gallery-thumbs .swiper-slide {
	width: 100%;
	border: 1px solid #dedede;
	box-sizing: border-box;
	cursor: pointer;
}

.gallery-thumbs .swiper-slide img {
	width: 100%;
	display: block;
	position: relative;
	/* top: 0;
	  left: 50%;
	  transform: translateX(-50%); */
}

.gallery-thumbs .swiper-slide-thumb-active {
	border: 1px solid #202020;
}

.pro_de-right {
	max-width: 540px;
	width: 100%;
	display: inline-block;
}

.int {
	width: 25px;
	height: 45px;
	position: absolute;
	border: none;
	outline: none;
	cursor: pointer;
	top: 50%;
	transform: translateY(-50%);
	z-index: 2;
}

.int_n {
	background: url(../img/i_jy.png) no-repeat;
	background-size: 100% 100%;
	right: 20px;
}

.int_p {
	background: url(../img/i_jz.png) no-repeat;
	background-size: 100% 100%;
	left: 20px;
}

.pro_de-rbx {
	width: 100%;
	padding-bottom: 20px;
	border-bottom: 2px solid #9b9a9a;
	font-family: "Source Han Sans CN";
}

.pro_de-rti {
	font-size: 30px;
	color: #666666;
	margin-bottom: 20px;
}

.pro_de-rtz {
	font-size: 20px;
	line-height: 44px;
	color: #9b9a9a;
}

.pro_det-bk {
	width: 100%;
	float: left;
}

.pro_de-ti {
	width: 100%;
	padding-bottom: 20px;
	border-bottom: 1px solid #9b9a9a;
	font-size: 30px;
	color: #666666;
}

.pro_de-tw {
	width: 100%;
	padding: 35px 0 60px;
}

.pro_de-tw img {
	display: block;
	width: 100%;
	margin-bottom: 10px;
}

.pian {
	width: 100%;
	float: left;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 90px;
}

.pian_a {
	display: inline-block;
	width: 50%;
}

.pian_a a {
	display: block;
	font-size: 20px;
	line-height: 48px;
	color: #333333;
}

.pian_a a:hover {
	color: #d9a64e;
}

.pian_fan {
	display: inline-block;
	width: 100px;
	height: 40px;
	background: #541726;
	font-size: 16px;
	line-height: 40px;
	color: #ffffff;
	text-align: center;
	border-radius: 10px;
	cursor: pointer;

}

.new_box {
	width: 100%;
	float: left;
	margin: 60px 0 90px;
}

.new_list {
	float: left;
	width: 100%;

}

.new_list li {
	width: 100%;
	margin-bottom: 45px;
}

.new_list li a {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.news_img {
	display: inline-block;
	width: 42%;
	border-radius: 10px;
}

.news_img img {
	display: block;
	width: 100%;
}

.news_sb {
	display: inline-block;
	width: 55%;
}

.news_sb-ti {
	font-size: 30px;
	line-height: 48px;
	color: #333333;
	margin-bottom: 12px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.news_sb-tw {
	font-size: 16px;
	line-height: 24px;
	color: #333333;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin-bottom: 20px;
}

.news_sb-deat {
	font-size: 14px;
	color: #999999;
}

.new_list li:hover .news_sb-ti {
	color: #541726;
}

.new_list li:hover .news_img {
	box-shadow: 0px 0px 12px 1px rgba(0, 0, 0, 0.1);
}

.fye {
	width: 100%;
	text-align: center;
}

.fye span,
.fye a {
	display: inline-block;
	padding: 8px 10px;
	border: 1px solid #d9d9d9;
	font-size: 14px;
	color: #000000;
	cursor: pointer;
	margin: 0 5px;
}

.fye a:hover,
.fye .fye_a {
	border: 1px solid #541726;
	background: #541726;
	color: #ffffff;
}

.new_bti {
	width: 100%;
	text-align: center;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

.new_bti form {
	/* 	background: #fff; */
}

.new_bti .key {
	width: 34%;
	height: 60px;
	background: #fff url(../img/sss.png) no-repeat;
	border-radius: 10px;
	line-height: 60px;
	border: 0;
	line-height: 60px;
	display: inline-block;
	vertical-align: middle;
	background-position: 2% 17px;
	border: 1px solid #b2aead;
	padding-left: 5%;
	box-sizing: border-box;
}

/* .new_bti .input::placeholder{
	padding-right: 5%;
	box-sizing: border-box;
} */
.gu_pp {
	background: #f6f6f6;
}

.new_bti .submit {
	width: 7%;
	background: #541726;
	border-radius: 10px;
	color: #fff;
	text-align: center;
	border: 0;
	height: 60px;
	line-height: 60px;
	margin-left: 1%;
	font-size: 20px;
	display: inline-block;
	vertical-align: middle;
}

.new_btz {
	font-size: 60px;
	line-height: 60px;
	color: #ffffff;
	padding-bottom: 15px;
	position: relative;
	font-weight: bold;
	font-family: "Source Han Sans CN";
}

.new_btz::after {
	content: "";
	width: 240px;
	height: 4px;
	background: #ffffff;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}

.new_btc {
	font-size: 20px;
	line-height: 20px;
	color: #ffffff;
	font-weight: bold;
	margin-top: 20px;
}

.news_bs {
	width: 100%;
	float: left;
}

.news_bs-ti {
	width: 100%;
	float: left;
	text-align: center;
	padding-bottom: 30px;
	border-bottom: 1px solid #999999;
}

.news_bstz {
	font-size: 30px;
	line-height: 30px;
	color: #333333;
	font-weight: bold;
	margin-bottom: 20px;
}

.news_bstc {
	font-size: 16px;
	color: #666666;
}

.news_bs-tw {
	width: 100%;
	float: left;
	padding: 50px 0px 50px;
	font-size: 16px;
	line-height: 24px;
	color: #333333;
}

.news_bs-tw p {
	margin-bottom: 20px;
	text-indent: 2em;
}

.news_bs-tw img {
	display: block;
	width: 100%;
	margin: 20px 0;
}

.onlin-img {
	width: 100%;
	float: left;
	margin-top: 60px;
}

.onlin-img img {
	display: block;
	width: 100%;
}

.onlin-img2 {
	width: 100%;
	float: left;
	/* 	margin-top: 60px; */
}

.onlin-img2 img {
	display: block;
	width: 100%;
}

.onlin-form {
	width: 100%;
	position: relative;
	float: left;
	background: url(../img/on_bg.png) no-repeat;
	background-size: 100% 100%;
}

.onform {
	width: calc(100% - 200px);
	padding: 0 100px;
	float: left;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	margin: 45px 0 60px;
}

.con_form {
	width: 40%;
	display: inline-block;
}

.form_list {
	width: 100%;
}

.form_list li {
	width: calc(100% - 40px);
	height: 60px;
	padding: 0 20px;
	background: #e7e1e2;
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 30px;
	/* border: 1px solid #; */
}

.form_list li span {
	display: inline-block;
	vertical-align: middle;
	font-size: 20px;
	line-height: 60px;
	color: #333333;
}

.form_list li input {
	width: 60%;
	height: 100%;
	margin-left: 4px;
	border: none;
	outline: none;
	display: inline-block;
	vertical-align: middle;
	background: transparent;
	font-size: 20px;
}

#cus {
	width: 100%;
	height: 140px;
	background: #e7e1e2;
	/* border: 1px solid #eeeeee; */
	position: relative;
	margin-bottom: 10px;
	margin-bottom: 20px;
	border-radius: 10px;
}

.in_cus {
	width: calc(100% - 40px);
	height: calc(100% - 24px);
	padding: 12px 20px;
	outline: none;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9;
	background: none;
	border: none;
	font-size: 14px;
}

#not {
	position: absolute;
	line-height: 20px;
	padding: 12px 20px;
	font-size: 20px;
	color: #333333;

}

.tijiao2 {
	width: 100%;
	height: 50px;
	background: #d0942b;
	border: none;
	outline: none;
	font-size: 16px;
	color: #ffffff;
	cursor: pointer;
	float: right;
	font-weight: bold;
}

.form_right {
	width: 40%;
	display: inline-block;
}

.form_rzi {
	font-size: 60px;
	line-height: 103px;
	font-weight: bold;
	color: #ffffff;
}

.form_logo {
	width: 100%;
	margin-top: 80px;

}

.form_logo img {
	display: block;
	height: 92px;
}

.pages {
	text-align: center;
	margin: 10px auto;
	font-size: 0;
}

.pages span {
	display: inline-block;
	height: 30px;
	min-width: 30px;
	background: #541726;
	color: #fff;
	line-height: 30px;
	font-size: 14px;
	margin: 0 5px;
}

.pages a {
	display: inline-block;
	height: 28px;
	width: 30px;
	border: 1px solid #dedede;
	line-height: 28px;
	font-size: 14px;
	margin: 0 5px;
}

.pages .a1 {
	display: inline-block;
	height: 28px;
	width: 58px;
	border: 1px solid #dedede;
	line-height: 28px;
	font-size: 14px;
	margin: 0 5px;
}

.ab_jimg img.shouji{
	display: none;
}

.baner2 .pcc{
	display: block;
}

.baner2 .sjj{
	display: none;
}
.index_lx .w1200{
	clear: both;
	overflow: hidden;
}
.index_lx .bd .hh{
	line-height: 44px;
	height: 44px;
	font-size: 16px;
	margin-bottom: 16px;
}
.index_lx .bd textarea{
	height: 110px;
	margin-bottom: 16px;
}
.index_lx .bd{
	padding: 20px !important;
	box-sizing: border-box;
}
.index_lx .bd h3{
	font-size: 24px;
	text-align: center;
}
.index_lx .bd form{
	margin-top: 20px;
}
.index_lx .ditu{
	width: 58%;
	height: auto !important;
	font-size: 0;
	line-height: normal;
	padding-bottom: 20px
}