@charset "utf-8";
body{ color:#333; font:14px '微软雅黑',tahoma,Srial,helvetica,sans-serif; overflow-y:scroll;}
body,input,ul,ol,li,h1,h2,h3,h4,h5,h6,p,span,a,img,dl,dd,div,button,header,footer{ margin:0; padding:0; border:none; box-sizing:border-box;}
ul{ list-style:none;}
a{ color:#333; text-decoration:none;}
a:active{ opacity:0.8;}
a:hover{ text-decoration:underline;}
input,button,textarea,select,a{ outline:none; box-sizing:border-box; font-family:"微软雅黑";}
table{ border-collapse:collapse; border-spacing:0; width:100%;}
em,i{ font-weight:normal; font-style:normal;}
html { position: absolute; top: 0; bottom: 0; left: 0; right: 0; } 
html, body{ width:100%; min-height: 100%;  background: #efecea; }

.h100{ height:100%;}

.mt10{ margin-top:10px!important;}
.mt15{ margin-top:15px!important;}
.mt20{ margin-top:20px!important;}
.mt30{ margin-top:30px!important;}
.mt40{ margin-top:40px!important;}
.mt50{ margin-top:50px!important;}
.mt60{ margin-top:60px!important;}
.mt110{ margin-top:110px!important;}

.mb60{ margin-bottom:60px!important;}

.mr10{margin-right: 10px!important;}
.ml0{margin-left: 0px!important;}
.ml10{margin-left: 10px!important;}
.ml50{ margin-left: 50px!important;}

.clear{ clear:both;}
.fl{ float: left;}
.fr{ float: right;}
.content{width: 1700px; max-width:1920px;  margin: 0 auto;}
.content2{width: 1200px; margin: 0 auto;}
.flexsb{display: flex;align-items: center; justify-content: space-between;}
.block{ width: 100%; padding: 15px 4%; display: inline-block;}
.main{
	background: #e6e6de url(../images/head_bg2.png) top repeat-x;
	padding-top: 120px;
}

.title_01{
	color: #ba0000;
	font-size: 40px;
	font-weight: bold;
	width: 100%;
	padding: 20px 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
.title_01 h2{
	font-size: 34px;
	font-weight: bold;
}
.title_01 h3{
	color: #333;
	font-size: 24px;
}
.title_01 h4{
	color: #bd9c59;
	font-size: 34px;
	font-weight: bold;
}
.title_02{
	color: #666;
	font-size: 18px;
	text-align: center;
	width: 100%;
}
.title_02 a{
	color: #666;
	margin: 0 30px;
}
.title_02 .active{
	color: #bd9c59;
	font-weight: bold;
}
.title_03{
	color: #bd9c59;
	font-size: 20px;
	width: 100%;
	display: flex;
	justify-content: center;
}
.title_03 span{
	background: #e6e6de ;
	position: relative;
}
.title_03 span::after{
	content: '';
	width: 20px;
	height: 2px;
	background: #bd9c59;
	position: absolute;
	right: -25px;
	top: 13px;
}
.title_03 span::before{
	content: '';
	width: 20px;
	height: 2px;
	background: #bd9c59;
	position: absolute;
	left: -25px;
	top: 13px;
}

header{
	width: 100%;
	background: #ba0000;
	display: flex;
	position: fixed;
	z-index: 9;
	left: 0;
	top: 50px;
	z-index: 99;
}
header .header_top{
	display: none;
}
.main header .header_top{
	width: 100%;
	height: 55px;
	background: #e6e6de url(../images/head_bg2.png) top repeat-x;
	position: absolute;
	display: block;
	left: 0px;
	top: -55px;
}
header .logo{
    width: 18%;
	max-width: 308px;
	height: 70px;
	margin-left: 2.5%;
	background: url(../images/logo.png) center no-repeat;
	background-size: 100% auto;
	flex-shrink: 0;
}
header .nav {
	width: 100%;
	display: flex;
	justify-content: center;
	flex-shrink: 1;
}
header .nav li{
	width: 100%;
	min-width: 70px;
	max-width: 100px;
	position: relative;
	flex-shrink: 1;
}
header .nav.english li{
	max-width: 170px;
	min-width: 150px;
}
header .nav li>a{
	color: #fff;
	font-size: 17px;
	text-align: center;
	width: 100%;
	height: 70px;
	line-height: 70px;
	display: inline-block;
	position: relative;
}
header .nav li>a:hover{
	color: #bd9c59;
	text-decoration: none;
}
header .nav .active a{
	color: #bd9c59;
	text-decoration: none;
}
header .nav li:hover::after{
	content: '';
	width: 0;
	height: 0;
	border: 10px solid;
	border-color: transparent transparent #8a0909;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translate(-50%, 0);
}
header .nav .active::after{
	content: '';
	width: 0;
	height: 0;
	border: 10px solid;
	border-color: transparent transparent #8a0909;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translate(-50%, 0);
}
header .nav .secondary_bg{
	width: 100%;
	max-width: 100%;
	height: 40px;
	background: url(../images/head_bg.png);
	margin: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	left: 0px;
	bottom: -40px;
	z-index: 1;
	display: none;
}

header .nav .secondary{
	width: max-content;
	display: flex;
	position: absolute;
	bottom: -40px;
	left: 50%;
	z-index: 2;
	transform: translate(-50%,0);
	display: none;
}
header .nav .secondary a{
	color: #bd9c59;
	font-size: 17px;
	height: 40px;
	line-height: 40px;
	background: url(../images/ico_06.png) left no-repeat;
	padding:0 20px;
}
header .nav .secondary a:hover{
	text-decoration: none;
}
header .nav .secondary dd{
	flex-shrink: 0;
}
header .r{
	color: #fff;
	font-size: 18px;
	height: 70px;
	margin-right: 50px;
	display: flex;
	align-items: center;
	flex-shrink: 0;
}
header .r a{
	color: #fff;
	font-size: 18px;
	margin:0 20px;
}
header .r .search{
	width: 25px;
	height: 25px;
	cursor: pointer;
	position: relative;
}
header .r .search .search_switch{
	width: 100%;
	height: 100%;
	background: url(../images/ico_05.png) center no-repeat;
}
header .r .search .search_switch.open{
	background: url(../images/ico_07.png) center no-repeat;
}
header .r .search .search_box{
	width: 285px;
	height: 50px;
	border: 1px solid #dfdfdf;
	background: #fff;
	display: flex;
	position: absolute;
	top: 47px;
	right: -50px;
	display: none;
}
header .r .search .search_box>div{
	display: flex;
}
header .r .search .search_box .search_input{
	color: #555;
	font-size: 14px;
	width: 235px;
	height: 48px;
	border: none;
}

header .r .search .search_box .search_btn{
	width: 50px;
	height: 50px;
	background: url(../images/ico_08.png) center no-repeat;
}
.banner{
    /*height: 850px!important;*/
    height: 44.27vw!important;
}
.banner img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.banner .layui-carousel-ind li{
	width: 60px;
	height: 8px;
	border-radius: 3px;
	background: #3d392e;
}

.banner .layui-carousel-ind li.layui-this{
	background: #835f47;
}

.block_index{
	width: 100%;
}
.notice_block{
	width: 100%;
	height: 70px!important;
	line-height: 70px;
	background: #e6e6de;
}
.notice_block.layui-carousel>[carousel-item]>*{
	background: #e6e6de;
}
.notice_block ul{
	width: 100%;
	height: 70px;
	overflow: hidden;
}
.notice_block div{
	font-size: 18px;
	text-align: center;
	width: 100;
	height: 70px;
	line-height: 70px;
}
.notice_block a{
	color: #333;
	background: url(../images/ico_01.png) left no-repeat;
	padding-left: 40px;
}
.notice_block span{
	margin-left: 40px;
}

.block_index{
	width: 100%;
}
.block_index .news_block{
	width: 100%;
	height: 550px;
	background: #fff;
	padding: 0 140px 0 70px;
	display: flex;
	justify-content: space-between;
}
.block_index .news_block .layui-tab{
  margin: 0;  
}
.block_index .news_block .l{
	width: 440px;
	padding-right: 40px;
	border-right: 20px solid #e6e6de;
	flex-shrink: 0;
	position: relative;
}
.block_index .news_block .l:after{
    content: '';
    width: 100%;
    height: 100%;
    background: url(../images/index_bg02.png) right bottom no-repeat;
    background-size: auto 90%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
}
.block_index .news_block .news_title{
	color: #111;
	font-size: 26px;
	width: 100%;
	height: 46px;
	margin-top: 30px;
	position: relative;
	z-index: 1;
}
.block_index .news_block .news_title li{
	color: #fff;
	font-size: 26px;
	text-align: center;
	width: 160px;
	height: 46px;
	line-height: 46px;
	background: #c29f59;
}
.news_block .new_list dd,
.news_block2 .new_list dd{
	width: 100%;
	height: 40px;
	margin-top: 30px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	z-index: 3;
}
.news_block2 .new_list{
	padding-top: 20px;
}
.news_block2 .new_list dd{
	color: #d3af68;
	margin-top: 40px;
}
.news_block2 .new_list dd a{
	color: #d3af68;
}
.news_block .new_list .time,
.news_block2 .new_list .time{
	text-align: center;
	width: 65px;
	margin-right: 15px;
	border-right: 1px solid #c29f59;
	flex-shrink: 0;
}
.news_block .new_list .time strong,
.news_block2 .new_list .time strong{
	color: #d3af68;
	font-size: 28px;
	width: 100%;
	line-height: 30px;
	display: inline-block;
}
.news_block .new_list .time span,
.news_block2 .new_list .time span{
	font-size: 13px;
	line-height: 15px;
}
.news_block .new_list p,
.news_block2 .new_list p{
	font-size: 16px;
	width: 100%;
	height: 50px;
	display: flex;
	justify-content: center;
	flex-direction: column;
	overflow: hidden;
}
.news_block .new_list p a,
.news_block2 .new_list p a{
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.block_index .news_block .more{
	width: 100%;
	margin-top: 15px;
	display: flex;
	justify-content: right;
	position: relative;
	z-index: 9;
}
.block_index .news_block .more a{
	color: #b09560;
	font-size: 15px;
	text-align: center;
	width: 110px;
	height: 36px;
	line-height: 34px;
	border: 1px solid #b09560;
	border-radius: 4px;
}

.block_index .news_block .c{
	width: 100%;
	height: 550px;
	position: relative;
	z-index: 2;
}
.block_index .news_block .c .news_carousel>div{
	position: relative;
}
.block_index .news_block .c .news_carousel>div img{
	width: 100%;
	height: 100%;
}
.block_index .news_block .c .news_carousel>div p{
	width: 100%;
	height: 50px;
	line-height: 50px;
	padding: 0 30px;
	background: rgba(0, 0, 0, 0.5);
	position: absolute;
	left: 0;
	bottom: 0;
}
.block_index .news_block .c .news_carousel>div p a{
	color: #d3af68;
	font-size: 18px;
	width: 70%;
	height: 50px;
	line-height: 50px;
	overflow: hidden;
	display: inline-block;
}
.block_index .news_block .c .news_carousel .layui-carousel-ind{
	padding-right: 30px;
	height: max-content;
	width: max-content;
	position: absolute;
	top: auto!important;
	right: 0!important;
	bottom: 15px!important;
}
.block_index .news_block .c .news_carousel .layui-carousel-ind li{
	background: #b08c45;
}
.block_index .news_block .c .news_carousel  .layui-carousel-ind li.layui-this{
	background: #dec79f;
}

.block_index .news_block .r{
	width: 440px;
	padding: 40px 0 0 40px;
	border-left: 20px solid #e6e6de;
	flex-shrink: 0;
	position: relative;
	z-index: 1;
}
.block_index .news_block .r:after{
    content: '';
    width: 100%;
    height: 100%;
    background: url(../images/index_bg02.png) right bottom no-repeat;
    background-size: auto 90%;
    transform: rotateY(180deg);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
}
.block_index .news_block .info_block{
	color: #ab1d2f;
	font-size: 30px;
	position: relative;
	z-index: 2;
}
.block_index .news_block .info_block h2{
	color: #ab1d2f;
	font-size: 30px;
}
.block_index .news_block .info_block .t1{
	color: #ab1d2f;
	font-size: 20px;
	margin-top: 20px;
}
.block_index .news_block .info_block .t2{
	color: #222;
	font-size: 18px;
	line-height: 30px;
	margin-top: 10px;
}
.block_index .news_block .info_block .time{
	width: 100%;
	margin-top: 20px;
	display: flex;
	justify-content: space-between;
}
.block_index .news_block .info_block .time strong{
	color: #b09560;
	font-size: 30px;
}
.block_index .news_block .info_block .time p{
	color: #222;
	font-size: 14px;
}
.block_index .news_block .info_block .time dd{
	text-align: center;
	position: relative;
}
.block_index .news_block .info_block .time dd::after{
	content: '';
	width: 21px;
	height: 11px;
	background: url(../images/ico_14.png) no-repeat;
	position: absolute;
	right: -50px;
	top: 15px;
}
.block_index .news_block .info_block .time dd:last-child::after{
	display: none;
}
.block_index .news_block .info_block .telephone{
	color: #222;
	font-size: 15px;
	width: 100%;
	height: 54px;
	line-height: 54px;
	background: url(../images/bg_07.png) center no-repeat;
	background-size: 100% 100%;
	margin-top: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.block_index .news_block .info_block .telephone strong{
	color: #b09560;
	font-size: 22px;
	margin-left: 10px;
}
.block_index .news_block .info_block .menu{
	width: 100%;
	margin-top: 40px;
	display: flex;
	justify-content: space-between;
}
.block_index .news_block .info_block .menu li{
	width: 80px;
}
.block_index .news_block .info_block .menu li a{
	color: #333;
	font-size: 15px;
	text-align: center;
	width: 100%;
	padding-top: 78px;
	display: block;
}
.block_index .news_block .info_block .menu .i1{
	background: url(../images/ico_15.png) top no-repeat;
}
.block_index .news_block .info_block .menu .i2{
	background: url(../images/ico_16.png) top no-repeat;
}
.block_index .news_block .info_block .menu .i3{
	background: url(../images/ico_17.png) top no-repeat;
}
.block_index .news_block .info_block .menu .i4{
	background: url(../images/ico_18.png) top no-repeat;
}

.block_index .timeline{
	width: 100%;
	height: 1007px;
	background: url(../images/index_bg.png) center bottom no-repeat;
	background-size: 100% 100%;
	margin-top: -50px;
	padding-top: 50px;
	padding: 0 200px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
}
.block_index .timeline .timeline_title{
    width: 312px;
    height: 264px;
    margin-top: -140px;
    background: url(../images/index_bg_t.png) center bottom no-repeat;
    background-size: 100% 100%;
}
.block_index .timeline .timeline_bottom{
    width: 100%;
    height: 274px;
    background: url(../images/index_bg_bottom.png) center no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    opacity: 0.6;
}
.block_index .timeline ul{
    width: 938px;
    height: 512px;
    background: url(../images/index_bg_map.png) center no-repeat;
    margin-top: -50px;
	position: relative;
}
.block_index .timeline a{
	color: #000;
	font-size: 20px;
	display: flex;
	align-items: center;
	position: absolute;
	z-index: 1;
}
.block_index .timeline a:hover{
	text-decoration: none;
}
.block_index .timeline .t1{
	height: 40px;
	padding-left: 150px;
	padding-top: 10px;
	background: url(../images/ico_35.png) left no-repeat;
	left: 160px;
	top: 10px;
}
.block_index .timeline .t2{
	height: 43px;
	padding-left: 150px;
	padding-top: 10px;
	background: url(../images/ico_35.png) left no-repeat;
	left: 330px;
	top: 400px;
}
.block_index .timeline .t3{
	height: 43px;
	padding-left: 150px;
	padding-top: 10px;
	background: url(../images/ico_35.png) left no-repeat;
	left: -100px;
	top: 390px;
}
.block_index .timeline .t4{
	height: 43px;
	padding-left: 150px;
	padding-top: 10px;
	background: url(../images/ico_35.png) left no-repeat;
	left: 480px;
	top: 30px;
}
.block_index .timeline .t5{
	height: 40px;
	padding-left: 150px;
	padding-top: 10px;
	background: url(../images/ico_35.png) left no-repeat;
	left: 570px;
	top: 310px;
}
.block_index .timeline .t6{
	height: 40px;
	padding-left: 150px;
	padding-top: 10px;
	background: url(../images/ico_35.png) left no-repeat;
	left: 690px;
	top: 500px;
}
.block_index .timeline .t1:hover,
.block_index .timeline .t6:hover,
.block_index .timeline .t5:hover{
	font-weight: bold;
	background: url(../images/ico_35.png) left no-repeat;
}
.block_index .timeline .t4:hover{
	font-weight: bold;
	background: url(../images/ico_35.png) left no-repeat;
}
.block_index .timeline .t2:hover,
.block_index .timeline .t3:hover{
	font-weight: bold;
	background: url(../images/ico_35.png) left no-repeat;
}

.block_index_2{
	width: 100%;
	margin-top: 50px;
	background-color:#ab1d2f;
	display: flex;
	justify-content: space-between;
}

.block_index_2 .l{
	width: 60%;
}
.block_index_2 .news_carousel2{
    height: 650px!important;
}
.block_index_2 .news_carousel2>div{
	position: relative;
}
.block_index_2 .news_carousel2>div img{
	width: 100%;
	height: 100%;
}
.block_index_2 .news_carousel2>div p{
	width: 100%;
	height: 50px;
	line-height: 50px;
	padding: 0 30px;
	background: rgba(0, 0, 0, 0.5);
	position: absolute;
	left: 0;
	bottom: 0;
}
.block_index_2 .news_carousel2>div p a{
	color: #d3af68;
	font-size: 18px;
	width: 70%;
	height: 50px;
	line-height: 50px;
	overflow: hidden;
	display: inline-block;
}
.block_index_2 .news_carousel2 .layui-carousel-ind{
	padding-right: 30px;
	height: max-content;
	width: max-content;
	position: absolute;
	top: auto!important;
	right: 0!important;
	bottom: 15px!important;
}
.block_index_2 .news_carousel2 .layui-carousel-ind li{
	background: #b08c45;
}
.block_index_2 .news_carousel2  .layui-carousel-ind li.layui-this{
	background: #dec79f;
}
.block_index_2 .news_block2{
	width: 700px;
	height: 650px;
	background: #ab1d2f url(../images/bg_02.png) left bottom no-repeat;
	padding: 55px 110px 55px 60px;
}
.block_index_2 .news_block2 .title{
    color: #d3af68;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    text-indent: 25px;
	width: 100%;
	height: 49px;
	line-height: 49px;
	background: url(../images/title_01.png) center no-repeat;
}
.nav_block{
	width: 100%;
	padding: 50px 0;
	margin-bottom: -50px;
	margin-top: 50px;
	background: #232323;
}
.nav_block .content{
	display: flex;
}
.nav_block .title_block{
	width: 340px;
	margin-right: 30px;
	background: url(../images/bg_36.png) center  no-repeat;
	position: relative;
	flex-shrink: 0;
}
.nav_block .title_block .title{
	color: #d3af68;
	font-size: 32px;
	text-align: center;
	width: 100%;
	height: 45px;
	background: url(../images/ico_44.png) center no-repeat;
	background-size: 80% auto;
	margin-top: 70px;
}
.nav_block .title_block .count{
	color: #FFF6EA;
	font-size: 20px;
	text-align: center;
	width: 100%;
	margin-top: 110px;
}
.nav_block .title_block .count strong{
	font-size: 44px;
	padding-right: 20%;
    background: url(../images/ico_50.png) right no-repeat;
    background-size: 20% auto;
}
.nav_block .title_block a{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}
.nav_block .vr_link{
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 45px;
	z-index: 2;
}
.nav_block .vr_link a{
	color: #d3af68;
	font-size: 28px;
	text-align: center;
	width: 100%;
	padding-top: 154px;
	background: url(../images/ico_49.png) top no-repeat;
	display: block;
}
@keyframes floatUpDown {
  0%   { transform: translateY(0); }
  50%  { transform: translateY(-3px); }
  100% { transform: translateY(0); }
}
.nav_block .vr_link a:hover{
	text-decoration: none;
	animation: floatUpDown 1s ease-in-out infinite;
}
.nav_block .nav_list{
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.nav_block .nav_list li{
	width: 25%;
	height: 650px;
	background: none;
	background-size: 100% 100%;
	transition: background-size 0.8s ease;
	position: relative;
}
.nav_block .nav_list li>a{
	color: #d3af68;
	font-size: 30px;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	position: relative;
	z-index: 1;
}
.nav_block .nav_list li a:hover{
	text-decoration: none;
}
.nav_block .nav_list li:hover{
	background-size: 120% 120%;
}
.nav_block .nav_list .i1{
	background-image: url(../images/bg_30.png);
	background-position: center;
}
.nav_block .nav_list .i2{
	background-image: url(../images/bg_31.png);
	background-position: center;
}
.nav_block .nav_list .i3{
	background-image: url(../images/bg_32.png);
	background-position: center;
}
.nav_block .nav_list .i4{
	background-image: url(../images/bg_33.png);
	background-position: center;
}
.nav_block .nav_list .i1>a{
    background: url(../images/ico_45.png) 18px 43px no-repeat;
}
.nav_block .nav_list .i2>a{
    background: url(../images/ico_46.png) 18px 43px no-repeat;
}
.nav_block .nav_list .i3>a{
    background: url(../images/ico_47.png) 18px 43px no-repeat;
}
.nav_block .nav_list .i4>a{
    background: url(../images/ico_48.png) 18px 43px no-repeat;
}

footer{
	color: #b09560;
	width: 100%;
	background: #232323;
	margin-top: 50px;
	border-top: 1px solid #4a4a48;
}
footer .foot_menu{
	padding: 40px 0;
	display: flex;
	justify-content: space-between;
}
footer .foot_menu .qr_list{
	width: auto;
	margin-right: 20px;
	flex-shrink: 0;
	padding-top: 45px;
	padding-bottom: 0;
}
footer .foot_menu .qr_list>div{
	color: #fff;
	text-align: center;
	width: 100px;
	margin-right: 40px;
}

footer .foot_menu .qr_list>div img{
	width: 100%;
	margin-bottom: 10px;
}
footer .foot_menu .menu{
	width: 100%;
	display: flex;
	justify-content: space-between;
}
footer .foot_menu .menu strong{
	font-size: 18px;
	width: 100%;
	text-align: center;
	margin-bottom: 15px;
	display: block;
}
footer .foot_menu .menu a{
	color: #b09560;
	font-size: 14px;
	width: 100%;
	line-height: 28px;
	text-align: center;
	display: block;
}
footer .foot_bottom{
 border-top: 1px solid #4a4a48;
 padding: 20px 0;
}
footer .foot_bottom .logo{
	width: 307px;
	height: 33px;
	background: url(../images/logo_foot.png) no-repeat;
	flex-shrink: 0;
}
footer .foot_bottom .foot_nav{
	text-align: center;
	width: 100%;
}
footer .foot_bottom .foot_nav a{
	color: #b09560;
	font-size: 15px;
	line-height: 30px;
	margin: 0 20px;
}
footer .foot_bottom .foot_nav span{
	color: #66583e;
	font-size: 12px;
	background: url(../images/ico_04.png) left no-repeat;
	padding-left: 25px;
	margin-top: 5px;
	display: inline-block;
}
footer .foot_bottom .foot_nav .count{
	color: #b09560;
	font-size: 13px;
	line-height: 24px;
	margin-top: 5px;
	display: block;
}
footer .foot_bottom .foot_nav .count em{
	font-style: normal;
	color: #000;
	height: 24px;
	line-height: 24px;
	background: #b09560;
	padding: 0 10px;
}
footer .foot_bottom .telephone{
	font-size: 15px;
	width: 170px;
	flex-shrink: 0;
}
footer .foot_bottom .telephone p{
	font-size: 22px;
	width: 170px;
	line-height: 30px;
	margin-top: 5px;
}

.float_box{
	width: 70px;
	border: 2px solid #c29f59;
	border-radius: 70px;
	background: #000;
	position: fixed;
	top: 50%;
	right: 10px;
	transform: translate(0, -50%);
	z-index: 9;
}
.float_box li{
	border-bottom: 1px solid #c29f59;
	position: relative;
}
.float_box li:last-child{
	border-bottom: none;
}
.float_box li img{
	width: 100px;
	height: 100px;
	position: absolute;
	left: -110px;
	top: 0;
	display: none;
}
.float_box li:hover img{
	display: block;
}
.float_box a{
	color: #c29f59;
	font-size: 12px;
	text-align: center;
	text-decoration: none;
	width: 100%;
	padding-top: 45px;
	padding-bottom: 10px;
	display: block;
}
.float_box .i1{
	background: url(../images/ico_09.png) center 12px no-repeat;
}
.float_box .i2{
	background: url(../images/ico_10.png) center 12px no-repeat;
}
.float_box .i3{
	background: url(../images/ico_11.png) center 12px no-repeat;
}
.float_box .i4{
	background: url(../images/ico_12.png) center 12px no-repeat;
}
.float_box .i5{
	background: url(../images/ico_13.png) center 12px no-repeat;
}

.location{
	color: #333;
	font-size: 16px;
	width: 100%;
	height: 70px;
	display: flex;
	align-items: center;
}
.location a{
	color: #333;
}

.news_title_list{
	width: 100%;
	flex-wrap: wrap;
	display: flex;
}
.news_title_list li{
	font-size: 18px;
	width: 138px;
	height: 45px;
	background: url(../images/bg_08.png) no-repeat;
	background-size: 100% 100%;
	margin:0 10px 15px 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
.news_title_list .vr{
	width: 175px;
	height: 45px;
	background: url(../images/ico_28.png) left no-repeat;
	padding-left: 75px;
}
.news_title_list .vr:hover{
	opacity: 0.8;
	background: url(../images/ico_28.png) no-repeat;
}

.news_title_list li a{
	width: 100%;
	height: 100%;
	line-height: 45px;
	padding: 0 20px;
	overflow: hidden;
	display: flex;
	justify-content: center;
}

.news_title_list .slt{
	background: url(../images/bg_08_2.png) no-repeat;
	background-size: 100%;
}
.news_title_list .slt a{
	color: #bd9c59;
}
.news_title_list li:hover{
	background: url(../images/bg_08_2.png) no-repeat;
	background-size: 100%;
}
.news_title_list li:hover a{
	color: #bd9c59;
	text-decoration: none;
}
.news_title_list .long{
	width: 192px;
	background: url(../images/bg_20.png) no-repeat;
}
.news_title_list .long.slt{
	background: url(../images/bg_20_2.png) no-repeat;
}
.news_title_list .long:hover{
	background: url(../images/bg_20_2.png) no-repeat;
}

.news_box{
	width: 100%;
	border: 1px solid #c8c7c3;
	padding: 15px;
	margin-top: 20px;
	display: flex;
	justify-content: space-between;
}
.news_box img{
	width: 240px;
	height: 160px;
	margin-right: 25px;
	flex-shrink: 0;
}
.news_box .info_box{
	width: 100%;
	position: relative;
}
.news_box .info_box h2{
	font-size: 22px;
	width: 100%;
	height: 40px;
	line-height: 40px;
	overflow:hidden;
	display: block;
}
.news_box .info_box .info{
	color: #666;
	font-size: 13px;
	width: 100%;
	height: 30px;
	display: flex;
	align-items: center;
}
.news_box .info_box .info span{
	margin-right: 40px;
	padding-left: 20px;
}
.news_box .info_box .info .author{
	background: url(../images/ico_21.png) left no-repeat;
}
.news_box .info_box .info .count{
	background: url(../images/ico_22.png) left no-repeat;
}
.news_box .info_box .info .time{
	background: url(../images/ico_23.png) left no-repeat;
}
.news_box .info_box p{
	color: #666;
	font-size: 15px;
	height: 56px;
	line-height: 28px;
	overflow: hidden;
	display: inline-block;
}
.news_box .info_box .more{
	color: #666;
	font-size: 13px;
	text-align: center;
	width: 80px;
	height: 30px;
	line-height: 26px;
	border: 2px solid #6bacbb;
	border-radius: 4px;
	position: absolute;
	right: 20px;
	bottom: 0px;
}

.page_list{
	color: #898989;
	font-size: 18px;
	width: 100%;
	margin-top: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.page_list a{
	color: #898989;
	font-size: 18px;
	text-align: center;
	width: 40px;
	height: 30px;
	line-height: 30px;
	margin: 0 5px;
	display: inline-block;
	padding: 0;
	border: none;
}
.page_list .layui-laypage a, .layui-laypage span{
	font-size: 18px;
	margin: 0 5px;
}
.page_list a:hover{
	color: #fff;
	background: #bd9c59;
	text-decoration: none;
}
.layui-laypage .layui-laypage-curr .layui-laypage-em{
	background: #bd9c59;
}
.page_list .active{
	color: #fff;
	background: #bd9c59;
}
.page_list .page_jump{
	width: 86px;
	height: 30px;
	border-radius: 30px;
	border: 1px solid #bd9c59;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.page_list .page_jump .jump_input{
	font-size: 14px;
	width: 100%;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border: none;
	background: none;
}
.page_list .page_jump .jump_btn{
	color: #fff;
	font-weight: bold;
	font-size: 13px;
	text-align: center;
	width: 30px;
	height: 30px;
	line-height: 30px;
	border-radius: 30px;
	background: #bd9c59;
	border: none;
	flex-shrink: 0;
	cursor: pointer;
}

.article_block h2{
	color: #000000;
	font-size: 34px;
	font-weight: bold;
	text-align: center;
	width: 100%;
	display: inline-block;
}
.article_block .info_box{
	color: #666;
	font-size: 14px;
	width: 100%;
	margin-top: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.article_block .info_box span{
	margin-right: 35px;
	padding-left: 25px;
}
.article_block .info_box .i1{
	background: url(../images/ico_21.png) left no-repeat;
}
.article_block .info_box .i2{
	background: url(../images/ico_22.png) left no-repeat;
}
.article_block .info_box .i3{
	background: url(../images/ico_23.png) left no-repeat;
}
.article_block .info_box .i4{
	background: url(../images/ico_24.png) left no-repeat;
}
.article_block .article_detail{
	color: #222;
	font-size: 18px;
	width: 100%;
	line-height: 34px;
	margin-top: 40px;
	word-break: break-all;
}
.article_block .article_detail p{
    text-indent: 2em;
    margin-bottom: 20px;
    text-align: justify;
}
.article_block .article_detail img{
	max-width: 100%;
	height: auto!important;
	display: block;
	margin: 0 auto;
}
.article_block .article_link{
	width: 100%;
	border-top: 1px solid #cbcbc4;
	padding-top: 20px;
	margin-top: 40px;
}
.article_block .article_link p{
	color: #ba0000;
	font-size: 15px;
	width: 100%;
	height: 34px;
	line-height: 34px;
	overflow: hidden;
}
.news_list li{
	width: 100%;
	border-bottom: 1px solid #d4c3ad;
	display: flex;
	justify-content: space-between;
}
.news_list a{
	font-size: 16px;
	width: 90%;
	height: 65px;
	line-height: 65px;
	overflow: hidden;
	flex-shrink: 0;
}
.news_list span{
	font-size: 14px;
	text-align: right;
	width: 100%;
	height: 65px;
	line-height: 65px;
	overflow: hidden;
}
.news_list2 li{
	width: 100%;
	margin-bottom: 30px;
}
.news_list2 li img{
	width: 100%;
}

.news_list3{
	width: 100%;
	margin-top: 30px;
	flex-wrap: wrap;
	display: flex;
}
.news_list3 li{
	width: 390px;
	height: 420px;
	border: 1px solid #c8c7c3;
	margin-right: 15px;
	margin-bottom: 15px;
}
.news_list3 li:nth-child(3n){
    margin-right: 0px;
}
.news_list3 li .img{
	width: 100%;
	height: 290px;
	padding: 15px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.news_list3 li .img img{
    width: 100%;
    height: 100%;
	max-width: 100%;
	max-height: 100%;
}
.news_list3 li .link{
	font-size: 14px;
	width: 100%;
	height: 40px;
	border-top: 1px dashed #d2d2ce;
	border-bottom: 1px dashed #d2d2ce;
	padding: 0 15px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.news_list3 li .link em{
    font-size: 12px;
	background: url(../images/ico_32.png) left no-repeat;
	padding-left: 25px;
}
.news_list3 li .link a{
	width: 45px;
	height: 16px;
	background: url(../images/ico_25.png) no-repeat;
	background-size: 100% 100%;
}
.news_list3 li .link a:hover{
	opacity: 0.8;
}
.news_list3 li .summary{
	color: #222;
	font-size: 18px;
	width: 100%;
	padding:15px 15px 0;
	height: 75px;
	line-height: 28px;
	overflow: hidden;
}
.news_list3.display li{
	height: 500px;
}
.news_list3.display li .summary{
	height: 190px;
}
.news_list3.display li .summary p{
	color: #ba0000;
	font-size: 18px;
	width: 100%;
	height: 30px;
	line-height: 30px;
	margin-bottom: 10px;
	display: block;
	overflow: hidden;
}

.exhibition_block{
	width: 100%;
	height: 2700px;
	padding-top: 820px;
	background: url(../images/bg_09.png) top no-repeat;
	background-size: 1200px auto;
	position: relative;
}
.exhibition_block .exhibition_list{
	width: 100%;
	position: relative;
}
.exhibition_block .exhibition_box{
	color: #555;
	font-size: 14px;
	text-align: center;
	width: 290px;
	position: absolute;
}
.exhibition_block .exhibition_box a{
	text-decoration: none;
}
.exhibition_block .exhibition_box .title{
	color: #222;
	font-size: 22px;
	writing-mode: tb-rl;
	width:71px;
	padding-top: 70px;
	display: flex;
	align-items: center;
	position: absolute;
}
.exhibition_block .exhibition_box .detail{
	text-align: center;
	width: 100%;
}
.exhibition_block .exhibition_box .detail h3{
	color: #222;
	font-size: 22px;
}
.exhibition_block .exhibition_box .detail span{
	color: #333;
	font-size: 16px;
	margin-top: 10px;
	display: inline-block;
}
.exhibition_block .exhibition_box .detail p{
	color: #555;
	font-size: 14px;
	text-align: left;
	margin-top: 20px;
	line-height: 28px;
	display: inline-block;
}
.exhibition_block .exhibition_box .detail a{
	color: #ba9447;
	margin-top: 10px;
	float: right;
}
.exhibition_block .exhibition_box.b2{
	left: -5px;
	top: 205px;
}
.exhibition_block .exhibition_box.b2 .title{
	background: url(../images/ico_26.png) top no-repeat;
	right: -150px;
	top: -310px;
}
.exhibition_block .exhibition_box.b1{
	left: 922px;
	top: 105px;
}
.exhibition_block .exhibition_box.b1 .title{
	background: url(../images/ico_26.png) top no-repeat;
	right: 324px;
	top: -113px;
}
.exhibition_block .exhibition_box.b3{
	left: 43px;
	top: 830px;
}
.exhibition_block .exhibition_box.b3 .title{
	background: url(../images/ico_27.png) top no-repeat;
	right: -220px;
	top: -335px;
}
.exhibition_block .exhibition_box.b4{
	left: 920px;
	top: 870px;
}
.exhibition_block .exhibition_box.b4 .title{
	background: url(../images/ico_26.png) top no-repeat;
	right: 340px;
	top: -130px;
}
.exhibition_block .exhibition_box.b6{
	left: -5px;
	top: 1590px;
}
.exhibition_block .exhibition_box.b6 .title{
	background: url(../images/ico_27.png) top no-repeat;
	right: -170px;
	top: -300px;
}
.exhibition_block .exhibition_box.b5{
	left: 558px;
	top: 1495px;
}
.exhibition_block .exhibition_box.b5 .title{
	background: url(../images/ico_27.png) top no-repeat;
	right: 255px;
	top: -590px;
}
.exhibition_block .b1:hover .title,
.exhibition_block .b2:hover .title,
.exhibition_block .b4:hover .title,
.exhibition_block .b6:hover .title{
	background: url(../images/ico_26_2.png) top no-repeat;
}

.exhibition_block .b3:hover .title,
.exhibition_block .b5:hover .title{
	background: url(../images/ico_27_2.png) top no-repeat;
}

.intro_block{
	font-size: 16px;
	width: 100%;
	line-height: 32px;
}
.intro_block p{
	margin-top: 10px;
}
.intro_block h3{
	color: #ba0000;
	font-size: 16px;
	font-weight: bold;
	margin-top: 10px;
	padding-left: 20px;
	position: relative;
}
.intro_block h3::before{
	content: '';
	width: 4px;
	height: 20px;
	background: #ba0000;
	position: absolute;
	left: 0;
	top: 6px;
}

.img_list{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.img_list li{
	width: 386px;
	height: 280px;
	border: 1px solid #c8c7c3;
	padding: 15px;
	margin-bottom: 20px;
	margin-right: 20px;
	cursor: pointer;
}
.img_list li:nth-child(3n){
	margin-right: 0px;
}
.img_list li img{
	width: 100%;
	height: 100%;
}
.img_switch_block{
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.5);
	z-index: 9;
	display: none;
}
.img_switch_pop{
	width: 90%;
	height: 90%;
	padding: 0 75px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.img_switch_pop .close{
	color: #fff;
	width: 50px;
	height: 50px;
	border-radius: 4px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0px;
	right: 0px;
	background-color: rgba(255,255,255,.3);
	cursor: pointer;
}
.img_switch_pop .close:hover{
	opacity: 0.8;
}
.img_switch_pop .layui-carousel-arrow{
	width: 45px;
	height: 60px;
	border-radius: 4px;
	background-color: rgba(255,255,255,.2)
}
.img_switch_pop .layui-carousel[lay-arrow=always] .layui-carousel-arrow[lay-type=add]{
	right: -50px;
}
.img_switch_pop .layui-carousel[lay-arrow=always] .layui-carousel-arrow{
	left: -50px;
}
.img_switch_pop img{
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.img_switch{
	background-color: transparent;
}
.img_switch_pop .layui-carousel>[carousel-item]>*{
	height: 100%;
	vertical-align: middle;
	text-align: center;
	background-color:transparent;
}
.img_switch_pop .layui-carousel>[carousel-item]>div{
	position: relative;
}

.cultural_relics_block{
	width: 100%;
	border: 1px solid #c8c7c3;
}
.cultural_relics_block .relics_detail{
	width: 100%;
	padding: 30px;
	display: flex;
	justify-content: space-between;
}
.cultural_relics_block .relics_detail .img{
	width: 500px;
	height: 380px;
	margin-right: 50px;
	position: relative;
	flex-shrink: 0;
}
.cultural_relics_block .relics_detail .img a{
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}
.cultural_relics_block .relics_detail .img a::after{
	content: '';
	width: 55px;
	height: 55px;
	background: url(../images/ico_29.png) no-repeat;
	position: absolute;
	right: 15px;
	bottom: 15px;
}
.cultural_relics_block .relics_detail .img img{
	height: 100%;
	max-width: 100%;
	max-height: 100%;
	object-fit: cover;
}
.cultural_relics_block .relics_detail .img2{
	width: 640px;
	height: 420px;
	margin-right: 40px;
	position: relative;
	flex-shrink: 0;
}
.cultural_relics_block .relics_detail .img2 img{
	width: 100%;
	height: 100%;
	max-width: 100%;
	max-height: 100%;
	object-fit: cover;
}
.cultural_relics_block .relics_detail	.info{
	width: 100%;
}
.cultural_relics_block .relics_detail	.info h3{
	color: #ba0000;
	font-size: 22px;
	width: 100%;
	line-height: 30px;
	display: block;
	overflow: hidden;
}
.cultural_relics_block .relics_detail	.info h4{
	color: #060001;
	font-size: 25px;
	width: 100%;
	line-height: 30px;
	display: block;
	overflow: hidden;
}
.cultural_relics_block .relics_detail	.info .count{
	color: #666;
	font-size: 16px;
	width: 100%;
	margin-top: 10px;
	background: url(../images/ico_22.png) left no-repeat;
	padding-left: 25px;
}
.cultural_relics_block .relics_detail	.info .tag{
	width: 100%;
	margin-top: 15px;
}
.cultural_relics_block .relics_detail	.info .tag span{
	font-size: 16px;
	height: 35px;
	line-height: 35px;
	background: #e0dbca;
	padding: 0 10px;
	margin-right: 10px;
	display: inline-block;
}
.cultural_relics_block .relics_detail	.info .tag .link{
	margin-top: 10px;
	display: flex;
	float: right;
}
.cultural_relics_block .relics_detail	.info .tag .link .wx{
	width: 24px;
	height: 19px;
	background: url(../images/ico_30.png) no-repeat;
	margin: 0 5px;
	display: block;
}
.cultural_relics_block .relics_detail	.info .tag .link .weibo{
	width: 24px;
	height: 19px;
	background: url(../images/ico_31.png) no-repeat;
	margin: 0 5px;
	display: block;
}
.cultural_relics_block .relics_detail	.info .text{
	color: #333;
	font-size: 16px;
	width: 100%;
	line-height: 32px;
	border-top: 1px dashed #ccccc6;
	margin-top: 10px;
	padding-top: 20px;
}
.cultural_relics_block .relics_img .title{
	font-size: 16px;
	width: 100%;
	height: 46px;
	line-height: 46px;
	padding: 0 30px;
	background: #e0dbca;
}
.cultural_relics_block .relics_img .relics_img_list{
	width: 100%;
	padding: 30px 20px;
	display: flex;
}
.cultural_relics_block .relics_img_list li{
    width: 100%;
	/*display: flex;*/
	/*flex-wrap: wrap;*/
	/*align-items: center;*/
}
.cultural_relics_block .relics_img_list li>div{
	/*width: 410px;*/
	/*height: 270px;*/
	/*border: 1px solid #c8c7c3;*/
	/*padding: 15px;*/
	/*margin: 10px;*/
}
.cultural_relics_block .relics_img_list li>div img{
	/*width: 410px;*/
	max-width: 100%;
	height: 200px;
	border: 1px solid #c8c7c3;
	padding: 15px;
	margin: 10px;
	float: left;
	object-fit: cover;
}
.cultural_relics_block  .relics_link{
	color: #ba0000;
	font-size: 16px;
	width: 100%;
	line-height: 32px;
	padding: 20px 30px;
	border-top: 1px dashed #ccccc6;
}

.img_list2{
	width: 100%;
	flex-wrap: wrap;
	display: flex;
}
.img_list2 li{
	width: 386px;
	height: 420px;
	border: 1px solid #c8c7c3;
	margin: 0 20px 20px 0;
	flex-shrink: 0;
}
.img_list2 li:nth-child(3n){
	margin-right: 0px;
}
.img_list2 li .img{
	width: 100%;
	height: 350px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.img_list2 li .img img{
	max-width: 100%;
	max-height: 100%;
}
.img_list2 p{
	text-align: center;
	width: 100%;
	margin-top: 15px;
	padding: 0 20px;
	display: block;
}
.img_list2 p a{
	font-size: 16px;
	width: 100%;
}
.img_list2 span{
	text-align: center;
	width: 100%;
	display: block;
}
.img_list2 span a{
	color: #333;
	font-size: 16px;
	width: 128px;
	height: 42px;
	line-height: 42px;
	background: url(../images/ico_33.png) no-repeat;
	display: inline-block;
}

.img_list3{
	width: 100%;
	flex-wrap: wrap;
	display: flex;
}
.img_list3 li{
	width: 288px;
	height: 425px;
	border: 1px solid #c8c7c3;
	margin: 0 15px 15px 0;
	flex-shrink: 0;
}
.img_list3 li:nth-child(4n){
	margin-right: 0px;
}
.img_list3 li .img{
	width: 100%;
	height: 350px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.img_list3 li .img img{
	max-width: 100%;
	max-height: 100%;
}
.img_list3 p{
	text-align: center;
	width: 100%;
	margin-top: 15px;
	padding: 0 20px;
	display: block;
}
.img_list3 p a{
	font-size: 16px;
	width: 100%;
}
.img_list3 span{
	text-align: center;
	width: 100%;
	display: block;
}
.img_list3 span a{
	color: #333;
	font-size: 16px;
	width: 128px;
	height: 42px;
	line-height: 42px;
	background: url(../images/ico_33.png) no-repeat;
	display: inline-block;
}

.img_list4{
	width: 100%;
	display: block;
}
.img_list4 li{
	width: 380px;
	border: 1px solid #c8c7c3;
	padding: 10px;
	margin-bottom: 20px;
}
.img_list4 li img{
	width: 100%;
}
.img_list4 li .title{
	color: #000;
	font-size: 20px;
	width: 100%;
	margin-top: 10px;
}
.img_list4 li p{
	color: #898989;
	font-size: 14px;
	width: 100%;
	height: 52px;
	line-height: 26px;
	margin-top: 10px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.img_list4 li .more{
	text-align: right;
	width: 100%;
	margin-top: 10px;
}
.img_list4 li .more a{
	color: #898989;
	font-size: 13px;
	text-align: center;
	width: 80px;
	height: 26px;
	line-height: 22px;
	border: 2px solid #6bacbb;
	border-radius: 4px;
	display: inline-block;
}
.img_list4 li a:hover{
	opacity: 0.9;
	text-decoration: none;
}


.img_list5{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.img_list5 li{
	width: 386px;
	margin-bottom: 10px;
	margin-right: 20px;
	cursor: pointer;
}
.img_list5 li:nth-child(3n){
	margin-right: 0px;
}
.img_list5 li .img{
	width: 100%;
	height: 290px;
	border: 1px solid #c8c7c3;
	padding: 15px;
}
.img_list5 li .img img{
	width: 100%;
	height: 100%;
	max-width: 100%;
	max-height: 100%;
	object-fit: cover;
}
.img_list5 li a{
	color: #222;
	font-size: 18px;
	text-align: center;
	width: 100%;
	height: 50px;
	line-height: 50px;
	display: inline-block;
	overflow: hidden;
}

.intro_text{
	color: #000;
	font-size: 18px;
	line-height: 34px;
}
.intro_text .title{
	width: 100%;
	margin-bottom: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.intro_text .title span{
	color: 000;
	font-size: 18px;
	text-align: center;
	width: 192px;
	height: 45px;
	line-height: 45px;
	background: url(../images/bg_20.png) no-repeat;
	display: inline-block;
}
.intro_text img{
    max-width: 100%;
    height: auto!important;
}
.app_block{
	color: #333;
	font-size: 20px;
	text-align: center;
	width: 100%;
	line-height: 36px;
}
.app_block .qr_box{
	font-size: 18px;
	width: 260px;
	line-height: 50px;
	background: url(../images/qr_app_big.png) top no-repeat;
	display: inline-block;
}
.bg_block{
	padding-bottom: 550px;
	margin-bottom: -50px;
	background: url(../images/bg_21.png) bottom no-repeat;
}
.bg_block2{
	padding-bottom: 550px;
	margin-bottom: -50px;
	background: url(../images/bg_22.png) bottom no-repeat;
}
.time_block{
	color: #333;
	font-size: 24px;
	text-align: center;
	width: 100%;
	line-height: 36px;
}
.time_block h3{
	color: #ab1d2f;
	font-size: 24px;
}
.time_block .time_box{
	color: #333;
	font-size: 20px;
	width: 100%;
	padding: 0 280px;
	margin-top: 70px;
	display: flex;
	justify-content: space-between;
}
.time_block .time_box strong{
	color: #b09560;
	font-size: 50px;
}
.time_block .time_box li{
	position: relative;
}
.time_block .time_box li::after{
	content: '';
	width: 29px;
	height: 25px;
	background: url(../images/ico_34.png) no-repeat;
	position: absolute;
	right: -117px;
	top: 7px;
}
.time_block .time_box li:last-child::after{
	display: none;
}
.text_block{
	color: #000;
	font-size: 18px;
	width: 100%;
	line-height: 50px;
}

.text_block span{
	color: #ba0000;
}
.text_block img{
    max-width: 100%;
    height: auto!important;
}
.map_block{
	width: 100%;
	margin-top: 50px;
}
.map_block li{
	margin-bottom: 70px;
}
.map_block .m1{
	height: 633px;
	background: url(../images/map_01.png) top center no-repeat;
}
.map_block .m2{
	height: 622px;
	background: url(../images/map_02.png) top center no-repeat;
}
.map_block .m3{
	height: 592px;
	background: url(../images/map_03.png) top center no-repeat;
}
.map_block .m4{
	height: 888px;
	background: url(../images/map_04.png) top center no-repeat;
}
.map_block .m5{
	height: 420px;
	background: url(../images/map_05.png) top center no-repeat;
}

.news_box2{
	width: 100%;
	margin-top: 20px;
	display: flex;
	justify-content: space-between;
}
.news_box2 img{
	width: 160px;
	height: 200px;
	margin-right: 25px;
	flex-shrink: 0;
}
.news_box2 .info_box{
	width: 100%;
	padding: 15px;
	border: 1px solid #c8c7c3;
	position: relative;
}
.news_box2 .info_box h2{
	font-size: 22px;
	width: 100%;
	height: 40px;
	line-height: 40px;
	overflow:hidden;
	display: block;
}
.news_box2 .info_box .info{
	color: #666;
	font-size: 13px;
	width: 100%;
	height: 30px;
	display: flex;
	align-items: center;
}
.news_box2 .info_box .info span{
	margin-right: 40px;
	padding-left: 20px;
}
.news_box2 .info_box .info .author{
	background: url(../images/ico_21.png) left no-repeat;
}
.news_box2 .info_box .info .count{
	background: url(../images/ico_22.png) left no-repeat;
}
.news_box2 .info_box .info .time{
	background: url(../images/ico_23.png) left no-repeat;
}
.news_box2 .info_box p{
	color: #666;
	font-size: 15px;
	height: 56px;
	line-height: 28px;
	overflow: hidden;
	display: inline-block;
}
.news_box2 .info_box .more{
	color: #666;
	font-size: 13px;
	text-align: center;
	width: 80px;
	height: 30px;
	line-height: 26px;
	border: 2px solid #6bacbb;
	border-radius: 4px;
	position: absolute;
	right: 15px;
	bottom: 15px;
}

.qr_list{
	width: 100%;
	padding: 50px 0;
	display: flex;
	justify-content: space-between;
}
.qr_list li{
	font-size: 20px;
	text-align: center;
	width: 260px;
	padding-top: 290px;
}
.qr_list .qr_mobile{
	background: url(../images/qr_mobile_big.png) top no-repeat;
}
.qr_list .qr_wx{
	background: url(../images/qr_wx_big.png) top no-repeat;
}
.qr_list .qr_dy{
	background: url(../images/qr_dy_big.png) top no-repeat;
}
.qr_list .qr_app{
	background: url(../images/qr_app_big.png) top no-repeat;
}

.link_list{
	width: 100%;
	padding: 20px 0 150px 0;
	display: flex;
	flex-wrap: wrap;
}
.link_list a{
	font-size: 18px;
	width: 25%;
	line-height: 60px;
	padding-left: 30px;
	position: relative;
	display: inline-block;
}
.link_list a::after{
	content: '';
	width: 16px;
	height: 16px;
	background: #c2a059;
	border-radius: 3px;
	position: absolute;
	left: 0px;
	top: 22px;
}

.object_block{
	width: 100%;
	height: 340px;
	background: url(../images/bg_42.png);
	margin-bottom: -50px;
	display: flex;
	align-items: center;
}
.object_block .object_list{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.object_block .object_list .title{
	width: 320px;
	height: 146px;
	background: url(../images/bg_37.png) center no-repeat;
	margin-right: 20px;
	flex-shrink: 0;
}
.object_block .object_list ul{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.object_block .object_list ul li{
	width: 24%;
	height: 179px;
	border-radius: 5px;
	display: flex;
}
.object_block .object_list ul li a{
	color: #fff;
	font-size: 16px;
	text-decoration: none;
	width: 100%;
	height: 100%;
	padding: 150px 10px 10px 10px;
	background-size: 100% 100%;
}
.object_block .object_list ul li:hover{
	opacity: 0.95;
}
.object_block .object_list .i1{
	background: url(../images/bg_38.png) center no-repeat;
}
.object_block .object_list .i2{
	background: url(../images/bg_39.png) center no-repeat;
}
.object_block .object_list .i3{
	background: url(../images/bg_40.png) center no-repeat;
}
.object_block .object_list .i4{
	background: url(../images/bg_41.png) center no-repeat;
}

/* 英文版 */
.banner_01{
	width: 100%;
	height: 400px;
	background: url(../images/bg_23.png) center no-repeat;
}

.exhibition_block2{
	width: 100%;
	height: 1900px;
	background: url(../images/bg_09_2.png) top no-repeat;
	background-size: 1200px auto;
	position: relative;
}
.exhibition_block2 .exhibition_list{
	width: 100%;
	position: relative;
}
.exhibition_block2 .exhibition_box{
	color: #555;
	font-size: 14px;
	text-align: center;
	width: 290px;
	position: absolute;
}
.exhibition_block2 .exhibition_box .title{
	color: #222;
	font-size: 22px;
	writing-mode: tb-rl;
	width:71px;
	padding-top: 70px;
	display: flex;
	align-items: center;
	position: absolute;
}
.exhibition_block2 .exhibition_box .detail{
	text-align: center;
	width: 100%;
}
.exhibition_block2 .exhibition_box .detail h3{
	color: #222;
	font-size: 20px;
}

.exhibition_block2 .exhibition_box.b2{
	left: -10px;
	top: 430px;
}
.exhibition_block2 .exhibition_box.b2 .title{
	background: url(../images/ico_26.png) top no-repeat;
	right: -150px;
	top: -310px;
}
.exhibition_block2 .exhibition_box.b1{
	left: 920px;
	top: 320px;
}
.exhibition_block2 .exhibition_box.b1 .title{
	background: url(../images/ico_26.png) top no-repeat;
	right: 324px;
	top: -113px;
}
.exhibition_block2 .exhibition_box.b3{
	left: 40px;
	top: 1045px;
}
.exhibition_block2 .exhibition_box.b3 .title{
	background: url(../images/ico_27.png) top no-repeat;
	right: -270px;
	top: -335px;
}
.exhibition_block2 .exhibition_box.b4{
	left: 920px;
	top: 1080px;
}
.exhibition_block2 .exhibition_box.b4 .title{
	background: url(../images/ico_26.png) top no-repeat;
	right: 350px;
	top: -130px;
}
.exhibition_block2 .exhibition_box.b6{
	left: -5px;
	top: 1800px;
}
.exhibition_block2 .exhibition_box.b6 .title{
	background: url(../images/ico_27.png) top no-repeat;
	right: -170px;
	top: -300px;
}
.exhibition_block2 .exhibition_box.b5{
	left: 560px;
	top: 1720px;
}
.exhibition_block2 .exhibition_box.b5 .title{
	background: url(../images/ico_27.png) top no-repeat;
	right: 255px;
	top: -590px;
}
.exhibition_block2 .b1:hover .title,
.exhibition_block2 .b2:hover .title,
.exhibition_block2 .b4:hover .title,
.exhibition_block2 .b6:hover .title{
	background: url(../images/ico_26_2.png) top no-repeat;
}

.exhibition_block2 .b3:hover .title,
.exhibition_block2 .b5:hover .title{
	background: url(../images/ico_27_2.png) top no-repeat;
}

footer.english{
	font-size: 16px;
	width: 100%;
	line-height: 32px;
	text-align: center;
	padding: 20px 0;
}

@media (max-width: 1919px) {
    .content{
		width: 1400px;
	}
	/*.banner{*/
	/*	height: 620px!important;*/
	/*}*/
	/*.banner{*/
	/*	height: 44.27vw!important;*/
	/*}*/
	.notice_block{
		background-color: #e6e6de;
		height: 55px!important;
	}
	.notice_block div{
		line-height: 55px;
		font-size: 16px;
	}
	.block_index_2 ,
	.nav_block {
		margin-top: 35px;
	}
	.block_index_2 .news_carousel2,
	.block_index_2 .news_block2{
		height: 650px!important;
	}
	.nav_block .title_block{
		width: 240px;
		margin-right: 30px;
	}
	.nav_block .title_block .count{
		font-size: 16px;
		margin-top: 110px;
	}
	.nav_block .title_block .count strong{
		font-size: 34px;
	}
	.nav_block .nav_list li{
		width: 25%;
		height: 610px;
	}
	.nav_block .nav_list li a{
		font-size: 24px;
	}
}


@media (max-width: 1659px) {
    .float_box{
        width: 39px;
        right: 5px;
    }
    /*.banner{*/
    /*	height: 620px!important;*/
    /*}*/
    .notice_block{
    	height: 55px!important;
    }
    .notice_block div{
        line-height: 55px;
        font-size: 16px;
    }
    .block_index .news_block {
        height: 420px;
        padding: 0 70px 0 30px;
    }
    .block_index .news_block .l {
        width: 340px;
        padding-right: 40px;
        flex-shrink: 0;
    }
    .block_index .news_block .news_title{
        margin-top: 20px;
    }
    .block_index .news_block .news_title li{
        font-size: 20px;
    }
    .news_block .new_list dd{
        margin-top: 20px;
    }
    .news_block .new_list dd:nth-child(6){
        display: none;
    }
    .news_block .new_list .time strong{
        font-size: 24px;
        line-height: 26px;
    }
    .news_block .new_list p{
        font-size: 14px;
    }
    .block_index .news_block .c{
        height: 420px!important;
    }
    .block_index .news_block .c .layui-carousel{
         height: 420px!important;
    }
    .block_index .news_block .r{
        width: 340px;
        padding: 30px 0 0 30px;
    }
    .block_index .news_block .info_block h2{
        font-size: 24px;
    }
    .block_index .news_block .info_block .t1 {
        font-size: 18px;
        margin-top: 15px;
    }
    .block_index .news_block .info_block .t2 {
        color: #222;
        font-size: 16px;
        line-height: 24px;
        margin-top: 10px;
    }
    .block_index .news_block .info_block .time{
        margin-top: 10px;
    }
    .block_index .news_block .info_block .time strong{
        font-size: 26px;
    }
    
    .block_index .news_block .info_block .time dd::after {
        right: -35px;
        top: 15px;
    }
    .block_index .news_block .info_block .telephone{
        margin-top: 15px;
    }
    .block_index .news_block .info_block .menu{
        margin-top: 20px;
    }
    .block_index .news_block .info_block .menu li a{
        padding-top: 55px;
    }
    .block_index .news_block .info_block .menu .i1{
        background-size: 75% auto!important;
    }
    .block_index .news_block .info_block .menu .i2{
        background-size: 35% auto!important;
    }
    .block_index .news_block .info_block .menu .i3{
        background-size: 75% auto!important;
    }
    .block_index .news_block .info_block .menu .i4{
        background-size: 75% auto!important;
    }
    .block_index .timeline .timeline_title{
        width: 240px;
        height: 200px;
    }
    .block_index .timeline{
        padding: 0 100px;
    }
    
    .block_index_2 .news_carousel2,
	.block_index_2 .news_block2{
		height: 565px!important;
	}
	.block_index_2 .news_block2{
		padding: 40px 100px 40px 45px;
	}
	.block_index_2 .news_block2 .new_list{
		padding-top: 0;
	}
    
}

@media (max-width: 1439px) {
    .float_box{
        width: 39px;
        right: 5px;
    }
    /*.banner{*/
    /*	height: 620px!important;*/
    /*}*/
    .notice_block{
    	height: 55px!important;
    }
    .notice_block div{
        line-height: 55px;
        font-size: 16px;
    }
    .block_index .news_block {
        height: 400px;
        padding: 0 70px 0 30px;
    }
    
    .block_index .news_block .l {
        width: 290px;
        padding-right: 20px;
        flex-shrink: 0;
    }
    .block_index .news_block .l .layui-tab-content{
        padding: 0;
    }
    .block_index .news_block .news_title{
        margin-top: 20px;
    }
    .block_index .news_block .news_title li{
        font-size: 20px;
    }
    .news_block .new_list dd{
        margin-top: 20px;
    }
    .news_block .new_list dd:nth-child(6){
        display: none;
    }
    .news_block .new_list .time strong{
        font-size: 22px;
        line-height: 26px;
    }
    .news_block .new_list p{
        font-size: 14px;
    }
    .block_index .news_block .c{
        height: 400px!important;
    }
    .block_index .news_block .c .layui-carousel{
         height: 400px!important;
    }
    .block_index .news_block .r{
        width: 280px;
        padding: 20px 0 0 20px;
    }
    .block_index .news_block .info_block h2{
        font-size: 24px;
    }
    .block_index .news_block .info_block .t1 {
        font-size: 16px;
        margin-top: 15px;
    }
    .block_index .news_block .info_block .t2 {
        color: #222;
        font-size: 15px;
        line-height: 24px;
        margin-top: 10px;
    }
    .block_index .news_block .info_block .time{
        margin-top: 10px;
    }
    .block_index .news_block .info_block .time strong{
        font-size: 20px;
    }
    
    .block_index .news_block .info_block .time dd::after {
        right: -32px;
        top: 20px;
    }
    .block_index .news_block .info_block .telephone{
        margin-top: 15px;
    }
    .block_index .news_block .info_block .telephone strong{
        font-size: 18px;
    }
    .block_index .news_block .info_block .menu{
        margin-top: 25px;
    }
    .block_index .news_block .info_block .menu li a{
        font-size: 13px;
        padding-top: 45px;
    }
    .block_index .news_block .info_block .menu .i1{
        background-size: 70% auto!important;
    }
    .block_index .news_block .info_block .menu .i2{
        background-size: 32% auto!important;
    }
    .block_index .news_block .info_block .menu .i3{
        background-size: 70% auto!important;
    }
    .block_index .news_block .info_block .menu .i4{
        background-size: 70% auto!important;
    }
    .block_index .timeline .timeline_title{
        width: 225px;
        height: 185px;
    }
    .block_index .timeline{
        padding: 0 70px;
    }
    .block_index .timeline a{
        font-size: 18px;
    }
    .block_index .timeline .t6 {
        left: 600px;
    }
    .content{
		width: 1200px;
	}
	/*.banner{*/
	/*	height: 520px!important;*/
	/*}*/
	.block_index_2,
	.nav_block {
		margin-top: 25px;
	}
	.block_index_2 .news_carousel2,
	.block_index_2 .news_block2{
		height: 480px!important;
	}
	.block_index_2 .news_block2{
		padding: 20px 100px 40px 45px;
	}
	.block_index_2 .news_block2 .new_list{
		padding-top: 0;
	}
	.news_block2 .new_list dd{
    margin-top: 30px;
	}
	.news_block .new_list .time strong, 
	.news_block2 .new_list .time strong{
		font-size: 24px;
	}
	.news_block .new_list p,
	.news_block2 .new_list p{
		font-size: 14px;
	}
	.nav_block .title_block{
		width: 240px;
		margin-right: 30px;
	}

	.nav_block .title_block .count{
		font-size: 14px;
	}
	.nav_block .title_block .count strong{
		font-size: 30px;
	}
	.nav_block .nav_list li{
		width: 25%;
		height: 550px;
	}
	.nav_block .nav_list li a{
		font-size: 22px;
	}
	footer .foot_menu .qr_list>div{
		width: 80px;
		margin-right: 20px;
	}
	footer .foot_menu .menu strong{
		font-size: 16px;
	}
	footer .foot_menu .menu a{
		font-size: 12px;
	}
}

@media screen and (min-width: 600px) {
	.mobile{
		display: none!important;
	}
}

/* 手机端 */
@media screen and (max-width: 600px) {
	body{
		background: #e6e6de;
	}
	.pc,
	.location{
		display: none!important;
	}
	.content,
	.content2{
		width: 100%;
		max-width: 600px;
		min-width: auto;
		margin: 0 auto;
		padding: 0 15px;
	}
	.content2{
		min-height: calc(100% - 130px);
	}
	header.mobile{
		width: 100%;
		height: 42px;
		line-height: 42px;
		padding: 0 15px;
		background: #ba0000;
		display: flex;
		justify-content: space-between;
		align-items: center;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 3;
	}
	header.mobile .logo{
		width: 175px;
		height: 20px;
		background-size: 100% 100%;
		margin: 0;
	}
	header.mobile .r {
    color: #fff;
    font-size: 12px;
    height: 35px;
    margin: 0px;
    display: flex;
    align-items: center;
    flex-shrink: 0;
	}
	header.mobile .r .link{
		color: #efd7a5;
		font-size: 15px;
	}
	header.mobile .r .search {
    width: 17px;
    height: 17px;
    cursor: pointer;
    position: relative;
	}
	header.mobile .r .search .search_switch {
		background: url(../images/mobile/head_ico04.png) center no-repeat;
		background-size: 100% 100%;
	}
	header.mobile .r .search .search_box {
    width: 150px;
    height: 30px;
    border: 1px solid #dfdfdf;
    background: #fff;
    display: flex;
    position: absolute;
    top: 29px;
    right: -50px;
    display: none;
	}
	header.mobile .r .search .search_box .search_input{
		font-size: 12px;
		width: 80%;
		height: 28px;
	}
	header.mobile .r .search .search_box .search_btn {
    width: 20%;
    height: 28px;
		background: url(../images/mobile/head_ico04.png) center no-repeat;
    background-size: 17px 17px;
	}
	header.mobile .r .menu .menu_switch{
		width: 20px;
		height: 14px;
		background: url(../images/mobile/head_ico05.png) center no-repeat;
		background-size: 100% 100%;
	}
	header.mobile .menu_box{
		width: 100%;
		height: 100%;
		background: #223546;
		overflow-y: auto;
		position: fixed;
		left: 0;
		top: 0;
		z-index: 9;
		display: none;
	}
	header.mobile .menu_box .top{
		width: 100%;
		height: 63px;
		padding: 0 15px;
		border-bottom: 1px solid #b99958;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	header.mobile .menu_box .top .logo{
		width: 175px;
		height: 20px;
		background: url(../images/logo.png) center no-repeat;
		background-size: 100% 100%;
		overflow: hidden;
	}
	header.mobile .menu_box .top .close{
		width: 23px;
		height: 23px;
		background: url(../images/mobile/head_ico01.png) center no-repeat;
		background-size: 100% 100%;
	}
	header.mobile .menu_box .nav_m{
		color: #b99958;
		width: 100%;
		padding: 15px;
	}
	header.mobile .menu_box .nav_m h2{
		height: 37px;
		line-height: 37px;
		padding: 0 28px;
		display: block;
		overflow: hidden;
	}
	header.mobile .menu_box .nav_m a{
		color: #b99958;
		font-size: 15px;
		width: 100%;
		height: 37px;
		line-height: 37px;
		margin: 0;
		padding: 0;
		display: block;
	}

	header.mobile .menu_box .nav_m li{
		width: 100%;
		line-height: 35px;
		border: 1px solid #b99958;
		padding: 0 27px;
		background:  url(../images/mobile/head_ico02.png) 97% 15px no-repeat;
		background-size: 12px 7px;
		margin-top: 12px;
	}
	header.mobile .menu_box .nav_m strong{
		width: 100%;
		font-size: 15px;
		font-weight: normal;
		display: inline-block;
	}

	header.mobile .menu_box .nav_m dl{
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		display: none;
		overflow: hidden;
	}
	header.mobile .menu_box .nav_m dd{
		padding-right: 20px;
		margin-right: 20px;
		position: relative;
	}
	header.mobile .menu_box .nav_m dd::after{
		content: '';
		width: 7px;
		height: 7px;
		background:  url(../images/mobile/head_ico03.png) no-repeat;
		background-size: 100% 100%;
		position: absolute;
		right: 0px;
		top: 15px;
	}
	header.mobile .menu_box .nav_m dd:nth-child(3n){
		padding-right: 0px;
		margin-right: 0px;
	}
	header.mobile .menu_box .nav_m dd:nth-child(3n)::after{
		background: none;
	}
	.notice_block_mobile{
		width: 100%;
		height: 35px;
		line-height: 35px;
		background-color: #e6e6de!important;
	}
	.notice_block_mobile ul{
		width: 100%;
		height: 35px;
		overflow: hidden;
	}
	.notice_block_mobile div{
		font-size: 12px;
		text-align: center;
		width: 100;
		height: 35px;
		line-height: 35px;
		background-color: #e6e6de!important;
	}
	.notice_block_mobile a{
		color: #333;
		background: url(../images/ico_01.png) left no-repeat;
		padding-left: 20px;
		background-size: 12px 10px;
	}
	.notice_block_mobile span{
		margin-left: 20px;
	}

	.banner_mobile .layui-carousel-ind li{
		width: 30px;
		height: 4px;
		border-radius: 2px;
		background: #3d392e;
	}
	.banner_mobile .layui-carousel-ind li.layui-this{
		background: #835f47;
	}
	.banner_mobile img{
		width: 100%;
		height: 100%;
	}
	.info_block{
		text-align: center;
		width: 100%;
		padding: 25px 15px;
		background: #fff url(../images//mobile/bg_01.png) left bottom no-repeat;
		background-size: 215px 365px;
	}
	.info_block h2{
		color: #ab1d2f;
		font-size: 24px;
		width: 100%;
	}
	.info_block .t1{
		color: #ab1d2f;
		font-size: 15px;
		margin-top: 10px;
	}
	.info_block .t2{
		color: #222;
		font-size: 12px;
		line-height: 30px;
		margin-top: 10px;
	}
	.info_block .time{
		width: 100%;
		margin-top: 10px;
		display: flex;
		justify-content: space-between;
	}
	.info_block .time strong{
		color: #b09560;
		font-size: 25px;
	}
	.info_block .time p{
		color: #222;
		font-size: 12px;
	}
	.info_block .time dd{
		width: 33.3%;
		text-align: center;
		position: relative;
	}
	.info_block .time dd::after{
		content: '';
		width: 21px;
		height: 11px;
		background: url(../images/ico_14.png) no-repeat;
		position: absolute;
		right: -10%;
		top: 12px;
	}
	.info_block .time dd:last-child::after{
		display: none;
	}
	.info_block .telephone{
		color: #222;
		font-size: 13px;
		width: 300px;
		height: 40px;
		line-height: 40px;
		background: url(../images/bg_07.png) center no-repeat;
		background-size: 100% 100%;
		margin: 20px auto 0 auto;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.info_block .telephone strong{
		color: #b09560;
		font-size: 16px;
		margin-left: 10px;
	}
	.info_block .menu{
		width: 100%;
		margin-top: 30px;
		display: flex;
		justify-content: space-between;
	}
	.info_block .menu li{
		width: 25%;
	}
	.info_block .menu li a{
		color: #333;
		font-size: 12px;
		text-align: center;
		width: 100%;
		padding-top: 55px;
		display: block;
	}
	.info_block .menu .i1{
		background: url(../images/ico_15.png) top no-repeat;
		background-size: 50px 31px;
	}
	.info_block .menu .i2{
		background: url(../images/ico_16.png) top no-repeat;
		background-size: 25px 40px;
	}
	.info_block .menu .i3{
		background: url(../images/ico_17.png) top no-repeat;
		background-size: 55px 35px;
	}
	.info_block .menu .i4{
		background: url(../images/ico_18.png) top no-repeat;
		background-size: 60px 45px;
	}
	.title_02{
		color: #000;
		font-size: 24px;
	}
	.title_02 a{
		font-size: 15px;
		margin: 0 5px;
	}
	.title_02 em{
		font-size: 14px;
	}

	.news_block{
		width: 100%;
		padding: 20px 15px 60px 15px;
		background: url(../images//mobile/bg_02.png) bottom no-repeat;
		position: relative;
	}
	.news_block .more{
		color: #b09560;
		font-size: 14px;
		text-align: center;
		height: 32px;
		line-height: 30px;
		padding: 0 15px;
		border: 1px solid #b09560;
		border-radius: 4px;
		position: absolute;
		bottom: 10px;
		left: 50%;
		transform: translate(-50%, 0);
	}
	.news_block .new_list dd,
	.news_block2 .new_list dd{
		margin-top: 15px;
	}
	.news_block .new_list .time strong,
	.news_block2 .new_list .time strong{
		font-size: 20px;
		height: 22px;
		line-height: 22px;
	}
	.news_block .new_list .time span,
	.news_block2 .new_list .time span{
		font-size: 12px;
		color: #333;
	}
	.news_block .new_list p,
	.news_block2 .new_list p{
		font-size: 13px;
		line-height: 20px;
	}
	.news_block2 .new_list dd a{
		color: #333;
	}

	.news_img_list{
		width: 100%;
		padding-top: 20px;
		display: flex;
		justify-content: space-between;
	}
	.news_img_list .img_box{
		width: 48%;
	}
	.news_img_list .img_box img{
		width: 100%;
		height: 112px;
	}
	.news_img_list .img_box a{
		color: #000;
    font-size: 13px;
    width: 100%;
    height: 28px;
    line-height: 26px;
		margin-top: 10px;
		padding-right: 45px;
    border-top: 1px dashed #bfbfbf;
    border-bottom: 1px dashed #bfbfbf;
    background: url(../images/ico_25.png) right no-repeat;
    background-size: 40px 16px;
    display: inline-block;
		overflow: hidden;
	}

	.timeline{
		width: 100%;
		height: 648px;
		background: url(../images/mobile/bg_03.png) center no-repeat;
		background-size: 100% 100%;
		position: relative;
	}
	.timeline ul{
		position: relative;
	}
	.timeline a{
		color: #000;
		font-size: 13px;
		height: max-content;
		line-height: 15px;
		writing-mode: tb-rl;
		padding: 0 20px;
		display: flex;
		align-items: center;
		position: absolute;

	}
	.timeline a:hover{
		text-decoration: none;
	}
	.timeline .t1{
		width: 50px;
		padding-top: 30px;
		background: url(../images/ico_35.png) top no-repeat;
		background-size: 50px auto;
		left: 80%;
		top: 160px;
	}
	.timeline .t2{
		width: 50px;
		padding-top: 30px;
		background: url(../images/ico_35.png) top no-repeat;
		background-size: 50px auto;
		left: 14%;
		top: 150px;
	}
	.timeline .t3{
		width: 50px;
		padding-top: 30px;
		background: url(../images/ico_35.png) top no-repeat;
		background-size: 50px auto;
		left: 39%;
		top: 270px;
	}
	.timeline .t4{
		width: 50px;
		padding-top: 30px;
		background: url(../images/ico_35.png) top no-repeat;
		background-size: 50px auto;
		left: 74%;
		top: 340px;
	}
	.timeline .t5{
		width: 50px;
		padding-top: 30px;
		background: url(../images/ico_35.png) top no-repeat;
		background-size: 50px auto;
		left: 42%;
		top: 400px;
	}
	.timeline .t6{
		width: 50px;
		padding-top: 30px;
		background: url(../images/ico_35.png) top no-repeat;
		background-size: 50px auto;
		left: 16%;
		top: 480px;
	}
	.vr_box{
		width: 100%;
		padding: 30px 15px;
	}
	.vr_box .title{
		width: 100%;
		font-size: 24px;
		text-align: center;
	}
	.vr_box .title span{
		background: url(../images/ico_28.png) left no-repeat;
		background-size: 45px 30px;
		padding-left: 55px;
	}
	.vr_box a{
		width: 100%;
		height: 185px;
		background: url(../images//mobile/bg_05.png) center no-repeat;
		background-size: 295px 100%;
		margin-top: 20px;
		display: inline-block;
	}

	.news_carousel_mobile{
		padding: 15px;
		border: 1px solid #c8c7c3;
	}
	.news_carousel_mobile>div{
		position: relative;
	}
	.news_carousel_mobile>div img{
		width: 100%;
		height: 200px;
	}
	.news_carousel_mobile>div p{
		width: 100%;
		height: 50px;
		line-height: 50px;
		padding: 0 30px;
		background: rgba(0, 0, 0, 0.5);
		position: absolute;
		left: 0;
		bottom: 0;
	}
	.news_carousel_mobile>div p a{
		color: #d3af68;
		font-size: 18px;
		width: 70%;
		height: 50px;
		line-height: 50px;
		overflow: hidden;
		display: inline-block;
	}
	.news_carousel_mobile.layui-carousel,
	.layui-carousel>[carousel-item]>*{
		background-color: transparent;
	}
	.news_carousel_mobile .layui-carousel-ind{
		top: auto;
		bottom: 10px;
	}
	.news_carousel_mobile .layui-carousel-ind li{
		background: #b08c45;
	}
	.news_carousel_mobile .layui-carousel-ind li.layui-this{
		background: #dec79f;
	}
	.news_carousel_mobile .link{
		color: #000;
		font-size: 18px;
		width: 100%;
		height: 38px;
		line-height: 36px;
		margin: 15px 0;
		border-top: 1px dashed #bfbfbf;
		border-bottom: 1px dashed #bfbfbf;
		background: url(../images/ico_25.png) right no-repeat;
		background-size: 59px 20px;
		display: inline-block;
	}
	.news_carousel_mobile .text{
		width: 100%;
		height: 90px;
	}
	.news_carousel_mobile .text .title{
		color: #ba0000;
		font-size: 20px;
		max-height: 52px;
		line-height: 26px;
		width: 100%;
		display: inline-block;
		overflow: hidden;
	}
	.news_carousel_mobile .text span{
		color: #000;
		font-size: 13px;
		width: 100%;
		margin-top: 5px;
		display: inline-block;
	}
	.nav_block{
		padding: 0;
		flex-wrap: wrap;
		margin-bottom: 0;
	}
	.nav_block .title_block{
		width: 100%;
		height: 140px;
		margin: 0;
		padding: 0 15px;
		background: url(../images/mobile/bg_35.png) center no-repeat;
		background-size: 100% 100%;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.nav_block .title_block .count{
	    font-size: 25px;
	    text-align: left;
	    width: 200px;
		margin: 0px;
		padding-top: 50px;
		background: url(../images/ico_44.png) top left no-repeat;
		background-size: 180px auto;
	}
	.nav_block .vr_link{
	    width: 100%;
		margin: 0px;
		position: absolute;
		bottom: 30px;
	}
	.nav_block .vr_link a{
	    background-size: 80px auto;
	    padding-top: 80px;
	    
	}
	.nav_block .title_block .title{
		display: none;
	}
	.title_block_2{
		width: 100%;
		height: 70px;
		margin: 0;
		background:#ab1d2f url(../images/mobile/bg_04.png) right no-repeat;
		background-size: 180px 70px;
	}
	.title_block_2 .title{
	    color: #d3af68;
		font-size: 20px;
		text-align: left;
		height: 70px;
		line-height: 70px;
		padding-top: 0px;
		padding-left: 60px;
		background:  url(../images/ico_36.png) 15px  no-repeat;
		background-size: 33px 33px;
	}
	.nav_block .nav_list{
		padding: 2px;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.nav_block .nav_list li{
		width: calc(50% - 1px);
		height: 340px;
		margin: 1px 0;
	}
	.nav_block .nav_list li>a{
		font-size: 20px;
		background-position: 15px 25px!important;
		background-size: 32px auto!important;
	}
	.nav_block .nav_list .i2>a{
	    background-size: 45px auto !important;
	}
	.nav_block .nav_list .i3>a{
	    background-size: 45px auto !important;
	}
	.nav_block .nav_list .i4>a{
	    background-size: 45px auto !important;
	}
	.nav_block .nav_list .i1,
	.nav_block .nav_list .i2,
	.nav_block .nav_list .i3,
	.nav_block .nav_list .i4{
		background-position: center;
		background-size: cover;
	}
	.news_block2 .title{
		text-align: center;
		width: 100%;
	}
	.news_block2 .title span{
		font-size: 23px;
		padding-left: 35px;
		background: url(../images/mobile/ico_01.png) left no-repeat;
		background-size: 25px 25px;
	}
	.news_block2 .new_list{
		padding: 0;
		display: none;
	}

	footer.mobile{
		font-size: 12px;
		text-align: center;
		width: 100%;
		line-height: 20px;
		padding: 15px;
		background: #232323;
		margin-top: 20px;
		position: static;
	}
	footer.mobile a{
		color: #b09560;
		margin: 0 5px;
	}
	footer.mobile .telphone{
		background: url(../images/mobile/ico_02.png) left no-repeat;
		background-size: 13px 11px;
		padding-left: 17px;
	}
	footer.mobile .address{
		background: url(../images/mobile/ico_03.png) left no-repeat;
		background-size: 9px 12px;
		padding-left: 12px;
	}
	footer.mobile .count{
		color: #000;
		background: #b09560;
		padding: 0 5px;
	}

	.main{
		padding-top: 42px;
	}
	.news_title_list{
		padding-top: 20px;
		padding-bottom: 10px;
		border-bottom: 1px solid #aaaaaa;
	}
	.news_title_list li{
		font-size: 13px;
		width: 30%;
		height: 30px;
		background-size: 100% 100%;
		margin:0 3.3% 10px 0;
	}
	.news_title_list li a{
	    line-height: 30px;
	}
	.news_title_list li:nth-child(3n){
		margin-right: 0 0 10px 0;
	}
	.news_title_list .slt{
		background-size: 100% 100%;
	}
	.news_title_list .long{
		width: 120px;
		background-size: 100% 100%;
	}
	.news_title_list .long.slt{
		background-size: 100% 100%;
	}
	.title_01{
		font-size: 24px;
		font-weight: normal;
		padding: 10px 0;
	}
	.title_01 h2{
		display: none;
	}
	.title_01 h4{
		font-size: 17px;
	}
	.news_box{
		border: none;
		padding: 0;
		margin-top: 10px;
	}
	.news_box img{
		width: 28%;
		height: 70px;
		margin-right: 10px;
	}
	.news_box .info_box{
		height: 70px;
		border: 1px solid #d2d1cc;
		padding:5px 10px;
	}
	.news_box .info_box h2{
		font-size: 15px;
		height: 30px;
		line-height: 30px;
		overflow: hidden;
	}
	.news_box .info_box p,
	.news_box .info_box .more{
		display: none;
	}
	.news_box .info_box .info{
		justify-content: space-between;
	}
	.news_box .info_box .info span{
		color: #898989;
		font-size: 12px;
		margin-right: 0;
		padding-left: 16px;
		height: 20px;
		line-height: 20px;
	}
	.news_box .info_box .info .author{
	    width: 36%;
	    overflow: hidden;
	}
	.news_box .info_box .info .count{
	    width: 22%;
	    overflow: hidden;
	}
	.news_box .info_box .info .time{
	    width: 40%;
	    overflow: hidden;
	}
	.news_box .info_box .info .author,
	.news_box .info_box .info .time{
		background-size: 11px 11px;
	}
	.news_box .info_box .info .count{
		background-size: 13px 10px;
	}
	.page_list{
		font-size: 12px;
		margin-top: 20px;
	}
	.page_list a{
		font-size: 12px;
		width: 22px;
		height: 22px;
		line-height: 22px;
		margin: 0 3px;
		box-sizing: border-box;
	}

	.page_list .layui-laypage a, .page_list .layui-laypage span{
		font-size: 12px;
		text-align: center;
		width: 22px;
		height: 22px;
		line-height: 22px;
		padding: 0 5px;
		box-sizing: border-box;
	}
	.page_list .page_jump{
		width: 55px;
		height: 20px;
	}
	.page_list .page_jump .jump_input{
		font-size: 12px;
		height: 20px;
		line-height: 20px;
	}
	.page_list .page_jump .jump_btn{
		font-size: 12px;
		font-weight: normal;
		width: 20px;
		height: 20px;
		line-height: 20px;
	}
	.article_block{
		padding-top: 20px;
	}
	.article_block h2{
		font-size: 20px;
	}
	.article_block .info_box{
		font-size: 12px;
		margin-top: 10px;
		line-height: 20px;
		flex-wrap: wrap;
	}
	.article_block .info_box span{
	    padding-left: 20px;
	    margin-right: 10px;
	}
	.article_block .info_box .i2,
	.article_block .info_box .i4{
	    display: none;
	}
	
	.article_block .article_detail{
		font-size: 13px;
		line-height: 22px;
		margin-top: 20px;
		word-break: break-all;
	}
	.article_block .article_link{
		font-size: 13px;
		margin-top: 20px;
		padding-top: 10px;
	}
	.article_block .article_link p{
		font-size: 13px;
		height: 23px;
		line-height: 23px;
	}
	.news_list a{
		font-size: 14px;
		width: 75%;
		height: 40px;
		line-height: 40px;
	}
	.news_list span{
		font-size: 12px;
		height: 40px;
		line-height: 40px;
	}
	.news_list2 li{
		margin-bottom: 15px;
	}
	.news_list3 li{
		width: calc((100% - 15px) / 2);
		height: auto;
		border: none;
		margin-bottom: 15px;
	}
	.news_list3 li:nth-child(2n) {
        margin-right: 0px;
    }
    .news_list3 li:nth-child(3n) {
        margin-right: 15px;
    }
    .news_list3 li:nth-child(6n) {
        margin-right: 0px;
    }
	.news_list3 li .img{
		height: 110px;
		padding: 0;
	}
	.news_list3 li .box{
		width: 100%;
		border: 1px solid #c8c7c3;
		margin-top: 10px;
	}
	.news_list3 li .link{
		font-size: 13px;
		border-top: none;
		padding: 0 5px;
	}
	.news_list3 li .link span{
		color: #ba0000;
		font-weight: bold;
	}
	.news_list3 li .link a{
		width: 35px;
		height: 12px;
		background-size: 100% 100%;
	}
	.news_list3 li .summary{
		font-size: 13px;
		height: 50px!important;
		line-height: 22px;
		padding: 5px;
	}
	.news_list3.display li{
		height: auto;
		border: 1px solid #ccc;
	}
	.news_list3.display li .summary{
		height: 40px!important;
	}
	.news_list3.display li .summary p{
		font-size: 15px;
		margin-bottom: 0px;
	}
	.exhibition_block .exhibition_box{
		width: 80px;
	}
	.exhibition_block .exhibition_box .detail p,
	.exhibition_block .exhibition_box .detail a{
		display: none;
	}
	.exhibition_block .exhibition_box .title{
		width: 25px;
		height: 20px;
		padding: 0;
		background-size: 100% 100%!important;
	}
	.exhibition_block .exhibition_box .title a{
		display: none;
	}
	.exhibition_block{
		height: 700px;
		padding-top: 180px;
		margin-top: 15px!important;
		background-size: 100% 100%;
		margin-bottom: 100px;
	}
	.exhibition_block .exhibition_box .detail h3{
		display: none;
	}
	.exhibition_block .exhibition_box .detail h4{
		font-size: 12px;
		font-weight: bold;
	}
	.exhibition_block .exhibition_box .detail h4 a{
		color: #000;
		text-align: center;
		font-size: 13px;
		width: 100%;
		display: block;
	}
	.exhibition_block .exhibition_box .detail span{
		font-size: 12px;
		margin-top: 5px;
	}
	.exhibition_block .exhibition_box.b1{
		left: 0px;
		top: 120px;
	}
	.exhibition_block .exhibition_box.b1 .title{
		background: url(../images/ico_26.png) top no-repeat;
		right: -70%;
		top: -80px;
	}
	.exhibition_block .exhibition_box.b2{
		left: 77%;
		top: 90px;
	}
	.exhibition_block .exhibition_box.b2 .title{
		background: url(../images/ico_26.png) top no-repeat;
		right: 110%;
		top: -30px;
	}
	.exhibition_block .exhibition_box.b3{
		left: 4%;
		top: 297px;
	}
	.exhibition_block .exhibition_box.b3 .title{
		background: url(../images/ico_26.png) top no-repeat;
		right: -92%;
		top: -83px;
	}
	.exhibition_block .exhibition_box.b4{
		left: 77%;
		top: 306px;
	}
	.exhibition_block .exhibition_box.b4 .title{
		background: url(../images/ico_26.png) top no-repeat;
		right: 114%;
		top: -30px;
	}
	.exhibition_block .exhibition_box.b5{
		left: 0%;
		top: 518px;
	}
	.exhibition_block .exhibition_box.b5 .title{
		background: url(../images/ico_26.png) top no-repeat;
		right: -63%;
		top: -75px;
	}
	.exhibition_block .exhibition_box.b6{
		left: 47%;
		top: 490px;
	}
	.exhibition_block .exhibition_box.b6 .title{
		background: url(../images/ico_26.png) top no-repeat;
		right: 76%;
		top: -148px;
	}
	.news_title_list .vr.mobile{
		font-size: 14px;
		font-weight: bold;
		width: auto;
		padding-left: 55px;
		background: url(../images/ico_28.png) left no-repeat;
		background-size: 47px 28px;
		margin: 0 auto;
	}
	.title_03{
		font-size: 13px;
	}
	.title_03 span::before{
		width: 10px;
		left: -15px;
		top: 7px;
	}
	.title_03 span::after{
		width: 10px;
		right: -15px;
		top: 7px;
	}
	.intro_block{
		font-size: 14px;
		line-height: 25px;
	}
	.intro_block h3{
		font-size: 14px;
		padding-left: 15px;
	}
	.intro_block h3::before{
		width: 4px;
		height: 14px;
		top: 6px;
	}
	.img_list{
		justify-content: space-between;
	}
	.img_list li{
		width: 48%;
		height: 105px;
		padding: 0;
		border: 0;
		margin-right: 0;
		margin-bottom: 15px;
	}
	.img_switch_pop{
		width: 100%;
		height: 190px;
		padding: 0 15px;
	}
	.img_switch_pop .close{
		font-size: 12px;
		width: 20px;
		height: 20px;
		top: -25px;
		right: 15px;
		z-index: 9;
	}
	.img_switch_pop img{
		width: 100%;
		height: 100%;
	}
	.img_switch_pop .layui-carousel[lay-arrow=always] .layui-carousel-arrow{
		width: 30px;
		height: 40px;
		left: 0px;
	}
	.img_switch_pop .layui-carousel[lay-arrow=always] .layui-carousel-arrow[lay-type=add]{
		right: 0px;
	}

	.cultural_relics_block{
		border: none;
		margin-top: 0px!important;
	}
	.cultural_relics_block .relics_detail{
		padding: 0;
		flex-wrap: wrap;
	}
	.cultural_relics_block .relics_detail .img,
	.cultural_relics_block .relics_detail .img2{
		width: 100%;
		height: 300px;
	}
	.cultural_relics_block .relics_detail .info h3{
		font-size: 15px;
		margin-top: 5px;
	}
	.cultural_relics_block .relics_detail .info h4{
		display: none;
	}
	.cultural_relics_block .relics_detail .info h5{
		color: #ba0000;
		font-size: 15px;
		margin-top: 10px;
	}
	.cultural_relics_block .relics_detail .info .count{
		font-size: 12px;
	}
	.cultural_relics_block .relics_detail .info .tag{
		position: relative;
	}
	.cultural_relics_block .relics_detail .info .tag span{
		color: #fff;
		font-size: 13px;
		height: 26px;
		line-height: 26px;
		background: #ba0000;
	}
	.cultural_relics_block .relics_detail .info .tag .link{
		display: none;
	}
	.cultural_relics_block .relics_detail .img::after{
		display: none;
	}
	.cultural_relics_block .relics_detail .info .tag .vr{
		width: 55px;
		height: 55px;
		background: url(../images/mobile/ico_04.png) no-repeat;
		background-size: 100% 100%;
        position: absolute;
        right: 0px;
        bottom: 0px;
        display: none;
    }
	.cultural_relics_block .relics_detail .info .text{
		font-size: 14px;
		line-height: 27px;
	}
	.intro_text{
		font-size: 14px;
		line-height: 27px;
	}
	.intro_text .title span{
		font-size: 13px;
		width: 120px;
		height: 30px;
		line-height: 30px;
		background-size: 100% 100%;
	}
	.cultural_relics_block .relics_img .relics_img_list{
		padding: 10px;
	}
	.cultural_relics_block .relics_img .title{
		display: none;
	}
	.cultural_relics_block .relics_img_list li{
		width: 100%;
		/*height: 200px;*/
		padding: 0px;
		margin: 0px;
	}
	.cultural_relics_block .relics_link{
		font-size: 13px;
		line-height: 27px;
		padding: 0px;
		padding-top: 10px;
	}
	.cultural_relics_block .relics_img .title_mobile{
		text-align: center;
		width: 100%;
	}
	.cultural_relics_block .relics_img .title_mobile span{
		width: 120px;
		height: 30px;
		line-height: 30px;
		margin: 10px 0;
		background: url(../images/ico_33.png) no-repeat;
		background-size: 100% 100%;
		display: inline-block;
	}
	.cultural_relics_block .relics_img .title_mobile p{
		font-size: 13px;
		width: 100%;
		line-height: 20px;
	}


	.news_list4 li{
		width: 100%;
		height: auto;
		border: none;
		margin-bottom: 15px;
		padding: 10px;
		border: 1px solid #c8c7c3;
	}
	.news_list4 li .img{
		width: 100%;
		height: 190px;
		padding: 0;
	}
	.news_list4 li .img img{
		width: 100%;
		height: 100%;
		max-width: 100%;
		max-width: 100%;
		object-fit: cover;
	}
	.news_list4 li .box{
		width: 100%;
		border: 1px solid #c8c7c3;
		margin-top: 10px;
	}
	.news_list4 li .time{
		font-size: 12px;
		text-align: center;
		width: 100%;
		height: 40px;
		line-height: 40px;
		border-bottom: 1px dashed #bfbfbf;
	}
	.news_list4 li .time span{
		padding-left: 20px;
		background: url(../images/ico_32.png) left no-repeat;
		background-size: 14px 14px;
	}
	.news_list4 li .link a{
		width: 35px;
		height: 12px;
		background-size: 100% 100%;
	}
	.news_list4 li .summary{
		font-size: 13px;
		line-height: 22px;
		padding: 10px 0;
	}
	.news_list4 li .summary strong{
		color: #ba0000;
		font-size: 15px;
		text-align: center;
		width: 100%;
		margin-bottom: 5px;
		display: block;
	}
	.news_list4 li .summary strong a{
		color: #ba0000;
	}
	.news_list4 li .summary p{
		color: #727171;
		font-size: 12px;
		line-height: 20px;
	}

	.img_list2 li{
		width: 100%;
		height: auto;
	}
	.img_list2 li .img{
		height: auto;
		padding:30px;
	}
	.img_list2 li .img img{
		width: 100%;
		height: auto;
	}
	.img_list2 p{
		margin-bottom: 15px;
		margin-top: 0px;
	}
	.img_list3{
		justify-content: space-between;
	}
	.img_list3 li{
		width: 48%;
		height: 225px;
		padding: 15px;
		margin: 0 0 15px 0;
	}
	.img_list3 li .img{
		height: 150px;
	}
	.img_list3 span{
		margin-top: 10px;
	}
	.img_list3 span a{
		background: transparent;
	}
	
	.img_list6{
		width: 100%;
		column-count: 2;
    column-gap: 10px;;
	}
	.img_list6 li{
		border: 1px solid #c8c7c3;
		margin-bottom: 10px;
		display: inline-block;
	}
	.img_list6 li img{
		width: 100%;
		height: auto;
	}
	.img_list6 li .title{
		color: #000;
		font-size: 14px;
		width: 100%;
		line-height: 20px;
		background: #fff;
		padding: 5px;
	}
	.img_list6 li p{
		color: #898989;
		font-size: 14px;
		width: 100%;
		height: 52px;
		line-height: 26px;
		margin-top: 10px;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden;
	}
	.img_list6 li .more{
		text-align: right;
		width: 100%;
		margin-top: 10px;
	}
	.img_list6 li .more a{
		color: #898989;
		font-size: 13px;
		text-align: center;
		width: 80px;
		height: 26px;
		line-height: 22px;
		border: 2px solid #6bacbb;
		border-radius: 4px;
		display: inline-block;
	}
	.img_list6 li a:hover{
		opacity: 0.9;
		text-decoration: none;
	}
	.img_list5{
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.img_list5 li{
		width: 48%;
		margin: 0 0 5px 0;
	}
	.img_list5 li .img{
		height: 110px;
		padding: 5px;
	}
	.img_list5 li a{
		font-size: 13px;
		text-align: left;
		height: 40px;
		line-height: 20px;
		margin: 5px 0;
		overflow: hidden;
	}
	.app_block{
		font-size: 15px;
	}
	.app_block .qr_box{
		width: 70%;
		font-size: 15px;
		margin-top: 30px!important;
		background: none;
	}
	.app_block .qr_box img{
		width: 100%;
	}
	.time_block{
		font-size: 14px;
	}
	.time_block h3{
		font-size: 15px;
	}
	.time_block p{
		margin-top: 0px!important;
	}
	.time_block .time_box{
		width: 80%;
		font-size: 13px;
		line-height: 30px;
		margin-top: 30px;
		margin-left: 10%;
		padding: 0;
	}
	.time_block .time_box li{
		width: 33.3%;
	}
	.time_block .time_box strong{
		font-size: 25px;
	}
	.time_block .time_box li::after{
		width: 12px;
		height: 10px;
		background-size: 100% 100%;
		right: -4px;
		top: 12px;
	}
	.bg_block{
		padding-bottom: 300px;
		background: url(../images/mobile/bg_06.png) bottom no-repeat;
		background-position: center bottom;
		background-size: 100% auto;
	}

	.article_link{
		width: 100%;
		border-top: 1px solid #cbcbc4;
		padding-top: 20px;
		margin-top: 40px;
	}
	.article_link p{
		color: #ba0000;
		font-size: 15px;
		width: 100%;
		height: 34px;
		line-height: 34px;
		overflow: hidden;
	}
	.text_block{
		font-size: 14px;
		line-height: 28px;
	}
	.map_block{
		margin-top: 30px;
	}
	.map_block li{
		margin-bottom: 30px;
	}
	.map_block .m1,
	.map_block .m2,
	.map_block .m3,
	.map_block .m4{
		height: 340px;
		background-size: 100% auto;
	}
	.map_block .m5{
		height: 150px;
		background-size: 100% auto;
	}
	.bg_block2{
		padding-bottom: 280px;
		margin-bottom: -20px;
		background-size: auto 180px;
	}

	.news_box2{
		margin-top: 15px;
	}
	.news_box2 img{
		width: 70px;
		height: 80px;
		margin-right: 10px;
	}
	.news_box2 .info_box{
		padding: 10px;
	}
	.news_box2 .info_box h2{
		font-size: 14px;
		font-weight: bold;
		height: 30px;
		line-height: 30px;
	}
	.news_box2 .info_box p{
		display: none;
	}
	.news_box2 .info_box .more{
		display: none;
	}
	.news_box2 .info_box .info{
		justify-content: space-between;
	}
	.news_box2 .info_box .info span{
		color: #898989;
		font-size: 12px;
		margin-right: 0;
		padding-left: 16px;
	}
	.news_box2 .info_box .info .author,
	.news_box2 .info_box .info .time{
		background-size: 11px 11px;
	}
	.news_box2 .info_box .info .count{
		background-size: 13px 10px;
	}
	.qr_list{
		flex-wrap: wrap;
		justify-content: center;
		padding: 0px;
	}
	.qr_list li{
		font-size: 15px;
		width: 60%;
		padding-top: 220px;
		margin: 10px 0;
		background-size: 100% auto!important;
	}
	.link_list{
		padding: 0px;
	}
	.link_list a{
		font-size: 14px;
		width: 50%;
		height: 40px;
		line-height: 15px;
		padding-left: 25px;
		display: flex;
		align-items: center;
	}
	.link_list a::after{
		top: 13px;
	}
	
	.object_block{
		height: auto;
	}
	.object_block .object_list{
		flex-wrap: wrap;
	}
	.object_block .object_list .title{
		width: 100%;
		height: 100px;
		background-size: auto 70px;
	}
	.object_block .object_list ul{
		flex-wrap: wrap;
	}
	.object_block .object_list ul li{
		width: 48%;
		height: 100px;
		margin-bottom: 20px;
	}
	.object_block .object_list ul li a{
		font-size: 14px;
		padding-top: 70px;
	}

	/* 英文 */
	.banner_01{
		height: 130px;
		background-size: 100% 100%;
	}

	.exhibition_block2{
		height: 560px;
		margin-top: 15px!important;
		background: url(../images/bg_09_2.png) top no-repeat;
		background-size: 100% 100%;
		margin-bottom: 130px;
	}
	.exhibition_block2 .exhibition_box{
		width: 80px;
	}
	.exhibition_block2 .exhibition_box .detail p,
	.exhibition_block2 .exhibition_box .detail a{
		display: none;
	}
	.exhibition_block2 .exhibition_box .title{
		width: 25px;
		height: 20px;
		padding: 0;
		background-size: 100% 100%!important;
	}

	.exhibition_block2 .exhibition_box .detail h3  a{
		font-size: 12px;
		display: block;
	}
	
	
	.exhibition_block2 .exhibition_box.b1{
		left: 0px;
		top: 130px;
	}
	.exhibition_block2 .exhibition_box.b1 .title{
		background: url(../images/ico_26.png) top no-repeat;
		right: -70%;
		top: -80px;
	}
	.exhibition_block2 .exhibition_box.b2{
		left: 77%;
		top: 95px;
	}
	.exhibition_block2 .exhibition_box.b2 .title{
		background: url(../images/ico_26.png) top no-repeat;
		right: 110%;
		top: -30px;
	}
	.exhibition_block2 .exhibition_box.b3{
		left: 4%;
		top: 320px;
	}
	.exhibition_block2 .exhibition_box.b3 .title{
		background: url(../images/ico_26.png) top no-repeat;
		right: -92%;
		top: -83px;
	}
	.exhibition_block2 .exhibition_box.b4{
		left: 77%;
		top: 340px;
	}
	.exhibition_block2 .exhibition_box.b4 .title{
		background: url(../images/ico_26.png) top no-repeat;
		right: 114%;
		top: -30px;
	}
	.exhibition_block2 .exhibition_box.b5{
		left: 0%;
		top: 565px;
	}
	.exhibition_block2 .exhibition_box.b5 .title{
		background: url(../images/ico_26.png) top no-repeat;
		right: -63%;
		top: -75px;
	}
	.exhibition_block2 .exhibition_box.b6{
		left: 47%;
		top: 540px;
	}
	.exhibition_block2 .exhibition_box.b6 .title{
		background: url(../images/ico_26.png) top no-repeat;
		right: 76%;
		top: -148px;
	}
	.article_block {
		margin-top: 0px!important;
	}

}