@charset "utf-8";

* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	font-family: 'MiSans-Normal';
}

input:focus {
	outline: none;
}

textarea:focus {
	outline: none;
}

input {}

body {
	background-color: #F8F6F4;
}

body.white {
	background-color: #FFFFFF;
}

img {
	border: none;
}

li {
	list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
}

a {
	color: inherit;
	text-decoration: none;
}

.cl {
	clear: both;
}

.list.kongs {
	border: none !important;
	box-shadow: none !important;
	background-color: transparent !important;
}

.header .lang .wap-menu{display: none;}
/**/
.white-hr{
	width: 100%;
	height: 30px;
	background-color: #ffffff;
}
img.img {
	display: block;
	width: 100%;
	transition: 0.3s all;
}

.w_100 {
	width: 100%;
	margin: auto;
}

.w_86 {
	width: 86%;
	max-width: 1440px;
	margin: auto;
}

.w_1200 {
	width: 1200px;
	margin: auto;
}

.w_49 {
	width: 49%;
}

.m-l-6 {
	margin-left: 6px;
}

.m-r-6 {
	margin-right: 6px;
}

.m-b-15 {
	margin-bottom: 15px;
}

.m-b-40 {
	margin-bottom: 40px;
}

.m-t-40 {
	margin-top: 40px;
}

.m-t-80 {
	margin-top: 80px;
}

.p-0 {
	padding: 0 !important;
}

.f-z-22 {
	font-size: 22px;
}

.title-01 {
	color: #885F3B;
	font-size: 46px;
	font-family: 'MiSans-Normal';
}

.more-01 {
	display: inline-block;
	color: #231815;
	font-size: 15px;
	border-bottom: 2px solid #C0BFBD;
	transition: 0.3s all;
}

.more-01:hover {
	color: #885F3B;
	border-bottom: 2px solid #885F3B;
}


/**/

header {
	background-color: #FFFFFF;
}

body.white header {
	border-bottom: 1px solid #CCCCCC;
}

.header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	height: 80px;
}

.header .logo {
	height: 100%;
	display: flex;
	justify-content: center;
	flex-direction: column;
}

.header .logo img {
	display: block;
	height: 25px;
	margin: auto;
}

.header .nav {
	flex: 1;
	display: flex;
	justify-content: center;
	align-items: center;
}

.header .nav p {
	display: block;
	margin: 0 15px;
	transition: 0.3s all;
	position: relative;
}

.header .nav p a {
	display: block;
	color: #231815;
	font-size: 20px;
	line-height: 80px;
	padding: 0 20px;
	font-family: 'MiSans-Light';
	transition: 0.3s all;
}

.header .nav p:hover a {
	color: #231815;
	background-color: #F8F6F4;
}

.header .nav p span {
	display: none;
	min-width: 100%;
	margin: auto;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 999;
	background-color: #F8F6F4;
	box-shadow: 0px 5px 5px #ccc;
}

.header .nav p span a {
	line-height: 40px;
	color: #231815;
}

.header .nav p span a:hover {
	color: #000000;
	background-color: #ffffff;
}

.header .nav p:hover span {
	display: block;
}

.header .lang {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.header .lang a {
	display: block;
	color: #231815;
	font-size: 16px;
}

.header .lang em {
	width: 2px;
	height: 14px;
	background-color: #231815;
	margin: 0 10px;
}

.header .lang a:hover {
	color: #885F3B;
	text-decoration: underline;
}

.indexBanner {
	/*height: calc(100vh - 70px);*/
	position: relative;
}

.indexBanner {
	--swiper-theme-color: #ffffff;
	/* 设置Swiper风格 */
	--swiper-navigation-color: #ffffff;
	/* 单独设置按钮颜色 */
	--swiper-navigation-size: 40px;
	/* 设置按钮大小 */
}

.banner-text {
	width: 70%;
	height: 70%;
	padding-bottom: 10%;
	margin: auto;
	text-align: center;
	display: flex;
	justify-content: center;
	flex-direction: column;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 99;
	font-size: 70px;
	color: #FFFFFF;
}

.index-main01 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	/*margin: 50px auto 100px;*/
}

