@charset "utf-8";

.wrap {
	overflow: hidden;
}

.max-wrap {
	max-width: 1700px;
	margin: 0 auto;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.text-left {
	text-align: left;
}

.text-right {
	text-align: right;
}

.text-center {}

.text-over {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.over {
	overflow: hidden;
}

.nowrap {
	white-space: nowrap;
}

.nowrap * {
	white-space: normal;
}

.fz0 {
	font-size: 0px;
}

img {
	width: 100%;
}

.relative {
	position: relative;
	z-index: 1;
}

.absolute {
	position: absolute;
	z-index: 1;
}

.fixed {
	position: fixed;
	z-index: 1;
}

.inline {
	display: inline;
}

.block {
	display: block;
}

.inline-block {
	display: inline-block;
}

.table {
	width: 100%;
	height: 100%;
	display: table;
}

.table-cell {
	display: table-cell;
}

.hide {
	display: none;
}

.max-h100 {
	max-height: 100%;
}

.middle {
	vertical-align: middle;
}

.border-box {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.content-box {
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

.trans {
	-webkit-transition: all 300ms ease 0s;
	-moz-transition: all 300ms ease 0s;
	-ms-transition: all 300ms ease 0s;
	-o-transition: all 300ms ease 0s;
	transition: all 300ms ease 0s;
}

.trans-1s {
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-ms-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}

.scale:hover .scale-img {
	-ms-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}

.grayscale .grayscale-img {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
}

.grayscale:hover .grayscale-img {
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
	-o-filter: grayscale(0%);
	filter: grayscale(0%);
	filter: none;
}

.fz0.nowrap {
	letter-spacing: -5px;
}

.fz0.nowrap * {
	letter-spacing: normal;
}

.bgf3 {
	background-color: #f3f3f3;
}

.show768 {
	display: none;
}



#body {
	position: relative;
	z-index: 1;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
}

/*header*/
.wp {
	margin: 0 auto;
	width: 98%;
	max-width: 1600px;
}

.Hint {
	margin: 0 0 25px 0;
	text-align: center;
}

.Hint p {
	font-size: 12px;
	text-align: center;
	color: #666;
}

.Hint p img {
	vertical-align: middle;
	margin-right: 10px;
}

.header {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	line-height: 88px;
	background: #000;
	box-shadow: 0 1px 10px rgba(0, 0, 0, .15);
	z-index: 99;
	/* bottom: 50px; */
}

.logo {
	float: left;
	height: 40px;
}

.logo img {
	display: inline-block;
	vertical-align: middle;
 
}

.hdr {
	float: right;
}

.nav {
	float: left;
}

.nav li {
	float: left;
	margin: 0 35px;
 
}

.nav>li>a {
	color: #fff;
}
.nav p{margin-top:20px;}
.nav p a{line-height:20px;font-size:12px;color:#fff;}
.nav a {
	display: block;
	font-size: 16px;
	line-height: 88px;
	padding: 0 1px !important;
	border-bottom: 3px solid transparent;
}

.nav li a:hover {
	color: #c30d23;
	background: none;
}

.mall {
	float: right
}

.mall a {
	position: relative;
	color: #ff0036;
	margin: 0 14px
}

.mall a img {
	vertical-align: middle;
}

.mall a:last-child {
	margin-right: 0
}

.mall a:last-child:after {
	content: '';
	position: absolute;
	top: 50%;
	margin-top: -5px;
	left: -15px;
	width: 1px;
	height: 10px;
	background-color: #bfbfbf
}

.mall a:nth-child(2):after {
	content: '';
	position: absolute;
	top: 50%;
	margin-top: -5px;
	left: -15px;
	width: 1px;
	height: 10px;
	background-color: #bfbfbf
}

.mall .se {
	color: #666;
}

.menuBtn {
	display: none;
	position: inherit;
	top: 20px;
	right: 20px;
	width: 20px;
	height: 20px;
	cursor: pointer;
	transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	-o-transition: .3s
}

.menuBtn b {
	display: block;
	height: 3px;
	background-color: #c30d23;
	margin: 4px 0;
	transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	-o-transition: .3s
}

.menuBtn.open b {
	display: none;
	margin: 0;
	position: absolute;
	left: 0;
	top: 50%;
	width: 20px
}

.menuBtn.open b:first-child {
	display: block;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg)
}

.menuBtn.open b:last-child {
	display: block;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg)
}

.ban1 {
	background: url(../images/banner1.jpg) no-repeat center;
	height: 100vh;

	background-size: cover;
	display: flex;
	align-items: center;
}

/* .bgcf9{background-color:#f9f9f9} */
.index-row1 {
	/* padding: 60px 0; */
	overflow: hidden;
	/* margin: 50px 0; */
	position: relative;
}
.index-row1 .txt{box-shadow: -4px 6px 5px #4e4b4c33;background: #fff;padding: 40px 25px;margin: 100px 0;}
.index-row1 .tit{border-bottom: 1px solid #ae191f;}
.index-row1 .tit h1{ font-size: 65px; margin: 25px 15px; font-weight: 200; color: #595757;}
.index-row1 .txt h3{font-size: 30px;margin: 60px 15px 20px;} 
.index-row1 .txt p {
	font-size: 14px;
	padding-left: 15px;
	line-height: 40px;
	color: #777;
	margin-bottom: 30px;
	text-align: justify;
}
.btn {background:#ae191f;color:#fff;font-size:18px;padding:15px 30px;margin-bottom: 30px;}
.tit span {
	padding-left: 30px;
	font-size: 30px;
	line-height: 0px;
	color: #ae191f;
}
.pic img{overflow: hidden;margin: 0 auto;width: auto;display: flex;/* text-align: center; */justify-content: center;align-content: center;align-items: center; flex-wrap: nowrap;}
.more {
	background: #c30d23;
	color: #fff;
	text-align: center;
	line-height: 50px;
	margin: 15px;
}

.q-list1 {
	overflow: hidden;
}

.q-list1 li {
	float: left;
	width: 100%;
	/* margin-bottom:20px; */
}

.q-list1 .inner {
	/* background-color:#fff; */
	margin: 0 10px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	overflow: hidden;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	transition: .3s
}

.q-list1 .inner:hover {
	-webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, .15);
	-moz-box-shadow: 0 5px 20px rgba(0, 0, 0, .15);
	box-shadow: 0 5px 20px rgba(0, 0, 0, .15)
}

.q-list1 .pic {
	/* float:left; */
	/* width:65.96%; */
}

.q-list1 li:nth-child(3) .pic,
.q-list1 li:nth-child(4) .pic {
	float: right
}

.q-list1 .pic a {
	display: inherit;
	position: relative;
	padding-top: 40%;
	overflow: hidden
}

.q-list1 .pic img {
	position: absolute;
	top: 0;
	left: 0;
	/* width:100%; */
	/* height: 85%; */
	-webkit-transition: 3s;
	-moz-transition: 3s;
	transition: 3s
}

.q-list1 .pic:hover img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-moz-transform: scale(1.05);
	transform: scale(1.05)
}

.q-list1 .txt {
	overflow: hidden;
	padding: 114px 35px 0 30px;
	/* float: left; */
}

.q-list1 .txt h4 {
	font-weight: 400;
	font-size: 12px;
	color: #1e1e1e;
	margin-bottom: 7px
}

.q-list1 .txt h3 {
	position: relative;
	font-weight: 400;
	font-size: 22px;
	padding-bottom: 15px;
	color: #1e1e1e;
	margin-bottom: 26px
}

.q-list1 .txt h3:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 15px;
	height: 3px;
	background-color: #1e1e1e
}

.q-list1 .txt p {
	font-size: 16px;
	margin-bottom: 30px;
	text-align: justify;
	line-height: 31px;
	font-weight: lighter;
}

/* .q-list1 .txt .btn {
	color: #aeaeae;
	padding-left: 23px;
	background: url(../images/icon-btn1.png) left center no-repeat
}

.q-list1 .txt .btn:hover {
	background-image: url(../images/icon-btn1-on.png);
	color: #c30d23
} */
/* .xiegang{background-image: url(../images/xiegang.png ) no-repeat;} */
.carousel {
	margin-top: 80px;
}

.carousel-control {
	top: 40rem;
	border-radius: 50px;
	width: 40px;
	height: 40px;
	font-size: 40px;
	line-height: 30px;
}

.sect_k1 {
	height: 100vh;
	background: url(../images/22.jpg) no-repeat center;
	background-size: cover;
	/* display: flex; */
	position: relative;
	align-items: center;
}

.fp-table {
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 100%;
}
.box_a1 img ,.probg img ,.txt img ,.mar img{width:auto;}
.box_a1 {
	clear: both;
	overflow: hidden;
	/* text-align: left; */
	color: #ffffff;
	/* position: absolute; */
	top: 300px;
	width: 50%;
	float: right;
	width: 37%;
	margin-top: 74px;
	margin-right: 100px;
}
.page-roof__cont1{bottom: 23% !important;}
.box_a1 b{ font-size: 30px; color: #ae191f; font-weight: lighter;}
.box_a1 span {
	font-size: 5.4rem;
	display: block;
	border-bottom: 1px solid #b21822;
	padding-bottom: 40px;
}

.box_a1 p {
	font-size: 18px;
	font-family: 'MISANS-EXTRALIGHT';
	/* font-weight: 300; */
	line-height: 40px;
	margin: 2rem 0 5rem;
	display: block;
}

.box_a1 a {
	position: relative;
	width: 200px;
	display: flex;
	justify-content: space-around;
	align-items: center;
	text-align: center;
	height: 50px;
	line-height: 53px;
	color: #ffffff;
	font-size: 18px;
	/* margin-top: 5rem; */
	background: #ae191f;
	flex-direction: column-reverse;
	flex-wrap: wrap;
	align-content: center;
	float: right;
}

.box_a1 a i {
	font-size: 17px;
	color: #ffffff;
	border: 1px solid rgba(255, 255, 255, 0.8);
	border-radius: 100%;
	width: 20px;
	height: 20px;
	display: block;
	line-height: 20px;
}

.box_a1 a:hover {
	background: #ffffff;
	border: 1px solid #ffffff;
	color: #c30d23;
}

.box_a1 a:hover i {
	color: #c30d23;
	border: 1px solid #c30d23;
}

.sect_m1 {
	height: 100vh;
	background: url(../images/bg_m1.jpg) no-repeat center;
	background-size: cover;
	display: flex;
	align-items: center;
}

.box_m1 {
	clear: both;
	overflow: hidden;
	text-align: left;
	color: #ffffff;
}

.box_m1 span {
	font-size: 24px;
	display: block;
}

.box_m1 p {
	font-size: 16px;
	font-family: 'MISANS-EXTRALIGHT';
	font-weight: 300;
	margin: 2rem 0 1rem;
	display: block;
}

.box_m1 a {
	position: relative;
	width: 150px;
	display: flex;
	justify-content: space-around;
	align-items: center;
	text-align: center;
	height: 40px;
	line-height: 40px;
	color: #ffffff;
	font-size: 16px;
	margin-top: 1rem;
	border: 1px solid rgba(255, 255, 255, 0.8);
	border-radius: 10px;
}
.mt95{ margin-bottom: 95px;}
.box_m1 a i {
	font-size: 12px;
	color: #ffffff;
	border: 1px solid rgba(255, 255, 255, 0.8);
	border-radius: 100%;
	width: 20px;
	height: 20px;
	display: block;
	line-height: 20px;
}

.box_m1 a:hover {
	background: #ffffff;
	border: 1px solid #ffffff;
	color: #c30d23;
}

.box_m1 a:hover i {
	color: #c30d23;
	border: 1px solid #c30d23;
}

.box_m2 {
	max-width: 80%;
	margin-left: auto;
}
.index-title span{font-size:30px;color: #595757;font-weight:lighter;/* line-height: 1px; */}
.index-title b{width: 1380px;height: 1px;background: #727171;display:block;float: right;margin-top: 30px;z-index: 99;}
.index-title {
	font-size: 60px;
	color: #222;
	/* padding: 60px 0 0; */
	margin: 94px 0 60px;
	line-height: 33px;
}

.index-brief {
	font-size: 14px;
	color: #aaa;
	margin-bottom: 20px;
	padding: 0 15px;
}

#products-box .products-list .item {
	margin-bottom: 60px;
	overflow: hidden;
}

#products-box .products-list .item.last {
	margin-right: 0;
}

#products-box .products-list .item[status='on'] {
	z-index: 2;
}

#products-box .products-list .item[status='on'] .main {
	-webkit-animation-name: zoomIn;
	animation-name: zoomIn
}

#products-box .products-list .item[status='off'] {
	opacity: 0;
}

#products-box .products-list .item[status='off'] .main {
	-webkit-animation-name: zoomOut;
	animation-name: zoomOut
}

