#allmap {
	height: 500px;
	width: 100%;
	overflow: hidden;
}
#c_popbox-1667039370360 .p_background{    background-color: rgba(0, 0, 0, 0.9) !important;}
#c_popbox-1667039370360 .p_close{right: -50px;top: 30px;color:#fff;}
#c_popbox-1667039370360 .p_close .icon{width: 32px;height: 32px;}

#allmap .BMapLib_nav_tab_content td{
display:inline-block;
width: auto !important;
}
#allmap .BMap_stdMpCtrl{
  display:none !important;
}
.BMap_Marker div >img{ animation-delay: 0ms; animation-duration: 2000ms; animation-iteration-count: infinite; animation-name: scales; animation-play-state: running; animation-timing-function: linear;}

@keyframes scales {
    0% { opacity: 0.2; transform: scale(0.6);}
    33% { opacity: 0.5; transform:scale(0.8);}
    66% { opacity: 1; transform:scale(1);}
    100% { opacity: 0.6; transform:scale(0.6); }
}
.pinner{ 
	width: 90%;
    max-width: 1520px;
	margin: 0px auto;
}
.strength{
  margin-top:100px;
}

/*.contact {
    padding: 95px 0 120px 0;
}*/
.ab-title {
    text-align: center;
}
.ab-title .ch {
    font-size: 30px;
    color: #333;
}
.ab-title .en {
    font-size: 15px;
    margin-top: 14px;
    color: #999;
    line-height:32px
}
#lx .cta-list {
    margin-top: 60px;
}
.cta-list  {
    margin-top: 100px;
}
.cta-list li {
    float: left;
    width: 33.33%;
    text-align: center;
    transition: all .3s;
}
.cta-list .ico {
	display: block;
	width: 68px;
	height: 68px;
	margin: 0 auto;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
	border: 1px solid #4d4d4d;
	border-radius: 100%;
	background-position: center top
}
.cta-list .c1 .ico {
	background-image: url(https://omo-oss-image.thefastimg.com/portal-saas/new2022092810284788590/cms/image/63fb2eff-0121-4b8e-9f8b-70f930c5bfa5.png?1667035663139)
}
.cta-list .c2 .ico {
	background-image: url(https://omo-oss-image.thefastimg.com/portal-saas/new2022092810284788590/cms/image/74298552-f6fc-4edb-b11f-e25018f77cca.png?1667035663099)
}
.cta-list .c3 .ico {
	background-image: url(https://omo-oss-image.thefastimg.com/portal-saas/new2022092810284788590/cms/image/e639ebdf-86c3-4261-895e-922a7d1a59f2.png?1667035663139)
}
.cta-list .ti {
	font-weight: 700;
	margin-top: 7px;
	color: #333;
	font-size: 16px;
}
.cta-list .txx {
	font-size: 18px;
	line-height: 1.4;
	margin-top: 25px
}
.cta-list li:hover .ico {
    border-color: #bb885f;
    background-color: #bb885f;
    background-position: center bottom;
}
.cta-list li a{
  color:#666;
  font-family: "1555924f-a7b5-42e6-bd14-5235edc34508";
  font-size: 16px;
  display:
  block;
}
.cta-list li.c1 .txx{
  font-size:14px;
}







.industrys {
	overflow: hidden;
	height: 790px;
}
.industry-list a:link, .industry-list a:visited {
	color: #fff;
}
.industry-list a:active, .industry-list a:hover {
	color: #fff;
}
.industry-list li {
	width: 33.33%;
	float: left;
	overflow: hidden;
	position: relative;
	transition: width 455ms;
}
.industry-list li figure {
	display: block;
	overflow: hidden;
	position: relative;
	text-align: center;
	background-position: center center;
	background-repeat: no-repeat;
	height: 790px;
}
.industry-list li figure img {
	display: none;
	height: 790px;
}
.industry-list li .black-40 {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
  background: rgba(0,0,0,0.4);
}
.industry-item {
	width: 330px;
	padding: 20px;
	height: 312px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -176px 0px 0px -185px;
	text-align: center;
	z-index: 1;
}
.industry-item:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: #fff;
	position: absolute;
	left: 0;
	top: 0;
	transform-origin: left bottom;
	-webkit-transform-origin: left bottom;
	-webkit-transition: -webkit-transform .52s cubic-bezier(.4, 0, .2, 1);
	transition: -webkit-transform .52s cubic-bezier(.4, 0, .2, 1);
	transition: transform .52s cubic-bezier(.4, 0, .2, 1);
	transition: transform .52s cubic-bezier(.4, 0, .2, 1), -webkit-transform .52s cubic-bezier(.4, 0, .2, 1);
	transform: scaleY(0);
	-webkit-transform: scaleY(0);
	visibility: hidden\9;
	z-index: -1;
}
.industry-item p {
	transition: 0.3s;
	-webkit-transition: 0.3s;
}
.industry-item .ico {
	width: 60px;
	height: 60px;
	display: block;
	margin: 70px auto 4px;
	position: relative;
	transition: 0.3s;
	-webkit-transition: 0.3s;
}
.industry-item .ico i {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.industry-item .ico .i1 {
	display: block;
}
.industry-item .ico .i2 {
	display: none;
}
.industry-item .t {
	font-size: 16px;
	line-height: 1.2;
	margin-bottom: 5px;
}
.industry-item .en {
	text-transform: uppercase;
	line-height: 1.1;
}
.industry-item .by {
	color: #666666;
	opacity: 0;
	visibility: hidden;
	line-height: 1.1;
}
.industry-item .addico {
	background: url(//dfs.yun300.cn/group1/M00/03/F6/rBQBHVy20OSEO2dzAAAAALh_ENs167.png) no-repeat scroll center center;
	background-size: cover;
	width: 10px;
	height: 10px;
	display: block;
	margin: 0px auto 30px;
	transition: 0.3s;
	-webkit-transition: 0.3s;
}
.industry-item .moreBtn {
	opacity: 0;
	margin: 0px auto 20px;
	visibility: hidden;
	background-image: url(//dfs.yun300.cn/group1/M00/16/18/rBQBG1y20RCEOCgzAAAAAKeuG_4164.png);
}
.industry-item .moreBtn .txt {
	color: #bb885f;
}
@media screen and (min-width:1025px){
  .industry-item {
    width: 260px;
    padding: 10px;
    height: 262px;
    margin: -141px 0px 0px -140px;
}
.industry-list li:hover .industry-item:before {
	transform: scaleY(1);
	-webkit-transform: scaleY(1);
	-moz-transform: scaleY(1);
	transform-origin: left top;
	-webkit-transform-origin: left top;
	visibility: visible\9;
}
.industry-list li:hover .industry-item .ico {
	margin-top: 54px;
}
.industry-list li:hover .industry-item .ico .i1 {
	display: none;
}
.industry-list li:hover .industry-item .ico .i2 {
	display: block;
}
.industry-list li:hover .industry-item .ico i {
	-webkit-transition-timing-function: cubic-bezier(0.6, 4, 0.3, 0.8);
	transition-timing-function: cubic-bezier(0.6, 4, 0.3, 0.8);
	-webkit-animation: gelatine 0.5s 1;
	animation: gelatine 0.5s 1;
}
.industry-list li:hover .industry-item .t {
	font-size: 18px;
	margin-bottom: 0;
	color: #bb885f;
}
.industry-list li:hover .industry-item .en {
	opacity: 0;
	visibility: hidden;
}
.industry-list li:hover .industry-item .by, .industry-list li:hover .industry-item .moreBtn {
	opacity: 1;
	visibility: visible;
	transition-delay: 200ms;
	-webkit-transition-delay: 200ms;
}

}















.fixedImg {
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}
.industry-Page {
    padding: 150px 0px 70px;
    text-align: center;
    background: none rgba(255,255,255,0.86);
}
.w795 {
    max-width: 795px;
    width: 90%;
    margin: 0px auto;
    overflow: hidden;
}
.industry-Page .t {
    font-size: 30px;
    color: #bb885f;
    line-height: 1.4;
    margin-bottom: 10px;
}
.industry-Page .by {
    font-weight: bold;
    font-size: 36px;
    color: #383838;
    line-height: 1.2;
    margin-bottom: 28px;
}
.industry-Page .txt {
    margin-bottom: 28px;
}
.industry-Page .en {
    color: #999999;
    font-size: 16px;
    margin-bottom: 50px;
}
.industry-Page .en span {
    position: relative;
    padding: 0px 10px;
}
.industry-Page .en span:before, .industry-Page .en span:after {
    content: "";
    width: 128px;
    height: 1px;
    display: block;
    position: absolute;
    top: 50%;
    background-color: #a0a0a0;
}
.industry-Page .en span:before {
    left: 100%;
}
.industry-Page .en span:after {
    right: 100%;
}
.strength .pbot {
    background: url(//dfs.yun300.cn/group1/M00/03/F4/rBQBHVy2wfWEQ4ALAAAAAFKBZEM251.png) no-repeat scroll center center;
    width: 71px;
    height: 71px;
    display: block;
    margin: 0px auto;
    position: relative;
}
.strength .pbot i {
    background: url(//dfs.yun300.cn/group1/M00/16/17/rBQBG1y2whCEJS_qAAAAAJ53_l4914.png) no-repeat scroll center center;
    width: 12px;
    height: 16px;
    position: absolute;
    left: 50%;
    top: 20px;
    margin-left: -6px;
    -webkit-animation: mouse-dot 1.5s cubic-bezier(0.23, 1, 0.32, 1) infinite;
    animation: mouse-dot 1.5s cubic-bezier(0.23, 1, 0.32, 1) infinite;
}
@keyframes mouse-dot {
    from { opacity: 0; }
    33% { opacity: 1; }
    to { transform: translateY(15px); -webkit-transform: translateY(15px); opacity: 0; }
}
@-webkit-keyframes mouse-dot {
    from { opacity: 0; }
    33% { opacity: 1; }
    to { transform: translateY(15px); -webkit-transform: translateY(15px); opacity: 0; }
}



.teambox{
  padding:200px 0;
  width: 50%;
}
.teambox p{
  color:#fff;
}
.teambox .t {
    font-size: 24px;
}
.teambox .c {
    font-size: 24px;
  margin-bottom:30px;
}
.teambox .x {
    font-size: 14px;
  text-align: justify;
}
.structure-img {
    padding: 0px 0px 100px;
    text-align: center;
}
.structure-img img {
    display: block;
    margin: 0px auto;
  max-width: 60% !important;
    height: auto !important;
}
.openOdd {
    width: 186px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    color: #fff;
    background-color: #bb885f;
    display: block;
    margin: 50px auto 0;
}
.openOdd .txt {
    color: #fff;
    background: url(//dfs.yun300.cn/group1/M00/16/14/rBQBG1y1ncGEFp90AAAAAHCFC4c285.png) no-repeat scroll left center;
    padding-left: 26px;
    font-style: inherit;
}



.culturebox-tit {
  background-color: rgba(0,78,148,.1);
  padding:5% 0;
  text-align: center;
}
.culturebox-tit .t{
  font-size: 24px;
    color: #333;
  line-height:1.5;
    font-weight: bold;
  margin-bottom:10px;

}

.culturebox-tit .c{
  font-size: 14px;
    color: #565656;
}
.horon-tit .t{
  color:#fff;
}
.horon-tit .c{
  color: #eee;
  text-align: center;
}
.cur-list li {
    position: relative;
    width: 33.33%;
    height: 400px;
    padding: 175px 20px 0 20px;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
    border-color: rgba(255, 255, 255, .1);
    float: left;
    overflow: hidden;
    -webkit-transition: 400ms;
    transition: 400ms;
    text-align: center;
    color:#fff;
}
.cur-list li:before {
    content: "";
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: #bb885f;
    -webkit-transition: 600ms;
    transition: 600ms;
}
.cur-list p {
    position: relative;
}
.cur-list .ch {
    font-size: 22px;
    font-weight: bold;
}
.cur-list .en {
    font-size: 15px;
    margin-top: 5px;
}
.cur-list .line {
    position: relative;
    width: 40px;
    height: 2px;
    margin: 30px auto 20px auto;
    background: #fff;
      display: inline-block;
  
}
.cur-list .txx, .cur-list .line {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 400ms;
    transition: 400ms;
}
.cur-list .txx {
    font-size: 14px;
}
.cur-list li:hover:before {
    height: 100%;
    top: 0;
    bottom: auto;
}
.cur-list li:hover .txx, .cur-list li:hover .line {
    opacity: 1;
    visibility: visible;
}
.cur-list li:hover {
    padding-top: 155px;
}



.memorabiliaPbox {
    padding: 130px 0px 0px;
    color: #fff;
}



.pboxT .t {
    font-size: 24px;
    color: #fff;
}
.pboxT .by {
    color: #fff;
    font-size: 36px;
}
.memorabiliaDemo {
    margin-top: 60px;
    padding: 54px 0px 154px 14px;
    width: 800px;
    position: relative;
}
.memorabiliaDemo .line {
    width: 4px;
    height: 100%;
    position: absolute;
    left: 10px;
    top: 0;
    background-color: #bb885f;
}
.memorabiliaDemo .yd {
    background: url(//dfs.yun300.cn/group1/M00/03/E9/rBQBHVy1QfqEdrHsAAAAABXTlBo282.png) no-repeat scroll center center;
    width: 25px;
    height: 25px;
    position: absolute;
    left: 0;
    top: 0;
}
.industrial-demo {
    height: 386px;
    overflow: hidden;
    cursor: url(//dfs.yun300.cn/group1/M00/16/10/rBQBG1y1QZyEeslwAAAAAGmsCWs564.png) 20 20, default;
}

.memorabiliaDemo .mouseIco {
    left: 38px;
    margin-left: 0;
    border: 2px solid #fff;
    width: 21px;
    height: 30px;
    display: block;
    margin: 0px auto;
    border-radius: 6px;
    position: absolute;
    bottom: 67px;
    z-index: 9;
}
.mouseIco i {
    width: 3px;
    height: 7px;
    border-radius: 1px;
    display: block;
    background-color: #fff;
    position: absolute;
    left: 50%;
    margin-left: -1px;
    top: 5px;
    -webkit-animation: mouse-dot 1.5s cubic-bezier(0.23, 1, 0.32, 1) infinite;
    animation: mouse-dot 1.5s cubic-bezier(0.23, 1, 0.32, 1) infinite;
}
.memorabilia-list dd {
    position: relative;
    padding: 0px 0px 35px 130px;
}
.memorabilia-list .year {
    position: absolute;
    left: 0;
    padding-left: 27px;
    font-family: "1555924f-a7b5-42e6-bd14-5235edc34508";
    width: 112px;
}

span.year {}
.memorabilia-list .year i {
    width: 9px;
    height: 4px;
    background-color: #bb885f;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -2px;
    border-radius: 0px 2px 2px 0px;
}
.memorabilia-list .item{
  border:none;
}



.surveyPCon {
    padding: 170px 0px 135px;
}
.survey-title {
    margin-bottom: 35px;
}

.survey-title .year {
    font-size: 165px;
    text-transform: uppercase;
    color: #e8e8e8;
    line-height: 1;
}
.survey-title .zh {
    color: #bb885f;
    position: relative;
    margin-top: -50px;
    font-size: 30px;
    line-height: 1;
}
.survey-c {
    width: 545px;
    height: 126px;
    overflow: hidden;
    margin-bottom: 30px;
  text-align:justify;
}

.survey-plist {
    position: absolute;
    right: 10%;
    bottom: 0;
    width: 40%;
    color: #fff;
}
.survey-plist li{
    display: block;
    float: left;
    width: 33.33%;
    padding: 30px 1%;
    text-align: center;
}
.survey-plist li .num_box .number{
  color:#fff;
}







.pbanner{
  position: relative;
  overflow: hidden;
  margin-top: 100px;
}
.pbanner .pic {
 
}
.pbanner .pic img{
 width:100%;
  display:block;
}
.pbanner .pic:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.2);
    z-index: 2;
}
.banner-title {
    position: absolute;
    bottom: 50px;
    left:10%;
    color: #fff;
    z-index: 5;
    padding-left: 20px;
    -webkit-animation-name: "fadeInRight";
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: 1;
}
.banner-title:before {
    content: '';
    position: absolute;
    top: 0;
    left: 5px;
    bottom: 0;
    width: 1px;
    background: rgba(255, 255, 255, 0.5);
}
.banner-title .ch {
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 30px;
    line-height: 1;
}
.banner-title .en {
    font-size: 22px;
    line-height: 15px;
    text-transform: uppercase;
}
.banner-title .cy-small {
    display: block;
    margin-top: 10px;
    font-size: 12px;
    line-height: 1;
    opacity: .4;
}
@-webkit-keyframes fadeInRight {
   from {opacity: 0;-webkit-transform: translateX(20px); }
        to {opacity: 1;-webkit-transform: translateX(0);}

}
@keyframes fadeInRight {
   from {opacity: 0;-webkit-transform: translateX(20px); }
        to {opacity: 1;-webkit-transform: translateX(0);}
}

.pbanner .pic{-webkit-animation: scaleUpDown 6s forwards cubic-bezier(0.250, 0.460, 0.450, 0.940); animation: scaleUpDown 6s forwards cubic-bezier(0.250, 0.460, 0.450, 0.940);}
@-webkit-keyframes scaleUpDown {
        from { -webkit-transform: scale(1.08); transform: scale(1.08); }
        to { opacity: 1; -webkit-transform: scale(1); transform: scale(1); }
    }

    @keyframes scaleUpDown {
        from { -webkit-transform: scale(1.08); transform: scale(1.08); }
        to { opacity: 1; -webkit-transform: scale(1); transform: scale(1); }
}

.ovh {
	overflow: hidden;
}

.search-alert {
    position: fixed;
    z-index: 9999;
    background:rgba(0,0,0,0.8);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
}
.search-alert .close {
    display: block;
    width: 18px;
    height: 18px;
    background: url(//dfs.yun300.cn/group1/M00/03/E6/rBQBHVy0WoCEHu1ZAAAAAJTESPg405.png) no-repeat center;
    position: absolute;
    top: 38px;
    right: 2.6%;
    cursor: pointer;
  opacity:1;
}
.search-alert .cent-form {
       position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); 
}









.md{
    width:50%;
    position: relative;
  }
  .ibox{
    position: relative;
    overflow: hidden;
  }
  .ibox .conwrap{
    overflow: hidden;
  }
  .ibox .img {
    overflow: hidden;
    position: relative;
}
  .ibox .black-20 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    transition: 330ms;
    -webkit-transition: 330ms;
    background: rgba(0,0,0,0.3);
}
  .conwrap .con {
    position: absolute;
    left: 5%;
    width: 90%;
    top: 50%;
    text-align: center;
    margin-top: -75px;
}
  .ibox .picwrap{
    display: block;
    overflow: hidden;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 0;
  }
  .ibox img {
    width: 100%;
    display: block;
    -webkit-transition: .6s;
    -moz-transition: .6s;
    transition: .6s;
}
  .conwrap:hover img{
       -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  .iboxT .en {
    text-transform: uppercase;
    padding-left: 6px;
}
  .radius-half {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
  .player {
   cursor: pointer;
    display: inline-block;
    width: 100px;
    height: 100px;
    border: 1px solid #fff;
    background: url(//dfs.yun300.cn/group1/M00/15/ED/rBQBG1yrAQCENLKJAAAAABpVtZ4987.png) no-repeat center;
    background-size: 30px;
}
  .conwrap video {
    display: none;
}
  .conwrap .iboxT {
    padding: 15px 0px;
    color:#fff;
}
  .iboxT .zh, .iboxT .en {
    font-size: 24px;
    line-height: 1.5;
}
  .moreBtn {
    text-align: center;
    background: url(//dfs.yun300.cn/group1/M00/03/AE/rBQBHVyrEVCEGb9CAAAAACbo3Fw552.png) no-repeat scroll center bottom;
    display: block;
    width: 110px;
    padding-bottom: 2px;
    position: relative;
}
.conwrap .moreBtn {
  margin:0 auto;
}
  .conwrap .moreBtn .txt{
    color:#fff;
  }
 .conwrap .moreBtn:hover:before {
    width: 100%;
}
.conwrap .moreBtn:before {
    content: "";
    width: 100%;
    height: 100%;
    background: url(//dfs.yun300.cn/group1/M00/15/EE/rBQBG1yrEgCEJW_VAAAAAKeuG_4983.png) no-repeat scroll left bottom;
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 0;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}
  .conwrap .moreBtn:hover .txt {
    color:#bb885f;
}
  .picwrap .img{
    overflow: hidden;
    height: 100%;
    position: absolute;
    width:100%;
    z-index: 1;
  
  }
  .picwrap .con{
    width: 80%;
    position: relative;
    margin: 0 auto;
    z-index: 2;
  }
  .picwrap .cn{
    font-size:30px;
    color:#bb885f;
    font-weight: bold;
  }
  .picwrap .en{
    font-size:24px;
    color:#999;
    text-transform: uppercase;
  }
  .picwrap .i{
    width: 580px;
    text-align: justify;
    height: 150px;
    overflow: hidden;
    line-height: 32px;
    margin: 4% 0px 8%;
  }
  .picwrap ul{
    width:600px;
  }
  .picwrap li {
    width: 25%;
    float: left;
    text-align: left;
    position: relative;
    list-style: none;
}
  .num_box {
    margin-bottom: 10px;
}
  .num_box .number {
    font-size: 48px;
    font-weight: bold;
    line-height: 1;
    color: #bb885f;
    margin-right: 10px;
    font-family: 'iconfont1';
}
  .num_box .text {
    font-size: 14px;
    color: #bb885f;
    vertical-align: top;
}
.picwrap .moreBtn {

    float: right;
    margin-top: 20px;
    background: url(/img/tt03.png) no-repeat scroll left bottom;
}
.picwrap .moreBtn .txt{
  color:#bb885f;
}








.slick-list { position: relative; overflow: hidden; display: block; margin: 0; padding: 0; }
.slick-list:focus { outline: none; }
.slick-list.dragging { cursor: pointer; cursor: hand; }
.slick-slider .slick-list, .slick-track, .slick-slide, .slick-slide img { -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
.slick-track { position: relative; left: 0; top: 0; display: block; zoom: 1;background: rgba(0,0,0,.5); }
.slick-track:before, .slick-track:after { content: ""; display: table; }
.slick-track:after { clear: both; }
.slick-loading .slick-track { visibility: hidden; }
.slick-slide { float: left; height: 100%; min-height: 1px; display: none; }
.slick-slide img { display: block; }
.slick-slide.slick-loading img { display: none; }
.slick-slide.dragging img { pointer-events: none; }
.slick-initialized .slick-slide { display: block; }
.slick-loading .slick-slide { visibility: hidden; }
.slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent; }



.industryIbox{ position: relative; overflow: hidden; color: #fff;}
.industryIDemo{ position: relative; overflow: hidden;margin: 0 !important;}
.industryIDemo .item{ position: relative; opacity: 1 !important;border: none;}
.industryIDemo .img{position: relative;margin: 0px;overflow: hidden;}
.industryIDemo .img img{ width: 100%; display: block;}
.industryIDemo .black-30{ position: absolute; left: 0; top: 0; width: 100%; height: 100%;}
.industryIDemo .con{ position: absolute; left: 7%; top: 20%; width: 820px;  transform: translateX(88px); -webkit-transform: translateX(88px); transition-timing-function: ease-out; -webkit-transition-timing-function: ease-out; opacity: 0; visibility: hidden;}
.industryIDemo .t{ font-size: 24px; line-height: 1.5; color: #fff;}
.industryIDemo .by{ font-weight: bold; color: #ffffff; font-size: 30px; line-height: 1.2; margin-top: 5px;}
.industryIDemo .txt{color: #fff;margin-top: 28px;font-size: 15px;height: 74px;overflow: hidden;}
.industryIDemo .slick-active{ z-index:800 !important;border: none;}
.industryIDemo .slick-active .img { -webkit-animation: slideIn 1s ; animation: slideIn 1s;}
.industryIDemo .slick-active .img img { -webkit-animation: imgIn 1s; animation: imgIn 1s; }
@-webkit-keyframes slideIn {
    0% { -webkit-transform: translateX(-100%); opacity: 1; }
    100% { -webkit-transform: translateX(0); opacity: 1; }
}
@keyframes slideIn {
    0% { transform: translateX(-100%); opacity: 1; }
    100% { transform: translateX(0); opacity: 1; }
}
@-webkit-keyframes imgIn {
    0% { -webkit-transform: -webkit-translateX(100%); opacity: 1; }
    100% { -webkit-transform: -webkit-translateX(0); opacity: 1; }
}
@keyframes imgIn {
    0% { transform: translateX(100%); opacity: 1; }
    100% { transform: translateX(0); opacity: 1; }
}
.industryIDemo .slick-active .con { transform: translate(0,0); -ms-transform: translate(0,0); -webkit-transform: translate(0,0) skew(0); opacity: 1; visibility: visible; transition: 680ms 480ms; -webkit-transition: 680ms 480ms; }

.industryINav{position: absolute;left: 0;bottom: 10%;width: 100%;margin: 0 !important;}
.industryINav .item{ float: left; display: block; width: 33.33%; cursor: pointer; border: none;}
.industryINav .itemC{border-left: 1px solid #fff;border-top: 1px solid #fff;border-left:1px solid rgba(255,255,255,0.3);border-top:1px solid rgba(255,255,255,0.3);padding: 50px 50px 0px;height: 300px;text-align: center;position: relative;z-index: 1;}
.industryINav .itemC:before {content: "";width: 100%;height: 100%;z-index: -1;position: absolute;left: 0;bottom: 0px;background: rgba(179, 109, 53, 0.8);transform-origin: 100%;-webkit-transform-origin: 100%;-webkit-transition: -webkit-transform .38s cubic-bezier(.4,0,.2,1);transition: transform .38s cubic-bezier(.4,0,.2,1);transform: scaleX(0);-webkit-transform: scaleX(0);visibility: hidden\9;}
.industryINav .ico{ width: 60px; height: 60px; display: block; margin: 0px auto 15px; background-size: cover; background-repeat: no-repeat; background-position: center center;}
.industryINav .t{ font-size: 16px; line-height: 1.5; margin-bottom: 2px;}
.industryINav .en{text-transform: uppercase; line-height: 1.2; margin-bottom: 8px;}
.industryINav .addico{ background: url(//dfs.yun300.cn/group1/M00/03/B2/rBQBHVyr-miETVyiAAAAACMB2M8834.png) no-repeat scroll center center; background-size: cover; width: 10px; height: 10px; display: block; margin: 0px auto 22px; transition:  0.3s; -webkit-transition:  0.3s;}
.industryINav .moreBtn{ opacity: 0; margin: 0px auto; visibility: hidden;}
.industryINav .moreBtn .txt{ color: rgba(255,255,255,.5);}
.industryINav .moreBtn:hover .txt{ color: #fff;}

.industryINav .slick-current .ico { -webkit-transition-timing-function: cubic-bezier(0.6, 4, 0.3, 0.8); transition-timing-function: cubic-bezier(0.6, 4, 0.3, 0.8); -webkit-animation: gelatine 0.5s 1; animation: gelatine 0.5s 1; }
.industryINav .slick-current .itemC:before { transform: scaleX(1); -webkit-transform: scaleX(1); -moz-transform: scaleX(1); transform-origin: 0; -webkit-transform-origin: 0; visibility: visible\9; }
@keyframes gelatine {
    from, to { -webkit-transform: scale(1, 1); transform: scale(1, 1); }
    25% { -webkit-transform: scale(0.9, 1.1); transform: scale(0.9, 1.1); }
    50% { -webkit-transform: scale(1.1, 0.9); transform: scale(1.1, 0.9); }
    75% { -webkit-transform: scale(0.95, 1.05); transform: scale(0.95, 1.05); }
}
@-webkit-keyframes gelatine {
    from, to { -webkit-transform: scale(1, 1); transform: scale(1, 1); }
    25% { -webkit-transform: scale(0.9, 1.1); transform: scale(0.9, 1.1); }
    50% { -webkit-transform: scale(1.1, 0.9); transform: scale(1.1, 0.9); }
    75% { -webkit-transform: scale(0.95, 1.05); transform: scale(0.95, 1.05); }
}
.industryINav .slick-current .addico{ opacity: 0; visibility: hidden; transform: rotate(90deg); -webkit-transform: rotate(90deg);}
.industryINav .slick-current .moreBtn{ opacity: 1; visibility: visible;}
.industryINav .itemC:hover .ico{ -webkit-transition-timing-function: cubic-bezier(0.6, 4, 0.3, 0.8); transition-timing-function: cubic-bezier(0.6, 4, 0.3, 0.8); -webkit-animation: gelatine 0.5s 1; animation: gelatine 0.5s 1; }
.industryINav .itemC:hover .addico{ transform: rotate(90deg); -webkit-transform: rotate(90deg);}






.iboxT{
}
.iboxT .moreBtn {
    float: right;
    margin-top: 4px;
  background: url(/img/tt03.png) no-repeat scroll left bottom;
}
.iboxT .moreBtn .txt {
  color:#bb885f;
}
.iboxT .zh{
  	color:#333;
}
.iboxT .en{
  	color:#999;
}
.conwrap .iboxT .zh , .conwrap .iboxT .en{
  color:#fff;
}


.ibox .contxt{
  	 display: block;
    overflow: hidden;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.ibox .contxt .img {
    overflow: hidden;
    height: 100%;
    position: absolute;
    width: 100%;
  left:0;
  top:0;
    z-index: 1;
}
.ibox .contxt .con {
    width: 80%;
    position: relative;
    margin: 0 auto;
    z-index: 2;
}
.fw .contxt .con {
    width: 58%;
}
.ibox .contxt .cn{
    font-size:24px;
    color:#333;
    font-weight: bold;
  }
.ibox .contxt .en{
    font-size:24px;
    color:#999;
    text-transform: uppercase;
  }
.ibox .contxt .moreBtn{
      background: url(//dfs.yun300.cn/group1/M00/15/EE/rBQBG1yrEgCEJW_VAAAAAKeuG_4983.png) no-repeat scroll left bottom;
}
.ibox .contxt .moreBtn .txt{
     color:#bb885f;
}
.ibox .contxt .i{
    text-align: justify;
    height: 208px;
    overflow: hidden;
    margin: 4% 0px 8%;
}
.ibox .conpic .pic{
  overflow: hidden;
}
.conpic:hover img{
       -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
.ibox .conpic .txts {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    padding: 9% 14% 0 14%;
}
.ibox .conpic .ch{
    font-size:24px;
    color:#fff;
    font-weight: bold;
  }
.ibox .conpic .en{
    font-size:24px;
    color:#fff;
    text-transform: uppercase;
  }
.ibox .conpic .line {
    width: 24px;
    height: 6px;
  display: block;
    margin: 10px 0 20px;
    background: #fff;
}
.ibox .conpic .moreBtn{
  margin-top:22px;
}
.ibox .conpic .moreBtn .txt{
  color:#fff;
}
.footer {
    padding: 90px 0 30px;
    position: relative;
    overflow: hidden;

}
.footer .f-foot {
  width:95%;
  margin:0 auto;
}
.footer .to-top {
    position: absolute;
    top: 0;
    right: 2.5%;
    z-index: 3;
    padding: 0;
    width: 50px;
    height: 50px;
    font-size: 12px;
    line-height: 15px;
       background: #a46937;
    color: #fff;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}
.footer .to-top span {display: block;text-align: center;margin-top: 10px;font-family: "1555924f-a7b5-42e6-bd14-5235edc34508";font-size: 16px;}
.footer .to-top span:after {
    display: block;
    margin: 7px auto 0;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    border-left: 6px solid transparent;
    width: 12px;
    content: '';
    -webkit-animation: mouse-top 1.5s cubic-bezier(0.23, 1, 0.32, 1) infinite;
    animation: mouse-top 1.5s cubic-bezier(0.23, 1, 0.32, 1) infinite;
}
@keyframes mouse-top {
    from { opacity: 0; }
    33% { opacity: 1; }
    to { transform: translateY(-5px); -webkit-transform: translateY(-5px); opacity: 0; }
}
@-webkit-keyframes mouse-top {
    from { opacity: 0; }
    33% { opacity: 1; }
    to { transform: translateY(-5px); -webkit-transform: translateY(-5px); opacity: 0; }
}
.footer .f-contact {
color: #fff;
}
.footer .f-contact dl {
    float:left;
    margin-right: 50px;
}
.footer .f-contact dt {
    margin-bottom: 25px;
    font-size: 20px;
    line-height: 15px;
    
    font-weight: normal;
  text-transform: uppercase;
}
.footer .f-contact dd {
    font-size: 14px;
  line-height:25px;

}
.footer .f-contact dd a{
  color:#fff;
  font-size:16px;
  font-family: "1555924f-a7b5-42e6-bd14-5235edc34508";
}
.footer .to-top:hover {
    background: #b3621c;
}
.footer .f-contact dl:last-child {
    margin: 0;
}
.footer .f-wer{
    text-align: center;
    color: #fff;
}
.footer .f-wer p{
  line-height: 2;
}
.footer .f-copyright{ 
    color:#fff;
    font-family: "1555924f-a7b5-42e6-bd14-5235edc34508";
}
.footer .f-copyright a{ 
    color:#fff;
	    font-family: "1555924f-a7b5-42e6-bd14-5235edc34508";
}
@media only screen and (max-width: 1600px){
.industryINav .itemC {
    height: 300px;
    padding: 16px 30px 0px;
}
.survey-title .year {
    font-size: 140px;
}
}
@media only screen and (max-width: 1400px){
  .picwrap .i {
    width: 100%;
    font-size: 13px;
    margin: 3% 0 3%;
}
 .player{
    width:50px;
    height:50px;
    background-size: 10px;
  }
    .iboxT .zh, .iboxT .en {
    font-size: 18px;
}
   .picwrap .cn{
    font-size:20px;
  }
  .picwrap .en{
    font-size:18px;
  }
  .picwrap ul {
    width: 100%;
}
  .num_box .number {
    font-size: 30px;
}
  .num_box .text {
    font-size: 12px;
}
  .info_box{
    font-size:12px;
  }
  .picwrap .con{
    width:90%;
    padding: 10% 0;
  }
   .ibox .contxt .con{
    width:90%;
    padding: 10% 0;
  }
  .ibox .contxt .cn{
    font-size:20px;
  }
  .ibox .contxt .en{
    font-size:18px;
  }
  .ibox .conpic .txts{
    padding: 9% 5% 0 5%;
  }
  .ibox .conpic .ch{
    font-size:20px;
  }
  .ibox .conpic .en{
    font-size:18px;
  }
.ibox .contxt .i {
    font-size: 13px;
    height: 70px;
    margin: 3% 0 3%;
}
  .teambox .c ,  .teambox .t {
    font-size: 20px;
}
}

@media only screen and (min-width: 769px){
  
  .survey-plist {
    right: 0;
    width:400px;
}
  .survey-title .year {
    font-size: 120px;
}
  .pbanner{
    margin-top:70px;
  }

  .banner-title .ch {
    font-size: 24px;
    margin-bottom: 5px;
}
  .banner-title .en {
    font-size: 16px;
}
  .banner-title .cy-small {
    margin-top: 5px;
}
  .banner-title {
    bottom: 20px;
    left:5%;
}
}
@media only screen and (max-width: 1024px){
  .memorabiliaDemo {
    width: auto;
    padding: 40px 0 60px 10px;
    margin-top: 40px;
}
   .md{
    width:100%;
    float:none;
  }
  .ibox .picwrap{
    position: relative;
    left:0;
  }
  .ibox .contxt .i {
    height: auto;
}
  .picwrap .i{
    width:100%;
    height:auto;
  }
  .picwrap ul{
    width:100%;
  }
  .industryINav {
    position: relative;
    left: auto;
    bottom: auto;
    background-color: rgba(0,0,0,0.5);
	}
  .slick-track{
    background-color: rgba(0,0,0,0.0);
  }
  .industryINav .ico {
    width: 40px;
    height: 40px;
    margin-bottom: 8px;
}
  .industryINav .itemC {
    height: 132px;
    padding: 15px 30px 0px
}
  .industryINav .t {
    font-size: 14px;
}
  .industryINav .en {
    display: none;
}
  .industryINav .addico {
    display: none;
}
  .industryINav .moreBtn {
    /* display: none; */
    margin-top: 5px;
    opacity: 1;
    visibility: visible;
    z-index: 10;
}
  .industryIDemo .con {
    width: 90%;
    left: 5%;
}
  .industryIDemo .t {
    font-size: 16px;
}
  .picwrap .moreBtn{
  float:left;
  }
  .ibox .contxt {
    position: relative;
}
 
  .ibox .conpic .line {
    height: 2px;
}
  .picwrap .img{
    background-image: url(//dfs.yun300.cn/group1/M00/03/AF/rBQBHVyrGj6EDfNXAAAAADtrD1s610.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
  .ibox .contxt .img{
    background-image: url(//dfs.yun300.cn/group1/M00/03/B7/rBQBHVysTtCEfYBjAAAAAMe4o6Q617.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
  .picwrap .img img ,.ibox .contxt .img img{
    display:none;
  }
    .cur-list li {
    padding-top: 115px;
}
  .cur-list .txx, .cur-list .line {
    opacity: 1;
    visibility: inherit;
}
  .cur-list li:before {
   display:none;
}
}
@media only screen and (max-width: 840px){
  .footer{
   padding: 0 0 30px;
  }
  .footer .to-top {
    position: static;
    top: 0;
    right: 0;
    display: inline-block;
    width: 100%;
    height:auto;
}
  .footer .to-top span{
    margin:20px 0;
  }
  .footer .f-foot{
    width:90%;
    margin: 50px auto 0;
  }
  .f-sec , .f-wer{
    float: none !important;
  }
  .footer .f-contact dl{
    float:none;
    margin: 0 0 30px 0;
  }
  .footer .f-contact dt {
    margin-bottom: 5px;
    font-size: 18px;
}
  .footer .f-contact dl {
    margin: 0 0 20px 0;
}
  .footer .f-contact{
    margin-bottom:30px;
  }
  .footer .f-wer{
    text-align: left;
    margin-bottom: 20px;
}
  .cur-list li {
    width: 50%;
    padding-top: 75px;
    height: 320px;
}
.cur-list li:hover {
    padding-top: 75px;
}

}

@media only screen and (max-width: 768px){
  .industryIDemo .img img {
    width: auto !important;
    display: block;}
  
  	.industryIDemo .slick-list{height:527px !important;}
	#lx .cta-list {
    margin-top:20px;
}
  #c_banner_019_P_116-1667026246728 .e_html-5{display:none;}
	.c_portalResPublic_codeContainer-01001{
	  min-height:500px;  
	  width:100%;
    }
  .survey-plist {
    position: relative;
    right: auto;
    bottom: auto;
    width:100%;
}
.surveyPCon {
    padding: 60px 0 80px;
}
 .survey-title .year {
    font-size: 80px;
}
  .survey-title .zh {
    font-size: 20px;
    margin-top: -20px;
}
  .survey-c {
    width: auto;
    height: auto;
}
.picwrap li {margin-bottom:10px;width: 50%;}
.num_box{
  margin-bottom:5px;
  }
#w_grid-1555380161025 .p_gridbox ,#w_grid-1555395074857 .p_gridbox {
    background-attachment: inherit !important;
}
  .memorabiliaPbox {
    padding-top: 60px;
}
  .pboxT .t {
    font-size: 18px;
}
  .pboxT .by {
    font-size: 22px;
}
  .industryIDemo .txt {
    margin-top: 10px;
    line-height: 1.5;
    font-size: 12px;
    height: 72px;
}
  .pbanner{
    margin-top:60px;
  }
  .pbanner .pic img {
    height: 225px !important;
    width: auto !important;
    position: relative;
    display: block;
    left: 50%;
    transform: translate(-50%,0);
}
  .banner-title .ch {
    font-size: 18px;
    margin-bottom: 5px;
}
  .banner-title .en {
    font-size: 14px;
}
  .banner-title .cy-small {
    margin-top: 5px;
}
  .banner-title {
    bottom: 20px;
    left:5%;
}
  .cur-list li {
    width: 100%;
    float: none;
    border-left: none;
    height: auto;
    padding-top: 55px;
    padding-bottom: 55px;
}
.cur-list li:hover {
    padding-top: 55px;
}
  .cur-list .ch {
    font-size: 18px;
}
  .cur-list .en {
    font-size: 15px;
}
  .culturebox:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.2);

}
  .culturebox-tit .t {
    font-size: 20px;
    margin-bottom: 5px;
    font-weight: normal;
}
.horon-tit .c {
    text-align:justify;
}
  .structure-img img {
    max-width: 100% !important;
}
  .teambox {
    padding: 100px 0;
    width: 100%;
}
  #w_grid-1555410258174 .p_gridbox ,#w_grid-1555407827801 .p_gridbox{
background-attachment: inherit !important;
}
 #w_grid-1555494821307 .p_gridbox,#w_grid-1555551250858 .p_gridbox{
background-attachment: inherit !important;
}
  .culturebox-tit{
    padding:10% 0;
  }
  .structure-img {
    padding: 0px 0px 80px;
}

.strength {
    margin-top: 60px;
}
  .industry-Page .t {
    font-size: 18px;
}
  .industry-Page {
    padding: 60px 0px 40px;
}
  .industry-Page .by {
    font-size: 20px;
    margin-bottom: 20px;
}
    .strength .pbot {
        transform: scale(0.7);
    -webkit-transform: scale(0.7);
}
  .industrys, .industry-list li figure, .industry-list li figure img {
    height: auto;
}
  .industry-list li figure img {
    width: 100%;
    display: block;
}
   .industry-item {
    width: 90%;
    left: 5%;
    height: auto;
    margin: 0;
    padding: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
  .industry-list li {
    width: 100%;
    float: none;
}
    #allmap {
	height: 300px;
}
     .cta-list {
    margin-top: 30px;
}
  .cta-list li {
    float: none;
    text-align: left;
    width: 100%;
    margin-bottom:20px;
}
  
  .cta-list .txx {
    margin-top: 5px;
    font-size: 14px;
}
.cta-list li a {display: inline-block;margin-right: 20px;}
  .cta-list .ico {
    width: 48px;
    height: 48px;
    margin-right: 10px;
    float: left;
    display: inline-block;
    background-size: 48px;
}  
  .ab-title .ch {
    font-size: 20px;
}
  .ab-title .en {
    font-size: 16px;
}
  .contact {
    padding: 0px;
}
.cta-list .catco{
  /* display: inline-block; */
  transition: all .3s;
  }
}


@media only screen and (max-width: 1290px) and (min-width: 769px){
.pbanner {
    margin-top: 70px;
}
    .strength {
    margin-top: 70px;
}
    .industry-Page .t {
    font-size: 22px;
}
  .industry-Page {
    padding: 100px 0px 80px;
}
  .industry-Page .by {
    font-size: 24px;
}
  .strength .pbot {
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
}
.industrys, .industry-list li figure, .industry-list li figure img {
    height: auto;
}
  .industry-list li figure img {
    width: 100%;
    display: block;
}
  .industry-item {
    width: 90%;
    left: 5%;
    height: auto;
    margin: 0;
    padding: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
  #allmap {
	height: 400px;
}
    .ab-title .ch {
    font-size: 26px;
}
}




























/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none; }
  .pswp * {-webkit-box-sizing: border-box;box-sizing: border-box; }
  .pswp img { max-width: none; }
.pswp--animate_opacity { opacity: 0.001; will-change: opacity; -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }
.pswp--open { display: block; }
.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }
.pswp--zoomed-in .pswp__img {cursor: -webkit-grab; cursor: -moz-grab;cursor: grab; }
.pswp--dragging .pswp__img {cursor: -webkit-grabbing; cursor: -moz-grabbing;cursor: grabbing; }
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background:none rgba(0,0,0,0.9);
  opacity: 0;
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.pswp__container,
.pswp__zoom-wrap {
  -ms-touch-action: none;
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none; }

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  /* for open/close transition */
  -webkit-transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
          transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
          transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--animated-in .pswp__bg,.pswp--animated-in .pswp__zoom-wrap { -webkit-transition: none;transition: none; }

.pswp__container,.pswp__zoom-wrap { -webkit-backface-visibility: hidden; }

.pswp__item {position: absolute;left: 0;right: 0; top: 0; bottom: 0;overflow: hidden; }
.pswp__img {position: absolute;width: auto;height: auto; top: 0; left: 0; }
.pswp__img--placeholder { -webkit-backface-visibility: hidden; }
.pswp__img--placeholder--blank {background: #222; }
.pswp--ie .pswp__img { width: 100% !important; height: auto !important;left: 0; top: 0; }
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC; }
.pswp__error-msg a {color: #CCC;text-decoration: underline; }
.pswp__button {
  width: 44px;
  height: 44px;
  position: relative;
  background: none;
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
  float: right;
  opacity: 0.75;
  -webkit-transition: opacity 0.2s;
          transition: opacity 0.2s;
  -webkit-box-shadow: none;
          box-shadow: none; }
.pswp__button:focus,.pswp__button:hover { opacity: 1; }
.pswp__button:active { outline: none;opacity: 0.9; }
.pswp__button::-moz-focus-inner { padding: 0;  border: 0; }

.pswp__ui--over-close .pswp__button--close { opacity: 1; }
.pswp__button{
  background: url(//dfs.yun300.cn/group1/M00/03/EF/rBQBHVy1nl-EFIOwAAAAAOBY2QI869.png) 0 0 no-repeat;
  background-size: 264px 88px;
  width: 44px;
  height: 44px; }
@media (-webkit-min-device-pixel-ratio: 1.1), (-webkit-min-device-pixel-ratio: 1.09375), (min-resolution: 105dpi), (min-resolution: 1.1dppx) {
  .pswp--svg .pswp__button, {background-image: url(//dfs.yun300.cn/group1/M00/03/EF/rBQBHVy1oCyEe6ZwAAAAALQPtlQ768.svg); }
  .pswp--svg .pswp__button--arrow--left{background: url(../images/img_l4.png.png) no-repeat scroll center center;}
  .pswp--svg .pswp__button--arrow--right{ background: url(../images/img_r4.png.png) no-repeat scroll center center;}
  .pswp--svg .pswp__button--close{ color: #fff;}
 }
.pswp__button--close { background-position: 0 -44px;}
.pswp__button--share {background-position: -44px -44px; }
.pswp__button--fs { display: none; }
.pswp--supports-fs .pswp__button--fs { display: block; }
.pswp--fs .pswp__button--fs {background-position: -44px 0; }
.pswp__button--zoom {display: none;background-position: -88px 0; }
.pswp--zoom-allowed .pswp__button--zoom { display: block; }
.pswp--zoomed-in .pswp__button--zoom {background-position: -132px 0; }
.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {visibility: hidden; }
.pswp__button--arrow--left,
.pswp__button--arrow--right { top: 50%; background: url(//dfs.yun300.cn/group1/M00/03/EF/rBQBHVy1n8aEEXW7AAAAAHs1el8245.png) no-repeat scroll center center #FFF; margin-top: -23px;width: 44px;height: 44px; position: absolute; border: 1px solid #FFF; border-radius: 5px;}
.pswp__button--arrow--left {left: 2%; }
.pswp__button--arrow--right { right: 2%; background-image: url(//dfs.yun300.cn/group1/M00/16/14/rBQBG1y1n-OEQAYMAAAAAN2BRxs051.png);}
.pswp__button--arrow--left:hover,.pswp__button--arrow--right:hover{ border-color: #a0733e; background-color: #a0733e;}
.pswp__counter,.pswp__share-modal { -webkit-user-select: none;-moz-user-select: none;-ms-user-select: none; user-select: none; }
.pswp__share-modal {
  display: block;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 10px;
  position: absolute;
  z-index: 1600;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
          transition: opacity 0.25s ease-out;
  -webkit-backface-visibility: hidden;
  will-change: opacity; }
.pswp__share-modal--hidden {display: none; }
.pswp__share-tooltip {
  z-index: 1620;
  position: absolute;
  background: #FFF;
  top: 56px;
  border-radius: 2px;
  display: block;
  width: auto;
  right: 44px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  -webkit-transform: translateY(6px);
      -ms-transform: translateY(6px);
          transform: translateY(6px);
  -webkit-transition: -webkit-transform 0.25s;
          transition: transform 0.25s;
  -webkit-backface-visibility: hidden;
  will-change: transform; }
.pswp__share-tooltip a { display: block;  padding: 8px 12px; color: #000;text-decoration: none;font-size: 14px; line-height: 18px; }
.pswp__share-tooltip a:hover { text-decoration: none; color: #000; }
.pswp__share-tooltip a:first-child { border-radius: 2px 2px 0 0; }
.pswp__share-tooltip a:last-child {border-radius: 0 0 2px 2px; }
.pswp__share-modal--fade-in { opacity: 1; }
.pswp__share-modal--fade-in .pswp__share-tooltip { -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
.pswp--touch .pswp__share-tooltip a {padding: 16px 12px; }
a.pswp__share--facebook:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: -12px;
  right: 15px;
  border: 6px solid transparent;
  border-bottom-color: #FFF;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none; }
a.pswp__share--facebook:hover {background: #3E5C9A; color: #FFF; }
a.pswp__share--facebook:hover:before {border-bottom-color: #3E5C9A; }
a.pswp__share--twitter:hover {background: #55ACEE;color: #FFF; }
a.pswp__share--pinterest:hover { background: #CCC; color: #CE272D; }
a.pswp__share--download:hover {background: #DDD; }
.pswp__counter { float: left; height: 44px;  font-size: 13px;line-height: 44px;color: #FFF; opacity: 0.75;padding: 0 10px; }
.pswp__caption {position: absolute; left: 0; bottom: 0; width: 100%; min-height: 44px; }
.pswp__caption__center {text-align: center; max-width: 600px; font-size: 15px; margin: 0 auto; padding: 20px 10px; color: #fff; }
.pswp__caption__center .xzy-zan{ float: right; display: block;}
.pswp__caption--empty {display: none; }
.pswp__caption--fake{ visibility: hidden;}
.pswp__preloader {width: 44px;height: 44px;position: absolute; top: 0;left: 50%; margin-left: -22px;opacity: 0; -webkit-transition: opacity 0.25s ease-out; transition: opacity 0.25s ease-out; will-change: opacity;direction: ltr; }
.pswp__preloader__icn {width: 20px; height: 20px;margin: 12px; }
.pswp__preloader--active {opacity: 1; }
.pswp__preloader--active .pswp__preloader__icn {background: url(preloader.gif) 0 0 no-repeat; }
.pswp--css_animation .pswp__preloader--active { opacity: 1; }
.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn { -webkit-animation: clockwise 500ms linear infinite; animation: clockwise 500ms linear infinite; }
.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {-webkit-animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite; animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite; }
.pswp--css_animation .pswp__preloader__icn {background: none;opacity: 0.75; width: 14px;height: 14px;position: absolute;left: 15px;top: 15px;margin: 0; }
.pswp--css_animation .pswp__preloader__cut { position: relative; width: 7px; height: 14px;overflow: hidden; }
.pswp--css_animation .pswp__preloader__donut {-webkit-box-sizing: border-box;box-sizing: border-box;width: 14px;height: 14px;border: 2px solid #FFF;border-radius: 50%;border-left-color: transparent;border-bottom-color: transparent;position: absolute;top: 0;left: 0;background: none;margin: 0; }
@media screen and (max-width: 1024px) {
  .pswp__preloader {position: relative;left: auto; top: auto;  margin: 0;float: right; } 
}
@-webkit-keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@-webkit-keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  50% {
    -webkit-transform: rotate(-140deg);
            transform: rotate(-140deg); }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0); } }

@keyframes donut-rotate {
  0% {-webkit-transform: rotate(0);transform: rotate(0); }
  50% { -webkit-transform: rotate(-140deg);transform: rotate(-140deg); }
  100% { -webkit-transform: rotate(0);transform: rotate(0); }
}
.pswp__ui {-webkit-font-smoothing: auto; visibility: visible; opacity: 1; z-index: 1550; }
.pswp__top-bar {position: absolute;left: 0; top: 0; height: 44px;width: 100%; }
.pswp__caption,
.pswp__top-bar,
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  -webkit-backface-visibility: hidden;
  will-change: opacity;
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
          transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {visibility: visible; }
.pswp__top-bar,
.pswp__caption {background-color: rgba(0, 0, 0, 0.5); }
.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption { background-color: rgba(0, 0, 0, 0.3); }
.pswp__ui--idle .pswp__top-bar { opacity: 1; }
.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {opacity: 0; }
.pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right {opacity: 0.001; }
/* pswp__ui--one-slide class is added when there is just one item in gallery */
.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {display: none; }
.pswp__element--disabled {display: none !important; }
.pswp--minimal--dark .pswp__top-bar {background: none; }






#mapContainer{
			width:100%; height:390px;
		}
		#tip{
			height:30px;
			background-color:#fff;
			padding-left:10px;
			padding-right:10px;
			position:absolute;
			font-size:12px;
			right:10px;
			bottom:20px;
			border-radius:3px;
			line-height:30px;
			border:1px solid #ccc;
		}
		div.info-top {
			position: relative;
			background: none repeat scroll 0 0 #F9F9F9;
			border-bottom: 1px solid #CCC;
			border-radius:5px 5px 0 0;
		}
		div.info-top div {
			display: inline-block;
			color: #333333;
			font-size:14px;
			font-weight:bold;
			line-height:31px;
			padding:0 10px;
			text-align:left;
		}
		div.info-top img {
			position: absolute;
			top: 10px;
			right: 10px;
			transition-duration: 0.25s;
		}
		div.info-top img:hover{
			box-shadow: 0px 0px 5px #000;
		}
		div.info-middle {
			font-size:12px;
			padding:10px;
			line-height:21px;
			text-align:left
		}
		div.info-bottom {
			height:0px;
			width:100%;
			clear:both;
			text-align:center;
		}
		div.info-bottom img{
			position: relative;
			z-index:104;
		}

.tb {
	display: table;
	height: 100%;
	width: 100%;
}
.tb_c {
	display: table-cell;
	vertical-align: middle;
}
.clearfix:before, .clearfix:after {
	display: table;
	content: "";
	line-height: 0px;
}
.clearfix:after {
	clear: both;
}
.clearfix {
*zoom: 1;
}
.fl{
  float:left;
}
.fr{
  float:right;
}
.p_more {

    font-size: 14px!important;
}