@charset "utf-8";
body {
    /*background: url(../img/bg_1.png) center 1260px / 1300px 1114px no-repeat,
    url(../img/bg_2.png) center 4200px / 1300px 1040px no-repeat,
    url(../img/bg_3.png) center 7836px / 1300px 1447px no-repeat;*/
}
::-webkit-scrollbar{
    width:3px;
}
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(0,0,0,0);
  border-radius: 0px;
  background: #ccc;
}
::-webkit-scrollbar-thumb {
  border-radius: 3px;
  width:4px;
  -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
  background: #535353;
}
.main {
    width: 100%;
    min-width: 1200px;
    height: auto;
    overflow: hidden;
    position: relative;
}

.header {
    width: 100%;
    height: 60px;
    background-color: #000;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    display: flex;
}

.header-logo {
    flex: 1
}

.header-logo>img {
    width: 141px;
    height: 50px;
    vertical-align: baseline;
    margin-left: 20px;
    margin-top: 5px;
}

.header-nav {
    flex: 1;
    text-align: right;
    color: #fff;
    display: inline-block;
    height: 60px;
    line-height: 60px;
    margin-right: 80px;
}

.header-nav>a {
    font-size: 16px;
    font-family: PingFang-SC-Regular;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    opacity: 0.9;
    margin: 0 20px;
}

.header-nav>a:hover {
    color: #EE8617
}

.top-banner {
  width: 100%;
  position: relative;
  padding-top:60px;
}
#unit1_1,#unit1_2,#unit_1,#unit_2,#unit_3,#unit3_0,#unit3_1,#unit3_2{
    display: none;
}
.top-banner img{
  width:100%;
  height:auto;
}
.center p{
  font-size:24px;
font-family:PingFangSC-Medium;
font-weight:600;
color:rgba(126,53,31,1);
line-height:40px;
}
.zhanlan {
    width: 100%;
    min-width: 1300px;
}

.zhanlan-title {
	background: #ffffff;
  text-align: center;
  height: 117px;
  line-height: 117px;
  border-bottom: 3px solid #092856;
  font-size:36px;
  font-weight:bold;
  color:#000;
}

.zhanlan-title span {
    width: 59px;
    height: 35px;
    vertical-align: middle;
    background: url(../imgs/l.png)no-repeat;
    background-size:cover;
    display: inline-block;
    margin-right:20px;
}
.zhanlan-title span.right{
  background: url(../imgs/l.png)no-repeat;
  background-size: cover;
  margin-right: 0;
  margin-left: 20px;
}
.zhanlan-content {
    width: 100%;
    min-width: 1300px;
    text-align: center;
    padding: 70px;
    background:#DBDBDB;
}

.zhanlan-content>h4 {
    font-size: 22px;
    font-family: PingFang-SC-Medium;
    font-weight: bold;
    color: rgba(0, 0, 0, 1);
    line-height: 36px;
}

.zhanlan-content>p {
    width: 1188px;
    margin: 0 auto;
    font-size: 18px;
    font-family: PingFang-SC-Regular;
    font-weight: 400;
    color: rgba(0, 0, 0, 1);
    line-height: 36px;
    text-align: left;
    text-indent: 2em;
    padding: 0px 0;
}
.part-one {
    width: 100%;
    min-width: 1300px;
    background: url(../imgs/bj.png) repeat-y,#092856;
    background-size: 100% auto;
    position: relative;
    z-index:1;
	padding-bottom: 85px;
}
.part-one::after{
    content:"";
    width:800px;
    height:100%;
    background: url(../imgs/fl.png)no-repeat;
    background-size: contain;
    position: absolute;
    top:0;
    left:0;
    z-index:-1;
}
.part-one::before{
    content:"";
    width:800px;
    height:100%;
    background: url(../imgs/fr.png) no-repeat right top;
    background-size: contain;
    position: absolute;
    bottom:-16px;
	top: 0;
    right:0;
    z-index:-1;
}
.part-one h4 {
    width: 300px;
    margin: 0 auto;
    font-size: 28px;
    font-family: PingFang-SC-Medium;
    font-weight: bold;
    color: #E49C2F;
    line-height: 36px;
    position: relative;
    padding: 88px 0 20px;
    border-bottom:4px solid #E49C2F;
    text-align: center;
}

.part-one p {
    margin: 50px auto 0;
    font-size: 18px;
    /* font-family: SimSun; */
    font-weight: 400;
    color: #E49C2F;
    width:1160px;
    line-height: 36px;
	text-indent: 2em;
}
.part-one p.nop{
	margin: 0 auto;
}

