﻿/* CSS Document */
body{
	background-color:#fff;
	font-size:12px;
	line-height:22px;
	font-family:"Microsoft YaHei", Arial,Helvetica, sans-serif;
	/*max-width:1600px;*/
	margin:0 auto;
	color:#333;
}

a{
	color:#333;
	text-decoration:none;
}

.black{
	color:#333 !important;
}

.mb20{
	margin-bottom:20px;
}


.mb30{
	margin-bottom:30px;
}

.page-header{
	height:90px;
	background:#fff url(../images/bg_nav.png) 0 0 repeat-x;
}

.page-header .header-logo a{
	width:251px;
	height:90px;
	background:url(../images/logo.gif) 0 center no-repeat;
	display:block;
	text-indent:-9999px;
}

.page-header .header-name{
	font-size:25px;
	color:#A4A4A4;
	text-align:center;
	margin-top:45px;
	font-family: 'Arapey', 'Times New Roman', serif;
}

.page-header .header-menu{
	padding-top:14px;
}

.page-header .header-menu span{
	margin-left:10px;
}

.page-header .header-menu span a{
	background-image:url(../images/lang.gif);
	width:16px;
	height:11px;
	display:inline-block;
	margin-left:5px;
	_display:inline;
	_zoom:1;
	text-indent:-9999px;
}

.page-header .header-menu .lang_cn{
	background-position:0 0;
}

.page-header .header-menu .lang_en{
	background-position:-25px 0;
}

.page-nav{
	height:50px;
	background:url(../images/bg_nav.png) 0 -90px repeat-x;
	position:relative;
	z-index:5;
}

.page-nav.fix{
	position:fixed;
	top:0;
	width:100%;
}

.page-nav .nav-logo{
	float:left;
	background:url(../images/logo-s.png) 0 0 no-repeat;
	width:125px;
	height:38px;
	display:none;
}

.page-nav.fix .nav-logo{
	display:block;
}

	.page-nav ul{
		float:left;
		margin-left:30px;
	}

	.page-nav li{
		float:left;
	}
	
	.page-nav li a{
		width:110px;
		display:block;
		font-size:15px;
		text-align:center;
		height:38px;
		line-height:38px;
		color:#fff;
		background:url(../images/curnav.gif) center 1000px no-repeat;
	}
	
	.page-nav li a.cur{
		color:#AA0202;
		background-position:center center;
	}
	
.page-slider{
	position:relative;
	z-index:1;
	top:-11px;
}

.page-slider .flexslider,
.page-slider .flexslider li{
	/*height:380px;*/
}

.page-slider .flex-direction-nav a {
	top: 55%;
	background:url(../images/slider_arrow.gif) no-repeat;
	width:34px;
	height:64px;
}

.page-slider .flexslider:hover .flex-prev {
	opacity: 0.5;
	left: 0;
}

.page-slider .flexslider .flex-next {
	background-position:-38px 0;
}



.page-slider .flexslider:hover .flex-next {
	opacity: 0.5;
	right: 0;
}

.page-slogen{
	height:90px;
	position:relative;
	top:-30px;
	background:url(../images/bg_slogen.gif) 0 0 repeat-x;
}

.page-slogen .slogen{
	position:relative;
}

.page-slogen .slogen h3{
	color:#AA0202;
	font-size:32px;
	padding-top:35px;
	padding-right:150px;
	font-family:YouYuan;
}

.page-slogen .slogen .readmore{
	color:#fff;
	width:90px;
	height:94px;
	display:block;
	background:url(../images/btn_readmore.png) 0 0 no-repeat;
	position:absolute;
	right:20px;
	top:-6px;
	z-index:20;
}

.home-content{
	background-color:#fff;
	padding-bottom:20px;
	line-height:20px;
	margin-top: -11px;
}

.home-content h2{
	font-size:16px;
	line-height:16px;
	color:#AB2501;
	margin:20px 0;
	font-weight:700;	
}

