﻿

@font-face {
    font-family: 'BEBAS';
    src: url('../fonts/BEBAS.ttf');
}


/*-----------------[初始化]--------------*/
body{color: #333;font-size: 14px;line-height: 1.5;font-family:"微软雅黑","Microsoft Yahei";}
a{color: #333;}
a:hover{color: #0461b2;}
img{max-width: 100%;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}
input,textarea,select{font-size: 12px;color: #333;
    font-family:"微软雅黑","Microsoft Yahei";outline: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
input[type='submit'],input[type='reset'],input[type='button'],select{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
input[type='submit'],input[type='reset'],input[type='button']{cursor: pointer;}
::-webkit-input-placeholder {color: #999;}
::-moz-placeholder {color: #999; }
::-ms-input-placeholder {color: #999;}

.ani{
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}
*,*:after,*:before{outline: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
/*布局*/
.wp{width: 100%;max-width: 1200px;margin: 0 auto;}
.wp1{width: 100%;max-width: 90%;margin: 0 auto;}
.wp2{width: 100%;max-width: 86%;margin: 0 auto;}
.wp3{width: 100%;max-width: 1600px;margin: 0 auto;}
.h50{height: 50px;clear: both;overflow: hidden;}
.h100{height: 100px;clear: both;overflow: hidden;}

::-webkit-scrollbar {
    width: 5px;
}
::-webkit-scrollbar-track {
    background: #d7d7d7;
    border-radius: 6px;
}
::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 6px;
}


/*******************************
  -------[=头部]-------
********************************/
.header{padding: 0 50px;z-index: 109;
    position: fixed;top: 0;left: 0;right: 0;
    transition: all .5s ease;
}
.logo{float: left;line-height: 114px;font-size: 0;
    transition: all .5s ease;
}
.logo img{display: inline-block;vertical-align: middle;height: 44px;}
.logo .img2{display: none;}
.hdr{float: right;}
.nav{float: left;height: 114px;overflow: hidden;position: relative;}
.nav li{float: left;padding: 0 8px;position: relative;}
.nav li:after{content: '';position: absolute;left: 50%;right: 50%;bottom: 0;
    height: 2px;
    background-color: #0461b2;
    transition: all .5s ease;
}
.nav li .v1{display: block;line-height: 114px;position: relative;
    font-size: 16px;color: #fff;padding: 0 16px;text-align: center;
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -o-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    transition: all .5s ease;
}
.nav li i{display: none;}
.nav li .v1:after{content: attr(data-en);display: block;color: #0461b2;
    position: absolute;left: 0;top: 0;height: 100%;width: 100%;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -o-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
}
.nav li:hover .v1,.nav li.on .v1{
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
}
.nav li:hover:after,.nav li.on:after{left: 0;right: 0;}
.nav .sub{position: fixed;left: 0;right: 0;width: 100%;z-index: 109;
    padding: 0 18%;overflow: hidden;display: none;
    background-color: #fff;border-top: 1px solid #efefef;
    background: url(../images/nv-bg.jpg) no-repeat center top;
    -o-background-size: 100% auto;
    -ms-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
}
.nav .right{float: right;overflow: hidden;width: 520px;margin: 46px 0;
    border-radius: 20px 0;
}
.nav .pic img{width: 100%;display: block;}
.nav .left{float: left;width: 490px;margin: 46px 0;}
.nav .t1{font-size: 18px;color: #333;line-height: 1.1;padding: 20px 0;}
.nav dl{margin: 0 -5px;}
.nav dd{float: left;width: 50%;float: left;margin-top: 10px;}
.nav dd a{display: block;margin: 0 5px;font-size: 16px;
    border: 1px #efefef solid;line-height: 45px;color: #666;
    border-radius: 8px 0px 8px 0px;padding: 0 15px;
    transition: all .5s ease;
}
.nav dd a:before {
    content: "";
    display: inline-block;vertical-align: middle;
    margin-right: 6px;
    width: 4px;
    height: 4px;
    background: #000;
    position: relative;top: -2px;
}
.nav dd a:hover{
    color: #0461b2;
    transform: translateX(6px);
    border: 1px #0461b2 solid;
    border-radius: 8px 0px 8px 0px;
}
.nav dd a:hover:before{background-color: #0461b2;}

.lang{float: right;width: 140px;border: 1px solid #fff;
    padding: 0px 10px;border-radius: 5px;margin-left: 120px;margin-top: 38px;
    transition: all .5s ease;position: relative;cursor: pointer;
}
.lang .lan-tit{display: block;height: 36px;line-height: 36px;
    font-size: 14px;color: #fff;
}
.lang .lan-tit:before{content: '';display: inline-block;vertical-align: middle;
    width: 24px;height: 24px;margin-right: 10px;
    background: url(../images/yy.gif) no-repeat center;
    -o-background-size: 100% auto;
    -ms-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
}
.lang .lan-tit:after{content: '';display: inline-block;vertical-align: middle;
    width: 9px;height: 9px;margin-left: 5px;
    background: url(../images/i-down.png) no-repeat center;
    -o-background-size: 100% auto;
    -ms-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
}
.lang .lan-list{position: absolute;left: 50%;padding: 3px 0 10px 0;
    width: 120px;margin-left: -60px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    transform: translate(0, 20px);
    transition: all .3s ease;
}
.lang .lan-list:after{content: '';position: absolute;top: -6px;left: 50%;
    border-bottom: 6px solid #fff;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.lang .lan-list a{display: block;text-align: center;
    line-height: 30px;height: 30px;color: #666;font-size: 13px;
    transition: all .3s ease;
}
.lang .lan-list a:hover{color: #d50a1d;}
.lang:hover .lan-list{
    opacity: 1;
    transform: translate(0, 0px);
    visibility: visible;
}
.lang:hover{background-color: #0461b2;border-color: #0461b2;}

.header.white,.header.fixed{background-color: #fff;
    box-shadow: 0 5px 5px rgba(0,0,0,.1);
}
.header.white .log,.header.fixed .logo{line-height: 90px;}
.header.white .logo .img1,.header.fixed .logo .img1{display: none;}
.header.white .logo .img2,.header.fixed .logo .img2{display: inline-block;}
.header.white .nav,.header.fixed .nav{height: 90px;}
.header.white .nav li .v1,.header.fixed .nav li .v1{color: #333;line-height: 90px;}
.header.white .so-btn,.header.fixed .so-btn{background-image: url(../images/i-03-on.png);}
.header.white .nav:after,.header.fixed .nav:after{background-color: #fff;}
.header.white .lang,.header.fixed .lang{margin-top: 26px;background-color: #0461b2;border-color: #0461b2;}

.nav-close{display: none;}

/*******************************
    -------[=导航]-------
********************************/
.menuBtn{position: relative;z-index: 9;display: none;float: right;
    width: 40px;height: 40px;
    background: url(../images/i-09.png) no-repeat center;
    -o-background-size: 18px auto;
    -ms-background-size: 18px auto;
    -moz-background-size: 18px auto;
    -webkit-background-size: 18px auto;
    background-size: 18px auto;
}

/*******************************
  -------[=banner]-------
*******************************/
.banner{position: relative;}
.banner .swiper-container{height: 100vh;}
.banner .swiper-slide{height: 100%;overflow: hidden;}
.banner .bgimg{position: absolute;top: 0px;bottom: 0px;left: 0px;right: 0px;
    background: no-repeat center/cover;
    filter: brightness(0.95);
}
.banner .swiper-slide .bgimg {
    transition: 1s 2.5s;
    transform: perspective(1000px) translate3d(0, 0, 100px);
}
.banner .swiper-slide .bgimg {
    transition: 1s 2.5s;
    transform: perspective(1000px) translate3d(0, 0, 100px);
}
.banner .swiper-slide.swiper-slide-active .bgimg {
    transition: 5s 0s;
    transform: perspective(1000px) translate3d(0, 0, 0px);
}
.banner .swiper-pagination{position: absolute;left: 0;right: 0;bottom: 50px;}
.banner .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    border-radius: 10px;
    background-color: rgba(255,255,255,1);
    margin: 0 8px;
    opacity: 1;
    transition: all 0.4s ease;
}
.banner .swiper-pagination .swiper-pagination-bullet-active {
    background: rgb(247, 181, 3);
    width: 53px;
}
.banner .txt{position: absolute;top: 50%;left: 10%;right: 10%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.banner .txt *{color: #fff;
    transition-delay: transform 2s, opacity 0s;
    transition-duration: 2s;
    text-shadow: 0px 1px 0px rgba(0,0,0,1);
    transform: translate3d(0, 80px, 0);
    opacity: 0;
}
.banner .t-en{font-size: 36px;line-height: 1.2;font-weight: normal;
    letter-spacing: 13px;text-transform: uppercase;font-family: 'BEBAS';
}
.banner .tit{font-size: 86px;font-weight: normal;line-height: 1.6;letter-spacing: 10px;}
.banner .tit:after{content: '';display: block;width: 90px;height: 6px;
    background-color: #f0d556;
}
.banner .desc{font-size: 18px;max-width: 900px;line-height: 1.6;margin-top: 2%;}
.banner .swiper-slide.swiper-slide-active .txt * {
    transform: translate3d(0, 0px, 0);
    opacity: 1;
}

.banner .swiper-slide.swiper-slide-active .txt *:nth-child(1) {
    transition-delay: 0.5s;
}

.banner .swiper-slide.swiper-slide-active .txt *:nth-child(2) {
    transition-delay: 0.7s;
}

.banner .swiper-slide.swiper-slide-active .txt *:nth-child(3) {
    transition-delay: 0.9s;
}

.banner .swiper-slide.swiper-slide-active .txt *:nth-child(4) {
    transition-delay: 1.1s;
}

.banner .swiper-slide.swiper-slide-active .txt *:nth-child(5) {
    transition-delay: 1.3s;
}

.banner .swiper-slide.swiper-slide-active .txt *:nth-child(6) {
    transition-delay: 1.5s;
}


/*******************************
  -------[=底部]-------
********************************/
.footer{
    background: url(../images/zx05.jpg) no-repeat center;
    -o-background-size: cover;
    -ms-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
}
.fd-con{overflow: hidden;padding-bottom: 70px;}
.fd-nv{float: left;margin-top: 116px;}
.fd-nv dl{float: left;margin-right: 66px;}
.fd-nv dt a{font-size: 16px;color: #fff;
    transition: all 1s ease 0s;
}
.fd-nv dt{margin-bottom: 8px;}
.fd-nv dt i{display: inline-block;vertical-align: middle;
    position: relative;top: -2px;margin-left: 10px;
    border-top: 8px solid rgb(203, 184, 94);
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
}
.fd-nv dd a{display: block;font-size: 13px;color: rgba(255,255,255,.6);
    transition: all 1s ease 0s;line-height: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.fd-nv dd a:hover{color: #fff;}
.fd-content{float: left;margin-top: 50px;}
.fd-content .tit{padding-bottom: 30px;margin-bottom: 31px;
    border-bottom: 1px solid rgba(255,255,255,.15);
}
.fd-content .tit h3{font-size: 40px;color: #fff;
    padding-left: 24px;position: relative;
}
.fd-content .tit h3:after{content: '';position: absolute;left: 0;top: 50%;
    width: 4px;height: 40px;background-color: #11348d;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.fd-content .con{overflow: hidden;}
.fd-content .tel{float: left;margin-right: 25px;}
.fd-content .t1{font-size: 14px;color: #999;}
.fd-content .desc a{font-size: 18px;color: #fff;font-family: 'BEBAS';}
.fd-content .btn{float: left;margin-top: 26px;}
.fd-content .btn a{float: left;width: 115px;height: 48px;text-align: center;
    line-height: 48px;display: block;font-size: 14px;color: #fff;
    border-radius: 24px;margin-right: 10px;
    background: url(../images/i-02.png) no-repeat center right 10px #11348d;
}
.fd-qr{float: right;margin-top: 85px;}
.fd-qr .item{float: left;width: 140px;margin-left: 20px;text-align: center;}
.fd-qr .pic img{width: 100%;display: block;}
.fd-qr span{font-size: 14px;line-height: 34px;color: #fff;}

.fd-bot{overflow: hidden;line-height: 72px;
    border-top: 1px solid rgba(255,255,255,.15);
    font-size: 14px;color: #b2b2b2;
}
.fd-bot a{color: #b2b2b2;}
.fd-bot .copy{float: left;}
.fd-bot .link{float: right;}

/*******************************
    -------[=正文]-------
********************************/
/*单页内容*/
#pagebox {
    width: 100%;
    max-width: none;
    min-width: 0px;
    height: auto;
    max-height: none;
    min-height: 192px;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;

}
 
.bgcolor_box{ 
	background:#fff;
	height: auto;
	  padding-top: 3rem;
	  overflow:hidden;
 }

.nypagetitle{
    width: auto;
    max-width: 750px;
    min-width: 0px;
    height: auto;
    max-height: none;
    min-height: 0px;
  margin-top:0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
}

.w_fline {
    width: 100%;
    max-width: 60px;
    min-width: 0px;
    height: auto;
    max-height: none;
    min-height: 20px;
	margin-top:5px;
}
.w_fline_1{width: 100%;
    min-height: inherit;
}


.p_FLine {
   border-top:1px solid #f7b503;
	border-top-width:3px;
	
}
.nypageimg{ float:right; display:block;}
.nypagetxt{ float:left; display:block; width:49.7%;}


.demo-count {
    padding: 0px;
	width:100%;
	max-width:86%;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:3rem;
	margin-top:2rem;
}

.demo-count .container {
    width: 100%;
    padding: 0px;
    background: url(../images/xlh17.jpg);
    background-size: 100%;
    border-radius: 30px 0px;
}

.demo-count .container {
	width:100%;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
	
}
.demo-count .num-box {
	display: flex;
    justify-content: center;
}
.demo-count .num-box li {
    flex-basis: auto;
    padding-left: 0%;
    margin: 0;
    flex-grow: 1;
    padding-left: 0%;
}

 .demo-count .num-box li p {
    font-size: 14px;
}
 .demo-count .num-box li p {
    font-size: 14px;
    color: #eee;
    line-height: 28px;
    text-align: center;
}


.demo-count .num {
    color: #fff;
    line-height: 1.1;
    font-family: Bebas;
    text-align: center;
}
 .num .counter {
    font-size: 60px;
}
 .num em {
    font-size: 16px;
 }
 
/*@media (min-width: 1200px){
 .demo-count .container {
    width: 1170px;
}
}

@media (min-width: 992px){
.demo-count .container {
    width: 970px;
	
}
 .demo-count .num-box {
    padding: 30px 0;
    flex-wrap: nowrap;
}
 .demo-count .num-box li {
    flex-basis: auto;
    padding-left: 0%;
    margin: 0;

}
@media (min-width: 769px){
.demo-count .container {
    width: 750px;
}
}



*/


@media (max-width: 767px){
	
.demo-count .num-box{
	flex-wrap: wrap;}
.demo-count .num-box li {
    flex-basis: 50%;
    padding-left: 0%;
    margin-bottom: 10px;
	 
	 
}
}




/*contact页面*/
.nycontactbox{
	width: 100%;
    max-width: none;
    min-width: 0px;
    height: auto;
    max-height: none;
    min-height: 0px;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
	}
.nycontactban{
    background:url('../images/xl777.jpg');
	background-attachment: fixed;
	background-repeat:no-repeat;
	overflow:hidden;
 	 
}


.nycontactbantxt {
    width: auto;
    max-width: 1600px;
    min-width: 0px;
    height: auto;
    max-height: none;
    min-height: 0px;
    margin-top: 60px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 60px;
    padding-top: 0px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 0px;
}



.nycontactbantxt .lan{
	color:#0461b2;
	line-height:1.8;
	font-family:微软雅黑;
	font-size:26px;
	font-weight:bold;
	}
	
	
.nycontactbantxt .hei{
	color:#000000;
	line-height:1.8;
	font-family:微软雅黑;
	font-size:16px;
	}


.nycontacttel {
    width: 94%;
    max-width: 1600px;
    min-width: 0px;
    height: auto;
    max-height: none;
    min-height: 0px;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
	overflow: hidden;
	
	
}

 .nycontacttel .listbox{ 
    min-height: inherit;
    width: 100%;
    overflow: hidden;
    position: static;
	min-height:93px;
	}
 .nycontacttel .listbox .listtel{
	overflow: hidden;
    width: 24.5%;
    background-image: url('../images/lxic.png');
    background-repeat: no-repeat;
    background-position: center left;
    min-height: inherit;
	display:block;
	float:left;
}
.listtel_txt{
	margin-top: 20px;
    margin-left: 100px;
	}
  .listtel_txt .shuoming{
	font-size:16px;
	font-family:arial,helvetica,sans-serif;
	line-height:1.2;
	color:#0461b2;
	font-weight:bold;
	}
.listtel_txt .number{font-size:22px;color:#696969}
 .nycontacttel .listbox .listtel:nth-child(4n+1) {
    margin-left: 0px;
    clear: left;
}
 .nycontacttel .listbox .listtel:nth-child(4n) {
	float:right;
}
.nycontactmap{width:86%; margin-left:auto;margin-right:auto; margin-bottom:20px;}

/*新闻内容页面*/
.newscontent{
    width: 94%;
    max-width: 1600px;
    min-width: 0px;
    height: auto;
    max-height: none;
    min-height: 0px;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
}

@media only screen and (max-width:768px) {
 .p_topBox{ display:none;}
 .p_infoBox {
	display:block;
	overflow:hidden;
	}	
 .p_TitleBoxA  h3{
	 margin-top:15px;
	font-size: 30px;
    line-height: 1.75;
    font-weight: bold;
	overflow:hidden;
    text-align: center;}
.p_articles{padding:10px 5px; }
 .borderB_default{padding-bottom:10px;}
.p_PrevAndNext{ display:none;}	

.p_PrevAndNextMo {
    display: block;
	overflow:hidden;
}



}

.e_box{
    margin-bottom: 3rem;
    margin-top: 3rem;
   }
.p_articles {font-size:14px; line-height:1.5;}  
   
   
@media only screen and (min-width: 768px){
 .p_NewsDetail {
    padding: 10px;
}
 .p_infoBox,.p_articlesTitle {
	display:none;
	text-align:left;
}

 .p_topBox {
    margin-bottom: 30px;
}
 .p_header {
    text-align: center;
}

.p_articles {
    overflow: hidden;
    padding: 20px 0;
}


 .p_TitleBoxA {
    display: inline-table;
    width: 100%;
    height: auto;
    max-width: 85%;
    vertical-align: middle;
    margin: 0;
    padding: 0;
}

 .p_headA {
    font-size: 40px;
    line-height: 1.75;
}

.p_headA {
    display: table-cell;
    vertical-align: middle;
    white-space: normal;
    word-break: break-all;
    word-wrap: break-word;
    overflow: hidden;
    margin: 0;
    padding: 0;
    text-align: center;
}
.e_box h1{
	color: #262626;
     font-family: inherit;
    font-weight: 500;

}




.p_PrevAndNext {
    overflow: hidden;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.p_nextBox {
    float: right;
    width: 50%;
    text-align: right;
}

.p_previewBox {
    float: left;
    width: 50%;
}




.p_PrevAndNextMo {
    display: none;
}

}

.borderB_default {
    border-bottom: 1px solid #d9d9d9;
}

 .borderT_default {
    border-top: 2px solid #0461b2;
}


 .p_dataSource {
    overflow: hidden;
    padding-top: 20px;
    margin: 20px 0;
    text-align: center;
}

 .p_dataSource {
	overflow:hidden;
	padding-top:20px;
	margin:20px 0;
	text-align:center;
}
 .p_dataSource>li {
	display:inline-block;
	margin-right:20px;
}
/* .p_dataSource>li:last-child {
	float:right;
}
*/

/*内容end */

/*照片*/
.PhotoList{
	
    width: 90%;
    max-width: none;
    min-width: 0px;
    height: auto;
    max-height: none;
    min-height: 0px;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
}
	

.PhotoList {
	width:87%;
	transition:0.3s ease 0s;
	font-size:14px;
}
.PhotoList ul {
	font-size:0px;
}
.PhotoList li:nth-child(4n+1) {
	margin-left:0px;
}
.PhotoList li {
	font-size:16px;
	transition:0.3s ease 0s;
	margin-bottom:2.5%;
	width:25%;
	margin-left:0px;
	background:#ffffff;
	padding:10px;
	display:inline-block;
	vertical-align:top;
	box-sizing:border-box;
}
.PhotoList li a {
	font-size:0px;
	overflow:hidden;
	text-align:center;
	background:linear-gradient(180deg,#e9e9e9 0%,#f9f9f9 69%,#ffffff 76%,#f9f9f9 100%);
	border:solid 1px #e7e7e7;
	width:100%;
	margin:0 auto;
	height:13.6vw;
	display:block;
}
.PhotoList li a:before {
	content:'';
	display:inline-block;
	vertical-align:middle;
	height:100%;
	width:0px;
}
.PhotoList img {
	display:inline-block;
	vertical-align:middle;
	transition:0.5s linear 0s;
	width:auto;
	height:auto;
	max-height:87%;
	max-width:90%;
	margin-left:0px;
	transform:scale(1);
}
.PhotoList h4 {
	display:none;
}
.PhotoList li span {
	color:#666;
	white-space:nowrap;
	transition:0.3s ease 0s;
	display:block;
	width:100%;
	text-align:center;
	overflow:hidden;
	text-overflow:ellipsis;
	font-size:16px;
	padding:3% 10px;
	box-sizing:border-box;
	border:none;
}
@media screen and (min-width:769px) {
	.PhotoList li:nth-child(4n+1) {
	margin-left:0px!IMPORTANT;
}
.PhotoList li:hover img {
	transform:scale(1.1);
}
.PhotoList li:hover span {
	color:#e60013;
	background:#ffffff;
}
.PhotoList li {
	width:25%;
}
.PhotoList li:nth-child(4n+1) {
	margin-left:0px;
}
}
@media screen and (max-width:1100px) {
	.PhotoList li a {
	height:21.2vw;
}
}
@media screen and (max-width:768px) {
	.PhotoList {
	padding:0px;
}
.PhotoList li {
	width:48%;
	margin-bottom:5%;
}
.PhotoList li a {
	height:31vw;
	padding:0;
}
.PhotoList li span {
	padding:2vw;
	font-size:14px;
}
.PhotoList li:nth-child(2n+1) {
	margin-left:0%;
}
.PhotoList li:nth-child(2n+0) {
	margin-left:4%;
}
}
@media screen and (max-width:1500px) {
	.PhotoList li span {
	font-size:14px;
}
}







.fix-right{position: fixed;top: 30%;right: 2px;z-index: 105;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.fix-right li{position: absolute;right: 0;
    width: 70px;height: 70px;
    background-color: rgb(247, 181, 3);
    border: 1px solid #f7b503;
    -webkit-transition-duration: .8s;
    -moz-transition-duration: .8s;
    -o-transition-duration: .8s;
    transition-duration: .8s;
}
.fix-right li:nth-child(1) {
    top: -50px;
}
.fix-right li:nth-child(2) {
    top: 28px;
}
.fix-right li:nth-child(3) {
    top: 106px;
}
.fix-right li:before {content: "";position: absolute;height: 100%;width: 0;
    background-color: rgb(247, 181, 3);
    -webkit-transition: all .8s ease;
    -o-transition: all .8s ease;
    -moz-transition: all .8s ease;
    transition: all .8s ease;
}
.fix-right li .con,
.fix-right .wyz-item{display: block;width: 100%;height: 100%;}
.fix-right .wyz-item{padding-top: 6px;}
.fix-right .ico{width: 30px;height: 30px;margin: 0 auto;text-align: center;
    display: block;
}
.fix-right .wyz-item-p{text-align: center;font-size: 12px;margin-top: 5px;color: #fff;}

.fix-right .wyz-item-in {
    height: 100%;
    display: none;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.fix-right .wyz-item-in p{
    color: #fff;font-size: 14px;
    text-align: center;
    line-height: 68px;
    height: 68px;
    white-space: nowrap;
    font-family: 'BEBAS';
}
.fix-right li.on{
    width: 156px;
    background-color: transparent;
}
.fix-right li.on:before{
    width: 100%;
}
.fix-right li.on .wyz-item{
    display: none;
}
.fix-right li.on .wyz-item-in{
    width: 100%;
    display: block;
}

.fix-right .wyz-qr-show{
    display: none;
    position: absolute;
    z-index: 1;
    border: 1px solid rgba(32, 176, 159, .8);
    left: -160px;
    top: -91px;
}
.fix-top{position: fixed;bottom: 200px;right: 2px;width: 45px;height: 45px;
    background-color: rgb(247, 181, 3);text-align: center;padding-top: 3px;
    border: 1px solid #f7b503;cursor: pointer;display: none;
    -webkit-transition-duration: .8s;
    -moz-transition-duration: .8s;
    -o-transition-duration: .8s;
    transition-duration: .8s;
}
.fix-top .wyz-item-p{font-size: 14px;color: #fff;}