/* 第一部分展品样式 */
.unit{
  width:100%;
  height:100%;
  /* background: url(../imgs/unit.png)no-repeat #DBDBDB;
  background-size:cover; */
}
.unit-content{
  padding-top: 20px;
  width:1160px;
  margin:0 auto;
}
.unit-content .item{
    width:100%;
    display: flex;
    height:482px;
	margin-bottom: 20px;
}
.unit-content .item img{
    width:857px;
    height:482px;
}
.item-content{
    flex:1;
    background: #fff;
    font-size:18px;
    color:#000;
    box-shadow:14px 24px 31px 0px rgba(0, 0, 0, 0.13);
    padding:33px 26px 20px;
    position: relative;
}
.item-content h4{
    margin:0;
    padding:0;
    font-family:PingFang-SC-Medium;
    font-weight:600;
    margin-bottom:40px;
}
 .item-content p{
  font-size:18px;
  color:#000;
  text-indent:2em;
  line-height: 30px;
} .item-content .btn{
    background: #fff;
    outline: none;
    color:#9A4B23;
    font-size:22px;
    position: absolute;
    bottom:30px;
    right:30px;
    cursor: pointer;
}
.item2{
 overflow:hidden;
 margin-top:20px;
}
.item2 .list{
    width:373px;
    float:left;
    margin-right:20px;
    cursor: pointer;
}
.item2 .list:last-child{
    margin-right:0;
}
.item2 img{
  width:374px;
  height:210px;
}
.item2 p{
    color:#000;
    font-size:18px;
    height: 33px;
    line-height: 33px;
    background: #fff;
    text-align: center;
}
/* .part-two{
    background:#092856;
} */
.part-two::after{
    content:"";
    width:700px;
    height:100%;
    background: url(../imgs/tl.png) no-repeat ;
    background-size: contain;
    top:0;
    left:0;
}
.part-two::before{
    content:"";
    width:700px;
    height:100%;
    background: url(../imgs/tr.png) no-repeat top right;
    background-size: contain;
    top:0;
    right:0;
}
.unit2{
    width:100%;
    /* background: url(../imgs/unit2.png) no-repeat #DBDBDB;
    background-size: cover; */
    padding-bottom:40px;
}
.unit2 .item{
    margin-bottom:20px;
}
.list-banner{
    width:1300px;
    margin:0 auto;
    position: relative;
}
.swiper-container.twoList01{
 width:1160px;
 margin:0 auto;
 height:243px;
}
.swiper-container.twoList01 .swiper-slide{
    cursor: pointer;
    width:374px !important;
}
.swiper-container.twoList01 img{
  width:374px;
  height:210px;
}
.swiper-container.twoList01 p{
    color:#000;
    font-size:18px;
    height: 33px;
    line-height: 33px;
    background: #fff;
    text-align: center;
}
.list-banner .prev,
.list-banner  .next {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
    outline:0 none;
}
.list-banner .prev:focus,
.list-banner  .next :focus{
    outline: 0 none;
}
.list-banner  .prev {
    left: 20px;
    background-image: url('../imgs/left.png')!important;
}

.list-banner .next.swiper-button-disabled {
    cursor: inherit;
    opacity: 0.5;
}

.list-banner  .next {
    right: 20px;
    background-image: url('../imgs/right.png')!important;;
}

.list-banner .prev.swiper-button-disabled {
    cursor: inherit;
    opacity: 0.3;
}

/* 第三部分 */
.part-three::after{
    background: url(../imgs/unit3l.png)no-repeat;
    background-size: auto 100%;
}
.part-three::before{
    background: url(../imgs/unit3r.png)no-repeat top right;
    background-size: auto 100%;
}
/* 第三部分 */
.part-for::after{
    background: url(../imgs/ffl.png)no-repeat;
    background-size: auto 100%;
}
.part-for::before{
    background: url(../imgs/ffr.png)no-repeat center right;
    background-size: cover;
}
/* 精彩图片轮播图 */

.wonderful-pictures {
    width: 100%;
    min-width: 1300px;
    background-color: #180D15;
    padding-bottom: 50px;
}

.wonderful-pictures>.zhanlan-title {
    background-color: #fff;
    margin-bottom: 50px;
}

.gallery {
    width: 1188px;
    margin: 0 auto;
    position: relative;
}

.gallery>.suoyin {
    height: 30px;
    font-size: 16px;
    color: #fff;
    margin: 40px 0 0 0;
}

.gallery-top .swiper-slide {
    width: 100%;
    height: 675px;
}

.swiper-slide {
    background-size: cover;
    background-position: center;
}

.gallery-thumbs {
    height: 92px;
    box-sizing: border-box;
    padding: 10px 0;
}

.gallery-thumbs .swiper-slide {
    width: 163px !important;
    height: 92px;
    opacity: 0.4;
}

.gallery-thumbs img {
    width: 100%;
}

.gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
}

.wonderful-pictures .gallery .swiper-button-next,
.wonderful-pictures .gallery .swiper-button-prev {
    top: 95% !important;
}

.wonderful-pictures .gallery .swiper-button-prev {
    left: -50px !important;
    ;
}

