@charset "utf-8";

@font-face {
	font-family: "cu";
	src: url("../fonts/8E4C4A88EBD1687CB8AC0C8E7D8958F9.OTF");
	font-weight: 400;
}

@font-face {
	font-family: "xi";
	src: url("../fonts/11C302DD8C50619E4131DA5D645FB422.OTF");
	font-weight: 400;
}

@font-face {
	font-family: 'siyuan';
	src: url('../fonts/bb4171.ttf');
	font-weight: normal;
	font-style: normal;
}

body,
html,
a {
	font-family: "xi" !important;
	font-weight: inherit;
}

/* a {
	font-family: "思源黑体";
} */
/* header */
.header .centerBox {
	display: flex;
	align-items: center;
	justify-content: space-around;
	height: 110px;
    
	background-color:#FFFFFF ;
}

.centerBox {
	z-index: 10;
	width: 100% !important;
}

.fadeInRight {
	position: relative;
	left: 10% !important;
}

.header .logo {
	width: 18%;
}

.header .logo img {
	width: 100%;
}

.headerphone {
	width: 20%;
	display: flex;
	justify-content: space-around;
	align-items: center;
}

.headerphoneicon img {
	width: 50px;
	height: 50px;
}

.headerphonenum {
	font-size: 24px;
	font-weight: bold;
}

.header .menu {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-left: 1%;
}

.header .menu .nav li {
	position: relative;
	display: inline-block;
	margin-right: 70px;
	font-size: 24px;
	color: #53261C;
	text-align: center;
}

.header .menu .nav li:last-child {
	margin-right: 0;
}

.header .menu .nav li:after {
	content: '';
	display: block;
	position: absolute;
	bottom: -22px;
	left: 50%;
	width: 100%;
	height: 3px;
	background: black;
	border-radius: 5px;
	transform: translate(-50%);
	display: none;
}

.header .nav .in {
	font-size: 24px !important;
	color: #53261C !important;
}

.header .menu .nav li.in:after {
	display: block;
}

.container {
	width: 100%;
	height: 600px;
	overflow: hidden;
	margin: 10px auto;
	position: relative;
}

#list {
	width: 500%;
	height: 600px;
	position: absolute;
}

#list img {
	width: 20%;
	float: left;
	cursor: pointer;
}

.arrow {
	position: absolute;
	color: #fff;
	text-decoration: none;
	bottom: 20px;
	text-align: center;
	width: 40px;
	height: 40px;
	font-size: 30px;
	top: 550px;
	font-weight: bold;
	background: rgba(0, 0, 0, 0.3);
}

#left {
	left: 20px;
}

#right {
	right: 20px;
}

.btns {
	width: 100px;
	height: 10px;
	position: absolute;
	bottom: 60px;
	left: 48%;
}

.btns span {
	cursor: pointer;
	border: 1px solid #fff;
	border-radius: 50%;
	margin-right: 8px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	width: 10px;
	height: 10px;
	float: left;
}

.btns .on {
	background: orange;
}

.indexintroduce{
	width: 80%;
	margin: 80px auto 120px auto;
	display: flex;
	justify-content: space-around;
	align-items: flex-start;
}
.indexintroduceleft{
	color: #53261C;
	width: 60%;
}
.indexintroducelefttitle{
	display: flex;
	align-items: flex-end;
	margin-bottom: 30px;
}
.indexintroducelefttitle1{
	font-size: 32px;
	font-weight: bold;
}
.indexintroducelefttitle2{
	width: 20px;
	height: 20px;
	border-radius: 10px;
	border: 3px solid #A4907B;
	margin-left: 20px;
}
.indexintroduceleftenglish{
	font-size: 24px;
	margin-bottom: 20px;
}
.hr{
	width: 100px;
	border: 2px solid #53261C;
	margin-bottom: 20px;
}
.indexintroducelefttext{
    font-size: 24px;
}
.indexintroducelefttext1{
	text-indent: 50px;
}
.indexintroduceright{
	width: 35%;
}
.indexintroduceright img{
	width: 100%;
}
.product{
	width: 100%;
	color: #53261C;
	margin-bottom: 80px;
}
.producttitle{
	display: flex;
	align-items: flex-end;
	justify-content: center;
	margin: 0 auto 60px auto;
}
.indexintroducelefttitle4{
	font-size: 36px;
	color: #53261C;
	font-weight: bold;
}
.indexintroducelefttitle3{
	width: 30px;
	height: 30px;
	border-radius: 15px;
	border: 3px solid #A4907B;
	margin-left: 30px;
	position: relative;
	top: 10px;
}

