@charset "utf-8";
/*html {
    filter: gray !important;
    filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
}*/
html,body{
	margin: 0;
	padding:0;
	min-width: 1500px;
}
ul{
	margin:0;
	padding:0;
	list-style: none;
}
a {
	text-decoration: none;
}
*{
	box-sizing: border-box;
}
[v-clock]{
	display: none;
}
.wrap{
	background: url(../images/bg.png) center top;
	background-size: contain;
}
.auto-width{
	max-width: 100%;
}
.banner {
	width: 100%;
	min-width: 1500px;
}
.banner img{
	display: block;
}
.w1500{
	width: 1500px;
	margin:0 auto;
}
.w1410 {
	width: 1400px;
	margin:0 auto;
}
.paddingb25 {
	padding-bottom: 25px;
}

.p-bundle {
   position: relative;
}

.vr-p {
	background: url('../images/vr/vr-bg.jpg') center top;
}
.vr-w-img {
	display: block;
	margin: 0 auto;
}
.vr-link{
	display: block;
	width: 470px;
	height: 142px;
	margin: -35px auto 0;
	background: url('../images/vr/vr-btn.png') center ;
	background-size: contain;
}

.flag-title {
	padding: 0 60px 0 90px;

}
.flag-title .title-word{
	margin-left: -87px;
}

.part1-title {
	background: url(../images/part1/p1-bg.jpg) no-repeat center top;
	background-size: cover;
	padding-top: 85px;
	padding-bottom: 100px;
}
.part2-title {
	background: url(../images/part2/p2-bg.jpg) no-repeat center top;
	background-size: cover;
	padding-top: 85px;
	padding-bottom: 100px;
}
.part3-title {
	background: url(../images/part3/p3-bg.jpg) no-repeat center top;
	background-size: cover;
	padding-top: 85px;
	padding-bottom: 100px;
}
.part4-title {
	background: url(../images/part4/p4-bg.jpg) no-repeat center top;
	background-size: cover;
	padding-top: 85px;
	padding-bottom: 100px;
}
.part-end-title {
	background-color: #923313;
	padding-bottom: 55px;
}
.part-title .description {
	margin: 20px 0 0 285px;
	padding: 60px;
	background: url('../images/jiao1.png') no-repeat left top, url('../images/jiao2.png') no-repeat right bottom;
	line-height: 36px;
	text-align: justify;
	font-size: 20px;
	color: #ffeea0;
}
.text-indent {
	text-indent: 2em;
}
.unit-title {
	padding: 84px 0;
	text-align: center;
}


.part1-unit1-content{
	/* overflow: hidden; */
}
.part1-unit1-content .unit-img-column{
	width: 100%;
	height: 640px;
}
.part1-unit1-content .unit-img-column img{
	display: block;
	margin: 0 auto;
}
.col-image{
	overflow: hidden;
}
.col-image img{
    transition: opacity .6s cubic-bezier(.55,.085,0,.99),transform .5s linear;
    -ms-transform: scale(1);
    transform: scale(1);
}
.col-image:hover img {
    transition: opacity .6s cubic-bezier(.55,.085,0,.99),transform 2s linear;
    -ms-transform: scale(1.12);
    transform: scale(1.12);
}
.part1-unit1-content .img-text{
	padding:30px 38px;
	background-color: #fff;
	line-height: 30px;
	position: relative;
	font-size: 16px;
}

