#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%;
    background:#FFF;
    transition:background-color .5s;
    -moz-transition:background-color .5s;
    -webkit-transition:background-color .5s;
    -o-transition:background-color .5s;
}
.ag-content-customer {
    width:1000px;
    margin:0 auto;
}
.ag-content-customer-ele {
    width:166px;
    height:580px;
    float:left;
    margin:0px;
    padding:0px;
    font-size:18px;
    position:relative;
    overflow:hidden;
}
.ag-content-customer-ele:hover {
    cursor:pointer;
}
/*--背景图 background:url('../images/×××.png') --*/
.ag-content-customer-ele .ag-content-customer-ele-shadow1 {
    width:166px;
    height:580px;
    background:#d665aa;
    position:absolute;
    top:-580px;
    left:0px;
}
.ag-content-customer-ele .ag-content-customer-ele-shadow2 {
    width:166px;
    height:580px;
    background:#4bb133;
    position:absolute;
    top:-580px;
    left:0px;
}
.ag-content-customer-ele .ag-content-customer-ele-shadow3 {
    width:166px;
    height:580px;
    background:#cdd15b;
    position:absolute;
    top:-580px;
    left:0px;
}
.ag-content-customer-ele .ag-content-customer-ele-shadow4 {
    width:166px;
    height:580px;
    background:#63c5d7;
    position:absolute;
    top:-580px;
    left:0px;
}
.ag-content-customer-ele .ag-content-customer-ele-shadow5 {
    width:166px;
    height:580px;
    background:#67c85d;
    position:absolute;
    top:-580px;
    left:0px;
}
.ag-content-customer-ele .ag-content-customer-ele-shadow6 {
    width:166px;
    height:580px;
    background:#ce6060;
    position:absolute;
    top:-580px;
    left:0px;
}
.ag-content-customer-ele span {
    display:block;
    width:118px;
    position:absolute;
    top:80px;
    left:44px;
    transition:color .3s;
    -moz-transition:color .3s;
    -webkit-transition:color .3s;
    -o-transition:color .3s;
}
.ag-content-customer-ele img {
    display:block;
    width:300px;
    height:400px;
    position:absolute;
    top:160px;
    left:70px;
}
/*-- 明细页背景 默认：469acb--*/
.ag-content-customer-ele-detail {
	display:none;
    width:1002px;
    height:580px;
    position:relative;
    float:left;    
    overflow:hidden;
}
.ag-content-customer-ele-detail ul {
    width:70px;
    float:left;
    margin-top:30px;
	margin-left:15px;
}
.ag-content-customer-ele-detail ul li {
    width:70px;
    height:48px;
    line-height:24px;
    font-size:16px;
    color:#333;
    margin-bottom:10px;
    padding:11px 0;
    cursor:pointer;
    background-image:url('../images_zptc/tubiao.png');
    background-repeat:no-repeat;
    /*
    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.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:50px; opacity:1;}
}
@-moz-keyframes mymove {
    0%   {left:0px; opacity:0;}
    100% {left:50px; opacity:1;}
}
@-o-keyframes mymove {
    0%   {left:0px; opacity:0;}
    100% {left:50px; opacity:1;}
}
@-webkit-keyframes remove {
    0%   {right:-50px; opacity:0;}
    100% {right:0px; opacity:1;}
}
@-moz-keyframes remove {
    0%   {right:-50px; opacity:0;}
    100% {right:0px; opacity:1;}
}
@-o-keyframes remove {
    0%   {right:-50px; opacity:0;}
    100% {right:0px; opacity:1;}
}

.ag-content-customer-ele-detail-return {
    width:90px;
    height:40px;
    line-height:40px;
    font-size:15px;
    color:#000;
    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_zptc/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_zptc/ag-download-ios-1_04d4257.png');
    background-repeat:no-repeat;
    background-position:-129px;
}
.ag-content-app-wytgg-left a:active {
    background-image:url('../images_zptc/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_zptc/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_zptc/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;
}
/*-- TOP --*/
.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: url(./../images_zptc/backTop.png) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* 如果用户继续向下滚动,这个按钮的透明度会变得更低 */
  opacity: .5;
}
.no-touch .cd-top:hover {
  background-color: #e86256;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 60px;
    width: 60px;
    right: 30px;
    bottom: 30px;
  }
}
.w { 
	width: 1000px; 
	}
.taoc-title { 
	position: relative; 
	padding:20px 0; 
	height: 55px; 
}
.icon_yjh { 
	background: url("./../images_zptc/icon.png") no-repeat;
}
.l-line { 
	background-position: -100px -170px;
	height: 6px; 
	width: 420px; 
	margin-top: 24px;
}
.r-line { 
	background-position: 50px -178px; 
	height: 6px; 
	width: 420px; 
	margin-top: 24px;
}
.l {
    float: left;
}
.r {
    float: right;
}
.bt-name2 { 
	background-position: -211px -102px; 
	width: 120px; 
	height: 56px; 
	margin-left: 30px;
}

/*--热点--*/
#hotspot {
	display:block;

	float:right;

	width:163px;
	height:105px;
	margin-right:0;
	margin-top:0;
}

#hotspot a{

	position:absolute;

	display:block;

	width:84px;

	height:22px;
	
	

}
#hotspot a:hover{

	/*border:1px solid #ffcc00;*/
	background-image:url('../images_zptc/btn.png');

}/*定义hover时的样式*/

     