﻿@charset "utf-8";
/* CSS Document */

/*------------????????????--------------*/
.aa1{
    position: absolute;
    right: 4%;
    top:44%;
    width: 810px;
    z-index: 99;
}

.index_news {
	width: 423px;
	height:200px;
	margin-top: 15px;
	float: left;
	font-family: "Heiti TC", "???????????????";
}
.index_news .news-tab {
	background: #222225;
	width: 393px;
	height: 170px;
	padding: 15px;
}
.index_news .news-tab .hd {
	height: 20px;
}
.index_news .news-tab .hd .more {
	float: right;
	width: 16px;
	height: 13px;
	background-image: url(img/news_more.png);
	background-repeat: no-repeat;
	background-position: center;
}
.index_news .news-tab .hd ul li {
	float: left;
	width: 60px;
	height: 20px;
	margin-bottom: 8px;
	text-align: center;
	color: #d3d3d3;
	font: 14px/10px "???????????????";
	cursor: pointer;
}
.index_news .news-tab .hd ul li.cur {
	color: #eaab5f;
	border-bottom: 3px solid #eaab5f;
	height: 20px;
	position: relative;
	margin-bottom: -2px;
}
.index_news .news-tab .bd {
	clear: both;
	color:#eee;
}
.index_news .news-tab .bd dl {
	clear: both;
	overflow: hidden;
	display: none;
}
.index_news .news-tab .bd dd {
	font: 12px/40px "???????????????";
	clear: both;
	height: 25px;
}

.bd dd a {
	color: #d3d3d3;
	line-height: 30px;
	 
}
.bd dd a:hover {
	color:#dc0331;
}

.index_news .bd dl dd .to {
  float: left;
  width: 15%;
  height: 30px;
  display: inline-block;
}

.index_news .bd dl dd .laer {
  float: left;
  width: 68%;
  height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
}

.index_news .bd dl dd .date {
  text-align: right;
  float: left;
  width: 15%;
  height: 30px;
  display: inline-block;
  overflow: hidden;
}



/*-----------????????????---------*/

.index-person {
	width: 804px;
	margin-left: 25px;
	float: left;
}

.index-person .person-tab {
	background: #222225;
	width: 764px;
    height: 327px;
    padding: 10px 20px;
	position: relative;
	margin-bottom: 24px;
}
.index-person .person-tab .hd {
	height: 60px;
	margin-bottom: 12px;
	position: relative;
	z-index: 101;
}
.index-person .person-tab .hd ul li {
	float: left;
	width: 80px;
	height: 60px;
	text-align: center;
	color: #fff;
	font: 20px/50px "???????????????";
	cursor: pointer;

}
.index-person .person-tab .hd ul li.cur {
	color: #feb55d;
	border-bottom: 3px solid #feb55d;
	height: 50px;
	position: relative;
}
.index-person .person-tab .con {
	position: absolute;
	top: 0;
	left: 0;
	width: 804px;
	height: 362px;
	display: none;
}
.index-person .person-tab .person-1 {
	background: url(img/person_tab_p01.png);
	top:-15px;
}
.index-person .person-tab .person-2 {
	background: url(img/person_tab_p02.png);
	top:-15px;
}
.index-person .person-tab .person-3 {
	background: url(img/person_tab_p03.png);
	top:-15px;}
.index-person .person-tab .person-4 {
	background: url(img/person_tab_p04.png);
	top:-15px;}	
	.index-person .person-tab .person-5 {
	background: url(img/person_tab_p05.png);
	top:-15px;}
	.index-person .person-tab .person-6 {
	background: url(img/person_tab_p06.png);
	top:-15px;}
	.index-person .person-tab .person-7 {
	background: url(img/person_tab_p07.png);
	top:-15px;}
	.index-person .person-tab .person-8 {
	background: url(img/person_tab_p08.png);
	top:-15px;}
	.index-person .person-tab .person-9 {
	background: url(img/person_tab_p09.png);
	top:-15px;}
	
.index-person .person-tab .detail_1 {
	width: 400px;
	padding-top: 90px;
	padding-left: 20px;
	margin-bottom: 20px;
	font: 16px/20px "???????????????";
	color: #eee;
}

.index-person .detail_2 {
	width: 400px;
	padding-left: 20px;
	margin-top: 30px;
	font: 16px/20px "???????????????";
	color: #989898;
}


/*-----------????????????----------*/


.grid {
/*	position: relative;*/
	clear: both;
	margin: 0 auto;
	max-width: 1200px;
	list-style: none;
	text-align: center;
}

/* Common style */
.grid figure {
	position: relative;
	float: left;
	overflow: hidden;
	width: 260px;
	height: 240px;
	text-align: center;
	cursor: pointer;
  padding: 0;
  -webkit-transition: all 1s;
	-moz-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
}

.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.8;
}
.grid figure.pic1 {
  background-image:url(img/a3_pic.jpg);
background-position: -0px 0px;
  background-repeat: no-repeat;
	position: relative;
	display: block;
  width: 260px;
  height: 240px;
	margin-left: 6.2%;
}

.grid figure.pic2 {
  background-image: url(img/a3_pic.jpg);
	background-position: -260px 0px;
  background-repeat: no-repeat;
	position: relative;
	display: block;
  width: 260px;
  height: 240px;
}