.part1-swiper1 {
	position: relative;
	padding: 50px 0 39px;
	background: url('../images/part1/u1-bg.jpg') no-repeat;
}
.part1-unit1-swiper {
  height: 425px;
  box-sizing: border-box;
}
.part1-unit1-swiper .swiper-slide.fir{
	width: 380px;
}
.part1-unit1-swiper .swiper-slide.sed{
	width: 580px;
}
.part1-unit1-swiper .swiper-slide.thr{
	width: 285px;
}
.part1-unit1-swiper .swiper-slide.for{
	width: 522px;
}
.part1-unit1-swiper .swiper-slide.fiv{
	width: 886px;
}
.part1-unit1-swiper .thumb-item {
	height: 100%;
	background-size: contain;
  background-position: center center;
	background-repeat: no-repeat;
}
.part1-unit1-swiper .swiper-slide {
	transition: 300ms;
	transform: scale(0.8);
}
.part1-unit1-swiper .swiper-slide-active,.swiper-slide-duplicate-active{
	transform: scale(1);
}
.masking{
	opacity: 0;
	background-color: rgba(0,0,0,.7);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	transition: all .3s;
}
.masking .img-des{
	padding: 25px;
	color:#fff;
}
.hover-item:hover .masking{
	opacity: 1;
}

.part1-swiper1 .img-des{
	width: 800px;
	margin: 0 auto;
	padding-top: 30px;
	line-height: 28px;
}

.arrow-left2{
	background: url(../images/left2.png) no-repeat left top;
	position: absolute;
	left: -33px;
  top: 50%;
  margin-top: -28px;
  width: 34px;
  height: 56px;
  z-index: 999;
}
.arrow-right2{
	background: url(../images/right2.png) no-repeat left top;
	position: absolute;
	right: -33px;
	top: 50%;
	margin-top: -28px;
  width: 34px;
  height: 56px;
  z-index: 999;
}

.arrow-left3{
	background: url(../images/left3.png) no-repeat left top;
	position: absolute;
	left: -33px;
  top: 50%;
  margin-top: -28px;
  width: 34px;
  height: 56px;
  z-index: 999;
}
.arrow-right3{
	background: url(../images/right3.png) no-repeat left top;
	position: absolute;
	right: -33px;
	top: 50%;
	margin-top: -28px;
  width: 34px;
  height: 56px;
  z-index: 999;
}

.red-font{
	color: #ba2b15;
}

.part-unit-ww{
	margin:25px 0 60px;
}

.part-ww-title {
	padding: 60px 0;
  text-align: center;
}

.part-unit-ww.part1 {
	background: url('../images/part1/ww-bg.png') no-repeat center center;
	height: 818px;
}

.part-unit-ww.part1 .swiper-container {
	height: 461px;
}
.part-unit-ww.part1 .swiper-slide{
	width: 691px;
	height: 461px;
	background-color: #807971;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.part-unit-ww.part1 .swiper-slide img{
	max-width: 100%;
	max-height: 100%;
}

.part-unit-ww .img-des{
	padding: 58px 200px;
	color: #fff1c7;
	text-align: center;
}


.part2-unit1-content .part2-unit2-item{
	float: left;
	width: 685px;
	background-color: #fff;
}
.part2-unit1-content .part2-unit2-item .img-box {
	width: 100%;
	height: 428px;
}
.part2-unit1-content .part2-unit2-item.right{
	float: right;
}
.part2-unit1-content .part2-unit2-item img{
	width: 100%;
}
.part2-unit1-content .part2-unit2-item .img-text{
	padding: 25px 13px;
	text-align: center;
}




.part-unit-ww-in{
	background: url(../images/ww_border.png) no-repeat center top;
	overflow: hidden;
	padding: 45px 0 45px 297px ;
	height: 410px;
}
.part1-unit2-ww{
	padding-bottom: 59px;
}
.part-unit-ww-in .ww-item{
	float: left;
	width: 530px;
	display: flex;
}