#products-box .products-list .item .main {
	/* margin: 0 auto; */
}

#products-box .products-list .item .cover {
	z-index: 2;
}

#products-box .products-list .item .cover .img {
	width: 100%;
	left: 0;
	top: 4%;
}

#products-box .products-list .item .cover .img img {
	width: 76.923%;
}

#products-box .products-list .item .cover .opt {
	width: 100%;
	left: 0;
	bottom: 0;
	/* opacity: 0; */
	border: 1px solid #fff;
	/* height: 19%; */
}

#products-box .products-list .item .cover .opt .button-bg {
	background: rgb(195 13 35);
	/* opacity: 0.8; */
	border：1px solid #fff;
	margin: 0 auto;
	padding: 40px 30px;
	font-size: 16px;
	color: #fff;
}

#products-box .products-list .item .cover .opt .button {
	width: 78px;
	height: 78px;
	line-height: 76px;
	font-size: 16px;
	color: #0382db;
	border: 1px solid #0382db;
	border-radius: 100%;
	margin-right: 6%;
}

#products-box .products-list .item .cover .opt .button:hover {
	color: #fff;
	background-color: #0382db;
}

#products-box .products-list .item .cover .opt .links {
	font-size: 14px;
	color: #333;
	margin-top: 12px;
}

#products-box .products-list .item .cover .opt .links i {
	width: 31px;
	height: 31px;
	background: url(../images/ico-link-0.png) no-repeat center center;
	margin-bottom: 8px;
	position: relative;
	z-index: 1;
	display: block;
}

#products-box .products-list .item .cover .opt .links i::after {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	opacity: 0;
	-webkit-transition: all 300ms ease 0s;
	-moz-transition: all 300ms ease 0s;
	-ms-transition: all 300ms ease 0s;
	-o-transition: all 300ms ease 0s;
	transition: all 300ms ease 0s;
	content: '';
}

#products-box .products-list .item .cover .opt .links:hover {
	color: #0382db;
}

#products-box .products-list .item .cover .opt .links:hover i::after {
	opacity: 1;
}

#products-box .products-list .item .cover .url {
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 3;
}

#products-box .products-list .item .cover:hover .opt {
	/*max-height: 100px;bottom: 20%;*/
	opacity: 1;
}