.index-main01 .left {
	width: 45%;
	padding: 1% 5% 5% 5%;
	position: relative;
}

.index-main01 .left p.t1 {
	margin-bottom: 24px;
}

.index-main01 .left p.t2 {
	font-size: 20px;
	color: #09120E;
	line-height: 1.8;
	letter-spacing: 2px;
	font-family: 'MiSans-ExtraLight';
	text-align: justify;
}

.index-main01 .left p.t3 {
	margin-top: 10%;
	position: absolute;
	bottom: 5%;
}

.index-main01 .right {
	width: 55%;
}

.index-title {
	padding: 0 5%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.index-title .t2 {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	color: #444444;
	font-size: 14px;
}

.index-title .t2 i {
	display: block;
	margin-left: 6px;
	font-size: 18px;
}

.index-title .t2:hover {
	color: #885F3B;
}

.index-main02 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 0 1% 50px;
	margin-top: 40px;
}
.index-main02 .list{
	width: 24%;
}
.index-main02 p.t2 {
	color: #000000;
	font-size: 16px;
	font-family: 'MiSans-Normal';
	margin-top: 15px;
}

.index-main02 .swiper-pagination {
	bottom: 0 !important;
	top: auto !important;
	height: 3px;
}

.index-main02 .indexProList {
	padding-bottom: 40px;
	--swiper-pagination-color: #555555;
}

.index-main03 {
	position: relative;
	/*margin-bottom: 80px;*/
}

.index-main03 .play {
	width: 100%;
	height: 100%;
	margin: auto;
	display: flex;
	justify-content: center;
	flex-direction: column;
	text-align: center;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	cursor: pointer;
}

.index-main03 .play i {
	color: #FFFFFF;
	display: block;
	font-size: 150px;
}
.index-main03 .playnow{
	display: none;
	width: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	background-color: #000000;
}
.index-main03 .playnow video{
	display: block;
	height: 100%;
	margin: auto;
}

.index-title-01 {
	text-align: center;
	letter-spacing: 4px;
}

.index-main04 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 30px auto 40px;
}

.index-main04 .list {
	width: 32%;
}
.index-main04 .list p.t1{
	height: 305px;
	overflow: hidden;
}
.index-main04 .list p.t2 {
	color: #000000;
	font-size: 16px;
	font-family: 'MiSans-Medium';
	margin: 32px auto 18px;
}

.index-main04 .list p.t3 {
	color: #444444;
	font-family: 'MiSans-Medium';
	font-size: 14px;
	line-height: 1.6;
	margin-bottom: 20px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	/* 限制文本为2行 */
	overflow: hidden;
}

.index-main04 .list p.t4 {
	font-size: 14px;
}

.index-main04-more {
	margin-bottom: 80px;
}

.index-main04-more .t2 {
	display: flex;
	justify-content: center;
	align-items: center;
	color: #444444;
	font-size: 16px;
}

.index-main04-more .t2 i {
	display: block;
	margin-left: 6px;
	font-size: 18px;
}

.index-main04-more .t2:hover {
	color: #885F3B;
}

.index-main05 {
	position: relative;
}