.home-content h2 i{
	color:#666;
	font-size:18px;
	font-family: 'Arapey', 'Times New Roman', serif;
	display:inline-block;
	*display:inline;
	*zoom:1;
	margin-left:10px;
	padding-left:10px;
	border-left:1px solid #666;
}

.home-intro,
.home-news{
	width:92%;
}

.home-intro p{
	text-indent:22px;
}

.home-news li{
	margin-bottom:10px;
}

.home-news span{
	display:block;
	color:#AB2501;
}

.page-footer{
	background-color:#ccc;
	height:40px;
	border-top:1px solid #aaa;
}

.page-footer.bottom{
	width:100%;
	position:absolute;
	bottom:0;
}

.page-footer .copyright{
	line-height:40px;
	height:40px;
	color:#333;	
}

.page-index{
	padding:0 20px 20px;
	text-align:right;
}

.page-mid{
	padding-bottom:40px;
}

.page-subnav{
	height:400px;
	background:url(../images/splitline.gif) right top no-repeat;
}

.page-subnav h3{
	font-size:18px;
	color:#AB2501;
	margin-bottom:10px;
	font-weight:700;
}

.page-subnav li{
	border-top:1px solid #fff;
	border-bottom:1px solid #ccc;
	padding:8px 0;
	width:180px;
}

.page-subnav li.cur a{
	color:#AB2501;
}

.page-subnav li:first-child{
	border-top:0;
}

.page-subnav li:last-child{
	border-bottom:0;
}


.page-subnav li a{
	padding-left:30px;
	font-size:14px;
	background:url(../images/list_dot.gif) 10px center no-repeat;
}

.page-subnav li a.cur{
	color:#AB2501;
}

.page-subnav li dl{
	padding-left:20px;
	margin-top:5px;
}

.page-subnav li dd{
	margin:2px 0 4px;
}

.page-subnav li dl a{
	padding-left:25px;
	font-size:12px;
	color: #666;
	background:url(../images/list-dot1.gif) 12px center no-repeat;
}

.page-content h1{
	font-size:24px;
	border-bottom:1px dotted #ccc;
	padding-bottom:20px;
	margin-bottom:20px;	
	color:#AB2501;
	line-height:30px;
	/*font-weight:700;*/
}

.page-content h1 em{
	font-size:24px;
	/*font-family: 'Arapey', 'Times New Roman', serif;*/
	font-family: Arial, Helvetica, sans-serif;
	font-weight:700;
	margin-left:10px;
	border-left:1px solid #A4A4A4;
	padding-left:10px;
	color:#A4A4A4;
	letter-spacing:-1px;
}

.page-content h2{
	font-size:18px;
	margin-bottom:20px;
	color:#AB2501;
}

.page-content h3{
	font-size:14px;
	margin-bottom:10px;
	color:#AB2501;
}


.content-text{
	font-size:14px;
	line-height:22px;	
}

.content-text p{
	margin-bottom:15px;
	line-height:24px;
	text-indent:24px;
	color:#333;
}

.content-text em{
	font-weight:700;
	color:#AB2501;
}

.content-text ul{
	margin-bottom:20px;
}

.content-text li{
	margin-left:20px;
	margin-bottom:5px;
	padding-left:14px;
	background:url(../images/list-dot1.gif) 0 9px no-repeat;
}

.content-text a{
	color:#AB2501;
	text-decoration:underline;
}

.teamlist{
}

.teamlist li{
	margin-bottom:50px;
}

.teamlist li img {
    float: left;
    display: block;
    height: 115px;
    padding: 8px;
    width: 115px;
	background:url(../images/bg_box2.gif) center center no-repeat;
}
.teamlist li h3 {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 10px;
}

.teamlist li h3 span{
    font-size: 14px;
    /*color:#333;*/
    margin-left: 10px;
}

.teamlist li .memberdetail {
    padding-left: 150px;
	height:150px;
}

.memberdetail div p,
.memberdetail div div{
	padding-left:12px;
	background:url(../images/list-dot1.gif) 0 8px no-repeat;
}