#products-box .products-list .item .info {
	width: 76.923%;
	margin: 0 auto;
}

#products-box .products-list .item .info .left {
	width: 50%;
	line-height: 24px;
}

#products-box .products-list .item .info .name {
	font-size: 16px;
	color: #222;
}

#products-box .products-list .item .info .category {
	font-size: 14px;
	color: #aaa;
}

#products-box .products-list .item .info .price {
	width: 50%;
	line-height: 48px;
	font-weight: bold;
	font-size: 18px;
	color: #222;
}


#products-box .box-button .more-list {
	width: 92px;
	height: 50px;
	line-height: 50px;
	background-color: #f68326;
	border-radius: 3px;
	margin: 0 5px;
}

#products-box .box-button .more-list i {
	width: 10px;
	height: 10px;
	background: url(../images/list-more-0.png) no-repeat center center;
	display: inline-block;
}

#products-box .box-button .more-list i::after {
	width: 100%;
	height: 100%;
	background: url(../images/list-more-1.png) no-repeat center center;
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	opacity: 1;
	-webkit-transition: all 300ms ease 0s;
	-moz-transition: all 300ms ease 0s;
	-o-transition: all 300ms ease 0s;
	transition: all 300ms ease 0s;
	content: '';
}
.index-tutorial {/* position: relative; */}
.index-tutorial .about_bg1{position: absolute;width: 20%;height: 100%;background-color:#ae191f;right: 0;}
.index-tutorial .tutorial-support {
	width: 50%;
	height: 100%;
	background-color: #323436;
	right: 0;
	top: 0;
	color: #fff;
	padding: 50px;
	font-size: 50px;
}

.index-tutorial .tutorial-support .support-search {
	margin-left: 5%;
}

.index-tutorial .tutorial-support .support-search .text {
	width: 350px;
	height: 60px;
	line-height: 60px;
	font-size: 14px;
	background: #fff url(../images/ico-search.png) no-repeat 15px center;
	padding: 0 10px 0 55px;
	border: 0;
	border-radius: 5px;
}

.index-tutorial .tutorial-support .ico {
	font-size: 16px;
	color: #fff;
}

.index-tutorial .tutorial-support .button {
	width: 35%;
}

.index-tutorial .tutorial-support .play {
	line-height: 34px;
	background: url(../images/ico-play.png) no-repeat left center;
	padding-left: 40px;
}

.index-tutorial .tutorial-support .file {
	line-height: 30px;
	background: url(../images/ico-file.png) no-repeat left center;
	padding-left: 40px;
}

.index-tutorial .tutorial-support .line {
	width: 1px;
	height: 60px;
	background-color: #383939;
	margin: 0 7%;
}

.index-tutorial .tutorial-list .item {
	width: 44.70588%;
	padding: 45px 15px;
	border-top: 1px solid #e5e5e5;
}

.new_t {
	margin-bottom: 50px
}

.new_t dl {
	border: 1px solid #eee;
	overflow: hidden;
	margin-bottom: 15px;
	padding: 20px;
	box-shadow: 0px 4px 8px 4px #4e4b4c1c;
	background: #fff;
}

.new_t dl dt {
	font-size: 27px;
	margin-bottom: 15px;
	font-weight: lighter;
	/* padding-bottom: 30px; */
	/* border-bottom: 1px solid #eee; */
}

.new_t dl dd {
	font-size: 18px;
	margin-bottom: 18px;
}

.index-tutorial .tutorial-list .item:nth-child(1),
.index-tutorial .tutorial-list .item:nth-child(2) {
	border-top: 0;
}

.index-tutorial .tutorial-list .item .date {
	width: 20%;
	max-width: 120px;
}

.index-tutorial .tutorial-list .item .date .year {
	font-size: 16px;
	color: #666;
	margin: 6px 0 15px;
}

.index-tutorial .tutorial-list .item .date .day {
	font-size: 34px;
	color: #222;
}

.index-tutorial .tutorial-list .item .info {
	width: 80%;
}

.index-tutorial .tutorial-list .item .info .name {
	font-size: 20px;
	color: #222;
}

.index-tutorial .tutorial-list .item .info .name a {
	font-size: inherit;
	color: inherit;
}

.index-tutorial .tutorial-list .item .info .name a:hover {
	color: #f68326;
}

.index-tutorial .tutorial-list .item .info .brief {
	height: 72px;
	line-height: 24px;
	font-size: 14px;
	color: #888;
	margin-top: 20px;
}

.about-title {
	/* margin-bottom: -3px; */
}

.about-title .title-0 {
	font-family: Arial;
	font-size: 10px;
	color: #333;
	padding-left: 3px;
	letter-spacing: 3px;
}

.about-title .title-1 span {
	font-size: 40px;
	color: #c30d23;
	position: relative;
	z-index: 1;
}

.about-title .title-1 span::before,
.about-title .title-1 span::after {
	width: 100px;
	height: 1px;
	background-color: #e1e1e1;
	top: 15px;
	position: absolute;
	z-index: 1;
	content: '';
}

.about-title .title-1 span::before {
	right: -moz-calc(100% + 30px);
	right: -webkit-calc(100% + 30px);
	right: 110%;
}

.about-title .title-1 span::after {
	left: -moz-calc(100% + 30px);
	left: -webkit-calc(100% + 30px);
	right: 110%;
}

#about {
	margin-top: 50px;
	/* margin-bottom: 100px; */
}

#about .title-0 {
	padding-left: 10px;
	letter-spacing: 10px;
}

#about .item {
	width: 50%;
}

#about .about-brief {
	padding: 0 4.117647%;
	margin-top: 25px;
}

#about .about-brief .brief {
	line-height: 34px;
	font-size: 14px;
	color: #666;
	text-align: justify;
}

#about .number {
	height: 100%;
	right: 0;
	top: 0;
}

#about .number .i {
	width: 33.3333333%;
	height: 100%;
	font-size: 20px;
	color: #555;
}

#about .number .i:nth-child(1),
#about .number .i:nth-child(3) {
	background-color: #f5f5f5;
}

#about .number .i .n {
	font-family: 'PingFang';
	font-size: 64px;
	color: #c30d23;
	margin: 60% 0 56%;
	letter-spacing: -3px;
}

.wxcode img {
	margin-top: -45px;
	margin-bottom: 20px;
}



footer {
	background-color: #000;
}

.wrap dl dt {
	font-size: 19px;
	color: #fff;
	padding: 10px 0;
	margin-top: 20px;
	/* color: #ae191f; */
}

.wrap dl dd {
	font-size: 16px;
	line-height: 30px;
	color: #fff;
}

.wrap dl dd img {
	float: left;
	width: auto;
	margin-right: 10px;
}

.wrap .beianhao,
.wrap .wangzhi {
	color: #fff;
	line-height: 24px;
	margin: 30px 0;
	font-size: 16px;
}