.index-main05 .text {
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.index-main05 .text .l {
	color: #FFFFFF;
	font-family: 'MiSans-Medium';
	font-size: 36px;
	line-height: 46px;
	letter-spacing: 2px;
}

.index-main05 .text .r {
	width: 36%;
}

.index-main05 .text .r input {
	display: block;
	width: 100%;
	border: 1px solid #FFFFFF;
	background-color: #FFFFFF;
	height: 50px;
	padding: 0 12px;
}

footer {
	background-color: #FFFFFF;
	padding: 50px 0;
}

.footer {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.footer .logo img {
	display: block;
	height: 44px;
}

.footer .list a {
	display: block;
	color: #444444;
	font-size: 15px;
	line-height: 26px;
	margin-bottom: 12px;
	transition: 0.3s all;
}

.footer .list a:hover {
	color: #885F3B;
	text-decoration: underline;
}

.footer .list02 .item {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	color: #444444;
	font-size: 15px;
	margin-bottom: 12px;
	line-height: 26px;
	transition: 0.3s all;
}

.footer .list02 .item i {
	display: block;
	font-size: 20px;
	width: 28px;
}

.footer .list02 .item:hover {
	color: #885F3B;
}

.footer-copy-w {
	border-top: 1px solid #CCCCCC;
	padding: 40px 0 0px;
}

.footer-copy {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}

.footer-copy p.t1 {
	flex: 1;
	margin-right: 40px;
	color: #444444;
	font-size: 15px;
}

.footer-copy p.t2 {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.footer-copy p.t2 .li {
	display: block;
	margin-left: 20px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 100%;
	background-color: #444444;
	transition: 0.3s all;
}

.footer-copy p.t2 .li i {
	display: block;
	color: #FFFFFF;
	font-size: 22px;
}

.footer-copy p.t2 .li:hover {
	color: #ffffff;
	background-color: #885F3B;
}


/**/

.index-title-02 {
	text-align: center;
}

.index-title-02 p.t2 {
	font-size: 22px;
	margin-top: 2px;
	color: #ADACAA;
	font-family: 'MiSans-Light';
}

.about-main01 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 20px;
}

.about-main01 .pic {
	width: 55%;
}

.about-main01 .text {
	padding: 5%;
	width: 45%;
}

.about-main01 .text p.t1 {
	display: inline-block;
	color: #ADACAA;
	border: 1px solid #ADACAA;
	line-height: 35px;
	height: 34px;
	border-radius: 40px;
	font-size: 20px;
	padding: 0 15px;
}

.about-main01 .text p.t2 {
	color: #885F3B;
	font-size: 40px;
	font-weight: 400;
	letter-spacing: 2px;
	margin: 15px auto 25px;
}

.about-main01 .text p.t3 {
	color: #8A8887;
	font-size: 16px;
	line-height: 2;
	font-weight: 200;
	text-align: justify;
}

.about-main02 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 80px;
}

.about-main02 .list {
	width: 32%;
}

.about-main02 .list p.t1 {
	display: block;
	position: relative;
}

.about-main02 .list p.t1 span {
	width: 100%;
	height: 100%;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	color: #FFFFFF;
	font-size: 40px;
	letter-spacing: 2px;
	text-align: center;
	display: flex;
	justify-content: center;
	flex-direction: column;
	font-family: 'MiSans-Light';
}

.about-main02 .list p.t2 {
	color: #231815;
	font-size: 16px;
	line-height: 1.8;
	margin-top: 15px;
	font-family: 'MiSans-ExtraLight';
	padding-right: 5%;
}

.about-main03 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 80px;
}

.about-main03 .list {
	width: 48.5%;
	margin-bottom: 35px;
}

.about-main03 .list p.t2 {
	display: inline-block;
	color: #09120E;
	font-weight: 400;
	background-color: #E7DFD8;
	font-family: 'MiSans-Regular';
	font-size: 24px;
	line-height: 60px;
	border-radius: 60px;
	padding: 0 30px;
	margin: 20px 0;
}

.about-main03 .list p.t3 {
	color: #251E1A;
	font-size: 16px;
	line-height: 2;
}

.about-main03.a02 .list {
	text-align: center;
}

.about-main03.a02 .list p.t2 {
	margin: 20px auto;
	padding: 0 45px;
}

.about-main03.a02 .list p.t3 {
	text-align: center;
	padding: 0 5%;
}

.about02-main01 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 150px;
}

.about02-main01 .pic {
	width: 55%;
	position: relative;
}

.about02-main01 .pic .tips {
	width: 130px;
	height: 130px;
	margin: auto;
	text-align: center;
	color: #FFFFFF;
	font-size: 32px;
	line-height: 1.2;
	border: 2px solid #FFFFFF;
	border-radius: 100%;
	display: flex;
	justify-content: center;
	flex-direction: column;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	font-family: 'MiSans-Demibold';
}

