/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.clearfix:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
}
.clearfix {
  zoom: 1;
}

/* begin */
body{
	font-family: PingFangSC-Ultralight, sans-serif;
	background: #151515;
	color:#7f7f7f;
}

.head{ text-align: center; margin-top: 25px; margin-bottom: 30px; }
.head-box{ margin: auto; margin-bottom: 5px; }
.head-box a{display: block; margin: auto; width: 137px; height: 74px;}
.head-box img{width: 137px; height: 74px;}

.main-head{ text-align: center; margin-bottom: 34px; }
.main-head .nav{ margin: auto; display: flex; justify-content: center; align-items: center; }

.main-head .nav a{
	text-decoration: none;
	color:#4c4c4c;
	margin: 5rem;
	font-size: 12px;
}

.main-head .nav a.current{
	font-size: 18px;
}

.main-head .nav a img{
	height: 60px;
	cursor: pointer;
}




.main .main-box{}
.main .main-box ul{  }

.main .main-box ul li{float: left; width: 16.666666666%;}
.main .main-box ul li a{
	display: block;
	width: 100%;
	height: 100%;
}
/*.main .main-box ul li:hover img{
    -webkit-transform: scale(1.1,1.1);
    transform: scale(1.1,1.1);
    position: relative;
    z-index: 2;
}*/
.main .main-box ul li img{ display: block; width: 100%; height: 100%; }
.picture-box{ 
	text-align: center; 
	position: absolute;
	top:0; 
	left: 0; 
	bottom: 0;
	right: 0;
	width: 100%; 
	height: 100%;
	z-index: 10;
	background: #fff;
    background-color: rgba(0, 0, 0, 0.8);	
    display: none;
}
.picture-box table{ width: 100%; height: 100%; }
.picture-box td{ vertical-align: middle; text-align: center; }


#picture{ margin: auto; }
#picture img{ display: block; width: 100%; height: 100%; box-shadow: 0 2px 5px 1px #000;   }
#picture .title{ background: rgba(0,0,0, 0.75); color: #fff; line-height: 3 }
#picture .title span{
	display: inline-block;
	margin:0 20px;
}
#picture .title .arrL:after{
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 20px;
    border-top: 15px #484848 solid;
    border-left: 15px transparent dashed;
    border-right: 15px transparent dashed;
    vertical-align: middle;	
    transform: rotate(-90deg);
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);    
}

#picture .title .arrR:before{
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    margin-right: 20px;
    border-top: 15px #484848 solid;
    border-left: 15px transparent dashed;
    border-right: 15px transparent dashed;
    vertical-align: middle;	
    transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
}

/* ios click */
#picture .title .arrL,#picture .title .arrR{
	cursor: pointer;
}

.main-foot{ 
	text-align: center; 
 
	margin-top: 80px;
	margin-bottom: 80px;
}

.main-foot .zh-cn{ margin-right: 1rem; }

.main-foot p{
	margin:  auto;
	padding-top: 10px;
	color: #5b5b5b;
}

.foot{
	text-align: right;
	margin-top: 100px;
	margin-bottom: 20px;
}
.foot .foot-box{
	float: right;
}
.foot .foot-box > div{
	float: left;
	text-align: left;
	color: #5b5b5b;
	margin-right: 50px;
	line-height: 2;
}

.foot .foot-box > div.ft1{
	line-height: 2.4;
	font-size: 1.5rem;
}

.foot .foot-box span{margin-right: 5px;}


.work-box{ text-align: center; }
.work-text{
	text-align: center;
}

.work-text .title{ font-size: 2rem; margin-top:1rem; }
.work-text .summary{ margin-top: 1em; font-size: 1.5rem; line-height: 2rem; }

.headLine{
	position: relative;
}
.headLine:before {
    content: " ";
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    height: 100%;
    border-right: 1px solid #333;
    color: #333;
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
    -webkit-transform: scaleX(0.5);
    transform: scaleX(0.5);
    right: -1px;
}
 
.headLine:after {
    content: " ";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #333;
    color: #333;
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
}

@media screen and (max-width: 1440px) {
	.main .main-box ul li{width: 20%;}
}

@media screen and (max-width: 1024px) {
	.head{ margin-top: 10px; }
	.main .main-box ul li{ width: 25%;}
	.foot .foot-box > div{ float: none; }
}

@media screen and (max-width: 768px) {
	.head-box a{width: 204px; height: 110px;}	
	.head-box img{width: 204px; height: 110px;}	
	.main .main-box ul li{width: 33.333333%;}
	.foot .foot-box > div{ float: none; }
	.main-head .nav a{display: block;width: 100%;}
}

@media screen and (max-width: 425px) {
	.head{ margin-top: 5px; margin-bottom: 15px; }
	.main-head{margin-bottom: 10px;}
	.head-box a{width: 137px; height: 74px;}		
	.head-box img{ width: 137px; height: 74px;}	
	.foot .foot-box{ float: left; margin-left: 20px; }
	.foot .foot-box > div{ margin-right: 0 }
	.foot .foot-box > div{
		font-size: 0.9rem;
	}
	.foot .foot-box > div.ft1{
		line-height: 1.4;
		font-size: 1.2rem;
	}
	.main-head .nav a{font-size: 14px;}
	.main-head .nav a.current{ font-size: 20px; }
}

	

.load-more{
	text-align: center;
	font-size: 14px;
	color: #333;
	padding: 1rem 0;
}