.wrap .beianhao {
	/* padding: 20px 0; */
	border-top: 2px solid #fff;
	padding-top: 20px;
}
.logo_b{color: #fff;margin-bottom: 30px;position: relative;overflow: hidden;width: 20%;margin-top: 25px;}
.logo_b span{display:block;text-align:center;color:#fff;font-size: 16px;width: 300px;margin-top: -20px;}
.logo_b span:before  {
	width: 95px;
	height: 1px;
	background-color: #e1e1e1;
	bottom: 105px;
	position: absolute;
	z-index: 1;
	content: '';
	left: 15px;
}
.logo_b span:after {
	width: 95px;
	height: 1px;
	background-color: #e1e1e1;
	bottom: 105px;
	position: absolute;
	z-index: 1;
	content: '';
	/* right: 9px; */
}
.logo_b img{width:auto;margin-bottom: 32px;}
.logo_b p{font-size: 20px;padding: 5px 0;line-height: 8px;/* color: #ae191f; */font-weight: bold;}
.wrap .bottom {
	margin: 50px 0;
}

footer .left .title {
	font-size: 18px;
	color: #888;
	margin-left: 25px;
	margin-top: 15px;
}

footer .left .hotline {
	font-family: Arial;
	font-weight: bold;
	font-size: 30px;
	color: #fff;
	margin: 25px 25px 10px;
}

footer .left .address {
	line-height: 24px;
	font-size: 14px;
	color: #666;
	background: url(../images/ico-position.png) no-repeat left center;
	padding-left: 25px;
	margin-left: 25px;
	margin-bottom: 25px;
}

footer .left .address a {
	color: #fff;
}

footer .follow .title {
	margin-bottom: 30px;
	margin-right: 25px;
	margin-top: 15px;
}

footer .follow .title::after {
	width: 100%;
	height: 1px;
	background-color: #404244;
	left: 0;
	top: 50%;
	position: absolute;
	z-index: 1;
	content: '';
}

footer .follow .title span {
	font-size: 14px;
	color: #aaa;
	background-color: #323436;
	padding: 0 10px;
	z-index: 2;
}

footer .follow .item {
	color: #8c8c8c;
}

footer .follow .item:nth-child(2) {
	margin: 0 30px;
}

footer .follow .item .ico {
	width: 54px;
	height: 54px;
	line-height: 54px;
	border-radius: 100%;
	margin-bottom: 10px;
}

footer .follow .item .ico.qq {
	background-color: #12b7f5;
}

footer .follow .item .ico.qq:hover {
	color: #12b7f5;
	background-color: #fff;
}

footer .follow .item .ico.wechat {
	background-color: #24b727;
}

footer .follow .item .ico.wechat:hover {
	color: #24b727;
	background-color: #fff;
}

footer .follow .item .ico.sina {
	background-color: #ea493c;
}

footer .follow .item .ico.sina:hover {
	color: #ea493c;
	background-color: #fff;
}

footer .follow .item .ico i {
	font-size: 24px;
	color: #fff;
}

footer .follow .item .ico:hover i {
	color: inherit;
}

footer .follow .item .qrcode {
	width: 150px;
	height: 150px;
	background-color: #fff;
	padding: 25px;
	border-radius: 10px;
	box-shadow: 0 4px 6px #323436;
	margin-left: -80px;
	bottom: 25px !important;
	left: 50%;
	display: none;
}

footer .follow .item .qrcode::after {
	width: 0;
	height: 0;
	border-top: 8px solid #fff;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	margin-left: -4px;
	position: absolute;
	z-index: 1;
	left: 50%;
	top: 100%;
	content: '';
}

footer .follow .item:hover .qrcode {
	bottom: 140%;
	display: block;
}

footer .bottom {
	line-height: 52px;
	/* background-color: #222; */
	color: #fff;
}





#follow {
	right: 0;
	bottom: 10%;
	position: fixed;
	z-index: 10;
}

#follow .item {
	width: 40px;
	height: 40px;
}

#follow .item .ico {
	width: 40px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	background-color: rgba(30, 30, 30, .6);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 50% auto;
	text-align: center;
	left: 0;
	top: 0;
}

#follow .item .red {
	background-color: #ea493c;
}

#follow .item .blue {
	background-color: #3da8e5;
}

#follow .item .green {
	background-color: #24b727;
}

#follow .item .orange {
	background-color: #ffbe33;
}

#follow .totop {
	opacity: 0;
}

#follow .totop.show {
	opacity: 1;
}

#follow .item.open[row='1'] {
	height: 90px;
}

#follow .item.open[row='2'] {
	height: 126px;
}

#follow .item.open[row='3'] {
	height: 162px;
}

#follow .item.open[row='4'] {
	height: 198px;
}

#follow .item.open[row='5'] {
	height: 234px;
}

#follow .top {
	line-height: 24px;
	font-size: 14px;
	color: #fff;
	padding: 15px;
}

#follow .top a {
	line-height: inherit;
	font-size: 16px;
	color: inherit;
}

#follow .item [id] {
	width: 140px;
	background-color: #fff;
	left: 40px;
	position: relative;
	z-index: 1;
	-webkit-transition: all 300ms ease 0s;
	-moz-transition: all 300ms ease 0s;
	-ms-transition: all 300ms ease 0s;
	-o-transition: all 300ms ease 300ms;
	transition: all 300ms ease 0s;
}

#follow .qq-list .list {
	line-height: 20px;
	padding: 8px 25px;
}

#follow .qq-list .list span {
	margin-right: 10px;
}

#follow .qq-list .list:hover {
	color: #fff;
	background-color: #3da8e5;
}

#hotline .top {
	background-color: #ffbe33;
}

#online .top {
	background-color: #3da8e5;
}

#follow .item[id^='open'] .ico {
	left: 0;
	-webkit-transition: all 300ms ease 600ms;
	-moz-transition: all 300ms ease 600ms;
	-ms-transition: all 300ms ease 600ms;
	-o-transition: all 300ms ease 600ms;
	transition: all 300ms ease 600ms;
}

#follow .item[id^='open'] {
	-webkit-transition: all 300ms ease 300ms;
	-moz-transition: all 300ms ease 300ms;
	-ms-transition: all 300ms ease 300ms;
	-o-transition: all 300ms ease 300ms;
	transition: all 300ms ease 300ms;
}

#follow .item.open {
	-webkit-transition: all 300ms ease 300ms;
	-moz-transition: all 300ms ease 300ms;
	-ms-transition: all 300ms ease 300ms;
	-o-transition: all 300ms ease 300ms;
	transition: all 300ms ease 300ms;
}

#follow .item.open .ico {
	left: 100%;
	-webkit-transition: all 300ms ease 0s;
	-moz-transition: all 300ms ease 0s;
	-ms-transition: all 300ms ease 0s;
	-o-transition: all 300ms ease 0s;
	transition: all 300ms ease 0s;
}

#follow .item.open [id] {
	left: -100px;
	box-shadow: 0 5px 10px rgba(4, 0, 0, 0.2);
	-webkit-transition: all 300ms ease 600ms;
	-moz-transition: all 300ms ease 600ms;
	-ms-transition: all 300ms ease 600ms;
	-o-transition: all 300ms ease 600ms;
	transition: all 300ms ease 600ms;
}

#follow #wechat-qrcode {
	width: auto;
	max-width: 200px;
	left: auto;
	right: 100%;
	bottom: 0;
	position: absolute;
	display: none;
	-webkit-transition: all 0s ease 0s;
	-moz-transition: all 0s ease 0s;
	-ms-transition: all 0s ease 0s;
	-o-transition: all 0s ease 0s;
	transition: all 0s ease 0s;
}


@media only screen and (max-width: 1440px) {
	header nav {
		margin-left: -220px;
	}

	header nav .nav-item {
		width: 70px;
	}

	header .header-user .try {
		width: 100px;
	}

	#banner .item-0 .font span {
		font-size: 42px;
	}

	#about .about-brief .brief {
		line-height: 26px;
	}

	#about .number .i .n {
		font-size: 50px;
	}


}