.about02-main01 .text {
	padding: 5%;
	width: 45%;
}

.about02-main01 .text p.t2 {
	color: #885F3B;
	font-size: 30px;
	letter-spacing: 2px;
	line-height: 1.4;
	margin: 0px auto 25px;
	font-family: 'MiSans-Medium';
	font-weight: 500;
}

.about02-main01 .text p.t3 {
	color: #8A8887;
	font-size: 16px;
	line-height: 2;
	font-family: 'MiSans-ExtraLight';
}

.about02-main02 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-start;
	margin: 150px auto;
}

.about02-main02 .list {
	width: 49%;
	text-align: center;
}

.about02-main02 .list p.t1 {
	height: 50px;
	margin: auto;
	text-align: center;
}

.about02-main02 .list p.t1 img {
	display: inline-block;
	height: 100%;
}

.about02-main02 .list p.t2 {
	color: #09120E;
	font-size: 18px;
	font-weight: bold;
	margin: 15px auto 20px;
	font-family: 'MiSans-Regular';
}

.about02-main02 .list p.t3 {
	font-size: 15px;
	color: #09120E;
	line-height: 1.8;
	font-family: 'MiSans-Regular';
}

.about02-main03{
	width: 1200px;
	position: relative;
	margin: 30px auto 120px;
	
}
.about02-main03 .list-1{
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.about02-main03 .list-1 .l{
	width: 33%;
	padding-right: 100px;
	text-align: right;
}
.about02-main03 .list-1 .l p.t1{
	display: inline-block;
	background-color: #DDCEBD;
	font-size: 20px;
	color: #09120E;
	padding: 0 40px;
	border-radius: 50px;
	line-height: 50px;
	font-family: 'MiSans-Medium';
	margin-bottom: 25px;
}
.about02-main03 .list-1 .l p.t2{
	color: #261F1A;
	font-size: 16px;
	line-height: 2;
}

.about02-main03 .list-1 .r{
	width: 50%;
	position: relative;
}
.about02-main03 .list-1 .r img.hr{
	display: block;
	height: 400px;
	margin: auto;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
}
.about02-main03 .list-1 .r img.pic{
	display: inline-block;
	width: 400px;
	border-radius: 100%;
	margin-left: 100px;
}
.about02-main03 .list-1.a .r img.hr{
	left: auto;
	right: 0;
}
.about02-main03 .list-1.a .l{
	text-align: left;
	padding-left: 100px;
	padding-right: 0;
}
.about02-main03 .list-1.a .r{
	width: 50%;
	display: flex;
	justify-content: flex-end;
}
.about02-main03 .list-1.a .r img.pic{
	text-align: right;
	margin-right: 100px;
}



.about02-main04 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 80px;
}

.about02-main04 .list {
	width: 32%;
	text-align: center;
}

.about02-main04 .list p.t2 {
	color: #09120E;
	font-size: 26px;
	margin: 20px auto 5px;
	font-weight: 500;
	font-family: 'MiSans-Medium';
}

.about02-main04 .list p.t3 {
	font-size: 16px;
	color: #09120E;
	font-family: 'MiSans-ExtraLight';
}

.prolist-main-tit {
	text-align: center;
	font-size: 38px;
	color: #231815;
	margin: 80px auto 25px;
	font-family: 'MiSans-Medium';
}

.prolist-main-hr {
	border-bottom: 1px solid #C0C4CC;
	border-top: 1px solid #C0C4CC;
	margin-bottom: 50px;
}

.prolist-main-hr p.t1 {
	color: #444444;
	font-size: 16px;
	line-height: 44px;
}
.prolist-main-hr p.t1 font{
	cursor: pointer;
	transition: 0.3s all;
}
.prolist-main-hr p.t1 font:hover{
	color: #885F3B;
	transition: 0.3s all;
}

.prolist-main-li {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-start;
	margin-bottom: 40px;
}

.prolist-main-li .catlist {
	width: 200px;
	margin-right: 40px;
}