.grid figure.pic3 {
  background-image: url(img/a3_pic.jpg);
  background-position: -520px 0px;
  background-repeat: no-repeat;
	position: relative;
	display: block;
  width: 260px;
  height: 240px;
}

.grid figure.pic4 {
  background-image: url(img/a3_pic.jpg);
  background-position: -780px 0px;
  background-repeat: no-repeat;
	position: relative;
	display: block;
  width: 260px;
  height: 240px;
}


.grid figure figcaption {
	padding: 3% 3%;
	color: #fff;
	text-transform: uppercase;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
  box-sizing: border-box;
  -webkit-transition: all 1s;
	-moz-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
}
.grid figure figcaption:hover {
  background-color: rgba(0,0,0,0.5);
  -webkit-transition: all 1s;
	-moz-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
  -webkit-transition: all 1s;
	-moz-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
}

.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
  -webkit-transition: all 1s;
	-moz-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
}


figure.effect-julia {
  width: 260px;
  height: 240px;
  margin: 0 0.4%;
}

figure.effect-julia img ,figure.pic1 ,figure.pic2 ,figure.pic3,
figure.pic1:hover ,figure.pic2:hover ,figure.pic3:hover{
	max-width: none;
	height: 240px;
	-webkit-transition: opacity 1s, -webkit-transform 1s;
	transition: opacity 1s, transform 1s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
  
  -webkit-transition: all 1s;
	-moz-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
}

figure.effect-julia figcaption {
	text-align: left;
}

figure.effect-julia h2 {
	position: relative;
	padding: 0.5em 0;
}

figure.effect-julia li {
	display: inline-block;
	margin: 1% 0.5%;
	text-transform: none;
  width: 75px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  box-sizing: border-box;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-360px,0,0);
	transform: translate3d(-360px,0,0);
}
figure.effect-julia li:hover {
	color: #000;
  background-color: #fff;
  -webkit-transition: all 1s;
	-moz-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
}
figure.effect-julia li:hover ,figure.effect-julia li:hover a{
	color: #000;
  -webkit-transition: all 1s;
	-moz-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
}
figure.effect-julia li a{
	color: #fff;
	font-size: 18px;
	font-weight: 500;
}


figure.effect-julia li:first-child {
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
}

figure.effect-julia li:nth-of-type(2) {
	-webkit-transition-delay: 0.18s;
	transition-delay: 0.18s;
}

figure.effect-julia li:nth-of-type(3) {
	-webkit-transition-delay: 0.16s;
	transition-delay: 0.16s;
}
figure.effect-julia li:nth-of-type(4) {
	-webkit-transition-delay: 0.14s;
	transition-delay: 0.14s;
}
figure.effect-julia li:nth-of-type(5) {
	-webkit-transition-delay: 0.12s;
	transition-delay: 0.12s;
}
figure.effect-julia li:nth-of-type(6) {
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}
figure.effect-julia li:nth-of-type(7) {
	-webkit-transition-delay: 0.08s;
	transition-delay: 0.08s;
}
figure.effect-julia li:nth-of-type(8) {
	-webkit-transition-delay: 0.06s;
	transition-delay: 0.06s;
}
figure.effect-julia li:nth-of-type(9) {
	-webkit-transition-delay: 0.04s;
	transition-delay: 0.04s;
}
figure.effect-julia li:nth-of-type(10) {
	-webkit-transition-delay: 0.02s;
	transition-delay: 0.02s;
}
figure.effect-julia li:nth-of-type(11) {
	-webkit-transition-delay: 0.01s;
	transition-delay: 0.01s;
}


figure.effect-julia:hover li:first-child {
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}

figure.effect-julia:hover li:nth-of-type(2) {
	-webkit-transition-delay: 0.02s;
	transition-delay: 0.02s;
}

figure.effect-julia:hover li:nth-of-type(3) {
	-webkit-transition-delay: 0.04s;
	transition-delay: 0.04s;
}
figure.effect-julia:hover li:nth-of-type(4) {
	-webkit-transition-delay: 0.06s;
	transition-delay: 0.06s;
}
figure.effect-julia:hover li:nth-of-type(5) {
	-webkit-transition-delay: 0.08s;
	transition-delay: 0.08s;
}
figure.effect-julia:hover li:nth-of-type(6) {
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}
figure.effect-julia:hover li:nth-of-type(7) {
	-webkit-transition-delay: 0.12s;
	transition-delay: 0.12s;
}
figure.effect-julia:hover li:nth-of-type(8) {
	-webkit-transition-delay: 0.14s;
	transition-delay: 0.14s;
}
figure.effect-julia:hover li:nth-of-type(9) {
	-webkit-transition-delay: 0.16s;
	transition-delay: 0.16s;
}
figure.effect-julia:hover li:nth-of-type(10) {
	-webkit-transition-delay: 0.18s;
	transition-delay: 0.18s;
}
figure.effect-julia:hover li:nth-of-type(11) {
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
}

figure.effect-julia:hover img {
	opacity: 0.4;
	/*-webkit-transform: scale3d(1.1,1.1,1);
	transform: scale3d(1.1,1.1,1);*/
}

figure.effect-julia:hover li {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}