@media only screen and (max-width: 1300px) {
	.show1300 {
		display: block;
	}

	.hide1300 {
		display: none;
	}

	#products-box .products-list .item .cover .opt .button-bg {
		padding: 10px 15px;
	}

	#products-box .products-list .item .cover .opt .button {
		width: 60px;
		height: 60px;
		line-height: 60px;
		font-size: 14px;
	}

	#products-box .products-list .item .cover .opt .links {
		margin-top: auto;
	}

	.index-tutorial .tutorial-support {
		width: 100%;
		height: 150px;
		position: relative;
	}

	.index-tutorial .tutorial-support .support-search {
		margin-left: 2%;
		float: left;
	}

	.index-tutorial .tutorial-list .item .date .day {
		font-size: 28px;
	}

	#about .item {
		width: 100%;
		max-width: 850px;
		margin: 0 auto;
		float: none;
	}

	#about .about-brief {
		margin-top: 20px;
		margin-bottom: 20px;
	}

	#about .number {
		height: 260px;
		position: relative;
	}

	#about .number .i .n {
		margin: 55px 0 50px;
	}

}
.code{width: 25%;float: left;text-align: center;color: #fff;}
.code img{width: auto;margin-right: 10px;}
.font_txt ,.zsjm p{font-weight: bolder;font-size: 60px; margin-bottom: 0;line-height: 60px;text-align:center;}
@media only screen and (max-width: 992px) {
	.pic img{width: 100%; padding-left: 15px; padding-right: 15px;}
		.hide992 {
			display: none;
		}
		.font_txt ,.zsjm p{font-size: 30px !important;}
		 .fs250 {font-size: 20px !important;}
		.wrap .bottom{margin: 0 auto;}
		.bottom_txt {overflow: hidden;}
		.fs30 img{width: 200px;}
		.fs30 ,.fs18{font-size: 14px !important;}
		.page-roof__cont{bottom:8% !important;}
	     .page-roof__wrap, .page-roof__pgPic{margin-bottom: 0!important;}
		.carousel-indicators li ,.carousel-indicators .active{width: 58px !important;}
	 .page-roof__pgPic img{height: 200px; margin-top: 10px;}
		.line22{display: none;}
		 .profenlei{width: 100% !important; margin-top: 10px;} 
		.about-b p{padding: 0 15px;}
	.code{width: 34%;}	
	.logo_b{width: auto;}
.ban1 ,.sect_k1{height: 500px;}
.box_a1{top: 125px !important;}
	#body.left {
		-ms-transform: translateX(-60%);
		-moz-transform: translateX(-60%);
		-webkit-transform: translateX(-60%);
		-o-transform: translateX(-60%);
		transform: translateX(-60%);
	}
	.yfimg{margin-left: 0 !important; width: auto !important;}
.pro_list1 a img {
	 height: auto !important;
}
	.index-title {
		font-size: 22px;
	}
.pro_list1 .pro_txt{position: absolute; top:80px !important;left: 40% !important;;}
	#products-box .products-list.on {
		z-index: 10;
	}

	#products-box .products-list .item {
		/* width: 50%; */
		/* margin-right: 15px; */
	}

	#products-box .products-list .item.on {
		z-index: 3;
	}

	#products-box .products-list .item.on .mask {
		width: 100%;
		height: 100%;
		background-color: #000;
		position: fixed;
		left: 0;
		top: 0;
		opacity: .8;
	}

	#products-box .products-list .item.on .opt-msg {
		max-height: 180px;
		position: fixed;
		z-index: 3;
	}

	#products-box .products-list .item.on .opt-msg a {
		display: block;
	}

	#products-box .box-button .button {
		width: 30px;
		height: 30px;
		line-height: 30px;
	}

	#products-box .box-button .button i {
		font-size: 14px;
	}

	#products-box .box-button .more-list {
		width: 45px;
		height: 30px;
		line-height: 30px;
	}

	.index-tutorial .tutorial-list .item {
		width: 100%;
	}

	.index-tutorial .tutorial-list .item:nth-child(1),
	.index-tutorial .tutorial-list .item:nth-child(2) {
		border-top: 1px solid #e5e5e5;
	}

	.index-tutorial .tutorial-list .item .info .brief {
		height: auto;
	}

	.about-title .title-1 span {
		font-size: 28px;
	}

	footer .left {
		margin-bottom: 30px;
		float: none;
	}

	footer .left .hotline {
		font-size: 24px;
		margin-top: 10px;
	}

	footer .follow {
		float: none;
	}

	footer .bottom {
		padding: 10px 0;
	}

	footer .bottom .links {
		width: 100%;
		line-height: 30px;
		float: none;
	}

	footer .bottom .copyright {
		width: 100%;
		line-height: 30px;
		float: none;
	}

	#follow .item {
		margin-bottom: 1px;
	}

	#follow .item .ico.phone {
		border-top-left-radius: 10px;
	}

	#follow .item:last-child .ico {
		border-bottom-left-radius: 10px;
	}

	#follow .item .ico {
		width: 100%;
		height: 100%;
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 50% auto;
	}

	#follow .item .ico .fa {
		display: none;
	}

	#follow .item .ico.phone {
		background-image: url(../images/m-phone.png);
	}

	#follow .item .ico.wechat {
		background-image: url(../images/m-wechat.png);
	}

	#follow .item .totop .fa {
		font-size: 25px;
		display: inline-block;
	}
}

@media only screen and (max-width: 768px) {
.box_m2{ max-width: 60%;}
.box_a1 span{ font-size: 16px;}
.ban1{height: 500px;}
.smal-center, .smal-show{display: block;}
	/* .show768 {
	display: block;
} */
	.hide768 {
		/* display: none; */
		margin: 0 15px;
	}


	#products-box .products-list .item .info .left {
		width: 100%;
		float: none;
	}

	#products-box .products-list .item .info .price {
		width: 100%;
		line-height: 24px;
		float: none;
	}

}

@media only screen and (max-width: 640px) {}

@media only screen and (max-width: 480px) {

	.index-tutorial .tutorial-list .item .date .day {
		font-size: 18px;
	}

	.index-tutorial .tutorial-list .item .info .name {
		font-size: 16px;
		white-space: normal;
	}

}

@media only screen and (max-width: 320px) {}

@media only screen and (max-width:1599px) {
	.q-list1 .txt {
		padding: 60px 20px 0
	}

	.q-list1 .txt p {
		margin-bottom: 15px
	}

	.slick-news .slick-prev {
		left: 20%;
	}

	.slick-news .slick-next {
		right: 20%;
	}
}

@media only screen and (max-width:1365px) {
	.q-list1 .txt {
		padding: 30px 10px 0
	}

	.m-txt .time {
		margin-top: 80px
	}

	.wp {
		width: 95%
	}
}