.newslist{
	
}

.newslist li{
	margin-bottom:30px;
}

.newslist li span{
	color:#666;
	font-size:12px;
	display:block;
	font-weight:normal;
}

.newslist li div{
	padding-left:20px;
}

.newslist li div h3{
	font-size:14px;
	font-weight:700;
	margin-bottom:0;
	margin-left:-20px;
	padding-left:16px;
	background:url(../images/list-dot1.gif) 4px 8px no-repeat;
	/*border-left:4px solid #AB2501;*/
}

.newslist li div h3 a:hover{
	color:#AB2501;
}

.newslist li div p{
	text-indent:22px;
}

.parterlist li{
	width:177px;
	height:78px;
	float:left;
	text-align:center;
	/*margin-bottom:10px;*/
	background:url(../images/bg_box1.gif) 0 0 no-repeat;
}

.parterlist li.last{
	background-position:1px 0;
}

.parterlist li img{
	width:125px;
	margin:1px;
	padding-top:8px;
}


.contactinfo h1{
	color: #AB2501;
    font-size: 24px;
    margin-bottom: 10px;	
}

.contactinfo img{
	border:2px solid #ccc;
	width:100%;
}

.contactinfo p{
	font-weight:700;
	font-size:14px;
	display:block;
	margin-bottom:5px;
	text-align:center;
	color:#AA0202;
}

.contactinfo .pic_map{
	margin:20px 0;	
}

.contactinfo .pic_2dcode{
	margin:20px 0 5px;	
}

.contactinfo h1 em{
	font-size:24px;
	/*font-family: 'Arapey', 'Times New Roman', serif;*/
	font-family: Arial, Helvetica, sans-serif;
	font-weight:700;
	margin-left:10px;
	border-left:1px solid #A4A4A4;
	padding-left:10px;
	color:#A4A4A4;
	letter-spacing:-1px;
}




.contactinfo li{
	padding:10px 0;
	border-bottom:1px solid #ccc;
}


.contactinfo li label{
	font-weight:700;
	display:block;
	margin-bottom:5px;	
}


.pagination {
    clear: both;
    margin: 0 auto;
    padding: 20px 0;
    text-align: center;
}
.pagination ul {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #DDDDDD;
    border-image: none;
    border-radius: 3px 3px 3px 3px;
    border-style: solid;
    border-width: 1px 0 1px 1px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    display: inline-block;
    float: left;
    margin-left: 10px;
}
.pagination ul li {
    border-right: 1px solid #DDDDDD;
    float: left;
    line-height: 26px;
}
.pagination-small ul li a, .pagination-small ul li span {
    font-size: 11.9px;
    padding: 2px 10px;
}
.pagination ul li.cur {
    background-color: #AB2501;
}
.pagination ul li.cur a {
    color: #FFFFFF;
    font-weight: 700;
}
.pagination ul li.disabled {
    display: none;
}

.service_gov_table{

}

.service_gov_table th,
.service_gov_table td{
	padding:5px;
	font-size:14px;
	/*text-align:left;*/
}

.service_gov_table p{
	margin-bottom:0;
	height:50px;
	padding:10px;
	text-indent:0;
	font-weight:700;
	border-radius:6px;
	box-shadow:1px 1px 3px rgba(0,0,0,0.3);
}


.service_gov_table th p{
	background-color: #AB2501;
	color:#fff;
}

.service_gov_table td p{
	background-color: #eaeaea;
	color:#000;
}

.successcase_homelist{
	height:199px;
	float:left;
	width:300px;
	margin-top:-5px;
	overflow:hidden;	
}

.successcase_homelist li{
	width:100px;
	float:left;
	height:100px;
	text-align:center;
	background:url(../images/bg_box.gif) -1px -1px no-repeat;
}

.successcase_homelist li.last{
	background-position:0 -1px;
}

.successcase_homelist li img{
	width:98px;
	margin:12px 0 3px;
}

