@font-face {
	font-family: "SourceHanSansCN-Normal";
	src: url("../font/SourceHanSansCN-Normal.otf"),
}

html,
body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	font-family: 'SourceHanSansCN-Normal';
	width: 100%;
	-ms-overflow-style: none;
	/* IE 10+ */
	scrollbar-width: none;
	/* Firefox */
	overflow-x: hidden;
	overflow-y: auto;
}

body {
	overflow: auto;
}

ul {
	list-style: none;
}

.header {
	padding: 15px 0;
	width: 100%;
	background: url(../img/top.png)no-repeat;
	position: relative;
	background-size: 100% 100%;
	overflow: hidden;
	vertical-align: middle;
}

.header-wid {
	width: 900px;
	margin: auto;
	/*padding-left: 15px;*/
}

.header-wid button {
	float: right;
	padding: 1px;
	width: 40px;
	height: 25px;
	margin-top: 24px;
	text-align: center;
	line-height: 23px;
	border: 1px solid #705F55;
	border-radius: 5px;
	background: none;
}

.header img {
	width: 70px;
	height: 70px;
	vertical-align: middle;
}

.header span {
	font-size: 20px;
	font-weight: 600;
	color: #000;
}


/* 导航条 */

.topnav {
	width: 100%;
	background: url(../img/navigation.png);
	position: relative;
	background-size: 100% 100%;
	font-size: 14px;
	text-align: center;
	height: 50px;
	margin: auto;
	font-size: 14px;
	line-height: 50px;
}

a {
	text-decoration: none;
	color: #fff;
}

.topnav ul {
	display: block;
	width: 1200px;
	margin: auto;
	padding: 0;
	display: flex;
	justify-content: space-around;
}

.topnav li {
	list-style: none;
	display: block;
	float: left;
}

.topnav li:last-child {
	margin: 0;
}

.topnav li :active {
	margin: 0;
}

.main {
	background: url(../img/index-bg.png);
	background-repeat: no-repeat;
	background-attachment: fixed;
	position: relative;
	background-size: 100% 100%;
	overflow: hidden;
	/*height: 1800px;*/
}

.main img {
	width: 100%;
}

.topnav .active {
	color: #C8AAA0;
	font-size: 15px;
}

.topnav .li :after {
	height: 10px;
	color: red;
}

.xian {
	border-bottom: 2px solid #C1B0A3;
	width: 8px;
	margin-top: -8px;
	margin-left: 11px;
}

.xian-pro {
	border-bottom: 2px solid #C1B0A3;
	width: 8px;
	margin-top: -8px;
	margin-left: 26px;
}

.pro-main {
	background-color: #F8EEE7;
	height: 500px;
}

.parent {
	margin-top: -4px;
	width: 1200px;
	margin: auto;
	display: flex;
	justify-content: center;
	min-height: 500px;
}

.left {
	background-color: #F8EEE7;
	width: 214px;
}

.center {
	background-color: #F8EEE7;
	position: relative;
	margin-left: 50px;
	width: 900px;
	height: 100%;
}

.center-liter {
	background-color: #F8EEE7;
	position: relative;
	height: 100%;
}

.center-liter .center-prod {
	width: 900px;
	padding-left: 40px;
	margin-bottom: 50px;
}

