#secondary-navbar-wrapper {
	display: none;
}

#features {
	padding: 0px;
}

#feature-slider {
	width: 100%;
	overflow: hidden;
	position: relative;
}

#slide-container {
	white-space: nowrap;
	position: relative;
	left: -200%;
}

.slide {
	width: 100%;
	vertical-align: top;
	height: 565px;
	text-align: left;
	display: inline-block;
}

.slider-text {
	width: 500px;
	margin-left: 10%;
	padding-top: 50px;
	white-space: normal;
	color: #013b72;
}

.slider-header {
	font-size: 38px;
	padding-bottom: 20px;
}

.slider-header-2 {
	font-size: 16px;
	padding-bottom: 23px;
}

.slider-text img {
	padding-bottom: 17px;
}

.slider-description {
	font-size: 16px;
	padding-bottom: 45px;
	line-height: 35px;
}

#image-slider {
	position: relative;
	margin-top: -160px;
	width: 100%;
	height: 160px;
	background-color: rgba(153, 153, 153, 0.35);
	text-align: center;
}

.before-slider, .before-image, .after-slider, .after-image {
    position: absolute;
    top: 51%;
    width: 20%;
    height: 1px;
    background-color: white;
}

.before-slider {
    margin-left: -20%; /* Same as width */
}

.after-image {
	width: 5%;
}

.before-image {
	width: 5%;
	margin-left: -5%; /* Same as width */
}

.slider-image {
	cursor: pointer;
	width: 10%;
	vertical-align: middle;
	max-width: 70px;
	max-height: 70px;
}

#last-image {
	padding-right: 0px;
}

.image-container {
	display: inline;
	line-height: 160px;
	padding-right: 8%;
}

#experience {
	background-color: #FFA200;
	width: 100%;
}

#experience > img {
	padding-top: 40px;
	margin-left: 10%;
	float: left;
	width: 40%;
	max-width: 500px;
	max-height: 321px;
}

#experience-text-container {
	float: right;
	color: #fff;
	padding: 100px 10% 0 0;
}

#experience-text-description {
	margin-top: 20px;
}

.subWeibo
{
	font-size:15px;
}

.head-font
{
	font-size:38px;
}

.ul-weibo li
{
	padding:3px;
	font-size:15px;
}

.weibohover :hover
{
	cursor:pointer;
	text-decoration:underline;
}

#android :hover
{
	cursor:pointer;
}


/*-- 2014.8.19 New --*/
.ag-content-customer-wrap {
    width:100%;
    height:100%;
    transition:background-color .5s;
    -moz-transition:background-color .5s;
    -webkit-transition:background-color .5s;
    -o-transition:background-color .5s;
}
.ag-content-customer {
    width:100%;
    height:100%;
    margin:0 auto;
    display: flex;
	justify-content: space-around;
}
    