@media only screen and (max-width:1199px) {

	.main1 .ul-tab01,
	.main2 .ul-tab01 {
		padding-top: 10px
	}

	.header .nav .sub {
		position: static
	}

	.zoomDiv {
		left: auto !important;
		right: 20px
	}

	.m-productdesc .txt-box .type {
		font-size: 24px
	}

	.m-productdesc .txt-box .info {
		font-size: 14px;
		margin-bottom: 20px
	}

	.m-productdesc .pic-box-con {
		float: none;
		margin: 0
	}

	.m-productdesc .txt-box {
		padding-top: 20px
	}

	.m-productdesc .txt-box h3 {
		font-size: 10px;
		line-height: 20px
	}

	.m-productdesc .txt-box .type {
		line-height: 22px;
		margin-bottom: 18px
	}

	.row-f02,
	.row-f11,
	.row-f31,
	.row-f32,
	.row-f33,
	.row-f51,
	.row-f61,
	.row-f71,
	.row-f81,
	.row-f91 {
		margin: 0;
		padding-top: 20px;
		padding-bottom: 20px
	}

	.row-f31 {
		padding-top: 40px
	}

	.ul-product li {
		padding: 0 40px
	}

	.f-contact .con h3 {
		font-size: 24px
	}

	.f-contact .con .contact {
		font-size: 14px
	}

	.f-article .txt .desc b {
		font-size: 20px
	}

	.ul-list01 {
		padding-top: 30px
	}

	.ul-list01 li {
		margin-right: 30px
	}

	body {
		margin-top: 50px
	}

	.wp {
		width: 94%
	}

	.menuBtn {
		display: block
	}

	.hdr {
		display: none;
		position: absolute;
		top: 60px;
		left: 0;
		right: 0;
		z-index: 100;
		background-color: rgb(195 13 35 / 80%);
		height: 100vh;
		overflow-y: auto
	}

	.mall,
	.nav,
	.nav li {
		float: none;
		margin: 0;
		text-align: center
	}

	.nav a {
		line-height: 56px;
		border-bottom-width: 1px
	}

	.mall a {
		margin: 0 12px !important
	}

	.header {
		height: 60px;
		line-height: 60px
	}

	.m-hd {
		height: 60px;
	}

	.logo {
		width: 150px;
		position: absolute;
		left: 50%;
		margin-left: -75px
	}

	.banner .con {
		top: 107px
	}

	.q-list1 li {
		float: none;
		width: auto
	}

	.q-list1 li:nth-child(3) .pic,
	.q-list1 li:nth-child(4) .pic {
		float: left
	}
}

@media only screen and (max-width:959px) {
	.ul-hr1 .inner:hover:after {
		display: none;
	}

	.slick-news .slick-prev {
		left: 23%;
	}

	.slick-news .slick-next {
		right: 23%;
	}

	.wp {
		width: auto;
		padding: 0 20px
	}

	.index-row1,
	.index-row2 {
		padding: 20px 0;
	}

	.q-list1 li {
		margin-bottom: 25px
	}

	.q-list1 .pic {
		width: 50%
	}

	.banner .item:after,
	.banner .item:before {
		display: none
	}

	.banner .slick-dots {
		bottom: 20px
	}

	.m-text h1 {
		font-size: 22px
	}

	.hot-news .pic {
		float: none;
		width: auto
	}

	.ul-news .txt a {
		font-size: 18px;
		line-height: 26px;
		height: 52px
	}

	.hot-news {
		border-width: 0
	}

	.ul-tab3 {
		margin: 20px 10px
	}

	.m-qj1 {
		background: 0 0 !important;
		padding: 0
	}

	.m-qj1 .pic {
		display: block
	}

	.row-culture2 {
		padding: 0 0 10px
	}

	.carousel-inner>.item>img {
		height: 300px;
	}

	.carousel {
		margin-top: 60px;
	}

	.carousel-control {
		top: 10rem;
	}
}

@media only screen and (max-width:767px) {

	.q-list1 li:last-child {
		margin-bottom: 0
	}

	.q-list1 .inner {
		margin: 0
	}

	.q-list1 .pic {
		float: none !important;
		width: auto !important
	}

	.q-list1 .txt {
		text-align: center;
		padding: 17px 0 0;
		background-color: #f9f9f9
	}

	.q-list1 .txt h4 {
		font-size: 12px;
		margin-bottom: 2px;
		line-height: 24px;
	}

	.q-list1 .txt h3 {
		font-size: 18px;
		padding-bottom: 3px;
		margin-bottom: 12px;
		line-height: 30px;
	}

	.q-list1 .txt h3:after {
		left: 50%;
		margin-left: -9px;
		height: 2px;
		width: 18px
	}

	.q-list1 .txt p {
		font-size: 14px;
		margin-bottom: 10px;
		padding: 15px;
	}

	.q-list1 .txt .btn {
		display: block;
		font-size: 12px;
		height: 40px;
		line-height: 30px;
		background-color: #c30d23;
		margin: 15px;
		color: #fff;
		background-image: url(../images/icon-btn2.png);
		-webkit-background-size: 13px auto;
		background-size: 13px auto;
		background-position: 39% center;
	}

	.g-ind-tit {
		font-size: 21px;
		padding-bottom: 11px
	}

	.g-ind-tit:after {
		height: 2px
	}

	.cover img {
		margin: 0 15px;
	}
}