.part1-unit1-ww .ww-item .ww-des{
	padding:55px 20px 0;
	line-height: 28px;
}
.part1-unit2-content{
	overflow: hidden;
	margin-left: -25px;
	position: relative;
}
.part1-unit2-content .part1-unit2-item {
	float: left;
	background-color: #fff;
	margin-left: 25px;
	margin-bottom: 25px;
	position: relative;
}
.part1-unit2-content .part1-unit2-item.top-right {
	position: absolute;
	top: 0;
	right: 0;
}
.part1-unit2-content .part1-unit2-item.bottom-right {
	position: absolute;
	bottom: 0;
	right: 0;
}
.part1-unit2-item .img-box{
	width: 440px;
}
.part1-unit2-item.top-right .img-box {
	height: 320px;
}
.part1-unit2-item.bottom-right .img-box {
	height: 260px;
}
.part1-unit2-item .img-box.long{
	height: 726px;
}
.part1-unit2-item .img-box.wide{
	width: 930px;
	height: 620px;
}
.part1-unit2-item .img-box img{
	width: 100%;
}
.part1-unit2-item .img-text{
	padding: 25px 13px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,.7);
	color: #fff;
} 

.part-unit-ww-in .ww-item.column{
	flex-direction: column;
}
.part1-unit2-ww .ww-item .ww-des{
	line-height: 28px;
}
.part1-unit2-ww .hor .ww-des{
	padding:80px 20px 0;
}
.part1-unit2-ww .column{
	padding-top: 60px;
}
.part1-unit2-ww .column .ww-des{
	padding-top: 25px;
	padding-left: 130px;
}


.part2-unit1-ww {

}
.part2-unit1-ww .ww-item{
	width: 450px;
}
.part2-unit1-ww .hor .ww-des{
	padding:140px 20px 0;
}
.part2-unit1-ww .column{
	padding-top: 40px;
}
.part2-unit1-ww .column .ww-des{
	padding-top: 25px;
	padding-left: 35px;
}

.swiper-container {
  width: 100%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
}
.gallery-top {
  height: 840px;
  width: 100%;
}
.gallery-top .swiper-slide {
  background-size: cover;
  background-position: center;
}
.gallery-top .img-des{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: auto;
	padding: 38px 65px;
	background-color: rgba(0,0,0,.6);
	color:#fff;
	line-height: 23px;
}
.gallery-thumbs {
  height: 176px;
  box-sizing: border-box;
  background: #000;
  padding:28px 0;
}
.gallery-thumbs .swiper-slide {
  height: 100%;
  opacity: 0.4;
}
.gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
}
.gallery-thumbs .thumb-item {
	height: 100%;
	margin:0 28px;
	background-size: cover;
  background-position: center;
}
.gallery-thumbs .swiper-slide-thumb-active .thumb-item{
  border:4px solid #ba2b15;
  position: relative;
}
.gallery-thumbs .swiper-slide-thumb-active .thumb-item:before{
	content: "";
	position: absolute;
	top:-27px;
	left: 50%;
	width: 0;
  height: 0;
  margin-left: -11px;
  border: 12px solid transparent;
  border-bottom-color: #ba2b15;
}

.part2-unit2-content {
	overflow: hidden;
}
.part2-unit2-content .part2-unit2-item{
	float: left;
	width: 440px;
}
.part2-unit2-content .part2-unit2-item .img-box {
	width: 100%;
	height: 282px;
}
.part2-unit2-content .part2-unit2-item.center{
	width: 477px;
	margin: 0 30px;
}
.part2-unit2-content .part2-unit2-item.right{
	width: 423px;
}
.part2-unit2-content .part2-unit2-item img{
	width: 100%;
}
.part2-unit2-content .part2-unit2-item .img-text{
	padding: 25px 0;
}

.part-unit-ww.part2 {
	background-color: #baaca4;
	padding-bottom: 40px;
	margin-bottom: 0;
}
.part2-ww-box2 {
	display: flex;
	/* justify-content: center; */
}
.part2-ww-box2 .left{
	width: 580px;
	margin: 0 100px;
}
.part2-ww-box2 .left p{
	padding: 0 70px;
}
.part2-ww-box2 .right{
	margin: 0 100px;
	display: flex;
	align-items: center;
}
.part2-ww-box2 .right p{
	margin-left: 40px;
}