.ag-content-customer-ele {
    width:20%;
    height:100%;
    margin:0px;
    padding:0px;
    font-size:18px;
    position:relative;
    overflow:hidden;
    background-color: rgba(0,0,0,0.5);
}
.ag-content-customer-ele:hover{
	background-color: rgba(0,0,0,0.55);
}
.ag-content-customer-ele:nth-child(even){
	background-color: rgba(0,0,0,0.6);
}
.ag-content-customer-ele:nth-child(even):hover{
	background-color: rgba(0,0,0,0.65);
}
.ag-content-customer-ele .ag-content-customer-ele-shadow {
    width:100%;
    height:100%;
    background:#469acb;
    position:absolute;
    top:-100%;
    left:0px;
}
.ag-content-customer-ele .ag-content-customer-ele-shadow{
	background-color: rgba(0,0,0,0.5);
}
.ag-content-customer-ele .ag-content-customer-ele-shadow:nth-child(even){
	background-color: rgba(0,0,0,0.6);
}
.ag-content-customer-ele h1{
	color: white;
	text-align: center;
	letter-spacing: 4px; 
	font-weight: 500;
	font-size:40px;
	top: 15vh;
	position:absolute;
	width: 100%;
	overflow: hidden;
	white-space:nowrap;
	cursor:pointer;
	text-shadow: 0 6px 26px rgb(0 0 0 / 25%);
}
.ag-content-customer-ele h3{
	color:white;
	text-align: center;
	font-weight: 100;
	line-height: 2em;
	position:absolute;
	width: 100%;
	top: calc(15vh + 50px);
	overflow: hidden;
	white-space:nowrap;
	cursor:pointer;
	text-shadow: 0 6px 26px rgb(0 0 0 / 25%);
}
.ag-content-customer-ele.toExpand h1,.ag-content-customer-ele.toExpand h3{ 
	width:33.33%;
	animation:width 500ms 1;
-webkit-animation:width 500ms 1; /*Safari and Chrome*/
}
.ag-content-customer-ele ul{
	position:absolute;
	bottom:0;
	height:60vh;
	width: 90%;
	padding: 0 0 0 28px; 
	font-weight: 100;
	left:5%;
	box-sizing: border-box;
}
.ag-content-customer-ele.toExpand ul{
	animation:left 500ms 1;
-webkit-animation:left 500ms 1; /*Safari and Chrome*/
	top:15vh;
	left: 20vw;
	width:35vw;
}
.ag-content-customer-ele span.line{
	height:60%;
	bottom: -20px; 
	position:absolute;
	left: calc(5% + 15px);
	background: white;
	width:1px;
	display: block;
}
.ag-content-customer-ele.toExpand span.line{
	animation:left 500ms 1;
-webkit-animation:left 500ms 1; /*Safari and Chrome*/
	left: calc(20vw + 15px);
	height:85vh;
}
.ag-content-customer-ele ul li{
	list-style-image: url('../images/cc-dot.png');
}
.ag-content-customer-ele.cp ul li:nth-child(3),
.ag-content-customer-ele.wc ul li:nth-child(3){
	display: none;
}
.ag-content-customer-ele.cp.toExpand ul li:nth-child(3),
.ag-content-customer-ele.wc.toExpand ul li:nth-child(3){
	display: block;
}
.ag-content-customer-ele ul li:last-child{
	font-weight:600;
	list-style: none;
}
.ag-content-customer-ele ul li a{
	display: block;
	text-shadow: 0 6px 26px rgb(0 0 0 / 25%);
}
.ag-content-customer-ele ul li a img {
    display:block;
    margin-top: 6px;
    max-width: 90%;
    max-height: 18vh;
    box-shadow: 0 6px 26px 6px rgb(0 0 0 / 25%);
}
.ag-content-customer-ele span {
    display:block;
    width:18px;
    position:absolute;
    left:20px;
    transition:color .3s;
    -moz-transition:color .3s;
    -webkit-transition:color .3s;
    -o-transition:color .3s;
}
.ag-content-customer-ele-detail {
    width:0px;
    height:100%;
    position:relative;
    float:left;
    background:rgba(0,0,0,0.3);
    overflow:hidden;
}
.ag-content-customer-ele-detail ul {
    width:70px;
    float:left;
    margin-top:10px;
    list-style: none;
}
.ag-content-customer-ele-detail ul li {
    width:70px;
    height:48px;
    line-height:48px;
    font-size:18px;
    text-align:center;
    color:#333;
    margin-bottom:6px;
    padding:11px 0;
    cursor:pointer;
    background-color: rgba(0,0,0,0.4);
    list-style: none;
    border-radius: 50%;
    color: #c0c0c0;
    /*
    transition:background-position-y .2s;
    -moz-transition:background-position-y .2s;
    -webkit-transition:background-position-y .2s;
    -o-transition:background-position-y .2s;
    */
}
.ag-content-customer-ele-detail ul li.current{
	color:white;
}
.ag-content-customer-ele-detail ul li.acced-li-1 {
    background-position:0px top;
}
.ag-content-customer-ele-detail ul li.acced-li-1:hover,
.ag-content-customer-ele-detail ul li.acced-li-1.current {
    background-position:0px bottom;
}
.ag-content-customer-ele-detail ul li.acced-li-2 {
    background-position:-70px top;
}
.ag-content-customer-ele-detail ul li.acced-li-2:hover,
.ag-content-customer-ele-detail ul li.acced-li-2.current {
    background-position:-70px bottom;
}
.ag-content-customer-ele-detail ul li.acced-li-3 {
    background-position:-140px top;
}
.ag-content-customer-ele-detail ul li.acced-li-3:hover,
.ag-content-customer-ele-detail ul li.acced-li-3.current {
    background-position:-140px bottom;
}
.ag-content-customer-ele-detail ul li.acced-li-4 {
    background-position:-210px top;
}
.ag-content-customer-ele-detail ul li.acced-li-4:hover,
.ag-content-customer-ele-detail ul li.acced-li-4.current {
    background-position:-210px bottom;
}
.ag-content-customer-ele-detail ul li.acced-li-5 {
    background-position:-280px top;
}
.ag-content-customer-ele-detail ul li.acced-li-5:hover,
.ag-content-customer-ele-detail ul li.acced-li-5.current {
    background-position:-280px bottom;
}
.ag-content-customer-ele-detail ul li.acced-li-6 {
    background-position:-350px top;
}
.ag-content-customer-ele-detail ul li.acced-li-6:hover,
.ag-content-customer-ele-detail ul li.acced-li-6.current {
    background-position:-350px bottom;
}
@-webkit-keyframes mymove {
    0%   {left:0px; opacity:0;}
    100% {left:120px; opacity:1;}
}
@-moz-keyframes mymove {
    0%   {left:0px; opacity:0;}
    100% {left:120px; opacity:1;}
}
@-o-keyframes mymove {
    0%   {left:0px; opacity:0;}
    100% {left:120px; opacity:1;}
}
@-webkit-keyframes remove {
    0%   {right:-120px; opacity:0;}
    100% {right:0px; opacity:1;}
}
@-moz-keyframes remove {
    0%   {right:-120px; opacity:0;}
    100% {right:0px; opacity:1;}
}
@-o-keyframes remove {
    0%   {right:-120px; opacity:0;}
    100% {right:0px; opacity:1;}
}
.ag-content-customer-ele-detail-display {
    display:none;
    width:932px;
    height:100%;
    float:left;
    position:relative;
}
.ag-content-customer-ele-detail-display-left {
    width:300px;
    height:400px;
    position:absolute;
    top: 12vh;
    left:0px;
    opacity:0;
    animation:mymove 1s both;
    -moz-animation:mymove 1s both;
    -webkit-animation:mymove 1s both;
    -o-animation:mymove 1s both;
}
.ag-content-customer-ele-detail-display-left h1{
	color: white;
	text-align: center;
	letter-spacing: 4px; 
	font-weight: 500;
	font-size:40px;
	width: 100%;
}
.ag-content-customer-ele-detail-display-left h3{
	color:white;
	text-align: center;
	font-weight: 100;
	line-height: 2em;
	width: 100%;
}
.ag-content-customer-ele-detail-display-right {
    width:580px;
    height:420px;
    position:absolute;
    top:50px;
    right:-120px;
    opacity:0;
    filter:alpha(opacity=0);
    animation:remove 1.5s both;
    -moz-animation:remove 1.5s both;
    -webkit-animation:remove 1.5s both;
    -o-animation:remove 1.5s both;
}
.ag-content-customer-ele-detail-display-right span {
    display:block;
    line-height:40px;
    font-family:Arial;
    font-size:30px;
    color:#fff;
    text-align:center;
    position:absolute;
}
.ag-content-customer-ele-detail-display-right span.point {
    font-family:'SimSun';
}
.ag-content-customer-ele-detail-display-right a {
    display:block;
    width:134px;
    height:140px;
    text-align:left;
    text-indent:-9999px;
    cursor:pointer;
    position:absolute;
    overflow:hidden;
}
.ag-content-customer-ele-detail-display-right a.agwyx:link {
    background-position:0px 0px;
}
.ag-content-customer-ele-detail-display-right a.agwyx:hover {
    background-position:-134px 0px;
}
.ag-content-customer-ele-detail-display-right a.agwyx:active {
    background-position:-268px 0px;
}
.ag-content-customer-ele-detail-display-right a.agwm:link {
    background-position:0px -140px;
}
.ag-content-customer-ele-detail-display-right a.agwm:hover {
    background-position:-134px -140px;
}
.ag-content-customer-ele-detail-display-right a.agwm:active {
    background-position:-268px -140px;
}
.ag-content-customer-ele-detail-display-right a.aggg:link {
    background-position:0px -280px;
}
.ag-content-customer-ele-detail-display-right a.aggg:hover {
    background-position:-134px -280px;
}
.ag-content-customer-ele-detail-display-right a.aggg:active {
    background-position:-268px -280px;
}
.ag-content-customer-ele-detail-display-right a.agxt:link {
    background-position:0px -420px;
}
.ag-content-customer-ele-detail-display-right a.agxt:hover {
    background-position:-134px -420px;
}
.ag-content-customer-ele-detail-display-right a.agxt:active {
    background-position:-268px -420px;
}
.ag-content-customer-ele-detail-display-right a.jjzs:link {
    background-position:0px -560px;
}
.ag-content-customer-ele-detail-display-right a.jjzs:hover {
    background-position:-134px -560px;
}
.ag-content-customer-ele-detail-display-right a.jjzs:active {
    background-position:-268px -560px;
}
.ag-content-customer-ele-detail-display-right a.tgrb:link {
    background-position:0px -700px;
}
.ag-content-customer-ele-detail-display-right a.tgrb:hover {
    background-position:-134px -700px;
}
.ag-content-customer-ele-detail-display-right a.tgrb:active {
    background-position:-268px -700px;
}
.ag-content-customer-ele-detail-display-right a.ag360:link {
    background-position:0px -840px;
}
.ag-content-customer-ele-detail-display-right a.ag360:hover {
    background-position:-134px -840px;
}
.ag-content-customer-ele-detail-display-right a.ag360:active {
    background-position:-268px -840px;
}
.ag-content-customer-ele-detail-return {
    width:90px;
    height:40px;
    line-height:40px;
    font-size:15px;
    color:#fff;
    text-align:center;
    position:absolute;
    bottom:5px;
    left:50%;
    margin-left:-45px;
    cursor:pointer;
}
.ag-content-customer-ele-detail-return span {
    float:left;
    font-family:"SimSun";
    font-size:30px;
}
.ag-content-customer-prompt {
    width:100%;
    height:52px;
    background:#f1f1f1;
    text-align:center;
}
.ag-content-app-wytgg-wrap {
    width:100%;
    background:#fff;
    position:relative;
}
.ag-content-app-wytgg {
    width:1002px;
    height:590px;
    margin:0 auto;
    position:relative;
}
.ag-content-app-wytgg-left {
    width:300px;
    height:400px;
    position:absolute;
    top:100px;
    left:0px;
}
.ag-content-app-wytgg-left > img {
    display:block;
    float:left;
    margin-bottom:75px;
}
.ag-content-app-wytgg-left a {
    display:block;
    width:129px;
    height:47px;
    background-image:url('../images/ag-download-ios-1_04d4257.png');
    background-repeat:no-repeat;
    background-position:0px;
    position:absolute;
}
.ag-content-app-wytgg-left a:hover {
    background-image:url('../images/ag-download-ios-1_04d4257.png');
    background-repeat:no-repeat;
    background-position:-129px;
}
.ag-content-app-wytgg-left a:active {
    background-image:url('../images/ag-download-ios-1_04d4257.png');
    background-repeat:no-repeat;
    background-position:-258px;
}
.ag-content-app-wytgg-left a.iosLink {
    top:343px;
    left:-2px;
}
.ag-content-app-wytgg-left a.androidLink{
    top:343px;
    left:155px;
    background-image:url('../images/ag-download-android-1_aeb8851.png');
}
.ag-content-app-wytgg-right {
    width:570px;
    height:380px;
    position:absolute;
    top:95px;
    right:0px;
    border:8px solid #787878;
    border-radius:8px;
}
.ag-content-app-tgrb-wrap {
    width:100%;
    background:#f1f1f1;
    border-top:1px solid #d4d4d4;
    position:relative;
}
.ag-content-app-tgrb {
    width:1002px;
    height:590px;
    margin:0 auto;
    position:relative;
}
.ag-content-app-tgrb-left {
    width:463px;
    height:431px;
    position:absolute;
    top:80px;
    left:0px;
}
.ag-content-app-tgrb-right {
    width:308px;
    height:230px;
    position:absolute;
    top:120px;
    right:0px;
}
/*modify by chonggao with date 2015/02/05 for new image description*/
.ag-content-app-tgrb-right > img {
    position:relative;
    right:180px;
}
.ag-content-app-tgrb-right a {
    display:block;
    width:129px;
    height:47px;
    background:url('../images/ag-tgrb-btn-1_3b967d3.png') no-repeat;
    margin:24px 0 0 207px;
}
.ag-content-app-tgrb-right a:link {
    background-position:0px 0px;
}
.ag-content-app-tgrb-right a:hover {
    background-position:-129px 0px;
}
.ag-content-app-tgrb-right a:active {
    background-position:-258px 0px;
}
.ag-content-partners-parnter-wrap {
    width:100%;
    background:#fff;
    position:relative;
}
.ag-content-partners-parnter {
    width:1002px;
    margin:0 auto;
    padding:30px 0 42px 0;
    position:relative;
    text-align:center;
}
.ag-content-partners-parnter img {
    margin-top:24px;
}
.ag-content-partners-customer-wrap {
    width:100%;
    background:#707070;
    position:relative;
}
.ag-content-partners-customer {
    width:1002px;
    margin:0 auto;
    padding:20px 0 42px 0;
    position:relative;
    text-align:center;
}
.ag-content-partners-customer img {
    margin-top:30px;
}