.anlibox{ 
    width: 80%;
	margin: 0 auto 30px auto;
}  
.anlilist{
	width: 100%; 
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 50px;
}
.anlilist3{
    width: 100%;
	display: flex;
	justify-content: space-around;
	align-items: center;
	margin-bottom: 80px;
}

.anlilist li{
	padding: 5px 20px;
	border-right: 2px solid #53261C;
	font-size: 24px;
	margin-right: 50px;
	color: #53261C;
	position: relative;
}
.anlilist3 li{
	padding-bottom: 10px;
	font-size: 24px;
}
.anlilist li:before {
	content:"";
	position:absolute;
	top:0;
	right:0px;
	width:0;
	height: 100%;
	background-color:#000000;
	z-index:-1;
	-webkit-transition:all 0.5s;
	transition:all 0.5s;
}
.anlilist li:hover{
	color: #ffffff;
}
.anlilist li:hover:before {
	width:100%;
}

.anlilist2{
	width: 100%;
}
.anlilist2 div{
	width: 100%;
}
.anlilist2 div ul{
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
}
.anlilist2 div ul li{
	width: 30%;
	margin-right: 3.3%;
	margin-bottom: 80px;
}
.productlist{
	width: 100%;
}
.productlistimg{
	width: 100%;
}
.productlistimg img{
	width: 80%;
}
.productlistimg img:hover{
	  transform: scale(1.3);
}
.productlisttext{
	margin-top: 50px;
	text-align: center;
	padding: 10px;
	font-size: 32px;
}


/* 小轮播 */
.container2 {
	max-width: 80%;
	margin: 0 auto;
	display: flex;
	justify-content: space-around;
	align-items: center;
}

.slide {
	width: 80%;
	min-height: 180px;
	overflow: hidden;
	position: relative;

}

.slide .img {
	overflow: hidden;
	position: absolute;
	transition: width 0.4s, height 0.4s, top 0.4s, left 0.4s, z-index 0.4s;
}

.slide .img img {
	width: calc(100% - 14px);
	height: calc(100% - 14px);
	margin: 7px;
}

.slide .img1 {
	width: 40%;
	height: 40%;
	top: 30%;
	left: -50%;
	z-index: 1;
}

.slide .img2 {
	width: 60%;
	height: 60%;
	top: 20%;
	left: -20%;
	z-index: 2;
}

.slide .img3 {
	width: 80%;
	height: 80%;
	top: 10%;
	left: 10%;
	z-index: 3;
}

.slide .img4 {
	width: 60%;
	height: 60%;
	top: 20%;
	left: 60%;
	z-index: 2;
}

.slide .img5 {
	width: 40%;
	height: 40%;
	top: 30%;
	left: 110%;
	z-index: 1;
}

.slide-bt {
	position: absolute;
	left: 50%;
	bottom: 13%;
	z-index: 10;
}

.slide-bt span {
	width: 24px;
	height: 8px;
	background: #c9caca;
	float: left;
	margin: 5px;
	border-radius: 4px;
}

.slide .slide-bt .on {
	background: #ffd200;
}

.lunbobtn {
	font-size: 48px;
	color: #53261C;
	background-color: #ffffff;
	margin: 20px;
	border: none;
}

/* 小轮播结束 */