.prolist-main-li .catlist a {
	display: block;
	color: #444444;
	line-height: 34px;
	font-size: 16px;
	font-family: 'MiSans-Medium';
}

.prolist-main-li .catlist a:hover {
	text-decoration: underline;
}

.prolist-main-li .prolist {
	flex: 1;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.prolist-main-li .prolist .list {
	width: 32%;
	margin-bottom: 45px;
}

.prolist-main-li .prolist .list p.t2 {
	color: #000000;
	font-size: 16px;
	font-family: 'MiSans-Medium';
	margin: 12px 0 10px;
}

.prolist-main-li .prolist .list p.t3 {
	color: #444444;
	font-size: 14px;
	font-family: 'MiSans-Medium';
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}


/**/

.showmain-01 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 60px auto;
	padding-bottom: 50px;
	border-bottom: 1px solid #686867;
}

.showmain-01 .right {
	width: 35%;
}

.showmain-01 .left {
	width: 52%;
	position: relative;
}

.showmain-01 .left h1 {
	color: #000000;
	font-size: 40px;
	margin-bottom: 12px;
	font-family: 'MiSans-Medium';
}

.showmain-01 .left p.t2 {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	line-height: 1.2;
}

.showmain-01 .left .t3 {
	color: #636262;
	font-size: 16px;
	line-height: 2.2;
	text-align: justify;
	margin-top: 30px;
	font-family: 'MiSans-ExtraLight';
	position: absolute;
	bottom: 20px;
}
.showmain-01 .left .t3 strong{
	font-size: 20px;
	font-weight: normal;
}

.showmain-02 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-end;
	border-bottom: 1px solid #686867;
	padding-bottom: 50px;
	margin-bottom: 50px;
}

.showmain-02 .tit {
	width: 100%;
	color: #000000;
	font-size: 16px;
	margin-bottom: 30px;
	font-family: 'MiSans-Medium';
}

.showmain-02 .canshu {
	width: 50%;
}