.successcase_homelist li p{
	width:80%;
	margin:0 auto;
	line-height:14px;
	text-align:center;
	background-color: #fff;
}

.successcase_list{}

.successcase_list li{
	height:140px;
	margin-bottom:10px;
	line-height:20px;
}

.partnerslist li{
	height:120px;
}

.successcase_list li h3{
	font-size:14px;
	font-weight:700;
	color:#AB2501;
	margin:0;
}

.successcase_list li h3 a{
	font-size:12px;
	font-weight:normal;
	color:#666;
	text-align:right;
	display:block;
	float:right;
}

.successcase_list li h3 a i{
	display:block;
	width:20px;
	height:20px;
	background:url(../images/ico_magazines.gif) 0 -40px no-repeat;
	vertical-align:middle;
	float:left;
	margin-right:3px;
}	

.successcase_list li h3 a:hover{
	color:#AB2501;
}

.successcase_list li h3 a:hover i{
	background-position:-20px -40px;
}

.successcase_list li p{
	text-indent:22px;
}

.partnerslist li h3{
	padding-top:30px;
}

.successcase_list li img{
	width:195px;
	float:left;
	padding-bottom:30px;
	border-bottom:1px dotted #ccc;
}

.partnerslist li img{
	padding-bottom:15px ;
}

.successcase_list li div{
	height:100px;
	border-left:1px dotted #ccc;
	margin-left: 215px;
	padding-left:20px;
}

.successcase_list li b{
	font-weight:700;
}

.successcase_list li span{
	line-height:22px;
	display:block;
}

.successcase_list li p{
	line-height:20px;
}

.worldmap-wrap{
	margin-bottom:20px;	
}

.video_list li{
	height:170px;
}

.video_list li h3{
	margin:0;
}

.video_list li h3 a{
	color:#AB2501;
}

.video_list div{
	float:left;
	position:relative;
	width:180px;
	margin-right:20px;
}

.video_list div img{
	width:180px;	
	height:135px;
}

.video_list div a{
	position:absolute;
	width:180px;
	height:135px;
	display:block;
	top:0;
	text-indent:-9999px;
	background:url(../images/video_play.png) right bottom no-repeat;
}

.video_list p{
	padding-top:10px;
	text-indent:22px;
}

.video_wraper{
	text-align:center;	
	padding-bottom:30px;
}

.magazines_list{}

.magazines_list li{
	margin-bottom:30px;
	width:50%;
	float:left;
	position:relative;
}

.magazines_list li img{
	width:120px;
	margin-left:20px;
	float:left;
	box-shadow:0 1px 5px rgba(0,0,0,0.5);
}

.magazines_list li div{
	position:absolute;
	bottom:5px;
	left:155px;
}

.magazines_list li h3{
	margin-bottom:0;
	font-weight:bold;
}

.magazines_list li span{
	width:100%;
	display:block;
	color:#666;
}

.magazines_list li a{
	display:block;
	width:60px;
	float:left;
}

.magazines_list li a:hover{
	color:#AB2501;
}


.magazines_list li a i{
	display:block;
	width:20px;
	height:20px;
	background-image:url(../images/ico_magazines.gif);
	background-repeat:no-repeat;
	vertical-align:middle;
	float:left;
	margin-right:3px;
}

.magazines_list li a i.ico-download{
	background-position:0 0;
}

.magazines_list li a:hover i.ico-download{
	background-position:-20px 0;
}

.magazines_list li a i.ico-book{
	background-position:0 -20px;
}

.magazines_list li a:hover i.ico-book{
	background-position:-20px -20px;
}

#floatdiv {
    bottom: 40px;
    left: 50%;
    margin-left: 490px;
    position: fixed;
}
#floatdiv a {
    background-image: url(../images/floatbtn.gif);
    background-repeat: no-repeat;
    display: block;
    height: 40px;
    margin-bottom: 10px;
    text-indent: -9999px;
    width: 41px;
}
#floatdiv .gotop {
    background-position: 0 -40px;
    display: none;
}