@charset "utf-8";
/* CSS Document */
/*Struct*/
.w1000{
	width: 1000px;
	margin: 0 auto;
	position: relative;
}
.w876{
	width: 876px;
	margin: 0 auto;
	position: relative;
}
.dn{
	display: none!important;
}



/*Index*/
.banner{
	width: 100%;
	position: relative;
	margin: 0 auto;
	z-index: 1;
	background: url(../images/loading.gif) no-repeat center;
	overflow: hidden;
}
.banner li{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	display: none;
}
.index-warp{
	width: 100%;
	height: 86px;
	background: url(../images/bg_shadow01.png) repeat-x;
	position: absolute;
	left: 0;
	bottom: 42px;
	z-index: 5;
}
.index-main{
	height: 86px;
	padding: 0 1%;
	margin: 0 auto;
	position: relative;
}
.index-main .video a{
	display: inline-block;
	width: 56px;
	padding: 8px 0 8px 45px;
	background: url(../images/bg_sign04.png) no-repeat left center;
}
.index-main .video p{
	font-size: 14px;
	line-height: 18px;
	color: #fff;
}
.index-main .video p.en{
	line-height: 14px;
	font-family: Arial;
	text-transform: uppercase;
	color: #8e8d8e;
}
.index-main .tips{
	float: right;
	margin-top: 9px;
}
.index-news{
	width: 50%;
	height: 24px;
	float: left;
	margin-top: 7px;
	position: relative;
	overflow: hidden;
}
.index-news .list{
	width: 100%;
	height: 24px;
	float: left;
	line-height: 24px;
	color: #f5f3f5;
}
.index-news .list span,.index-news .list a{
	display: inline-block;
	color: #f5f3f5;
	float: left;
}
.info_slide{
	height: 44px;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 2;
}
.info_slide .image_number {
	display: inline-block;
	width: 82px;
	height: 38px;
	padding-top: 6px;
	cursor: pointer;
	position: relative;
	float: left;
}
.info_slide .image_number .bg{
	width: 100%;
	height: 37px;
	position: absolute;
	left: 0;
	top: 6px;
	z-index: 2;
	background: #000;
	filter:alpha(opacity=54); 
	opacity: 0.54;
}
.info_slide .image_number img{
	width: 82px;
	height: 38px;
}
.info_slide .image_number_select{
	background: url(../images/bg_li02.png) no-repeat;
}
.info_slide .image_number_select .bg{
	display: none;
}
.info_slide .image_number_select img{
	width: 76px;
	height: 33px;
	padding: 2px 0 0 3px;
}
.index-video{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	background: #000;
	overflow: hidden;
	display: none;
}
.index-video .close{
	width: 36px;
	height: 36px;
	position: absolute;
	right: 15px;
	top: 15px;
	z-index: 2;
	cursor: pointer;
}
.video-main{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}

/*Inside*/
.inside-wrap{
	border-bottom: 1px solid #ececec;
}
.tips-btn{
	width: 20px;
	position: fixed;
	right: 3%;
	top: 50%;
	z-index: 15;
}
.tips-btn a{
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-bottom: 26px;
	background: url(../images/bg_sign11.png) no-repeat;
}
.tips-btn a:hover,.tips-btn a.on{
	background-position: 0 -20px;
}
.bg-white{
	background: #fff;
}

/*About*/
.about-bg-fi{

}
.about-profile-l{
	width: 308px;
	float: left;
	margin-top: -106px;
}
.about-profile-l .video{
	width: 308px;
	height: 130px;
	margin-bottom: 18px;
	background: #fff;
}
.about-profile-l .list01 a{
	display: inline-block;
	width: 294px;
	height: 30px;
	padding: 4px 7px;
	float: left;
	margin-bottom: 3px;
	font-size: 14px;
	line-height: 16px;
	color:#fff;
	text-transform:uppercase;
}
.about-profile-l .list01 p{
	color: #333;
}
.about-profile-l .list01 p.en{
	font-family: Arial;
	color: #666;
	text-transform: uppercase;
	margin-top:10px;
}
.list01 ul li{ height:45px; padding-top:10px;}
.about-profile-r{
	padding: 40px 0 0px;
	width: 635px;
	float: right;
}
.about-profile-r h2{
	font-size: 22px;
	line-height:25px;
	color: #333;
	font-weight:400;
	border-bottom:1px solid #b79941;
	padding-bottom:15px;
}
.about-sign{
	width: 12px;
	height: 35px;
	padding: 7px 18px 6px;
	background: url(../images/bg_sign09.png) no-repeat;
	margin: 65px 0 0 110px;
	position: relative;
}
.about-sign .sign-top{
	width: 12px;
	height: 17px;
	background: url(../images/bg_sign07.png) no-repeat;
	position: absolute;
	left: 18px;
	bottom: 24px;
	animation: signMove 1s infinite;
	-webkit-animation: signMove 1s infinite;
	
}
.about-sign .sign-bot{
	width: 12px;
	height: 17px;
	background: url(../images/bg_sign08.png) no-repeat;
	position: absolute;
	left: 18px;
	top: 25px;
	animation: signMove 1s infinite;
	-webkit-animation: signMove 1s infinite;
}
@keyframes signMove{
	from{
		height: 0;
	}
	to {
		height: 17px;
	}
}
@-webkit-keyframes signMove{
	from{
		height: 0;
	}
	to {
		height: 17px;
	}
}
.about-bg-se{
	padding-top: 550px;
	background: url(../images/bg_3.jpg) no-repeat center top fixed #fff;
}
.about-concept-f{
	width: 1000px;
	padding: 40px 0 55px;
}
.about-concept-f h2{
	font-size: 22px;
	line-height: 30px;
	color: #333;
}
.about-concept-f .about-sign{
	margin-left: 476px;
}
.about-concept-r{
	width: 217px;
	float: right;
	margin-top: -92px;
	line-height: 28px;
	color: #898989;
	text-align: right;
}
.about-bg-th{
	padding-top: 550px;
	background: url(../images/bg_4.jpg) no-repeat center top fixed #fff;
}
.about-service{
	margin-top: -360px;
	padding-bottom: 55px;
	float: left;
}
.about-service h2{
	font-size: 22px;
	line-height: 30px;
	color: #333;
	padding-bottom: 30px;
	margin-bottom: 124px;
	text-align: center;
	font-weight:400;
}
.about-service .list{
	width: 978px;
	border: 11px solid #f2f2f2;
	position: relative;
	margin-bottom: 106px;
	background:#b79941;
	height:365px;
	margin-top:50px;
}
.about-service .list ul{
	width: 978px;
	border-top: 1px solid #e7e7e7;
	border-left: 1px solid #e7e7e7;
	float: left;
}
.about-service .list li{
	width: 162px;
	height: 67px;
	border-bottom: 1px solid #e7e7e7;
	border-right: 1px solid #e7e7e7;
	float: left;
}