.showmain-02 .canshu p.t1 {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.showmain-02 .canshu p.t1 span {
	display: block;
	min-width: 40%;
	color: #686867;
	font-size: 15px;
	line-height: 40px;
	font-family: 'MiSans-Medium';
}

.showmain-02 .pic {
	width: 50%;
}

.showmain-02 .cailiao {
	width: 100%;
}

.showmain-02 .cailiao p {
	color: #686867;
	position: relative;
	padding-left: 18px;
	font-size: 15px;
	line-height: 2;
	margin-bottom: 12px;
	font-family: 'MiSans-Medium';
}

.showmain-02 .cailiao p:after {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	margin: auto;
	background-color: #686867;
	border-radius: 100%;
	position: absolute;
	top: 11px;
	left: 0;
}

.showmain-02 .imglist {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.showmain-02 .imglist .li {
	width: 24%;
}

.downlist-main {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.downlist-main .list {
	width: 30%;
	margin-bottom: 45px;
}

.downlist-main .list p.t2 {
	color: #000000;
	font-size: 18px;
	margin: 20px 0;
	text-align: center;
	font-family: 'MiSans-Medium';
}

.downlist-main .list p.t3 {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 14px;
	color: #000000;
	font-family: 'MiSans-Medium';
}

.downlist-main .list p.t3 i {
	display: block;
	margin-right: 5px;
	font-size: 16px;
}

.videolist-main {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 60px;
}

.videolist-main .list {
	width: 48%;
	margin-bottom: 40px;
}

.videolist-main .list p.t1 {
	display: block;
	border-radius: 10px;
	overflow: hidden;
	position: relative;
}

.videolist-main .list p.t2 {
	color: #000000;
	font-weight: bold;
	font-size: 16px;
	margin: 18px 0 12px;
	font-family: 'MiSans-Medium';
}

.videolist-main .list p.t3 {
	color: #686867;
	font-size: 14px;
	line-height: 1.6;
	font-family: 'MiSans-Medium';
	padding-right: 8%;
}

.videolist-main .list p.t1 span.play {
	width: 100%;
	height: 100%;
	margin: auto;
	display: flex;
	justify-content: center;
	flex-direction: column;
	text-align: center;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	cursor: pointer;
}

.videolist-main .list p.t1 span.play i {
	color: #FFFFFF;
	display: block;
	font-size: 120px;
}

.newslist-main {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 60px;
}

.newslist-main .list {
	width: 24%;
	margin-bottom: 45px;
	padding-bottom: 40px;
	position: relative;
}
.newslist-main .list p.t1{
	height: 230px;
	overflow: hidden;
}
.newslist-main .list p.t2 {
	color: #000000;
	margin: 12px 0 12px;
	font-size: 16px;
	line-height: 1.4;
    font-family: 'MiSans-Medium';
    margin: 18px auto 15px;
}

.newslist-main .list p.t3 {
	color: #686867;
    font-family: 'MiSans-Medium';
    font-size: 14px;
    line-height: 1.6;
	margin-bottom: 14px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	/* 限制文本为2行 */
	overflow: hidden;
}

.newslist-main .list p.t4 {
	display: inline-block;
	color: #686867;
	font-size: 13px;
	padding-bottom: 3px;
	border-bottom: 1px solid #686867;
	position: absolute;
	bottom: 0;
	left: 0;
}

.contact-main01 {
	margin-bottom: 50px;
}

.contact-main01 .list {
	width: 500px;
	margin: 0 auto 20px;
	margin-bottom: 20px;
}

.contact-main01 .list input {
	display: block;
	width: 100%;
	margin: auto;
	height: 40px;
	line-height: 40px;
	padding: 0 12px;
	border: 1px solid #686867;
}

.contact-main01 .list textarea {
	display: block;
	width: 100%;
	margin: auto;
	height: 100px;
	padding: 12px;
	border: 1px solid #686867;
}

.contact-main01 .list button {
	display: block;
	width: 100%;
	margin: auto;
	background-color: #333333;
	height: 40px;
	color: #FFFFFF;
}

.contact-main02 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-start;
	margin: 150px auto;
}

.contact-main02 .list {
	width: 24%;
	text-align: center;
}

.contact-main02 .list p.t1 {
	height: 80px;
	margin: auto;
	text-align: center;
}

.contact-main02 .list p.t1 i {
	display: block;
	font-size: 50px;
}

.contact-main02 .list p.t2 {
	color: #000000;
	font-size: 16px;
	font-weight: bold;
	margin: 15px auto 20px;
}

.contact-main02 .list p.t3 {
	font-size: 14px;
	color: #000000;
	line-height: 1.8;
}

.contact-main02 .hr {
	width: 1px;
	height: 215px;
	margin-top: 5px;
	background-color: #686867;
}

.newsshow-main {
	margin: 40px auto 60px;
}

.newsshow-main h1.title {
	font-size: 32px;
	font-weight: bold;
	margin-bottom: 5px;
	font-family: 'MiSans-Medium';
}

.newsshow-main .time {
	font-size: 14px;
	color: #686867;
	margin-bottom: 15px;
}

.newsshow-main .content {
	font-size: 15px;
	line-height: 1.8;
	color: #686867;
	padding-top: 20px;
	border-top: 1px solid #686867;
}

.newsshow-main .content img {
	display: block;
	max-width: 100%;
	margin: auto;
}

.video-main {
	width: 100%;
	margin: 35px auto;
	padding-top: 20px;
	border-top: 1px solid #686867;
}

.video-main video {
	display: block;
	width: 100%;
}

.pageinfo-main .pagination{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 100px;
}
.pageinfo-main .pagination li a,
.pageinfo-main .pagination li span{
	display: block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	background-color: #444444;
	margin: 0 10px;
	font-size: 18px;
	border-radius: 4px;
}
.pageinfo-main .pagination li.active span{
	background-color: #885F3B;
	cursor: not-allowed;
}
.pageinfo-main .pagination li a:hover{
	background-color: #885F3B;
}
.pageinfo-main .pagination li.disabled{
	cursor: not-allowed;
}