/*-- 2014/12/25 --*/
#floatAdv {
	display:none;
	width:283px;
	height:57px;
	position:fixed;
	top:0px;
	left:0px;
    z-index:999999999;
}
#floatAdv img {
	width:283px;
	height:57px;
}
#floatAdv span {
	display:none;
	border:1px solid #d2d2d2;
	background-color:#f2f2f2;
	font-size:12px;
	position:absolute;
	top:0px;
	right:0px;
	cursor:pointer;
}
#floatAdv:hover span {
	display:block;
}
.toExpand
{
transition:width 500ms;
-webkit-transition:width 500ms; /*Safari and Chrome*/
flex: 1;
width:60vw;
}
.toHide
{
transition:width 500ms;
-webkit-transition:width 500ms; /*Safari and Chrome*/
width:0;
}
.toCollapse
{
transition:width 500ms;
-webkit-transition:width 500ms; /*Safari and Chrome*/
width:20vw;
}


.exhibition-info{
	display: flex;
}
.exhibition-info > div.exhibition-info-title{
	width: 15%;
	flex-shrink: 0;
}
.exhibition-info > div.exhibition-info-desc{
	width: 30%;
	display:none;
}
/*
.exhibition-info > div.exhibition-info-desc > div{
	-webkit-box-orient:vertical;
	line-height:1.5em;
	height:1.5rem;
	text-overflow:ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 5;
}*/
.exhibition-info > div.exhibition-info-part,.exhibition-info > div.exhibition-info-close{
	display: none;
}
.exhibition-info.expand{
	display: block;
	position: relative;
}
.exhibition-info.expand > div{
	position: absolute;
}
.exhibition-info.expand > div.exhibition-info-title{
	top:15vh;
	width:20vw;
	left:0;
}
.exhibition-info.expand > div.exhibition-info-desc{
	top:15vh;
	left: 20vw;
	width:40vw;
	display:block;
}
.exhibition-info.expand > div.exhibition-info-part{
	top:15vh;
	left: 65vw;
	width:30vw;
	display: block;
	position: relative;
}
.exhibition-info.expand > div.exhibition-info-work-1{
	top:75vh;
	left: 0vw;
	width:25vw;
}
.exhibition-info.expand > div.exhibition-info-work-2{
	top:75vh;
	left: 30vw;
	width:25vw;
}
.exhibition-info.expand > div.exhibition-info-work-11{
	top:75vh;
	left: 0vw;
	width:18vw;
}
.exhibition-info.expand > div.exhibition-info-work-22{
	top:75vh;
	left: 20vw;
	width:18vw; 
}
.exhibition-info.expand > div.exhibition-info-work-33{
	top:75vh;
	left: 40vw;
	width:20vw;
}
.exhibition-info.expand > div.exhibition-info-part ul{
	position:absolute;
	top:0;
	left:0;
	width: 100%;
	padding: 0 0 0 28px; 
	box-sizing: border-box;
}
.exhibition-info.expand > div.exhibition-info-part ul li{
	list-style-image: url('../images/cc-dot.png');
	padding:0.12rem 0;
}
.exhibition-info.expand > div.exhibition-info-part ul li p{
	padding:0.12rem 0 0.14rem 0;
	font-size: 0.14rem;
	line-height: 2em;
	color: #fcfcfc;
	font-weight: 100;
}
.exhibition-info.expand > div.exhibition-info-part span.line{
	height:100vh;
	top: 15px; 
	position:absolute;
	left: 15px;
	background: white;
	width:1px;
	display: block;
}
.exhibition-info.expand > div.exhibition-info-close{
	right: 0;
    top: 0.7rem;
    width: 50px;
    height: 50px;
    font-size: 40px;
    color: rgba(109, 8, 8, 0.8);
    cursor: pointer;
    display: block;
}
.exhibition-info img{
	box-shadow: 0 6px 26px 6px rgb(0 0 0 / 25%);
}