.newslist{
	width: 80%;
	margin: 80px auto 80px auto;
}
.newslist ul{
	width: 100%;
}
.newslist ul li{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	color: #53261C;
	margin-bottom: 50px;
}
.newsleft{
	width: 50%;
}
.newslefttitle1{
    font-size: 32px;
	margin-bottom: 20px;
	font-weight: bold;
}
.newslefttitle2{
	font-size: 24px;
	margin-bottom: 20px;
}
.newslefttext{
	font-size: 20px;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	max-width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow:ellipsis;
}
.newsrighttime{
	font-size: 24px;
	margin-bottom: 20px;
}
.newsrightcheck{
	font-size: 24px;
	text-align: right;
}

.footer{
	width: 100%;
	background-color: #F7F7F7;
	padding: 50px 0;
	display: flex;
	justify-content: space-around;
	align-items: center;
	color: #53261C;
	font-size: 24px;
}
.footerleft{
	width: 30%;
}
.footerleft img{
	width: 100%;
}
.footerrightlist{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 20px;
}
.footerrightlisttext{
	margin-right: 50px;
}
.guanyutitle{
	width: 100%;
	color: #53261C;
	margin-top: 80px;
    margin-bottom: 50px;
}
.guanyutitlelist{
	margin-left: 45%;
}
.indexintroducelefttext2{
	line-height: 50px;
}
.banner2{
	width: 100%;
	margin-bottom: 80px;
}
.banner2 img{
	width: 100%;
}
.tree_box2{
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
}
#treelist{
	width: 19%;
	margin-right: 1%;
}
#treelist2{
	width: 30%;
	margin-right: 3%;
	margin-bottom: 80px;
}
#treelist3{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin-bottom: 50px;
}
.table{
	margin: 0 auto 0 auto;
}
.pageNum ul a{
	padding: 10px 15px;
	margin-right: 10px;
	color: #cccccc;
	border:1px solid #cccccc;
}
.pageNum ul a:hover{
	color: #ffffff;
	background-color: #53261C;
}
.active{
	color: #ffffff;
	background-color: #53261C;
}
.pageLeft button{
	padding: 13px 15px;
    color: #CCCCCC;
	border:1px solid #cccccc;
	margin-right: 10px;
	background-color: #ffffff;
}
.pageRight button{
	padding: 13px 15px;
    color: #CCCCCC;
	border:1px solid #cccccc;
	background-color: #ffffff;
}
.anlipart{
	width: 80%;
	margin: 0 auto 80px auto;
}
#pageBox{
	margin-top: 50px;
}
.pageLeft button:hover{
	color: #ffffff;
	background-color: #53261C;
}
.pageRight button:hover{
	color: #ffffff;
	background-color: #53261C;
}
.newsmes{
	width: 80%;
	margin: 0 auto 50px auto;
}
.newsmestitle{
	font-size: 28px;
	color: #53261C;
	margin: 0 auto 50px auto;
	text-align: center;
	font-weight: bold;
}
.newsmestime{
	font-size: 20px;
	color: #53261C;
	text-align: center;
	margin: 0 auto 50px auto;
}
.newsmestext{
	font-size: 22px;
	color: #53261C;
	line-height: 50px;
}
.lianxi{
	width: 80%;
	margin: 0 auto 50px auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.lianxileft{
	max-width: 40%;
}
.lianxiright{
	width: 50%;
	max-width: 50%;
}
.lianxilefttitle{
	font-size: 28px;
	color: #53261C;
	margin-bottom: 30px;
}
.lianxileftlist{
	width: 100%;
}
.lianxileftlist ul{
	width: 100%;
}
.lianxileftlist ul li{
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 30px;
}
.leftlisticon{
	width: 36px;
	margin-right: 20px;
}
.leftlisticon img{
	width: 100%;
}
.leftlisttext{
	color: #53261C;
	font-size: 24px;
}
.lianxilistbottom{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.listbottomtext1{
	color: #53261C;
	font-size: 24px;
	margin-bottom: 20px;
}
#dituContent{
	width: 100%;
	height: 600px;
}
#pageNav{
    width: 100%;
	display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

.container-box {
	display: none;
}
.longkong{
	width: 100%;
	height: 800px;
}

#back-top {
	display: block;
	position:fixed;
	width:60px;
	height:60px;
	bottom:30px;
	right:30px;
	background:#ccc;
	text-align:center;
	line-height:60px;
	text-decoration:none;
}