.wonderful-pictures .gallery .swiper-button-next {
    right: -50px !important;
    ;
}

.iframe-wrap {
    width: 1205px;
    height: 926px;
    margin: 0 auto;
    padding-top: 50px;
}

.st5_iframe {
    width: 100%;
    height: 100%;
}
/* 底部 */

.footer {
    width: 100%;
    height: 260px;
    min-width: 1300px;
    background-color: #092856;
}

.footer>.nav {
    text-align: center;
}

.footer>.nav>a {
    display: inline-block;
    /* width: 56px; */
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    font-family: PingFang-SC-Regular;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    line-height: 36px;
    margin: 10px 44px;
}

.footer>.logo {
    margin: 20px;
}

.footer>.logo>img {
    width: 141px;
    height: 50px;
    display: block;
    margin: 0 auto;
}

.footer>.wx {
    margin: 20px 0;
}

.footer>.wx>.img-wrap {
    width: 140px;
    height: 38px;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
}

.footer>.wx>.img-wrap>img {
    width: 38px;
    height: 38px;
}

.footer>.info {
    font-size: 14px;
    font-family: PingFang-SC-Regular;
    font-weight: 400;
    color: rgba(243, 197, 124, 1);
    height: 36px;
    line-height: 36px;
    opacity: 0.9;
    text-align: center
}

.footer>.info>span {
    display: inline-block;
    vertical-align: middle;
}

.footer>.info>span:nth-child(2) {
    margin: 0 30px 0 15px;
}

.footer>.info>span>a {
    color: #fff;
}

.footer>.info>img {
    width: 36px;
    height: 36px;
    vertical-align: middle;
    margin-left: 15px;
}

.footer>.banquan {
    font-size: 14px;
    font-family: PingFang-SC-Regular;
    font-weight: 400;
    color: rgba(243, 197, 124, 1);
    line-height: 36px;
    opacity: 0.9;
    text-align: center;
    margin-top: 20px;
}


/* 弹窗样式 */

.cover {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    overflow: hidden;
    z-index: 10000;
}

.cover>.info {
    width: 1340px;
    height: 415px;
    margin: 0 auto;
    background-color: #fff;
    position: relative;
    top: 330px;
}

.cover>.info>div {
    display: inline-block;
    vertical-align: top;
}

.cover>.info>.img {
    width: 735px;
    height: 100%;
    box-sizing: border-box;
    position: relative;
}

.cover>.info>.img>img {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    display: block;
}

.cover>.info>.desc {
    width: 600px;
    height: 100%;
    padding: 20px;
    box-sizing: border-box;
    overflow-y: auto;
}

.cover>.info>.desc>p {
    width: 100%;
}

.cover>.info>.desc>.titl {
    font-size: 20px;
    font-family: PingFang-SC-Medium;
    font-weight: bold;
    color: rgba(0, 0, 0, 1);
    line-height: 36px;
}

.cover>.info>.desc>.order,
.cover>.info>.desc>.name,
.cover>.info>.desc>.size,
.cover>.info>.desc>.address {
    font-size: 16px;
    font-family: PingFang-SC-Regular;
    font-weight: 400;
    color: rgba(0, 0, 0, 1);
    line-height: 36px;
}

.cover>.info>.desc>.size {}

.cover>.info>.desc>.address {}

.close {
    width: 100%;
    text-align: center;
    position: relative;
    top: 380px;
    cursor: pointer;
}

.close>img {
    width: 38px;
    height: 38px;
	margin: 0 auto;
}
.sadas{
	width: 1398px;
	overflow: hidden;
	margin: 0 auto;
	padding: 70px 0;
}
.sadas .yanshen{
	float: left;
	width: 689px;
	overflow: hidden;
	background: #ffffff;
	padding: 29px 40px 20px 40px;
	margin-bottom: 20px;
}
.sadas .yanshen:nth-child(2n+1){
	margin-right: 20px;
}
.yanshen img{
	float: left;
	width: 190px;
	height: 131px;
}
.yanshen .right{
	float: left;
	margin-left: 20px;
	width: 380px;
	height: 131px;
    display: flex;
	flex-direction: column;
    justify-content: space-around;
}
.yanshen .right.noimg{
	width: 100%;margin-left: 0;
}
.yanshen .right .aaa{
	font-size:18px;
	font-weight:bold;
	line-height:28px;
	text-align: left;
	overflow: hidden;
	text-overflow: ellipsis;
	
	border-bottom: 1px solid #E0E0E0;
	white-space: nowrap;
}
.yanshen .right .bbb{
	font-size:14px;
	font-weight:400;
	color:rgba(102,102,102,1);
	line-height:28px;
    text-align: left;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.yanshen a:hover .right *{
    color: #EE8617;
}
.yanshen .right .ccc{
	font-size:14px;
	font-weight:400;
	color:rgba(102,102,102,1);
	line-height:28px;
	text-align: right;
}