.about-service .tips{
	margin-bottom: 34px;
	text-align: center;
}
.about-service .tips a.more{
	display: inline-block;
	width: 98px;
	padding-left: 58px;
	border: 2px solid #999;
	font-size: 14px;
	line-height: 38px;
	color: #727272;
	background: url(../images/bg_sign10.jpg) no-repeat 9px 1px;
	text-align: left;
}
.about-service .tips a.more:hover{
	color: #f08200;
	border: 2px solid #f08200;
	background-position: 9px -37px
}
.about-service .tips img{
	display: block;
	margin: 24px auto 0;
}
.about-service .tips p{
	line-height: 46px;
}
.about-service .about-sign{
	margin-left: 476px;
}
.about-photo{
	padding-top:80px;
	text-align: center;
}
.about-photo h2{
	font-size: 22px;
	line-height: 30px;
	color: #333;
}
.about-bg-fo{ padding-top:50px; padding-bottom:100px; background:#fafafa; margin-top:80px; border-top:2px solid #CCC}
.about-photo p.en{
	font-size: 14px;
	color: #333;
}
.photo-list{
	margin-bottom:0px;
	margin-top:30px;
	padding-top:30px;
}
.photo-list .btn{
	width: 48px;
	height: 136px;
	float: left;
	margin: 0 2px;
	cursor: pointer;
}
.photo-list .prev{
	background: url(../images/prev01.png) no-repeat left center;
}
.photo-list .next{
	background: url(../images/next01.png) no-repeat left center;
}
.photo-list .btn.hover{
	background-position: -48px center;
}
.photo-list .list{
	width: 782px;
	height: 188px;
	float: left;
	margin: 0 57px;
	position: relative;
	overflow: hidden;
}
.photo-list ul{
	width: 849px;
	float: left;
}
.photo-list li{
	width: 215px;
	height: 188px;
	position: relative;
	overflow: hidden;
	float: left;
	margin-right: 68px;
	display: inline;
}
.photo-list .bg{
	width: 215px;
	height: 136px;
	position: absolute;
	left: 0;
	top: -136px;
	z-index: 2;
	background: #000;
	filter:alpha(opacity=60); 
	opacity: 0.6;
}
.photo-list .sign{
	width: 34px;
	height: 33px;
	position: absolute;
	left: 97px;
	top: -33px;
	z-index: 3;
	background: url(../images/sign02.png) no-repeat;
}
.photo-list p{
	line-height: 52px;
	color: #333;
	text-align:center;
	text-indent:0em;
}
.photo-list a:hover p{
	color: #493630;
}


.about-video h2{
	font-size: 22px;
	line-height: 30px;
	color: #333;
	text-align: center;
}
.about-video .video{
	width: 998px;
	height: 463px;
	margin: 40px auto 0;
	background: #000;
}


.ziti_en{
	font-family: 'Crimson Text', 'Times New Roman'; 
	}
.ziti_cn{
	font-family:"微软雅黑";
	}
/*********************************************************************about********************************************************************/
.inner_top{
	width:100%;
	height:90px;
	z-index:999;
	position:fixed;
	top:0;
	left:0;
	_position:absolute;/* for IE6 */
	_top: expression(documentElement.scrollTop + documentElement.clientHeight-this.offsetHeight); /* for IE6 */
	background:#121111;
	}
.neiyesy a{
	color:#000;
	}
.video_tp{
	font-size:30px; 
	color:#c5030c; 
	text-transform:uppercase;
	text-align:center;
	line-height:130px;
	font-family:Georgia, "Times New Roman", Times, serif;
	height:130px;
	}
.brand_div1{
	color:#4d4d4d;
	}
.ppggtm{
	font-size:20px; 
	text-transform:capitalize;
	}
.pinp_idea{
	height:auto;
	overflow:hidden;
	text-align:center;
	color:#eee;
	font-family:"微软雅黑";
	width:450px;
	margin: auto;
	margin-top:100px;
	}
.pinp_idea p{
	line-height:25px;
	font-size:14px;
	margin-bottom:10px;
	}
.brand_div2{
	background:url(../images/newsbg.jpg);
	}
	
	
	
	
.ziti_cn p{ line-height:25px; margin-top:10px;}	
	
.pinp_idea {
height: auto;
overflow: hidden;
text-align: left;
color: #eee;
font-family: "微软雅黑";
width: 450px;
margin: auto;
margin-top: 40px;
}