.left-prod {
	height: 75px;
	background-color: #7D524B;
	margin-top: 40px;
	text-align: left;
	color: #fff;
	padding-left: 22px;
}


}
.left-classify {
	background-color: #E3DEDA;
	height: 40px;
	width: 120px;
	margin-left: 60%;
	text-align: center;
	line-height: 40px;
	color: #7D524B;
	border-bottom: 1px solid #fff;
	font-size: 13px;
}
.left-classify:last-child {
	border-bottom: 0px;
}
.center-prod {
	height: 35px;
	margin-top: 40px;
	font-size: 13px;
	width: 900px;
	color: #7D524B;
	line-height: 35px;
	height: 100%;
}
.center-prod img {
	width: 180px;
}
.pro-fmil {
	font-size: 25px;
	padding-top: 10px;
}
.product {
	width: 279px;
	height: auto;
	border: 1px solid #E0D5D0;
	margin-top: 30px;
	background-color: #E3DEDA;
	text-align: center;
	padding-bottom: 5px;
	color: #101119;
	font-size: 16px;
}
.product:last-child {
	margin-right: 0px;
}
.liter-main {
	width: 1200px;
	margin: auto;
	min-height: 800px;
}
.box {
	display: flex;
	flex-wrap: wrap;
	margin-left: auto;
	justify-content: space-between;
}
.box:after {
	content: '';
	width: 279px;
	border: 1px solid transparent;
}
.footer {
	position: relative;
	height: 50px;
	clear: both;
	background: url(../img/footer.png);
	background-size: 100% 100%;
	color: #9F938A;
	text-align: center;
	font-size: 12px;
	line-height: 50px;
	width: 100%;
}
.footer-one {
	position: absolute;
	bottom: 0;
	height: 50px;
	background: url(../img/footer.png);
	background-size: 100% 100%;
	color: #9F938A;
	text-align: center;
	font-size: 12px;
	line-height: 50px;
	width: 100%;
}
.index-link {
	position: relative;
	height: 50px;
	clear: both;
	background: url(../img/link.png);
	background-size: 100% 100%;
	color: #ffffff;
	text-align: center;
	font-size: 12px;
	line-height: 50px;
}
.news-main {
	width: 1200px;
	background-color: #F8EEE7;
	position: relative;
	margin: auto;
	display: flex;
	justify-content: center;
	min-height: 800px;
}
.liter-main {
	background-color: #F8EEE7;
	display: flex;
	justify-content: center;
}
.newStyle1 {
	border-bottom: 1px solid #E3DEDA;
	padding: 35px 20px 20px 20px;
	display: flex;
}
.newStyle1 .data {
	background-color: #7D524B;
	width: 60px;
	height: 60px;
	text-align: center;
}
.newStyle {
	border-bottom: 1px solid #E3DEDA;
	padding: 20px;
	display: flex;
}
.newStyle .data {
	background-color: #7D524B;
	width: 60px;
	height: 60px;
	text-align: center;
}
.news-font {
	color: #7D524B;
	margin-left: 22px;
	font-weight: 600;
}
.newFiex .data-day {
	color: #fff;
	font-size: 28px;
	font-weight: 600;
	padding-top: 3px;
}
.newFiex .data-mouth {
	color: #fff;
	font-size: 11px;
	margin-top: -8px;
}
.clearfloat {
	clear: both;
}
.lit-font {
	color: #7D524B;
	font-weight: 600;
	font-size: 14px;
}
.department {
	/*padding: 10px 20px 20px 20px;*/
	
	border-bottom: 1px solid #E3DEDA;
	margin-right: 40px;
	margin-left: 45px;
	padding-bottom: 20px;
}
.issue {
	font-size: 10px;
	margin-top: -13px;
	margin-bottom: -7px;
}
.department p {
	font-size: 12px;
	-webkit-box-orient: vertical;
	line-height: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
}
.main-index {
	width: 900px;
	margin: auto;
	text-align: center;
	position: relative;
	margin-top: 60px;
}
.main-index img {
	width: 200px;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
.index-about {
	font-size: 20px;
	margin-top: 4%;
	margin-left: 10px;
}
.index-eng {
	color: #9F7D79;
	font-size: 13px;
	margin-top: -5px;
	margin-left: 4px;
	display: block;
}
.abuotUs {
	width: 100%;
	border: 1px solid #848382;
	margin-top: -9px;
	overflow: hidden;
	padding-bottom: 20px;
}
.present {
	margin-top: 30px;
}
.present p {
	color: #101119;
	font-size: 16px;
	text-align: justify;
	text-indent: 2em;
	float: left;
	line-height: 24px;
	width: 63%;
	padding-left: 15px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.vidio {
	height: 180px;
	background: #FFFFFF;
}
.index-eng-pro {
	color: #9F7D79;
	font-size: 13px;
	margin-top: -5px;
	margin-left: 6px;
	display: block;
}
.pro-img {
	display: flex;
	margin: auto;
	margin-top: 20px;
	padding-top: 40px;
	position: relative;
	color: #9F7D79;
}
.pro-img div {
	width: 33%;
	margin: auto;
	position: relative;
	color: #9F7D79;
}
.pro-img span {
	position: absolute;
	z-index: 999;
	top: 35px;
	left: 30px;
	font-size: 18px;
}
.right {
	background-color: #F8EEE7;
}
.main-liter-body {
	width: 20%;
}
.vidio-style {
	width: 30%;
	float: right;
	margin: auto;
	margin-right: 15px;
	margin-top: -60px;
}
.index-xian {
	border-bottom: 1px solid #000000;
	width: 100px;
}
.main-about {
	background-color: #F8EEE7;
	width: 23%;
	position: absolute;
	top: -12%;
	left: 37%;
	height: 37px;
}
.main-about1 {
	background-color: #F8EEE7;
	width: 24%;
	position: absolute;
	top: -3%;
	left: 37%;
	height: 37px;
}
.main-index-pro {
	width: 900px;
	margin: auto;
	text-align: center;
	position: relative;
	margin-top: 60px;
}
.main .pro-img-logo {
	width: 200px;
	position: absolute;
	left: 4%;
	right: 0;
	top: 0;
	bottom: 0;
}
.main-index-pro .pro-img img {
	/*width: 33%;*/
	
	position: relative;
	border-right: 2px solid #F8EEE7;
}
.main-liter {
	display: flex;
	width: 100%;
	border: 1px solid #848382;
}
.main-lite {
	background-color: #F8EEE7;
	width: 24%;
	position: absolute;
	top: -22%;
	left: 37%;
	height: 37px;
}
.liter-class {
	width: 20%;
}
.liter-class div {
	display: block;
	margin-bottom: 40px;
	color: #9F7D79;
	font-size: 14px;
}
.liter-class img {
	width: 35px;
	padding: 40px;
	padding-bottom: 10px;
	margin-top: 10px;
}
.xian-liter {
	border-bottom: 2px solid #848382;
	height: 130px;
	width: 1px;
	background: #848382;
	position: absolute;
	top: 29px;
}
.main-liter-body:first-child .xian-liter {
	height: 0px;
	width: 0px;
}
.main-news {
	display: block;
	overflow: hidden;
	border: 1px solid #E3DEDA;
	margin-top: 30px;
}
.main-news.tab ul li {
	float: left;
	width: 50%;
	height: 45px;
	line-height: 45px;
	background: #68574C;
	text-align: center;
	color: #FFFFFF;
	cursor: pointer;
}
.main-news.tab ul {
	padding: 0;
	margin: 0;
}
.main-news.tab ul li a {
	text-decoration: none;
}
.mews-Style {
	width: 100%;
	overflow: hidden;
	background: #E3DEDA;
}
.news-img {
	width: 440px;
	height: 250px;
	background-color: #fff;
	margin: 5%;
}
.news-tit {
	font-size: 14px;
	-webkit-box-orient: vertical;
	line-height: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	padding: 0% 3%;
	color: #7D524B;
	width: 430px;
}
.mews-Style .mews-left {
	float: left;
}
.mews-Style .mews-right {
	float: right;
}
.news-text {
	font-size: 12px;
	line-height: 20px;
	width: 425px;
	padding: 0 4%;
	padding-top: 4%;
	color: #7D524B;
	text-align: left;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin-bottom: 5%;
	margin-top: -5%;
}
.new-dis {
	display: flex;
	width: 400px;
	padding: 5% 15px 0px 0;
}
.new-dis .dataNew {
	width: 50px;
	height: 50px;
	background: #7D524B;
	text-align: center;
	color: #FFFFFF;
}
.dataNew .data-day {
	color: #fff;
	font-size: 22px;
	font-weight: 600;
	margin-top: 5px;
}
.dataNew .data-mouth {
	color: #fff;
	font-size: 11px;
	margin-top: 0px;
}
.news-font-index {
	font-size: 13px;
	width: 300px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-align: left;
	padding-left: 3%;
	color: #7D524B;
	margin-bottom: 12px;
	margin-top: 5px;
}
.index-main-news {
	background-color: #F8EEE7;
	width: 24%;
	position: absolute;
	top: -5%;
	left: 37%;
	height: 37px;
}
.index-bottom {
	margin-bottom: 60px;
}
.department a {
	color: #7D524B;
}
.sanjiao-left {
	border-style: solid;
	border-width: 0px 5px 5px 5px;
	border-color: transparent transparent #E3DEDA transparent;
	width: 0px;
	height: 0px;
	position: absolute;
	top: 71px;
	bottom: -26px;
	left: 24%;
}
.sanjiao-left1 {
	border-style: solid;
	border-width: 0px 5px 5px 5px;
	border-color: transparent transparent #E3DEDA transparent;
	width: 0px;
	height: 0px;
	position: absolute;
	top: 71px;
	bottom: -26px;
	left: 74.5%;
}
.new-dis:last-child {
	margin-bottom: 5%;
}
.present-about {
	margin-top: 30px;
}
.present-about p {
	color: #101119;
	font-size: 13px;
	text-align: left;
	text-indent: 2em;
	line-height: 25px;
	width: 96%;
	padding-left: 2%;
	padding-right: 2%;
	margin-top: -2px;
	margin-bottom: 0px;
}
.about-img {
	width: 400px;
	height: 200px;
	margin: 20px auto;
	background: #FFFFFF;
}
.conter {
	background-color: #F8EEE7;
	background-size: 100% 100%;
	overflow: hidden;
}
.conter img {
	width: 100%;
}
.member-img {
	margin-top: 60px;
	display: flex;
}
.member {
	width: 350px;
	background-color: #E3DEDA;
	height: 200px;
	margin: auto;
}
.member img {
	width: 350px;
	height: 200px;
}
.cont-main {
	width: 637px;
	height: 100%;
}
.anchorBL {
	display: none;
}
.cont-right {
	position: relative;
	margin-top: 10%;
	margin-left: 3%;
}
.main-cont {
	position: absolute;
	height: 37px;
}
.main-cont img {
	width: 170px;
	position: absolute;
	left: 4%;
	right: 0;
	top: 0;
	bottom: 0;
}
.main-cont .index-about {
	font-size: 20px;
	margin-top: 10px;
	margin-left: 51px;
	color: #101119;
}
.cont-p {
	margin-top: 50px;
	line-height: 15px;
	margin-left: 5px;
}
.cont-p p {
	color: #101119;
	font-size: 15px;
}
.login-main-not {
	width: 40%;
	margin: auto;
	text-align: center;
	color: #C8AAA0;
	padding-top: 200px;
	line-height: 35px;
}
.login-main-not p {
	margin: 0;
}
.log-but {
	width: 120px;
	height: 30px;
	color: #fff;
	background-color: #7D524B;
	border: 0px;
	margin-top: 20px;
}
.login-main-ing {
	width: 40%;
	margin: auto;
	text-align: center;
	color: #C8AAA0;
	padding-top: 100px;
	line-height: 35px;
}
.login-box {
	background-color: #EADCD0;
	border: 1px solid #C1A194;
	box-shadow: 0px 6px 22px 0px rgba(193, 179, 167, 0.69);
	width: 300px;
	margin: auto;
	padding-bottom: 30px;
	position: relative;
}
.login-cont img {
	margin: auto;
	width: 160px;
}
.login-cont div {
	position: absolute;
	left: 50%;
	top: 10%;
	margin-left: -150px;
	color: #101119;
	right: 0;
	font-size: 20px;
}
.login-cont {
	margin-top: 30px;
}
.login-phone {
	margin: auto;
	margin-top: 5px;
}
.login-phone input {
	border: 1px solid #C8AAA0;
	background-color: #EADCD0;
	height: 25px;
	border-radius: 3px;
	font-size: 12px;
	padding-left: 10px;
	margin-left: -30px;
}
.login-phone input:focus {
	border: 1px solid #C8AAA0;
}
.login-phone div {
	width: 90px;
	float: left;
	text-align: right;
	font-size: 14px;
}
.login-liter button {
	height: 30px;
	width: 120px;
	background-color: #7D524B;
	color: #FFFFFF;
	margin-top: 30px;
	border: 0px;
	outline: none;
}
.login-phone span {
	width: 50px;
	background-color: #7D524B;
	border-radius: 3px;
	color: #FFFFFF;
	padding: 6px;
	font-size: 12px;
}
#sendMess {
	background-color: #7D524B;
	color: #fff;
	border: 1px solid #7D524B;
	padding: 4.5px;
	border-radius: 3px;
	vertical-align: middle;
	width: 77px;
	height: 29px;
	margin-left: 0px;
}
.login-phone .logPhon {
	width: 65px;
}
button :focus {
	outline: 0;
}
button,
input {
	outline: none;
}
input :focus {
	outline: 0;
}
.new-tit {
	color: #7D524B;
	margin-left: 10px;
	margin-top: 10px;
	border-bottom: 1px solid #E3DEDA;
}
.new-body p {
	color: #7D524B;
	font-size: 13px;
	text-align: left;
	margin-left: 20px;
}
.new-body img {
	margin: auto;
	width: 350px;
	height: auto;
}
.new-body {
	color: #7D524B;
	margin-left: -10px;
	width: 100%;
	text-align: center;
	border-bottom: 1px solid #E3DEDA;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.liter-body {
	color: #7D524B;
	padding-bottom: 20px;
	margin: auto;
	margin-left: 10px;
}
.body-button {
	height: 60px;
	width: 800px;
	margin-bottom: 20px;
	margin-left: 10px;
}
.body-button .left {
	float: left;
	width: 45%;
	margin-right: 5%;
}
.body-button .right {
	float: right;
	width: 45%;
	margin-left: 5%;
	text-align: right;
}
.body-button a {
	color: #7D524B;
}
.one {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.li-tit {
	color: #7D524B;
	margin-left: 10px;
	margin-top: 10px;
	border-bottom: 1px solid #E3DEDA;
	overflow: hidden;
	width: 800px;
}
.li-tit .li-tit-bj {
	float: left;
	margin-bottom: 10px;
}
.li-tit-down {
	float: right;
}
.li-tit-down button {
	width: 50px;
	border: 1px solid #7D524B;
	border-radius: 3px;
	background-color: #F8EEE7;
	color: #7D524B;
	font-size: 12px;
	padding: 2px;
}
.wrap {
	display: flex;
	flex-direction: column;
	height: 100%;
}
#office {
	background-color: #E3DEDA;
	padding-left: 2%;
	margin-left: -10px;
	margin: auto;
}
.swiper-container {
	width: 100%;
	height: 100%;
}
.swiper-slide {
	text-align: center;
	font-size: 18px;
	/*background: #fff;*/
	/* Center slide text vertically */
	
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.login-main-not img {
	width: 20px;
	vertical-align: middle;
}
.proDateil {
	display: flex;
}
.proDateil-litimg img {
	width: 300px;
	height: auto;
	padding: 20px 20px 20px 0px;
}
.proDateil-litimg1 {
	margin-top: 5%;
}
.proDateil-litimg1 p {
	color: #101119;
	font-size: 15px;
}
.contT {
	height: 0px;
	width: 110px;
	border-bottom: 30px solid #E3DEDA;
	border-left: 0px solid transparent;
	border-right: 50px solid transparent;
	padding-left: 5px;
	line-height: 33px;
}
.contT div {
	position: absolute;
	left: 10px;
}
.link-top {
	width: 100%;
	height: 1px;
	border-top: solid #E3DEDA 1px;
}
.datil-img {
	margin: auto;
	text-align: center;
}
.datil-img img {
	width: 500px;
	margin: 20px 0px;
}
.datil-body p {
	line-height: 20px;
}
.swiper-button-next,
.swiper-button-prev {
	background: rgba(255, 255, 255, 0.5);
	padding: 20px;
	border-radius: 50%;
	width: 20px !important;
	height: 20px !important;
	color: white !important;
}
#myBtn {
	display: none;
	position: fixed;
	bottom: 50px;
	right: 85px;
	z-index: 99;
	cursor: pointer;
	width: 75px;
	border-radius: 10px;
}
.liter-body .media {
	background-color: #F8EEE7 !important;
	margin-top: 20px;
	width: auto !important;
}
.liter-foot {
	margin: auto;
}
.pagination {
	display: flex;
	justify-content: center;
}
.page {
	background-color: #7D524B;
	color: #FFFFFF;
	border: 1px solid #7D524B;
	width: 70px;
	height: 30px;
	line-height: 30px;
	border-radius: 2px;
}
.activePage {
	color: #7D524B;
}
.pagination li {
	margin: 1%;
	font-size: #747474;
}
.zxf_pagediv a {
	color: #747474;
}
.map-cont {
	width: 1200px;
	margin: auto;
	margin-top: 5%;
	display: flex;
	justify-content: center;
}
.datil-body {
	margin-bottom: 20px;
}
.iframeClass {
	margin-top: 2px;
}
.hfTitle {
	padding-left: 3px;
	margin: auto;
}
::-webkit-scrollbar {
	display: none;
	/* Chrome Safari */
}