.part2-unit3-content{
	overflow: hidden;
	margin-left: -28px;
}
.part2-unit3-content .part2-unit3-item{
	float: left;
	width: 425px;
	height: 568px;
	margin-left: 28px;
	overflow: hidden;
	position: relative;
	background-color: #fff;
}
.part2-unit3-content .part2-unit3-item img{
	width: 100%;
}
.part2-unit3-content .part2-unit3-item.last{
	width: 493px;
}

.part2-unit3-content .part2-unit3-item .img-text {
	position: absolute;
	bottom:0;
	left: 0;
	right: 0;
	padding: 20px;
	background-color: rgba(255,255,255,.8);
	line-height: 28px;
}

.part2-unit1-swiper {
  height: 554px;
  box-sizing: border-box;
}
.part2-unit1-swiper .swiper-slide.fir{
	width: 380px;
}
.part2-unit1-swiper .swiper-slide.sed{
	width: 580px;
}
.part2-unit1-swiper .swiper-slide.thr{
	width: 285px;
}
.part2-unit1-swiper .swiper-slide.for{
	width: 522px;
}
.part2-unit1-swiper .swiper-slide.fiv{
	width: 886px;
}
.part2-unit1-swiper .thumb-item {
	height: 425px;
	background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
	background-color: #a69e90;
}
.part2-unit1-swiper .img-des{
	padding: 20px 0;
}



.part2-unit11-swiper {
  height: 425px;
  box-sizing: border-box;
}
.part2-unit11-swiper .swiper-slide.fir{
	width: 380px;
}
.part2-unit11-swiper .swiper-slide.sed{
	width: 580px;
}
.part2-unit11-swiper .swiper-slide.thr{
	width: 285px;
}
.part2-unit11-swiper .swiper-slide.for{
	width: 522px;
}
.part2-unit11-swiper .swiper-slide.fiv{
	width: 886px;
}
.part2-unit11-swiper .thumb-item {
	height: 100%;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #a69e90;
}
.masking{
	opacity: 0;
	background-color: rgba(0,0,0,.7);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	transition: all .3s;
}
.masking .img-des{
	padding: 25px;
	color:#fff;
}
.hover-item:hover .masking{
	opacity: 1;
}

.part2-unit11-swiper .img-des{
	line-height: 36px;
}

.arrow-left2{
	background: url(../images/left2.png) no-repeat left top;
	position: absolute;
	left: -33px;
  top: 50%;
  margin-top: -28px;
  width: 34px;
  height: 56px;
  z-index: 999;
}
.arrow-right2{
	background: url(../images/right2.png) no-repeat left top;
	position: absolute;
	right: -33px;
	top: 50%;
	margin-top: -28px;
  width: 34px;
  height: 56px;
  z-index: 999;
}


.part3-unit1-swiper {
  height: 600px;
  box-sizing: border-box;
}
.part3-unit1-swiper .swiper-slide.fir{
	width: 340px;
}
.part3-unit1-swiper .swiper-slide.sed{
	width: 335px;
}
.part3-unit1-swiper .swiper-slide.thr{
	width: 408px;
}
.part3-unit1-swiper .swiper-slide.for{
	width: 618px;
}
.part3-unit1-swiper .thumb-item {
    height: 470px;
    background-size: cover;
    background-position: center;
}
.part3-unit1-swiper .img-des{
	padding: 25px 0;
}

.part3-unit1-ww.part-unit-ww-in {
	padding-left: 380px;
}
.part3-unit1-ww .ww-item{
	width: auto;
}
.part3-unit1-ww .ww-des {
	padding: 110px 40px 0;
}

.part3-unit2-content {
	overflow: hidden;
	margin-left: -14px;
}
.part3-unit2-content .card-item{
	float: left;
	margin-left: 14px;
	
}