/*二级页开始*/
/*product*/
.profenlei{width: 19% ;}
.profenlei a{ font-size: 20px; color: #595757;}
.profenlei img{width: auto;float: left;margin-right: 15px;}
.profenlei p{margin: 35px 0 20px;}
.profenlei ul li{border: 1px solid #898989; padding: 15px; margin-bottom: 17px;}
.page-roof__wrap ,.page-roof__pgPic{position: relative;margin-bottom: 114px;}
.page-roof__cont{position: absolute;bottom: 11%;left: 4.27%;color: #fff;}
.page-roof__cont .item-etitle{line-height:1;margin-bottom:.08em;font-family:"Comfortaa";color:#fff}
.page-roof__cont .item-ctitle, .page-roof__cont .item-intro{margin-bottom: 0;max-width: 975px;color: #fff;}
.fs150{font-size: 65px;/* font-family:"Comfortaa"; */color: #fff;line-height:1.2;font-weight: lighter;margin-top: 87px;}
.fs250{font-size:150px;font-weight:bolder;}
 
.fs30{letter-spacing:1px; font-size:30px;font-weight:500}
.fs18{font-size:18px;font-weight: lighter;letter-spacing: 1px;/* line-height:1.66667; */margin: 15px 0 0;}

									.mar ul {
									  *
									  zoom: 1;
									  list-style: none;
									  margin: 0;
									  padding: 0;
									  /* background: #333; */
									}
									.mar ul:before,
									.mar ul:after {
									  content: "";
									  display: table;
									}
									.mar ul:after {
									  clear: both;
									}
									.mar ul > li {
									  float: left;
									  position: relative;
									  /* font-size: 20px; */
									}
									.mar a {
									  display: block;
									  padding: 10px 0;
									  line-height: 2.4em;
									  color: #333;
									}
									.mar a:hover {
									  text-decoration: none;
									 
									}
									.mar li ul {
									  background: #333333c7;
									}
									.mar li ul li {
									  width: 400px;
									}
									.mar li ul a {
									  border: none;
										 font-size:16px;
									}
									.mar li ul a:hover {
									    font-size:16px;
									    color: #fff;
										height:500px;
									}
									/* Slide Down
									============================== */
									.nav3 ul > li:hover ul li {
									  height: 70px;
									  line-height:70px;
									width:500px;
										
								
									}
									.nav3 li ul {
									  position: absolute;
									  left: 0;
									  top: 90px;
									  z-index: 1;
									}
									.nav3 li ul li {
									  overflow: hidden;
									  height: 0;
									  -webkit-transition: height 300ms ease-in;
									  -moz-transition: height 300ms ease-in;
									  -o-transition: height 300ms ease-in;
									  transition: height300ms ease-in;
									}
.place.cor_1{background: #f9f9f9;margin-bottom: 50px;}
.psub{text-align: center;display: flex;justify-content: center;clear: both;}
.psub a{display: inline-block;position: relative;padding:1rem;color:#939393;margin: 0 5.5rem;font-size: 20px;transition: all 0.3s;position: relative;margin-top: 2rem;}
.psub a.mar{ margin: 0 3rem; line-height: 4;}
.psub a:before{ width: 0; height: 2px; position: absolute; margin: 0 auto; left: 0; right: 0; bottom: 0; background: #c30d23; content: ""; display: block; transition: all 0.3s;}
.psub a span{z-index: 10;position: relative;display: block;line-height: 2.5;font-size: 20px;}
.psub a:hover,.psub a.active1{  color: #c30d23;  transition: all 0.3s; content: ""; display: block;}
.psub a.active1::before{ width:80%; height:2px position: absolute; left: 0; right: 0; botoom: 0; background: #c30d23; content: ""; display: block;}

.psub a:hover::before{ width: 80%; transition: all 0.3s; display: block;}

.sub_nav {
	text-align: left;
	margin-bottom: 30px;
	border-bottom: 1px solid #E5E5E5;
	padding-bottom: 15px;
	padding-top: 15px;
	font-size: 15px;
}

.sub_nav a {
	display: inline-block;
	padding: 8px 23px;
	font-size: 16px;
}

.sub_nav .sub_nav_a {
	padding: 0;
	font-size: 14px;
}

.sub_nav a:hover,
.sub_nav .active {
	color: #c30d23;
}

.pro_position {
	padding: 30px 0;
	border-bottom: 1px solid #eaeaea;
	margin-bottom: 50px;
}

.pro dl dt {
	font-size: 30px;
	line-height: 30px;
	margin: 50px 0 15px;
	border-bottom: 1px solid #c30d23;
	padding: 10px 0;
}

.pro dl dd {
	font-size: 16px;
	padding: 15px 0;
	margin-bottom: 50px;
}

.proimg {
	margin: 50px 0 0;
}

.pro_list img {
	 width: 100%;
	 /* padding: 10px; */
}

.pro_list1 a img {
	 /* height: 500px; */
}
.pro_list{position:relative;overflow:hidden;margin-bottom: 100px;}
.pro_list1 .pro_txt{/* position:absolute; */left: 44%;top: 230px;overflow: hidden;text-align: center;background: rgb(249, 249, 249);}
.pro_list1 h1{overflow:hidden;margin-bottom: 30px;/* color: #fff; */}
.pro_list h4{/* margin-left:20px; */margin-top: 25px;margin-bottom: 5px;font-size: 16px;color: #221815;}
.pro_list h5{font-size:20px;color: #595757;margin-bottom: 10px;margin-left: 20px;}
.pro_list h4 b{display: block;width: 3px;height: 16px;background: #221815;float: left;margin: 1px 8px 8px 20px;}
.pro_list p {
	color: #ae191f;
 
	font-size: 15px;
	 
	margin-bottom: 0;
	padding-top: 15px;
}
.ab_pp{/* background: #f5f5f5; */padding: 30px 0;text-align: center;font-size:30px;border: 1px solid #f5f5f5;}
.xgzx {
	font-size: 36px;
	color: #333;
	font-weight: bold;
	line-height: 80px;
	margin: 50px 0;
	border-bottom: 1px solid #ccc;
	text-align: center;
}

.xgzx_news {
	margin-bottom: 20px;
	min-height: 80px;
}

.xgzx_news img {
	float: left;
	padding-right: 10px;
	margin-bottom: 20px;
	width: 120px;
}

.xgzx_news dl dt {
	color: #333;
	font-size: 16px;
	padding-bottom: 10px;
}

.xgzx_news dl dd {
	color: #999;
	font-size: 12px;
}

.xgzx_news dl a:hover {
	color: #00a0e9;
}

/*招商加盟*/
.pro_ img{}
.zsjm{background:url(../images/zsjm.jpg) no-repeat center;background-size: cover;margin: 90px 0;padding-bottom: 105px;}
.zsjm p{color:#221815;font-weight: bolder;font-size: 60px;text-align: center;margin-bottom: 0;line-height: 60px;margin-top: 64px;}
.pro_ h5{font-size: 23px;color: #898989;text-align: center;margin-bottom: 72px;background: #eee;padding: 42px 0;}
.box_zs i{display: block;}
.sect_zs img ,.sect_zs1 img{width: auto;}
.tit_n3 span ,.zsjm span{text-align: center; font-size: 50px;display: block;}
.ny_banner .ping{ width: 100%; height: 100%; background: rgba(0,0,0,0.5); position: absolute; left: 0; right: 0; top: 0;}        
.ny_banner .ban-box{ max-width: 1570px; width: 92%; margin: 0 auto;}
.ny_pro{background:url(../images/pro.jpg) no-repeat center;  background-size: cover;}
.ny_pro1{ background:url(../images/ban_p1.jpg) no-repeat center;  background-size: cover;}
.ny_pro2{ background:url(../images/ban_yanfa.jpg) no-repeat center;  background-size: cover;}
.ny_case{ background:url(../images/ban_case.jpg) no-repeat center;  background-size: cover;}
.ny_service{ background:url(../images/ban_service.jpg) no-repeat center;  background-size: cover;}
.ny_about{ background:url(../images/ban_about.jpg) no-repeat center;  background-size: cover;}
.m0{ margin: 0;}
.box_a2{text-align: center; width: 100%;}
.box_a2 a{margin-left: 42rem;}
.sect_zs{z-index: 0; background-size: cover;position: relative;}
.sect_zs .wrap{ position: relative; z-index: 3;}
.sect_zs .zs_bg{z-index: 1;/* background: rgba(0,0,0,0.5); */position: absolute;left: 0;right: 0;top: 0;width: 100%;height: 100%;}
.box_zs{/* background: #b50c08; */padding: 4rem 15px;text-align: center;margin-top: 3rem;transition: all 0.5s;cursor: pointer;border: 1px solid #595757;}
.box_zs:hover{ transform: translateY(-15px); transition: all 0.5s;}
.box_zs i{ display: block;}
.box_zs span{color: #595757;font-size: 2.4rem;display: block;margin: 2rem 0 1rem;}
.box_zs p{font-size: 14px;color: #595757;}
.sect_zs1{/* background: #eef1f2; */padding: 0;}
.box_lc{ text-align: center;}
.sect_zs2{ background-size: cover; position: relative;padding-bottom: 1rem;padding-top: 2rem;}
.sect_zs2 .zs_bg{z-index: 1;background: rgba(0,0,0,0.5);position: absolute;left: 0;right: 0;top: 0;width: 100%; }
.sect_zs2 .wrap_zs{ max-width: 1600px;margin: 0 auto;position: relative;z-index: 3;}
.tit_zs{color: #ffffff;}
.tit_zs span{font-size: 4rem;font-weight: bold;display: block;margin: 0 0 1rem 0;}
.tit_zs p{}
.m-form{margin: 1rem 0;}
.msg-btn{ display: flex; justify-content: flex-start; align-items: center;}
.m-form .btn{margin-left: 0;margin-right: 3rem;font-size: 30px;line-height: 8rem;width: 100%;max-width: 268px;color: #595757;padding: 0;display: block;font-weight: bold;margin-top: 40px;background: #fff;border: none;}
.m-form p{margin-top: 3rem;color: #fff !important;}
.m-form .form-control{border: none;border-bottom: 1px solid #fff;color: #9fa0a0 !important;!i;!;height: 60px;font-size: 18px;background-color: rgba(255,255,255,0);padding-left: 0;box-shadow: none;/* font-weight: bold; */}
.m-form .btn:hover{ background-color: #ffffff; border: 1px solid #1e34a9; color: #1e34a9;  }
.m-form textarea.form-control{ height: auto;}
.m-form .form-group{margin-bottom: 1rem;margin-left: 20px;}
.m-form .form-group span{font-size: 22px;color: #ffffff;font-weight: bold;}
.m-form .form-group input::-webkit-input-placeholder{color:rgba(255,255,255,0.8);}
.m-form .form-group textarea::-webkit-input-placeholder{color:#ffffff;}
.m-form .form-group p{font-size: 16px; color: #ffffff;}
.m-form .form-group select{border-top: none;border-left: none;border-right: none;width: 100%;font-size: 18px;border-bottom: 1px solid #fff;background: none;height: 50px;line-height: 60px;color: #ffffff;}
.m-form .form-group select option{ color: #000000;}
.m-form input[type="radio"] {
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		outline: none;
		display: block;
		width: 13px;
		height: 13px;
		border-radius: 50%;
		background-size: 100% auto;
		box-sizing:border-box;
		border:solid 1px #ffffff;
		}
.m-form input[type="radio"]:checked:before{
		content:"";
		display: block;
		width: 9px;
		height: 9px;
		margin: 1px;
		border-radius: 10px;
		background-color: #ffffff;}
/*news*/
.news_list_item {
	overflow: hidden;
	margin-bottom: 45px;
}

.news_list_item .news_txt a dl {}

.news_list_item .news_txt a dt {
	font-size: 18px;
	color: #636363;
	font-weight: bold;
	padding-bottom: 10px;
}

.news_list_item .news_txt a:hover dt {
	color: #c30d23;
}

.news_list_item .news_txt a dd {
	font-size: 16px;
	color: #a2a2a2;
	line-height: 1.4;
}

.news_list_item .news_date {
	color: #ccc;
	text-align: left;
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 15px;
	padding-bottom: 5px;
}

.news_list_item .news_date span {
	font-size: 24px;
	font-family: HelveticaNeue247d6e6174c82, "微软雅黑";
	display: block;
}

.news_list_item .news_date i {
	font-size: 13px;
	font-family: HelveticaNeue247d6e6174c82, "微软雅黑";
	font-style: normal;
}

.news_info {
	line-height: 3;
	border-bottom: 1px solid #f2f2f2;
	margin-bottom: 30px;
	text-align: center;
}
.about_bg{position: absolute;width: 16%;height: 100%;background-color:#ae191f;left: 0;}
.news_info span {
	padding: 0 10px;
	font-size: 12px;
	color: #999;
}

.news_detail h1 {
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	color: #000;
	padding: 20px 0;
}

.news_detail .date {
	text-align: center;
	font-size: 12px;
	color: #999;
	border-bottom: 1px solid #eaeaea;
	padding-bottom: 20px;
}

.news_detail .question {
	font-size: 16px;
	color: #333;
	line-height: 30px;
	padding: 50px 0 0;
	text-align: left;
}

.news_detail .question img {
	padding: 50px 0;
}

/*contact*/
.contact{margin: 100px 0 ;}
.contact dl {
	padding-bottom: 30px;
	height: 130px;
	margin-bottom: 30px;
}
.proimg img{ padding-left: 0;height: 925px;}
.probg img{ width: auto;}
.prowrap .col-md-6{padding-left: 0;padding-right: 0;}
.probg {background: url(../images/probg.jpg)no-repeat;color: #fff;overflow: hidden;margin-top: 50px;padding-bottom: 8px;background-size: cover;}
.probg a{color:#fff;}
.probg h1{font-size: 65px;padding: 150px 50px 0px;color: #fff;font-weight: 200;}
 
.probgpro ul li {overflow:hidden;}
.probg span{display:block;font-size:30px;padding:10px 50px;color#000 !important;color: #000;font-weight: lighter;}
.probg ul li{color: #fff;text-align: center;line-height: 52px;background: rgba(114,113,113,0.5););margin: 140px 20px 98px;padding: 30px 30px 20px;transition: all 0.5s;}
.probg ul li:hover{ transform: translateY(-15px); transition: all 0.5s; cursor:pointer;}
.probg ul li p{font-size: 30px;margin-top: 20px;font-weight: lighter;}
.probg ul li p:hover{font-size: 30px;margin-top: 20px;font-weight: lighter; color:#c30d23;}
.probg .btn{border: 1px solid #fff;margin-bottom: 190px;float: right;margin-right: 160px;}
.contact dl dt {
	text-align: center;
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 50px;
	text-indent: -9999px;
	color: #333; 
}


.about-b {max-width: 1035px;margin: 0 auto;margin-top: 85px;}

.contact dl dd {
	text-align: center;
	font-size: 18px;
	color: #999;
}
.line22{border-left: 3px solid #fff;height: 150px;float: left;margin-right: 57px;margin-top: 38px;margin-left: 29px;}
.zhaoshang{background: url(../images/zhaoshang.jpg);padding-bottom: 43px;background-size: cover;margin-top: 78px;border-bottom: 2px solid #fff;}
.zhaoshang .biankuang{border: 1px solid #fff;padding: 20px 20px;color: #fff;text-align: center;margin: 78px 40px 85px;}
.zhaoshang h1{font-size: 65px;color: #fff;line-height: 40px;margin: 64px 0 10px;}
.zhaoshang span{font-size: 30px;line-height: 40px;display: block;color: #000;font-weight: lighter;margin-top: 30px;}
.zhaoshang .biankuang h2{font-size: 35px;color: #fff;line-height: 40px;margin: 60px 0 24px;}
.zhaoshang .biankuang p{font-size: 25px;margin-bottom: 60px;}
.contact_item{background: #f5f5f5; font-size: 30px;}
.contact_item1 {
	background: #f5f5f5 url(../images/icon_address.png) no-repeat center 20px;
}

.contact_item2 {
	background: #f5f5f5 url(../images/icon_phone.png) no-repeat center 20px;
}

.contact_item3 {
	background: #f5f5f5 url(../images/icon_fax.png) no-repeat center 20px;
}

.contact_item4 {
	background: #f5f5f5 url(../images/icon_email.png) no-repeat center 20px;
}

.contact-form-detl h3 {
	font-size: 30px;
	font-weight: 400;
	margin: 5px 0 10px;
}
.abo7{background: url(../images/abo7.jpg)no-repeat;border: none;background-size: cover;}
.abo8 img,.abo7 img{width: auto;}
.abo7 img{margin-top: 38px;}
.abo7 .bk{border: 2px solid #fff;text-align: center;color: #fff;margin-bottom: 65px;padding-bottom: 20px;width: 80%;}
.abo7 .bk h1{font-size: 30px;color: #fff;margin: 36px 0;}
.abo7 .bk p{font-size: 17px;color: #fff;margin-bottom: 30px;}
.abo7 .bk:hover{ border-radius: 10px; border: 2px solid #c40d23;-webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: border-radius;
  transition-property: border-radius;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0); transition:1s; margin-top: -5px;}
  .yf{background: url(../images/yf01.jpg)no-repeat;border: none;background-size: cover;padding-bottom: 80px;}
  .yf2{background: url(../images/yf3.jpg)no-repeat;border: none;background-size: cover;padding-bottom: 80px;}
  .yf_txt img ,.yf2 img{width: auto;float: left;margin-right: 10px;}
  .yf_txt{margin: 70px 0 60px;}
  .yf_txt p{font-size: 30px;font-weight: lighter;margin-top: 112px;}
  .yf2 img{
    margin-top: 62px;
    margin-right: 32px;
}
  .yf2_txt{
    overflow: hidden;
    margin-top: 52px;
}
.yfimg img{width: auto;}
.yfimg{margin: 0 auto;margin-left: 12%;overflow: hidden;width: 1600px;}
  .yf2 h1{font-size: 35px;font-family: '宋体';line-height: 55px;font-weight: bold;margin-top: 50px;}
  .yf2 .yf2_txt p{font-size: 18px;color: #747373;line-height: 40px;margin-bottom: 20px;padding-bottom: 60px;}
  .yf2_bk{border-bottom: 2px solid #9c9d9d;}