.part3-unit2-content .part3-unit2-item {
	width: 922px;
	height: 760px;
  position: relative;
}
.part3-unit2-content .right .part3-unit2-item{
	padding: 0 136px;
	background: #ccc5ab;
}
.part3-unit2-content .right .img-text{
	position: absolute;
	right: 200px;
	top: 63%;
}
.part3-unit2-content .card-item.middle .part3-unit2-item{
	width: 456px;
	height: auto;
}
.part3-unit2-content .part3-unit2-item .img-box{
	width: 100%;
	height: 474px;
	overflow: hidden;
	background: #ccc5ab;
}
.part3-unit2-item .img-text{
	padding: 20px 0;
	line-height: 28px;
} 

.part3-unit2-item.spe:hover .img-text{
	opacity: 1;
}
.part3-unit2-item.spe .img-box{
	height: 347px;
}
.part3-unit2-content .part3-unit2-item .img-box.sml{
	height: 284px;
}

.part3-unit3-content .big-img {
	background-color: #fff;
}
.part3-unit3-content .big-img .img-text {
    padding: 28px 36px;
    line-height: 28px;
}

.part3-unit3-swiper {
  height: 425px;
  box-sizing: border-box;
}
.part3-unit3-swiper .swiper-slide.fir{
	width: 605px;
}
.part3-unit3-swiper .swiper-slide.sed{
	width: 308px;
}
.part3-unit3-swiper .swiper-slide.thr{
	width: 637px;
}
.part3-unit3-swiper .swiper-slide.for{
	width: 607px;
}
.part3-unit3-swiper .thumb-item {
    height: 100%;
    background-size: cover;
    background-position: center;
}
.part3-unit3-swiper .masking{
	top: auto;
}
.part3-unit3-content .img-des{
	line-height: 28px;
}

.part3-unit3-ww{
	background: url(../images/part3/ww-bg.png) no-repeat center bottom;
	height: 650px;
}
.part3-unit3-ww .part3-unit3-ww-in{
	display: flex;
	justify-content: space-around;
	margin-top: 20px;
}
.part3-unit3-ww-in .img-box{
	height: 292px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.part3-unit3-ww-in p{
	padding: 20px;
	text-align: center;
}
.part3-unit3-ww-in img{
	max-width: 100%;
	max-height: 100%;
}


.part4-unit1-swiper {
  height: 430px;
  box-sizing: border-box;
}
.part4-unit1-swiper .thumb-item {
    height: 314px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.part4-unit1-swiper .img-des{
	padding: 25px 0;
}

.part4-unit1-ww-s {
	background: url(../images/part1/u1-bg.jpg) no-repeat center bottom;
	padding: 30px 0 30px;
	background-size: cover;
}
.part4-unit11-swiper {
  height: 400px;
  box-sizing: border-box;
	
}
.part4-unit11-swiper .thumb-item {
	height: 100%;
	background-size: contain;
  background-position: center center;
	background-repeat: no-repeat;
}

.part4-unit11-swiper .swiper-slide {
	transition: 300ms;
	transform: scale(0.8);
}
.part4-unit11-swiper .swiper-slide-active,.swiper-slide-duplicate-active{
	transform: scale(1);
}

.part4-unit1-ww-s .img-des {
	width: 800px;
	margin: 0 auto;
	padding-top: 30px;
	line-height: 28px;
	text-align: center;
}

.part4-unit3-ww .swiper-container {
	height: 461px;
}
.part4-unit3-ww .swiper-slide{
	width: 691px;
	height: 461px;
	background-color: #807971;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.part4-unit3-ww .swiper-slide img{
	max-width: 100%;
	max-height: 100%;
}

.part4-unit3-ww .img-des {
	padding: 58px 200px;
	color: #fff1c7;
	text-align: center;
}



.part4-unit2-swiper {
  height: 410px;
  box-sizing: border-box;
}
.part4-unit2-swiper .thumb-item {
    height: 316px;
    background-size: contain;
    background-position: center;
	background-repeat: no-repeat;
}
.part4-unit2-swiper .img-des{
	padding: 25px 0;
}

.part4-unit2-ww{
	background: url(../images/part4/ww-bg.png) no-repeat center center;
	height: 827px;
}

.part4-unit21-swiper {
  height: 400px;
  box-sizing: border-box;
	
}
.part4-unit21-swiper .thumb-item {
	height: 100%;
	background-size: contain;
  background-position: center center;
	background-repeat: no-repeat;
}

.part4-unit21-swiper .swiper-slide {
	transition: 300ms;
	transform: scale(0.8);
}
.part4-unit21-swiper .swiper-slide-active,.swiper-slide-duplicate-active{
	transform: scale(1);
}

.part4-unit2-ww-s .img-des {
	width: 800px;
	margin: 0 auto;
	padding-top: 30px;
	line-height: 28px;
	text-align: center;
}

.part4-unit3-swiper {
  height: 490px;
  box-sizing: border-box;
}
.part4-unit3-swiper  .swiper-slide {
	background-color: #fff;
}
.part4-unit3-swiper .thumb-item {
    height: 394px;
    background-size: cover;
    background-position: center;
}
.part4-unit3-swiper .img-des{
	padding: 25px 20px;
}

.part4-unit3-ww{
	background: url(../images/part4/ww3-bg.png) no-repeat center center;
	height: 823px;
}

.part5-unit1-swiper {
  height: 510px;
  box-sizing: border-box;
}
.part5-unit1-swiper .swiper-slide {
	background-color: #fff;
}
.part5-unit1-swiper .thumb-item {
    height: 387px;
    background-size: cover;
    background-position: center;
}
.part5-unit1-swiper .img-des{
	padding: 25px 20px;
}

.part5-unit1-ww {
	background-color: #d4cdb3;
}

.part5-unit1-ww .ww-img {
	display: flex;
	justify-content: center;
	align-items: center;
	padding-bottom: 60px;
}

.part5-unit2-swiper {
  height: 430px;
  box-sizing: border-box;
}
.part5-unit2-swiper .swiper-slide {
	background-color: #fff;
}
.part5-unit2-swiper .thumb-item {
    height: 323px;
    background-size: contain;
    background-position: center center;
	background-repeat: no-repeat;
}
.part5-unit2-swiper .img-des{
	padding: 25px 20px;
}

.part5-unit2-ww{
	background: url(../images/part5/ww-bg.png) no-repeat center center;
	height: 827px;
}

.part5-unit21-swiper {
  height: 400px;
  box-sizing: border-box;
	
}
.part5-unit21-swiper .thumb-item {
	height: 100%;
	background-size: contain;
  background-position: center center;
	background-repeat: no-repeat;
}

.part5-unit21-swiper .swiper-slide {
	transition: 300ms;
	transform: scale(0.8);
}
.part5-unit21-swiper .swiper-slide-active,.swiper-slide-duplicate-active{
	transform: scale(1);
}

.part5-unit2-ww-s .img-des {
	width: 800px;
	margin: 0 auto;
	padding-top: 30px;
	line-height: 28px;
	text-align: center;
}

.part5-unit3-box {
	display: flex;
	justify-content: space-between;
}
.part5-unit3-box .left {
	width: 700px;
	height: 575px;
	position: relative;
}
.part5-unit3-box .left .img-des {
	position: absolute;
	left: 0;
	right: -4px;
	bottom: 0;
	padding: 34px 0;
	background-color: rgba(0,0,0,.6);
	color: #fff;
}

.part5-unit3-box .right {
	width: 650px;
	height: 575px;
	background: #d4cdb3;
}
.part5-unit3-box .right .right-img {
	display: flex;
	justify-content: space-around;
	align-items: center;
	padding: 0 60px;
}
.part5-unit3-box .right .right-img img{
	margin-right: 40px;
}

.part5-unit4-box {
	display: flex;
	justify-content: space-between;
}
.part5-unit4-box .item-box {
	background-color: #fff;
}
.part5-unit4-box .item-box .img-box{
	width: 435px;
	height: 350px;
}
.part5-unit4-box .item-box.center .img-box{
	width: 500px;
}
.part5-unit4-box .item-box .img-des {
	padding: 25px 0;
}

.part5-unit3-ww {
	background-color: #bec6c3;
}

.part5-unit4-ww {
	display: flex;
	justify-content: space-between;
	padding-bottom: 60px;
}

.part5-unit4-ww .item-box {
	width: 46%;
	display: flex;
	align-items: center;
}

.part5-unit4-ww .item-box .img-des {
	margin-left: 60px;
	line-height: 36px;
}

.end-content {
	font-size: 16px;
	line-height: 36px;
	color: #ffeea0;
}

.new-title {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	padding:60px 0 20px;
	border-bottom: 1px solid #a80b05;
}
.news-list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 20px 0 100px;

}
.news-list .news-list-item{
	width: 48%;
	margin: 20px 0;
	display: flex;
}
.news-list .news-list-item .img-box {
	width: 169px;
	height: 112px;
	margin-right: 20px;
	background-color: #5f5f5f;
	flex-shrink: 0;
}
.news-list .news-list-item .img-box img{
	max-width: 100%;
}
.news-list .news-list-item h3 {
	margin-top: 0;
}
.news-list .news-list-item a {
	color: #000;
}
.news-list .news-list-item a:hover {
	color: #a80b05;
}
.news-list .news-list-item p {
	line-height: 26px;
}


/*详情*/
.detail-top{
	padding-top: 67px;
}
.detail-logo{
	width: 260px;
	height: 125px;
	margin:0 auto;
	background: url(../images/logo.png) no-repeat center center;
}
.detail-title{
	max-width: 100%;
	display: block;
	margin:20px auto 40px;
}
.detail-line{
	max-width: 100%;
	display: block;
	margin:0 auto;
}
.map-namelists{
	padding-top:55px;
	padding-bottom: 47px;
	display: flex;
}
.detail-map{
	width: 250px;
	height: 204px;
	-webkit-background-size: 	contain;
	background-size: 	contain;
	background-position: right top;
}
.namelists {
	flex: 1;
	display: flex;
	flex-wrap: wrap;
	padding-left: 42px;
}
.namelists .group{
	width: 50%;
}
.namelists .name-item{
	width: 100%;
	height: 50px;
	position: relative;
	line-height: 50px;
	padding-left: 28px;
}
.namelists .name-item:before{
	content: "";
	position: absolute;
	top: 50%;
	left:0;
	width: 12px;
	height: 12px;
	margin-top: -6px;
	border-radius: 50%;
	background-color: #ec0c08;
}
.namelists .name-item .name{
	color:#474747;
	font-weight: bold;
	font-size: 20px;
}
.namelists .name-item.active .name{
	color:#ba2b15;
}
.namelists .name-item .name:hover{
	color:#ba2b15;
}

.museum-content {
	padding: 46px 44px;
	background-color: #eeead5;
}
.museum-title{
	margin: 0;
	text-align: center;
	color: #ba2b15;
	font-size: 24px;
}
.museum-content p{
	margin:0;
	text-indent: 2em;
	line-height: 36px;
	text-align: justify;
}
.museum-content img{
	display: block;
	max-width: 100%;
	margin:20px auto;
}
.goHome {
	padding:20px 20px 43px 0;
	text-align: right;
}
.goHome a{
	color:#c04530;
	font-weight: bold;
}

/*底部*/
.footer{
    background-color: #7b2410;
}
.footer .part-ww-title {
	padding: 30px 0 40px;
}
.copyright{line-height:25px; text-align:center; color:#666666;padding: 0px 0 55px;color:#fff;font-family: 黑体,微软雅黑,'Heiti SC',Arial;font-size: 14px;}
.copyright a{color:#fff; text-decoration:none;}
.copyright a:hover{color:#fff;text-decoration: underline;}